.antonio-font {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

div, p, section, header, main, footer, ol, ul, address, li, ol, figcaption, figure, article, body, html, a, span, strong, table, td, dd, dt, th, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

ul, li, ol {
  list-style-type: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  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: #962d31;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

p {
  font-weight: 400;
}

.top-sec {
  background: #962d31;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  padding: 5px 25px;
}

.top-sec address {
  color: #fff;
  margin: 0px;
}

.top-sec address a {
  color: #fff;
}

.top-sec address a:hover {
  color: #000;
}

header.header-tools {
  position: static;
}

.main-menu {
  align-items: start;
  height: 90px;
}

header.header-tools .pixelstrap.sm-horizontal > li > a {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
}

.pixelstrap a:hover {
  color: #962d31;
}

.pixelstrap ul a:before {
  background: #962d31;
}

.toggle-nav i {
  color: #962d31;
}

.sm-horizontal a {
  color: #962d31;
}

.about-content {
  padding: 30px 5px;
}

@media screen and (min-width: 1100px) {
  .about-content {
    padding: 0px 5px 120px 5px;
  }
}

.our-values h4 {
  position: absolute;
  font-size: 3.5vw;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 50px;
  color: #000;
}

.our-values span {
  z-index: -1;
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 180px;
  height: 20px;
  background-color: #962d31;
}

.promo-banner {
  display: flex;
}

.who-we-are {
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.who-we-are h1 {
  font-size: 3.5vw;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.who-we-are h1 strong {
  font-weight: 600;
  color: #962d31;
}

.who-we-are h5 {
  color: #962d31;
  font-size: 18px;
  text-transform: capitalize;
}

.who-we-are article {
  margin-bottom: 25px;
  font-weight: normal;
}

@media screen and (max-width: 840px) {
  .who-we-are h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .who-we-are h1 {
    font-size: 22px;
  }
}

.who-we-are-list ul {
  column-count: 2;
}

.who-we-are-list li {
  display: flex;
  position: relative;
  align-items: center;
  padding: 20px 0;
}

.manufacture-thumbnail {
  position: static;
  padding: 15px 0;
}

@media screen and (min-width: 1140px) {
  .manufacture-thumbnail {
    position: absolute;
    top: -25%;
  }
}

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

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
}

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

.categories-sec h3 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 30px;
  color: #962d31;
}

.collection-pro {
  padding: 30px 0;
}

.collection-btn {
  padding: 10px 30px;
  outline: 1px solid #962d31;
  color: #962d31;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  margin: 15px 0;
  border-radius: 15px;
  display: inline-block;
}

.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 #962d31;
}

.img-wrapper:hover:hover .inquiry-btn {
  background: #962d31;
  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 #962d31;
}

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

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

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

.company-counters-container {
  text-align: center;
  background: url(../images/customer-bg.jpg) no-repeat top center;
  background-size: contain;
  height: 40vh;
  padding: 15px 0;
}

.company-counters-container h2 {
  font-size: 2.5vw;
  color: #fff;
  text-transform: uppercase;
  font: weight 700px;
}

.company-counters-container h2 span {
  color: #000;
}

.company-counters-container h3 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.company-counters-container .company-counters ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.company-counters-container .company-counters ul li strong {
  font-size: 3.5vw;
  color: #fff;
}

.company-counters-container .company-counters ul li p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

footer {
  background: #962d31;
}

.company-news-letter {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.company-follow-up .comp-img {
  padding-right: 25px;
}

.company-follow-up .comp-img img {
  height: 100px;
}

.company-follow-up .follow-up h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.company-follow-up .follow-up ul {
  display: flex;
}

.company-follow-up .follow-up ul li {
  font-size: 22px;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
}

.company-follow-up .follow-up ul li i {
  color: #fff;
  font-size: 22px;
}

.company-follow-up .follow-up ul li:hover {
  border-color: #000;
}

.company-follow-up .follow-up ul li:hover i {
  color: #000;
}

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

.news-letter {
  width: 100%;
}

@media screen and (max-width: 540px) {
  .news-letter {
    margin-top: 15px;
  }
}

.news-letter p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.news-letter .news-field-sec {
  border-bottom: 1px solid #fff;
  color: #fff;
  justify-content: start;
  display: flex;
}

.news-letter .news-field-sec .news-field {
  border: none;
  box-shadow: none;
  background: transparent;
  width: 80%;
}

.news-letter .news-field-sec .submit {
  background: #fff;
  color: #962d31;
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.news-letter .news-field-sec input::placeholder {
  color: #fff;
}

.footer-links-sec {
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-links {
  margin-bottom: 15px;
}

.footer-links address {
  color: #fff;
  font-weight: 400;
}

.footer-links h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-links ul li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

.footer-links ul li a:hover {
  color: #000;
}

.copy-right {
  padding: 10px;
}

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

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

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

.carousel-control-next, .carousel-control-prev {
  z-index: 0;
}

.pixelstrap .mega ul {
  z-index: 6 !important;
}

@media screen and (max-width: 640px) {
  header.header-tools .pixelstrap.sm-horizontal > li > a {
    color: #962d31;
  }
  .company-counters-container {
    background: #962d31;
    padding: 15px 0;
    height: 60vh;
  }
  .company-counters-container h2 {
    font-size: 20px;
  }
  .company-counters-container h3 {
    font-size: 16px;
  }
  .company-counters {
    padding: 15px 0;
  }
  .company-counters ul li {
    width: 30%;
    margin-top: 15px;
  }
  .company-counters ul li strong {
    font-size: 24px !important;
  }
}

.pixelstrap .link-section h5 {
  color: #962d31;
  font-size: 16px;
}

.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: #962d31;
}

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

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

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

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

.title-bg {
  margin-top: 30px;
  background: url(../images/title-bg.png) no-repeat top center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-bg h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.example_menu ul a:hover {
  color: #962d31;
}

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

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

.contact-content {
  padding: 20px 0;
}

.contact-content h4 {
  color: #962d31;
  font-size: 24px;
  font-weight: 400;
}

.contact-content address {
  color: #000;
  margin-bottom: 15px;
  font-weight: 300;
  display: flex;
}

.contact-content address strong {
  font-weight: 600;
}

.call-us h4 {
  color: #962d31;
  font-size: 24px;
  font-weight: 900;
}

.call-us ul {
  display: flex;
}

.call-us ul li {
  margin: 5px;
}

.call-us ul li img {
  width: 60px;
  height: 60px;
}

.call-us ul li:hover img {
  filter: invert(10%) sepia(97%) saturate(4435%) hue-rotate(351deg) brightness(112%) contrast(102%);
}

@media screen and (min-width: 1100px) {
  .align-item {
    align-items: end;
  }
}

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

.fields-sec h4 {
  color: #962d31;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 17px;
}

.fields-sec .form-control {
  background-color: #f5f5f5;
  border-radius: 0px;
  padding: 7px 5px;
}

.btn-submit {
  background: #000;
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  color: #fff;
  text-align: center;
  display: flex;
  margin: 15px 0 30px;
}

.btn-submit:hover {
  background-color: #962d31;
}

.product-related h2 {
  color: #962d31;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 30px;
}

.product-right .product-buttons .btn-solid {
  padding: 10px 25px;
  background: #962d31;
  color: #fff;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.product-right .product-buttons .btn-solid:hover {
  background: #000;
}

.collection-wrapper {
  padding: 30px 0;
}

.other-views ul {
  display: flex;
  justify-content: center;
}

.other-views ul li {
  margin: 10px;
}

.other-views ul li img {
  width: 100px;
}

header.header-tools .main-menu .brand-logo img {
  height: 80px;
}

.right-menu-list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.right-menu-list li a {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.main-menu {
  width: 100%;
  align-items: center;
}

.menu-left {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .menu-left {
    width: 100%;
    flex-direction: row-reverse;
  }
}

.menu-right {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .menu-right {
    display: none !important;
  }
}

@keyframes moveBadge {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.team-wears-sec {
  position: relative;
  text-align: center;
  padding: 60px 0;
  overflow: hidden;
}

.team-wears-sec article {
  width: 80%;
  margin: 30px auto;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: 40px;
}

@media screen and (min-width: 1300px) {
  .team-wears-sec article {
    width: 50%;
    border-bottom: 1px solid #606060;
  }
}

.team-wears-sec article img {
  width: 30px;
  height: 30px;
}

.team-wears-sec article p {
  margin: 30px auto;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.animated-gif {
  position: relative;
  top: -50%;
  margin: -100px auto;
  margin-bottom: 50px;
  width: 300px;
  transform: translate(-50%, -50%);
  animation: moveBadge 6s infinite;
}

@media screen and (max-width: 840px) {
  .animated-gif {
    margin: 0 auto;
  }
}

.main-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.content-main-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-main-wrapper .content-steps {
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 840px) {
  .content-main-wrapper .content-steps {
    width: 100%;
  }
}

.content-main-wrapper .content-steps img {
  width: 100px;
  height: 100px;
  margin: 15px auto;
  display: block;
}

.content-main-wrapper .content-steps h4 {
  font-size: 18px;
  font-weight: 600;
  color: #962d31;
  margin-bottom: 10px;
}

.content-main-wrapper .content-steps p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
}

.main-title-heading h3 {
  font-family: "Anton", sans-serif;
  font-size: 17vw;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

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

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