body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

a:hover {
  color: #ED1C24;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

ul, li, ol, p, address, div, img, section, body, html, header, main, h1, h2, h3, h4, h5, h6 {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

@keyframes animation-rotation {
  0% {
    transform: rotate(0deg) linear 2s;
  }
  100% {
    transform: rotate(360deg) linear 2s;
  }
}

.top-header {
  background: #ED1C24;
  color: #fff;
  padding: 5px 0;
}

.top-header .quick-contact address {
  font-size: 15px;
}

.top-header .quick-contact address a {
  color: #fff;
}

.top-header .quick-contact address a:hover {
  color: #000;
}

.top-header .quick-contact address a img {
  vertical-align: sub;
}

.bg-body-tertiary {
  background-color: #fff !important;
}

.logo a:hover {
  border: none;
  text-decoration: none;
}

.navbar-brand::before {
  border: none;
}

.main-navigation .navbar .nav-item .nav-link {
  color: #1C232F;
  font-size: 16px;
}

.main-navigation .navbar .nav-item .nav-link:hover {
  color: #ED1C24;
}

.main-navigation a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
}

.main-navigation a::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}

.main-navigation a::before {
  background-color: #ED1C24;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.main-navigation a::after {
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #ED1C24;
}

.main-navigation a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.main-navigation a:hover::after {
  transform: translate3d(0, 0, 0);
}

.main-navigation a span {
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.main-navigation a:hover span {
  transform: translate3d(-200%, 0, 0);
}

.main-navigation a {
  text-decoration: none;
  color: #18272F;
  vertical-align: top;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
  color: #000;
}

.navbar-brand:before {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 13px;
  white-space: nowrap;
}

.navbar-toggler {
  background-color: #fff;
}

.our-story {
  background: #ddd;
  padding: 30px 0 60px;
}

.ourstory-content p {
  color: #1C232F;
  margin-bottom: 15px;
}

.ourstory-content p a {
  display: block;
  color: #ED1C24;
  text-decoration: underline;
}

.ourstory-content p a:hover {
  color: #2C3990;
}

.title-heading h4 {
  font-size: 3vw;
  text-transform: uppercase;
  text-align: center;
  color: #ED1C24;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .title-heading h4 {
    font-size: 28px;
  }
}

.title-heading h4:before {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  top: 25px;
  left: -75px;
  background: #ED1C24;
}

.title-heading h4:after {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  top: 25px;
  right: -75px;
  background: #ED1C24;
}

.title-heading h4 .line {
  position: relative;
  display: block;
}

.title-heading h4 .line:before {
  content: "";
  background-color: #000;
  width: 80px;
  height: 2px;
  position: absolute;
  left: -95px;
  top: -17px;
}

.title-heading h4 .line:after {
  content: "";
  background-color: #000;
  width: 80px;
  height: 2px;
  position: absolute;
  right: -95px;
  top: -17px;
}

.company-start {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.since strong {
  color: #2C3990;
}

.since h2 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  .since h2 {
    font-size: 16px;
  }
}

.experience {
  position: relative;
  width: 230px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: left;
}

.experience strong {
  font-size: 3.5vw;
  color: #ED1C24;
}

.experience p {
  color: #ED1C24;
  font-size: 18px;
}

.experience:before {
  content: url(../images/opening-bracket.png);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(5px, -50%);
}

.experience:after {
  content: url(../images/opening-bracket.png);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(10px, -50%) rotate(180deg);
}

@media screen and (max-width: 640px) {
  .experience strong {
    font-size: 40px;
    padding-left: 10px;
  }
}

.categories-sec {
  padding: 20px 0;
}

.cat-thumbnail {
  position: relative;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.cat-thumbnail .cat-info {
  position: absolute;
  bottom: 70px;
  left: 15px;
}

.cat-thumbnail .cat-info h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.cat-thumbnail .cat-info h1:before {
  content: "";
  background: #fff;
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -6px;
}

.cat-thumbnail .cat-info p {
  opacity: 0;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.cat-thumbnail .cat-info p a {
  display: block;
  text-decoration: underline;
  font-size: 18px;
  color: #fff;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.cat-thumbnail:hover p {
  color: #fff;
  opacity: 1;
}

.about-products {
  background: #2C3990;
  color: #fff;
  padding: 50px 0;
  margin-top: 30px;
}

.global-heading h2 {
  font-size: 2.5vw;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .global-heading h2 {
    font-size: 24px;
  }
}

.safety-content {
  padding: 15px 0;
}

.safety-content h3 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}

.safety-content p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #9E9E9E;
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.video-sec {
  background: #2C3990;
  padding: 50px 0;
}

.certificat-sec {
  background: #2C3990;
  padding: 30px 0;
}

.certificat-sec .certificates ul {
  display: flex;
  justify-content: space-evenly;
}

.certificat-sec .certificates ul li {
  margin: 15px;
}

.new-product {
  background: #F0F0F0;
  padding: 50px 0;
}

.title {
  text-align: center;
}

.title h3 {
  color: #ED1C24;
  font-size: 18px;
}

.title h4 {
  font-size: 2.5vw;
}

.swiper-cat-wraper {
  position: relative;
  overflow: hidden;
}

.product-wrapper {
  margin: 10px 0;
}

.product-wrapper .product-thumbnail {
  padding: 10px 0;
}

.product-wrapper .pro-des {
  padding-bottom: 10px;
}

.product-wrapper .pro-des h1 {
  font-size: 16px;
  color: #000;
}

.product-wrapper .pro-des span {
  display: block;
  margin-bottom: 10px;
}

.product-wrapper .pro-des ul {
  padding-left: 20px;
}

.product-wrapper .pro-des ul li {
  color: #1C232F;
  list-style-type: disc;
}

footer {
  background: #111111;
  padding: 20px 0;
}

.footer-logo-sec input.form-control {
  background: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #1C232F;
  margin: 15px 0;
  color: #fff !important;
}

.footer-logo-sec input.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.footer-logo-sec input::placeholder {
  color: #fff;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.footer-col ul li a {
  color: #fff;
  text-transform: capitalize;
}

.follow-us h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.follow-us ul {
  display: flex;
  justify-content: start;
}

.follow-us ul li {
  background-color: #fff;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 15px 0 0;
}

.follow-us ul li a {
  font-size: 32px;
  color: #000;
  text-transform: capitalize;
}

.follow-us ul li a:hover {
  color: #ED1C24;
}

.follow-us strong {
  padding-top: 15px;
  color: #fff;
}

.follow-us address {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
}

.follow-us address a {
  color: #fff;
  font-size: 13px;
}

.site-search-container {
  background: #2C3990;
  padding: 10px;
  display: none;
}

.site-search-container .btn-outline-secondary {
  color: #fff;
  background: #121920;
  border-color: #2C3990;
  border-radius: 0px;
  height: 42px;
}

.search-btn {
  border: 1px solid #ED1C24;
  padding: 6px 10px;
  background: transparent;
}

.manufacturing-process {
  padding: 20px 0;
}

.manufacturing-process ul {
  display: flex;
  justify-content: center;
  column-count: 4;
  align-items: center;
  flex-flow: wrap;
}

.manufacturing-process ul li {
  margin: 15px 10px;
}

.main-bread-crumb-section {
  background: #f5f5f5;
  padding: 10px 0;
}

.main-bread-crumb-section .breadcrumb-item a {
  color: #000;
}

.main-bread-crumb-section .breadcrumb-item a:hover {
  color: #ED1C24;
}

.main-bread-crumb-section .breadcrumb-item.active {
  color: #ED1C24;
}

.main-bread-crumb-section .breadcrumb {
  margin: 0px;
}

.left-menu {
  padding: 10px;
  margin-top: 20px;
}

.left-menu h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.example_menu ul a:hover {
  color: #ED1C24;
}

.pagination-sec {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.pagination-sec .page-link {
  color: #ED1C24;
}

.img-wapper .inquiry-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 80%;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  opacity: 0;
}

.img-wrapper:hover:hover {
  border-bottom: 5px solid #ED1C24;
}

.img-wrapper:hover:hover .inquiry-btn {
  background: #ED1C24;
  opacity: 1;
}

.product-wraper {
  margin: 15px 0;
}

.product-wraper .pro-thumbnail {
  position: relative;
  border-bottom: 5px solid #000;
}

.product-wraper .pro-thumbnail .inquiry-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 80%;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  opacity: 0;
}

.product-wraper .pro-thumbnail:hover {
  border-bottom: 5px solid #ED1C24;
}

.product-wraper .pro-thumbnail:hover .inquiry-btn {
  background: #ED1C24;
  opacity: 1;
}

.product-wraper .pro-detail h1 {
  font-size: 16px;
  color: #000;
  margin: 5px 0;
}

.product-wraper .pro-detail p {
  color: #ED1C24;
  font-size: 15px;
}

.title-bg {
  text-align: center;
  padding: 20px 0;
}

.title-bg h1 {
  font-size: 3vw;
  text-transform: uppercase;
  text-align: center;
  color: #ED1C24;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.title-bg h1:before {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  top: 25px;
  left: -75px;
  background: #ED1C24;
}

.title-bg h1:after {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  top: 25px;
  right: -75px;
  background: #ED1C24;
}

.title-bg h1 .line {
  position: relative;
  display: block;
}

.title-bg h1 .line:before {
  content: "";
  background-color: #000;
  width: 80px;
  height: 2px;
  position: absolute;
  left: -95px;
  top: -17px;
}

.title-bg h1 .line:after {
  content: "";
  background-color: #000;
  width: 80px;
  height: 2px;
  position: absolute;
  right: -95px;
  top: -17px;
}

.carousel-control-prev-icon {
  background: url(../images/right-arrow.png);
  width: 44px;
  height: 44px;
}

.carousel-control-next-icon {
  background: url(../images/left-arrow.png);
  width: 44px;
  height: 44px;
}

.detail-pro-description {
  padding: 30px 0;
}

.detail-pro-description h1 {
  font-size: 20px;
  color: #ED1C24;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-pro-description span {
  color: #2C3990;
  display: block;
  margin-bottom: 15px;
}

.detail-pro-description ul {
  list-style-type: disc !important;
}

.detail-pro-description ul li {
  list-style-type: disc !important;
}

.qty {
  margin-top: 15px;
}

.qty label {
  color: #ED1C24;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}

.button {
  background: #000;
  color: #fff;
  padding: 5px 30px;
  text-align: center;
  outline: none;
  border: none;
  font-size: 14px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  margin-top: 15px;
  padding: 10px 30px;
}

.button:hover {
  background: #2C3990;
  color: #fff;
}

header .dropdown-item {
  padding: 5px;
}

header .dropdown-menu {
  padding: 15px;
  width: 320px;
}

.contact-form {
  padding: 15px;
  box-shadow: 0 0 11px -4px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

@media screen and (min-width: 1140px) {
  .contact-form {
    position: relative;
    z-index: 999999;
    margin: 50px 0;
    padding: 30px;
  }
}

.contact-form p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}

.contact-form p span {
  color: #ED1C24;
}

.contact-form .form-field {
  background: #F8F8F8;
  border: none;
  width: 100%;
  padding: 18px 10px !important;
  border-radius: 0px;
  margin-bottom: 15px;
}

.contact-heading {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.contact-heading span {
  font-weight: 400;
}

.map-getin-touch {
  margin: 15px 0;
}

.contact-us-wrapper {
  justify-content: space-between;
  flex-flow: wrap;
}

.contact-content {
  padding: 15px;
}

.contact-content h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ED1C24;
}

.contact-content h4 {
  font-size: 32px;
  border-bottom: 1px solid #ddd;
  padding: 0px 0 10px 0;
}

.contact-content h4 span {
  font-weight: 400;
}

.address-col {
  justify-content: start;
  align-items: center;
  margin: 15px 0;
}

.address-col span {
  display: flex;
  background: #ddd;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #ED1C24;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.address-content strong {
  color: #2C3990;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  width: 80px;
}

.address-content address {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.copy-right p {
  padding: 10px 0;
  color: #fff;
}

.copy-right p a {
  color: #ED1C24;
}

.copy-right p a:hover {
  color: #fff;
}

.compliance-col {
  text-align: center;
}

.compliance-col img {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

.post-item-description h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 15px 0;
  color: #2C3990;
}

.post-item-description p {
  margin-bottom: 10px;
}
