/*----GANERAL----*/

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-size: 15px;
}

::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #c20b09 100%);
  height: 200px;
  border-radius: 2px;
}



.h-100 {
  height: 100%;
}

.text-theme {
  color: #c20b09 !important;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none !important;
}

.reveal {
  position: relative;
  transform: translateY(110px);
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.sub-head {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;

}

.main-head-div {
  display: grid;

}

.pt-top {
  padding-top: 120px !important;
}

.main-head {
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;
  margin-top: 8px;
}

.view-more {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 6px 10px 6px 6px;
  border-radius: 30px;
  color: #c20b09;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 15px;
  gap: 5px;
}

.view-more i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #c20b09;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
}

.navbar-brand {
  width: 270px;
}



.navbar-active {
  background: #fff;
}



.navbar {
  margin-top: 20px;
  padding: 0 !important;
  transition: .5s ease-in-out;

}

.navbar .container {
  background: #fff;
  border-radius: 15px;
  transition: .5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding-block: 5px;
}

.navbar-active.navbar {
  margin-inline: 0px;
  margin-top: 0px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.navbar-active .container {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.navbar .navbar-nav button {
  background: #c20b09;
  color: #fff;
  text-transform: uppercase;

}

.nav-link {
  color: #000 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}

.link-active {
  color: #c40000 !important;
  font-weight: bold!important;
}


.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);

}

.website-quick-links a {
  background: #c20b09;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.website-quick-links a i {
  color: #fff;
  font-size: 22px;
}

.d-padding {
  padding-block: 70px;
}

/* ------------------------------- */
.custom-input {
  border: 1px solid #f1bcbc;
  border-radius: 6px;
  font-size: 15px;
  padding: 10px 14px;
  color: #333;
}

.custom-input::placeholder {
  color: #aaa;
  font-weight: 400;
}

.custom-input:focus {
  border-color: #dc3545;
  box-shadow: none;
}

.form-label {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 13px;
}

.btn-danger {
  background-color: #e60000;
  border-color: #e60000;
}

.btn-danger:hover {
  background-color: #c40000;
  border-color: #c40000;
}

.btn-theme{
    background: #c40000;
    border-color: #c40000;
    color: #fff;
}

.btn-theme:hover{
    background: #c4000090!important;
    border-color: #c4000090!important;
    color: #fff;
}

.nav-modal .modal-dialog {
  max-width: 45% !important;
  margin-right: auto;
  margin-left: auto;
}

.nav-modal .modal-header button {
  position: absolute;
  top: 4%;
  right: 4%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
}

.nav-modal .modal-content {
  padding: 20px;
}

.nav-modal .modal-header {
  border: none !important;
  padding: 0 !important;
}

.nav-modal .modal-body {
  padding: 0 !important;
}

.nav-modal input {
  border: 1px solid #fadfdf;
}

.nav-modal textarea {
  border: 1px solid #fadfdf;
}

.nav-modal select {
  border: 1px solid #fadfdf;
}

.nav-modal input::placeholder {
  font-size: 14px;
}

.nav-modal textarea::placeholder {
  font-size: 14px;
}

/* ----------------------------------- */


#productPrevImage{
    position: absolute;
    left: 0;
    top: 0px;
    border: none;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 10px;
    font-size: 20px;
    height: 15% !important;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8437221324076506) 19%, rgba(255, 255, 255, 0) 96%);
}

#productNextImage{
    position: absolute;
    bottom: 0;
    left: 0px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    font-weight: bolder;
    font-size: 20px;
    height: 15% !important;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8437221324076506) 19%, rgba(255, 255, 255, 0) 96%);
}

.banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: end;
}

.banner-image-div {
  position: absolute;
  width: 100%;
}

.banner-section .carousel-item video {
  width: 100%;
  /* border-radius: 15px; */
  object-fit: cover;
  filter: brightness(0.5);
  height: 100vh;
}

.banner-section .container {
  position: relative;
  z-index: 2;
}

.banner-head-div {
  display: flex;
  flex-direction: column;
}

.banner-head-div a {
  width: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 500;
}

.banner-head-div a i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #c20b09;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.banner-head {
  font-family: "Bebas Neue", sans-serif;
  font-size: 105px;
  line-height: 110px;
  color: #fff;
  text-transform: uppercase;
}

.banner-head span {
  background: #c20b0978;
  color: #fff;
  transform: rotate(-2deg);
  padding-inline: 20px;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;

}

.banner-carousel-button {
  display: flex;
  align-items: end;
  height: 100%;
  justify-content: end;
  gap: 8px;
}

.banner-carousel-button button {
  border: none;
  background: #6c6c6c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.banner-carousel-button button i {
  color: #fff;
  font-size: 20px;
}


/* .h-product-slider {
  display: flex;
  overflow-x: scroll;
  gap: 15px;
}

.h-product-slider::-webkit-scrollbar {
  display: none;
} */

#blog_carousal .slick-track, #blog_carousal .slick-slide, #blog_carousal .slick-slide > div:first-child, #blog_carousal .slick-slide a, .h-product-slider .slick-track, .h-product-slider .slick-slide, .h-product-slider .slick-slide > div:first-child, .h-product-slider .slick-slide a{
    height: 100%!important;
}

.h-product-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.h-product-slider::-webkit-scrollbar {
  display: none;
}

.h-product-slider .home-category-card {
  margin: 0 5px;
  height: 100%;
}


.home-category-card {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
}

.home-category-card img {
  width: 50px;
  height: 55px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(75%) sepia(4%) saturate(97%) hue-rotate(349deg) brightness(85%) contrast(86%);
}

.home-category-card p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
}

.home-category-card small {
  font-weight: normal;
  font-size: 12px;
  line-height: 10px;
}

.home-category-card.active img{
  filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(4457%) hue-rotate(356deg) brightness(88%) contrast(99%);
}

.home-category-card.active small{
  color: #c20b09;
}

.home-category-card:hover img{
  filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(4457%) hue-rotate(356deg) brightness(88%) contrast(49%)!important;
}

.home-category-card:hover small{
  color: #aa4243!important;
}

.home-product-arrow span {
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home-product-arrow span i {
  font-size: 18px;
}

.product-card .image-div {
  position: relative;
}

.product-card .image-div img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.product-card {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;

}

.product-card .image-div span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 12px;
}

.product-card .head-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.product-card .head-div h5{
  font-size: 16px;
  font-weight: 600;
}

.product-card .head-div span {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
}

.product-card .more-detail {
  width: 100%;
  display: flex;

}

.product-card .more-detail .one {
  width: 50%;
  background: #c40000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}


.product-card .more-detail i {
  color: #fff;
}

.product-card .more-detail .two {
  width: 50%;
  background: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;

}

.filter-container {
  padding: 20px;
}

.product-filter-div {
  display: flex;
  justify-content: end;
}

.product-filter-div .down-button {
  border: 1px solid #e7e7e7;
  padding: 4px 10px 4px 4px;
  border-radius: 30px;
  color: #c20b09;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.product-filter-div .down-button span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c40000;
}

.product-filter-div .down-button span i {
  color: #fff;
  line-height: 0;
}

.product-view-image{
    aspect-ratio: 5/4;
}

.product-view-image img {
  width: 100%;
  border-radius: 16px;
}

.product-view-image-more img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 110px;
}

.product-view-image-more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.h-service-section {
  position: relative;
}

.related-product-section {
  margin-top: 60px;
}

.related-product-head h3 {
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}

.related-product-button {
  display: flex;
  justify-content: end;
}

.home-product-arrow {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.product-category-div .row .one {
  width: 5% !important;
}

.product-category-div .row .two {
  width: 90% !important;
}

.h-service-section .overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(225, 40, 38, 1), transparent);
  width: 100%;
  height: 100%;
}

.service-section .h-service-card {
  background: #fafafa;
  border: 1px solid #e6e6e6;
}

.home-service-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-service-section .container {
  position: relative;
}

.view-more-div {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.h-service-card {
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h-service-card.one {
  padding: 20px;
}

.h-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-service-card .head span {
  font-size: 55px;
  font-family: "Space Grotesk", sans-serif;
  line-height: normal;
}

.h-service-card .head h5 {
  font-weight: bold;

}

.product-enquiry-section {
  position: relative;
}

.product_enquiry_image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
  object-position: bottom;
}

.product-enquiry-section .container {
  position: relative;
}

.product-enquiry-div p {
  color: #fff;
  margin-top: 60px;
}


.product-enquiry-count {
  width: 330px;
  height: 230px;
  background: #ff00006b;
  position: relative;
  padding: 50px;
  border-radius: 16px;
  overflow: hidden;
  margin-left: auto;
}

.product-enquiry-count img {
  position: absolute;
  top: 0;
  right: 0;
}

.product-enquiry-count span {
  font-size: 80px;
  line-height: 95px;
  color: #fff;
  font-weight: bold;
}

.product-enquiry-count h5 {
  color: #fff;
}

.blog-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d2d2d2;

}

.blog-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.blog-card .head {
  background: #f5f5f5;
  padding: 20px;
  position: relative;
}

.blog-card .head span {
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px;
}

.blog-card .head .date {
  width: fit-content;
  position: absolute;
  right: 0;
  top: -65px;
  display: flex;
  flex-direction: column;
}

.blog-card .head .date p {
  background: #c20b09;
  margin-bottom: 0;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  color: #fff;
  width: 100%;
}

.blog-card .head p{
    height: 70px;
    overflow-y: scroll;
    margin-right: 10px;
}

.blog-card .head p::-webkit-scrollbar {
  background: transparent;
  width: 4px;;
}

.blog-card .head p::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #c20b09 100%);
  height: 10px;
  border-radius: 2px;
}

.blog-card .head .date small {
  background: #000;
  color: #fff;
  padding: 5px;
}

.testimonial-section {
  background: #f7f7f7;
}

.testi-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}

.testi-card .img-div img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-card .img-div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testi-card .img-div .head {
  display: flex;
  flex-direction: column;
}

.testi-card .img-div .head span {
  font-weight: bold;
}

.testi-card .img-div .head small {
  color: gray;
  font-size: 13px;
}


.footer-section {
  background: #f9f9f9;
}

.footer-link {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.footer-link a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  gap: 10px;
}

  .h-service-card p{
    height: 175px;
    overflow-y: scroll;
    padding-right: 10px;
  }

.h-service-card p::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}

.h-service-card p::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #c20b09 100%);
  height: 20px;
  border-radius: 2px;
}

.footer-social a {
  background: #f5f5f5;
  padding: 5px 15px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}

.foore-add-call {
  display: flex;
  flex-direction: column;
}

.foore-add-call span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.foore-add-call a {
  color: #000;
}

/* ------------------------- */

.about-banner-div {
  display: grid;
}

.about-banner-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  object-position: bottom;
}

.about-banner-head {
  font-family: "Space Grotesk", sans-serif;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-banner-head span {
  background: #c20b09;
  color: #fff;
  transform: rotate(-2deg);
  padding-inline: 20px;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
}

.banner-para-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-content-div {
  margin-top: 60px;
}

.about-count {
  background: #c40000;
  width: 50%;
  border-radius: 16px;
}

.about-count img {
  text-align: end;
  margin-left: auto;
}

.about-count .num {
  padding-inline: 25px;
  padding-bottom: 25px;
  margin-top: 15px;
}

.about-count .num span {
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  line-height: 110px;
}

.about-count .num h6 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.about-count-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.about-count-section {
  position: relative;
}


.about-count-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-count-section .container {
  position: relative;
}

.about-count-card span {
  font-size: 60px;
  font-weight: bold;
}

.about-count-card {
  background: #fff;
  padding: 40px;
}

.experience-box {
  position: relative;
  padding-top: 15px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.experience-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 10px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: skewX(45deg);
  transform-origin: right;
}

.mission-vision-div {
  margin-inline: 15px;
}

.mission-div {
  height: 100%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.mission-div li {
  font-size: 15px;
}

.mission-vision-div .col-lg-4 {
  padding: 0;
}

.mission-div .num {
  background: #f7f7f7;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-right: 0;
}

.mission-div .num span {
  color: #c40000;
  font-size: 30px;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
}

.mission-div .head {
  padding: 15px;
}

.mission-div .head p {
  height: 160px;
}

.mission-div .head h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
}

.blog-view-section {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: end;
}

.blog-view-section .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.5);
}

.blog-view-section .container {
  position: relative;
}

.blog-view-head .date span {
  color: #fff;
  text-transform: uppercase;
}

.blog-view-head .date .cat {
  border: 1px solid #fff;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 14px;
}

.contact-add-div {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.contact-add-div .one {
  width: 50%;
  background: #c20b09;
  padding: 40px;
}

.contact-add-div .two {
  width: 50%;
  padding: 40px;
  background: #f7f7f7;
}

.contact-add-div .two a {
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-add-div .two .num {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.contact-add-div .two .mail {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.contact-add-div .one span {
  color: #fff;
  font-size: 16px;
}

.contact-add-div .one p {
  color: #fff;
}

.contact-add-div .two {
  width: 50%;
}

.contact-image .image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}

.contact-form {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 25px;
  border-radius: 16px;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 16px;
}

.h-about-button {
  display: flex;
  justify-content: end;
}


.slide{
    height: 100%;
}
/* ----------------------------------- */


@media only screen and (max-width: 767px) {
    
    .banner-section .container{
            position: absolute!important;
            top: 50%!important;
            transform: translateY(-50%)!important;
    }
    
    .home-category-card{
            display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    text-align: center!important;
    }
    
    #productPrevImage{
    left: 0!important;
    top: 0px!important;
    width: 15% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8437221324076506) 19%, rgba(255, 255, 255, 0) 96%)!important;
}

#productNextImage{
    top: 0!important;
    right: 0px!important;
    left: auto!important;
    height: 100% !important;
    width: 15% !important;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8437221324076506) 19%, rgba(255, 255, 255, 0) 96%)!important;
}
    
    .product-card .image-div span {
        display: none;
    }

  .search-bar{
    width: 75%!important;
    margin-inline: auto;
  }

  .footer-social {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 15px;
  }

  .nav-modal .modal-dialog {
    max-width: 95% !important;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-nav {
    text-align: center;
  }

  .footer-logo {
    width: 290px;
  }

  .h-blog-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .about-count-card {
    text-align: center;
  }

  .about-banner-image img {
    height: 320px;
  }

  .experience-box::before {
    width: 100%;
  }

  .about-content-div {
    margin-top: 0;
  }

  .navbar {
    margin-inline: 3%;
  }

  .h-about-para {
    text-align: center;
  }

  .view-more-div {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 5px;
  }

  .blog-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

  .banner-head {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .about-banner-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
  }

  .banner-head br {
    display: none;
  }

  .banner-head-div a {
    width: fit-content;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 10px;
    border-radius: 10px;
    font-weight: 500;
    gap: 10px;
    font-size: 15px;
    margin-inline: auto;
  }

  .banner-carousel-button button {
    border: none;
    background: #6c6c6c;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .banner-carousel-button {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
  }

  .sub-head {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
  }

  .banner-para-div p {
    text-align: justify;
  }

  .view-more i {
    width: 30px;
    height: 30px;
  }

  .main-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 8px;
  }

  .main-head-div {
    display: grid;
    text-align: center;
  }

  .h-service-card {
    height: 330px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .h-service-card p{
    height: 140px;
    overflow-y: scroll;
  }

  .product-enquiry-div p {
    color: #fff;
    margin-top: 10px;
  }

  .product-enquiry-div a {
    margin-inline: auto;
    margin-bottom: 10px;
  }

  .product-enquiry-count {
    margin-inline: auto;
  }

  .footer-logo-div p {
    text-align: center;
  }

  .footer-link {
    display: flex;
    justify-content: end;
    flex-flow: wrap;
    gap: 15px;
    justify-content: center;
  }

  .service-para-div {
    text-align: center;
  }

  .foore-add-call {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
  }

  .about-count {
    background: #c40000;
    width: auto;
    border-radius: 16px;
    margin-top: 15px;
  }

  .banner-para-div .view-more {
    margin-inline: auto;
    margin-top: 15px;
  }

  .about-content-para {
    text-align: center;
  }

  .about-content-para p {
    text-align: justify;
  }

  .product-filter-div .down-button span {
    width: 30px;
    height: 30px;
  }

  .product-filter-div {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .footer-social a span{
    display: none;
  }

  .navbar-brand {
    width: 199px;
  }

  .product-card .more-detail .one,   .product-card .more-detail .two{
      width: 100%!important;
  }

  .product-card .head-div{
    flex-wrap: wrap!important;
    justify-content: center!important;
    gap: 7px!important;
  }

  .product-card .more-detail{
    flex-wrap: wrap!important;
  }

  .product-card .image-div img{
    height: 150px!important;
  }

  .navbar .navbar-nav button {
    background: #c20b09;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .contact-add-div {
    flex-direction: column;
  }

  .contact-add-div .one {
    width: 100%;
    padding: 35px;
  }

  .contact-add-div .two {
    width: 100%;
    padding: 35px;
  }

  .contact-add-div .one p {
    color: #fff;
    margin-bottom: 0;
  }

  .pt-top {
    padding-top: 70px !important;
  }

  .h-about-para {
    text-align: center;
  }

  .h-about-button {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }

  .product-view-image-more img {
    margin-top: 20px;
    height: 80px;
    object-fit: cover;
  }

  .related-product-head {
    text-align: center;
  }

  .related-product-button {
    display: flex;
    justify-content: center;
  }

  .blog-para-div {
    text-align: center;
  }

  .blog-view-head {
    text-align: center;
  }

  .main-head-div.w-75 {
    width: 100% !important;
  }

  .mission-div .head p {
    height: auto;
  }

  .product-category-div .row .one {
    width: 20% !important;
  }

  .product-category-div .row .two {
    width: 100% !important;
  }
}

@media only screen and(min-width: 769px){
  .w-md-100{
    width: 100%!important;
  }

  .w-md-75{
    width: 75%!important;
  }

  .w-md-50{
    width: 50%!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .banner-head {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
  }

  .main-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: 8px;
  }

  .h-service-card {
    height: 385px;
  }

  .product-enquiry-div p {
    color: #fff;
    margin-top: 10px;
  }

  .main-head-div.w-75 {
    width: 100% !important;
  }

  .sub-head {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .main-head-div {
    display: grid;
    text-align: center;
  }

  .view-more {
    margin-inline: auto;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar .navbar-nav button {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .foore-add-call {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
  }

  .footer-link {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .footer-social {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
  }

  .footer-logo-div {
    text-align: center;
  }

  .about-banner-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .about-banner-head br {
    display: none;
  }

  .footer-by {
    text-align: center;
  }

  .mission-div .head p {
    height: auto;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-head {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
  }

  .navbar-brand {
    width: 200px;
  }

  .nav-link {
    color: #000 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 14px !important;
  }

  .main-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: 8px;
  }

  .navbar .navbar-nav button {
    background: #c20b09;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
  }

  .about-banner-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .sub-head {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .mission-div .head p {
    height: 275px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-head {
    font-family: "Bebas Neue", sans-serif;
    font-size: 75px;
    line-height: 85px;
    color: #fff;
    text-transform: uppercase;
  }

  .main-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    text-transform: uppercase;
    margin-top: 8px;
  }

  .sub-head {
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }

  .about-banner-head {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .about-count-card span {
    font-size: 50px;
    font-weight: bold;
  }

  .mission-div .head p {
    height: 210px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .banner-head {
    font-family: "Bebas Neue", sans-serif;
    font-size: 85px;
    line-height: 100px;
    color: #fff;
    text-transform: uppercase;
  }

  .main-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 8px;
  }

  .sub-head {
    font-size: 15px;
  }

  .h-service-card {
    height: 400px;
  }

  .about-banner-head {
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .nav-link {
    font-size: 15px !important;
  }

  .navbar .navbar-nav button {
    font-size: 15px;
  }

  .mission-div .head p {
    height: 210px;
  }
}

@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1640px !important;
  }
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}

.pagination a {
    padding: 5px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #000;
}

.pagination a:hover{
  background-color: #e8918f;
}

.pagination a.active{
  background-color: #c20b09;
  color: #fff;
}

.search-bar{
  position: relative;
  width: 50%;
}

.search-bar input{
  outline: none;
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  padding: 8px 15px;
}

.search-bar button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  width: 35px;
  height: 35px;
  background-color: #c40000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  border-radius: 50%;
  border: none;
}

.search-bar button i {
  color: #fff;
}

.text-justify{
  text-align: justify!important;
}