/*
 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: #c9b34a;
  --color2: #BD1313;
  --color3: #000000;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px !important;
  }
}
label {
  width: 100%;
}
.fix-header header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
header .sub-menu {
  padding: 15px 0;
}
/* home banner css start */
.hero-slider .slick-dots {
  bottom: 25px !important;
}
/* .hero-slider .slick-dots  */
.htslider-slider .slick-dots li button {
  height: 13px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  background-color: transparent !important;
}
.htslider-slider .slick-dots li.slick-active button {
  background: #fff !important;
  border-color: #fff !important;
}
.elementor-7
  .elementor-element.elementor-element-c4d7178
  .htslider-slider
  .slick-dots
  li
  button {
  background-color: transparent !important;
}
.elementor-7
  .elementor-element.elementor-element-c4d7178
  .htslider-slider
  .slick-dots
  li.slick-active
  button,
.elementor-7
  .elementor-element.elementor-element-c4d7178
  .htslider-slider
  .slick-dots
  li
  button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}
.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 .subtitle{
  font: normal normal 600 14px/20px Noto Sans;
letter-spacing: 1.8px;
color: #FFFFFF;
text-transform: uppercase;
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Merriweather;
  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 {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
}
.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 10px;
  background: transparent !important;
  padding: 5px;
  border: 1px solid #fff;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button.active  {
  background: #fff !important;
}
.hero-banner  .elementor-button.theme-btn-custom.btn-light {
  border-color: #FFFFFF !important;
  color: #fff;
}
.hero-banner  .elementor-button.theme-btn-custom.btn-light:hover {
  border-color: var(--color1) !important;
  color: #fff;
}
.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: var(--color1) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Noto Sans !important;
  letter-spacing: 0px;
  color: #000 !important;
  background: #ffffff 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  */

.quality-box {
  position: relative;
}
.quality-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: 100px;
  border-right: 1px solid #c9b34a;
}

/* Blog css start */

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

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

.blog-image-wrapper img {
  width: 100%;
  display: block;
  transition: 0.3s ease all;
}
.blog-image-wrapper:hover img {
  scale: 1.1;
}

.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: 10px !important;
  padding-bottom: 20px !important;
}
.date {
  text-align: left;
  font: normal normal 500 14px/24px Noto Sans;
  letter-spacing: 0px;
  color: #bd1313;
  opacity: 1;
}
.blog-content h2 {
  text-align: left;
  font: normal normal normal 20px/30px Merriweather;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 0;
  margin-top: 5px;
}

.blog-content p {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-btn {
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}
.blog-details .img-wrapper {
  position: relative;
}
.blog-details .img-wrapper .date {
  text-align: left;
  font: normal normal 500 14px/20px Noto Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 10px 15px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.blog-details .img-wrapper .breadcrumb {
  text-align: left;
  font: normal normal 500 14px/24px Noto Sans;
  letter-spacing: 0px;
  color: #bd1313;
  opacity: 1;
}
.blog-details .img-wrapper .breadcrumb a {
  margin-right: 5px;
  margin-left: 5px;
  font: normal normal 500 14px/24px Noto Sans;
  letter-spacing: 0px;
  color: #bd1313;
}
#accordionExample {
  border-top: 1px solid #c9c9c9;
}
#accordionExample .accordion-item {
  border: 0;
  border-bottom: 1px solid #c9c9c9 !important;
}
.accordion-header {
  border: 0;
  box-shadow: none;
}
.accordion-header .accordion-button {
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
  border-radius: 0;
  align-items: start;
  cursor: pointer;
}
.accordion-header .accordion-button .years {
  width: 25%;
  text-align: left;
  font: normal normal normal 50px/60px Merriweather;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.accordion-header .accordion-header-content {
  width: 60%;
}
.accordion-header .accordion-header-content p {
  color: #000000;
}
.accordion-header .accordion-header-content p.date {
  color: #bd1313;
}
.accordion-button::after {
  background-image: url(https://draftsite1.com/ishtara-jewellery/wp-content/uploads/2025/08/Minimize-1.svg) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(https://draftsite1.com/ishtara-jewellery/wp-content/uploads/2025/08/Minimize.svg) !important;
  transform: inherit !important;
  background-position: center;
}

.accordion-body .events-image {
  margin-left: 25%;
  width: 60%;
}


.footer-contact li.elementor-icon-list-item:hover span.elementor-icon-list-text span.decor {
  text-decoration: underline;
}
/* career */
.career {
  border-top: 1px solid #c9c9c9;
}
.career-box {
  border-bottom: 1px solid #c9c9c9;
  cursor: pointer;
}
.career-box h6 {
}
.career-box span {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 25px;
  text-align: center;
  font: normal normal 600 14px/20px Noto Sans;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  padding: 8px 15px;
  display: inline-block;
}
.career-box a {
  font: normal normal 600 14px/20px Noto Sans;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
}
.career-box:hover h5,
.career-box:hover a {
  color: #c9b34a;
}
.careerModal {
  background: #0000009e;
}
.careerModal h6 {
  font: normal normal 600 14px/20px Noto Sans;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.careerModal .modal-dialog {
  width: 75%;
  max-width: 75%;
}
.careerModal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 16px;
  background-color: #364cb5;
  border: 0;
  opacity: 1;
  filter: invert(1);
}
.careerModal .modal-dialog .modal-body {
  padding: 60px;
}
.careerModal .modal-dialog .div {
  background: #f0efed;
  padding: 30px;
}
.careerModal .modal-dialog ul {
  padding-left: 16px;
}
.careerModal .modal-dialog ul li {
  margin-bottom: 6px;
}
select.wpcf7-form-control {
  font-size: 15px;
  line-height: 1.4em;
  color: var(--e-global-color-text);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c9c9c9;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 12px 12px 12px;
}
.link-box p {
  display: flex;
  align-items: center;
}
.form-link {
  font: normal normal 600 14px/20px Noto Sans;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  margin-left: 15px;
}
.form-link:hover {
  color: #c9b34a;
  text-decoration: underline;
}
.codedropz-upload-handler {
  background: #fbfafa 0% 0% no-repeat padding-box !important;
  border: 1px dashed #c9b34a !important;
  box-shadow: inset 0px 0px 0px 4px #fff;
  margin-top: 10px;
}
.codedropz-upload-container {
  padding: 75px 20px 30px;
}
.codedropz-upload-container:before {
  content: "";
  background-image: url(https://draftsite1.com/ishtara-jewellery/wp-content/uploads/2025/08/Upload-file.svg);
  position: absolute;
  left: 0;
  top: -35px;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.codedropz-upload-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner a {
  text-align: center;
  font: normal normal 500 14px/20px Noto Sans;
  letter-spacing: 0px;
  color: #000000;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  font-weight: bold;
  text-decoration: underline !important;
  margin-left: 10px;
}
.codedropz-upload-inner span,
.dnd-upload-counter {
  display: none;
}
.join-awardsform label {
  font-weight: 500;
  letter-spacing: 0;
}
.join-awardsform .wpcf7-list-item {
  margin: 0 !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: #292c2d;
  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: #292c2d;
  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: #292c2d !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: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #f0efed 0% 0% no-repeat padding-box;
  border-radius: 0px;
  padding: 30px;
  text-align: center;
  position: relative;
}
.testimonials-box-one .img-wrap {
  position: relative;
}

.testimonials-box-one .img-wrap img {
  width: 70px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal 600 15px / 20px Noto Sans;
  letter-spacing: 1.8px;
  color: var(--color);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #c9b34a;
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 15px;
  letter-spacing: 6px;
}

.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 75px;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Noto Sans;
  letter-spacing: 0px;
  color: #292c2d !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 Noto Sans;
  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 Noto Sans;
  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 Noto Sans;
  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  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #000000;
  cursor: pointer;
  font-size: 25px;
}
.left-btn {
  left: -30px;
}
.right-btn {
  right: -30px;
}

ul.slick-dots {
  display: flex !important;
  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 Noto Sans;
  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 Noto Sans;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Noto Sans;
  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: center;
  margin-bottom: 40px !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 Noto Sans;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
}
/* 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;
}
.wpfFilterWrapper .ui-slider-horizontal,
.wpfFilterWrapper {
  margin-top: 0 !important;
}
.ui-slider.ui-widget-content:not(.iris-slider-offset) {
border: 0 !important;
  border-top: 1px solid #0000009c !important;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px !important;
  height: 12px !important;
  cursor: default;
  border-radius: 50% !important;
  border: 0 !important;
  background: #fff !important;
  top: -6px !important;
}
.ui-slider.ui-corner-all.ui-widget-content .ui-slider-handle.ui-corner-all:hover,
.ui-slider.ui-corner-all.ui-widget-content .ui-slider-handle.ui-state-hover {
  border: 0 !important;
  background: #fff !important;
  border: 1px solid #000 !important;
  border-color: #000 !important;
}
.ui-widget-header {
  background: var(--color3) !important;
  border: 0 !important;
}
.wpfFilterWrapper .ui-slider-horizontal {
  height: 2px !important;
  background: var(--color13) !important;
}
.wpfFilterWrapper .wpfPriceInputs, .wpfFilterWrapper .wpfPriceInputs #wpfMaxPrice {
  justify-content: start !important;
  font: normal normal 500 14px/16px Noto Sans;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
.wpfFilterWrapper[data-filter-type] {
  padding: 0px !important;
}
/* .wpfFilterDelimeter {
  display: none !important;
}
input#wpfMaxPrice {
  min-width: 88% !important;
  text-align: right !important;
} */

.wpfPriceInputs .wpfCurrencySymbol {
  margin-right: 0px;
}
.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 Noto Sans;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Noto Sans;
  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 Noto Sans !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 Noto Sans;
  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;
}
.team-message-slider {
}
.team-message-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c9c9c9;
}
.team-message-box h4 {
  text-align: left;
  font: normal normal normal 20px/25px Merriweather;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;
}
.team-message-box span {
  text-align: left;
  font: normal normal 600 13px/20px Noto Sans;
  letter-spacing: 1.8px;
  color: #bd1313;
  text-transform: uppercase;
  opacity: 1;
}
.team-message-box p {
}
.image_carousel .owl-item {
  margin: 0 !important;
}
.image_carousel .owl-item .item {
  padding: 0 !important;
}
.choose-box .with-hover {
  display: none;
}
.choose-box:hover .with-hover {
  display: block;
}
.choose-box:hover .without-hover {
  display: none;
}
.choose-box h5 {
  min-height: 52px;
}
.choose-box:hover * {
  color: #fff !important;
}



/* cutomize css start */



.accordion-item {
	border: none !important;
}

.sidebar .sidebar-title{
	margin-bottom: 20px !important;
  font-size: 24px !important;
}



.product-card .product-img {
  overflow: hidden !important; 
		padding: 50px !important; 
}



.product-card .product-img img {
  transition: transform 0.4s ease  !important; 
}

.product-card:hover .product-img img {
  transform: scale(1.08) !important; 
}

.product-card .product-name{
	font-family: "Noto Sans", Sans-serif !important;
	font-weight: 600 !important;
	text-align: center !important;
}

.product-card .view-more-btn{
	font-family: "Noto Sans", Sans-serif !important;
	font-weight: 500 !important;
	text-align: center !important;
}

.product-card .view-more-btn{
  color: #000 !important;
}

.product-card .img-box {
  position: relative !important;
  overflow: hidden !important;
}

.product-card .hover-overlay {
  position: absolute !important;
  top: 10px !important; 
  right: 10px !important;
}

.hover-overlay .view-product{
	margin-bottom: 12px !important;
	width: 80% !important;
}


.product-card{
	border: solid 1px #EBEBEB !important;
	padding-top: 20px !important;
  padding-bottom: 40px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.sidebar .taxonomy-list .main-category.active {
  color: #BD1313 !important;
}



.product_details .breadcrumb {
  justify-content: center !important;
  text-align: center !important;
}

.product_details .breadcrumb a,
.breadcrumb .breadcrumb-item.active {
  color: #BD1313 !important;
	font-family: "Noto Sans", Sans-serif !important;
	font-weight: 500 !important;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #BD1313 !important;
}


.product_details .title {
    text-align: left !important;
    font-size: 30px !important;
    text-align: center !important;
	  font-family: "Merriweather", Sans-serif !important;
    color: #000000 !important;
}

.product_details .pb-4 {
    padding-bottom: 10px !important;
}

.product_details .mb-5 p{
    margin-bottom: 3rem !important;
    text-align: center !important;
	  margin-top: 30px !important;
	  border-bottom: 1px solid #EBEBEB !important;
    padding-bottom: 30px !important;
}

.product_details {
	text-align: center !important;
}

.product_details .information{
	text-align: center !important;
  font-weight: 600 !important;
  font-size: 16px !important;
	font-family: "Noto Sans", Sans-serif !important;
}


.product_details .d-inline-block{
  font-weight: 600 !important;
  font-size: 16px !important;
	font-family: "Noto Sans", Sans-serif !important;
}

.product_details .pro-info{
	text-align: center !important;

}

.related-products{
	text-align: center !important;
}

.related-products .page-title{
	margin-top: 120px !important;
	margin-bottom: 0px !important;
}


.related-product-slider{
	margin-top: 50px !important;
}

.related-products .pt-md-5 {
   padding-top: 80px !important;
   padding-bottom: 90px !important;
}

.product-details-gallery .product-slider img {
	border: none !important;
}


.product-details-gallery .thumbnail-slider img {
    border: 2px solid #C9C9C9 !important;
    transition: border-color 0.3s ease !important;
}


.product-details-gallery .thumbnail-slider .slick-current img {
    border-color: #C9B34A !important;
}


.single-eproduct-detail {
    padding-top: 50px !important;
    position: relative !important;
	  border-bottom: solid 1px #C9C9C9 !important;
}

.single-eproduct-detail:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    background: #F0EFED !important;
    z-index: 0 !important;
    width: 52% !important;
    height: 100% !important;
}


.product-details-gallery .thumbnail-slider .slick-list {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-details-gallery .thumbnail-slider .slick-track {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}


/* cutomize css end */




@media only screen and (max-width: 768px) {
  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;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 21px;
    line-height: 27px;
  }
  .hero-banner .carousel-indicator {
    bottom: 5px;
}
.hero-banner .elementor-button.theme-btn-custom.btn-light {
  border-color: #FFFFFF !important;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
}
.hero-banner .carousel-caption .subtitle
 {
    font: normal normal 600 11px / 18px Noto Sans;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    text-transform: uppercase;
}
  /* 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;
  }
  .accordion-header .accordion-button .years {
    font: normal normal normal 26px/35px Merriweather;
  }
  .right-btn {
    right: 0;
  }
  .left-btn {
    left: 0;
  }
  .team-message-box {
    padding-bottom: 20px;
  }
  .team-message-box img {
    margin-bottom: 20px;
  }
  .team-message-box hr {
    margin: 12px 0 !important;
  }
  .careerModal .modal-dialog .modal-body {
    padding: 20px;
  }
  .careerModal .modal-dialog {
    width: 95%;
    max-width: 95%;
  }
  .fixed-icon .elementor-image-box-title
  {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .accordion-header .accordion-button .years {
    font: normal normal normal 20px/30px Merriweather;
  }
}
input[type="checkbox"] {
  accent-color: #c9b34a;
}
.wpcf7-form label {
  position: relative;
}
.astrick {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  color: #bd1313;
}
.fixed-icon .elementor-image-box-wrapper
{
  display: block  !important;
}
.fixed-icon .elementor-image-box-title {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 15px;
  translate: 50% 0;
  display: inline-block;
  opacity: 0;
  transition: 0.6s ease all;
      z-index: -1;
    position: relative;
    top: -65px;
}
.fixed-icon:hover .elementor-image-box-title
{
  opacity: 1;
  translate: -90px 0;
}
.hfe-menu-toggle 
{
  display: none;
}


.radius-right {
  text-align: right;
}
.after-post  a {
  font: normal normal normal 18px/28px  "Merriweather", Sans-serif;;
letter-spacing: 0px;
color: #000000;
display: block;
}
.after-post  .prev-post  {
  font: normal normal 600 14px/18px Noto Sans;
  letter-spacing: 0px;
  color: #C9B34A;
  text-transform: uppercase;
  margin-bottom: 10px;
}






/* Enquiry product css start */

/* product details  */
.product-details-gallery .thumbnail-slider {
  max-width: 100px;
}
.product-details-gallery .product-slider {
  width: calc(100% - 100px);
}
.product-slider .slick-slide img {
  width: 100%;
}

.thumbnail-slider .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}

.thumbnail-slider .slick-slide img {
  border: 1px solid transparent;
  padding: 2px;
}
.thumbnail-slider .slick-current img {
  border: 1px solid #28a745;
}
.product-details-gallery .product-slider .slick-current 
{
  padding-right: 2px;
}
.product-details-gallery .product-slider img {
  border: 1px solid #ddd;
}
.product_details .title {
  text-align: left;
  font: normal normal 600 30px/35px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}
.product_details .price {
  text-align: left;
  font: normal normal 600 25px/30px var(--font);
  letter-spacing: 0px;
  color: #0a6db5;
  opacity: 1;
}
.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e2e2;
}
.quantity-controls.quantity-selector {
  border: 0;
}
.quantity-controls.quantity-selector button {
  width: 30px;
  height: 30px;
}
.quantity-controls.quantity-selector  input {
  width: 50px !important;
  height: 30px !important
  padding: 4px !important;
}
.underline .elementor-button span:hover{
  text-decoration: underline;
}

.elementskit-megamenu-panel{
  top: 60px !important;
}  

select[name="enquiry-type"] {
  color: #707071 !important;
}


/* Hide number input arrows for Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  display: none;
}
p.delete.remove
 {
    cursor: pointer;
    font: normal normal 600 14px / 20px Manrope;
    letter-spacing: 0px;
    color: #00A85D;
    margin-bottom: 0;
}

.quantity-selector button {
  width: 50px;
  height: 50px;
  background: transparent !important;
  color: var(--color2) !important;
  font-size: 16px;
  border: 0 !important;
  padding: 0 !important;
}

.quantity-selector input {
  width: 60px !important;
  text-align: center;
  border: 0 !important;
  height: 45px;
  color: #1f1f1f;
}

#EnquireNow span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#EnquireNow span img {
margin-left: 5px;
}

.add-enquiry-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 25px;
  margin-top: 20px;
}

.add-enquiry-btn i {
  margin-left: 5px;
}



/* Enquiry product css end */







@media (max-width: 767px) {
.sidebar{
	margin-bottom: 30px !important;
}
	.product_details .title {
    text-align: left !important;
    font-size: 24px !important;
		line-height: 1.2em !important;
		text-align: center !important;
	}
	.related-products .pt-md-5 {
   padding-top: 40px !important;
   padding-bottom: 40px !important;
}
	.single-eproduct-detail {
    padding-bottom: 50px !important;  
}
	.related-products .page-title {
		margin-top: 50px !important;
	}
	.product-details-gallery{
		display: flex !important;
	}
	.product-details-gallery .thumbnail-slider .slick-list {
		display: flex !important;
    align-items: start !important;
	}
	.product-details-gallery .slick-list{
		height: auto !important;
		padding-bottom: 50px !important;
	}
}






@media (max-width: 991px) {
    .single-eproduct-detail:before {
        width: 100% !important; 
        height: 50% !important; 
    }
}

@media (max-width: 767px) {
    .single-eproduct-detail:before {
        width: 100% !important;
        height: 40% !important; 
    }
}


@media (max-width: 480px) {
    .single-eproduct-detail:before {
        width: 100% !important;
        height: 34% !important; 
    }
}



 @media (max-width: 767px) {
    .related-product-slider .slick-slide {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .related-product-slider .slick-track {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
    }

    .related-product-slider .slick-list {
        height: auto !important; 
    }
	.related-product-slider .slick-track{
		 width: 100% !important;
	 }
}
 
@media (max-width: 1024px) {
  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
      border: 0px solid !important;
  }
}



