* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #152a35;
  color: #fff;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  max-width: 100vw;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
a,
button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.position-relative {
  position: relative;
}
/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
/* ==============Button=================== */
.btn {
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  border: none;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 20px;
  border-radius: 0;
}
.btn::before {
  content: "";
  height: 350px;
  width: 350px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
  color: #000;
}
.btn:hover {
  border: 1px solid #fff;
}
/* ==============section background=================== */
.bg-black {
  background-color: #000;
}
.bg-offWhite {
  background: rgba(196, 58, 53, 0.04);
}
/* ==============heading and subheading=================== */
.heading {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}
.subheading {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
span {
  color: #727272;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 50.6px;
  text-transform: uppercase;
}
/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: -60px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #000 0%, #000 100%);
  border: 1px solid #14303d;
  transition: right 0.5s ease-in-out;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0px 2px 5px 0px rgba(196, 58, 53, 0.6);
}
.scroll-top.open {
  right: 20px;
}
.float {
  position: fixed;
  width: 75px;
  height: 60px;
  bottom: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.9s ease-in-out;
}
.float img {
  max-width: 40px;
}
/* ====================header================== */
.main_header {
  width: 100%;
  display: block;
  margin: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #000;
  top: 0;
  left: 0;
  padding: 0 0 10px;
}
.main_header.sticky-header .logo img {
  max-width: 70px;
}
.main_header.sticky-header .logo {
    padding: 10px 0 10px;
    max-width: 100px;
}
.logo {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 100px 100px;
    padding: 40px 8px 15px;
    max-width: 143px;
    border-top: none;
}
.logo img {
  max-width: 165px;
}

.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.action-container {
  text-align: end;
}
.logo .subheading {
  text-align: center;
  font-weight: 700;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  display: flex;
  justify-content: end;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.navigation_sec .nav_sec > ul > li.active a, .navigation_sec .nav_sec > ul > li:hover a {
    font-weight: 700;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 66px;
}
.navigation_sec .nav_sec > ul > li a {
    font-family: "Montserrat", sans-serif;
color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
span.toggle-menu {
  display: none;
}
/* ====================Banner================== */
.banner {
  padding: 200px 0 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
}
.banner-content span {
  color: #fff;
  font-family: "Niconne", cursive;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
}
.banner-content h1 {
  font-size: 120px;
  margin-bottom: 20px;
}
.banner-content p {
    color: #fff;
    font-family: "Niconne", cursive;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: capitalize;
}
.banner-right {
  position: relative;
}
.videoBtn { 
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85px;
  height: 85px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
}
.videoBtn::before,
.videoBtn::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: pulseEffect 1.5s infinite;
}
@keyframes pulseEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
.videoBtn i {
  font-size: 30px;
  line-height: 0;
  color: #000;
}
.videoBtn::after {
  width: 130px;
  height: 130px;
  animation-delay: 0.5s;
}
.bannerSwiper {
  height: 500px;
  overflow: hidden;
}
.bannerSwiper .swiper-wrapper,
.bannerSwiper .swiper-slide {
  height: 100%;
}
.each-swiper {
  height: 100%;
}
.swiper-pagination {
  right: 5% !important;
  top: 60% !important;
  transform: translateY(-50%) !important;
  z-index: 1;
}
.swiper-pagination-bullet {
  color: transparent;
  border: 1px solid #d9d9d9;
  width: 11px;
  height: 11px;
  margin: 15px 0 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d9d9d9;
}
.banner h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ca9f35;
    font-family: "Playfair Display", serif;
    font-size: 304px;
    font-style: normal;
    font-weight: 600;
    line-height: 55.617px;
    color: transparent;
    opacity: 0.5;
    font-size: 20vw;
    text-align: center;
}
/*===================About Us=================== */
.about-us {
  padding: 105px 0 110px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff;
}
.about-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  max-width: 800px;
  margin: auto;
}
.about-left .grid-item:hover img {
  transform: scale(1.2);
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
}
.grid-item {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.grid-item:nth-child(1) img {
  height: 400px;
  width: auto;
}
.grid-item:nth-child(2) {
  align-items: flex-end;
}
.grid-item:nth-child(2) img {
  height: 320px;
  width: auto;
  margin-top: auto;
}
.grid-item:nth-child(3) img {
  height: 250px;
  width: auto;
  margin-left: auto;
}
.grid-item:nth-child(4) img {
  height: 190px;
  width: auto;
  margin-right: auto;
}
.about-right .heading {
  color: #333;
  margin-bottom: 33px;
}
.about-us .btn {
  color: #333;
  border: 1px solid #333;
}
.about-us .btn::before {
  background-color: #333;
}
.about-us .btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
/* our mission */
.our-mission {
  padding: 90px 0 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.our-mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
}
.mission-content {
  position: relative;
  z-index: 2;
}
.mission-left .heading {
  margin-bottom: 30px;
}
.mission-left .heading span{
  color: #C4C4C4;
}
.mission-left .subheading {
  color: #fff;
  max-width: 608px;
}
.mission-right {
  position: relative;
}
.mission-right::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  left: -30px;
  top: -30px;
  z-index: -1;
  max-width: 315px;
}
.mission-right::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  right: -30px;
  bottom: -30px;
  z-index: -1;
  max-width: 315px;
  height: 79px;
}
.our-mission h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(185, 185, 185, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 304px;
  font-style: normal;
  font-weight: 600;
  line-height: 55.617px;
  color: transparent;
  opacity: 0.5;
  font-size: 23vw;
  text-align: center;
}
/* our products */
.our-products {
  padding: 110px 0 135px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background: #fff;
}
.our-products .all-products {
  padding: 0;
}
.each-product {
    border: 1px solid #9f9d9d;
    background: #fff;
    transition: all 0.9s ease-in-out;
    position: relative;
    overflow: hidden;
    min-height: 530px;
}
.each-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(123, 123, 123, 0.72);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.each-product:hover::before {
  opacity: 1;
}
.each-productcontent {
    padding: 40px 0;
}
.each-productcontent .heading {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}
.each-productcontent .btn {
    color: #8c8c8c;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0px auto 0;
    display: block;
    max-width: 200px;
}
.each-product .each-producthover {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.each-product:hover .each-productcontent {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.each-product:hover .each-producthover {
  opacity: 1;
  visibility: visible;
}
.each-producthover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50px);
}
.each-producthover .btn {
  color: #8c8c8c;
  background: #fff;
}
.each-producthover .btn::before {
  background-color: #000;
}
.each-producthover .btn:hover::before {
  color: #fff;
}
.each-producthover .btn:hover {
  color: #ffff;
  border: 1px solid #000;
}
.each-producthover .heading {
  color: #fff;
  text-align: center;
  font-size: 41px;
  font-weight: 500;
}
.each-product .each-producthover .heading {
  line-height: 1.2;
  font-size: 22px;
}
.each-product .each-producthover {
  text-align: center;
}
/* Get in Touch */
.get-touch {
  padding: 90px 0;
}
.get-left p {
  color: #727272;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 50.6px;
  text-transform: uppercase;
}
.get-left .heading {
  color: #333;
}
.each-input input,
.each-input textarea {
  padding: 24.5px 25px;
  border: 1px solid #c2c2c2;
  border-radius: 0;
}
.each-input {
  margin-bottom: 14px;
}
.each-input:last-child {
  margin-bottom: 0;
}
.form-control:focus {
  border-color: #c2c2c2;
  box-shadow: none;
}
.form-part input::placeholder,
.form-part textarea::placeholder {
  color: #ccc;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.each-input textarea {
  min-height: 150px;
  resize: none;
}
.form-part {
  margin-top: 55px;
}
.form-part .btn {
  background: #000;
  color: #fff;
  padding: 19px 68px;
}
.form-part .btn:hover {
  color: #000;
  border: 1px solid #000;
}
.get-right {
  position: relative;
}
.get-left {
  padding-right: 10%;
}
.get-right::before {
  position: absolute;
  content: "";
  background: rgba(186, 186, 186, 0.25);
  width: 100%;
  height: 456px;
  left: -30px;
  top: -30px;
  z-index: -1;
  max-width: 364px;
}
.get-right::after {
  position: absolute;
  content: "";
  background: rgba(186, 186, 186, 0.25);
  width: 100%;
  right: -30px;
  bottom: -30px;
  z-index: -1;
  max-width: 364px;
  height: 265px;
}
/* ====================Footer================== */
.footer-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0px 0 40px;
}
.footer-top .logo {
  margin-bottom: 40px;
  z-index: 2;
}
.footer-left .heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-left .subheading {
  color: #c0c0c0;
  font-size: 15px;
  line-height: 23px;
  max-width: 312px;
}
.email-contact li a,
.email-contact li {
  color: #c0c0c0;
  font-size: 15px;
  font-weight: 400;
}
.social-media {
  margin-top: 15px;
}
.social-media li {
  display: inline-block;
}
.social-media li a {
  font-size: 20px;
  color: #fff;
}
.social-media li + li {
  margin-left: 10px;
}
.footer-links li a {
  color: #c0c0c0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.footer-bottom {
  background-color: #000;
  padding: 25px 0;
}
.copyRight .subheading,
.copyRight .subheading span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.text-right {
  text-align: right;
}
.copy-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ====================Inner Banner================== */
.inner-banner {
  padding: 190px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.innerBannerContent {
  text-align: center;
  max-width: 589px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.innerBannerContent .heading {
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.innerBannerContent .heading span {
  color: #fafafa;
  font-size: 40px;
  font-weight: 500;
}
.breadcrumbs {
  display: inline-block;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  transition: all 0.9s ease-in-out;
}
.breadcrumbs li a,
.breadcrumbs li span {
  transition: all 0.6s ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: normal;
}
.breadcrumbs li a {
  color: #a9a9a9;
}
.breadcrumbs li + li:before {
  content: "/";
  color: #a9a9a9;
  margin-right: 5px;
  font-weight: 400;
}
.marquee {
  width: 100%;
  position: relative;
}
.marquee-content {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 304px;
    font-style: normal;
    font-weight: 600;
    color: transparent;
    opacity: 0.5;
    font-size: 20vw;
    text-align: center;
    line-height: 0.7;
}
/* ====================Contact Us================== */
.get-touch.contact .form-part {
  margin-top: 0;
}
.contact-list li h6 {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
.contact-list li i {
  font-size: 15px;
}
.contact-list li {
  padding-bottom: 25px;
}
.contact-list li + li {
  padding-top: 25px;
  border-top: 1px solid #00000026;
}
.call-part {
  display: flex;
  gap: 12px;
}
.call-number a,
.call-number p {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}
.form-part .row {
  --bs-gutter-y: 35px;
}
.form-part .each-input h6 {
  color: #221638;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact .form-part input,
.contact .form-part textarea {
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 11.5px 25px;
}
.contact .form-part .btn {
  color: #333;
  border: 1px solid #000;
  background: transparent;
  padding: 10px 24px;
  text-transform: capitalize;
}
.contact .form-part .btn::before {
  background-color: #000;
}
.contact .form-part .btn:hover {
  border: 1px solid #000;
  color: #fff;
}
/* ====================Product details================== */
.product-details {
  padding: 45px 0 60px;
}
.single-thumbnail-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.single-cat-main {
  float: left;
  width: 100%;
}
.single-product-tab {
  flex: 0 0 96px;
}
.single-product-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-tab-control li {
  display: inline-block;
}
.single-product-tab li a.active img {
  border-color: #000;
}
.single-cat-main {
  flex: 1;
}
.single-product-tab li img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  min-height: 96px;
  max-width: 96px;
}
.tab-single-image img {
  width: 100%;
  height: auto;
  display: block;
}
.productdetails-right span {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 50.6px;
  text-transform: uppercase;
}
.productdetails-right .heading {
  color: #333;
  font-size: 46px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}
.accordion .at-item {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #0000001f;
}
.accordion .at-item:last-child {
  border-bottom: none;
}
.accordion .at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  padding: 0;
  border-radius: 0;
}
.accordion .at-title:after {
  content: "\F286";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.accordion .at-title.active:after {
  content: "\F282";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.at-title .heading {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.6px;
  text-transform: capitalize;
}
.at-tab .subheading {
  color: #606069;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.client-slider {
  padding: 0 0 60px;
}
.each-client img {
  max-width: 112px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee-content {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ====================Product Listing================== */
.all-products {
  padding: 60px 0;
}
.product-left .heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1;
}
.check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.check-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.check-content span:first-child {
  flex: 1;
}
.check-content span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.form-check-input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-top: 0;
}
.form-check-input[type="checkbox"]:checked {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.form-check-input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-check-input:hover {
  box-shadow: none;
}
.form-check-input:active {
  filter: brightness(100%);
}
.form-check-input:focus {
  border-color: #e0e0e0;
  outline: 0;
  box-shadow: none;
}
.each-check {
  margin-bottom: 23px;
}
.products-right .each-product {
  min-height: 100%;
}
.products-right .each-productcontent .heading {
  line-height: 1.3;
}
.products-right .row {
  --bs-gutter-y: 25px;
}
.products-right .each-product::before {
  display: none;
}
.products-right .each-product:hover .each-productcontent {
  opacity: 1;
  visibility: visible;
}
.tab-list {
  margin-top: 1%;
}
.tab-list li {
  margin-bottom: 1%;
}
span.error-msg {
  color: #ff0000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: inherit;
}

/* ============new=============== */
.each-product img {
    height: 339px;
    width: 100%;
    object-fit: contain;
}
.products-right .each-productcontent .heading {
    line-height: 1.3;
    height: 57px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.product-section h5.heading {
    color: #333;
}
.client-details{
  padding: 60px 0;
}
.client-name , .brand-div {
    border: 1px solid #9F9D9D;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-client {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.all-brand{
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.client-name img, .brand-div img {
    max-width: 140px;
    height: 118px;
}
/* ====================Responsive================== */
@media screen and (max-width: 991px) {
  .action-container .toggle-menu {
    display: block;
    margin-left: 20px;
  }
  .main_header .btn {
    float: inline-end;
    font-size: 12px;
    padding: 12px 29px;
  }
  .main_header.sticky-header .navigation_sec .nav_sec > ul > li a,
  .main_header.sticky-header .navigation_sec .nav_sec ul li.active > a {
    color: #fff;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #1a3b4d;
    border-radius: 5px;
  }
  span.toggle-menu img {
    float: left;
  }
  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #1a3b4d;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
    display: block;
  }
  .navigation_sec .nav_sec ul > li:hover > a,
  .navigation_sec .nav_sec ul > li.active > a {
    color: #fff;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0 0 15px;
    padding-left: 20px;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
    color: #fff;
    padding: 0;
  }
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main_header .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .overlay {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .action-container {
    display: block;
  }
  .navigation_sec ul li a::after {
    bottom: -16%;
  }
  .get-touch.contact .form-part {
    margin-top: 20px;
  }
  .get-touch.contact .get-left {
    padding-right: 0;
  }
  .footer-left .subheading {
    max-width: 100%;
  }
  .footer-left,
  .footer-middle {
    margin-bottom: 20px;
  }
  .banner-content span {
    font-size: 26px;
    line-height: 1;
  }
  .banner-content h1 {
    font-size: 80px;
  }
  .banner-content p {
    font-size: 42px;
    line-height: 1;
  }
  .banner {
    padding: 200px 0 40px;
  }
  .bannerSwiper {
    height: 300px;
  }
  .videoBtn {
    width: 55px;
    height: 55px;
  }
  .rs-padding {
    padding: 60px 0;
  }
  .about-right .heading,
  .mission-left .heading {
    margin-bottom: 13px;
    line-height: 1;
  }
  .mission-left {
    margin-bottom: 50px;
  }
  .mission-left .subheading {
    max-width: 100%;
  }
  .each-product {
    min-height: 624px;
  }
  .form-part {
    margin-top: 25px;
    margin-bottom: 70px;
  }
  .get-left {
    padding: 0;
  }
  .product-list {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    margin-bottom: 20px;
    scrollbar-width: auto;
    padding-bottom: 20px;
  }
  .each-check {
    min-width: max-content;
    margin-bottom: 0;
  }
  .product-list::-webkit-scrollbar {
    height: 6px;
  }
  .product-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .rs-padding {
    padding: 60px 0;
  }
  .logo {
    max-width: 90px;
    border-radius: 0px 0px 50px 50px;
    padding: 16px 8px 22px;
  }
  .banner {
    padding: 130px 0 0;
  }
  .inner-banner {
    padding: 110px 0 0;
  }
  .copy-footer {
    display: block;
    margin: 0 auto;
  }
  .copyRight .subheading,
  .copyRight .subheading span {
    text-align: center;
  }
  .bannerSwiper {
    height: 500px;
  }
  .banner-right {
    margin-top: 20px;
  }
  .banner {
    padding-bottom: 0;
  }
  .our-mission.rs-padding {
    padding-bottom: 0;
  }
  .mission-right {
    margin-bottom: 70px;
  }

  .single-product-tab {
    flex: 0 0 60px;
  }
}

@media (max-width: 767px) {
  .single-product-tab li img {
    min-height: 50px;
}

.marquee-content {
    gap: 20px;
}
.marquee-content img{
  max-width: 150px;
}
.product-details {
    padding: 45px 0;
}
.client-slider {
    padding: 0 0 45px;
}
.all-brand {
    grid-template-columns: repeat(2, 1fr);
}
.all-client {
    grid-template-columns: repeat(2, 1fr);
}
.footer .footer-top .logo {
    margin-bottom: 0;
    padding-top: 45px;
}
.each-product {
    min-height: auto;
}
.about-us  .row{
  flex-direction: column-reverse;
}
.about-left {
    max-width:100%;
    margin: auto;
    width: 100%;
    margin-top: 30px;
}
.heading {
    line-height: 1.1;
    font-size: 40px;
}
.get-left p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
}
span {
font-size: 40px;
}
.each-productcontent {
    padding: 30px 0;
}
.products-right .each-productcontent .heading {
    height: auto;
}
.each-product img {
    height: auto;
}
.client-name img, .brand-div img {
    height: 85px;
}
 }
@media (min-width: 768px) and (max-width: 991.98px) { 
 .single-product-tab li img {
    min-height: 50px;
}
.marquee-content img{
  max-width: 150px;
}
.bannerSwiper {
    height: auto;
    margin-bottom: 30px;
}
.mission-right::before {
    left: -18px;
    top: -18px;
}
.mission-right::after {
    right: -18px;
    bottom: -18px;
}
.each-product img {
    height: 300px;
}
.each-product {
    min-height: 450px;
}
.form-part input::placeholder,
.form-part textarea::placeholder {
  font-size: 13px;
}
.contact .form-part input, .contact .form-part textarea {
    padding: 10px;
}
 }



