:root {
  --new-primary-color: #e31e24;
  --new-secondary-color: #282828;
}
.pt80 {
  padding-top: 80px;
}
.pt120 {
  padding-top: 120px;
}
ul,
li {
  list-style: none;
}
/* ::selection {
  background-color: var(--new-primary-color);
  color: #ffffff;
} */
.theme-bg,
.counter i,
.counter label::before,
.contact-btn:hover .contact-bg,
.title::after,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.scroll-top a,
a.popup,
.price-title,
.portfolio-item a.popup,
.close-btn,
.btn::after,
.ht-progress-bar .progress .progress-bar,
.ht-progress-bar .progress-parcent {
  background-color: var(--new-primary-color);
}

.text-theme,
.breadcrumb-item.active,
.breadcrumb-item a:hover,
.title span,
.contact-bg,
.section-title h6,
.testimonial h6,
.dlab-title a:hover,
.btn:focus,
.scroll-top a:hover {
  color: var(--new-primary-color);
}

.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover,
.tab .nav-tabs.active > a:focus,
.tab .nav-tabs > a:hover,
.tab.style-2 .nav-tabs .nav-link.active,
.tab.style-2 .nav-tabs .nav-link.active:hover,
.tab.style-2 .nav-tabs .nav-link.active:focus,
.tab.style-2 .nav-tabs .nav-link:hover {
  background-color: var(--new-secondary-color);
}

.tab.style-2 .nav-tabs .nav-link {
  color: var(--new-secondary-color);
}
.footer-list li a::before {
  background-color: var(--new-primary-color);
}
.navbar-nav .nav-item .nav-link.active,
.nav-item.dropdown .dropdown-menu a:hover {
  background-color: var(--new-primary-color);
  color: #ffffff;
  /* border-radius: 4px; */
}
.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
  color: #ffffff;
}

.navbar-nav .nav-link:before {
  content: "";
  background: var(--new-primary-color);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /* border-radius: 4px; */
}

/********** Header Start *************/

/* .fullscreen-banner .owl-carousel .owl-dots .owl-dot span {
	opacity: 0;
}
.fullscreen-banner .owl-carousel .owl-dots .owl-dot span::before {
	opacity: 0;
} */

.fullscreen-banner .owl-carousel .owl-dots {
  display: none;
}

.webloader {
  width: 120px;
  height: 120px;
  position: relative;
}
.gifimage {
  position: absolute;
  top: 50%;
  content: "";
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}

/* #header-wrap.fixed-header .website_logo #logo-img {
  display: none;
  transition: all 0.5s ease-in-out;
}
#header-wrap.fixed-header .website_logo #logo-img2 {
  display: block;
  transition: all 0.5s ease-in-out;
}
#header-wrap .website_logo #logo-img2 {
  display: none;
  transition: all 0.5s ease-in-out;
}
#header-wrap .website_logo #logo-img {
  display: block;
  transition: all 0.5s ease-in-out;
} */
/********** Header End ***********/

/********* Client Slider  ********/

/* .owl-carousel.client-carousel .item {
  filter: grayscale(100);
  transition: all 0.3s ease-in-out;
}
.owl-carousel.client-carousel .item:hover {
  filter: grayscale(0);
} */
/* .owl-carousel.client-carousel .item {
  position: relative;
}

.owl-carousel.client-carousel .img-container {
  overflow: hidden;
  position: relative;
}

.owl-carousel.client-carousel .img-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.owl-carousel.client-carousel .img-container:hover img {
  transform: translateY(100%);
}

.owl-carousel.client-carousel .img-container2 img {
  display: none;
  width: 100%;
  border: 2px solid red;
  transition: transform 0.3s;
}

.owl-carousel.client-carousel .img-container:hover .img-container2 img {
  display: block;
  transform: translateY(-100%);
} */

/********* Product Start *********/

.product_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 10px);
  min-height: 300px;
  position: relative;
}

.product_icon h4 {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0px);
  font-size: 18px;
  color: var(--new-secondary-color);
  width: 100%;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .product_icon h4 {
  opacity: 0;
}

.product_icon img {
  width: 100px;
}
.product_icon.fullwidth img {
  width: 100%;
}
.product_icon.fullwidth h4 {
  font-size: 14px;
}
.product_icon:nth-child(odd) {
  background-color: #f1f2f9;
}

.grid-item.grid-item-center {
  transform: translateX(150%);
}
.grid-item.grid-item-twentyfive {
  transform: translateX(50%) !important;
}
/********* Product End ********/

/* Industory Video Css */

.industory-video-container {
  margin: 0px 0px -80px 0px;
}

.industory-video-section {
  background-image: url(https://demo.casethemes.net/industo/wp-content/uploads/2021/11/bg-progress-bar.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ct-video-player {
  position: relative;
  -webkit-border-radius: inherit !important;
  -khtml-border-radius: inherit !important;
  -moz-border-radius: inherit !important;
  -ms-border-radius: inherit !important;
  -o-border-radius: inherit !important;
  border-radius: inherit !important;
}

.icon-psb *,
.ct-center,
.ct-video-player .ct-video-holder + .ct-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ct-video-button {
  width: 120px;
  height: 120px;
  background-color: #fff;
  line-height: 120px;
  text-align: center;
  -webkit-border-radius: 120px;
  -khtml-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
  border-radius: 120px;
  color: var(--new-primary-color);
  font-size: 22px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.ct-video-button.style2:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--new-primary-color);
  border-radius: 50%;
  animation: pulse-border2 1500ms ease-out infinite;
  -webkit-animation: pulse-border2 1500ms ease-out infinite;
  z-index: -2;
}
.ct-video-button.style2 {
  width: 43px;
  height: 43px;
  line-height: 43px;
  -webkit-border-radius: 43px;
  -khtml-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
  -o-border-radius: 43px;
  border-radius: 43px;
  font-size: 14px;
  background-color: var(--new-primary-color);
  color: #fff;
}

@keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* Corporate Video CSS */

.corporate-video {
  height: 622px;
  background-image: url(https://demo.casethemes.net/industo/wp-content/uploads/2022/02/bg-call-to-action.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-video-button.style3 {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 0;
  background-color: var(--new-primary-color);
  color: #fff;
}
.ct-video-button.style3:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--new-primary-color);
  border-radius: 0%;
  animation: pulse-border2 1500ms ease-out infinite;
  -webkit-animation: pulse-border2 1500ms ease-out infinite;
  z-index: -2;
}

.corporate-actual-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.corporate-video-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: center;
}

.corporate-explore-btn {
  padding: 15px 30px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-style: solid !important;
  border-width: 0px 0px 0px 4px !important;
  border-color: #d40000 !important;
  background-color: var(--new-primary-color);
  color: #ffffff;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  z-index: 1;
  letter-spacing: 0;
  box-shadow: none !important;
}

.corporate-explore-btn:after {
  content: "";
  background: #fff;
  transition: all 0.5s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -35%;
  top: -10%;
  transform: rotate(0);
}

.corporate-explore-btn:hover:after,
.corporate-explore-btn:focus:after {
  left: 130%;
}

/************* Product Appliction Slider *****************/

.owl-carousel.product-application-carousel {
  display: block;
}
.owl-carousel.product-application-carousel .item {
  text-align: center;
}

.single-service-style-one {
  text-align: center;
  overflow: hidden;
}
.single-service-style-one .front {
  min-height: 198px;
  background: #e1e1e1;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.single-service-style-one .front .inner-content {
  width: 100%;
}
.single-service-style-one .front i {
  font-size: 50px;
  color: var(--new-primary-color);
}
.single-service-style-one .front h3 {
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #262626;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 83%;
  margin-top: 18px;
  line-height: 1.25em;
}
.single-service-style-one .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid var(--new-primary-color);
  background: #1b1b1b;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-service-style-one .back h3 {
  margin: 0;
  color: var(--new-primary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}
.single-service-style-one .back p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 83%;
  line-height: 1.2em;
}
/* .single-service-style-one:hover .front {
  transform: scale(0);
}
.single-service-style-one:hover .back {
  opacity: 1;
  transform: translateY(0%);
} */
.service-carousel-one .owl-nav [class*="owl-"] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ddd;
  color: #888;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service-carousel-one .owl-nav [class*="owl-"]:hover {
  background: #fe5a0e;
}
.service-carousel-one .owl-nav .owl-prev {
  left: -14px;
}
.service-carousel-one .owl-nav .owl-next {
  right: -14px;
}
.single-service-style-two {
  overflow: hidden;
  position: relative;
}
.single-service-style-two .img-box > img {
  width: 100%;
}
.single-service-style-two .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 50px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease-in-out;
  transform: translateY(0%);
}
.single-service-style-two .overlay .icon-box,
.single-service-style-two .overlay .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-service-style-two .overlay .icon-box {
  width: 41px;
}
.single-service-style-two .overlay .icon-box i {
  color: #fe5a0e;
  font-size: 41px;
  line-height: 1em;
  display: block;
  position: relative;
  top: 5px;
}
.single-service-style-two .overlay .text-box {
  padding-left: 15px;
}
.single-service-style-two .overlay .text-box h3 {
  margin: 0;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Poppins";
}
.single-service-style-two .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 50px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: translateY(-40%);
  border-top: 3px solid #fe5a0e;
}
.single-service-style-two .hover .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-service-style-two .hover .box .content {
  display: table-cell;
  vertical-align: middle;
}
.single-service-style-two .hover .icon-box,
.single-service-style-two .hover .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-service-style-two .hover .icon-box {
  width: 41px;
}
.single-service-style-two .hover .icon-box i {
  color: #fe5a0e;
  font-size: 41px;
  line-height: 1em;
  display: block;
  position: relative;
  top: 5px;
}
.single-service-style-two .hover .text-box {
  padding-left: 15px;
}
.single-service-style-two .hover .text-box h3 {
  margin: 0;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Poppins";
}
.single-service-style-two .hover .text-box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
}
.single-service-style-two .hover .text-box a.more {
  color: #fe5a0e;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  transition: all 0.4s ease;
  margin-left: 0;
}
.single-service-style-two .hover .text-box a.more i {
  display: inline-block;
  vertical-align: middle;
}
.single-service-style-two .hover .text-box a.more:hover {
  margin-left: 7px;
}
.single-service-style-two:hover .overlay {
  transform: translateY(100%);
  opacity: 0;
}
.single-service-style-two:hover .hover {
  opacity: 1;
  transform: translateY(0%);
}

.service-carousel-one .owl-nav button[class*="owl-"] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #121628;
  color: #ffffff;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-carousel-one .owl-nav button.owl-prev {
  left: -10px;
}

.service-carousel-one .owl-nav button.owl-next {
  right: -10px;
}

.service-carousel-one .owl-nav button[class*="owl-"]:hover {
  background: var(--new-primary-color);
  color: #ffffff;
}

/******** Our Team Start *************/

.fly-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.fly-box-ho,
.fly-box,
.fly-box-ho:hover,
.fly-box:hover,
.hwp {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.icon-bx-wraper:hover .fly-box-ho,
.fly-box-ho:hover,
.icon-bx-wraper:hover .fly-box,
.fly-box:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.fly-box-ho,
.fly-box,
.fly-box-ho:hover,
.fly-box:hover,
.hwp {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
  position: relative;
}

.dlab-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
  background-color: #fff;
  position: relative;
}

.dlab-media {
  overflow: hidden;
  position: relative;
}

.dlab-img-effect.off-color img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.dlab-img-effect.off-color:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.dlab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.dlab-media img,
.dlab-post-media img {
  width: 100%;
  height: auto;
}
.dlab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
  border-top: none;
}
.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
  border-color: #eee;
}
.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
  position: relative;
}
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  border-style: solid;
}

.p-a20 {
  padding: 20px;
}
.p-t40 {
  padding-top: 40px;
}
.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}
.dlab-btn {
  background-color: var(--new-primary-color);
}
.skew-content-box {
  display: inline;
  left: -1px;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  width: auto;
}
.skew-content-box:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 20px;
  z-index: 1;
}
.skew-content-box ul li a {
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 0px 10px;
  line-height: 24px;
}
.dlab-social-icon {
  display: inline-block;
  margin: 0 -3px;
  padding: 0;
  text-align: center;
}
.dlab-social-icon li {
  display: inline-block;
  padding: 0;
  font-size: 12px;
}
.dlab-social-icon li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 4px;
}
/******** Our Team End *************/

/********* Progress Bar Start ******/

.ht-progress-bar.progress-electrical .progress-parcent {
  font-size: 12px;
  height: 40px;
  line-height: 38px;
  width: 40px;
}
/********* Progress Bar End *******/

/***** Product Brand Page Start *****/

.product_brand_card {
  box-shadow: 0px -2px 4px #ddd;
  border-radius: 4px 4px 0px 0px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.product_brand_card:hover .product_brand_btn {
  border-radius: 0px 0px 4px 4px;
  cursor: pointer;
  background-color: var(--new-primary-color);
}
.product_brand_card:hover .grayscale_effect {
  filter: grayscale(0);
  transform: scale(1.1);
}
.product_brand_card:hover {
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
		rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
		rgba(0, 0, 0, 0.09) 0px 32px 16px; */
  border-radius: 4px;
}
.grayscale_effect {
  filter: grayscale(100);
}
.product_brand_image {
  padding: 30px 10px 20px 10px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.product_brand_image img {
  height: 150px;
  width: 200px;
}
.product_brand_image.child_image {
  padding: 0px;
}
.product_brand_image.child_image img {
  height: 100%;
  width: 100%;
}
.product_title {
  font-size: 18px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px 0px;
  font-weight: 500;
}
/* .product_brand_image h6 {
  position: absolute;
  top: 7px;
  left: -45px;
  transform: rotate(328deg);
  padding: 5px 5px;
  background-color: #ff541c;
  text-align: center;
  font-size: 14px;
  width: 150px;
  color: white;
} */
.product_brand_btn {
  padding: 10px;
  background-color: #121628;
  text-align: center;
  color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  transition: all 0.5s ease-in-out;
}
.stanely_product_brand_btn {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: center;
}
.rowgap-2 {
  row-gap: 20px;
}

/***** Product Brand Page End *****/

/*********** Pricelist Start **********/

.pricelist_tab_container {
  padding: 20px 10px;
  background-color: #ffffff;
}
.pricelist_nav {
  /* display: flex;
  justify-content: space-between; */
}
.tab .pricelist_nav .nav-tabs.pricelist_tabs .nav-link {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 20px;
  box-shadow: -1px 1px 3px var(--new-secondary-color);
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.tab.style-2 .pricelist_nav .nav-tabs.pricelist_tabs {
  margin-bottom: 0px;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.tab .nav-tabs .nav-link.active,
.tab.style-2 .nav-tabs .nav-link.active,
.tab.style-2 .nav-tabs .nav-link.active:focus,
.tab.style-2 .nav-tabs .nav-link.active:hover {
  background-color: var(--new-primary-color);
  color: #ffffff;
  box-shadow: 0px 2px 4px 2px #dddddd;
}

.tab .nav-tabs .nav-link:hover,
.tab.style-2 .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: var(--new-secondary-color);
  box-shadow: inset -1px -1px 7px 0px var(--new-secondary-color);
}

/* .pricelist_nav_link.active {
  position: relative;
}
.pricelist_nav_link.active::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--new-secondary-color);
  transform: translate(-50%, -50%) rotate(0deg);
} */

.pricelist_item {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.pricelist_item:hover .pricelist_download_btn {
  bottom: -40%;
}
.pricelist_image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.pricelist_download_btn {
  position: absolute;
  bottom: -140%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--new-primary-color);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricelist_download_btn a {
  cursor: pointer;
  color: #ffffff !important;
}

.pricelist_title {
  background-color: var(--new-primary-color);
  color: #ffffff;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}
.plz-wait {
  display: none;
}

/*********** Pricelist End *********/

/********* Certificate Start *********/

.certificate_image {
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 4px;
}

.certificate_image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  padding: 20px 0px;
}

/******* Certificate End *************/

/*********** Career Start ************/
.openings_card {
  padding: 20px;
  min-height: 558px;
  box-shadow: 2px 2px 4px 2px #dddd;
}
.opening_apply_detail {
  height: 326px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.opening_heading {
  font-size: 18px;
  font-weight: 500;
}
.opening_detail {
  margin-bottom: 10px;
}
ul.opening_detail {
  padding-left: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
ul.opening_detail li {
  list-style-type: square;
}

.job_description {
  -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  padding: 20px;
}
.job_description_heading {
  font-size: 22px;
  color: var(--new-primary-color);
  text-transform: capitalize;
}
ul.job_description_detail {
  margin-bottom: 20px;
}
ul.job_description_detail li {
  font-size: 18px;
  margin-bottom: 5px;
}
ul.job_description_detail li span {
  font-weight: 600;
  padding-right: 5px;
  font-size: 18px;
}
ul.job_qualifications {
  padding-left: 20px;
  margin-bottom: 30px;
}
ul.job_qualifications li {
  font-size: 18px;
  margin-bottom: 5px;
  list-style-type: disc;
}
/********** Career End *************/
/******** Footer ************/

.footer-company-logo {
  width: 200px;
}
.footer-bdm-logo {
  width: 120px;
  height: 26px;
}

.footer-whatsapp.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 80px;
}

.footer-whatsapp .footer-whatsapp-href {
  background-color: unset;
}
.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 5px;
  font-size: 14px;
  justify-content: center;
}
.footer_product_list {
  column-count: 2;
}
.footer_product_list li a:focus {
  color: var(--new-primary-color);
}
.footer-whatsapp-icon {
}

.footer_separator {
  position: relative;
}

.working-hours li a:hover,
.working-hours li a:focus {
  color: var(--new-primary-color);
}

/* .footer_separator::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--new-primary-color);
} */

/********* Buttons ********/
.enquire_div {
  margin-top: 20px;
}
.download_catelogue,
.download_catelogue:focus {
  padding: 8px 16px;
  display: flex;
  width: fit-content;
  color: #ffffff;
  background-color: var(--new-primary-color);
  border-radius: 2px;
  transition: all ease-in-out 0.3s;
}

.download_catelogue:hover {
  background-color: #121628;
  color: #ffffff;
}
.catelogue_btn,
.catelogue_btn:focus {
  padding: 8px 16px;
  width: fit-content;
  background-color: #121628;
  color: #ffffff;
  border-radius: 2px;
  transition: all ease-in-out 0.3s;
}
.catelogue_btn:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: var(--new-primary-color);
}
.catelogue_btn i {
  padding-right: 5px;
}

.apply_now_btn {
  display: flex;
  color: var(--new-primary-color);
  border: 2px solid currentColor;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  transition: all ease-in-out 0.5s;
}
.apply_now_btn:hover,
.apply_now_btn:focus {
  cursor: pointer;
  color: var(--new-primary-color);
  border: 2px solid currentColor;
}

.job_desc_btn {
  text-align: center;
}
.job_description .apply_now_btn {
  display: inline-block;
}
.job_description .apply_now_btn:hover,
.job_description .apply_now_btn:focus {
  background-color: var(--new-primary-color);
  color: #ffffff;
}
.application_image {
  width: 95%;
}

.button_right_chevron img {
  width: 10px;
  transform: translateX(200px);
}
.product_brand_card:hover .button_right_chevron img {
  width: 10px;
  transform: translateX(5px);
}
.product_brand_image.child_image {
  overflow: hidden;
}
.product_brand_card:hover .product_brand_image.child_image img {
  height: 100%;
  width: 100%;
  transform: scale(1.1);
}
/***** Contact Us Start ******/

.contact_bg {
  background-color: var(--new-secondary-color);
}

.theme-bg.contact_bg .contact-info li a:hover {
  color: var(--new-primary-color);
}

.theme-bg.contact_bg .title:after {
  background: var(--new-primary-color);
}

.contact_address {
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 4px;
  min-height: 500px;
}

.contact_address_content h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact_address_content p {
  /* width: 80%; */
  font-size: 16px;
  color: #101010;
  text-align: justify;
}

.address_iframe iframe {
  min-height: 300px;
}
/* Contact Us End */

/* RR Kabel Product Page */

.common-hover {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}

/* .rrkabel_category .row > div:nth-child(1) .single-taxonomy-subcategory,
.rrkabel_category .row > div:nth-child(2) .single-taxonomy-subcategory,
.rrkabel_category .row > div:nth-child(3) .single-taxonomy-subcategory {
  border-top: 1px solid #cccccc;
} */
.single-taxonomy-subcategory {
  padding: 10px;
  border: 1px solid #cccccc;
  /* border-top: 1px solid transparent; */
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: -1px -3px 3px 0px #ddd;
}

/* .rrkabel_category .row > div:nth-child(even) .single-taxonomy-subcategory {
  border-radius: 5px 0px 5px 0px;
}
.rrkabel_category .row > div:nth-child(odd) .single-taxonomy-subcategory {
  border-radius: 0px 5px 0px 5px;
} */
.single-taxonomy-subcategory::before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  position: absolute;
  right: 10px;
  font-size: 20px;
  width: fit-content;
  height: fit-content;
  /* background-color: var(--new-primary-color); */
  padding: 5px 10px;
  transition: 0.4s;
  border-radius: 5px;
  color: #818181;
}
.single-taxonomy-subcategory-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
}

.single-taxonomy-subcategory-img img {
  width: 100%;
}
.single-taxonomy-subcategory span:last-child {
  color: var(--new-secondary-color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
.w-md {
  font-weight: 500;
}

.single-product-view {
  padding: 7px 10px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.product-categories-title {
  padding: 15px;
  background-color: var(--new-secondary-color);
  margin-bottom: 20px;
  color: #ffffff;
}
.product-categories-title p {
  margin-bottom: 0;
}
.product-view-img {
  background: transparent;
  height: 136px;
  display: flex;
  padding: 20px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  z-index: 0;
  position: relative;
}
.product-view-img img {
  width: 100%;
  transition: 0.4s;
}
.product-view-name {
  padding: 10px;
}

.product-view-name p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  color: var(--new-secondary-color);
  word-break: break-word;
  text-align: center;
  margin-bottom: 0;
}

/* .single-product-category {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
} */

.single-product-category .product-category-name {
  background-color: #f8f8f8;
  color: var(--new-secondary-color);
  display: block;
  font-size: 15px;
  padding: 15px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border-left: 3px solid var(--new-primary-color);
  margin-bottom: 2px;
}
.single-product-category .product-category-name.category_active {
  background-color: var(--new-primary-color);
  border-left: 3px solid var(--new-secondary-color);
  color: #ffffff;
}
.nav-pills .nav-link.rr_sidebar_link {
  background-color: #f8f8f8;
  color: var(--new-secondary-color);
  display: block;
  font-size: 15px;
  padding: 15px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border-left: 3px solid var(--new-primary-color);
  margin-bottom: 2px;
  border-radius: unset !important;
  text-align: left;
}
.nav-pills .nav-link.rr_sidebar_link i {
  margin-right: 5px;
}
.nav-pills .nav-link.rr_sidebar_link.active {
  background-color: var(--new-primary-color);
  border-left: 3px solid var(--new-secondary-color);
  color: #ffffff;
}

/**** RR Detail Page ***/

.rr_product_page section {
  padding: 30px 0px;
}
.cable-category {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.cable-preview-img img {
  max-width: 300px;
}
.cable-preview-img.cross-section-img img {
  max-width: 300px;
  max-height: 150px;
}
.cable-title-otr {
  border-bottom: 2px solid var(--new-primary-color);
  margin-bottom: 20px;
}
.cable-images-otr {
  margin-bottom: 20px;
  padding: 24px 38px;
  border: 1px solid #dddddd;
}
.cable-category li {
  padding-right: 20px;
  color: var(--new-secondary-color);
  position: relative;
}
.cable-category li::after {
  content: "|";
  position: absolute;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  right: 10%;
  transform: translateX(-50%);
}

.single-cable-detail .p-title {
  color: var(--new-primary-color);
  margin-bottom: 10px;
}

.single-cable-gallery-img {
  position: relative;
  height: 200px;
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  justify-content: center;
}

.cable-deep-details > p {
  margin-bottom: 20px;
}

.single-cable-detail .p-desc span {
  color: var(--new-secondary-color);
  font-weight: 500;
}

.common-points ul {
  padding-left: 20px;
}

.common-points ul li {
  margin-bottom: 5px;
  position: relative;
  list-style: square;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--new-secondary-color);
}
.single-cable-detail:not(:last-of-type) {
  margin-bottom: 20px;
  padding: 0;
}

.single-cable-detail table {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.common-btn:first-child {
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--new-primary-color);
  border-bottom: 1px solid #dddddd;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.common-btn {
  display: none;
}

.single-cable-detail .p-desc {
  color: var(--new-secondary-color);
  margin-bottom: 5px;
}

.single-cable-detail table tr td.bg {
  color: var(--new-secondary-color);
  background: #f7f7f7;
  font-weight: 500;
  vertical-align: middle;
}

.single-cable-detail table tr td {
  padding: 5px 10px;
  border: 1px solid #dddddd;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  max-width: 153px !important;
  text-align: center;
  color: var(--new-secondary-color);
}
/* Lighting  */

.lighting_isotope .portfolio-filter button {
  color: var(--new-secondary-color);
}

.lighting_isotope .portfolio-filter button.is-checked {
  color: var(--new-primary-color);
}

.lighting_gallery .portfolio-title span {
  color: #ffffff;
}

.lighting_content {
  padding-top: 20px;
}

.lighting_content p {
  font-size: 16px;
  text-align: justify;
}

/* .portfolio-item.newtech_lighting_item:hover .portfolio-icon {
  bottom: 10%;
}

.portfolio-item.newtech_lighting_item .portfolio-icon {
  right: 10%;
} */

/* Switchgear */

.stanley_product_card {
  padding: 30px;
  background-color: #f1f2f9;
  border-radius: 4px;
  margin-bottom: 30px;
}

.stanely_table {
  margin-top: 15px;
  width: 50%;
}
.center_image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stanely_table thead tr th {
  background-color: #6d7881;
  color: #ffffff;
}
.stanely_table tbody tr td {
  background-color: #d6d8d9;
  color: #000000;
}
.stanely_table tbody tr td:first-child,
.stanely_table thead tr th:first-child {
  text-align: center;
}

/* Vinary Wires */
.vinay_table {
  margin-top: 15px;
}
.vinay_table thead tr th {
  /* background-color: #6d7881; */
  background-color: var(--new-primary-color);
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.vinay_table tbody tr td {
  color: #000000;
  text-align: center;
}

/*********** Media Queries ********/

@media (max-width: 1400px) {
  .product_icon {
    min-height: 260px;
  }
  /* .product_icon img {
    width: 100px;
  } */
}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    padding: 10px !important;
    color: var(--new-secondary-color);
  }

  .navbar-nav .nav-link.show {
    color: var(--new-primary-color);
  }
}

/* 
@media(max-width:668px) {
  .
} */

.portfolio-item a.popup.whatsapp_link:hover {
  background: #25d366;
  color: #ffffff;
}

.video_card {
  padding: 10px;
}
.video_card_image {
  position: relative;
  /* height: 273px; */
}
/* .video_card_image img {
  height: 100%;
} */
.video_card_image::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.video_play_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  content: "";
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 43px;
  font-size: 14px;
  background-color: #ffffff;
  color: var(--new-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_play_btn:focus,
.video_play_btn:hover {
  background-color: #ffffff;
  color: var(--new-primary-color);
}
.video_play_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  animation: pulse-border2 1500ms ease-out infinite;
  -webkit-animation: pulse-border2 1500ms ease-out infinite;
  z-index: -2;
}
.video_card_title {
  background-color: #f1f2f9;
  padding: 20px 30px;
  border-radius: 0px 0px 4px 4px;
}
.video_card_title p {
  margin: 0;
  text-align: justify;
}
.fw500 {
  font-weight: 500;
}

.rr_cable_hover_effect {
  transition: all ease-in-out 0.3s;
}
.rr_cable_hover_effect:hover {
  background-color: var(--new-primary-color);
  color: #ffffff;
}

.single-taxonomy-subcategory.rr_cable_hover_effect:hover span.w-md,
.single-taxonomy-subcategory.rr_cable_hover_effect:hover::before {
  color: #ffffff;
}
.rr_inner_hover_effect {
  border: 1px solid transparent;
}
.rr_inner_hover_effect:hover {
  overflow: hidden;
  border-color: var(--new-primary-color);
}
.product-view-img,
.product-view-name {
  transition: all ease-in-out 0.3s;
}
.rr_inner_hover_effect:hover .product-view-img {
  transform: scale(1.1);
}

/* Home Automation */
/* .scene-controller-content {
	padding: 40px;
	border-radius: 10px;
	background-color: #0000000d;
	margin-top: 50px;
} */

.scene-controller-image-section {
  padding: 40px 0px;
  border-radius: 4px;
  box-shadow: 1px -1px 8px 0px #dddddd;
  margin-bottom: 40px;
}

.scene-controller-feature h6 {
  padding-bottom: 10px;
  color: var(--new-primary-color);
  font-weight: 600;
  font-size: 24px;
}
.scene-controller-feature h3 {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.scene-controller-feature ul {
  list-style: none;
  padding: 0;
}
.scene-controller-feature ul li {
  display: flex;
  align-items: center;
  line-height: 28px;
  gap: 8px;
  color: #000000;
}
.scene-controller-feature ul li i {
  color: var(--new-primary-color);
  font-size: 15px;
}
ul.vibe_inner_ul {
  padding-left: 22px;
}
.scene-controller-feature.vibe_left_detail {
  padding-left: 70px;
}

/* About Us */
.about_ul {
  padding-left: 20px;
}
.home_about_name {
  margin: auto;
  padding: 20px;
  width: 60%;
}
.home_about_name h2 {
  font-size: 22px;
  line-height: 26px;
}
.about_ul li {
  font-size: 16px;
  margin-bottom: 5px;
  list-style-type: disclosure-closed;
}
.getintouch strong a {
  color: #23244a;
}
.counter_number::after {
  content: "+";
  position: absolute;
}
p.about_first_head {
  font-size: 18px;
  color: #23244a;
}
.about_btn,
.about_btn:hover {
  transition: all ease-in-out 0.3s;
  background-color: var(--new-primary-color) !important;
  color: #ffffff !important;
  border-radius: 4px;
}
.about_btn:focus {
  border: unset;
  background-color: var(--new-primary-color);
  color: #ffffff;
}
.about_inner_text {
  text-align: justify;
}
.about_nayan_image {
  width: 250px;
}
@media (max-width: 767px) {
  .order_1 {
    order: 1;
  }
  .order_2 {
    order: 2;
  }
  .scene-controller-feature {
    padding: 0px;
    padding-top: 10px;
  }
  .scene-controller-feature h6,
  .scene-controller-feature h3 {
    text-align: center;
  }
  .scene-controller-image-section {
    padding: 10px 0px;
  }
}
