* {
  box-sizing: border-box;
}
body{
    overflow-x: hidden;
}

/*.borderred{
    border: 1px solid #f00;
}*/

.greenishyellow {
  color: #93dc25;
}

.font-work-sans {
  font-family: "Work Sans", sans-serif;
}

.color-whitec1 {
  color: #c1c1c1;
}

.text-justify {
  text-align: justify;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

#header {
  position: sticky;
  top: 0;
  height: 8rem;
  width: 100%;
  background-color: #ffffff;
  z-index: 99999;
}

.py20 {
  padding: 20px 0px;
}

.py30 {
  padding: 30px 0px;
}

.py40 {
  padding: 40px 0px;
}

.py50 {
  padding: 50px 0px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr50 {
  padding-right: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr80 {
  padding-right: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr70 {
  padding-right: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.abstorel {
  position: absolute;
}

h2, h3, p,
a {
  font-family: "Work Sans", sans-serif;
}

.breadcrumb-links {
  color: #262626;
  text-decoration: none;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}

.dropdown-item,
.nav-link {
  color: #262626;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: #0f75b9;
}

.nav-link.active,
.nav-link:active {
  color: #0f75b9;
}

.dropdown-item:hover,
.dropdown-item:focus .dropdown-item:active,
.dropdown-item.active {
  color: #ffffff;
  background: linear-gradient(to right, #0b484d, #93dc25);
}

.dropdown-toggle-arrow {
  position: relative;
}

.dropdown-toggle-arrow::after {
  content: "";
  height: 12px;
  width: 20px;
  position: absolute;
  top: 0;
  right: -20;
  background: url("../../assets/images/Header/Arrow-down.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.white-bg {
  background-color: #ffffff;
}

.banner {
  width: 100%;
  height: 310px;
}

a{
	color: #000;
	text-decoration: none;	
}
a:hover{
	color: #000;	
}

.home-banner {
  width: 100%;
  height: 700px;
}

.home-banner-bg {
  height: 100%;
  background: url("../../assets/images/Homepage/Banner.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-banner-bg {
  height: 100%;
  background: url("../../assets/images/About Us History/banner.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.career-banner-bg {
  height: 100%;
  background: url("../../assets/images/Career/Banner.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-banner-bg {
  height: 100%;
  background: url("../../assets/images/Contact Us/Banner.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsroom-banner-bg {
  height: 100%;
  background: url("../../assets/images/Newsroom/Banner (1).webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-seperator {
  position: relative;
  margin: 0px 30px;
}

.breadcrumb-seperator::before,
.breadcrumb-seperator::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 12px;
  background: url("../../assets/images/Header/Arrow.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-seperator::before {
  margin: 9px 10px 0px -25px;
}

.breadcrumb-seperator::after {
  margin: 9px 10px 0px;
}

#adxCareerModal {
  margin-top: 50px;
}

.info-box-subheading {
  position: relative;
  margin-left: 30px;
}

.info-box-subheading::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  margin-left: -30px;
  background: url("../../assets/images/Footer/subheading.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-item {
  position: relative;
  margin-left: 30px;
}

.list-item::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: 5px;
  margin-left: -30px;
  background: url("../../assets/images/Footer/subheading.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-location,
.icon-exp,
.icon-degree,
.icon-phone,
.icon-mail {
  position: relative;
  margin-left: 30px;
  margin-bottom: 5px;
}

.icon-location::before {
  background: url("../../assets/images/Career/job.png");
}

.icon-exp::before {
  background: url("../../assets/images/Career/success copy.png");
}

.icon-degree::before {
  background: url("../../assets/images/Career/certificate.png");
}

.icon-phone::before {
  background: url("../../assets/images/Career/phone-call.png");
}

.icon-mail::before {
  background: url("../../assets/images/Career/email.png");
}

.icon-location::before,
.icon-exp::before,
.icon-degree::before,
.icon-phone::before,
.icon-mail::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  margin-left: -30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.line-height1-4 {
  line-height: 1.4rem;
}

.imgsize {
  height: 100%;
  width: 100%;
}

.light-blue-bg {
  background-color: #eff4f7;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.w60 {
  width: 60%;
}

.mauto {
  margin: 0 auto;
}

.shadow-whitec1 {
  box-shadow: 5px 5px 0px 0px #c1c1c1;
}

.shadow-whitec1-transparent {
  box-shadow: 5px 5px 0px 0px rgba(202, 202, 202, 0.466);
}

.shadow-all-whitec1 {
  box-shadow: 0px 0px 10px 5px #c1c1c1;
}

.shadow-light {
  box-shadow: -5px -5px 10px 5px #e9e7e7;
}

.shadow-dark {
  box-shadow: 5px 5px 0px 0px rgba(49, 47, 47, 0.5333333333);
}

.light-box-shadow {
  box-shadow: 0px 0px 10px -5px rgba(150, 150, 150, 0.9);
}

#group-compaines .row {
  padding: 40px 0px 0px 0px;
}

#group-compaines .icon-box {
  height: 380px;
  width: 350px;
  transform: scale(1);
  box-shadow: 5px 5px 0px 0px #c1c1c1;
  transition: 0.5s ease-in-out;
}

#group-compaines .icon-box:hover {
  box-shadow: 5px 5px 0px 0px #8bce29;
  transform: scale(1.05);
}

#group-compaines .icon img {
  height: 50px;
}

.wrap-box {
  padding: 30px 0px 50px 0px;
}

#management {
  margin-top: -50px;
}

#management .team-box {
  height: 400px;
  width: calc(100% - 30px);
  background: #ffffff;
}

#management .team-img-box {
  position: relative;
  height: 270px;
  width: 100%;
}

#management .team-img-box .abs-box {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 20px);
  height: 100%;
}

#management .team-img-box img {
  height: 100%;
  width: 100%;
}

#management .team-heading,
#management .team-subheading {
  padding-left: 30px;
}

#management .team-img-box .abs-box .abs {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background: url("../../assets/images/Homepage/Ev.jpg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
}

.align-items-start {
  align-items: start;
}

.swiper {
  width: 100%;
  height: 500px;
}

.swiper-slide {
	/* width: 32%; */
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  border-radius: 0%;
  box-shadow: 5px 5px 0px 0px #c1c1c1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #0b484d, #93dc25);
}

.team-subheading {
  background: linear-gradient(to right, #0b484d, #93dc25);
  background: -webkit-linear-gradient(to right, #0b484d, #93dc25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products-banner {
  height: 100%;
  background: linear-gradient(to right, #134f54, #8bce29);
}

.bi-chevron-double-right {
  color: #262626;
}

.products-banner h2,
.products-banner .breadcrumb-links {
  color: #ffffff;
}

.products-banner .bi-chevron-double-right {
  color: #ffffff;
}

.imgw100 {
  width: 100%;
}

.border-black26 {
  border: 2px solid #262626;
}

.adx-btn {
  padding: 20px;
}

.adx-btn1 {
  padding: 10px 20px;
  border: none;
}

.gradient-green-yellow {
  background: linear-gradient(to right, #134f54, #8bce29);
}

.gradient-yellow-green {
  background: linear-gradient(to right, #8bce29, #134f54);
}

.gradient-border {
  position: relative;
  border-radius: 15px;
  background: linear-gradient(to right, #134f54, #8bce29);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.gradient-border::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 15px;
  background: #eff4f7;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.heading-fw-medium {
  font-weight: 500 !important;
}

.imgw50 {
  width: 50%;
}

.w50 {
  width: 50%;
}

.vc-img {
  margin-top: -100px;
  margin-left: 60%;
}

.sh-img {
  position: relative;
}

.abs-sh-img {
  position: absolute;
  left: -30px;
  margin-top: 50px;
  width: 120px;
}
.abs-sh-caption{
  position: absolute;
  left: -30px;
  bottom: 20px;
  width: 120px;
  margin-bottom: -50px;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
}
.mob_hide {
  display: block;
}

.desk_hide {
  display: none;
}

.batter-content {
  padding-right: 80px;
}

.map-marker-section {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.map-marker {
  position: relative;
  width: calc(100% - 200px);
  height: 100%;
  background: url("../../assets/images/Contact Us/rectangle.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-marker img {
  height: 20px;
  width: 20px;
  margin-top: 12px;
}

.map-pointers {
	/*border: 1px solid red;*/
  width: 20%;
}

.map-pointer-wrap {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

.icon-sales,
.icon-warehouse,
.icon-subsidiary,
.icon-manufacturing,
.icon-corporatehq {
  position: relative;
  margin-left: 0px;
  margin-bottom: 5px;
}

.icon-sales::before {
  background: url("../../assets/images/Contact Us/Ellipse 1 copy 18.webp");
}

.icon-warehouse::before {
  background: url("../../assets/images/Contact Us/Triangle 1 copy 7.webp");
}

.icon-subsidiary::before {
  background: url("../../assets/images/Contact Us/Rectangle 27 copy 2.webp");
}

.icon-manufacturing::before {
  background: url("../../assets/images/Contact Us/Polygon 1 copy 3.webp");
}

.icon-corporatehq::before {
  background: url("../../assets/images/Contact Us/Triangle 1 copy 8.webp");
}

.icon-sales::before,
.icon-warehouse::before,
.icon-subsidiary::before,
.icon-manufacturing::before,
.icon-corporatehq::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  margin-left: -30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

.wrap-career-form {
  margin-left: -100px;
  background-color: rgba(255, 255, 255, 0.8);
}

.adx-fileInput {
  color: #fff;
}

.adx-inputfile:focus + label,
.adx-inputfile + label:hover {
  background-color: red;
}

.wrap-modal-form .adx-form-control,
.wrap-career-form .adx-form-control {
  width: 100%;
  padding: 5px 20px;
}

.wrap-modal-form .form-check-label {
  font-size: 0.8rem !important;
}

.wrap-modal-form .adx-form-control {
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.wrap-modal-form .adx-form-control:hover,
.wrap-modal-form .adx-form-control:focus,
.wrap-modal-form .adx-form-control:focus-visible,
.wrap-career-form .adx-form-control:hover,
.wrap-career-form .adx-form-control:focus,
.wrap-career-form .adx-form-control:focus-visible {
  outline: none !important;
}

.form-check-input:checked {
  background-color: #8bce29;
  border: none;
}

button.adx-btn {
  border: none;
}

.shine-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5411764706), transparent);
  transition: 1.5s ease-in-out;
}

.shine-effect:hover::before {
  left: 100%;
  transition: 1.5s ease-in-out;
}

#career-openings {
  margin-top: -150px;
}

.openings-pb50 {
  margin-top: 20px;
  padding-bottom: 50px;
}

#career-content {
  margin-top: 15px;
  padding: 10px 15px 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adx-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("../../assets/images/Newsroom/arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 12px;
  border: none;
  border-bottom: 4px solid #555;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.adx-select:focus {
  outline: none;
}

.adx-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background: linear-gradient(to right, #0b484d, #93dc25);
  color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.adx-accordion-button:not(.collapsed)::before {
  background-image: url("../../assets/images/Newsroom/minus.png");
  transform: rotate(-180deg);
}

.adx-accordion-button::before {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
  margin-left: 0rem;
  content: "";
  background-image: url("../../assets/images/Newsroom/plus.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.adx-accordion-item {
  border: none;
  margin-bottom: 40px;
}

.adx-accordion-body {
  padding: 40px 100px 0px;
}

.adx-accordion-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-box {
  position: relative;
  width: 100%;
  height: 500px;
}

.news-box img {
  width: 100%;
  height: inherit;
}

.news-content-box-wraper {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: calc(100% - 40px);
  z-index: 2;
}

.news-content-box {
  height: calc(100% - 73px);
  margin-top: 10px;
  background: rgba(239, 244, 247, 0.9);
}

.line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pattern-img {
  height: 450px;
  background: url("../../assets/images/Homepage/pattern.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.battery-img {
  height: 450px;
  background: url("../../assets/images/Homepage/Battery Intermidiate Chemicals.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#adx-pattern {
  margin-top: -80px !important;
}

.relative {
  position: relative;
  overflow: hidden;
}

.pattern-abs {
  position: absolute;
  right: 0;
  width: 170%;
}

.pattern-abs-globel {
  position: absolute;
  right: 0;
  top: 50px;
  margin-right: 150px;
  width: 150%;
}

.pattern-abs-range {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 130%;
  box-shadow: 0px 0px 10px -5px rgba(150, 150, 150, 0.9);
}

.spotlight-heading {
  padding-top: 50px;
  padding-bottom: 50px;
}

.whitebg9 {
  background: rgba(255, 255, 255, 0.9);
}

.flex-direction-col-rev {
  flex-direction: row;
}

.modal-bg {
  height: 100%;
  background: url("../../assets/images/Homepage/pattern.jpg");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-header {
  border: none;
}

footer {
  width: 100%;
  height: 300px;
}

.footer-bg {
  height: 100%;
  background: url("../../assets/images/Footer/Layer 8.webp"), #151924;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .icon img {
  height: 50px !important;
}

.social-icon{
    margin-right: 20px;    
}
.social-icon a img{
    height: 35px;
    width: 35px;
}

.bt-whitec1 {
  border-top: 1px solid #c1c1c1;
}

.bb-whitec1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
}

footer .icon.bottom img {
  height: 50px;
  width: auto;
  /*width: 100%;*/
}

.footer-list {
  list-style-type: none;
}

.footer-list li {
  list-style: none;
  line-height: 2rem;
}

.footer-list.contact li {
  margin-left: -30px;
}

/* Set the list image as background image*/
.footer-list li.list-icon::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  margin-left: -30px;
  margin-bottom: -5px;
  /* Height of the list image*/
  height: 20px;
  /* Width of the list image*/
  width: 20px;
  background-image: url("../../assets/images/Footer/subheading.webp");
  background-size: cover;
}

.footer-list li a {
  margin-top: -20px;
}

@media (min-width: 993px) and (max-width: 1400px) {
  .banner {
    height: 210px;
  }
  .pr100 {
    padding-right: 40px;
  }
  .pl100 {
    padding-left: 40px;
  }
}
@media (min-width: 1401) {
  .banner {
    height: 410px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-toggler {
    margin-left: 100px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .navbar-nav .nav-item {
    background: #fff;
    padding: 5px 20px;
  }
  .bg-body-tertiary.py20.pl100 {
    padding-left: 20px;
  }
  .bg-body-tertiary.py20.pl100.pr100 {
    padding-right: 20px;
  }
  .home-banner {
    height: 500px;
  }
  .home-banner-bg {
    background-position: 70% 0%;
  }
  .abstorel {
    position: relative;
  }
  .battery-img {
    width: 150% !important;
  }
  .pattern-abs-range {
    left: -50px;
    width: 200%;
  }
  .pattern-abs-globel {
    margin-right: -50px;
    width: 200%;
  }
  .info-box .row.borderred.pt50 {
    padding-top: 20px;
  }
  .info-box .row.borderred.pt50.pb50 {
    padding-bottom: 20px;
  }
  #foster_img .w50 {
    width: 60%;
  }
  #foster_img .col-md-9.pl50 {
    padding-left: 0px;
  }
  #foster_img .col-md-3.pr50 {
    padding-right: 0px;
  }
  .col-md-6.pt30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .col-md-6.pt30.pl50 {
    padding-left: 0px;
  }
  .col-md-6.pt30.pl50.pr100 {
    padding-right: 0px;
  }
  .col-md-6.pr50 {
    padding-right: 0px;
  }
  #spotlight .col-md-1 {
    width: 0%;
  }
  #spotlight .col-md-1.pl10 {
    padding-left: 0px;
  }
  #spotlight .col-md-1.pr10 {
    padding-right: 0px;
  }
  #spotlight .col-md-5 {
    width: 48.5%;
  }
  .news-box {
    height: 380px;
  }
  .news-content-box-wraper {
    height: 75%;
  }
  .col-md-6.pr50 {
    padding-right: 20px;
  }
  .col-md-6.pl100 {
    padding-left: 0px;
  }
  .col-md-6.pr100 {
    padding-right: 0px;
  }
  .imgsize {
    height: auto;
  }
  .imgsize.pr50 {
    padding-right: 0px;
  }
  .content.pr50 {
    padding-right: 0px;
  }
  .col-md-12.pl100 {
    padding-left: 0px;
  }
  .col-md-12.pr100 {
    padding-right: 0px;
  }
  .col-md-12.pr50 {
    padding-right: 0px;
  }
  .col-md-12.pl50 {
    padding-left: 0px;
  }
  .flex-direction-col-rev {
    flex-direction: column-reverse;
  }
  .adx-accordion-body {
    padding: 20px 20px 0px;
  }
  .wrap-career-form {
    margin-left: 0px;
  }
  .wrap-career-form .adx-form-control {
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  .abstorel {
    position: relative;
  }
/*	.swiper-slide{
	width: 49%;	
  } */
}
@media (max-width: 767px) {
  .pl50,
  .pl100 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pr50,
  .pr100 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pt30 {
    padding-top: 0px !important;
  }
  .pt80 {
    padding-top: 0px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .py50 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 30px !important;
  }
  .flex-direction-col-rev {
    flex-direction: column-reverse;
  }
  .flex-direction-col-rev img {
    margin-top: 20px;
  }
  #header {
    position: sticky !important;
    top: 0px;
    height: 100%;
  }
  #header .navbar {
    background-color: #fff;
    z-index: 9999;
  }
  #header .navbar.pl100 {
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
  }
  #header .logo {
    width: calc(100% - 80px);
  }
  #header .logo .navbar-brand img {
    height: 20px;
  }
  #header {
    position: relative;
  }
  .nav_wrap {
    margin-top: 20px;
  }
  #header .nav_wrap .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 1.5rem;
  }
  .navbar-toggler:focus {
    box-shadow: 0px 0px 5px 0px #c1c1c1;
  }
  #header .nav_wrap {
    width: 100%;
  }
  .home-banner {
    height: 500px;
  }
  .banner {
    height: 150px;
  }
  .pattern-abs {
    width: 100%;
  }
  #group-compaines .icon-box {
    height: -moz-fit-content;
    height: fit-content;
  }
  #group-compaines .col-lg-4.col-md-6.col-sm-12.p-4 {
    padding: 1rem 0rem !important;
  }
  .wrap-box {
    padding: 0px;
  }
  #management .team-box {
    margin-bottom: 30px;
    height: 400px;
    width: calc(100% - 30px);
  }
  #management .team-img-box {
    height: 250px;
  }
  #career-openings #management {
    margin-top: 0px;
  }
  #career-content {
    display: block;
  }
  .swiper {
    height: 450px;
  }
	
/*	.swiper-slide{
	width: 49%;	
  } */
  .mob_hide {
    display: none;
  }
  .desk_hide {
    display: block;
  }
  .batter-content {
    padding-right: 0px;
  }
  .adx-accordion-body {
    padding: 40px 0px 0px;
    display: block !important;
  }
  .news-box {
    margin: 20px 0px;
    height: 400px;
  }
  .news-content-box-wraper {
    height: 65%;
    width: calc(100% - 20px);
  }
  .map-marker-section {
    display: none;
  }
  .map-pointer-wrap {
    padding: 20px 0px;
    display: block;
  }
  .map-pointers {
    padding: 10px 0px;
    width: 100%;
  }
  .map-pointers .text-center {
    text-align: start !important;
  }
  .icon-sales,
  .icon-warehouse,
  .icon-subsidiary,
  .icon-manufacturing,
  .icon-corporatehq {
    margin-left: 40px;
  }
  .icon-sales::before,
  .icon-warehouse::before,
  .icon-subsidiary::before,
  .icon-manufacturing::before,
  .icon-corporatehq::before {
    display: block;
  }
  .wrap-career-form {
    margin-left: 0px;
  }
  .mySwiper .swiper-slide {
    margin-left: -4px;
  }
  .mySwiperContactLocation {
    margin-left: 0px;
  }
  .mySwiperContactLocation .swiper-slide {
    margin-left: 180px !important;
  }
  .home-banner-bg {
    background-position: 70% 0%;
  }
  #adx-pattern .w50 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pattern-abs {
    position: relative;
    margin-top: -50px;
  }
  .pattern-abs-range {
    position: relative;
    width: 100%;
  }
  .pattern-abs-globel {
    position: relative;
    margin-top: -100px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .spotlight-heading {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #home-career .pt30 {
    padding: 40px 10px !important;
  }
  .modal-bg {
    background-position: 40% 0%;
  }
  .footer-bg {
    background-position: center center;
    background-size: contain;
  }
  footer .row {
    padding: 0px !important;
  }
  footer .icon-box {
    padding: 15px;
  }
  .abstorel {
    position: relative;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
.pdf_icon {
    height: 2rem;
}
@media (max-width:575px){
footer .icon.bottom img {
    height: 50px;
    width: 100%; 
}
	footer .icon.pt-2 a,
	footer .icon.pt-2 a img{
	width: 100%; 
	}
footer .icon img {
    height: auto !important;
}
}
table{
    font-family: "Work Sans", sans-serif;
}