html {
  scroll-behavior: smooth;
}

.black-btn {
  margin-top: 15px;
  border: none;
  background: #ff7734;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: "Tajawal", sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.black-btn:hover {
  background: #000;
  color: #fff;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
}

a.active, .breadcrumb-item.active {
  color: #ff7734;
}

a {
  color: #0e0e0e;
  text-decoration: none;
}

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

body {
  font-family: "Montserrat", sans-serif;
}

header {
  background: #000;
}

header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

header .logo img {
  display: block;
  margin: auto;
}

header .main-links {
  border-bottom: 1px solid #3e3e3e;
}

header .main-links .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-right: 1.2em;
  padding-left: 1.2em;
}

header .main-links .bg-dark {
  background: #000 !important;
}

header .links-area .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
}

header .links-area .nav-item .nav-link:hover {
  color: rgb(195 40 12);
}

header .links-area .navbar-nav {
  justify-content: flex-end;
  width: 100%;
}

header .products-links .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-right: 2em;
  padding-left: 2em;
}

header .products-links .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: rgb(243 50 15);
}

@media screen and (max-width: 767px) {
  header .products-links .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4em;
    padding-left: 0.4em;
  }
}

header .products-links .dropdown-menu {
  border-top: 5px solid rgb(195 40 12);
  min-width: 21rem;
  right: 0px !important;
}

header .products-links .dropdown-menu .hvr-sweep-to-right:before {
  background: rgb(195 40 12) !important;
}

@media screen and (max-width: 767px) {
  header .products-links .dropdown-menu {
    min-width: 12rem;
  }
}

header .products-links .bg-dark {
  background: #000 !important;
}

.company-history-main-wraper {
  padding-left: 60px;
  background: #fcfbf8;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper {
    padding: 5px 0 20px 20px;
  }
}

.company-history-main-wraper .col-50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .col-50 {
    width: 100%;
  }
}

.company-history-main-wraper .history-heading {
  font-size: 13vw;
  color: #e2273c;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "EB Garamond", serif;
  /* position: absolute;
  transform: translate(-50%, -50%);
  top: 25%;
  left: 50%; */
  z-index: 2;
  font-weight: 400;
}

@media screen and (max-width: 740px) {
  .company-history-main-wraper .history-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .history-heading {
    position: static;
    transform: none;
  }
}

.company-history-main-wraper .history-content-sec {
  /* padding-top: 300px; */
  background: #ffffff;
  /* margin-bottom: 120px; */
  padding-bottom: 20px;
  /* padding-left: 80px; */
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .history-content-sec {
    padding: 5px 0 20px 20px;
    margin-bottom: 20px;
  }
}

.company-history-main-wraper .history-content-sec h1 {
  font-size: 30px;
  color: #6b6b6b;
  margin-bottom: 50px;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .history-content-sec h1 {
    margin-bottom: 20px;
  }
}

.company-history-main-wraper .history-content-sec p {
  font-family: "Source Sans Pro", sans-serif;
  color: #6b6b6b;
  padding-right: 50px;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .history-content-sec p {
    padding-right: 15px;
  }
}

.company-history-main-wraper .history-content-sec p span {
  text-transform: uppercase;
  color: #e2273c;
}

.company-history-main-wraper .history-content-sec .history-discover {
  background: #74080b;
  padding: 8px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align:center;
  width: 250px;
  display: inline-block;
  margin-top: 20px;

}

.company-history-main-wraper .history-content-sec .history-discover:hover {
  background: #000;
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .history-content-sec .history-discover {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
}

.company-history-main-wraper .history-container-fluid {
  display: flex;
  background: #fff;
  padding-top: 10px;
  align-items: end;
  position: relative;
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .history-container-fluid {
    padding: 30px 0;
    flex-wrap: wrap;
  }
}

.company-history-main-wraper .history-thumbnail .swiper-slide img {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .company-history-main-wraper .history-thumbnail .swiper-slide {
    width: 100%;
  }
}

.swiper-btn-container {
  background: #ff7734;
  color: #fff;
}

.product-container-wraper {
  position: relative;
  padding-top:20px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .product-container-wraper {
    padding: 30px 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.product-container-wraper h3 {
  padding: 0px 14% 50px 10%;
  font-size: 34px;
  color: #2c2c2c;
  color: #a3a3a3;
  line-height: 45px;
  font-weight: 200;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .product-container-wraper h3 {
    padding: 30px 15px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
}

.product-container-wraper .product-thumbnail {
  position: relative;
  width: 50%;
}

.product-container-wraper .product-thumbnail img {
  position: absolute;
  bottom:-400px;
  right: 0px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-container-wraper .product-thumbnail img {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .product-container-wraper .product-thumbnail {
    width: 100%;
  }
  .product-container-wraper .product-thumbnail img {
    position: static;
  }
}

.video-section h5 {
  font-size: 15vw;
  color: #ff7734;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "EB Garamond", serif;
  font-size: 7vw;
  padding-left: 10%;
  margin-bottom: 45px;
}

@media screen and (max-width: 740px) {
  .video-section h5 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .video-section h5 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

.categories-main-wraper {
  padding: 200px 0;
  background: #fbfaf7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fbfaf7 0%, #fbfaf7 59%, #fbfaf7 60%, #ffffff 60%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fbfaf7 0%, #fbfaf7 59%, #fbfaf7 60%, #ffffff 60%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fbfaf7 0%, #fbfaf7 59%, #fbfaf7 60%, #ffffff 60%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

@media screen and (max-width: 767px) {
  .categories-main-wraper {
    padding: 20px 0;
  }
}

.categories-main-wraper .vertical-heading {
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #000;
  font-size: 30px;
  margin-bottom: 100%;
}

@media screen and (max-width: 767px) {
  .categories-main-wraper .vertical-heading {
    transform: none;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.categories-main-wraper .categories-desciption-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.swiper-pagination-fraction.categories-pagination {
  left: -58% !important;
}

.swiper-button-prev.categories-prev {
  left: -12% !important;
  right: auto !important;
}

.swiper-button-next.categories-next {
  left: -8% !important;
  right: auto !important;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-fraction.categories-pagination {
    left: 0% !important;
  }
  .swiper-button-prev.categories-prev {
    left: 14% !important;
    right: auto !important;
  }
  .swiper-button-next.categories-next {
    left: 30% !important;
    right: auto !important;
  }
}

.news-section {
  padding: 80px 0;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .news-section {
    padding: 30px 0;
  }
}

.news-content {
  position: relative;
  right: -90px;
  z-index: 1;
  top: 3px;
}

@media screen and (max-width: 1024px) {
  .news-content {
    position: static;
    right: 0px;
  }
}

.news-content h4 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 140px;
  color: #ff7734;
  text-transform: capitalize;
}

@media screen and (max-width: 800px) {
  .news-content h4 {
    font-size: 60px;
  }
}

@media screen and (max-width: 500px) {
  .news-content h4 {
    font-size: 20px;
  }
}

.news-content .news-wraper {
  background: #f4f3ee;
  padding: 50px 70px;
}

@media screen and (max-width: 1024px) {
  .news-content .news-wraper {
    padding: 15px;
    margin-bottom: 15px;
  }
}

.news-content .news-wraper p {
  color: #191919;
  font-size: 15px;
}

.news-content .news-wraper strong {
  color: #ff7734;
  font-size: 30px;
}

.slider-div {
  display: flex;
  align-items: center;
}

.slider-div .news-content {
  width: 45%;
}

.slider-div .news-thumbnail {
  width: 55%;
}

@media screen and (max-width: 540px) {
  .slider-div {
    display: flex;
    flex-direction: column;
  }
  .slider-div .news-content {
    width: 100%;
  }
  .slider-div .news-thumbnail {
    width: 100%;
  }
}

.events-thumbnail {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 740px) {
  .events-thumbnail {
    width: 100%;
  }
}

.news-heading {
  font-size: 35px;
  color: #e2273c;
  font-weight: 900;
  padding-left: 8%;
  font-size: 15vw;
  color: #e2273c;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "EB Garamond", serif;
  font-size: 120px;
  font-weight: 300;
  margin-bottom: 0px;
}

@media screen and (max-width: 740px) {
  .news-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 740px) {
  .news-heading {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.news-events-main-wraper {
  display: flex;
  flex: row;
  flex-flow: wrap;
  margin-top: 10px;
}

.news-events-main-wraper h4 {
  font-size: 35px;
  color: #000;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .news-events-main-wraper h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

.event-contents-wraper {
  width: 50%;
  padding: 10px;
  background: #f4f3ee;
}

.event-contents-wraper h4 {
  color: #d70035;
  font-size: 24px;
  margin-bottom: 15px;
}

.event-contents-wraper p {
  font-size: 16px;
  color: #535353;
}

@media screen and (max-width: 740px) {
  .event-contents-wraper {
    width: 100%;
  }
}

footer {
  background: #000;
  margin-top: 30px;
  padding: 30px 0 0;
}

.footer-logo-row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 740px) {
  .footer-logo-row {
    flex-direction: column;
  }
}

.footer-logo-row .footer-logo {
  text-align: center;
  justify-content: center;
}

.footer-logo-row a {
  color: #fff;
}

.footer-logo-row .dropdown-menu {
  background: #444040;
}

.footer-logo-row .footer-lang {
  width: 25%;
}

.footer-logo-row .footer-lang ul {
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 740px) {
  .footer-logo-row .footer-lang {
    width: 100%;
    margin-top: 25px;
    display: none;
  }
}

.footer-column {
  padding: 25px 0;
}

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

.footer-column .social-media {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-column .social-media li {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.footer-column .social-media li a {
  color: #000;
  font-size: 18px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  display: block;
}

.footer-column .social-media li:hover {
  background: #ff7734;
  cursor: pointer;
}

.footer-column .social-media li:hover a {
  color: #fff;
}

.footer-column ul {
  display: flex;
  flex-direction: column;
}

.footer-column ul li {
  line-height: 28px;
}

.footer-column ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-column ul li a:hover {
  color: #e2273c;
}

.footer-bottom-sec {
  margin-top: 30px;
  border-top: 1px solid #585858;
  padding: 30px 0;
}

.footer-bottom-sec .news-letter-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-bottom-sec .news-letter-sec {
    flex-direction: column;
  }
}

.footer-bottom-sec .sign-up-sec {
  width: 45%;
}

.footer-bottom-sec .sign-up-sec h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.footer-bottom-sec .sign-up-sec p {
  color: #ddd;
}

@media screen and (max-width: 767px) {
  .footer-bottom-sec .sign-up-sec {
    width: 100%;
  }
}

.footer-bottom-sec .sign-up-fields {
  width: 55%;
  background: #161616;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer-bottom-sec .sign-up-fields {
    width: 100%;
  }
}

.footer-bottom-sec .sign-up-fields .email-field {
  background: #161616;
  padding: 0 5px;
  width: 80%;
  border: none;
  color: #fff;
}

.footer-bottom-sec .sign-up-fields .email-field:focus, .footer-bottom-sec .sign-up-fields .email-field:active {
  border: none;
  box-shadow: none;
  outline: none;
}

.footer-bottom-sec .sign-up-fields .submit-btn {
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: transparent;
  font-weight: bold;
}

.footer-bottom-sec .sign-up-fields .submit-btn:hover {
  color: #ff7734;
}

.footer-bottom-sec .sign-up-fields .submit-btn:focus {
  outline: none;
}

.copy-right-sec {
  padding: 30px 0;
  border-top: 1px solid #585858;
  display: flex;
}

.copy-right-sec .col-md-10 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copy-right-sec .col-md-10 p {
  color: #ddd;
}

.copy-right-sec .col-md-10 p a {
  color: #ff7734;
}

.copy-right-sec .col-md-10 p a:hover {
  color: #fff;
}

.breadcrumb {
  background: transparent;
}

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

.main,
.sidebar {
  padding: 15px;
  background-color: #fff;
}

.main {
  height: 180vh;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: 100vh;
}

.main-product-container {
  display: flex;
  flex-wrap: wrap;
}

.main-product-container nav {
  margin: 10px auto;
  display: block;
}

.main-product-container nav .page-link {
  color: #ff7734;
}

.main-product-container .product-container {
  width: 31%;
  margin-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.main-product-heading {
  font-size: 15vw;
  color: #e2273c;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 40px;
}

@media screen and (max-width: 740px) {
  .main-product-heading {
    font-size: 30px;
  }
}

.sidebar-cat-heading-name {
  font-size: 15vw;
  color: #e2273c;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 40px;
}

@media screen and (max-width: 740px) {
  .sidebar-cat-heading-name {
    font-size: 30px;
  }
}

.pro-main-wraper .feature-pro-sec li {
  width: 325px;
}

.feature-pro-sec li {
  width: 400px;
  height: 470px;
  float: left;
  box-sizing: border-box;
}

.feature-pro-sec li a {
  margin-left: 10px;
  display: block;
}

.feature-pro-sec li .pro-img {
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  height: 370px;
  padding-top: 15px;
}

.feature-pro-sec li .pro-img:before {
  content: url("../images/magnifie.png");
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.feature-pro-sec li .pro-img:hover {
  border-color: #ff7734;
}

.pro-detail-bottom {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px;
  width: 100%;
}

.pro-detail-bottom h2 {
  color: #6b6b6b;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

.pro-detail-bottom span {
  color: #ff7734;
}

.detail-product-main-container {
  padding: 50px 0;
  background: #fbfaf7;
}

.detail-product-main-container .large-view-wraper h1 {
  font-size: 35px;
  color: #e2273c;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .detail-product-main-container .large-view-wraper h1 {
    font-size: 20px;
  }
}

.detail-product-main-container .large-view-wraper .other-views ul {
  display: flex;
  flex-wrap: wrap;
}

.detail-product-main-container .large-view-wraper .other-views ul li {
  margin: 10px 10px 10px 0;
  width: 100px;
}

.detail-product-main-container .large-view-wraper .other-views ul li img {
  max-width: 100%;
}

.detail-product-main-container .large-view-wraper .mz-lens {
  width: 200px !important;
  height: 200px !important;
}

.product-desc-wraper p.stock-text {
  font-size: 25px;
  padding-top: 15px;
}

.product-desc-wraper .black-btn {
  background-color: #000;
  font-weight: 900;
  border-radius: 5px;
}

.des-row {
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
}

.quantity {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quantity .numbers-div {
  width: 150px;
  position: relative;
}

.quantity .numbers-div strong {
  font-size: 18px;
  display: block;
  color: #ff7734;
  margin-top: 15px;
}

.quantity p {
  padding-right: 10px;
}

.inquiry-btn {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}

.quantity input {
  width: 80px;
  height: 50px;
  line-height: 1.65;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #ff7734;
  text-align: center;
  left: 50px;
  font-size: 20px;
}

.quantity input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.quantity-nav {
  position: relative;
  height: 42px;
  width: 150px;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 25px;
  right: -24px;
  border: 1px solid #ff7734;
  top: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 24px;
  padding-left: 6px;
}

.quantity-button.quantity-down {
  position: absolute;
  left: 25px;
  height: 50%;
  border: 1px solid #ff7734;
  top: 27%;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 5px 0 10px 6px;
  height: 26px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 25px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 25px;
}

.inquiry-btn-large {
  width: 60%;
  padding: 10px 20px;
  padding: 10px 20px;
  background: #e2273c;
  color: #fff;
  text-transform: uppercase;
  border: none;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.inquiry-btn-large:hover {
  background: #000;
}

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

.main-categories-container .cats-heading {
  width: 32%;
  color: #fff;
  padding: 0px;
  margin: 10px 0;
}

.main-categories-container .cats-heading h2 {
  font-size: 22px;
  text-transform: capitalize;
}

.main-categories-container .cats-heading a {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  display: block;
  background: #000;
}

.contactus-content h4 {
  font-size: 35px;
  color: #000;
  font-weight: 900;
  margin-bottom: 50px;
}

.contactus-content h1 {
  font-size: 16px;
  color: #ff7734;
}

.contactus-content address {
  font-size: 16px;
  color: #000;
}

.contactus-content .contactus-inner-contents strong {
  color: #ff7734;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.contactus-content .contactus-inner-contents address {
  margin-top: 15px;
}

.contactus-content .contactus-inner-contents ul.contact-social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.contactus-content .contactus-inner-contents ul.contact-social-links li {
  margin-top: 15px;
  width: 30px;
  height: 30px;
  background: #ff7734;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  border-radius: 100%;
  margin-right: 10px;
}

.contactus-content .contactus-inner-contents ul.contact-social-links li a {
  color: #fff;
  padding-top: 3px;
  display: block;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.contactus-content .contactus-inner-contents ul.contact-social-links li:hover {
  background: #000;
}

.contactus-content .contact-fields-wraper {
  margin-top: 120px;
}

.contactus-content .contact-fields-wraper .form-control {
  background: #f1fcf0;
  border: none;
  border-radius: 0px;
}

.contactus-content .contact-fields-wraper label {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.contactus-content .contact-fields-wraper .send-btn {
  background-color: #ff7734;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
}

.contactus-content .contact-fields-wraper .send-btn:hover {
  background-color: #000;
}

.pagination li{
        display: inline-block !important;
}
.swiper-cats, .swiper-news {
  overflow: hidden;
}
.catalog-col {
  margin-bottom:20px;
}
.catalog-col .pdf-btn {
background:#ff7734 !important;
margin-bottom:20px;
}


.swiper-container-feature {
  overflow: hidden;
  position: relative;
  /* border:1px solid red; */

}
.feature-pro {
  border:1px solid #ddd;
  padding:15px;
  margin:10px;
}
.feature-pro:hover {
  border:1px solid #ff7734;
}
.feature-heading{
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 45px;
    color:#212529;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: "EB Garamond", serif;
    z-index: 2;
    font-weight: 400;
    text-align: center;
  
}
.feature-pro .pro-img {
  text-align: center;
  max-width:100%;
  margin-bottom:15px;
}
.carousel-item {
    transition: -webkit-transform .3s ease-in-out !important;
    transition: transform .3s ease-in-out !important;
    transition: transform .3s ease-in-out !important;
}
@media screen and (max-width:576px) {
  
    header .products-links .bg-dark {
      background:#ff7734 !important;
      margin:10px 0;
  }
  .feature-section img {
    margin-top:10px;
  }
  .swiper-wrapper {
    height:280px;
  }
  .swiper-wrapper .swiper-slide img {
    width:100%;
  }
}

@media screen and (max-width:768px) {
  
  header .products-links .bg-dark {
    background:#ff7734 !important;
    margin:10px 0;
}
.feature-section img {
  margin-top:10px;
}
.swiper-wrapper {
  height:400px;
}
.swiper-wrapper .swiper-slide img {
  width:100%;
}
}


/* New Style */
.large-categories {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .large-categories {
    flex-direction: column;
  }
}

.large-categories .cat-wraper {
  width: 49.5%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .large-categories .cat-wraper {
    width: 98%;
  }
}

.large-categories .cat-wraper img {
  transition: all 8s;
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  -ms-transition: all 8s;
}

.large-categories .cat-wraper:hover img {
  transform: scale(1.4);
}

.small-categories {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.small-categories .cat-wraper-small {
  width: 32.6%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 990px) {
  .small-categories .cat-wraper-small {
    width: 49%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 640px) {
  .small-categories .cat-wraper-small {
    width: 98%;
  }
}

.small-categories .cat-wraper-small img {
  transition: all 8s;
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  -ms-transition: all 8s;
}

.small-categories .cat-wraper-small:hover img {
  transform: scale(1.4);
}

.cat-wraper-small {
  overflow: hidden;
}

.feature-swiper-pro {
  padding: 40px 0;
}

.feature-swiper-pro .feature-heading {
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

.main-content-section {
  overflow: hidden;
}

/*.promo-banner-parallex {*/
/*  padding-top: 70px;*/
/*  width: 100%;*/
/*  height: 90vh;*/
/*  background: url(../images/promo-banner.jpg) fixed no-repeat center center;*/
/*  background-size: cover;*/
/*}*/

.promo-banner-parallex {
    padding-top: 70px;
    width: 100%;
    height: 90vh;
    background: url(../images/promo-banner.jpg) fixed no-repeat center center;
    background-size: contain;
}

.swiper-container1 {
  overflow: hidden;
}

.main-footer-sec {
  padding: 60px 0 10px;
  color: #000;
  background: #f9f9f9;
}

.main-footer-sec .footer-logo-sec {
  color: #000;
  line-height: 18px;
  margin-bottom: 20px;
}

.main-footer-sec .footer-logo-sec .footer-logo {
  margin-bottom: 25px;
}

.main-footer-sec .footer-logo-sec h1 {
  font-size: 18px;
  text-transform: uppercase;
}

.main-footer-sec .footer-logo-sec address {
  font-size: 16px;
}

.main-footer-sec .footer-logo-sec address i {
  display: inline-block;
  width: 30px;
  font-size: 20px;
  text-align: left;
}

.main-footer-sec .footer-logo-sec address i.fa-whatsapp {
  color: #0e975b;
}

.main-footer-sec .footer-links {
  margin-top: 15px;
}

.main-footer-sec .footer-links h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
  margin-bottom: 20px;
}

.main-footer-sec .footer-links strong {
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
}

.main-footer-sec .footer-links ul li {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.main-footer-sec .footer-links ul li a:hover {
  color: #035fff;
  padding-left: 10px;
}

.main-footer-sec .footer-links ul li h2 {
  font-size: 18px;
  font-weight: 400;
}

.main-footer-sec .footer-links .news-letter-field {
  border: none;
  color: #000;
  border-bottom: 1px solid #475468;
  background: transparent;
  width: 71%;
  padding: 5px 10px;
}

.main-footer-sec .footer-links .news-letter-field:focus {
  outline: none;
  border: none;
}

.main-footer-sec .footer-links .submit {
  width: 27%;
  background: transparent;
  border: 1px solid #035fff;
  color: #000;
  padding: 5px 10px;
}

.main-footer-sec .footer-links .submit:hover {
  background: #035fff;
  color: #000;
}

.main-footer-sec .copy-right {
  margin-top: 25px;
}

.main-footer-sec .copy-right p {
  margin-bottom: 5px;
}

.main-footer-sec .copy-right a {
  color: #035fff;
}

.main-footer-sec .copy-right a:hover {
  color: #000;
}


.discover-now {
  border: 2px solid #fff;
  width: 190px;
  height: 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  color: #fff;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.discover-now i.fa {
  margin-left: 15px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.discover-now:hover {
  border-color: #035fff;
  color: #035fff;
  text-decoration: none;
}

.discover-now:hover i.fa {
  margin-left: 25px;
}


.product-wraper .pro-info {
  padding-left: 10px;
}

.product-wraper .pro-info h2 {
    font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
}

.product-wraper:hover a {
  color: #1b2534;
}

.page-link:hover {
  color: #000;
}

.page-link {
  color: #000;
}