@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Roboto", sans-serif;
  background: #fff;
  color: #464646;
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative;
  letter-spacing: 0.3px;
}

.bg-logo {
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80%;
  height: 100%;
  opacity: .02
}

#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: #FDFCFB;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in
}

@keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
  display: none
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: #000;
  opacity: 1
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

a {
  color: #464646;
  text-decoration: none
}

a:hover {
  color: #464646;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin: 0 0 15px;
  font-style: normal
}

p {
  margin: 0 0 10px;
  overflow: hidden
}

.pt-60 {
  padding-top: 60px
}

input,
select,
textarea {
  background: #fff;
  background: #fff;
  border: 1px solid rgb(70 70 70 / .3);
  font: 500 15px/1 'Montserrat', sans-serif;
  width: 100%;
  display: block;
  color: #282828;
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

.w-left {
  width: 100%;
  float: left
}

.slide-area.renewal-main {
  overflow: hidden
}

.clearfix:after {
  content: '';
  display: table;
  clear: both
}

input[type="search"]::-webkit-search-cancel-button {
  display: none
}

section {
  padding: 50px 0;
  /* overflow: hidden; */
}

/* .grey-bg {
  background-color: #f8f8f8;
} */

/*********************** navbar css start *************************/

header {
  position: relative
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
  padding: 0px;
  /* background: #ffffff61;
  backdrop-filter: blur(13px); */
}


.scrolled {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 0;
  box-shadow: 1px 9px 20px #525252a8;
  transition: 0.4s;
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
  width: 100%;
  max-width: 80%;
}

.arrow-icon.active path {
  fill: #7f0226 !important;
}

.nav-link.active {
  color: #7f0226 !important;
  border-bottom: 2px solid #7f0226;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: #000
}

.navbar .navbar-nav.sm-icons .nav-link svg {
  fill: #000000
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
  fill: #000
}

.navbar .container-fluid {
  padding: 2px 83px;
}

.navbar.scrolled .container-fluid {
  padding: 4px 40px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600 !important;
  color: #000000;
  opacity: 1;
  margin: 0 20px;
  cursor: pointer
}

.navbar-brand {
  width: 100%;
  max-width: 10%
}

.sm-icons {
  flex-direction: row
}

.sm-icons .nav-link {
  padding-right: 1em
}

/*********************** navbar css end *************************/


/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100%;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
  padding: 0;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100%;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 32%;
  left: 90px;
  z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  /* background-image: radial-gradient(at center right,
      #ffffff00 50%,
      #00000096 100%); */
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #000000;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.title-area {
  width: 100%;
  max-width: 45%;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #000000;
  font-size: 3.5vw;
  /* font-family: "Inter", sans-serif; */
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 50px;
  /* margin-left: -12px; */
  text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #000000b0;
  width: 100%;
  max-width: 38%;
}

.creative-btn--wrap .creative-slide--btn {
  color: #000000;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1),
    background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}



.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #000000;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #820924;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgb(130 9 36 / 15%);
  opacity: 1 !important;
  height: 6px !important;
}

.swiper-scrollbar-drag {
  background: rgb(130 9 36);
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-container-h .swiper-button-next svg,
.swiper-container-h .swiper-button-prev svg {
  width: 55%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-container-h .swiper-button-next::after {
  content: "";
  background: none;
  color: #ffffff;
  font-size: 60px;
}

.swiper-container-h .swiper-button-prev::after {
  content: "";
  background: none;
  color: #ffffff;
  font-size: 60px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #ffffff0d;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .swiper-container-h .slider-pagination-area {
    width: 200px !important;
  }

  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: #ffffff3b;
  }

  .creative-fullpage--slider .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
  }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }

  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0px;
  }

  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 16px;
    width: 95%;
  }

  .creative-fullpage--slider .swiper-container-h .slider-pagination-area {
    display: none;
  }

  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}


.tp-section-subtitle {
  color: #a6a182;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.tp-section-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.about-info p,
.ingredients-content p,
.tc-partners-style3 div {
  color: #54595f;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.tp-about-big-text {
  position: absolute;
  content: "";
  top: 0;
  right: 23.6%;
}

.d-none {
  display: none !important;
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.tp-about-bg {
  position: relative;
  z-index: 2;
}

.tp-about-big-text h6 {
  color: #a6a182;
  font-size: 148px;
  font-style: normal;
  font-weight: 700;
  opacity: .05;
}

.tp-about-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.5%;
  background-color: #fff;
  z-index: -1;
}

.btn {
  border: 1px solid #919191;
  padding: 11px 40px;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  background-color: transparent;
  display: inline-block;
  color: #fff;
  transition: 0.4s;
  background-color: #000;
}

.btn:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  transition: 0.4s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* min-width: 200px; */
  text-align: center;
}

.btn:hover,
.btn:focus {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.heading {
  text-align: center;
  margin-bottom: 50px;
  display: block;
  padding-bottom: 30px;
}

.heading p {
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  color: #888;
  font-weight: 300;
}

.heading h2 {
  font-weight: 300;
  font-size: 60px;
  color: #000;
  text-align: left;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.1;
  text-align: center;
}

.heading h5 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
  text-align: left;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.1;
}

.manufacturer-info {
  position: absolute;
  bottom: -74px;
  right: 0;
  left: 0;
  background: #820924;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  backdrop-filter: blur(12px);
  color: #fff;
  transition: 0.4s;
}

.manufacturer-item:hover .manufacturer-info {
  bottom: 0;
  transition: 0.4s;
}

.manufacturer-info h2 {
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
}

.manufacturer-item-box.position-relative {
  border-radius: 12px;
  overflow: hidden;
}

.manufacturer {
  background-image: url(../images/layer-4.png);
  background-repeat: no-repeat;
}

.why-contents {
  margin-bottom: 14px;
}

.why-sub-content {
  margin-bottom: 20px;
}

.why-contents h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #000;
}

.why-contents p,
.why-sub-content p {
  color: #54595f;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.why-contents p {
  display: flex;
}

.why-contents p svg {
  width: 40px;
}




.we-manufacturer {
  background-image: url(../images/bg-img.jpg);
}

.tp-project-item-wrap {
  margin-bottom: 25px;
}

.tp-project-style-2 .tp-project-item {
  overflow: hidden;
  position: relative;
}

.tp-project-style-2 .tp-project-thumb {
  width: 100%;
  height: 100%;
  width: calc(100% - 0px);
  transition: .9s;
}

.tp-project-style-2 .tp-project-thumb a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.tp-project-style-2 .tp-project-thumb img {
  transition: .9s;
  height: 100%;
}

.tp-project-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.tp-project-content {
  position: absolute;
  bottom: -16%;
  left: 5%;
  padding: 45px 47px 45px 40px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.tp-project-style-2 .tp-project-content {
  padding: 32px 27px 30px;
  display: inline-block;
  left: auto;
  right: 0;
  -khtml-transform-origin: right;
  transform-origin: right;
  -khtml-transform: translateY(-50%) perspective(250px) rotateY(-90deg);
  transform: translateY(-50%) perspective(250px) rotateY(-90deg);
  bottom: -8%;
  background-color: #820924 !important;
}

.tp-project-style-2 .tp-project-title {
  margin-bottom: 5px;
}

.tp-project-title a {
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size .6s linear;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

.tp-btn-border-lg {
  height: 50px;
  line-height: 48px;
  padding: 0 38px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all .3s ease-in-out;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}

.tp-btn-border-lg.white-border {
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}

.black-bg {
  background-color: #000;
}



.tp-project-item-wrap:hover .tp-project-content {
  opacity: 1;
  visibility: visible;
}

.tp-project-style-2 .tp-project-item-wrap:hover .tp-project-content {
  -khtml-transform: translateY(-50%) perspective(250px) rotateY(0deg);
  transform: translateY(-50%) perspective(250px) rotateY(0deg);
}


.tp-project-style-2 .tp-project-item-wrap:hover .tp-project-thumb img {
  transform: scale(1.1);
  filter: brightness(.8) contrast(1.1) saturate(1.2);
}

.tp-project-style-2 .tp-project-item-wrap:hover .tp-project-thumb {
  width: 91%;
}

.assist-section {
  background: black;
  display: none;
}

.assist-info h3,
.tc-contact-form-style1 h3 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 1px 5px 6px #f0d9286b;
}

.assist-info span,
.tc-contact-form-style1 p {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}

.assist-section .btn,
.we-manufacturer .btn {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;

}

.assist-section .btn:hover {
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;

}

.we-manufacturer .btn:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;

}

/* fotter css start */
footer {
  background-color: #000;
  padding: 140px 0 80px;
}

.footer-title,
.footer-address,
.footer-call,
.footer-email {
  display: flex;
  align-items: baseline;
  justify-content: start;
  margin-bottom: 20px;
}

.footer-title h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  margin-left: 14px;
}

.footer-address p,
.footer-call p,
.footer-email p {
  margin-left: 10px;
  margin-bottom: 0;
}

.footer-address p a,
.footer-call p a,
.footer-email p a,
.footer-info ul li a,
.footer-info ul li {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
  transition: 0.4s;
}

.footer-info ul li a:hover {
  padding-left: 10px;
  transition: 0.4s;
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-right p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0px;
}

.copy-right p a {
  font-weight: 900;
  color: #820924;
  font-size: 18px;
}

/* fotter css end */
.ingredients-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
  margin-left: -78px;
  z-index: 1
}

.ingredients-icon {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  text-align: center;
  line-height: 90px;
  background: #fff;
  font-size: 44px;
  color: #0e76b3;
  margin-right: 30px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .06);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out
}

.ingredients-content .title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 19px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  letter-spacing: -.3px
}

.ingredients-img {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}

.ingredients-img img {
  max-width: 100%;
  width: 100%;
  transform: scale(1.6);
}

.ingredients-wrapper [class*=col-]:first-child .ingredients-item {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: 0;
  margin-right: -78px
}

.ingredients-wrapper [class*=col-]:first-child .ingredients-item .ingredients-icon {
  margin-right: 0;
  margin-left: 30px
}







.tc-contact-form-style1 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  background: url(../images/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 50px 50px 0 0 */
}


.tc-contact-form-style1 .form {
  display: block;
  background: rgb(255 255 255 / 70%);
  padding: 40px;
  border-radius: 50px;
  backdrop-filter: blur(3px)
}

.tc-contact-form-style1 .form label {
  display: block;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: .3px
}

.sub-modal-popup.tc-contact-form-style1 .form label {
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 16px
}

.tc-contact-form-style1 .form .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  padding: 10px 8px;
  font-size: 14px;
  color: #000000 !important
}

.sub-modal-popup.tc-contact-form-style1 .form .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 14px;
  color: #000000 !important
}

.tc-contact-form-style1 .form .form-control::placeholder {
  color: #8d8b8b52;
  text-transform: capitalize;
}

.tc-contact-form-style1 .form .form-select option:first-child {
  color: #8d8b8b
}

.sub-modal-popup.tc-contact-form-style1 .form .form-select option:first-child {
  color: #8d8b8b
}

.tc-contact-form-style1 .form .form-select option {
  color: #030303
}

.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff !important
}

.tc-contact-form-style1 .form .form-control:hover,
.tc-contact-form-style1 .form .form-control:focus {
  border-color: #000
}

.tc-contact-form-style1 .shap {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 55%
}

@media screen and (max-width: 991px) {
  .tc-map-style1 .map-card {
    height: 400px
  }
}

.form-group.has-feedback {
  margin-bottom: 25px;
}

.form-control:focus {
  outline: 0;
  box-shadow: unset;
}



.modal-logo img {
  width: 100%;
  max-width: 50%;
  margin: auto;
  margin-bottom: 0px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-content a {
  color: #1d242b;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  padding: 15px 0 0 10px;
  width: 100%;
  align-items: center;
}

.modal-body .has-feedback {
  margin-bottom: 12px
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  color: #000000 !important;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.modal-header {
  background-color: #820924;
  color: #ffffff;
  text-align: center;
}

.modal-header h5 {
  color: #ffffff;
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 600
}

.modal-header .btn-close {
  margin: 0;
  filter: invert(1);
}

.modal-logo {
  padding: 10px 0px 10px;
}

.modal-body {
  padding: 0
}


.sec-title__title {
  font-size: 40px;
  line-height: 1.5;
  color: #262424;
  margin: 24px 0px;
  font-weight: 400;
}

.thank-you-img {
  margin: 40px 0px;
}

.about-two__content-text1 p {
  color: #362424;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
  width: 100%;
  max-width: 45%;
  margin: auto;
  margin-bottom: 20px;
}

.manufacturer-item.mb-4 {
  padding: 0;
}

.manufacturer-item img {
  transition: 0.4s;
}

.manufacturer-item:hover img {
  transform: scale(1.2);
  transition: 0.4s;
}


@media screen and (min-width:768px) {
  .manufacturer .container-fluid {
    padding: 0 1%;
  }
}






.tc-partners-style3 {
  position: relative;
  padding: 105px 0;
  background-color: #fff;
  overflow: hidden
}

.tc-partners-style3 .bg {
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: inherit
}

/* .tc-partners-style3::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: calc(((100% - 1320px)/ 2) + 1320px);
  height: 1px;
  background-color: #0003
} */

.tc-partners-style3 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tc-partners-style3 .logos .logo-card {
  position: relative;
  background-color: #fff;
  height: 258px;
  border: 1px solid #ececec;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  cursor: default;
}

.tc-partners-style3 .logos .logo-card:hover {
  border-color: #820924;
}

.tc-partners-style3 .logos .logo-card .logo {
  max-width: 145px;
  max-height: 65px;
}

.tc-partners-style3 .logos .logo-card .num {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10
}

.tc-partners-style3 .logos .logo-card p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-transform: uppercase;
  color: #666;
  z-index: 10
}

.site-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Circular Std Medium";
  background: #820924;
  padding: 14px 33px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -10px;
  text-decoration: none;
}

.site-btn:hover {
  text-decoration: none;
  color: #fff;
}




/**************************** products css start *******************************/
.products-item-box {
  position: relative;
}

@media screen and (min-width:992px) {
  .products-item-box {
    padding: 0 2px;
  }
}

/* @media screen and (max-width:992px){  
  .products-item-box {
    margin-bottom: 20px;
  }
} */

.products-img {
  position: relative;
  overflow: hidden;
}

.products-details {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  padding: 20px;
  text-align: center;
}

.products-img:hover .products-details {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.products-details h2 {
  font-weight: 700;
  font-size: 35px;
  color: #ffffff;
  text-align: left;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.1;
  text-align: center;
}

.products-details p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.products-details h2 {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: -webkit-transform 0s ease-out .40s;
  -moz-transition: -moz-transform 0s ease-out .40s;
  transition: transform 0s ease-out .40s;
}

.products-img:hover .products-details h2,
.products-img:hover .products-details p,
.products-img:hover .products-details span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.1, 0, .3, 1) .15s, opacity .3s cubic-bezier(.1, 0, .3, 1) .40s;
  transition: transform .3s cubic-bezier(.1, 0, .3, 1) .15s, opacity .3s cubic-bezier(.1, 0, .3, 1) .40s;
}

.products-details span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #b2b2b2;
  margin: 10px 0;
  width: 25px;
  border-bottom-width: 2px;
  border-bottom-color: #ffc000;
}

/**************************** products css end *******************************/




.tp-project-style-2 .swiper-container {
  width: 100%;
  height: 28vw;
  transition: opacity 0.6s ease;
}

.tp-project-style-2 .swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}

/* .tp-project-style-2 .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
} */
.tp-project-style-2 .swiper-container:hover .swiper-button-prev,
.tp-project-style-2 .swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.tp-project-style-2 .swiper-slide {
  background-position: center;
  background-size: cover;
}

.tp-project-style-2 .swiper-slide .entity-img {
  display: none;
}

.tp-project-style-2 .swiper-slide .content {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: #fff;
  background: #00000075;
  backdrop-filter: blur(10px);
  padding: 29px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  max-width: 60%;
  opacity: 0;
  transition: 0.4s;
}

.tp-project-style-2 .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  transition: 0.4s;
}

.tp-project-style-2 .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}

.tp-project-style-2 .swiper-slide .content .caption {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

[class^=swiper-button-] {
  width: 44px;
  /* opacity: 0;
  visibility: hidden; */
}

.tp-project-style-2 .swiper-button-prev {
  transform: translateX(50px);
}

.tp-project-style-2 .swiper-button-next {
  transform: translateX(-50px);
}

.tp-project-style-2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}

.tp-project-style-2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}

.tp-project-style-2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.tp-project-style-2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

.tp-project-style-2 .swiper-button-next:after,
.tp-project-style-2 .swiper-button-prev:after {
  font-family: unset;
  font-size: unset;
  content: "";
}

@media (max-width: 1180px) {
  .tp-project-style-2 .swiper-slide .content .title {
    font-size: 25px;
  }

  .tp-project-style-2 .swiper-slide .content .caption {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .tp-project-style-2 .swiper-container {
    height: 40vw;
  }

  .tp-project-style-2 .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}


/* industrial-we serve css start */
.navigation {

  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.navigation .navArea {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.navigation .navArea:first-child {
  padding-right: 50px;
}

.navigation .navArea:last-child {
  padding-left: 50px;
}

.navigation .navArea:first-child ul li {
  text-align: end;
}

.navigation .navArea ul {
  text-align: left;
}

.navigation .navArea ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.navigation .navArea ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.navigation .navArea ul li:hover:before {
  opacity: 1;
}

.navigation .navArea ul li a {
  text-transform: capitalize;
  font-size: 24px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  letter-spacing: -.3px;
  color: #000;
  font-weight: 700;
  margin: 0 0 8px;
  font-style: normal;
  line-height: 1.6;
  display: flex;
}

.navigation .navArea ul li p {
  color: #54595f;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.navigation .navArea ul li:hover a {
  color: #4c484f;
  letter-spacing: 1.1px;
}

.imgArea {
  position: relative;
  background-color: #ffffff00;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-image: url(../img/phone-png.png);
  background-size: cover;
  background-position: center;
}

.imgArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menuToggle {
  position: absolute;
  top: 40px;
  right: 40px;
}

.img-overlay {
  background-color: #f4f5f04f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  z-index: 2;
}


.about-section {
  background: rgb(255, 255, 255);
  background: linear-gradient(34deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(243, 243, 243, 1) 35%, rgba(243, 243, 243, 1) 56%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 77%);
}

.about-item {
  padding: 50px;
  margin: 7px 7px 14px 7px;
  position: relative;
}

.about-icons {
  width: 100%;
  max-width: 33%;
  margin-left: auto;
}

.about-details h2 {
  font-size: 66px;
  color: #e8a43c;
  font-weight: 800;
  margin-bottom: 15px;
}

.about-details h4,
.about-company-content h4 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #ffffff;
}

.about-content h4 {
  color: #820924;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
}
.products-details h2 {
  text-transform: uppercase;
}
.about-content p,
.about-details p,
.about-company-content p {
  font-size: 18px;
  width: 100%;
  margin-top: 15px;
  margin: 10px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #000000b0;
  width: 100%;
}

.about-details p {
  color: #fff;
}

.box-1,
.box-2,
.box-3,
.box-4 {
  background: #000000;
  color: #FFFFFF;
  position: relative;
  height: 500px;
}

.last-box {
  background-color: #820924;
  color: #fff;
  height: 22%;
  padding: 36px;
}

span.about-company-arrow {
  position: absolute;
  bottom: 20px;
  right: 44px;
  left: auto;
  transition: 0.4s;

}

span.about-company-arrow:hover {
  transform: translateX(20px);
}

.large_font {
  position: sticky;
  top: 40%;
  width: 100%;
  /* z-index: -1; */
}

.large_font h2 {
  letter-spacing: 20px;
  text-align: center;
  text-transform: uppercase;
  /* z-index: -1; */
  font-size: 12rem;
  color: #f2f2f2;
}

@media (min-width: 1400px) {

  .large_font h2,
  .large_font .h2 {
    line-height: 13.5rem;
  }

  .large_font h2,
  .large_font .h2 {
    font-size: 12.5rem;
    color: #f2f2f2;
  }
}

@media (max-width: 768px) {
  .navigation .navArea {
    position: absolute;
    width: 100%;
    z-index: 10;
  }

  .navigation .imgArea {
    position: absolute;
    width: 100%;
  }

  .navigation .navArea ul li:hover:before {
    opacity: 0.55;
  }

  .img-overlay {
    opacity: 0.8;
  }
}




/* Breadcrum css */
.header-banner-content {
  position: absolute;
  top: auto;
  bottom: 28%;
  color: #fff;
  width: 100%;
  padding: 0 20px;
}

.text-start h2 {
  font-size: 65px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  color: #2e2c2d;
}

.breadcrumb {
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #0000007a;
  width: fit-content;
  margin: 0 auto;
  backdrop-filter: blur(13px);
}

.breadcrumb-item a {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}

.breadcrumb-item.active {
  display: inline-block;
  margin: 0 6px;
  font-size: 21px;
  line-height: 26px;
  color: #7f0226;
  font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffff;
}

/* end breadcrum css */

/* About us css */


.about2-us-shape {
  position: absolute;
  left: 20px;
  top: 170px;
  animation: bounceleft 4s linear infinite;
}

.aboutus .primary-text {
  color: #7c0028;
}

.heading-section h2 {
  line-height: 1.4;
  position: relative;
  margin-bottom: 30px;
  font-size: 35px;
  color: #000;
  font-weight: 500;
}

.heading-section h2::before {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #7c0028;
  width: 150px;
  bottom: -7px;
}

.about-us-shape2 {
  position: absolute;
  right: 0;
  top: -6px;
  animation: bounceDown 4s linear infinite;
  width: 40%;
}


h1.section-main-title {
  font-size: 42px;
  line-height: 55px;
  color: #050a1e;
  font-weight: 700;
  margin: 0;
}

p.section-title-descr {
  margin: 0;
  line-height: 1.6;
  text-align: justify;
  font-size: 16px;
  color: #111 !important;
  font-weight: 400;
  margin-bottom: 22px;
}

.about-us-content {
  position: relative;
}

.about-us-list {
  margin-bottom: 53px;
}

.about-us-list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.about-us-list ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #7f0226;
  left: 0;
  top: 5px;
  border-radius: 50%;
}

.about-us-list ul li span {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #050a1e;
  font-weight: 400;
  margin-left: 30px;
}

.solutek-btn {
  display: inline-block;
}

.solutek-btn a {
  display: inline-block;
  background: #7f0226;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: 0.5s;
}

.solutek-hover-btn {
  background-color: #050a1e;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 30px 30px 0;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 30px 0 0px 30px;
}

.single-counter-box {
  background-color: #f4f4f4;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  right: 20px;
  top: 0px;
  padding: 65px 45px 30px;
}

.counter-icon {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
}

.about-us-area .counter-content h4,
.counter-content span {
  display: inline-block;
  font-size: 40px;
  line-height: 26px;
  color: #7c0028;
  font-weight: 600;
}

.counter-content p {
  font-size: 17px;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-top: 5px;
}

.about-us-thumb {
  position: relative;
  z-index: 1;
  margin-left: 60px;
  margin-top: 10px;
}

.about-us-thumb img {
  --_g: 10% / 45% 45% no-repeat linear-gradient(#000 0 0);
  --m: left var(--_i, 0%) top var(--_g), bottom var(--_i, 0%) left var(--_g), top var(--_i, 0%) right var(--_g), right var(--_i, 0%) bottom var(--_g);
  -webkit-mask: var(--m);
  mask: var(--m);
  filter: grayscale();
  transition: .3s linear;
  cursor: pointer;
}

.about-us-thumb img:hover {
  --_i: 10%;
  filter: grayscale(0);
}

.about-us-video-icon {
  background: #fff;
  display: inline-block;
  padding: 45px 30px 45px 60px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 0;
}

.about-us-video-icon a i {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  background: #7f0226;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-left: 15px;
}

.about-us-video-icon a span {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  color: #7f0226;
  padding-left: 30px;
}

.about-us-video-icon a i::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #050a1e;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  top: 33px;
  left: 48px;
  z-index: -1;
}

@keyframes bounceleft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

/* Accodian css */
.accordian-section {
  /* background: #f4f4f4; */
  padding: 60px 0 60px;

}

.accordian-section .accordion__title {
  font-size: 20px;
  font-weight: 500;
  color: #242e4c;
  text-align: center;
  margin-bottom: 4rem;
}

.accordian-section .accordion {
  padding-bottom: 15px;

}

.accordian-section .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 20px 20px 30px;
  text-decoration: none;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  cursor: pointer;
}

.accordian-section .accordion__icon {
  color: #820924;

}

.accordian-section i.ri-subtract-fill::before {
  content: "\f068";
}

.accordian-section .accordion__question {
  font-size: 18px;
  color: #050a1e;
  font-weight: 500;
  margin-bottom: 0;
}

.accordian-section .accordion__answer {
  padding: 30px 20px 30px 20px;
  color: #2a1313;
  background: #fff;
  border-radius: 15px 15px 15px 15px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}

.accordian-section .accordion__content {
  overflow: hidden;
  height: 0;
  transition: 0.4s ease-in-out;
}

.accordion__header {
  background-color: #f8f8f8;
}

.accordion.open .accordion__header {
  border: none;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #ebebebad;
}

.accordion__content {
  overflow: hidden;
  transition: height 0.3s ease;
}

.accordion.open .accordion__content {
  height: auto;
}

.accordion__answer {
  transition: border-radius 0.3s ease;
}

.accordion.open .accordion__answer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* End Accodian css */

/* conter css */

.c-counter__container {
  padding: 70px 0px;
  background-color: #000;
}

.c-counter__col h1 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 50px;
}

.c-counter__col h3 {
  color: #dbdbdb;
  margin-bottom: 0;
}

.c-counter__col {
  text-align: center;
  padding-bottom: 20px;
  border-right: 2px solid #7f0226;
  padding-bottom: 0;
}

.c-counter__col:last-child {
  border-right: 0px solid black;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

i {
  font-size: 20px !Important;
}

@media (max-width: 991px) {
  .c-counter__col {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 33.33%;
    margin: auto auto;
  }

  .c-counter__col:last-child {
    border-bottom: 0px dashed black;
  }
}

/* end counter css */

/* services css */


.service-area.style-two .single-service-box {
  background: url('../images/serice-two-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 35px 0 35px 35px;
  padding: 32px 20px 56px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}


.service-area.style-two .single-service-box:hover {
  transform: translateY(-30px);
}

.service-area.style-two .single-service-box:hover .service-box-inner::after {
  height: 100%;
  top: 0;
}

.service-area.style-two .single-service-box:hover .service-icon {
  background: #7f0226;
}

.service-icon img {
  filter: brightness(1) invert(0);
  transition: 0.5s;
}

.service-area.style-two .single-service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}

.service-area.style-two .single-service-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 5px;
  background-color: #050a1e;
  top: -5px;
  right: 0;
  z-index: 1;
}

.service-area.style-two .service-title {
  font-size: 22px;
  color: #7c0028;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}

.service-area.style-two .service-title::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgb(122 122 122 / 20%);
  margin: 0 auto;
  bottom: -22px;
  left: 0;
  right: 0;
}

.service-area.style-two .service-des {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 44px 0 14px;
  transition: 0.5s;
}

.service-area.style-two .service-icon {
  margin-bottom: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}

.service-area.style-two .single-service-box:hover .service-des {
  color: #fff;
}

.service-area.style-two .single-service-box:hover .service-title {
  color: #fff;
}

.service-area.style-two .service-box-inner::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: url('../images/key-features-bg.jpg');
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  border-radius: 35px 0 35px 35px;
  z-index: -1;
}

.service-area.style-two .single-service-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 5px;
  background-color: #7f0226;
  left: 66px;
  top: -5px;
  margin: 0 auto;
  z-index: 1;
}

.our-services .heading {
  margin-bottom: 10px;
}

.our-services .mb {
  margin-bottom: 70px;
  row-gap: 100px;
}

/* End services */


/* product page css */



/* product page css */

/* General styles for the product wrapper */
.product-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  /* padding: 30px; */
  margin-bottom: 25px;
  display: inline-block;
}

/* Title Styles */
h2.borders-top {
  margin-bottom: 0;
  text-align: center;
  font-size: 23px;
  text-transform: capitalize;
  color: #000;
}

/* Image inside product wrapper */
.product-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.product-wrapper p,
.product-wrapper h2 {
  color: #000;
  padding: 5px;
  border-radius: 3px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1;
  line-height: 1.6;
  text-align: center;
}

.product-wrapper h2 {
  padding: 8px 12px 12px 12px;
  border-radius: 3px;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1;
  color: #fff;
}

.product-wrapper:hover p,
.product-wrapper:hover h2 {
  opacity: 1;
  color: #fff;
  transform: translateY(0);
}

.product-wrapper:hover .sub-products-details {
  top: 0;
  align-items: center;
  justify-content: center;
  background-color: #000000e0;
}

.sub-products-details {
  position: absolute;
  top: 85%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c2a2ac4;
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: all .8s ease;
  padding: 5px;
  text-align: center;
}

/* end product page css */

/* thankyou-page */
.thank-you-img svg path.left-th {
  fill: #000;
}

.thank-you-img svg path.main-th {
  fill: #7f0226;
}


/* induastry we serve */
.industry-we-serve figure.services-box img {
  opacity: 1;
  transition: opacity 0.35s;
}

.industry-we-serve figure.services-box figcaption h2,
.industry-we-serve figure.services-box figcaption p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}

.industry-we-serve figure.services-box:hover img {
  opacity: 0.3;
}

.industry-we-serve figure.services-box:hover figcaption h2,
.industry-we-serve figure.services-box:hover figcaption p {
  opacity: 1;
  transform: translate3d(0%, 0%, 0);
}

.industry-we-serve figure.services-box:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
}


/* Base Styles */
.industry-we-serve .services-box {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  background: #000000;
  text-align: left;
}

.industry-we-serve figure.services-box img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.industry-we-serve figure.services-box figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}

.industry-we-serve figure.services-box figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.industry-we-serve figure.services-box h2,
.industry-we-serve figure.services-box p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.industry-we-serve figure.services-box h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.industry-we-serve figure.services-box h2 span {
  font-weight: 800;
}

.industry-we-serve figure.services-box p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.industry-we-serve figure.services-box a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

.industry-we-serve figure.services-box:hover img {
  opacity: 0.3;
}

.industry-we-serve figure.services-box:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.industry-we-serve figure.services-box:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  line-height: 1.7;
  margin-top: 15px;
  font-size: 16px;
}

.industry-we-serve figure.services-box:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* contact page css */
/* Contact us  */

.right_conatct_social_icon {
  background: linear-gradient(to top right, #7a0029 -5%, #ab8a95 100%);
}

.contact_us {
  background-color: #fbfbfb;
  padding: 90px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field {
  box-shadow: 3px 3px 0 #c9c9c9;
  border: 2px solid #d3d3d3;
  border-radius: 13px;
  padding: 30px;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
  line-height: 1.5;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 16px;
  padding-left: 0;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #7f0226;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_field .enquiry-btn {
  margin-top: 50px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  min-height: 400px;
  max-width: 400px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-size: 25px;
  color: #fff;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
  color: #fff;
  padding-top: 5px;
  font-size: 18px;
}

.info_single a {
  letter-spacing: 1px;
  color: #7f0226;
  width: 100%;
  display: block;
  padding: 15px 25px;
  font-size: 15px;
  text-decoration: unset;
  font-weight: 500;
  background: #ffffff;
  border-radius: 5px 0 0 5px;
}

.info_single p {
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #7f0226;
  width: 100%;
  display: block;
  padding: 15px 25px;
  font-size: 15px;
  text-decoration: unset;
  font-weight: 500;
  background: #ffffff;
  border-radius: 5px 0 0 5px;
}


button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;

  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.contact_field .form-group.has-feedback.mb-0 {
  width: fit-content;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}

.map_inner {
  padding: 50px 50px 0px 50px;
}

.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center
}

.map_inner p {
  font-size: 13px;
}

.map_bind {
  margin-top: 10px;
  border-radius: 30px;
  overflow: hidden;
}

/* DroupDown css */
.dropdown-menu {
  background-color: #000000;
  color: #fff;
  width: 400px;
}

.dropdown-menu li {
  padding: 14px 12px;
  border-bottom: 1px solid #ededed47;
  transition: all 1s ease;
}

.dropdown-menu li:hover {
  transform: translateX(9px);
}

ul .dropdown-menu li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.dropdown-menu li a {
  color: #ffff;
  text-transform: uppercase;
}


/* <---- kamal 21-08-2024 -----> */
.category-inf p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 10px 0 14px;
}

.category-inf ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 3px 0;
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.4;
}

.category-heading h3 {
  font-size: 28px;
  color: #850f22;
  font-weight: 600;
}

.category-heading h4 {
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.product-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* padding: 25px; */
  border: 10px solid #f8f8f8;
}

.single-box {
  margin-top: 30px;
}

li.sidebar .enquiry-btn .btn {
  color: #7f0226;
  border-color: #7c0028;
  background-color: #ffffff;
  cursor: pointer !important;
}

li.sidebar .enquiry-btn .btn:hover {
  background-color: #7c0028;
  color: #fff;
  cursor: pointer !important;
}

li.sidebar a.tran3s {
  font-size: 16px;
  line-height: 50px;
  color: #7f0226;
  background: #e8eaeb;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 18px 14px;
  position: relative;
  font-weight: 500;
}

a.tran3s svg path {
  fill: #7f0226;

}

a.tran3s svg {
  padding-right: 5px;
}

.category-heading {
  position: relative;
}

.panel-wrapper::after {
  content: '';
  position: absolute;
  top: 34px;
  height: 5px;
  width: 48px;
  background-color: #850f22;
  left: 0px;
}

.icon {
  display: flex;
  align-items: center;
}

.icon svg {
  margin-right: 15px;
}

.panel-wrapper-text p {
  padding-top: 10px;
  color: #54595f;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.panel-wrapper-text {
  margin-top: 30px;
}

.panel-wrapper-text .icon svg path {
  fill: #820924b8;
}

.panel-wrapper-text .icon {
  transition: all 1s ease;
}

.panel-wrapper-text .icon:hover {
  transform: translateX(9px);
}

/* tetimonal css */
.testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.testimonials::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgb(127 2 38 / 2%);
}

.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .title h5 {
  color: #EB6D2F;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: -3px;
}

.testimonials .title h2 {
  color: #5A3733;
  line-height: 1.2em;
  font-weight: 900;
  font-size: 41px;
  letter-spacing: -1px;
  margin: 0
}

.testimonials .title img {
  margin-top: -10px;
}

.testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #5A3733;
}

.testimonials .testi .item {
  background: #fff;
  padding: 30px 30px;
  border-radius: 15px;
  margin: 10px;
  min-height: 450px;
}

.testimonials .testi .item .profile {
  display: flex;
  padding-left: 0px;
  justify-content: center;
}

.testimonials .testi .item .profile img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover
}

.testimonials .testi .item .profile .information {
  padding-left: 0px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.stars {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials .testi .item .profile .information .stars i {
  color: #ffd832
}

.testimonials .testi .item .profile .information p {
  font-size: 20px;
  margin: 0px auto 0px;
  color: #7f0226;
  font-weight: 700;
  line-height: 1;
}

.testimonials .testi .item .profile .information span {
  color: #EB6D2F;
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}

.testimonials .testi .item>p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #000;
  text-align: center;
}

.testimonials .testi .item .icon {
  text-align: center;
  justify-content: center;
}

.testimonials .testi .item .icon i {
  font-size: 70px !important;
  color: #820924;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #7f022638;
  width: 100%;
  padding-bottom: 30px;
}

.testimonials .clinet-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clinet-info h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-left: 14px;
  color: #7a7a7a;
  transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #7f0226;
  border-radius: 100px;
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #7f0226;
}

.we-manufacturers-services .industry-boxes {
  margin-bottom: 30px !important;
}

/* new key feturs */
.service-section .icon-box:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
  border-color: transparent;
}

.service-section .icon-box {
  padding: 30px;
  border-radius: 6px;
  background-color: #4c474805;
  height: 100%;
}

.latest-boxses .box-spacing {
  margin-bottom: 30px;
}

.service-section .icon-box:hover .service-title {
  color: #7f0226;
}

.service-section .icon-box .service-icon {
  float: left;
  color: #7f0226;
  font-size: 40px;
}

.service-section .icon-box .service-title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.service-section .icon-box .service-title {
  color: #000;
  transition: 0.3s;
  text-decoration: none;
}

.service-section .icon-box .service-para {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.service-section .service-main-heading {
  color: #556270;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
}

.key-wrapper img {
  height: 30px;
  width: 30px;
}


/* new contact form */

.contactinfo_item {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #dfdfdfa1;
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  background-color: #f9f9f973;
  display: flex;
  align-items: baseline;
}

.contactinfo_item p {
  padding-left: 30px;
  margin-bottom: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: #000000;
  padding-top: 0;
}

.contactinfo-title.mb-0 {
  font-size: 35px;
  color: #000;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 40px !important;
}

.contactinfo_item p a {
  color: #000;
}

.contactinfo_item span svg {
  width: 50px;
  height: 50px;
}

.bg-contact-box {
  margin: 50px 0px;
}


.product-submenu {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out, visibility 0.7s ease-in-out;
}

.product-submenu.show {
  display: block;
  max-height: 1000px;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.7s ease-in-out;
}

@media (min-width: 992px) {
  .dropdown:hover .product-submenu {
    max-height: 1000px;
    visibility: visible;
    transition: max-height 0.7s ease-in-out, visibility 0.7s ease-in-out;
  }

  .dropdown:hover .arrow-icon {
    transform: rotate(180deg);
  }
}

/* product-slidr */

.card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
}

.img-select {
  display: flex;
  justify-content: center;
}

.img-item {
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}


.img-item {
  border: 2px solid #850f22;
}



img.showcase {
  width: 160px;
}

.faq-item .accordion-item {
  margin-bottom: 20px !important;
}

.faq-item h2 button {
  font-size: 20px;
  margin: 10px 0px 10px 0px;
  line-height: 32px;
  color: #000000b0;
  width: 100%;
  font-weight: 500 !important;
  border-radius: 4px !important;
}

.faq-item .accordion-body p,
.faq-inner-list ol li {
  font-size: 18px;
  width: 100%;
  font-weight: 400;
  line-height: 32px;
  color: #000000b0;
  width: 100%;
}

.faq-item .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #7c0028 !important;
  box-shadow: unset !important;
}

.faq-item .accordion-button:focus {
  box-shadow: unset !important;
}

.faq-item .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.faq-inner-list {
  margin-top: 20px;
}

.faq-inner-list h3 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}

.footer-call p b {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.contactinfo_item-one {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #dfdfdfa1;
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  background-color: #f9f9f973;
  display: flex;
  align-items: baseline;
}

.contactinfo_item-one span svg {
  width: 50px;
  height: 50px;
}

.contactinfo_item-one p a {
  color: #000;
}

.contactinfo_item-one p {
  padding-left: 30px;
  margin-bottom: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: #000000;
  padding-top: 0;
}

img.capside {
  width: 100px;
  margin-top: 20px;
}


/* Gallery Container Styles */
.gallery-item {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 45%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Hover Effect */
.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.gallery-item a {
  display: block;
  text-decoration: none;
}

/* Fancybox overlay styles */
.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
}

li {
  list-style: none;
}






.products-details-section-page .slider {
  padding: 5px 10px;
  color: #fff
}

.products-details-section-page .slider .swiper-container {
  width: 100%;
  height: 100%
}

.products-details-section-page .slider__col {
  margin-right: 32px
}

.products-details-section-page .slider__prev,
.products-details-section-page .slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase
}

.products-details-section-page .slider__prev:focus,
.products-details-section-page .slider__next:focus {
  outline: none
}

.products-details-section-page .slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5
}

.products-details-section-page .slider__thumbs .slider__image:hover,
.products-details-section-page .slider__thumbs_two .slider__image:hover {
  opacity: 1
}

.products-details-section-page .slider__thumbs .swiper-slide-thumb-active .slider__image,
.products-details-section-page .slider__thumbs_two .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1
}

.products-details-section-page .slider__images,
.products-details-section-page .slider__images_one {
  height: 650px
}

.products-details-section-page .slider__images .slider__image img {
  transition: 3s
}

.products-details-section-page .slider__image {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #820924;
}

.products-details-section-page .slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:767.98px) {
  .products-details-section-page .slider__flex {
      flex-direction: column-reverse
  }

  .products-details-section-page .slider__col {
      flex-direction: row;
      align-items: center;
      margin-right: 0;
      margin-top: 24px;
      width: 100%
  }

  .products-details-section-page .slider__images,
  .products-details-section-page .slider__images_one {
      width: 100%
  }

  .products-details-section-page .slider__thumbs,
  .products-details-section-page .slider__thumbs_two {
      height: 100px;
      width: calc(100% - 96px);
      margin: 0 16px
  }

  .products-details-section-page .slider__prev,
  .products-details-section-page .slider__next {
      height: auto;
      width: 32px
  }
}
.product-arrows .swiper-button-prev, .product-arrows .swiper-button-next {
  background-image: unset;
  width: 50px;
  height: 50px;
  background-color: #841421bd;
  border-radius: 6px;
  padding: 10px;
  backdrop-filter: blur(9px);
}
img.img-gif {
  width: 121px;
}


.sub-send-inquiry-form-2 {
  position: fixed;
  right: -93px;
  top: 50%;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
  bottom: auto;
}

.sub-send-btn-2 {
  background-color: #000000;
  border-radius: 30px 30px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  transform: rotate(-90deg);
}

.icon {
  display: flex;  
  align-items: center;
}
.sub-send-btn-2 a {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
}

label.error {
  color: red !important;
  font-weight: 400;
  font-size: 13px !important;
  text-transform: capitalize;
}



.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 50px 0;
  z-index: 999999
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 133px 0;
  z-index: 999999
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both
}

@-webkit-keyframes vibrate-3 {
  0% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }

  10% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }

  20% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }

  30% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }

  40% {
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px)
  }

  50% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }

  60% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }

  70% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }

  80% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }

  90% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }

  100% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
}

@keyframes vibrate-3 {
  0% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }

  10% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }

  20% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }

  30% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }

  40% {
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px)
  }

  50% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }

  60% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }

  70% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }

  80% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }

  90% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }

  100% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
}


.footer-whatsapp-call {
  display: block
}

.footer-box {
  display: none
}

@media screen and (max-width:991px) {

  .sub-send-inquiry-form,
  .sub-send-inquiry-form-2 {
      display: none
  }

  .sub-send-inquiry-form,
  .footer-whatup-icons {
      display: none
  }

  .footer-box {
      display: flex !important;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #0f4da2;
      color: #fff;
      text-align: center;
      z-index: 999999;
      display: grid;
      grid-template-columns: 1fr 1fr
  }

  .book-app {
      width: 100%;
      padding: 1%;
      float: left;
      line-height: 30px;
      text-align: center;
      max-height: 100px
  }

  .book-app a {
      font-size: 14px
  }

  .sticklist {
      display: none !important
  }

  .footer-whatsapp-call {
      display: none
  }
  #contact-us{
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px){
  .refresh-captcha-inquery{
    display: none;
  }
}