@import "common.css";

/* header section start */
header {
  /* position: absolute; */
  background: rgb(0 0 0 / 92%);
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

.navbar {
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0px 0px;
}

.navbar.header-fixed {
  position: fixed;
  background: rgb(65 62 62 / 79%);
  border: none;
  animation: slideDown 0.35s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-brand {
  height: 172px;
  margin-right: 36px;
}

.navbar-brand img {
  width: 200px;
  object-fit: contain;
}

.navbar-toggler {
  padding: 8px;
  border: none;
  background-color: #fffbff;
}

.navbar-toggler .navbar-toggler-icon {
  background: rgba(var(--main-color), 1);
  width: 1.1em;
  height: 2px;
  position: relative;
  display: block;
}

.navbar-toggler-icon.bar-2 {
  margin: 4px 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(var(--white-color), 1);
  transition: var(--transition-05s);
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 2px;
  margin-right: 34px;
  font-size: 21px;
  font-weight: 400;
}

/* .navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0px;
} */
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
  color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  border: none;
  vertical-align: middle;
}

.dropdown-menu {
  padding: 12px 9px;
  border: 0;
  border-radius: 7px;
  margin: 0 !important;
  transition: var(--transition-05s);
  background: rgba(var(--white-color), 1);
  box-shadow: 0px 0px 10px 0px rgba(var(--black-color), 0.2);
  min-width: 245px;
}

.dropdown-menu ul {
  display: grid;
}

.dropdown-menu li a {
  font-weight: 600;
  font-size: 19px;
  /* border-bottom: 1px solid rgba(var(--black-color), 0.175); */
  padding: 4px 4px;
  transition: var(--transition-05s);
  color: rgba(var(--black-color), 1);
  background: rgba(var(--white-color), 0);
  margin-bottom: 5px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus {
  color: rgba(var(--main-color), 1);
  background-color: rgba(var(--second-color), 0);
  /* border-color: rgba(var(--main-color), 1); */
}

.dropdown-menu li:last-child a {
  border-bottom: none;
}

.head-rightMain {
  margin-left: -25px;
  width: 90%;
}

.DesktopLogo {
  text-align: center;
  margin-right: 12px;
  /* border-right: 10px solid  */
}

.DesktopLogo::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 129px;
  background: rgba(var(--main-color), 1);
  margin-left: 32px;
  margin-top: 22px;
}

.mobile-logo {
  display: none;
}

.head-top {
  padding: 33px 0px 0px;
}

.head-down {
  padding: 35px 0px 0px;
}

.HeadContainer {
  display: flex;
}

.hec-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}

.hec-list li {
  position: relative;
  /* padding: 8px 0px; */
}

.hec-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(var(--white-color), 1);
  font-size: 20px;
}

.hec-list a i {
  color: rgba(var(--main-color), 1);
  font-size: 20px;
}

.hec-list :hover {
  transition: var(--transition-05s);
  color: rgba(var(--main-color), 1);
}

.head-wgc-list {
  display: flex;
  justify-content: flex-end;
}

.head-wgc-list li {
  position: relative;
  font-size: 21px;
  color: rgba(var(--main-color), 1);
}

.head-wgc-list li::after {
  content: "|";
  padding: 0px 6px;
}

.head-wgc-list li:last-child::after {
  display: none;
}

.head-wgc-list li a {
  color: rgba(var(--white-color), 1);
  font-weight: 500;
  transition: var(--transition-05s);
}

.head-wgc-list li a:hover,
.head-wgc-list li a:focus {
  color: rgba(var(--main-color), 1);
}

.head-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
  padding: 5px 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(255 255 255);
}

.head-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--third-color), 1);
  transition: var(--transition-05s);
  font-size: 18px;
}

.head-social :hover {
  background: rgb(255, 94, 0);
  color: rgb(255, 255, 255);
}

.head-brand-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.head-brand-menu .common-btn {
  padding: 10px 26px;
  --common-btn-color: rgba(var(--white-color), 1);
  text-transform: capitalize;
}

/* header section close */

/* banner section start */
/* .banner-section {
  --banner-hvh: 56vh;
  --banner-hhp: 600px;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
  overflow: hidden;
}

.banner-bg>* {
  width: 100%;
} */


/* banner start */

.banner-section {
  --banner-hvh: auto;
  --banner-hvh: 56vh;
  --banner-hhp: 600px;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
  position: relative;
  z-index: 9;
  padding: 0px;
}
.banner-section > *:first-child,
.banner-slider > *:first-child > *,
.banner-slider > *:first-child > * > *,
.banner-slider > *:first-child > * > * > *,
.banner-slider > *:first-child > * > * > * > * {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}

.banner-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  gap: 8px;
}
.banner-slider.owl-carousel button.owl-dot {
  --ehw-ocbd: 10px;
  background: rgba(var(--white-color), 1);
}
.banner-slider.owl-carousel button.owl-dot.active {
  background: rgba(var(--main-color), 1);
}



/* banner end */
/* banner section close  */

/* about us section start */
.about-title {
  color: rgba(var(--main-color), 1);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.about-para {
  font-size: 16px;
  line-height: 26px;
}
.about-img {
  width: 100%;
  height: 400px;
}
/*about us section close */

/* Features section start */
.features-section {
  padding: 20px 0px;
  background: rgba(var(--white-color), 1) no-repeat center center / cover;
}

.features-section .features-title-box {
  text-align: center;
  padding-right: 0;
}

.features-list-box {
  box-shadow: rgb(87 84 81) 0px 1px 2px 0px, rgb(87 87 87 / 45%) 0px 2px 6px 2px;
  display: flex;
  align-items: center;
  gap: 0px;
  flex-direction: column;
}

.features-title-box .common-title {
  padding: 20px 0px !important;
}

.featuresbtn {
  margin-bottom: 17px;
}

.features-list-img {
  width: 100%;
  height: 350px;
}

.features-list-text,
.features-list-box>*:last-child {
  background: rgba(var(--black-color), 1);
  width: 100%;
  padding: 10px;
  text-align: center;
}

.features-list-title,
.features-list-text>*:first-child,
.features-list-box>*:last-child>*:first-child {
  color: rgba(var(--white-color), 1);
  transition: var(--transition-05s);
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 23px;
}

.features-list-box:hover .features-list-title,
.features-list-box:hover .features-list-text>*:first-child,
.features-list-box:hover>*:last-child>*:first-child {
  color: rgba(var(--main-color), 1);
}

/* Features section close */
/* Brands start */
.Brands-section .row{
gap: 10px 0px;
}
.Brands-Titlebox h1{
text-align: center;
}
.cl-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--black-color), 1);
  padding: 10px;
  height: 100px;
  width: 100%;
  border: 1px solid rgba(var(--black-color), 0.1);
  border-radius: 10px;
  min-height: 130px;
}
.cl-img img {
  object-fit: contain;
  width: 90% !important;
  height: 90%;
}

/* Brands end */
/* cta section start */
.common-section.WCTN-section {
  background: rgba(var(--black-color), 0.5) no-repeat center center / cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.WCTN-title-box {
  text-align: center;
}

.common-box.WCTN-title-box .common-para {
  color: rgba(var(--white-color), 1);
  font-size: 24px;
  text-transform: inherit;
}

/* cta section close */
/* ***********************************Inner pages Start***********************************************************  */
/* ***********product catagory start*********** */

.banner-section.banner-inner-page {
  --banner-hvh: 20vh;
  --banner-hhp: 300px;
}

.banner-inner-page .banner-inner-section {
  padding: 50px 0px;
}

.banner-section>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}

.banner-inner-section {
  justify-content: flex-end;
}

.banner-inner-section {
  background: rgba(var(--main-color), 0.5) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 60px 0px 160px;
}

.banner-section.banner-inner-page .banner-inner-section>*>*>* {
  text-align: center;
}

.banner-title,
.banner-box h1 {
  text-transform: capitalize;
  font-weight: 300;
  color: rgba(var(--white-color), 1);
  position: relative;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

/* .breadcrumb {
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	counter-reset: flag; 
}

.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}

.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; 
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px;
}

.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px;
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
	content: none;
}

.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
} */

.category-section {
  padding: 40px 0px;
}

.showFilter {
  gap: 40px 0px !important;
}

.Sort-box {
  display: flex;
  width: 100%;
  gap: 14px;
}

.SearchBox input.form-control {
  min-height: 40px;
  font-size: 14px;
}

.Sort-MainInnbox {
  width: 100%;
}

.Sort-Innbox {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
}

.Sort-Innbox span {
  width: 83px;
  color: rgba(var(--main-color), 1);
}

.Sort-Innbox select {
  width: 30%;
  font-size: 20px;
  padding-right: 27px;
  border: 1px solid rgba(var(--main-color), 1);
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  min-height: 40px;
}

.solution-box {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.solution-img {
  border-radius: 12px;
  width: 100%;
  height: 408px;
  overflow: hidden;
  background: rgba(var(--main-color), 0.4);
}

.solution-txt {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(var(--black-color), 0.3);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  background: rgba(var(--white-color), 1);
  margin: auto;
  width: 90%;
  margin-top: -60px;
  padding: 30px 20px;
  transition: var(--transition-05s);
  min-height: 120px;
}

.solution-box:hover .solution-txt {
  transition: var(--transition-05s);
  border-radius: 12px;
  margin-top: -30%;
  background: rgb(0 0 0 / 67%);
}

.solution-box:hover .solution-txt .solution-title {
  transition: var(--transition-05s);
  display: block;
  width: auto;
  white-space: normal;
  overflow: inherit;
  text-overflow: inherit;
  color: rgba(var(--white-color), 1);
}

.solution-title {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-bottom: 7px;
  transition: var(--transition-05s);
  font-size: 24px;
  color: rgba(var(--black-color), 1);
}

.solution-txt .common-btn {
  padding: 11px 10px;
}

/* ***********product catagory close*********** */

/* ***********product details start*********** */
.productdetails-section {
  padding: 60px 0px 0px;
}

.product-dtl-title {
  padding: 50px 0px 6px !important;
}

.btntab-section {
  padding: 30px 0px 0px;
}

.cta-tabsContent {
  border-radius: 14px;
  padding: 20px;
  border: 2px solid #e9661c;
}

.cta-tabs-panel .nav-tabs .nav-item .nav-link.active {
  border-radius: 7px;
  background: #e9661c;
  color: rgb(255 255 255);
}

.cta-tabs-panel .nav-tabs .nav-item .nav-link {
  border: none;
  background: rgba(var(--black-color), 1);
  width: 830px;
  color: rgba(var(--white-color), 1);
  font-size: 27px;
  text-align: center;
  padding: 12px 10px;
  font-weight: 700;
  height: 100%;
  border-radius: 7px;
  position: relative;
}

.cta-tabs-panel .tab-content {
  padding: 20px 0px;
}

.cta-tabs-panel {
  background: rgba(var(--white-color), 1);
  margin-top: 25px;
}

.cta-tabs-panel .nav-tabs {
  display: flex;
  /* gap: 15px; */
  align-items: center;
  padding: 5px 0px;
  border-radius: 4px;
  /* background: #000000f5; */
  justify-content: space-between;
  border: none;
}

.cta-tabs-panel .nav-tabs .nav-item {
  margin-right: 2px;
}

.cta-tabsContent .common-para {
  margin-top: 0px;
  color: rgba(var(--black-color), 1);
  font-size: 21px;
  line-height: 33px;
}

.common-para a:hover {
  color: #ee4e24;
}

.textimg-section {
  padding: 10px 0px 30px;
}

.details-imgbox {
  width: calc(100% + -31%);
  margin-left: 9%;
  padding: 16px 0px;
}

.details-textbox {
  padding: 16px 0px;
}

.details-table {
  border: 2px solid #e9661c;
  border-radius: 7px;
}

.table-title {
  margin-bottom: 5px;
  text-transform: capitalize;
  position: relative;
  color: rgba(var(--main-color), 1);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
}

.table-section {
  padding: 30px 0px;
}

.table {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgb(233 102 28 / 6%) !important;
}

.alink {
  color: rgba(var(--main-color), 1);
  font-weight: 400;
}

tbody>* th {
  font-weight: 400;
}

a .alink:hover {
  text-decoration: underline !important;
}

th a:hover,
th a :focus {
  color: inherit;
  text-decoration: underline !important;
}

.secondtext {
  flex-direction: row-reverse;
}

/* ***********product details close*********** */

/* ***********contuct us start*********** */
.contact-list,
.contact-title {
  padding: 0px;
  font-size: 22px;
}

.contact-list span {
  font-size: 22px;
  display: block;
}

.contact-list li a {
  color: black;
  font-weight: 500;
  font-size: 21px;
  transition: var(--transition-05s);
}

.contact-list li a:hover {
  text-decoration: underline;
  color: rgba(var(--main-color), 1) !important;
}

.iframe-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact-cta-section {
  background: rgba(var(--black-color), 1); 
  /* background: #FFBB00; */
  padding: 15px 0px;
}
.touch-list{
  padding: 15px 0px;
  justify-content:space-between;
        display: flex;  
}

.iframe-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-para {
  line-height: 26px;
  font-size: 20px;
}

.cinfo {
  margin-top: 30px;
}
.cta-form-box .form-box select{
	border: 1px solid rgba(var(--main-color), 0.4);
	border-radius: 0px;
}
.form-control::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  border: none;
  vertical-align: middle;
}
.contact-info {
  border-radius: 7px;
  box-shadow: 0px 5px 15px 0px rgba(var(--black-color), 0.3);
  padding: 16px;
  /* background: linear-gradient(356deg, rgba(246,242,238,1) 18%, rgba(255,111,0,1) 83%); */
  background: rgba(var(--white-color), 1);
}

/* ***********contuct us close*********** */
/* ***********************************Inner pages close***********************************************************  */

/* footer section start*/
.footer-section {
  background: rgba(var(--black-color), 1);
  padding-top: 50px;
}

.inner-footer {
  padding-bottom: 50px;
}

.footer-box {
  border-right: 1px solid rgba(var(--main-color), 0);
  position: relative;
  height: 100%;
  padding-right: 10px;
}

.footer-box::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(var(--main-color), 0.7);
  width: 2px;
  height: 85%;
}

.inner-footer>*>*:last-child>.footer-box::after {
  display: none;
}

.foot-logo {
  margin-left: -2px;
  height: 100px;
  /* margin: -50px auto 20px; */
}

.foot-logo img {
  object-fit: contain;
}

.foot-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--white-color), 0.7);
  line-height: 1.5;
  font-size: 23px;
  margin-bottom: -8px;
}

.foot-para p {
  margin-bottom: 10px;
}

.foot-para p:last-child {
  margin-bottom: 0px;
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  gap: 14px;
  margin-top: 20px;
}

.social-list li a {
  padding: 20px;
  --ehw-sla: 30px;
  width: var(--ehw-sla);
  height: var(--ehw-sla);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
  font-size: 26px;
  border-radius: 8px;
  transition: var(--transition-05s);
}

.social-list li a:hover,
.social-list li a:focus {
  background: rgba(var(--white-color), 1);
  color: rgba(var(--main-color), 1);
}

.foot-title {
  color: rgba(var(--white-color), 0.95);
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
}

.foot-list li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  gap: 8px;
}

.foot-list li span {
  color: rgba(var(--main-color), 1);
  font-size: 24px;
}

.foot-list li a {
  transition: var(--transition-05s);
  font-size: 20px;
  color: rgba(var(--white-color), 1);
}

.foot-list.contact-list li a {
  color: rgba(var(--white-color), 1);
}

.foot-list.contact-list li:nth-child(2) {
  align-items: center;
}

.foot-list.contact-list li:nth-child(2) a {
  color: rgba(var(--white-color), 1);
  font-size: 20px;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list.contact-list li:nth-child(2) a:hover,
.foot-list.contact-list li:nth-child(2) a:focus {
  color: rgba(var(--main-color), 1);
}

.copy-box {
  padding: 18px 0;
  border-top: 1px solid rgba(var(--white-color), 0.15);
  text-align: center;
}

.copy-text {
  color: rgba(var(--main-color), 0.9);
  font-weight: 400;
  font-size: 18px;
}

/* footer section close*/

/* responsive start */

@media (min-width: 992px) {
  .nav-item.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .nav-item.dropdown:hover .dropdown-menu,
  .nav-item.dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
  }
}

@media (min-width: 1400px) {

  header .container,
  .bbtmAbout-section .container {
    max-width: 1320px;
  }

  header *>.row {
    width: auto;
  }

  .DesktopLogo {
    display: block;
    margin-right: -95px;
  }


}

@media (min-width: 1800px) {
  header *>.row {
    width: 100%;
  }
  .banner-section {
    --banner-hvh: auto;
  } 
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1703px;
  }

  .aboutus-title-box {
    padding-left: 0%;
  }

  .DesktopLogo {
    display: block;
    margin-right: 12px;
  }
}

/* 
@media (max-width: 1500px) {
  .hec-list a {
    font-size: 18px;
  }

  .head-wgc-list li a {
    font-size: 18px;
  }


} */


@media (max-width: 1800px) {
  .cta-tabs-panel .nav-tabs .nav-item .nav-link {
    width: 553px;
    font-size: 24px;
    padding: 9px 8px;
}
  .common-title {
    padding: 0px !important;
    font-size: 45px !important;
  }

  .last-section {
    padding: 30px 0px 30px !important;
  }

  .common-para,
  .common-box>div.common-para {
    line-height: 29px;
    font-size: 18px;
  }

  .common-btn {
    padding: 10px 18px;
    font-size: 18px;
  }

  .features-list-title,
  .features-list-text>*:first-child,
  .features-list-box>*:last-child>*:first-child {
    font-size: 19px;
    width: 322px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .common-box.WCTN-title-box .common-para {
    color: rgba(var(--white-color), 1);
    font-size: 21px;
    text-transform: inherit;
  }

  .foot-list li a {
    font-size: 17px;
  }

  .foot-title {
    margin-bottom: 17px;
    font-size: 20px;
  }

  .foot-list.contact-list li:nth-child(2) a {
    font-size: 18px;
  }

  .foot-list.contact-list li:first-child {
    font-size: 18px;
    margin-bottom: -6px;
  }

  .foot-list li span {
    font-size: 19px;
  }

  .social-list li a {
    --ehw-sla: 23px;
    font-size: 20px;
  }

  .features-list-img {
    height: 300px;
  }

  .head-rightMain {
    width: 100%;
    margin-left: 33px;

  }

  .navbar-brand img {
    width: 176px;
  }

  .navbar-brand {
    height: 150px;
  }

  .hec-list a {
    font-size: 18px;
  }

  .hec-list a i {
    font-size: 18px;
  }

  .head-wgc-list li {
    font-size: 19px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    margin-right: 14px;
    font-size: 18px;
  }

  .DesktopLogo::after {
    margin-left: 7px;
    margin-top: 11px;

  }
.head-down {
    padding: 23px 0px 0px;
}
.about-section {
  padding: 30px 0px 40px !important;
}
  .common-section {
    padding: 20px 0px;
  }

  .foot-para p:last-child {
    font-size: 18px;

  }

}
@media (max-width:1400px) {
    .head-rightMain {
        width: 100%;
        margin-left: -25px;
}
.navbar .navbar-nav .nav-item .nav-link {
  margin-right: 18px;
  font-size: 17px;
}
.DesktopLogo::after {
  margin-left: -4px;
}
}
@media (max-width: 1360px) {
  .DesktopLogo::after {
    margin-left: 24px;
  }
  .cta-tabs-panel .nav-tabs .nav-item .nav-link {
    width: 549px;
    font-size: 22px;
    padding: 9px 8px;
}
  .common-title {
    padding: 0px !important;
    font-size: 22px !important;
  }
  .cta-tabsContent .common-para {
    font-size: 18px;
    line-height: 28px;
}
  .common-SubTitle,
  .common-box>span,
  .common-section .common-box>span {
    font-size: 32px;
    margin-bottom: -3px;
  }

  .iframe-box {
    height: 642px;
  }

  .banner-title,
  .banner-box h1 {
    font-size: 45px;
  }

  .contact-list li a {
    font-size: 17px;
  }

  .contact-list span {
    font-size: 18px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    margin-right: 14px;
    font-size: 15px;
  }

  .features-title-box .common-title {
    padding: 0px !important;
  }

  .foot-para p:last-child {
    font-size: 16px;
  }

  .features-list-title,
  .features-list-text>*:first-child,
  .features-list-box>*:last-child>*:first-child {
    font-size: 19px;
    width: 300px;
  }

  .social-list li a {
    font-size: 18px;
    --ehw-sla: 20px;
    width: var(--ehw-sla);
    height: var(--ehw-sla);
  }

  .foot-list li a {
    font-size: 16px;
  }

  .copy-text {
    font-size: 13px;
  }

  .common-box.WCTN-title-box .common-para {
    font-size: 18px;
  }

  .head-rightMain {
    width: 100%;
    margin-left: 32px;
  }

  .table {
    font-size: 19px;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 17px !important;
  }

}

@media (max-width: 1200px) {
  .cta-tabs-panel .nav-tabs .nav-item .nav-link {
    width: 463px;
    font-size: 22px;
    padding: 9px 8px;
}
  .head-top {
    padding: 16px 0px 0px;
  }

  .table-title {
    font-size: 24px;
  }

  .banner-title,
  .banner-box h1 {
    font-size: 45px;
  }

  .DesktopLogo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .navbar-brand {
    margin-right: 0px;
    margin-left: -22px;
    height: 80px;
  }

  .head-wgc-list li a {
    font-size: 16px;
  }

  .head-wgc-list {
    justify-content: center;
  }

  .hec-list {
    justify-content: center;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    margin-right: 13px;
    font-size: 15px;
  }

  .common-para,
  .common-box>div.common-para {
    line-height: 26px;
    font-size: 16px;
  }

  .features-list-img {
    height: 263px;
  }

  .features-list-title,
  .features-list-text>*:first-child,
  .features-list-box>*:last-child>*:first-child {
    font-size: 16px;
    width: 263px;
  }

  .common-title {
    font-size: 36px !important;
  }

  .foot-logo {
    height: 80px;
  }

  .foot-para p:last-child {
    font-size: 13px;
  }

  .foot-list li a {
    font-size: 14px;
  }

  .foot-list.contact-list li:first-child {
    font-size: 14px;
    margin-bottom: -9px;
  }

  .social-list li a {
    padding: 15px;
    font-size: 15px;
    --ehw-sla: 10px;
    width: var(--ehw-sla);
    height: var(--ehw-sla);
  }

  .footer-section {
    padding-top: 23px;
  }

  .banner-section {
    --banner-hvh: 36vh;
    --banner-hhp: 400px;
  }

  .aboutus-list li {
    font-size: 16px;
  }

  header *>.row {
    width: 100%;
  }

  .head-rightMain {
    margin-left: 19px;
    width: 100%;
  }

  .head-down {
    padding: 10px 0px;
  }

  .navbar-nav.me-auto.navbar-nav-scroll {
    margin-left: auto;
    margin-right: 0px !important;
  }
  .solution-img {
    height: 305px;
  }
  .solution-title {
    width: 226px;
    font-size: 22px;
  
}
.Sort-Innbox select {
  width: 40%;
  font-size: 18px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
}

@media (max-width: 991px) {
  .cta-tabs-panel .nav-tabs {
    display: flex;
    gap: 9px;
    padding: 5px 10px;
    justify-content: center;
}
.cta-tabs-panel .nav-tabs .nav-item .nav-link {
  width: 693px;
  font-size: 22px;
  padding: 9px 8px;
}
.productdetails-section {
  padding: 30px 0px 0px !important;
}
.cta-tabsContent .common-para {
  font-size: 16px;
  line-height: 24px;
}
.common-para ul li::before, .common-box > div.common-para ul li::before {
  margin-top: 8px;
}
.common-para ul li, .common-box > div.common-para ul li {
  font-size: 17px;
  padding-left: 13px;
}
.details-imgbox {
  width: 100%;
  margin-left: 0%;
  padding: 16px 0px;
}
  .banner-section.banner-inner-page {
    --banner-hvh: 20vh;
    --banner-hhp: 150px;
  }
  .Sort-Innbox {
    justify-content: center;}

  header *>.row {
    width: auto;
    gap: 3px 0px;
  }

  .head-rightMain {
    margin-left: 0px;
  }

  .head-down {
    padding: 0px 0px;
  }

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    justify-content: center;
  }

  .navbar-collapse {
    background: rgba(var(--black-color), 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 30px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 8px 2px;
    color: rgba(var(--white-color), 1);
  }

  .navbar .navbar-nav .nav-item:first-child .nav-link {
    padding-top: 0px;
  }

  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .navbar .navbar-nav .nav-item .nav-link.active,
  .navbar .navbar-nav .nav-item .nav-link:hover,
  .navbar .navbar-nav .nav-item .nav-link:focus,
  .navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
  }

  .navbar .navbar-nav .nav-item .nav-link::after {
    top: auto;
    bottom: 0;
    /* height: 2px; */
  }

  .navbar-nav .dropdown-menu {
    background: rgba(var(--black-color), 0.5);
    margin-bottom: 10px !important;
  }

  .dropdown-menu li a {
    color: rgba(var(--white-color), 0.8);
  }

  .social-list {
    justify-content: center;
  }

  .serBox-title,
  .serBox-text>h4,
  .common-section .serBox-text>h4 {
    font-size: 24px;
  }

  .HeadContainer {
    width: 100%;
    justify-content: space-between;
  }

  .banner-SubTitle,
  .banner-box>span {
    font-size: 20px;
  }

  .banner-title,
  .banner-box h1 {
    font-size: 36px;
  }

  .inner-footer .row>*:first-child .footer-box {
    text-align: center;
    /* border-right: none; */
  }

  .inner-footer .row>*:first-child .footer-box::after {
    display: none;
  }

  .foot-list.contact-list li:nth-child(2) a {
    font-size: 17px;
  }
  .contact-section .firstrow{
    flex-direction:column-reverse;
    gap: 24px 0px;
  }
  .common-title {
    font-size: 23px !important;
}

}

@media (max-width: 767px) {
  .banner-section {
    --banner-hvh: 45vh;
  }
  .cta-tabs-panel .nav-tabs .nav-item .nav-link {
    width: 503px;
    font-size: 22px;
}
  .solution-img {
    height: auto;
}
.solution-txt {
  display: flex;
  flex-direction: column;
}
.solution-title {
  width: auto;
  font-size: 22px;
}
  .head-rightMain {
    margin-left: 0px;
    flex-direction: column-reverse;
    display: flex;
  }
  .solution-txt .common-btn {
    font-size: 23px;
}
  .head-top {
    padding: 0px 0px 10px;
  }

  .features-list-img {
    width: 100%;
    height: 350px;
  }

  .features-list-title,
  .features-list-text>*:first-child,
  .features-list-box>*:last-child>*:first-child {
    font-size: 19px;
    width: auto;
  }

  .head-down {
    padding: 10px 0px 5px;
  }

  .hec-list {
    justify-content: center;
  }

  .head-wgc-list {
    justify-content: center;
  }

  .banner-title,
  .banner-box h1 {
    font-size: 30px;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 15px !important;
  }

  .table-title {
    font-size: 18px;
  }

  .banner-box .common-btn {
    font-size: 15px;
  }

  .HeadContainer {
    justify-content: space-around;
  }

  .common-btn {
    padding: 7px 15px;
    font-size: 15px;
  }
}

@media (max-width: 580px) {
  .navbar-toggler .navbar-toggler-icon {
    width: 0.9em;
  }
  .showFilter {
    gap: 18px 0px !important;
}
  .head-rightMain {
    margin-left: 0px;
    flex-direction: column-reverse;
    display: flex;
  }
  .cta-tabs-panel .nav-tabs {
    display: flex;
    padding: 0px;
    justify-content: space-evenly;
}
.cta-tabs-panel .nav-tabs .nav-item .nav-link {
  width: auto;
  font-size: 22px;
}
  .navbar-toggler {
    padding: 9px;
  }

  .navbar-collapse,
  .navbar.header-fixed .navbar-collapse {
    padding: 25px 18px;
  }

  .hec-list a {
    font-size: 17px;
  }

  .head-brand-menu .common-btn {
    display: none;
  }

  .banner-section {
    --banner-hvh: 20vh;
    --banner-hhp: 238px;
  }

  .common-section.aboutus-section {
    margin-top: -7px;
    overflow: hidden;
  }

  .navbar-brand {
    height: 61px;
  }

  .hec-list {
    gap: 8px;
    margin-top: 0px;
  }

  .banner-SubTitle,
  .banner-box>span {
    font-size: 15px;
    padding: 8px 10px;
  }

  .banner-title,
  .banner-box h1 {
    font-size: 24px;
  }

  .common-para ul li::before,
  .common-box>div.common-para ul li::before {
    margin-top: 8px;
  }

  .common-para ul li,
  .common-box>div.common-para ul li {
    font-size: 15px;
    padding-left: 13px;
  }

  .footer-box::after {
    display: none;
    border-right: none;
  }

  .hec-list a i {
    font-size: 15px;
  }

  .head-wgc-list li a {
    font-size: 12px;
  }

  .head-wgc-list li {
    font-size: 16px;
  }

  .common-section.WCTN-section {
    min-height: 305px;
  }

  .features-list-img {
    width: 100%;
    height: 263px;
  }
  .iframe-box {
    height: 300px;
}
.common-btn {
  padding: 7px 8px;
  font-size: 13px;
}
}

@media (max-width: 350px) {
  .common-btn {
    padding: 7px 8px;
    font-size: 13px;
}
  .cta-tabs-panel .nav-tabs {
    display: flex;
    gap: 8px;
    padding: 0px;
    justify-content: center;
}
.product-dtl-box .product-dtl-title {
  margin-bottom: 4px;
  font-size: 14px !important;
}
.product-dtl-box .product-para {
  line-height: 17px;
  font-size: 11px !important;
}
.common-section {
  padding: 20px 0px !important;
}
.textimg-section{
  padding: 0px 0px !important;
}
.btntab-section{
  padding: 0px 0px !important;
}
.details-textbox {
  padding: 0px 0px;
}
  .hec-list a {
    font-size: 12px;
  }
  .cta-tabs-panel .nav-tabs .nav-item .nav-link {
    width: auto;
    font-size: 16px;
    font-weight: 300;
}
  .solution-txt .common-btn {
    font-size: 17px;
}
.solution-title {
  width: auto;
  font-size: 19px;
}
  .Sort-Innbox select {
    width: 60%;
    font-size: 15px;
}
.Sort-Innbox {
  font-size: 18px;}

  .contact-section .firstrow {
    gap: 7px 0px;
}
  .table-title {
    font-size: 16px;
  }

  .head-wgc-list li a {
    font-size: 11px;
  }

  .head-wgc-list li {
    font-size: 14px;
  }

  .head-wgc-list li::after {
    content: "|";
    padding: 0px 4px;
  }

  .navbar-brand {
    margin-left: -40px;
  }

  .navbar-toggler {
    padding: 10px;
  }

  .banner-section {
    --banner-hvh: 25vh;
    --banner-hhp: 206px;
  }

  .common-section.aboutus-section {
    margin-top: -30px;
    overflow: hidden;
  }

  .aboutus-list li {
    font-size: 14px;
  }
  .map-title {
    font-size: 20px;}
  .common-para,
  .common-box>div.common-para {
    line-height: 19px;
    font-size: 15px !important;
  }

  .banner-section .row,
  .common-section .row,
  .footer-section .row,
  .quote-box .row,
  .modalPopup .row {
    gap: 12px 0px;
  }

  .common-title,
  .common-box>h2,
  .common-section .common-box>h2 {
    margin-bottom: 4px;
    font-size: 23px !important;
  }
  .common-SubTitle, .common-box>span, .common-section .common-box>span {
    font-size: 27px;
    margin-bottom: -2px;
}
.banner-section.banner-inner-page {
  --banner-hvh: 10vh;
  --banner-hhp: 140px;
}
  .features-list-img {
    width: 100%;
    height: 260px;
  }

  .features-list-title,
  .features-list-text>*:first-child,
  .features-list-box>*:last-child>*:first-child {
    font-size: 13px;
    width: auto;
  }

  .copy-text {
    font-size: 11px;
  }
}
#visnames text{
  fill: black;
}
#cunt path:hover , #cunt path:active ,#cunt path:focus  {
  fill: #e9661c;
}