@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.products-wrapper .product-card-wrapper .product-card .prod-info-link a button, .products-wrapper .product-cards-wrapper .products-list .table-wrapper .more-info-btn, #about-us-wrapper .btn-one {
  background-color: rgb(241, 121, 14);
  font-family: Roboto;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border-color: rgb(241, 121, 14);
  border: 1px solid #f16900;
}
.products-wrapper .product-card-wrapper .product-card .prod-info-link a button:hover, .products-wrapper .product-cards-wrapper .products-list .table-wrapper .more-info-btn:hover, #about-us-wrapper .btn-one:hover {
  background-color: transparent;
  border: 1px solid #f16900;
  color: #f16900;
  transition: all 0.2s linear;
}

.careers-wrapper .careers-content .sub-heading, .contact-us-wrapper .thirdSectionWrapper .thirdSection .sub-heading, .contact-us-wrapper .secondSectionWrapper .fifthSection .sub-heading, .stats .sub-heading, .about-company .about-desc .sub-heading, .company-info .company-info-one p {
  font-family: "Work Sans";
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 17px;
}
.careers-wrapper .careers-content .sub-heading::before, .contact-us-wrapper .thirdSectionWrapper .thirdSection .sub-heading::before, .contact-us-wrapper .secondSectionWrapper .fifthSection .sub-heading::before, .stats .sub-heading::before, .about-company .about-desc .sub-heading::before, .company-info .company-info-one p::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #f16900;
  top: -5px;
  margin-right: 11px;
}

footer .footer .fFour h3, footer .footer .fTwo h3, footer .footer .fOne h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8%;
}

.navbar .nav-item a {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  position: relative;
  font-weight: 500;
  color: white;
}
.navbar .nav-item a::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  background: white;
  width: 0;
  height: 2px;
  transition: 0.3s ease-in-out;
}
.navbar .nav-item a:hover:before {
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
}
.navbar .dropdown-menu {
  padding: 0;
  overflow: hidden;
}
.navbar .dropdown-menu li a {
  color: #132535;
}
.navbar .dropdown-menu li a::before {
  height: 0px;
}
.navbar .dropdown-menu li a:hover {
  background-color: #f16900;
  color: #f9f9f9;
}

.header-wrapper {
  background-image: url(../img/slide1.jpg);
  background-position: center;
  background-size: cover;
}

.hero-section {
  position: relative;
}
.hero-section .lines-wrap-item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 2px);
}
.hero-section .hero-content .sub-heading {
  font-family: "Work Sans";
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 45px;
}
.hero-section .hero-content h1 {
  font-family: "Work Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}
.hero-section .hero-content .hero-desc {
  font-family: Poppins;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}
.hero-section .hero-content .hero-btn button {
  background-color: rgb(241, 121, 14);
  font-family: Roboto;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border-color: rgb(241, 121, 14);
  border: 1px solid #f16900;
}
.hero-section .hero-content .hero-btn button:hover {
  background-color: transparent;
  border: 1px solid #f16900;
  color: #f16900;
  transition: all 0.2s linear;
}
.hero-section .hero-content .hero-btn .read-more {
  background-color: rgba(241, 121, 14, 0);
  font-family: "Roboto", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.hero-section .hero-content .hero-btn .read-more:hover {
  transition: all 0.2s linear;
  color: #f16900;
}

.features-section {
  position: relative;
}
.features-section .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
.features-section .features-card {
  transform: translateY(-70px);
  padding: 50px 50px 39px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  background-size: contain;
  z-index: 1;
  position: relative;
  height: 100%;
}
.features-section .features-card .img-div {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}
.features-section .features-card h6 {
  font-weight: 700;
  color: #132535;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
}
.features-section .features-card p {
  margin: 0;
  color: #6e7084;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.features-section .features-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s ease;
  z-index: -1;
}
.features-section .features-card:hover {
  background-image: url(/assets/img/img19.jpg);
  background-position: center;
  background-size: cover;
}
.features-section .features-card:hover i,
.features-section .features-card:hover h6,
.features-section .features-card:hover p {
  color: rgb(255, 255, 255);
}
.features-section .features-card:hover::before {
  background-color: rgba(19, 37, 53, 0.92);
}
.features-section .card-two:hover {
  background-image: url(/assets/img/img20.jpg);
}
.features-section .card-three:hover {
  background-image: url(/assets/img/img21.jpg);
}

.company-info {
  background-image: url("/assets/img/img23.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 20px;
}
.company-info .company-info-one {
  margin-bottom: 20px;
}
.company-info .company-info-one p {
  color: #6e7084;
  font-weight: 400;
}
.company-info .company-info-one h2 {
  font-size: 39px;
  font-weight: 700;
  color: #132535;
  text-align: left;
  font-family: "Work Sans", sans-serif;
}
.company-info .why-choose-us span {
  font-weight: 700;
}

.about-company {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.about-company .image-border {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 73%;
  background-color: #f9f9f9;
  transition: 2s all;
}
.about-company .image-border::before {
  content: "";
  position: absolute;
  left: 48px;
  top: -63px;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #f16900;
  transition: 1s all;
  transition-delay: 1.5s;
}
.about-company .about-desc .sub-heading {
  color: #6e7084;
  font-weight: 400;
  margin-bottom: 25px;
}
.about-company .about-desc .heading {
  position: relative;
  margin-bottom: 30px;
}
.about-company .about-desc .heading h4 {
  font-weight: 700;
  font-size: 39px;
  color: #132535;
}
.about-company .about-desc .heading h4 span {
  color: #f16900;
}
.about-company .about-desc .heading h4::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -38px;
  width: 213px;
  height: 100px;
  background-color: rgba(234, 234, 234, 0.7294117647);
  opacity: 0.5;
  z-index: -1;
}
.about-company .about-desc .quote {
  color: #132535;
  font-family: "Poppins", sans-serif;
  line-height: 1.9em;
  margin-bottom: 30px;
}
.about-company .about-desc .read-more {
  background-color: rgba(241, 121, 14, 0);
  font-family: "Poppins", sans-serif;
  color: #132535;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.about-company .about-desc .read-more:hover {
  transition: all 0.2s linear;
  color: #f16900;
}
.about-company .about-desc .read-more i {
  margin-left: 15px;
}
.about-company .about-desc .why-us-features {
  padding-bottom: 50px;
}
.about-company .about-desc .why-us-features span {
  font-weight: 700;
}
.about-company .about-img {
  z-index: 1;
}

.stats {
  padding: 110px 0 80px 0px;
  position: relative;
  background-image: url("/assets/img/img19.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.stats::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 37, 53, 0.98);
}
.stats .sub-heading {
  text-align: center;
  font-weight: 400;
}
.stats h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 32px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 35px;
}
.stats .numbers-card {
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: #325b80 0px 3px 8px;
}
.stats .numbers-card i {
  font-size: 3rem;
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
}
.stats .numbers-card .numbers {
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.stats .numbers-card p {
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  margin: 0;
}
.stats .numbers-card:hover {
  transition: all ease-in 0.3s;
  box-shadow: none;
  border-color: #f16900;
}
.stats .numbers-card:hover i,
.stats .numbers-card:hover p,
.stats .numbers-card:hover .numbers {
  color: #f16900;
}

.contact_us {
  padding: 110px 0;
}
.contact_us h3 {
  color: #132535;
  font-size: 39px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
.contact_us .needs-validation input,
.contact_us .needs-validation textarea {
  padding: 12px 15px;
  border-radius: 0;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  margin-bottom: 20px;
}
.contact_us .needs-validation .form-control:focus {
  background-color: rgba(231, 102, 3, 0.0274509804);
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(231, 102, 3, 0.5803921569);
}
.contact_us .needs-validation .contact-btn {
  padding: 10px 30px;
  font-weight: 500;
  background-color: #f16900;
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px solid #f16900;
}
.contact_us .needs-validation .contact-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #132535;
  transition: all 0.15s ease-in-out;
}
.contact_us .img-div img {
  min-width: 100%;
}

footer {
  padding: 3% 0 0 0;
  background-image: url(/assets/img/slide1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
footer .footer {
  padding: 3% 0;
  position: relative;
  z-index: 1;
}
footer .footer .fOne p {
  color: rgb(255, 255, 255);
  margin-bottom: 5%;
  padding-right: 25%;
}
footer .footer .fOne h3:nth-child(3) {
  font-size: 1.2rem;
  margin-bottom: 3%;
}
footer .footer .fOne .socialIcons {
  display: flex;
  gap: 2%;
}
footer .footer .fOne .socialIcons a {
  text-decoration: none;
  margin-right: 2%;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
footer .footer .fOne .socialIcons a:hover {
  background-color: #f16900;
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-in;
}
footer .footer .fTwo .page-link {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .footer .fTwo .page-link .pLinksP1 {
  margin-bottom: 10px;
}
footer .footer .fTwo .page-link .pLinksP1 i {
  color: white;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 6px;
}
footer .footer .fTwo .page-link .pLinksP1 a {
  color: rgb(255, 255, 255);
  margin-bottom: 3%;
  text-decoration: none;
}
footer .footer .fTwo .page-link .pLinksP1 a:hover {
  cursor: pointer;
  color: #f16900;
  transition: all 0.3s ease-out 0s;
}
footer .footer .fFour .connectDiv .icn {
  margin-bottom: 10px;
}
footer .footer .fFour .connectDiv i {
  margin-right: 10px;
  color: rgb(255, 255, 255);
}
footer .footer .fFour .connectDiv a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer .footer .fFour .connectDiv a:hover {
  cursor: pointer;
  color: #f16900;
  transition: all 0.3s ease-out 0s;
}
footer .footer .fFour .connectDiv i:hover {
  cursor: pointer;
  color: #f16900;
  transition: all 0.3s ease-out 0s;
}
footer .footerEnd {
  position: relative;
  z-index: 1;
}
footer .footerEnd p {
  border-top: 1px solid rgba(255, 255, 255, 0.102);
  margin: 0;
  padding: 2% 0;
  text-align: center;
  color: rgb(255, 255, 255);
}

footer::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(19, 37, 53, 0.6705882353);
  mix-blend-mode: multiply;
}

#about-us-wrapper .header-wrapper {
  background-image: url(../img/img40.jpg);
  position: relative;
}
#about-us-wrapper .header-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #132535;
  opacity: 0.9;
  z-index: 0;
}
#about-us-wrapper .hero-section {
  padding: 30px 0 60px 0;
}
#about-us-wrapper .hero-section .hero-content {
  text-align: center;
}
#about-us-wrapper .hero-section .hero-content h1 {
  font-size: 40px;
  font-weight: 600;
}
#about-us-wrapper .hero-section .hero-content .breadcrumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#about-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
  padding: 15px 51px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5em;
  text-transform: capitalize;
  color: #132535;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #fff;
  background-color: rgb(255, 255, 255);
}
#about-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  color: #132535;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
}
#about-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a:hover {
  color: #f16900;
}
#about-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 24px;
  font-weight: 600;
  color: #132535;
}
#about-us-wrapper footer {
  margin-top: 0px;
}

.contact-us-wrapper .header-wrapper {
  background-image: url(../img/img40.jpg);
  position: relative;
}
.contact-us-wrapper .header-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #132535;
  opacity: 0.9;
  z-index: 0;
}
.contact-us-wrapper .hero-section {
  padding: 30px 0 60px 0;
}
.contact-us-wrapper .hero-section .hero-content {
  text-align: center;
}
.contact-us-wrapper .hero-section .hero-content h1 {
  font-size: 40px;
  font-weight: 600;
}
.contact-us-wrapper .hero-section .hero-content .breadcrumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
  padding: 15px 51px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5em;
  text-transform: capitalize;
  color: #132535;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #fff;
  background-color: rgb(255, 255, 255);
}
.contact-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  color: #132535;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
}
.contact-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a:hover {
  color: #f16900;
}
.contact-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 24px;
  font-weight: 600;
  color: #132535;
}
.contact-us-wrapper .secondSectionWrapper {
  padding: 100px 0px;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .sub-heading {
  color: #132535;
  font-size: 1.4rem;
  font-weight: 600;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .fhtwo {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card {
  padding: 50px;
  background-color: #f9f9f9;
  text-align: center;
  height: 100%;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card .card-icon {
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card h6 {
  margin: 15px 0;
  font-family: "Work Sans", sans-serif;
  color: #132535;
  font-size: 20px;
  font-weight: 600;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #132535;
  text-decoration: none;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card a:hover {
  color: #f16900;
  transition: all 0.2s ease-in-out 0s;
}
.contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .number-card a {
  margin-bottom: 10px;
}
.contact-us-wrapper .thirdSectionWrapper {
  position: relative;
}
.contact-us-wrapper .thirdSectionWrapper .tswrap2one {
  display: flex;
  justify-content: end;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection {
  margin-top: -690px;
  padding: 10%;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection .sub-heading {
  color: #132535;
  font-size: 1.4rem;
  font-weight: 600;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection .fhtwo {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection .allInput {
  display: flex;
  flex-direction: column;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection .allInput .inp {
  padding: 12px 15px;
  border-radius: 0;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  margin-bottom: 20px;
  border: none;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection .allInput .inp::-moz-placeholder {
  color: #2c2c2c;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection .allInput .inp::placeholder {
  color: #2c2c2c;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection .allInput .inp:focus {
  background-color: rgba(255, 112, 3, 0.0470588235);
  border-color: transparent;
  outline: none;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection button {
  background-color: rgb(241, 121, 14);
  font-family: Roboto;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border-color: rgb(241, 121, 14);
  border: 1px solid #f16900;
}
.contact-us-wrapper .thirdSectionWrapper .thirdSection button:hover {
  background-color: transparent;
  border: 1px solid #f16900;
  color: #f16900;
  transition: all 0.2s linear;
}

.products-wrapper .product-cards-wrapper .about-desc {
  margin-bottom: 60px;
}
.products-wrapper .product-cards-wrapper .about-desc .sub-heading {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  margin: 25px 0;
  font-size: 35px;
}
.products-wrapper .product-cards-wrapper .about-desc .heading {
  position: relative;
  margin-bottom: 30px;
}
.products-wrapper .product-cards-wrapper .about-desc .heading h4 {
  font-weight: 700;
  font-size: 39px;
  color: #132535;
}
.products-wrapper .product-cards-wrapper .about-desc .heading h4 span {
  color: #f16900;
}
.products-wrapper .product-cards-wrapper .about-desc .heading h4::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -38px;
  width: 213px;
  height: 100px;
  background-color: rgba(234, 234, 234, 0.7294117647);
  opacity: 0.5;
  z-index: -1;
}
.products-wrapper .product-cards-wrapper .about-desc .quote {
  color: #132535;
  font-family: "Poppins", sans-serif;
  line-height: 1.9em;
  margin-bottom: 30px;
  width: 800px;
  text-align: center;
  margin: auto;
}
.products-wrapper .product-cards-wrapper .about-desc .desc {
  text-align: center;
}
.products-wrapper .product-cards-wrapper .about-desc .suppliers {
  margin-top: 30px;
}
.products-wrapper .product-cards-wrapper .about-desc .suppliers ul li {
  font-weight: 600;
}
.products-wrapper .product-cards-wrapper .about-desc .suppliers .supplier .supplier-gallary .img-div {
  height: 100%;
  width: 100%;
  padding: 10px;
  border: 4px solid rgba(177, 175, 175, 0.425);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.products-wrapper .product-cards-wrapper .about-desc .suppliers .supplier .supplier-gallary .img-div img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-wrapper .product-cards-wrapper .about-desc .read-more {
  background-color: rgba(241, 121, 14, 0);
  font-family: "Poppins", sans-serif;
  color: #132535;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.products-wrapper .product-cards-wrapper .about-desc .read-more:hover {
  transition: all 0.2s linear;
  color: #f16900;
}
.products-wrapper .product-cards-wrapper .about-desc .read-more i {
  margin-left: 15px;
}
.products-wrapper .product-cards-wrapper .about-desc .why-us-features {
  padding-bottom: 50px;
}
.products-wrapper .product-cards-wrapper .about-desc .why-us-features span {
  font-weight: 700;
}
.products-wrapper .product-cards-wrapper .products-list .product-heading {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  margin: 25px 0;
}
.products-wrapper .product-cards-wrapper .products-list .table-wrapper table {
  width: 70%;
  margin: auto;
  margin-bottom: 0;
}
.products-wrapper .product-cards-wrapper .products-list .table-wrapper table th {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  text-wrap: nowrap;
}
.products-wrapper .product-cards-wrapper .products-list .table-wrapper table .first-col {
  width: 10%;
}
.products-wrapper .product-cards-wrapper .products-list .table-wrapper table .second-col {
  width: 70%;
}
.products-wrapper .product-cards-wrapper .products-list .table-wrapper table .third-col {
  width: 20%;
}
.products-wrapper .product-cards-wrapper .products-list .table-wrapper table td {
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-wrap: nowrap;
}
.products-wrapper .product-cards-wrapper .products-list .table-wrapper .more-info-btn {
  padding: 5px 10px;
  text-decoration: none;
}

.products-wrapper {
  background-color: #f2f2f2;
}
.products-wrapper .header-wrapper {
  background-image: url(../img/img40.jpg);
  position: relative;
}
.products-wrapper .header-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #132535;
  opacity: 0.9;
  z-index: 0;
}
.products-wrapper .hero-section {
  padding: 30px 0 60px 0;
}
.products-wrapper .hero-section .hero-content {
  text-align: center;
}
.products-wrapper .hero-section .hero-content h1 {
  font-size: 40px;
  font-weight: 600;
}
.products-wrapper .hero-section .hero-content .breadcrumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.products-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
  padding: 15px 51px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5em;
  text-transform: capitalize;
  color: #132535;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #fff;
  background-color: rgb(255, 255, 255);
}
.products-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  color: #132535;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
}
.products-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a:hover {
  color: #f16900;
}
.products-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 24px;
  font-weight: 600;
  color: #132535;
}
.products-wrapper .product-card-wrapper .product-card {
  background-color: #fff;
  margin: 30px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 10px 0 0 0;
}
.products-wrapper .product-card-wrapper .product-card table {
  margin-bottom: 0;
}
.products-wrapper .product-card-wrapper .product-card table th {
  font-family: "Work Sans", sans-serif;
  text-wrap: nowrap;
}
.products-wrapper .product-card-wrapper .product-card table td {
  font-family: "Poppins", sans-serif;
  text-wrap: nowrap;
}
.products-wrapper .product-card-wrapper .product-card .prod-img img {
  vertical-align: middle;
}
.products-wrapper .product-card-wrapper .product-card .prod-content .content-img {
  margin-bottom: 10px;
  gap: 5px;
}
.products-wrapper .product-card-wrapper .product-card .prod-content .content-img h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #132535;
  margin: 0;
}
.products-wrapper .product-card-wrapper .product-card .prod-content .content-img .img-div {
  height: 30px;
  width: 30px;
}
.careers-wrapper .header-wrapper {
  background-image: url(../img/img40.jpg);
  position: relative;
}
.careers-wrapper .header-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #132535;
  opacity: 0.9;
  z-index: 0;
}
.careers-wrapper .hero-section {
  padding: 30px 0 60px 0;
}
.careers-wrapper .hero-section .hero-content {
  text-align: center;
}
.careers-wrapper .hero-section .hero-content h1 {
  font-size: 40px;
  font-weight: 600;
}
.careers-wrapper .hero-section .hero-content .breadcrumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.careers-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
  padding: 15px 51px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5em;
  text-transform: capitalize;
  color: #132535;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #fff;
  background-color: rgb(255, 255, 255);
}
.careers-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  color: #132535;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
}
.careers-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb a:hover {
  color: #f16900;
}
.careers-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 24px;
  font-weight: 600;
  color: #132535;
}
.careers-wrapper .careers-content {
  padding: 50px 0px;
}
.careers-wrapper .careers-content .sub-heading {
  color: #132535;
  font-size: 25px;
  font-weight: 600;
}
.careers-wrapper .careers-content .sub-heading::before {
  height: 3px;
  top: -8px;
}
.careers-wrapper .careers-content a {
  color: #132535;
  text-decoration: none;
  font-weight: 700;
}
.careers-wrapper .careers-content a:hover {
  color: #f16900;
  transition: all 0.2s linear;
}

@media (max-width: 991px) {
  .navbar .navbar-toggler {
    border: none !important;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar .navbar-toggler-icon {
    background-image: url(/assets/img/navbar_mobile.svg) !important;
  }
  .navbar .navbar-collapse {
    padding: 20px;
  }
  .navbar .navbar-collapse ul {
    text-align: center;
  }
  .navbar .nav-item a::before {
    content: unset;
  }
  .hero-section {
    padding: 40px 0px;
  }
  .hero-section .hero-content h1 {
    font-size: 43px;
  }
  .hero-section .hero-content .hero-desc {
    font-size: 15px;
  }
  .hero-section .img-div {
    display: none;
  }
  .features-section {
    padding: 50px 0;
  }
  .features-section .features-card {
    transform: unset;
  }
  .company-info {
    background-image: url(/assets/img/img23_2.png);
  }
  .company-info .sub-heading {
    color: #132535 !important;
  }
  .about-company .image-border {
    display: none;
  }
  .about-company .about-img div {
    width: 400px;
    margin-left: auto;
  }
  #about-us-wrapper .about-company .image-border {
    display: none;
  }
  #about-us-wrapper .about-company .about-img div {
    width: 400px;
    margin-left: auto;
  }
  .contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card {
    padding: 30px;
  }
  .products-wrapper .product-card-wrapper .product-card .prod-img {
    justify-content: center;
  }
  .products-wrapper .product-card-wrapper .prod-content .content-img {
    padding-left: 10px;
  }
  .products-wrapper .product-card-wrapper .prod-info-link {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand {
    width: 150px;
  }
  .features-section .features-card {
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .features-section .features-card .img-div {
    margin-bottom: 15px;
  }
  .features-section .features-card h6 {
    margin-bottom: 10px;
  }
  .hero-section .hero-content .sub-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hero-section .hero-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .company-info {
    position: relative;
    padding-top: 70px;
  }
  .company-info::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 0;
  }
  .company-info .company-info-one {
    margin-bottom: 20px;
  }
  .company-info .company-info-one .sub-heading {
    font-size: 16px;
  }
  .company-info .company-info-one h2 {
    font-size: 35px;
  }
  .company-info .company-info-one,
  .company-info .company-info-two {
    z-index: 1;
  }
  .about-company {
    padding-top: 70px;
  }
  .about-company .about-desc .sub-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about-company .about-desc .heading {
    margin-bottom: 20px;
  }
  .about-company .about-desc .heading h4 {
    font-size: 30px;
  }
  .stats {
    padding-top: 70px;
  }
  .contact_us {
    padding: 70px 0;
  }
  .contact_us h3 {
    font-size: 35px;
  }
  .contact_us .needs-validation .contact-btn {
    padding: 13px 45px;
  }
  #about-us-wrapper .hero-section .hero-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  #about-us-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
    padding: 12px 30px;
    font-size: 14px;
  }
  #about-us-wrapper .about-company {
    padding-top: 70px;
  }
  #about-us-wrapper .about-company .about-desc .sub-heading {
    margin-bottom: 20px;
    font-size: 15px;
  }
  #about-us-wrapper .about-company .about-desc .heading {
    margin-bottom: 20px;
  }
  #about-us-wrapper .about-company .about-desc .heading h4 {
    font-size: 30px;
  }
  #about-us-wrapper .stats {
    padding-top: 70px;
  }
  .careers-wrapper .header-wrapper .hero-section .hero-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .careers-wrapper .header-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
    padding: 12px 30px;
    font-size: 14px;
  }
  .contact-us-wrapper .header-wrapper .hero-section .hero-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .contact-us-wrapper .header-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
    padding: 12px 30px;
    font-size: 14px;
  }
  .contact-us-wrapper .secondSectionWrapper {
    padding: 70px 0px;
  }
  .contact-us-wrapper .secondSectionWrapper .fifthSection .sub-heading {
    font-size: 16px;
  }
  .contact-us-wrapper .secondSectionWrapper .fifthSection .fhtwo {
    font-size: 25px;
    line-height: 30px;
  }
  .contact-us-wrapper .secondSectionWrapper .fifthSection .allcards .r-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .contact-us-wrapper .thirdSectionWrapper .thirdSection {
    margin-top: -600px;
  }
  .contact-us-wrapper .thirdSectionWrapper .thirdSection .sub-heading {
    font-size: 14px;
  }
  .contact-us-wrapper .thirdSectionWrapper .thirdSection .fhtwo {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .products-wrapper .header-wrapper .hero-section .hero-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .products-wrapper .header-wrapper .hero-section .hero-content .breadcrumb-wrap .breadcrumb {
    padding: 12px 30px;
    font-size: 14px;
  }
  .products-wrapper .product-cards-wrapper .products-list table {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */