/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #660066;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #660066;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #502164;
  color: #fff;
}

/* .btn-success2:not(:disabled):not(.disabled).active:focus,
.btn-success2:not(:disabled):not(.disabled):active:focus,
.show > .btn-success2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #6c1f77 !important;
} */

.btn-success2:hover {
  color: #fff;
  background-color: #6c1f77 !important;
  border-color: #6c1f77 !important;
}
/* .btn-success2:not(:disabled):not(.disabled).active,
.btn-success2:not(:disabled):not(.disabled):active,
.show > .btn-success2.dropdown-toggle {
  color: #fff;
  background-color: #6c1f77 !important;
  border-color: #6c1f77 !important;
} */

.btn-success2 {
  color: #fff;
  background-color: #832990 !important;
  border-color: #832990 !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5fcf80;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #5fcf80;
}

#header .logo img {
  max-height: 90px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #37423b;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #660066;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #37423b;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #5fcf80;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 22px;
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 38px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #37423b;
}

.mobile-nav {
  position: fixed;
  top: 96px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  height: 400px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37423b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #660066;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.contact-icon {
  background-color: #660066;
  padding: 10px 12px 12px 12px;
  border-radius: 7px;
}
#contactus h5 {
  margin-bottom: 0.3rem;
}
.send {
  background-color: #ee1e4a;
  border: 0;
  padding: 7px 43px;
  color: #fff;
  font-weight: 700;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  margin-top: 40px;
}
.slider-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom left,
    rgba(102, 0, 102, 0.2),
    rgb(102, 0, 102)
  );
}

.slider-text h1,
.slider-text p {
  color: #fff;
}
.slider-text p {
  font-size: 21px;
}
.slider-text h1 {
  font-weight: 700;
  font-size: 80px;
}
.btn-slider {
  font-size: 14px;
  border: none;
  padding: 8px 25px;
  color: #660066;
  font-weight: 600;
}
@media (max-width: 866px) {
  .slider-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .slider-text h1 {
    font-size: 25px;
  }
  .slider-text p {
    font-size: 15px;
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li button:before {
    color: #660066;
  }
  .slick-dots li.slick-active button:before {
    color: #660066;
  }
}
@media (max-width: 372px) {
  .slider-text h1 {
    font-size: 18px;
  }
  .slider-text p {
    font-size: 14px;
  }

  .btn-slider {
    padding: 4px 19px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #37423b;
}

.breadcrumbs {
  margin-top: 100px;
  color: #fff;
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.b-enandre {
  background-image: url("../image/breadcrumb-1.png");
  background-size: cover;
  background-position: center;
}
.b-enandrep {
  background-image: url("../image/bg/product.png");
  background-size: cover;
  background-position: center;
}
.b-enandrepc {
  background-image: url("../image/bg/pollution-control.png");
  background-size: cover;
  background-position: center;
}
.b-enandrepl {
  background-image: url("../image/bg/pure-lead.png");
  background-size: cover;
  background-position: center;
}
.b-enandrerml {
  background-image: url("../image/bg/rml.png");
  background-size: cover;
  background-position: center;
}
.b-enandrelall {
  background-image: url("../image/bg/lead-alloy.png");
  background-size: cover;
  background-position: center;
}
.b-enandrepp {
  background-image: url("../image/bg/pp-chips.png");
  background-size: cover;
  background-position: center;
}
.b-enandrecon {
  background-image: url("../image/bg/contact.png");
  background-size: cover;
  background-position: center;
}
.b-enandrecer {
  background-image: url("../image/bg/certifications.png");
  background-size: cover;
  background-position: center;
}
.breadcrumbs .container-a {
  background-image: linear-gradient(
    to left,
    rgba(102, 0, 102, 0.2),
    rgb(102, 0, 102)
  );
}

.breadcrumbs h2 {
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    font-size: 42px;
  }

  .breadcrumbs {
    height: 185px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs h2 {
    font-size: 28px;
  }

  .breadcrumbs {
    height: 150px;
  }
}

@media (max-width: 347px) {
  .breadcrumbs h2 {
    font-size: 25px;
  }

  .breadcrumbs {
    height: 150px;
  }
}

.breadcrumbs p {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 460px) {
  .breadcrumbs p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/

.about-bg {
  background: linear-gradient(rgba(102, 0, 102, 0.8), rgba(102, 0, 102, 0.8)),
    url("../image/home/about-1.png");
}
#about h2 {
  padding-left: 15px;
}
.know-more {
  background-color: #832990;
  border: 0px;
  padding: 7px 19px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.btn-kn {
  padding-left: 31px;
}
.about-img-div {
  /*width: 100%*/
}
.about-img {
  padding-left: 31px;
}
@media (max-width: 1219px) {
  .about-img-div {
    width: 72%;
  }
  .btn-kn {
    width: 28%;
  }
}
@media (max-width: 958px) {
  .about-img-div {
    width: 65%;
  }
  .btn-kn {
    width: 35%;
  }
}

@media (max-width: 760px) {
  .about-img-div {
    width: 60%;
  }
  .btn-kn {
    width: 40%;
  }
}
@media (max-width: 661px) {
  .about-img-div {
    width: 55%;
  }
  .btn-kn {
    width: 45%;
  }
}
@media (max-width: 585px) {
  .about-img-div {
    width: 100%;
  }
  .btn-kn {
    width: 100%;
  }
}

#products-p h4 {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

#products-p big {
  font-size: 2.2rem !important;
  color: #660066;
}
#products-p a {
  margin-left: 60px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding-bottom: 2px;
}
/*--------------------------------------------------------------
# Core Values
--------------------------------------------------------------*/
#vision-mission {
  color: #fff;
  background: linear-gradient(rgba(102, 0, 102, 0.8), rgba(102, 0, 102, 0.8)),
    url("../image/home/vision-mission-bg.png");
}
#lec {
  color: #fff;
  background: linear-gradient(rgba(102, 0, 102, 0.8), rgba(102, 0, 102, 0.8)),
    url("../image/bg-2.png");
}
#quality-control {
  background-color: #e5e5e5;
}
.bg-lightb {
  background-color: #e5e5e5;
}
.chairman {
  background-color: #e5e5e5;
}
.icon-v {
  width: 20%;
}
.icon-t {
  width: 80%;
}
.letsWorkTogether {
  border: 0px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .textLWT {
    text-align: center;
  }
  .letsWorkTogether {
    margin-top: 37px;
  }
}

.background-li {
  font-size: 21px;
  font-weight: 700;
  background-image: linear-gradient(to right, #848484, #595959);
}
.bg-img {
  color: #fff;
  background: linear-gradient(
      to bottom left,
      rgba(102, 0, 102, 0.2),
      rgb(102, 0, 102)
    ),
    url("../image/bg-1.png");
}
.icon-recycle {
  width: 200px;
}
/*.bg-img1{
  background-image: url('../image/img-1.png');
}*/

@media (min-width: 768px) {
  .bg-img1 {
    background-image: url("../image/img-1.png");
  }
  .bg-img2 {
    background-image: url("../image/lead-recycled.png");
  }
  .bg-img3 {
    background-image: url("../image/society.jpg");
  }
  .bg-img4 {
    background-image: url("../image/products/pure-lead.jpg");
  }
  .bg-img5 {
    background-image: url("../image/products/remelted-lead.jpg");
  }
  .bg-img6 {
    background-image: url("../image/products/lead-alloy.jpg");
  }
  .bg-img7 {
    background-image: url("../image/products/pp-chips-and-abs.jpg");
  }
}
.hradNum {
  color: #660066;
  font-size: 50px;
}
.prod-tbl {
  background-image: linear-gradient(to right, #848484, #595959);
}
.headi2 {
  font-weight: 600;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #c6c6c6;
  font-size: 14px;
  /* background: #502164; */
  background: linear-gradient(to right, #848484, #595959);
}
a.backlink {
  color: #c6c6c6 !important;
}
a.backlink:hover {
  color: #fff !important;
}

#footer h4::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  width: 50px;
  height: 4px;
  left: 0;
  bottom: -8px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #660066;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  padding: 15px 0px;
  margin: 0;
}
#footer .footer-top .footer-links p {
  padding: 15px 0px;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5fcf80;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #c6c6c6;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-top .footer-links ul a.active {
  color: #fff;
}

@media (max-width: 991px) {
  .recycled {
    margin-top: 40px;
  }
}
.headingCo {
  color: #660066 !important;
  font-weight: 700;
}

table.tbl-purelead td {
  padding: 5px;
}
table.tbl-purelead {
  box-shadow: 0 0 68px 0 rgba(90, 90, 90, 0.54);
  border: 1px solid;
}

.wvb-head {
  background-color: #660066;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
}
.wvb-contant {
  background-color: #e5e5e5;
}
.wvb-contant h5 {
  font-weight: 600;
  color: #660066;
}
.wvb-bhead {
  height: 15px;
}
.after-h {
  width: 50px;
}
.b-right {
  border-right: 1px solid #e5e5e5;
}
.b-bot {
  border-bottom: 1px solid #e5e5e5;
}
.b-right-s {
  border-right: 1px solid #fff;
}

@media (max-width: 991px) {
  .img-wvb {
    width: 253px;
  }
}

@media (max-width: 575px) {
  .d-sm-none {
    display: none;
  }
}

.wvb-head-mob {
  background-color: #660066;
  color: #fff;
  padding: 4px 10px;
  font-weight: 700;
}
.taj {
  text-align: justify;
}

.product-advantege-list-1-1 ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
}
.product-advantege-list-1-1 ul li {
  position: relative;
}

.product-advantege-list-1-1 ul li::before {
  content: "";
  width: 0.41em;
  height: 0.41em;
  background-image: linear-gradient(
    to left,
    rgba(102, 0, 102, 0.2),
    rgb(102, 0, 102)
  );
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: -1.2em;
}

.featured-img {
  /* display: block; */
  position: relative;
  z-index: 0;
}

.featured-img:hover {
  z-index: 1;
}
.featured-img:hover {
  -webkit-box-shadow: 0px 31px 52px -37px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 31px 52px -37px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 31px 52px -37px rgba(0, 0, 0, 0.58);
}

.featured-img img,
.featured-img .text,
.featured-img .text-1 {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-img:hover img,
.featured-img:hover .text,
.featured-img:hover .text-1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* .featured-img .text  { */
/* position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  border-top: none;
  z-index: -1;
  -moz-transition: all 0.3s ease; */
/* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e469e94;
  bottom: 0;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
} */
/* .featured-img .text:hover  {
  opacity: 1;
} */
