/* Google font  */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Lora:wght@400;700&display=swap");
/* Remix Icon */
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/* Bootstrap */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
/* Lightbox */
@import url("./lightgallery.css");
/* Variables */
/* CSS REset */
*, *, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

::-moz-selection {
  background-color: #fff;
  color: #E31E24;
}

::selection {
  background-color: #fff;
  color: #E31E24;
}

html, body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #2B2A29;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
  }
}

@media (max-width: 576px) {
  html, body {
    font-size: 13px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lora", serif;
}

div, header, nav, footer, section, aside, article {
  display: block;
}

a {
  color: #E31E24;
  text-decoration: none;
}

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

p {
  color: #5E5E5E;
}

@media (max-width: 576px) {
  p {
    font-size: 13px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
}

/* Components */
.btn {
  background-color: #E31E24;
  color: #fff;
  min-width: 170px;
  border-radius: 0 !important;
  font-family: "Lora", serif;
  border: none;
  overflow: hidden;
}

.btn:hover {
  color: #fff;
}

.btn:hover::before {
  right: -60px;
}

.btn:hover::after {
  left: -30px;
}

.btn::before {
  position: absolute;
  background-color: #fff;
  content: '';
  right: -40px;
  height: 100%;
  width: 50px;
  top: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.btn::after {
  position: absolute;
  background-color: #fff;
  content: '';
  left: -80px;
  height: 100%;
  width: 50px;
  top: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.title {
  font-size: 42px;
  margin-bottom: 30px;
  color: #2B2A29;
}

.title::after {
  position: absolute;
  bottom: 0;
  content: url("../../wp-content/images/title.svg");
  margin-left: 5px;
}

.text-widget p:last-child {
  margin-bottom: 30px !important;
}

.thumb img {
  border-radius: 0px 80px;
}

/*main CSS */
header {
  border-top: 3px solid #E31E24;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

header .dropdown-menu {
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

header .dropdown-menu a {
  margin: 10px 0;
}

header .dropdown-menu a:hover {
  color: #fff !important;
  background-color: #E31E24;
}

header .logo {
  width: 250px;
}

header .dropdown:hover .dropdown-menu {
  display: block;
}

header .navbar-toggler {
  border: none !important;
}

header .navbar-toggler i {
  color: #E31E24;
  font-size: 24px;
}

header a {
  text-transform: uppercase;
  color: #2B2A29 !important;
}

header li.active > a {
  color: #E31E24 !important;
  font-weight: bold;
}

header .nav-item {
  margin: 0 10px;
}

header .navbar-brand img {
  width: 250px;
}

@media (max-width: 768px) {
  .main-slide .carousel-control-prev {
    left: 0 !important;
  }
  .main-slide .carousel-control-next {
    right: 0 !important;
  }
}

.main-slide .arrow {
  height: 30px;
  opacity: 1;
  top: 50%;
  background-repeat: no-repeat;
  width: 90px;
  background-position: center center;
}

.main-slide .carousel-control-prev {
  left: 50px;
  background-image: url("../includes/wp-content/images/arrow-bg-left.svg");
}

.main-slide .carousel-control-next {
  right: 50px;
  background-image: url("../includes/wp-content/images/arrow-bg-right.svg");
}

.main-slide .carousel-caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.main-slide .carousel-caption h1 {
  font-size: 80px;
  color: #2B2A29;
}

.about-wrapper {
  margin: 80px 0;
  padding-bottom: 120px;
}

@media (max-width: 576px) {
  .about-wrapper .thumb {
    position: relative !important;
    margin-top: 30px;
  }
  .about-wrapper .icon {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-wrapper .thumb {
    position: relative !important;
    margin-top: 30px;
    text-align: center;
  }
}

.about-wrapper .thumb {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-bottom: 70px;
}

.about-wrapper .thumb:hover::before {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  right: 0;
  width: 100%;
}

.about-wrapper .thumb::before {
  position: absolute;
  right: -50px;
  bottom: 30px;
  height: 100px;
  width: 250px;
  background-color: #E31E24;
  content: '';
  z-index: 1;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
}

.about-wrapper .thumb img {
  max-width: 400px;
}

.about-wrapper .icon {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 180px;
}

.about-wrapper .polymer {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.about-wrapper .polymer img {
  width: 200px;
  opacity: .5;
  z-index: -1;
}

.products-wrapper {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2A29), color-stop(77.07%, #2B2A29), color-stop(77.1%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #2B2A29 0%, #2B2A29 77.07%, #FFFFFF 77.1%, #FFFFFF 100%);
}

@media (max-width: 576px) {
  .products-wrapper .arrow {
    top: auto !important;
    bottom: 50% !important;
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important;
  }
  .products-wrapper .carousel-control-next {
    right: -15px !important;
  }
  .products-wrapper .carousel-control-prev {
    left: -15px !important;
  }
  .products-wrapper .pro-box::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .products-wrapper .arrow {
    top: auto !important;
    bottom: 50% !important;
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important;
  }
  .products-wrapper .carousel-control-next {
    right: -15px !important;
  }
  .products-wrapper .carousel-control-prev {
    left: -15px !important;
  }
  .products-wrapper .pro-box::before {
    display: none;
  }
}

.products-wrapper .title {
  color: #fff;
  margin-bottom: 70px;
}

.products-wrapper .thumb {
  max-width: 370px;
  margin-left: auto;
}

.products-wrapper .thumb img {
  width: 370px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-wrapper .pro-box {
  padding: 30px;
}

.products-wrapper .pro-box::before {
  position: absolute;
  top: -50px;
  left: 30px;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  width: 270px;
  height: 300px;
}

.products-wrapper .pro-box h1, .products-wrapper .pro-box h2, .products-wrapper .pro-box h3, .products-wrapper .pro-box h4, .products-wrapper .pro-box h5, .products-wrapper .pro-box h6 {
  color: #fff;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}

.products-wrapper .arrow {
  opacity: 1;
  height: 170px;
  width: 60px;
}

.products-wrapper .carousel-control-prev {
  bottom: 170px;
  left: 0;
  top: auto;
}

.products-wrapper .carousel-control-next {
  top: -2px;
  right: 0;
}

.products-wrapper .polymer {
  position: absolute;
  top: 50px;
  left: 60%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.products-wrapper .polymer img {
  width: 100px;
  opacity: .5;
}

.health-wrapper {
  text-align: center;
  padding: 120px 0;
  background-image: url("../../wp-content/images/envi-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.health-wrapper .title, .health-wrapper p {
  color: #fff;
}

.health-wrapper .polymer {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.health-wrapper .polymer img {
  width: 200px;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}

.banner {
  margin-bottom: -100px;
  overflow: hidden;
}

.banner .polymer {
  position: absolute;
  bottom: 300px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.banner .polymer img {
  width: 200px;
  opacity: .4;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.counter-wrapper {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#E31E24), color-stop(46.4%, #E31E24), color-stop(46.5%, rgba(227, 30, 36, 0.458333)), color-stop(46.53%, rgba(255, 255, 255, 0.438056)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #E31E24 0%, #E31E24 46.4%, rgba(227, 30, 36, 0.458333) 46.5%, rgba(255, 255, 255, 0.438056) 46.53%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 576px) {
  .counter-wrapper {
    background: #E31E24 !important;
  }
  .counter-wrapper p {
    color: #fff;
    margin-top: 20px;
  }
}

.counter-wrapper .conter-box {
  padding: 20px;
}

.counter-wrapper .conter-box:hover {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  background-color: #fff;
}

.counter-wrapper .conter-box:hover h1 {
  color: #2B2A29;
}

.counter-wrapper .conter-box h1 {
  color: #fff;
  font-size: 80px;
  margin-bottom: -10px;
}

footer {
  margin-top: 70px;
  background-color: #2B2A29;
}

footer h4 {
  color: #E31E24;
}

@media (max-width: 768px) {
  footer .top-footer, footer .credit {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  footer .logo {
    max-width: 80%;
  }
  footer .top-footer, footer .credit {
    text-align: center !important;
  }
}

footer .content-wrapper {
  margin-top: -2px;
  padding-bottom: 30px;
  color: #fff;
}

footer .content-wrapper .logo {
  margin-top: -30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}

footer .content-wrapper .logo img {
  width: 220px;
}

footer .credit, footer .social, footer .copyright, footer .quick, footer .contact, footer .address {
  color: #fff;
  margin-top: 20px;
}

footer .credit h4, footer .social h4, footer .copyright h4, footer .quick h4, footer .contact h4, footer .address h4 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
}

footer .credit a, footer .credit p, footer .credit td, footer .social a, footer .social p, footer .social td, footer .copyright a, footer .copyright p, footer .copyright td, footer .quick a, footer .quick p, footer .quick td, footer .contact a, footer .contact p, footer .contact td, footer .address a, footer .address p, footer .address td {
  color: #fff;
}

footer .credit td, footer .social td, footer .copyright td, footer .quick td, footer .contact td, footer .address td {
  padding: 5px;
}

footer .quick li {
  margin-bottom: 20px;
  margin-right: 20px;
}

footer .quick li a {
  padding-left: 5px;
  padding-top: 5px;
}

footer .quick li::before {
  content: url("../../wp-content/images/link.svg");
}

footer .address td {
  vertical-align: top;
}

footer .social {
  text-align: center;
}

footer .social i {
  font-size: 24px;
}

footer .social li {
  display: inline-block;
  margin: 0 10px;
}

footer .credit {
  text-align: right;
}

footer .copyright i {
  vertical-align: middle;
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #25D366;
  z-index: 1095;
}

.whatsapp a {
  color: #fff;
}

.whatsapp i {
  font-size: 24px;
}

/* Products detaisl page*/
.subpage .main-slide {
  overflow: hidden;
  padding-bottom: 30px;
}

.subpage .main-slide::before {
  position: absolute;
  right: -50px;
  bottom: -50px;
  height: 100px;
  width: 250px;
  background-color: #E31E24;
  content: '';
  z-index: 1;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
}

.product-widget {
  padding: 80px 0;
}

.product-widget div.table {
  margin-top: 50px;
}

.product-widget table thead td {
  text-transform: uppercase;
}

.product-widget table tr td:first-child {
  text-transform: uppercase;
}

.product-widget table td sup {
  font-size: 50%;
  top: -10px;
}

.application-wrapper {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #F2F2F2;
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 576px) {
  .application-wrapper .col-sm-2 {
    max-width: 50%;
    padding: 20px;
  }
  .application-wrapper .col-sm-2 img {
    width: 80%;
  }
}

.application-wrapper img {
  width: 80px;
  margin-bottom: 20px;
}

.application-wrapper .col-sm-2:hover img:nth-child(2) {
  opacity: 0;
}

.application-wrapper .col-sm-2 img:nth-child(2) {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* About us page*/
.mission-widget {
  margin-top: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#2B2A29), color-stop(55%, #2B2A29), color-stop(55%, #E31E24), color-stop(63%, #E31E24), color-stop(63%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(90deg, #2B2A29 0%, #2B2A29 55%, #E31E24 55%, #E31E24 63%, #FFFFFF 63%, #FFFFFF 100%);
  padding: 30px;
  color: #fff;
}

@media (max-width: 576px) {
  .mission-widget {
    background: #2B2A29;
  }
  .mission-widget i {
    color: #fff !important;
  }
}

.mission-widget p {
  color: #fff;
}

.mission-widget .icon i {
  font-size: 100px;
  color: #2B2A29;
}

.vision-widget {
  margin-top: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(40%, #FFFFFF), color-stop(40%, #E31E24), color-stop(48%, #E31E24), color-stop(48%, #2B2A29), to(#2B2A29));
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 40%, #E31E24 40%, #E31E24 48%, #2B2A29 48%, #2B2A29 100%);
  padding: 30px;
  color: #fff;
}

@media (max-width: 576px) {
  .vision-widget {
    background: #2B2A29;
  }
  .vision-widget i {
    color: #fff !important;
  }
}

.vision-widget p {
  color: #fff;
}

.vision-widget .icon i {
  font-size: 100px;
  color: #2B2A29;
}

.gallery-widget {
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .gallery-widget {
    padding: 0;
  }
  .gallery-widget .img-box {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.gallery-widget .lightgallery:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* Contact us page*/
.form-widget {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .form-widget iframe {
    margin-top: 50px;
  }
}

.form-widget .input {
  margin-bottom: 15px;
}

.form-widget .input input, .form-widget .input label, .form-widget .input textarea, .form-widget .input select {
  display: block;
  width: 100%;
}

.form-widget .input input, .form-widget .input textarea, .form-widget .input select {
  border: 1px solid #2B2A29;
  padding: 7px;
}

.form-widget iframe {
  width: 100%;
  height: 450px;
  border: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.form-widget h2, .form-widget h3, .form-widget h4 {
  margin-bottom: 30px;
  font-size: 24px;
}

.google-map {
  padding-bottom: 0;
}

.google-map a {
  color: #2B2A29;
}

.google-map h4 {
  margin-bottom: 20px;
}

.google-map table {
  margin-bottom: 30px;
}

.google-map td {
  vertical-align: top;
}

.inquiry-btn {
  margin-top: 170px;
}

.inquiry-form::before {
  position: absolute;
  bottom: 70%;
  width: 100%;
  height: 100px;
  background-color: #E31E24;
  content: '';
  left: 0;
}

.inquiry-form .inquiry-container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Quality page */
.quality-widget:before {
  position: absolute;
  bottom: 50%;
  width: 50%;
  height: 80px;
  background-color: #2B2A29;
  content: '';
  left: 0;
}

.quality-widget .bg-arrow {
  border-radius: 0;
  position: absolute;
  top: 50%;
  width: 500px;
  left: -50px;
  opacity: 0.3;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1096;
}

.loader img {
  width: 100px;
  -webkit-animation: spin 2s ease-in infinite;
          animation: spin 2s ease-in infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.export-country {
  padding: 30px;
  background-color: #2B2A29;
  text-align: center;
}

.export-country li {
  color: #fff;
  display: inline-block;
  margin: 10px 30px;
}

.export-country li:nth-child(odd)::first-letter {
  font-size: 30px;
  text-decoration: underline;
}

.export-country li:nth-child(even)::first-letter {
  font-size: 20px;
  color: #E31E24;
}

/* Import all css */
/* Data scroll animation */
[data-scroll="in"] {
  opacity: 1;
}

[data-scroll="out"] {
  opacity: 0;
}

/* animation */
[data-scroll] {
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Animation delay */
[animate-delay="1"] {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

[animate-delay="2"] {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

[animate-delay="3"] {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

[animate-delay="4"] {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

[animate-delay="5"] {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

[animate-delay="6"] {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

[animate-delay="7"] {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

[animate-delay="8"] {
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
}

[animate-delay="9"] {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important;
}

/* Animation class */
[data-scroll="in"].in-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-scroll="out"].in-left {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

[data-scroll="in"].in-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-scroll="out"].in-right {
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}

[data-scroll="in"].in-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"].in-bottom {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

[data-scroll="in"].in-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"].in-top {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

[data-scroll="in"].scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-scroll="out"].scale {
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (max-width: 576px) {
  [data-scroll="out"], [data-scroll="in"] {
    opacity: 1 !important;
    -webkit-transform: scale(1) translateY(0) translateX(0) !important;
            transform: scale(1) translateY(0) translateX(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */