/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #00838a;
  --color2: #00838a;
  --color3: #1d1d1d;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.captcha p:first-child {
  display: none;
}
.captcha p:last-child {
  display: none;
}
.captcha .cf7sr-g-recaptcha {
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform-origin: 0 0;
  -webkit-transform-origin: top left;
}

/* project css start */

a.elementor-button {
  min-width: 175px;
}

.home header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.home .header-main {
  background-color: transparent !important;
}
.home header .hfe-menu-item {
  color: #fff !important;
}
.home header .current-menu-item .hfe-menu-item {
  color: #fff !important;
}
.home header .hfe-menu-item:after {
  background-color: #fff !important;
}
.home header .current-menu-item .hfe-menu-item:after {
  background-color: #fff !important;
}
.home header .hfe-site-logo-img {
  filter: brightness(10);
}
.home header .e-font-icon-svg.e-fas-user {
  fill: #fff !important;
}
.home header .e-font-icon-svg.e-fas-shopping-bag {
  fill: #fff !important;
}

.home header .elementor-button.elementor-button-link.elementor-size-sm {
  border-color: #ffffff !important;
  color: #ffffff;
}

.home header:hover {
  background-color: #f4f4f4 !important;
}

.home header:hover .hfe-menu-item {
  color: #1d1d1d !important;
}
.home header:hover .current-menu-item .hfe-menu-item {
  color: #2ab3b7 !important;
}
.home header:hover .hfe-menu-item:hover {
  color: #2ab3b7 !important;
}

.home header:hover .hfe-site-logo-img {
  filter: inherit;
}
.home header:hover .e-font-icon-svg.e-fas-user {
  fill: #1d1d1d !important;
}
.home header:hover .e-font-icon-svg.e-fas-shopping-bag {
  fill: #1d1d1d !important;
}
.home header:hover .e-font-icon-svg.e-fas-user:hover {
  fill: #2ab3b7 !important;
}
.home header:hover .e-font-icon-svg.e-fas-shopping-bag:hover {
  fill: #2ab3b7 !important;
}

.home header:hover .elementor-button.elementor-button-link.elementor-size-sm {
  border-color: #1d1d1d !important;
  color: #1d1d1d;
}
.home
  header:hover
  .elementor-button.elementor-button-link.elementor-size-sm:hover {
  border-color: #1d1d1d !important;
  background-color: #1d1d1d !important;
  color: #fff;
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
  height: 1px !important;
}
.elementor-heading-title span {
  font-weight: 900;
}

.home header {
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
}

.scroll-down .elementor-icon {
  transition: transform 7s ease;
}

.scroll-down .elementor-icon:hover {
  transform: rotate(360deg);
}

.mision-vision:before {
  content: "";
  background: #000;
  position: absolute;
  right: 0;
  left: 50%;
  opacity: 0.3;
  width: 50%;
}

/* project slider css start */
.project-slider-home {
  overflow-x: hidden;
}
.projects-slider-one.slick-slider .slick-list {
  padding-left: 0 !important;
  overflow: visible !important;
}
.projects-box-one .img-wrap {
  overflow: hidden;
}
.projects-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.projects-box-one .projects-wrap .category {
  font: normal normal normal 14px / 20px Manrope;
  letter-spacing: 1.2px;
  color: #1d1d1d;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}
.projects-box-one .projects-wrap h1.title {
  font: normal normal 500 28px / 32px Manrope;
  letter-spacing: 0px;
  color: #1d1d1d;
  margin: 0;
}
.projects-box-one .projects-wrap {
  padding-top: 20px;
}
.projects-box-one .projects-wrap .view {
  margin-top: 10px !important;
  display: inline-block;
  font: normal normal bold 14px / 29px Manrope;
  letter-spacing: 0.18px;
  color: #1d1d1d;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px !important;
}
.projects-box-one:hover .img-wrap img {
  transform: scale(1.04);
}

.projects-page .heading,
.brandss-page .heading {
  font: normal normal 600 36px / 45px Manrope;
  letter-spacing: 0px;
  color: #1d1d1d;
  margin: 0;
}
.projects-box-two {
  display: block;
  overflow: hidden;
  position: relative;
}
.projects-box-two .project-img {
  overflow: hidden;
}
.projects-box-two .project-img img {
  transition: all 0.4s ease;
}

.projects-box-two:hover .project-img img {
  transform: scale(1.03);
}
.projects-box-two .content-box {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #2ab3b7;
}
.projects-box-two .content-box .category-name {
  font: normal normal normal 14px / 21px Manrope;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.projects-box-two .content-box .title {
  font: normal normal 500 24px/32px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.projects-box-two .content-box {
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #2ab3b7e8;
}

/* project popup  start */
@media screen and (min-width: 1023px) {
  .modal-lg-full {
    --bs-modal-width: 1050px;
  }
}
.projectspopup .modal-body {
  padding: 30px;
}
.project-section-one .description-wrap .category {
  font: normal normal normal 14px / 18px Manrope;
  letter-spacing: 1.8px;
  color: #00838a;
  text-transform: uppercase;
}
.project-section-one .description-wrap .title {
  font: normal normal 500 28px/36px Manrope;
  letter-spacing: 0px;
  color: #1d1d1d;
}
.project-section-one .description-wrap .category {
  font: normal normal normal 14px / 18px Manrope;
  letter-spacing: 1.8px;
  color: #00838a;
  text-transform: uppercase;
}

.project-section-one .more-info ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
.project-section-one .more-info ul li {
  margin-bottom: 10px;
}
.project-section-one .more-info ul li strong {
  font: normal normal 500 16px/24px Manrope;
  letter-spacing: 0px;
  color: #238a8e;
  min-width: 120px;
  display: inline-block;
}
.project-section-one .slick-list {
  margin: 0px -5px;
}
/* project popup  end */

/* project slider css end */

/* project css end */

/* theme css  */
/* home banner css start */
.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 700 !important;
  color: #2ab3b7 !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Manrope !important;
  letter-spacing: 0px;
  color: #1d1d1d !important;
  background: transparent 0% 0% no-repeat padding-box;
  border: 0px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

/* our brands css start  */

.brandss-box-two {
  position: relative;
}
.brandss-box-two .brands-img {
  overflow: hidden;
}
.brandss-box-two .brands-img img {
  transition: all 0.4s ease;
}
.brandss-box-two:hover .brands-img img {
  transform: scale(1.03);
}
.brandss-box-two .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.brandss-box-two .title {
  font: normal normal bold 42px / 55px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
}
/* our brands css end  */

/* single brands  */
.brands-one .breadcrumbs-article {
  position: absolute;
  top: 0px;
  font: normal normal normal 14px / 25px Manrope;
  letter-spacing: 0px;
  color: #2ab3b7;
}

.breadcrumbs-article {
  font: normal normal normal 14px / 25px Manrope;
  letter-spacing: 0px;
  color: #a1a1a1;
}
.breadcrumbs-article,
.breadcrumbs-article:hover {
  font: normal normal normal 14px / 25px Manrope;
  letter-spacing: 0px;
  color: #2ab3b7;
}
.breadcrumbs-article a,
.breadcrumbs-article a:hover {
  color: #a1a1a1;
}
.brands-one {
  position: relative;
  padding: 35px 0;
}
.brands-one .contant-wraper {
  padding-top: 65px;
  display: flex;
  align-items: center;
  justify-content: start;
  vertical-align: middle;
  height: 100%;
}

.brands-one::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  background-color: #2ab3b7;
  opacity: 0.2;
  height: 100%;
  z-index: -1;
}
.sub-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.sub-title-wrap img {
  width: 18px;
  margin-right: 10px;
}
.sub-title-wrap h2 {
  font-family: "Manrope", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #00838a;
  margin: 0;
}

.brands-two {
  background-color: #f4f4f4;
  padding: 50px 0;
}

.brands-two .description {
  border-left: 1px solid #00838a;
  padding-left: 60px;
}
.brands-detail .title-one {
  font: normal normal 600 42px / 52px Manrope !important;
  letter-spacing: 0px;
  color: #1d1d1d;
}
.brands-detail .title-two {
  font: normal normal 600 32px / 42px Manrope !important;
  letter-spacing: 0px;
  color: #1d1d1d;
}
.brands-detail .title-three {
  font: normal normal 600 24px / 32px Manrope !important;
  letter-spacing: 0px;
  color: #1d1d1d;
}

.brands-three {
  padding-top: 70px;
  background-color: #00838a;
}

.brands-three-img {
  margin-bottom: -30%;
}
.brands-four {
  padding: 60px 0;
}
.brands-four .description ul {
  list-style: none;
  padding-left: 0;
}

.brands-four .description ul li img {
  width: 21px;
  margin-right: 10px;
}
.brands-four .description ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}

.brands-four .description ul li:before {
  content: "";
  background-image: url(https://draftsite1.com/besglas-singapore/wp-content/uploads/2025/08/icon-check.png);
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
}

.brands-five {
  padding: 60px 0 60px 0;
  background-image: url(https://draftsite1.com/besglas-singapore/wp-content/uploads/2025/08/contact-tq-logomark.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20%;
}

.elementor-lightbox .elementor-swiper-button {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999;
}
.elementor-swiper-button {
  width: 50px !important;
  height: 50px !important;
}
.elementor-lightbox .swiper .elementor-swiper-button-next:before {
  content: "\e929";
  position: absolute;
  font-family: "eicons";
  right: 0;
}
.elementor-lightbox .swiper .elementor-swiper-button-prev:before {
  content: "\e928";
  position: absolute;
  font-family: "eicons";
  left: 0;
}
span.elementor-slideshow__counter.swiper-pagination-fraction.swiper-pagination-horizontal {
  display: none !important;
}
.dialog-message.dialog-lightbox-message {
  width: 80%;
  margin: auto;
}
.elementor-swiper-button {
  width: 50px !important;
  height: 50px !important;
}
.elementor-lightbox .swiper .e-font-icon-svg {
  opacity: 0;
  display: none;
}
.elementor-slideshow__title {
  display: none !important;
}

.brands-five .brands-box .brands-img {
  overflow: hidden;
}
.brands-five .brands-box .brands-img img {
  transition: all 0.4s ease;
}
.brands-five .brands-box:hover .brands-img img {
  transform: translate(1.03);
}
/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #1d1d1d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #1d1d1d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #1d1d1d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Manrope;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Manrope;
  letter-spacing: 0px;
  color: #1d1d1d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Manrope;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Manrope;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Manrope;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */
.projects-slider-one .arrowbtn {
  position: absolute;
  top: 36%;
  transform: translateY(-36%);
}

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.arrowbtn:hover {
  background: var(--color1);
  color: #fff;
}
.left-btn {
  left: -15px;
}
.right-btn {
  right: -15px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Manrope;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px Manrope;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Manrope;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: end;
  margin-bottom: 0px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Manrope;
  letter-spacing: 0px;
  color: #1d1d1d;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats:hover {
  text-decoration: underline !important;
  color: #2ab3b7;
  text-decoration-color: #2ab3b7 !important;
  text-underline-offset: 7px;
}
ul#project-filter-list li .cats.active {
  color: #2ab3b7;
  text-decoration: underline !important;
  text-underline-offset: 7px;
}
/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Manrope !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Manrope;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

.solution-wraps .solution-wrap {
  padding: 60px;
}
.solution-wraps .solution-wrap .title {
  font: normal normal 500 32px / 40px Manrope;
  letter-spacing: 0px;
  color: #1d1d1d;
}
.solution-wraps .row:nth-child(even) {
  flex-direction: row-reverse;
}
.solution-wraps .row:nth-child(even) .solution-wrap {
  padding-left: 0;
}
.featured-solution .solution-box-img .img-wrap img {
  height: 350px;
  object-fit: cover;
  background-position: center;
}

.solution-featured-img .img-wrap img {
  height: 450px;
  object-fit: fill;
}
.solution-one {
  padding: 50px 0;
}
.solution-two {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.solution-three {
  padding: 50px 0;
}
.box-options {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c3cccc;
  text-align: center;
  padding: 60px;
  height: 100%;
}
.box-options img {
  height: 70px;
}
.box-options h3 {
  font: normal normal 600 24px/32px Manrope;
  letter-spacing: 0px;
  margin: 15px 0;
  color: #1d1d1d;
}
.solution-box {
  position: relative;
}
.download-broucher-section {
  background: #00838a;
  padding: 60px 0;
}
.solution-box .content-box {
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #00000078;
}
.solution-box .content-box .title {
  font: normal normal 600 18px / 24px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}
.solution-box .content-box .para {
  font: normal normal 400 14px / 20px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.browcher-wrap {
  position: relative;
}
.browcher-wrap .img-wrap {
  overflow: hidden;
}
.browcher-wrap .img-wrap img {
  transition: all 0.4s ease;
}
.browcher-wrap:hover .img-wrap img {
  transform: scale(1.03);
}
.browcher-wrap .pdf-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  opacity: 0;
  z-index: 1;
}
.browcher-wrap:hover .pdf-wrap {
  opacity: 1;
}
a.elementor-button.btn-light {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
a.elementor-button.btn-light:hover {
  border: 1px solid #FFFFFF;
  background-color: #fff;
  color: #1D1D1D;
}

@media only screen and (max-width: 1023px) {
  .home header {
    position: relative !important;
  }
  .home header .hfe-site-logo-img {
    filter: inherit;
  }
  .home header .e-font-icon-svg.e-fas-shopping-bag {
    fill: #1d1d1d !important;
  }
  .home header .e-font-icon-svg.e-fas-user {
    fill: #1d1d1d !important;
  }
  .home header .elementor-button.elementor-button-link.elementor-size-sm {
    border-color: #1d1d1d !important;
    color: #1d1d1d;
  }
  .brands-three-img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .solution-wraps .solution-wrap {
    padding: 15px 0 !important;
  }
  .solution-wraps .solution-wrap .title {
    font: normal normal 500 21px / 26px Manrope;
  }
  .right-btn {
    right: 0px;
  }
  .box-options h3 {
    font: normal normal 600 18px / 22px Manrope;
}
  .left-btn {
    left: 0px;
  }
  .brands-detail .title-one {
    font: normal normal 600 24px / 32px Manrope !important;
  }
  .sub-title-wrap {
    margin-bottom: 15px;
  }
  .brands-detail .title-two {
    font: normal normal 600 21px / 29px Manrope !important;
  }
  .brands-two {
    padding: 30px 0;
  }
  .brands-two .description {
    border-left: 0px solid #00838a;
    padding-left: 0px;
  }
  .projects-page .heading,
  .brandss-page .heading {
    font: normal normal 600 24px / 32px Manrope;
    letter-spacing: 0px;
    color: #1d1d1d;
  }
  .brands-three {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  ul#project-filter-list {
    justify-content: start;
  }
  .projects-box-two .content-box .category-name {
    font: normal normal normal 12px / 17px Manrope;
    margin-bottom: 3px;
  }
  .projects-box-two .content-box .title {
    font: normal normal 500 18px / 28px Manrope;
  }
  .brands-four {
    padding: 20px 0;
  }
  .brands-five {
    padding: 30px 0 30px 0;
  }
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }
  .brands-detail .title-three {
    font-size: 21px;
  }
  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }

  ul#project-filter-list li {
    margin-left: 0 !important;
  }
  .brandss-box-two .title {
    font: normal normal bold 21px / 28px Manrope;
  }
  .project-section-one .description-wrap .title {
    font: normal normal 500 24px / 32px Manrope;
    letter-spacing: 0px;
    color: #1d1d1d;
  }
  button.close-top-right,
  button.close-top-right:hover,
  button.close-top-right:focus,
  button.close-top-right:focus-visible {
    filter: none;
    right: 0;
    top: 15px;
  }
}
