@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600;700&family=Barlow:wght@400;600;700&family=Sulphur+Point:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  background-color: #fffafd;
  scroll-behavior: smooth !important;
  font-family: "Barlow", sans-serif;
}

/* [data-hero="dibiaa-website"] {
  background-image: url("../images/main-banner.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (-o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  [data-hero="dibiaa-website"] {
    background-image: url("../images/main-banner.jpg");
  }
} */

.banner-parallax-home {
  display: block;
  text-align: center;
  position: relative;
  transform-origin: 485px 64px;
  transform: translate(0px, 0px);
  opacity: 1;
}

.banner-parallax-mtb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.perspective {
  perspective: 500px;
}

.front-banner {
  max-height: 900px;
}

/* font-family: 'Barlow', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Sulphur Point', sans-serif; */

/* navbar start */

header.fixed-header-product {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s ease all;
  background-color: #fffafd;
  transition: 1s ease all !important;
  border-bottom: 1px solid #000;
}

header.fixed-header-product nav {
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

header.fixed-header-product nav .logo svg {
  margin-right: 25px;
  cursor: pointer;
}

header.fixed-header-product nav .logo .logo-white {
  display: none;
}

header.fixed-header-product nav .menu svg {
  margin-right: 25px;
}

header.fixed-header-product nav .menu button {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  padding: 11px 24px;
  border-radius: 49px;
}

header.fixed-header2 {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s ease all;
  background-color: #e7e5e2;
  /* background-color: #f3f1ee; */
  /* transform: translateY(-120px); */
  transition: 1s ease all !important;
  border-bottom: 1px solid #000;
}

.d-mode-ml {
  margin-left: -9px;
}

header.fixed-header2 nav {
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

header.fixed-header2 nav .logo > svg {
  margin-right: 25px;
  cursor: pointer;
}
header.fixed-header2 nav .logo .logo-white {
  display: none;
}
header.fixed-header2 nav .logo .logo-always {
  display: inline-block;
}

header.fixed-header2 nav .menu svg {
  margin-right: 25px;
}

header.fixed-header2 nav .menu button {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  padding: 8px 12px;
}

header.fixed-header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  transition: 0.3s ease all;
  background-color: #fffafd;
  transform: translateY(-120px);
  transition: 1s ease all !important;
  border-bottom: 1px solid #000;
}

header.fixed-header nav {
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

header.fixed-header nav .logo > svg {
  margin-right: 25px;
  cursor: pointer;
}

header.fixed-header nav .logo .logo-white {
  display: none;
}

header.fixed-header nav .menu svg {
  margin-right: 25px;
  cursor: pointer;
}

header.fixed-header nav .menu button {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  padding: 11px 24px;
  border-radius: 49px;
}

header.main-header {
  width: 100%;
  position: absolute;
  z-index: 999;
  transition: 0.3s ease all;
  background-color: transparent;
  transform: translateY(0);
}

header.main-header.down {
  transform: translateY(-100%);
}

header.main-header path {
  fill: white;
}

header.main-header #navbar-open:hover path {
  fill: #ba2c89;
}

header.main-header nav {
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

header.main-header .logo-always {
  display: none;
}

header.main-header nav .logo > svg {
  margin-right: 15px;
  cursor: pointer;
}

header.main-header nav .menu svg {
  margin-right: 25px;
}

header.main-header nav .menu button {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  padding: 11px 24px;
  border-radius: 49px;
}

.navigation-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 999999;
  transform: translateY(-120vh);
  transition: 0.4s ease all;
  opacity: 0.85;
}

.navigation-menu header.header {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: green; */
}

.navigation-menu header.header .logo > svg {
  margin-right: 15px;
  cursor: pointer;
  margin-left: -5px;
}

.navigation-menu header.header .logo > svg:hover path {
  fill: #ba2c89;
}

.navigation-menu header.header .menu {
  display: flex;
  align-items: center;
  /* margin-right: 25px; */
}

.navigation-menu header.header .menu a {
  display: flex;
  align-items: center;
}

.navigation-menu header.header .menu a:hover path {
  fill: #ba2c89;
}

.navigation-menu header.header .menu a:hover span {
  color: #ba2c89;
}

.navigation-menu header.header .menu span.mail,
span.phone {
  /* margin-right: 25px; */
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  margin-left: 5px;
  transition: 0.3s ease all;
}

.navigation-menu header.header .menu span.mail {
  margin-right: 20px;
}

.navigation-menu header.header .menu span.phone:hover {
  color: #ba2c89;
}

.nav-footer a > svg {
  font-size: 24px;
}

.nav-footer a:hover path {
  fill: #ba2c89;
}

.navigation-menu section.navigation-links {
  margin: auto;
  text-align: center;
}

a {
  text-decoration: none;
  color: unset;
  padding: 0;
  margin: 0;
}

a:hover {
  color: unset;
}

.navigation-menu section.navigation-links li {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
}

.navigation-menu section.navigation-links li:hover {
  color: #9b1857;
}

.navigation-menu section.navigation-links li:not(:first-child) {
  margin-top: 25px;
}

.navigation-menu section.navigation-links p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}

.navigation-menu section.nav-footer {
  /* background-color: #00A473; */
  padding: 20px 20px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: end;
}

.navigation-menu section.nav-footer a:not(:first-child) {
  margin-left: 15px;
}

/* .navigation-menu section.nav-footer img{
    padding-bottom: 25px;
} */

/* navbar end */

/* home banner background start */

.home-background {
  position: relative;
  width: 100%;
  height: 250vh;
  background-color: #e7e5e2 !important;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}

.content {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.c-home-hero__layer__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 115vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#myVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

#myVideo-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

.c-home-hero__layer {
  width: 100%;
  left: 0;
  height: 100vh;
  border-radius: 0 0 70px 70px;
}

.c-home-hero__layer__background {
  border-radius: 0 0 0 0;
}

.-front .c-home-hero__layer__background {
  background-color: #000;
  background-size: cover;
  background-position: 50% 100%;
}

.c-home-hero__layer.-front {
  z-index: 10;
}

.c-home-hero__layer__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #e7e5e2;
  /* background-color: #E7E5E2; */
}

.c-home-hero__layer {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #e7e5e2;
  width: 100%;
  height: 100vh;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
}

.c-home-hero__layer.-front:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  z-index: 2;
}

.c-multiline-title {
  margin-top: -150px;
}

.banner-content-white,
.banner-content-black {
  margin-top: 140px;
}

.banner-content-white .h1 {
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.banner-content-white span:nth-child(1).h1,
.banner-content-black span:nth-child(1).h1 {
  font-size: 64px;
  line-height: 82px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.banner-content-white span:nth-child(2).h1,
.banner-content-black span:nth-child(2).h1 {
  font-size: 64px;
  line-height: 82px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
}

.banner-content-white span:nth-child(3).h1,
.banner-content-black span:nth-child(3).h1 {
  font-size: 64px;
  line-height: 82px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.banner-content-black .h1 {
  color: #000;
  font-size: 80px;
  line-height: 90px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.banner-content-white .h4 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.banner-content-black .h4 {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.banner-content-white .p {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  transition: .3s ease-in all;
}

.banner-content-white .p a {
  transition: .1s ease-in all;
}

.banner-content-white .p a:hover {
  font-weight: 600;
  /* font-size: 26px; */
}

.banner-content-black .p {
  color: #000;
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

.banner-content-white .button-white button {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  border-radius: 49px;
}

.banner-content-white .button-white button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

.button-black button {
  background-color: transparent;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #000;
  transition: all 0.3s ease;
  border-radius: 49px;
}

.button-black button:hover {
  background-color: #000;
  color: #e7e5e2;
  border: 1px solid #000;
}

/* home banner background end */

/* counter start */

.counter-wrapper {
  background-color: #000000;
  border-radius: 0 0 70px 70px;
  padding: 25px 0;
  text-align: center;
}

.counter-wrapper h4 {
  font-size: 36px;
  line-height: 43px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700 !important;
}

.counter-wrapper h4.green {
  color: #00a473;
}

.counter-wrapper h4.orange {
  color: #fc774d;
}

.counter-wrapper h4.blue {
  color: #497af6;
}

.counter-wrapper h4.red {
  color: #fa5151;
}

.counter-wrapper p {
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  color: #fff !important;
}

.counter-wrapper .bg {
  border-right: 1px solid #fff;
}

/* counter end */

/* home content start */
.home-content {
  z-index: 2;
  position: relative;
}
.desc_section {
  background-color: #f8cc90;
  z-index: 1;
}
.desc_section h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow", sans-serif;
}
.home .desc_section {
  position: relative;
  padding: 200px 0px 100px 0px;
  top: -100px;
}

.page-template-page-about .desc_section {
  padding: 100px 0px;
  margin-top: -60px;
  z-index: -1;
  position: relative;
  padding-top: 160px;
}

.home-content .scnd-content {
  padding: 120px 0;
}

.home-content .scnd-content h1 {
  color: #101f2c;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
}

/* home content start */

/* funders section start */

.funders-section {
  padding: 100px 0;
}

.funders-image-sec {
  position: relative;
}

.funders-image-sec img.video {
  position: absolute;
  right: 160px;
  top: 40px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: 0.3s ease all;
  animation-name: blink;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.7);
  }
}

.funders-section .funders-content-sec h2 {
  color: #c52c8d;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
}

.funders-section .funders-content-sec h3 {
  color: #000;
  font-size: 80px;
  line-height: 90px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
}

.funders-section .funders-content-sec .desc {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  padding-left: 60px;
  margin-top: 45px;
}

.funders-section .funders-content-sec .desc span {
  font-weight: 600 !important;
}

.mfp-hide {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
  font-size: 42px;
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.3s ease all;
  line-height: 42px;
  /* margin-right: 25px; */
  position: absolute;
  top: 0;
  right: -60px;
}

/* funders section end */

/* .outer-category-wrapper{
  position: relative;
  width: 100%;
  background-color: #00a473;
}
.slider-wrapper{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slider-content{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.slider-sticky{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  clip: rect(0, auto, 0, auto);
  pointer-events: none;
}
.slider-item{
  width: 100%;
  display: flex;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.slider-images{
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
.slider-images:first-child{
  z-index: 5;
}
.slider-images:nth-child(2){
  z-index: 4;
}
.slider-images:nth-child(3){
  z-index: 3;
}
.slider-images:nth-child(4){
  z-index: 2;
} */

/* .category{
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #00a473;
}
.parallax-category{
  width: 100%;
}
.left-section{
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
} */

.category {
  margin: 0;
  margin-bottom: 100px;
}

.mob-category {
  display: none;
}

.mob-category .mob-category-content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
  padding: 30px 25px;
  text-align: center;
}

.mob-category .mob-category-content h2 {
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
  margin: 0;
  /* display: none; */
}

.mob-category h1 {
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 600 !important;
  margin: 0;
  padding: 15px 0;
}

.mob-category .mob-category-content img {
  margin-top: 20px;
}

.mob-category .mob-category-content p {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin: 0;
  margin-top: 20px;
}

.mob-category .mob-category-content button {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 0;
  padding: 8px 16px;
  border-radius: 50px;
  transition: 0.7s ease all;
  margin: 0;
  margin-top: 20px;
}

.mob-category .mob-category-content button img {
  background-color: #253640;
  border-radius: 50%;
  padding: 6px;
  margin: 0;
  margin-right: 5px;
}

.mob-jewellery-btn {
  background-color: #5e849a;
  border: 1px solid #5e849a;
}

.mob-confectionary-btn {
  background-color: #a38f69;
  border: 1px solid #a38f69;
}

.mob-cosmetics-btn {
  background-color: #af637e;
  border: 1px solid #af637e;
}

.mob-gifting-btn {
  background-color: rgb(121, 132, 164);
  border: 1px solid rgb(121, 132, 164);
}

.mob-bg-one {
  background-color: #6993ab;
}

.mob-bg-two {
  background-color: rgb(165, 175, 202);
  margin-top: -22px;
}

.mob-bg-two .mob-category-content h1 {
  margin-top: 22px;
}

.mob-bg-three {
  background-color: #ca7593;
  margin-top: -22px;
}

.mob-bg-three .mob-category-content h1 {
  margin-top: 22px;
}

.mob-bg-four {
  background-color: rgb(189, 166, 121);
  margin-top: -22px;
}

.mob-bg-four .mob-category-content h1 {
  margin-top: 22px;
}

.category .category-heading h2 {
  color: #000;
  font-size: 90px;
  line-height: 110px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
}

.category .category-heading {
  overflow-x: hidden;
}

.ca-heading-right {
  text-align: right;
  transform: translateX(400px);
  margin-bottom: 50px;
}

.category-wrapper {
  width: 100%;
  position: relative;
  height: 400vh;
  background-color: #6993ab;
  transition: 0.7s ease all;
}

.category-wrapper .left-section {
  position: absolute;
  width: 50%;
  left: 0;
}

.category-wrapper .left-section ol {
  list-style-type: none !important;
  /* display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column; */
  margin-left: -30px;
}

/* .first{
  background-color: #6993AB;
}
.second{
  background-color: #BDA679;
}
.third{
  background-color: #CA7593;
}
.fourth{
  background-color: #BD7979;
} */
.category-wrapper .left-section .item {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding: 0 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
}

.category-wrapper .left-section .item h2 {
  color: #000;
  font-size: 80px;
  line-height: 110px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
  margin-bottom: 0;
}

.category-wrapper .left-section .item img {
  margin-top: 20px;
}

.category-wrapper .left-section .item p {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin-top: 20px;
  margin-bottom: 0;
}

.category-wrapper .left-section .item button {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 8px 16px !important;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.category-wrapper .left-section .item button::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}

.category-wrapper .left-section .item button:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.category-wrapper .left-section .item button:hover span {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  position: relative;
}

.category-wrapper .left-section .item button img {
  position: relative;
  background-color: #253640;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
  margin-right: 5px;
}

.jewellery-btn {
  background-color: #5e849a;
  border: 1px solid #5e849a;
}

.confectionary-btn {
  background-color: #a38f69;
  border: 1px solid #a38f69;
}

.cosmetics-btn {
  background-color: #af637e;
  border: 1px solid #af637e;
}

.gifting-btn {
  background-color: #9b6464;
  border: 1px solid #9b6464;
}

.category-wrapper .right-section {
  width: 50%;
  height: 100vh;
  position: sticky;
  left: 50%;
  top: 0;
  overflow: hidden;
}

.category-wrapper .right-section ul.sticky-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  /* margin-top: -30px; */
  margin-top: 0;
  scroll-behavior: smooth;
}

.category-wrapper .right-section .sticky-scroll-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105vh;
  transition: none;
}

.sticky-scroll-image img {
  width: 100%;
  height: 100%;
}

.five {
  z-index: 5 !important;
  /* transition: .7s ease all; */
  scroll-behavior: smooth;
}

.four {
  z-index: 4 !important;
  /* transition: .7s ease all; */
}

.three {
  z-index: 3 !important;
  /* transition: .7s ease all; */
}

.two {
  z-index: 2 !important;
  /* transition: .7s ease all; */
}

/* .category-wrapper .right-section ul.sticky-images:first-child{
  z-index: 5;
}
.category-wrapper .right-section ul.sticky-images:nth-child(2){
  margin-top: -133px;
  z-index: 4;
}
.category-wrapper .right-section ul.sticky-images:nth-child(3){
  margin-top: -133px;
  z-index: 3;
}
.category-wrapper .right-section ul.sticky-images:nth-child(4){
  margin-top: -133px;
  z-index: 2;
} */

/* collections section start */

.collections h1#heading-left {
  color: #000;
  font-size: 96px;
  line-height: 110px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
  /* transform: translateX(3000px);
  overflow-x: hidden!important; */
}

.collections h1#heading-right {
  color: #000;
  font-size: 96px;
  line-height: 110px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
}

.collections h1.right {
  text-align: right;
}

.collections .items h4 {
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  margin-top: 15px;
  margin-bottom: 0;
}

.collections .items p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  margin-top: 10px;
}

.c-mt-d {
  margin-top: 40px;
}

.collections .items {
  position: relative;
  margin-bottom: 30px;
}

.collections .items:hover .item-hover-img img {
  transform: scale(1.3);
  overflow: hidden;
}

.collections .items:hover .arrow-background {
  background-color: #c42c8d;
}

.collections .items .item-hover-img,
.collections .items .item-hover-img img {
  width: 100%;
  transition: 0.5s ease all;
  overflow: hidden;
  border-radius: 0px 0px 30px 30px;
}

.collections .items .item-hover-img:hover img {
  transform: scale(1.3);
  overflow: hidden;
}

.collections .items .arrow-background {
  position: absolute;
  right: 30px;
  background-color: #253640;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.5s ease all;
  margin-top: -40px;
  cursor: pointer;
}

.collections .items .arrow-background img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.collections .rel-product .items .arrow-background img {
  width: unset;
}

.collections .items .arrow-background:hover {
  background-color: #c42c8d;
}

.con-sec-cat-page-mt {
  margin-top: 100px;
}

/* collections section start */

/* clients section start */

.clients .clients-product-page .img-item {
  width: 463px;
  height: 457px;
}

.img-item {
  width: 376px;
  /* height: 457px; */
  /* width: 80%;
  margin: auto; */
}

.img-item img {
  width: 100%;
}

.slide-carousel .owl-nav button.owl-prev {
  background-color: #c52c8d !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
}

.slide-carousel .owl-nav button.owl-next {
  background-color: #c52c8d !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
}

.slide-carousel .owl-nav button:first-child {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.slide-carousel .owl-nav button:nth-child(2) {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

.slide-carousel .owl-nav button img {
  width: 12px;
  height: 11px;
}

.clients {
  margin-top: 100px;
}

.clients .clients-sections h3 {
  color: #c52c8d;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
}

section.contact .form-heading h3 {
  color: #c52c8d;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500 !important;
}

.clients .clients-sections h4 {
  color: #000;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
}

.clients .clients-words {
  background-image: url("../images/quotation.png");
  background-repeat: no-repeat;
  background-position: 6% 10%;
  /* max-width: 410px; */
  background-color: #fff;
  filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.1));
  padding: 14px 24px;
  margin-left: 20px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.clients .clients-words p.heading {
  color: #3d3d3d;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  margin-top: 10px;
}

.clients .clients-words p.word {
  color: #292929;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
}

.clients .clients-product-image img.product-arrow {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.nav-pills {
  margin-top: 60px;
}

.clients-mt {
  margin-top: 12px;
}

.nav-pills li.nav-item.active a img {
  /* background-color: #00a473; */
  border: 2px solid #253640;
  /* transform: scale(1.2); */
}

.current-active {
  border-top: 3px solid #253640 !important;
  border-radius: 0 !important;
}

/* clients section end */

/* testimonials section start */

.testimonials {
  margin-top: 100px;
}

.testimonials .item .card {
  padding: 10px 22px;
  padding-top: 0;
  background-color: #fff;
  border: none;
  border-radius: 0px 0px 40px 40px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
  transition: 0.3s ease all;
  margin: 25px 14px;
  /* min-height: 250px; */
}

.testimonials .item .card .image {
  display: flex;
  justify-content: space-between;
  margin-top: -25px;
  transition: 0.3s ease all;
}

.testimonials .item .card .image a {
  /* background-color: #00a473; */
  /* margin-left: -180px; */
  position: absolute;
  left: 84px;
}

.testimonials .item .card .image img.testimonial-funders {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s ease all;
  animation-name: tblink;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes tblink {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.8);
  }
}

.testimonials .item .card .image img.avatar {
  width: 84px;
  height: 84px;
}

.testimonials .item .card .image span {
  display: flex;
  align-items: flex-end;
  transition: 0.3s ease all;
}

.testimonials .item .card .image span img {
  width: 22px;
  height: 22px;
}

.testimonials .item .card .card-heading {
  margin-top: 20px;
}

.testimonials .item .card .card-heading span.name {
  color: #1b1b1b;
  font-size: 24px;
  line-height: 24px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700 !important;
}

.testimonials .item .card .card-heading span.date {
  color: #838383;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  margin-left: 20px;
}

.testimonials .item .card .client-content {
  position: relative;
  color: #292929;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  margin-top: 10px;
  z-index: 99 !important;
}

.testimonials .item .card .client-content img {
  position: absolute;
  top: -5px;
  left: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.testimonials .item .card .client-content p {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.testimonials .item .card:hover {
  background-color: #253640;
  padding-top: 15px;
}

.testimonials .item .card:hover .client-content,
.testimonials .item .card:hover .card-heading span.date,
.testimonials .item .card:hover .card-heading span.name {
  color: #fff !important;
}

.testimonials .item .card:hover .image {
  margin-top: 0;
}

.owl-dots {
  display: none;
}

.owl-nav button span {
  width: 30px;
  height: 30px;
}

.blogs .owl-nav {
  position: relative;
  z-index: 99999;
}

.owl-nav button.owl-prev {
  background-color: #253640 !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
}

.owl-nav button.owl-next {
  background-color: #253640 !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
}

.owl-nav button img {
  text-align: center;
  margin: auto;
  margin: 0;
  padding: 0;
  margin-top: -4px;
}

/* .owl-nav button.owl-next:hover, .owl-next{
    background-color: gray!important;
} */
/* .owl-carousel .owl-stage-outer{
    background-color: #fff!important;
} */

/* testimonials section end */

/* support section start */

.support {
  margin-top: 100px;
}

.support .support-content {
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 519px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.support .support-content h2 {
  color: #000;
  font-size: 90px;
  line-height: 100px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
  position: relative;
  /* top: -40px; */
}

.support .support-content p {
  width: 450px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  /* margin-bottom: 40px; */
}

.support .support-content button {
  background-color: #253640;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  border: 1px solid transparent;
  border-radius: 49px;
  padding: 10px 20px 10px 14px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.support .support-content button::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}

.support .support-content button:hover {
  color: #fff;
}

.support .support-content button:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.support .support-content button img {
  background-color: transparent;
  border: 1px solid #fff !important;
  border-radius: 50%;
  padding: 10px;
  margin-right: 5px;
  margin-left: 0;
  position: relative;
}

.support .support-content button span {
  position: relative;
}

.support-mob {
  margin-top: 100px;
  display: none;
}

.support-mob .support-content h4 {
  color: #000;
  font-size: 96px;
  line-height: 100px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
}

.support-mob .support-content p {
  width: 450px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
}

.support-mob .support-content button {
  background-color: #253640;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 10px 26px;
  margin-top: 5px;
}

.support-mob .support-content button img {
  background-color: transparent;
  border: 1px solid #fff !important;
  border-radius: 50%;
  padding: 10px;
  margin-right: 5px;
  margin-left: 0;
  padding-right: 7px;
}

/* support section end */

/* blogs section start */

.blogs {
  margin-top: 100px;
}

/* .blogs .owl-nav {
  margin-top: -50px;
} */
.blogs h2 {
  color: #000;
  font-size: 90px;
  line-height: 100px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
  text-align: center;
}

.blogs .blog-wrapper {
  position: relative;
  width: 310px;
  height: 125px;
  background-color: #fff !important;
  margin-top: -50px;
  z-index: 999;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease all;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-inner {
  padding: 25px 25px;
  padding-top: 20px;
  transition: 0.4s ease-in all;
}

.blogs .blog-wrapper p.date {
  color: #868686;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 0;
  transition: 0.3s ease all;
}

.blogs .blog-wrapper p.profile {
  color: #868686;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.3s ease all;
}

.blogs .blog-wrapper p.blog-content {
  color: #292929;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blogs .blog-post {
  transition: 0.3s ease-in all;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.blogs .blog-post img {
  transition: 0.3s ease-in all;
}

.blogs .blog-post:hover img {
  transform: scale(1.2);
}

.blogs .blog-wrapper:hover .blog-inner {
  transform: translateY(-50px);
}

/* .blogs .blog-wrapper p.read-more {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.3s ease all;
  margin-top: 15px;
} */

.blogs .blog-wrapper p.read-more span.arrow-img {
  background-color: #253640;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* .blogs .blog-wrapper p.read-more span.arrow-img img{
} */

.blogs .blog-wrapper p.read-more {
  transition: 0.3s ease all;
}

.blogs .blog-wrapper p.read-more a {
  color: #292929;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 0;
  transition: 0.3s ease all;
}

.blogs .blog-wrapper p.read-more a:hover {
  color: #ba2c89;
}

.blogs .blog-wrapper:hover p.read-more {
  display: block;
}

.blogs .blog-wrapper:hover p.date {
  color: #253640;
}

.blogs .blog-wrapper:hover p.profile {
  color: #253640;
}

/* .mtb-mob{
    margin: 0 20px;
} */

/* blog section end */

/* FAQ section start */

.faq {
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq h2 {
  color: #000;
  font-size: 90px;
  line-height: 100px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
  text-align: center;
}

.accordion-item {
  border: 0;
  background-color: transparent;
}

.accordion-item:not(:first-child) {
  margin-top: 20px;
}

.accordion-button {
  color: #292929 !important;
  font-size: 16px;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  background-color: #fff;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  background-color: #fff;
  outline: 0;
  border: 0 transparent;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.15);
}

.accordion-button:after {
  width: 25px;
  height: 25px;
  background-image: url("../images/right-arrow.png");
  background-size: 50%;
  background-position: center;
  background-color: #253640;
  border-radius: 50%;
  border: 1px solid #253640;
}

.accordion-button:not(.collapsed)::after {
  width: 25px;
  height: 25px;
  background-image: url("../images/right-arrow-color.png");
  background-size: 50%;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #253640;
}

.accordion-body {
  color: #292929 !important;
  font-size: 14px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  /* padding-left: 0; */
}

/* FAQ section end */

/* contact section start */

.contact {
  background-image: url("../images/map.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.contact input:focus,
.contact input:focus-visible {
  outline: #ba2c89;
}

.contact textarea:focus,
.contact textarea:focus-visible {
  outline: #ba2c89;
}

input {
  cursor: auto;
}

.contact .contact-form form p {
  margin-bottom: 0;
}

.contact .contact-form input,
textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #909090;
  padding: 12px 16px;
  color: #253640;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif !important;
  font-weight: 500 !important;
  border-radius: 0px 0px 20px 20px;
  letter-spacing: 0.07em;
}

.contact .contact-form textarea {
  border-radius: 0px 0px 25px 25px;
}

.contact .contact-form input::placeholder {
  color: #a6a6a6 !important;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 0.07em;
}

.contact .contact-form textarea::placeholder {
  color: #a6a6a6 !important;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 0.07em;
}

.contact .contact-form input.contact-form-submit {
  background-color: #253640;
  border: 1px solid transparent !important;
  padding: 6px 24px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  width: auto;
  border-radius: 49px;
  letter-spacing: 0;
}

/* .contact .contact-form input[type="submit"]:hover {
  background-color: #ba2c89;
  color: #fff;
  border: 1px solid #fff !important;
} */

.contact .contact-form input.contact-form-submit::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 49px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.contact .contact-form input.contact-form-submit:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* button.mail-us {
  background-color: transparent;
  border: 1px solid #000;
  padding: 6px 12px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
} */
.contact .contact-info {
  border: 1px solid #909090;
  padding: 35px 15px;
  min-height: 245px;
  border-radius: 0px 0px 25px 25px;
}

.contact .contact-info span {
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
}

.con-sec img.info-img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  align-self: center;
}

.con-sec span.write-info {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
}

.con-sec span.number {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
}

.con-sec2 a {
  width: 100%;
}

.con-sec2 button {
  /*width: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  background-color: transparent;
  border: 1px solid #000;
  padding: 6px 12px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  */float: right;
  background-color: #253640;
  border: 1px solid transparent !important;
  padding: 6px 24px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  width: auto;
  border-radius: 49px;
  letter-spacing: 0;
}

.con-sec img.calling {
  margin-right: 15px !important;
  width: 60px;
  height: 60px;
}

/* contact section end */

/* footer section start */

.footer {
  background: rgba(0, 0, 0, 0.81) url("../images/footer_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 40px 0;
  margin-top: 60px;
  background-blend-mode: darken;
}

ul {
  padding-left: 0;
  margin-top: 30px;
}

ul li {
  list-style-type: none;
  transition: 0.3s ease all;
}

/* ul li:not(:first-child) {
  margin-top: 12px;
  margin-left: 20px;
} */

.footer .footer-icons {
  margin-top: 20px;
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
}

.footer-icons a svg {
  font-size: 24px;
  color: #fff;
}

.footer-icons a:hover path {
  color: #ba2c89;
}

.footer .footer-icons a.not {
  margin-right: 110px;
}

.footer .links {
  color: #fff;
}

.footer .links h4, .footer .address h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  color: #fff;
}

.footer .address h4 {
  margin-bottom: 30px;
}

.footer .links ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  transform: 0.3s ease all;
  cursor: pointer;
}

.footer .links ul li:hover {
  font-weight: 700 !important;
  padding-left: 5px;
  text-decoration: underline;
}

.footer-newsletter h4 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
}

.footer-newsletter p {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
}

.footer-newsletter input {
  border: 0;
  background-color: #fff;
  color: #aeaeae;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  padding: 12px 8px;
  margin-right: 0;
  outline: none;
  margin-right: 0;
  width: 80%;
}

.footer-newsletter input::placeholder {
  color: #aeaeae;
  font-size: 16px;
  line-height: 24px;
}

.footer-newsletter input:focus {
  border: none;
}

.footer-newsletter span {
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 13px;
  margin: 0;
  cursor: pointer;
  margin-left: 0;
  margin-left: -3px;
}

/* footer section end */

/* footer last section start */

.footer-last {
  background-color: #282828;
}

.footer-d {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer-last .footer-content h4 {
  /* display: flex; */
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  margin-bottom: 0;
  margin: 15px 0;
}

.footer-last .footer-content i {
  font-size: 39px;
  margin-left: 10px;
}

/* footer last section end */

/* about page start */

/* banner section start */

/* .custom-bg{
    background-color: #F8CC90!important;
}
.custom-margins{
    margin: 0 -125px;
    margin-top: -110px;
}
.c-multiline-title__wrapper{
    margin-top: -50px;
}
.banner-content-white .about-h1{
    color: #fff;
    font-size: 120px;
    line-height: 130px;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 400;
}
.banner-content-white .about-p a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}
.banner-content-white .about-p span{
    text-decoration: underline;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
} */

/* .about-background {
  position: relative;
  width: 100%;
  min-height: 100vh !important;
  height: auto;
  background-color: #e7e5e2 !important;
}
.content-two {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.wrapper-two {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
} */
.about-background-banner {
  /*background-image: url("../images/about-us-banner.jpg");
  */
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  background-color: #f8cc90 !important;
  border-radius: 0 0 70px 70px;
}

/* .about-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.about-background-banner .background-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.about-background-banner .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.background-content h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.background-content p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.background-content p span {
  text-decoration: underline;
}

/* banner section end */

/* about section start */

.home-content-about-page {
  background-color: #fff;
}

.home-content-about-page .scnd-content {
  padding: 120px 0;
  background-color: #f8cc90;
}

.home-content-about-page .scnd-content h1 {
  color: #101f2c;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
}

/* about section end */

/* story section start */

.story {
  margin-top: 100px;
}

.story h4 {
  color: #c52c8d;
  font-size: 24px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

.story h1 {
  color: #000;
  font-size: 80px;
  line-height: 90px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.story .story-content {
  margin-left: 80px;
}

.story .story-content p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.story .story-content ul {
  padding-left: 2rem;
}

.story .story-content ul li {
  list-style-type: disc;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

/* story section end */

/* timeline section start */

.timeline {
  background-color: #253640;
  padding: 35px 15px;
  padding-bottom: 50px;
  margin-top: 100px;
  overflow: hidden;
}

.single-timeline {
  width: 880px;
}

.timeline h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 90px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  text-align: center;
}

.experience-slide-one {
  width: 100%;
  /* padding: 20px 50px; */
  background-color: #fffafd;
  border-radius: 0px 0px 30px 30px;
}

.experience-slide-text {
  padding: 0 25px;
}

.experience-slide-one h4 {
  color: #253640;
  font-size: 40px;
  line-height: 48px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.experience-slide-one p {
  color: #253640;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.experience-slide-one p span {
  color: #253640;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.timeline .carousel-indicators {
  width: 100%;
  /* background-color: red; */
  margin: auto;
  position: static;
  margin-top: 100px;
}

.timeline .carousel-indicators button {
  position: relative;
  background-color: transparent;
  color: #fff;
  width: 100%;
}

.timeline .carousel-indicators button::before {
  position: absolute;
  content: "";
  border-top: 1px solid #c8cbd0;
  width: 100%;
  left: 0;
}

.timeline .carousel-indicators button h4 {
  /* margin-top: -41px; */
  position: absolute;
  left: 190%;
  width: 100%;
  margin-top: -35px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.timeline .carousel-indicators button i {
  /* margin-top: -41px; */
  position: absolute;
  left: 190%;
  width: 100%;
  margin-top: 10px;
}

.timeline-company {
  background-color: #253640;
  margin-top: 0;
  padding: 60px 0;
  overflow: hidden;
}

.timeline-company .milestone-carousel .owl-stage-outer {
  padding: 0 120px;
}

.years-active {
  color: #fff;
}

/* .years {
  display: inline-block;
} */

/* .years-carousel .owl-stage-outer {
  transform: translateX(-20%);
} */

.years-carousel {
  text-align: center;
  color: #b1b1b1;
  margin-top: 60px;
  font-family: "Barlow" Condensed;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.07em;
}

.years-carousel div a {
  transition: 0.3s ease all;
}

.years-carousel div a:hover {
  color: #fff;
}

.center {
  color: #fff;
  font-size: 20px;
}

.years:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  background-color: #b1b1b1;
  top: 75%;
  margin-left: 5px;
}

.timeline-company h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 90px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
}

.timeline-company .milestone {
  background-color: #fffafd;
  width: 750px;
  height: 334px;
  border-radius: 0px 0px 30px 30px;
  display: flex;
  margin-top: 50px;
}

.timeline-company .milestone-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-company .milestone-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-company .milestone .milestone-content {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 0 25px;
}

.timeline-company .milestone .milestone-content h4 {
  color: #253640;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.timeline-company .milestone .milestone-content p span {
  color: #253640;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.timeline-company .milestone .milestone-content p {
  color: #253640;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

/* timeline section end */

/* about page end */

/* contact page start */

/* banner section start */

.contact-background-banner {
  background-image: url("../images/contact-us-banner-new.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  border-radius: 0 0 70px 70px;
}

/* .contact-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.contact-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.contact-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.contact-background-banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.contact-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.contact-background-banner p span {
  text-decoration: underline;
}

/* banner section end */

/* contact tab start */

.contact-tab {
  margin-top: 100px;
  margin-bottom: 100px;
  /* background-color: red;
    border-radius: -50px -50px 0 0; */
}

.show-tab-content select {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  padding: 12px 16px;
  color: #253640;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px 0px 20px 20px;
  appearance: none;
  background-image: url("../images/select-tag-arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  letter-spacing: 0.07em;
}

.show-tab-content select::placeholder {
  color: #a6a6a6;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.active_tab {
  border-top: 3px solid #253640;
}

.contact-tab .nav {
  border: 0;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  cursor: pointer;
  padding: 0;
  /* padding: 25px 0 !important; */
}

.contact-tab .nav .nav-link {
  color: #000;
}

.contact-tab .nav .nav-link h3 {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.contact-tab .nav .nav-link p {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}

.show-tab-content {
  margin-top: 100px;
}

.show-tab-content p {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.show-tab-content h1 {
  flex: 1;
  color: #000;
  font-size: 60px;
  line-height: 68px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  /* margin-top: 20px; */
}

/* .show-tab-content input, textarea{
    width: 100%;
    border: 1px solid #A6A6A6;
    padding: 10px 14px;
    color: #A6A6A6;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    border-radius: 0px 0px 20px 20px;
    /* background-color: #fff;
}*/
.show-tab-content input.contact-input,
textarea.contact-textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #909090;
  padding: 12px 16px;
  color: #253640;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px 0px 20px 20px;
  outline: none;
  letter-spacing: 0.07em;
}

.show-tab-content input.contact-input::placeholder {
  color: #a6a6a6;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.07em;
}

.show-tab-content textarea.contact-textarea::placeholder {
  color: #a6a6a6;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.07em;
}

.show-tab-content input.contact-input:not(:first-child) {
  margin-top: 20px;
}

.show-tab-content input.write-to-us-button {
  width: unset;
  background-color: #253640;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 49px;
  padding: 8px 28px;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.show-tab-content input.write-to-us-button::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 49px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.show-tab-content input.write-to-us-button:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.show-tab-content textarea.contact-textarea {
  /* margin-top: 20px; */
  margin-bottom: 25px;
}

.show-tab-content button {
  /* border: 1px solid transparent;
    
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    background-color: #253640;
    border-radius: 49px; */
  margin: 0;
  margin-top: 40px;
  background-color: #253640;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  border: 1px solid transparent;
  border-radius: 49px;
  /* padding: 10px 14px; */
  padding: 8px 20px;
}

.show-tab-content button img {
  background-color: transparent;
  border: 1px solid #fff !important;
  border-radius: 50%;
  padding: 10px;
  margin-right: 5px;
  margin-left: 0;
}

.show-tab-content h5 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.show-tab-content h6 {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

/* contact tab end */

/* contact page end */

/* clients page start */

/* banner section start */

.clients-background-banner {
  background-image: url("../images/clients-banner2.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  border-radius: 0 0 70px 70px;
}

/* .contact-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.clients-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.clients-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.clients-background-banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.clients-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.clients-background-banner p span {
  text-decoration: underline;
}

/* banner section end */

/* industry section start */

.industry {
  margin-top: 60px;
  margin-bottom: 100px;
}

.industry .select-industry p {
  text-align: right;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.industry .select-industry p select {
  text-align: center;
  width: 120px;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #a6a6a6;
  margin-left: 20px;
  padding: 5px 0;
  border-radius: 0px 0px 10px 10px;
  /* -webkit-appearance: menulist; */
}

.industry .select-industry .select select {
  padding: 10px 10px !important;
  min-width: 130px;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  background-color: transparent;
  appearance: none;
  background-image: url(../images/product-arrow-select.png);
  background-repeat: no-repeat;
  background-position: right 0.6rem top 50%;
  background-size: 0.65rem auto;
  text-align: left;
}

.industry .products {
  margin-top: 40px;
}

.industry .products .product {
  /* background-color: #fff; */
  transition: 0.3s ease all;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0px 0px 30px 30px;
  margin-bottom: 25px;
}

.industry .products .product .product-img {
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
  transition: 0.3s ease-in all;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -ms-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
}

.industry .products .product .product-img img {
  position: relative;
  transition: 0.3s ease all;
  width: 100%;
}

.industry .products .product:hover .product-img img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.industry .products .product .info {
  /* position: absolute;
  text-align: center;
  left: 28.5%;
  margin: auto; */
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  /* transform: translateY(100px);
  background-color: #fff; */
  transition: 0.3s ease all;
  border-radius: 0px 0px 30px 30px;
}

/* .industry .products .product:hover .info {
  transform: translateY(-100px);
} */

.industry .products .product .info h6 {
  /* text-align: center; */
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.industry .products .product .info p {
  /* text-align: center; */
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.clients-sec-mt {
  margin-top: 40px;
}

/* industry section start */

/* contact page end */

/* category page start */

/* category banner section start */

.category-background-banner {
  /*background-image: url("../images/jewellery-background.png");
  */
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  border-radius: 0 0 70px 70px;
}

/* .contact-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.category-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.category-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.category-background-banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.category-background-banner p.tagline {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.category-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.category-background-banner p span {
  text-decoration: underline;
}

/* category banner section end */

/* shop page start */

.shop-background-banner {
  background-image: url("../images/shop-banner-new.jpg");
  /*background-size: cover;
  background-position: center center;
  */
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 70px 70px;
}

/* .contact-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.shop-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.shop-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.shop-background-banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.shop-background-banner p.tagline {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.shop-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.shop-background-banner p span {
  text-decoration: underline;
}

/* shop page end */

/* category tab section start */

.product-tab {
  margin-top: 40px;
  overflow: hidden;
}

.product-tab ul {
  /* width: 100%; */
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  /* overflow-x: scroll!important;
  overflow-y: hidden; */
}

.product-tab ul::-webkit-scrollbar {
  width: 0;
  display: none;
}

.product-tab ul li {
  height: auto;
  margin-top: 0;
  font-size: 24px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #000 !important;
  /* background-color: #00a473; */
}

.product-tab ul li:not(:last-child) {
  margin-right: 15px;
}

.product-tab ul li button {
  color: #000;
  width: 100%;
  white-space: nowrap;
  padding: 0 4px;
}

.product-tab ul li button:hover {
  color: #000;
}

.product-tab ul li button.nav-link.active {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  border: 1px solid transparent;
}

.prl-mt {
  margin-top: 60px;
}

.product-list .items h4 {
  color: #000;
  font-size: 22px;
  line-height: 34px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  margin-top: 15px;
  margin-bottom: 0;
}

.product-list .items p {
  color: #000;
  font-size: 17px;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  margin-top: 0;
}

.c-mt-d {
  margin-top: 40px;
}

.product-list .items {
  position: relative;
}

.product-list .items .item-hover-img,
.product-list .items .item-hover-img img {
  width: 100%;
  transition: 0.5s ease all;
  overflow: hidden;
  border-radius: 0px 0px 30px 30px;
}

.product-list .items .item-hover-img:hover img {
  transform: scale(1.3);
  overflow: hidden;
}

.product-list .items .arrow-background {
  position: absolute;
  right: 30px;
  background-color: #253640;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.5s ease all;
  margin-top: -40px;
  cursor: pointer;
}

.product-list .items .arrow-background img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-list .items .arrow-background:hover {
  background-color: #c42c8d;
}

.cpcs-mt {
  margin-top: 100px;
}

/* category tab section end */

/* category page end */

/* product page start */

.prod-loc {
  /* margin-top: 20px; */
  padding-top: 30px;
}

.prod-loc a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  color: #606060 !important;
}

.prod-loc a:hover {
  color: #c52c8d !important;
}

.prod-loc span.loc {
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700 !important;
  text-decoration: underline;
  color: #383838;
}

.product-info .product-gallery .small-image {
  display: flex;
  justify-content: space-between;
}

.product-info .product-gallery .small-image .sm-gallery {
  cursor: pointer;
}

.product-info .product-gallery .small-image .sm-gallery:not(:last-child) {
  margin-right: 10px;
}

p.share {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  margin-top: 15px;
  text-align: center;
}

.prod-faq {
  margin-top: 60px;
}

.product-accordion-content h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  margin: 0;
  margin-bottom: 10px;
}

.product-accordion-content ul {
  margin-top: 0;
}

.product-accordion-content ul li {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
}

.product-accordion-additional-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.095);
  /* border-bottom: 0;
  padding: 10px 5px; */
  margin-top: 40px;
  padding: 0;
}

.product-accordion-additional-info div.row {
  border: 1px solid rgba(0, 0, 0, 0.095);
  border-bottom: 0;
  margin: 0;
  /* background-color: #009933; */
  /* margin-top: 40px; */
}

.product-accordion-additional-info div.row div.col-md-3 {
  border-right: 1px solid rgba(0, 0, 0, 0.095);
  padding: 10px 10px;
}

.product-accordion-additional-info div.row div.col-md-9 {
  padding: 10px 10px;
}

.product-accordion-additional-info h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  margin: 0;
}

.product-accordion-additional-info p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500 !important;
  margin: 0;
}

/* .faq-scnd .faq-ques {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600 !important;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 0;
} */

.prod-details {
  margin-top: 0;
}

.prod-details .prod-name {
  font-size: 40px;
  line-height: 48px;
  font-family: "Barlow", sans-serif;
  font-weight: 700 !important;
  color: #000;
}

.prod-details .details {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  color: #808080;
}

.prod-details .what-we-provide {
  margin-bottom: 20px;
}

.prod-details .what-we-provide span {
  font-size: 16px;
  line-height: 24px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700 !important;
  color: #808080;
}

.prod-details .what-we-provide span:not(:last-child) {
  margin-right: 45px;
}

/* .prod-details .what-we-provide2 {
  margin-bottom: 20px;
} */
.prod-details .what-we-provide2 span {
  font-size: 16px;
  line-height: 24px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700 !important;
  color: #000;
}

.prod-details .what-we-provide2 span:not(:last-child) {
  margin-right: 45px;
}

p.categories {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  color: #000;
}

p.categories span {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  color: #808080;
  margin-left: 5px;
}

.industry-details {
  border: 1px solid #b9b9b9;
  padding: 20px 25px;
  max-width: 380px;
  margin-top: 25px;
}

.industry-details h4 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  color: #000;
}

.industry-details p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  color: #808080;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 0;
}

.industry-details p img:first-child {
  margin-left: 10px;
}

.table {
  margin-top: 30px;
}

.table table,
tr th,
td {
  border: 2px solid #bbbbbb;
}

.table table tr th,
td {
  padding: 12px 34px;
  text-align: center;
}

.table table tr th {
  font-size: 18px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 700 !important;
  color: #000;
}

.table table tr td {
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  color: #292929;
}

.table table tr td.save {
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Barlow", sans-serif;
  font-weight: 800 !important;
  color: #b80202;
}

.customer-requirements {
  margin-top: 40px;
}

.customer-requirements .size {
  display: flex;
  justify-content: baseline;
  align-items: center;
}

.customer-requirements .size div.h-text {
  /* margin-right: 55px; */
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  color: #0a0a0a;
  /* margin-right: 55px; */
}

.customer-requirements .size input {
  margin-left: 45px;
  opacity: 0;
  display: none;
  /* width: 40px;
  height: 40px; */
  cursor: pointer;
}

.customer-requirements .size div.print,
div.style,
div.color .color-text,
div.quantity {
  /* background-color: #00a473; */
  width: 95px;
}

.customer-requirements .radio-tile:not(:last-child) {
  margin-right: 10px;
}

.customer-requirements .radio-tile label {
  /* width: 40px;
  height: 40px; */
  padding: 8px 16px;
  border: 1px solid #253640;
  background-color: transparent;
  color: #535353;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s ease all;
}

.customer-requirements .radio-tile label:hover {
  background-color: #d22c92;
  color: #fff;
  border: 1px solid #d22c92;
}

.customer-requirements .size input:checked + .radio-tile label {
  background-color: #d22c92;
  color: #fff;
  border: 1px solid #d22c92;
}

.customer-requirements .color {
  display: flex;
  justify-content: baseline;
  align-items: center;
  /* overflow-x: scroll; */
}

.l {
  overflow-x: scroll;
}

.l::-webkit-scrollbar {
  width: 0;
  display: none;
}

.customer-requirements .color div.h-text {
  /* margin-right: 55px; */
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  color: #0a0a0a;
  /* margin-right: 55px; */
}

.customer-requirements .color input {
  margin-left: 45px;
  opacity: 0;
  display: none;
  /* width: 40px;
  height: 40px; */
  cursor: pointer;
}

.customer-requirements .radio-tile label.clr-label {
  /* width: 40px;
  height: 40px; */
  padding: 8px 16px;
  border: 1px solid #253640;
  background-color: transparent;
  color: #535353;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

.customer-requirements .radio-tile label.clr-label.blue {
  border: 1px solid #0059b3;
  background-color: #0059b3;
  color: #0059b3;
}

.customer-requirements .radio-tile label.clr-label.green {
  border: 1px solid #009933;
  background-color: #009933;
  color: #009933;
}

.customer-requirements .radio-tile label.clr-label.mehroon {
  border: 1px solid #800000;
  background-color: #800000;
  color: #800000;
}

.customer-requirements .radio-tile label.clr-label.black {
  border: 1px solid #000;
  background-color: #000;
  color: #000;
}

.customer-requirements .radio-tile label.clr-label.pink {
  border: 1px solid #f398a1;
  background-color: #f398a1;
  color: #f398a1;
}

.customer-requirements .radio-tile label.clr-label.face {
  border: 1px solid #b8947a;
  background-color: #b8947a;
  color: #b8947a;
}

.customer-requirements .radio-tile label.clr-label.silver {
  border: 1px solid #989898;
  background-color: #989898;
  color: #989898;
}

.customer-requirements .color input:checked + .radio-tile label {
  color: #fff;
}

.customer-requirements span.size {
  margin-right: 62px;
}

.customer-requirements span.print {
  margin-right: 20px;
}

.customer-requirements span.style {
  margin-right: 57px;
}

.customer-requirements span.material {
  margin-right: 37px;
}

.customer-requirements span.color {
  margin-right: 56px;
}

.customer-requirements span.quantity {
  margin-right: 36px;
}

.customer-requirements .custom {
  padding-left: 105px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  margin-top: 5px;
}

.customer-requirements .price h4 {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
}

.customer-requirements .price h4 span {
  color: #808080;
  font-size: 12px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  margin-left: 10px;
}

.customer-requirements .price h5 {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
}

.customer-requirements .price h5 span {
  color: #9b1857;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 800 !important;
  margin-left: 10px;
}

.customer-requirements button {
  width: 100%;
  background-color: #d22c92;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
  color: #fff;
  padding: 12px 38px;
  border: 1px solid #d22c92;
}

.related-product {
  margin-top: 40px;
  padding-top: 40px;
}

.below-sections-start {
  clear: both;
  margin-top: 80px;
  padding-top: 80px;
}

/* product page end */

/* blog page start */

.blog-background-banner {
  background-image: url("../images/blog-background.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  border-radius: 0 0 70px 70px;
}

/* .blog-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.blog-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.blog-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.blog-background-banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.blog-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.blog-background-banner p span {
  text-decoration: underline;
}

.blog-page-cnt {
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-page-cnt img {
  width: 100%;
}

.blog-page-cnt input {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  border-radius: 0px 0px 20px 20px;
  color: #253640;
  font-size: 20px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  padding: 4px 20px;
  width: 100%;
}

.blog-page-cnt h4 {
  color: #000;
  font-size: 36px;
  line-height: 44px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.blog-page-cnt p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

/* .blog-page-cnt .blog-border:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
} */

.blog-page-cnt .blog-border {
  padding: 25px 0;
  transition: 0.3s ease all;
  border-bottom: 1px solid #c8c8c8;
}

.blog-page-cnt .blog-border:hover {
  background: rgba(37, 54, 64, 0.14);
  border-radius: 0px 0px 20px 20px;
}

.blog2 {
  /* margin-top: 40px;
  margin-bottom: 100px; */
  margin-bottom: 40px;
}

.blog2 img {
  width: 100%;
}

.blog2 input {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  border-radius: 0px 0px 20px 20px;
  color: #253640;
  font-size: 20px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  padding: 4px 20px;
  width: 100%;
}

.blog2 h4 {
  color: #000;
  font-size: 36px;
  line-height: 44px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.blog2 p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

.blog2-border:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}

/* blog page end */

/* single blog page start */

.single-blog-page {
  padding-top: 120px;
  padding-bottom: 100px;
}

.single-blog-page .single-blog-content h4 {
  color: #000;
  font-size: 36px;
  line-height: 44px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px;
}

.single-blog-page .single-blog-content img {
  margin: 0;
  margin-bottom: 30px;
}

.single-blog-page .single-blog-content .blog-content p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
}

.single-blog-page .single-blog-content .blog-content ul {
  margin-left: 30px;
}

.single-blog-page .single-blog-content .blog-content ul li {
  list-style-type: disc;
}

.single-blog-page .single-blog-content .main-blog-details h5.heading {
  color: #17181a;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-top: 30px;
}

.details-one h5,
.details-two h5,
.details-three h5,
.details-four h5,
.details-five h5,
.details-six h5,
.details-seven h5,
.details-eight h5,
.details-nine h5 {
  color: #17181a;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-top: 30px;
}

.details-one p,
.details-two p,
.details-three p,
.details-four p,
.details-five p,
.details-six p,
.details-seven p,
.details-eight p,
.details-nine p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
  /* margin-top: 30px; */
}

.share-blog a:not(:last-child) {
  margin-right: 10px;
}

.share-blog button {
  color: #253640;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  border: 1px solid #253640;
  padding: 8px 30px;
  border-radius: 14px;
  background-color: transparent;
  transition: 0.2s ease all;
}

.share-blog button:hover {
  color: #fff;
  background-color: #253640;
}

.share-blog button:not(:last-child) {
  margin-right: 10px;
}

.comment-box h4 {
  color: #17181a;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.comment-box p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.comment-box input {
  padding: 8px 14px;
}

.comment-box input.inpt {
  width: 100%;
}

.comment-box textarea {
  /* width: 100%; */
  border: 1px solid #909090;
  font-size: 20px;
  line-height: 32px;
  color: #000 !important;
  background-color: transparent;
  font-weight: 500;
}

.comment-box input {
  /* width: 100%; */
  border: 1px solid #909090;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  background-color: transparent;
  font-weight: 500;
}

.comment-box textarea::placeholder,
input::placeholder {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
}

.comment-box label {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-left: 10px;
}

.comment-box input.check {
  width: 20px;
  height: 20px;
}

.comment-box button {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  background-color: #253640;
  border-radius: 49px;
  padding: 6px 22px;
  outline: 0;
  border: 1px solid #253640;
}

.comment-box button img {
  border: 1px solid #fff;
  background-color: #253640;
  border-radius: 50%;
  padding: 6px;
  margin: 0;
  margin-right: 5px;
}

.single-blog-page .recent-post {
  border: 1px solid #ba2c89;
  padding: 25px 15px;
}

.single-blog-page .recent-post h4 {
  color: #000;
  font-size: 20px;
  line-height: 44px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.single-blog-page .recent-post .other-blog-post h3 {
  color: #17181a;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0;
}

.single-blog-page .recent-post .other-blog-post a:hover h3 {
  color: #ba2c89;
}

.single-blog-page .recent-post .other-blog-post .img_container {
  overflow: hidden;
}

.single-blog-page .recent-post .other-blog-post a img {
  transition: all 0.5s ease;
}

.single-blog-page .recent-post .other-blog-post a:hover img {
  scale: 1.2;
}

.single-blog-page .recent-post .other-blog-post p.blog-post-date {
  color: #868686;
  font-size: 12px;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0;
  margin-top: 5px;
}

/* single blog page end */

/* privacy page start */

.privacy-policy-background-banner {
  background-image: url("../images/privacy-policy-banner.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
}

/* .blog-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.privacy-policy-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.privacy-policy-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 280px;
  margin-left: 10px;
}

.privacy-policy-background-banner h1 {
  color: #fff;
  font-size: 120px;
  line-height: 130px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.privacy-policy-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.privacy-policy-background-banner p span {
  text-decoration: underline;
}

.p-policy {
  margin-top: 60px;
  margin-bottom: 100px;
}

.p-policy .policy-content h4 {
  color: #000;
  font-size: 36px;
  line-height: 44px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin: 0;
}

.p-policy .policy-content .policy-listings {
  margin-top: 30px;
}

.p-policy .policy-content .policy-listings h6 {
  color: #5e5e5e;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0;
}

.p-policy .policy-content .policy-listings h6 {
  margin-bottom: 10px;
}

.p-policy .policy-content .policy-listings h6:not(:first-child) {
  margin-top: 30px;
}

.p-policy .policy-content .policy-listings p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 5px;
}

.p-policy .policy-content .general-terms {
  margin-top: 25px;
}

.p-policy .policy-content .general-terms h6.terms {
  color: #5e5e5e;
  font-size: 20px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
}

.p-policy .policy-content .general-terms h6 {
  color: #5e5e5e;
  font-size: 24px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-policy .policy-content .general-terms p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
}

.p-policy .policy-content .general-terms ul {
  margin: 0;
  margin-top: 30px;
  margin-left: 15px;
}

.p-policy .policy-content .general-terms ul li {
  list-style-type: disc;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
}

/* .p-policy .policy-content .general-terms ul li:last-child{
  margin-bottom: 30px;
} */

/* privacy page end */

/* terms page start */

.terms-background-banner {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  border-radius: 0 0 70px 70px;
}

/* .blog-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.terms-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.terms-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.terms-background-banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.terms-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.terms-background-banner p span {
  text-decoration: underline;
}

/* terms page end */

.outer-whole-wrapper {
  position: relative;
  background-color: #00a473;
  width: 100%;
  height: 400vh;
}

.holder {
  background-color: #101f2c;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}

.parallax {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.background-p {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #e7e5e2;
  width: 100%;
  height: 100vh;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
}

.background-imagee {
  background-color: #000;
  background-size: cover;
  background-position: 50% 100%;
  position: absolute;
  height: 100vh;
}

.default-page-content {
  padding: 80px 0px;
  padding-top: 160px;
}

/* Cart css  */

.cart-contents {
  position: relative;
}

/* .cart-contents:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f290" !important;
  font-size: 30px;
  color: #FF1493;
} */

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 20px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #ba2c89;
  border-radius: 50%;
  padding: 1px;
}

.wishlist-header-icon:hover path {
  fill: #ba2c89;
}

.wishlist-header-icon {
  position: relative;
}

.wishlist-content-count {
  position: absolute;
  top: 15px;
  right: 20px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #ba2c89;
  border-radius: 50%;
  padding: 1px;
}

.woocommerce form.woocommerce-cart-form table.shop_table,
thead,
tr th,
tr td {
  border-collapse: unset;
  border-radius: 0;
  border: none;
}

.woocommerce form.woocommerce-cart-form table.shop_table,
tbody tr td.product-name {
  margin: auto;
}

.woocommerce form.woocommerce-cart-form table.shop_table,
tbody tr td.product-name .variation {
  margin: auto;
  width: 100%;
  text-align: center;
}

.woocommerce form.woocommerce-cart-form table.shop_table,
tbody tr td.product-name .variation dd {
  text-align: left;
}

#order_review table.shop_table,
tbody tr td.product-name .variation {
  margin-top: 15px;
}

/* .woocommerce form.woocommerce-cart-form table tbody tr {
  border-bottom: 1px solid #373737;
} */

/* End Cart CSS  */

/* Login & Logout Page CSS  */

.woocommerce .col2-set {
  margin-top: 40px;
}
.woocommerce .login-registration-tabing .nav .nav-item .active {
  background-color: transparent;
}
.woocommerce .login-registration-tabing .nav .nav-item {
  cursor: pointer;
}
.woocommerce .login-registration-tabing h3 {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
.woocommerce .login-registration-tabing p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.woocommerce .tab-content .tab-pane .form-left-content p {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.woocommerce .tab-content .tab-pane .form-left-content h3 {
  color: #000;
  font-size: 60px;
  line-height: 68px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 500;
}
.tab-content .tab-pane .woocommerce-form.login,
.tab-content .tab-pane .woocommerce-form.register {
  border: none;
  padding: 0;
  margin: 0;
}

#customer_login h2 {
  color: #000;
  font-size: 56px;
  line-height: 60px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.tab-content .tab-pane .woocommerce-form-login label,
.tab-content .tab-pane .woocommerce-form-register label,
.woocommerce .woocommerce-EditAccountForm label,
.woocommerce-MyAccount-content .woocommerce-address-fields label {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .select2,
.woocommerce-billing-fields .woocommerce-input-wrapper .select2,
.shipping_address .woocommerce-input-wrapper .select2,
.customize-tab .customize-input select,
.woocommerce .woocommerce-ordering select,
.modal .modal-body form select {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #909090 !important;
  padding: 12px 16px;
  color: #253640;
  font-size: 18px;
  line-height: 26px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px 0px 20px 20px;
  appearance: none;
  background-image: url("../images/select-tag-arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  letter-spacing: 0.07em;
  padding-right: 25px;
}

.customize-tab .customize-input select::placeholder, .modal .modal-body form select::placeholder {
  color: #a6a6a6;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.woocommerce .woocommerce-ordering select {
  padding: 12px 16px;
  min-width: 240px;
}

.customize-tab .customize-input select, .modal .modal-body form select {
  margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 22px;
}

.woocommerce .woocommerce-EditAccountForm legend {
  font-size: 32px;
}
.woocommerce .woocommerce-EditAccountForm fieldset {
  margin-top: 44px;
}

.tab-content .tab-pane .woocommerce-form-login input.woocommerce-Input,
.tab-content .tab-pane .woocommerce-form-register input.woocommerce-Input,
.woocommerce .woocommerce-EditAccountForm .woocommerce-Input,
.woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input,
.shipping_address .woocommerce-shipping-fields__field-wrapper input,
#collapsereviews_tab div.accordion-body input,
.woof_redraw_zone .woof_container_inner input.woof_husky_txt-input,
.customize-tab .customize-input input, .modal .modal-body form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #909090;
  padding: 12px 16px;
  color: #253640;
  font-size: 18px;
  line-height: 26px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px 0px 20px 20px;
  outline: none;
  box-shadow: none;
  letter-spacing: 0.07em;
}

/* .woof_redraw_zone .woof_container_inner input.woof_husky_txt-input::placeholder {
  color: red;
} */

.customize-tab .customize-input textarea.customize-form-textarea, .modal .modal-body form textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #909090;
  padding: 12px 16px;
  color: #253640;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px 0px 20px 20px;
  box-shadow: none;
  outline: none;
  letter-spacing: 0.07em;
}

.customize-tab .customize-input input::placeholder,
.customize-tab .customize-input textarea.customize-form-textarea::placeholder,
.modal .modal-body form input::placeholder {
  color: #a6a6a6;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}

section.contact textarea {
  background-color: transparent;
}

.customize-tab .customize-input input.form-control:not(:last-child) {
  margin: 0;
  margin-bottom: 20px;
}

.contact-tab .show-tab-content input.contact-input {
  margin-bottom: 25px;
}

.show-tab-content select {
  margin-top: 0;
  margin-bottom: 25px;
}

.tab-content
  .tab-pane
  .woocommerce-form-login
  .woocommerce-form-login__rememberme,
.tab-content
  .tab-pane
  .woocommerce-form-register
  .woocommerce-form-login__rememberme {
  display: block;
  margin-top: 12px;
  font-family: "Barlow", sans-serif !important;
  font-weight: 400 !important;
}

.tab-content
  .tab-pane
  .woocommerce-form-login
  .woocommerce-form-login__rememberme,
.tab-content
  .tab-pane
  .woocommerce-form-register
  .woocommerce-form-login__rememberme
  span {
  font-size: 20px;
  padding-left: 4px;
}

.tab-content .tab-pane .woocommerce-form-login #rememberme,
.tab-content .tab-pane .woocommerce-form-register #rememberme {
  width: 16px;
  height: 16px;
}

.tab-content .tab-pane .woocommerce-form-login button,
.tab-content .tab-pane .woocommerce-form-register button,
.woocommerce .woocommerce-EditAccountForm button,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-cart-form .shop_table .button,
.single-product #review_form #respond .form-submit input#submit,
.customize-tab .customize-input button,
.show-tab-content input.write-us-button,
.show-tab-content input.resell-button,
.collections form input#searchsubmit {
  margin-top: 16px;
  background-color: #253640;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
  border: 1px solid transparent;
  border-radius: 49px;
  padding: 8px 28px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s ease-in all;
}

.customize-tab .customize-input input.form-button, .modal .modal-body form input.form-button {
  width: unset;
  background-color: #253640;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 49px;
  padding: 8px 28px;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

/* .customize-tab .customize-input input.form-button:hover {
  background-color: red;
} */

.customize-tab .customize-input input.form-button::before, .modal .modal-body form input.form-button::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 49px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.customize-tab .customize-input input.form-button:hover::before, .modal .modal-body form input.form-button:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.error-page-background-banner a {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #253640;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  border: 1px solid transparent;
  border-radius: 49px;
  /* padding: 8px 16px 8px 8px; */
  padding: 12px 16px;
  opacity: 1;
  margin-left: 20px;
  overflow: hidden;
}

.error-button {
  text-align: left;
}

.error-page-background-banner a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 49px;
  background-color: #ba2c89;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.error-page-background-banner a:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.collections form input#searchsubmit {
  width: 20%;
  margin-top: 0;
}

.customize-tab .customize-input input.form-button,
.show-tab-content input.write-us-button,
.show-tab-content input.resell-button {
  margin-top: 0;
}

.single-product #review_form #respond .form-submit input#submit {
  margin-top: 0;
}

.tab-content .tab-pane .woocommerce-form-login button::before,
.tab-content .tab-pane .woocommerce-form-register button::before,
.woocommerce .woocommerce-EditAccountForm button::before,
.woocommerce-account .woocommerce-MyAccount-content .button::before,
.woocommerce-cart-form .shop_table .button::before,
.single-product #review_form #respond .form-submit input#submit::before,
.customize-tab .customize-input button::before,
.show-tab-content input.write-us-button::before,
.show-tab-content input.resell-button::before,
.collections form input#searchsubmit::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 49px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.tab-content .tab-pane .woocommerce-form-login button:hover::before,
.tab-content .tab-pane .woocommerce-form-register button:hover::before,
.woocommerce .woocommerce-EditAccountForm button:hover::before,
.woocommerce-account .woocommerce-MyAccount-content .button:hover::before,
.woocommerce-cart-form .shop_table .button:hover::before,
.single-product #review_form #respond .form-submit input#submit:hover::before,
.customize-tab .customize-input button:hover::before,
.show-tab-content input.write-us-button:hover::before,
.show-tab-content input.resell-button:hover::before,
.collections form input#searchsubmit:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #253640;
  color: #fff;
} */

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 8px 28px;
}

.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  span
  em {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 400 !important;
}

.contact-tab .nav .nav-link.active {
  background-color: transparent !important;
}

/* .tab-content .tab-pane .woocommerce-form-login button:hover,
.tab-content .tab-pane .woocommerce-form-register button:hover,
.woocommerce .woocommerce-EditAccountForm button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-cart-form .shop_table .button:hover {
  color: #fff;
  background-color: #ba2c89;
} */

.tab-content .tab-pane .woocommerce-form-login .woocommerce-LostPassword,
.tab-content
  .tab-pane
  .woocommerce-form-register
  .woocommerce-privacy-policy-text {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  margin: 0;
}

.woocommerce-cart-form .shop_table .button[aria-disabled="true"] {
  color: #fff !important;
}

.tab-content .tab-pane .woocommerce-form-login,
.tab-content .tab-pane .woocommerce-form-register {
  min-height: 424px;
}

.tab-content .tab-pane .woocommerce-form-login .show-password-input::after {
  font-size: 32px;
}
.tab-content .tab-pane .woocommerce-form-register .show-password-input::after {
  font-size: 32px;
}

.woocommerce-info {
  border-top-color: #ba2c89;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  margin-top: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  /* padding-top: 20px;
  padding-bottom: 20px; */
  /* background-color: #ba2c89; */
  background-color: transparent;
  /* border-radius: 14px; */
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 22px 14px;
  text-align: center;
  color: #626161;
  background-color: transparent;
  margin: unset;
  /* border-bottom: 1px solid #373737; */
  cursor: pointer;
  /* border-radius: 0 0 25px 25px; */
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  transition: 0.3s ease all;
}
/* .woocommerce-account .woocommerce-MyAccount-navigation li:not(:last-child) {
  margin-bottom: 10px;
} */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  /* background-color: #253640; */
  color: #000;
  border-top: 3px solid #253640;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  padding: 22px 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
  color: #000;
}

.woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #ba2c89;
}

.woocommerce-account .addresses .title {
  font-family: "Barlow", sans-serif;
}

.woocommerce-cart table.cart img {
  width: 100px;
}
.shop_table thead tr {
  text-align: center;
}
.shop_table thead tr th {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-top: 16px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 32px;
  padding: 8px 10px;
  width: auto;
  color: #253640;
  background-color: transparent;
  border: 1px solid #253640;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
  color: #a6a6a6;
  font-size: 14px;
}
.woocommerce table.cart td.actions .coupon label {
  font-size: 14px;
}

.woocommerce-cart-form td.product-name {
  margin-bottom: 20px !important;
}

.woocommerce-cart-form td.product-name .variation {
  margin-top: 15px;
}

.woocommerce-cart-form table.shop_table tbody tr {
  padding: 30px 0;
}

.woocommerce-cart-form
  table
  tbody
  tr
  td.product-price
  del
  span.woocommerce-Price-amount {
  font-size: 14px;
  margin-right: 5px;
}

/* .woocommerce-cart-form table tbody tr td.product-quantity .quantity {
  margin: auto;
} */

.woocommerce-cart-form table tbody tr td.product-quantity .quantity input {
  border: none;
  outline: none;
}

.woocommerce-cart-form .product-name a,
#order_review .shop_table .product-name {
  font-weight: 700;
}
#order_review .shop_table .product-name .variation {
  font-weight: 400;
}

.cart-collaterals .cart_totals {
  font-family: "Barlow", sans-serif;
}
.woocommerce a.button.alt,
.woocommerce-checkout-payment .form-row .button.alt {
  background-color: #ba2c89;
  border: 1px solid #ba2c89;
}
.woocommerce a.button.alt:hover,
.woocommerce-checkout-payment .form-row .button.alt:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #ba2c89;
}
.single-blog-page .single-blog-content .img-container img {
  width: 100%;
}
.single-blog-page .single-blog-content img {
  width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 0 0 25px 25px;
}
.woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title
  a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  transition: 0.5s ease all;
}
.woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title
  a:hover {
  text-decoration: underline;
}
.woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address:not(:last-child) {
  margin-bottom: 20px;
}

.shop-page-margin {
  margin-top: 60px;
  margin-bottom: 100px;
}
#product-page-sec h2 {
  color: #000;
  font-size: 96px;
  line-height: 110px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400 !important;
  overflow-x: hidden;
}

#product-page-sec h2.right {
  text-align: right;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  text-align: center;
}

#order_review_heading {
  margin-top: 40px;
}

.color__variant img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  object-fit: cover;
}

.color__variant a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

/* .color__variant a:hover img {
  scale: 3;
} */

/* End Login & Logout Page CSS  */

.prod-details p.price {
  display: none;
}

.product_meta {
  margin-bottom: 20px;
}

.product_meta span:not(:last-child) {
  margin-bottom: 10px;
}

.product_meta > span {
  display: block;
  font-weight: bold;
}
.product_meta > span span.sku {
  font-weight: normal;
  color: #808080;
}
.product_meta span.posted_in a {
  font-weight: normal;
  color: #808080;
}
.woocommerce-product-details__short-description p {
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  margin-top: 10px;
}

.single-product .woocommerce table.shop_table {
  border-collapse: unset;
}

.single-product table.price-rules-table {
  border: 1px solid #bbbbbb;
  /* background-color: transparent; */
  margin-top: 20px;
  border-collapse: collapse;
}

/* .single-product table.price-rules-table tbody tr {
  border-bottom: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
} */

.single-product .price-rules-table tr {
  background-color: transparent;
  font-weight: 600;
}

.single-product .price-rules-table tbody tr {
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

.single-product .price-rules-table tbody tr:hover {
  /* background: linear-gradient(180deg, #d22c92 0%, #9c2c7e 100%); */
  background-color: #c42c8d;
  color: #ffff;
}

/* .single-product .price-rules-table tr {
  background-color: transparent;
}

.single-product .price-rules-table th, .single-product .price-rules-table td {
  border: 1px solid #BBBBBB;
} */

.single-product .variations_form table.variations tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-product .variations_form table.variations tr th {
  margin-top: 0;
}
.single-product .variations_form table.variations tr th label {
  width: 100px;
}
.single-product .variations_form table.variations tr td {
  margin-top: 0;
}
.single-product
  .variations_form
  table.variations
  tr
  .woo-selected-variation-item-name {
  display: none;
}
.single-product .variations_form table.variations tr .reset_variations {
  display: none !important;
}

.single-product .variations tr td.woo-variation-items-wrapper .selected {
  background: linear-gradient(180deg, #d22c92 0%, #9c2c7e 100%);
}
.single-product .variations tr td.woo-variation-items-wrapper .selected span {
  color: #fff;
  border: 1px solid linear-gradient(180deg, #d22c92 0%, #9c2c7e 100%) !important;
}

.single-product button.single_add_to_cart_button {
  background: linear-gradient(180deg, #d22c92 0%, #9c2c7e 100%);
  padding: 10px 40px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
}

/* .single-product .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
} */

#product-6133 .prod-details .tier-pricing-summary-table--inline {
  display: inline-block;
  font-family: "Barlow", sans-serif;
}

.woocommerce div.product form.cart div.quantity select {
  padding: 15px 10px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  color: #a6a6a6;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  appearance: none;
  background-image: url(../images/product-arrow-select.png);
  background-repeat: no-repeat;
  background-position: right 0.4rem top 50%;
  background-size: 0.65rem auto;
  text-align: left;
}

.woocommerce div.product form.cart .button {
  float: unset;
  margin-top: -40px;
  margin-left: 25px;
}

/* .single-product .woocommerce-variation-add-to-cart .quantity {
  margin-left: 20px !important;
} */

.single-product .single_variation_wrap .woocommerce-variation-price {
  display: none;
}

.single-product .prod-details .color__variant h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ---------------------------------- new css ---------------------------------- */

header .user_icon:hover path,
header .search_icon:hover path {
  fill: #ba2c89;
}

header nav .menu .cart-contents path,
header nav .menu .search__icon path,
header nav .menu .user__icon path,
header nav .menu button {
  transition: 0.3s ease all;
}

header nav .menu .cart-contents:hover path,
header nav .menu .search__icon:hover path,
header nav .menu .user__icon:hover path {
  fill: #ba2c89;
}

header nav .menu button:hover {
  background-color: #ba2c89;
  border-color: #ba2c89;
  color: #fff;
}

.navigation-menu .navigation-links h3:hover a {
  color: #ba2c89;
}

.single-post .blog-content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 28px;
}

.single-post .blog-content h2 {
  margin-top: 24px;
}

.left_side_product {
  display: flex;
  flex-direction: column;
  width: 46%;
  /* float: left; */
  position: sticky;
  top: 0;
}

.left_side_product .rtwpvg-images {
  max-width: 100% !important;
}

.other-color-image {
  position: absolute;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  object-fit: cover;
  z-index: 1;
}

#collapsereviews_tab div.accordion-body p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

#collapsereviews_tab div.accordion-body #reply-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

#collapsereviews_tab div.accordion-body label {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

#collapsereviews_tab div.accordion-body .comment-form-cookies-consent {
  display: block;
  align-items: center;
  margin-top: 20px;
}

#collapsereviews_tab div.accordion-body .comment-form-cookies-consent input {
  display: inline-block;
  width: 20px;
}

#collapsereviews_tab div.accordion-body .comment-form-cookies-consent label {
  display: inline-block;
}

.related-overflow {
  overflow-x: hidden;
}

/* .shop-product-loop {} */
.shop-product-loop {
  clear: both;
  padding-top: 30px;
}

.woof_redraw_zone .woof_container_inner h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #525050;
}

.woof_redraw_zone .woof_block_html_items .woof_list label {
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #525050;
}

.single-product table.price-rules-table tr td:first-child,
.single-product table.price-rules-table tr th:first-child {
  border-right: 1px solid #bbbbbb !important;
}

td.woo-variation-items-wrapper li {
  box-shadow: unset;
}

/* customized page css */

.customized-background-banner {
  background-image: url("../images/customize-banner.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  border-radius: 0 0 70px 70px;
}

/* .contact-background-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .65;
    z-index: 1;
    border-radius: 0 0 50px 50px;
} */
.customized-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.customized-background-banner .background-container .background-content {
  z-index: 2;
  margin-top: 180px;
  margin-left: 10px;
}

.customized-background-banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.customized-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.customized-background-banner p span {
  text-decoration: underline;
}

.customize-tab {
  margin: 100px 0;
}

.customize-tab p {
  color: rgba(37, 54, 64, 1);
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
}

.customize-tab h1 {
  color: #000;
  font-size: 64px;
  line-height: 72px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-top: 20px;
}

/* search bar */

header nav span.search__icon {
  cursor: pointer;
  transition: 0.3s ease all;
}

/* header nav span.search__icon:hover svg {
  fill: #497af6
} */

.search-bar {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  width: 100%;
  height: auto;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 99999;
  transform: translateY(-120vh);
  transition: 0.4s ease all;
  opacity: 0.85;
  padding-bottom: 50px;
}

.search-bar header.header {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.search-bar header.header .logo img {
  cursor: pointer;
}

.search-bar .search-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  padding: 30px 20px;
  padding-top: 0;
}

.search-bar .search-content h4 {
  margin-bottom: 90px;
  margin-top: 0;
}

.search-bar .search-content form {
  display: flex;
  width: 100%;
  margin-top: 80px;
}

.search-bar .search-content form input#s {
  width: 100%;
  background-color: transparent;
  box-shadow: unset;
  margin-right: 40px;
  border: none;
  color: #f3f1ee;
  padding: 12px 0;
  border-bottom: 1px solid #f3f1ee;
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}

.search-bar .search-content form input::placeholder {
  color: #f3f1ee !important;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}

.search-bar .search-content form button#searchsubmit {
  /* font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  padding: 0 8px;
  outline: none;
  border: 1px solid #f3f1ee;
  border-radius: 50%;
  background-color: transparent;
  color: #f3f1ee;
  width: unset;
  height: unset; */
  background-color: transparent;
  outline: none;
  border: none;
}

/* search page 2 */

.second-search-form-page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: green;
}

.second-search-form-page form div {
  display: flex;
  padding: 25px 0;
}

.second-search-form-page form input#s {
  width: 100%;
  background-color: transparent;
  box-shadow: unset;
  margin-right: 40px;
  border: none;
  color: #f3f1ee;
  padding: 12px 0;
  border-bottom: 1px solid #f3f1ee;
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}

.second-search-form-page form input#searchsubmit {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  padding: 0 8px;
  outline: none;
  border: 1px solid #f3f1ee;
  border-radius: 50%;
  background-color: transparent;
  color: #f3f1ee;
  width: unset;
  height: unset;
}

.collections h1.page-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}

.collections .search-products {
  margin-top: 40px;
}

.collections form {
  width: 100%;
  margin: 40px 0;
  margin-top: 140px;
  display: flex;
  /* background-color: green; */
}

.collections form input#s {
  width: 80%;
  box-shadow: unset;
  margin-right: 40px;
  color: #253640;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #909090;
  border-radius: 0px 0px 20px 20px;
  /* transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 1s cubic-bezier(0.19, 1, 0.22, 1); */
  outline: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.07em;
}

.collections form input::placeholder {
  color: #a6a6a6 !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
}
/* 
.collections form input#searchsubmit {
  width: 20% !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  padding: 8px 12px;
  outline: none;
  background: #253640;
  border: 1px solid #253640;
  border-radius: 49px;
  color: #fff;
}

.collections form input#searchsubmit::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 49px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.collections form input#searchsubmit:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
} */

/* pagination */

.collections .pagination nav.navigation .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
}

.collections .pagination nav.navigation .nav-links .page-numbers {
  color: #909090;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  margin-right: 15px;
  transition: 0.3s ease all;
}

.collections .pagination nav.navigation .nav-links .page-numbers:hover {
  color: linear-gradient(180deg, #d22c92 0%, #9c2c7e 100%) !important;
}

.collections .pagination nav.navigation .nav-links .page-numbers.current {
  font-weight: 600;
  color: #253640;
}

/* 404 error page css start */

.error-page-background-banner {
  /* background-image: url("../images/contact-us-banner1.jpg");
  background-size: cover;
  background-position: center center; */
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-color: #000;
}
.error-page-background-banner .background-container {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.error-page-background-banner .background-container .background-content {
  z-index: 2;
  /* margin-top: 280px; */
  /* margin-left: 10px; */
  text-align: center;
}

.pt-error-page {
  padding-top: 150px;
  padding-bottom: 100px;
}

.error-page-background-banner h1 {
  color: #fff;
  font-size: 120px;
  line-height: 130px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.error-page-background-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
}

.error-page-background-banner p span {
  text-decoration: underline;
}

.error404 .footer {
  margin-top: 0;
}

/* */

.collections form {
  width: unset;
}

.collections .irs--round .irs-bar,
.collections .irs--round .irs-handle {
  background-color: #253640;
}

.collections .irs--round .irs-handle {
  border: 4px solid #253640;
}

.collections .irs--round .irs-from,
.collections .irs--round .irs-to {
  background-color: #253640;
}

.collections .irs--round .irs-from:before,
.collections .irs--round .irs-to:before {
  border-top-color: #253640;
}

section.clients .nav-pills {
  display: flex;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce .woocommerce-result-count {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected {
  box-shadow: unset;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: unset;
}

/* .woocommerce .quantity .qty {
  width: unset;
  display: none;
} */

.woocommerce-message {
  border-top-color: #ba2c89;
}

.woocommerce-message::before {
  content: "\e015";
  color: #ba2c89;
}

/* new */

.con-sec span.write-info a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
}

.con-sec2 button {
  transition: 0.3s ease-in all;
}

.con-sec2 button:hover {
  border: 1px solid #ba2c89;
}

.p-policy .policy-content .policy-listings ol {
  margin-top: 10px;
}

.p-policy .policy-content .policy-listings ul {
  margin-top: 0;
  padding-left: 2rem;
}

.p-policy .policy-content .policy-listings ul li {
  list-style-type: disc;
}

.p-policy .policy-content .policy-listings ol li {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 5px;
}

a.banner__links {
  transition: 0.3s all ease-in;
}
a.banner__links:hover {
  text-decoration: underline;
}

.tab-content > .tab-pane {
  max-width: 100%;
  margin: auto;
}

.blogs .blog-wrapper p.read-more {
  color: #c42c8d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.support-sec-p-all {
  padding: 0 60px;
}

.footer .footer-newsletter button {
  width: 20%;
  padding: 12px 0;
  margin-left: -7px;
  background: white;
  border: none;
  outline: none;
  border: 1px solid #000;
}

.onActive {
  border: 2px solid #253640;
}

/* section.timeline-company .owl-carousel .owl-item img {
  width: unset !important;
} */

.collections a.woof_front_toggle {
  font-size: 30px;
}

.woof_show_mobile_filter_container {
  position: fixed;
  bottom: 0;
  background: #253640;
  width: 100%;
  text-align: center;
  color: white;
  padding: 15px 0;
  z-index: 999999;
}

.woof_hide_mobile_filter img,
.woof_show_mobile_filter img {
  width: unset;
  /* margin-right: 10px; */
}

/* .woof_show_mobile_filter_container .woof_show_mobile_filter img {
  margin-right: 10px;
} */

.woof_hide_mobile_filter span {
  color: #000;
}

.woof_show_mobile_filter span {
  color: #fff;
}

.woof_hide_mobile_filter span,
.woof_show_mobile_filter span {
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin-top: -3px;
}

.woof_hide_mobile_filter span {
  margin-left: 5px;
}

.woof_list_checkbox li div {
  background-size: auto 16px;
}

.icheckbox_square-blue,
.iradio_square-blue {
  width: 16px;
  height: 16px;
}

.icheckbox_square-blue.hover {
  background-position: -32px 0;
}

.icheckbox_square-blue.checked {
  background-position: -32px 0;
  background-position: unset;
}

.icheckbox_square-blue.disabled {
  background-position: -47px 0;
}

.woocommerce div.product form.cart .button {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
}

.prod-details .dib-custom-fields {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #000;
}

.prod-details .dib-custom-fields input {
  margin-left: 10px;
  margin-right: 5px;
}

.file-input-btn::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}

.file-input-btn::before {
  content: "Upload File";
  display: inline-block;
  background-color: #253640;
  border: 1px solid #253640;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
}

.prod-details .dib-custom-fields p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #323232;
  margin-top: 5px;
  margin-bottom: 20px;
}

.prod-details .tier-pricing-summary-table {
  margin: 0 0;
  display: inline-block;
}

.prod-details tbody tr td ul li {
  padding: 20px 10px !important;
  border-radius: 5px;
}

.prod-details .custom_quantity {
  margin-top: 10px;
  display: inline-block;
  color: #CA2C8F;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
  font-family: "Barlow", sans-serif;
}

.dib-add_disclaimer p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #808080;
  text-align: center;
}

.tier-pricing-summary-table-inline__label {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #808080;
}

.tier-pricing-summary-table-inline__label span.custom_qty_price {
  color: #9b1857;
  font-weight: 800;
}

.tier-pricing-summary-table .prod_actual_price {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

table.shop_table td {
  text-align: left;
}

table.shop_table th {
  text-align: left;
}
table.shop_table .quantity .qty {
  padding: 10px 10px;
  border: 1px solid #717171;
  border-radius: 10px;
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  appearance: none;
  background-image: url(../images/product-arrow-select.png);
  background-repeat: no-repeat;
  background-position: right 0.4rem top 50%;
  background-size: 0.65rem auto;
  text-align: left;
}

.page-template-page-clients .searchandfilter ul {
  display: flex;
}

.page-template-page-clients .searchandfilter select.sf-input-select {
  /* width: 100%; */
  /* margin-top: 20px; */
  background-color: #fff;
  border: 1px solid #a6a6a6;
  padding: 9px 16px;
  color: #253640;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px 0px 20px 20px;
  appearance: none;
  background-image: url("../images/select-tag-arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

section.footer ul li:not(:first-child) {
  margin-left: 0;
  margin-top: 12px;
}

section.industry ul li:not(:first-child) {
  margin-left: 20px;
}

.prod-faq .accordion-body p {
  font-size: 16px;
  line-height: 24px;
  font-family: "BARLOW CONDENSED", sans-serif;
  font-weight: 400;
}

.woocommerce form .form-row input.input-text {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  width: 100%;
  background-color: #fff;
  box-shadow: unset;
  /* margin-right: 40px; */
  color: #323232;
  padding: 12px 16px;
  border: 1px solid #909090;
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
  font-size: 18px;
  line-height: 26px !important;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  border-radius: 0px 0px 20px 20px;
}

.woocommerce form .form-row input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  color: #323232;
}

.cart-collaterals table.shop_table tr p span.select2 {
  width: 100%;
  text-align: left;
  /* margin-top: 20px; */
  background-color: #fff;
  border: 1px solid #909090;
  padding: 12px 16px;
  color: #253640;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px 0px 20px 20px;
  appearance: none;
  background-image: url("../images/select-tag-arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  padding-right: 25px;
}

.cart-collaterals table.shop_table tr p button.button,
.collections .woof_redraw_zone .woof_submit_search_form_container button, .woof_reset_button_2, p button#btn-razorpay, p button#btn-razorpay-cancel {
  width: unset;
  background-color: #253640;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 49px;
  padding: 8px 28px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  margin-top: 10px;
}

.woof_reset_button_2 {
  margin-top: 0;
}

.cart-collaterals table.shop_table tr p button.button::before,
.collections
  .woof_redraw_zone
  .woof_submit_search_form_container
  button::before, .woof_reset_button_2::before, p button#btn-razorpay::before, p button#btn-razorpay-cancel::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 49px;
  background-color: #000;
  transform: translateX(-102%);
  transform-origin: center left;
  border: 1px solid transparent;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.cart-collaterals table.shop_table tr p button.button:hover::before,
.collections
  .woof_redraw_zone
  .woof_submit_search_form_container
  button:hover::before, .woof_reset_button_2:hover::before, p button#btn-razorpay:hover::before, p button#btn-razorpay-cancel:hover::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

section.footer .footer-logo p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  color: #fff;
  margin: 0;
  margin-top: 26px;
  padding-right: 45px;
}

.icheckbox_square-blue,
.iradio_square-blue {
  /* background-image: url("../images/checkbox.png"); */
  background-image: unset;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
}

.icheckbox_square-blue.checked {
  background-image: url("../images/checkbox.png");
}

.icheckbox_square-blue.checked label {
  font-weight: 600;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-auto-cursor .mfp-content {
  position: relative;
}

section.industry .select-industry span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #000;
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom-color: transparent !important;
  border-right: none !important;
  border-left: none !important;
}

ul.woof_childs_list li label {
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
  color: #525050 !important;
}

.tab-content .tab-pane .woocommerce-form-login input.woocommerce-Input,
.tab-content .tab-pane .woocommerce-form-register input.woocommerce-Input {
  margin-top: 10px;
}

.woocommerce table.shop_table th {
  text-align: center;
}

.woocommerce table.shop_table th.product-name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Sulphur Point", sans-serif;
}

.woocommerce table.shop_table th.product-price {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Sulphur Point", sans-serif;
}

.woocommerce table.shop_table th.product-quantity {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Sulphur Point", sans-serif;
}

.woocommerce table.shop_table th.product-subtotal {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Sulphur Point", sans-serif;
}

.woocommerce table.shop_table tbody td {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  text-align: center;
}

.single-blog-page .recent-post > h3 {
  /* color: #17181a; */
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0;
}

.woocommerce
  table.shop_table
  tbody
  td.woocommerce-orders-table__cell-order-number {
  font-weight: 600;
}

.logged-in table thead tr th {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.logged-in table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}

.logged-in address {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}

.logged-in .woocommerce-account .addresses .title h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  padding: 0 0;
}

.woocommerce div.product form.cart div.quantity {
  float: left !important;
}

.prod-details .prod-faq {
  margin-top: 40px;
}

.page-template-front-page .faq {
  margin-bottom: 0;
}

.single-blog-page .single-blog-content h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  /* margin-right: 15px; */
  padding: 10px 15px;
  transition: 0.3s ease all;
  color: #909090;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  /* font-weight: 600; */
  color: #253640;
}

.single-product-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}

.woocommerce-page div.product div.summary {
  float: unset;
}

#primary {
  padding-top: 100px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #000 !important;
  text-decoration: none;
  background-image: none;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
}

.single-product .below-sections-start {
  padding-top: 0;
}

.customize-tab .customize-input select,
.show-tab-content select,
.modal .modal-body form select {
  color: #a6a6a6;
}

.woocommerce ul.order_details {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin: 0 0 1em;
}

.woocommerce-column.woocommerce-column--1 {
  margin-bottom: 20px;
}

/* .search-results .collections form {
  margin-top: 140px;
} */

.woof_show_filter_for_mobile.woof {
  opacity: 1;
}

.faq-button {
  margin-top: 40px;
}

.faq-button button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin: auto;
  width: unset;
  outline: none;
  border: none;
  background: transparent;
  border-radius: 0;
  color: #253640;
  /* padding: 12px 40px;
  */display: none;
  /* text-decoration: underline; */
  padding: 2px 0;
  border-bottom: 1px solid #253640;
}

.price-rules-table-wrapper {
  max-width: 450px;
  width: 100%;
}

.single-product .modal .modal-content {
  padding: 15px 20px;
}

.single-product .modal .modal-header button, .modal .modal-header button {
  background-color: transparent;
  outline: none;
  box-sizing: none;
  border: none;
  font-size: 24px;
}

.single-product .modal .modal-header h5.modal-title, .modal .modal-header h5.modal-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}

.prod-details .single_variation_wrap button {
  background-color: transparent;
  border: none;
  outline: none;
}

.modal {
  z-index: 99999;
}

.search-results .collections h1.page-title {
  font-size: 32px;
  line-height: 40px;
}

/* section.footer .address p:first-child {
  margin-top: 30px;
} */

section.footer .address p {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}

section.footer .address p img {
  margin-right: 10px;
}

section.footer .address p img.loc-f {
  margin-top: 5px;
}

section.footer .address p span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #fff;
}

.lmp_load_more_button a {
  background-color: #253640 !important;
}

.woof_sid {
  position: sticky;
  top: 0;
}

.icheckbox_square-blue.checked + label.woof_checkbox_label {
  font-weight: 600;
}

.woof_products_top_panel_ul {
  display: flex;
  align-items: center;
}

.woof_products_top_panel_ul li ul li, .woof_products_top_panel li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #253640;
}

/* new css */

.woof_submit_search_form_container {
  position: sticky;
  bottom: 10px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1.2em;
}

.logged-in .woocommerce table.shop_table tbody td a:not(:last-child) {
  margin-right: 10px;
}

/* new css thankyou page */

.page-template-thankyou .footer {
  margin-top: 0;
}

/* Search Bar CSS  */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: unset !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1::placeholder {
  color: #000 !important;
  font-size: 16px;
  line-height: 24px;
}
.dgwt-wcas-suggestions-wrapp {
  border-color: #fff;
  padding-top: 22px;
  padding-bottom: 10px;
  margin-top: 0px;
  border-radius: 25px;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  font-size: 16px;
}

/* Add to wishlist button */
.woocommerce a.add_to_wishlist.button.alt {
  border:unset;
  background:unset;
  color: unset;
  padding: unset;
}

.woocommerce a.add_to_wishlist.button.alt:hover {
  border:unset;
  background:unset !important;
  color: unset;
  padding: unset;
}


/* Wish List page  */
.woocommerce #yith-wcwl-form table.shop_table {
  border: unset;
  border-collapse: unset;
}

.woocommerce #yith-wcwl-form  table.wishlist_table thead th {
  border-top: unset;
}

.woocommerce table.shop_table th.product-stock-status {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Sulphur Point", sans-serif;
}

.woocommerce table.shop_table td.product-name {
  font-weight: 700;
}
.woocommerce .wishlist_table tr td.product-thumbnail a {
  max-width: 100px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a img {
  width: 100px;
}

.woocommerce table.shop_table td.product-add-to-cart a {
  background-color: #253640;
  border: 1px solid transparent !important;
  padding: 6px 24px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  width: auto;
  border-radius: 49px;
  letter-spacing: 0;
}

.woocommerce table.shop_table td.product-add-to-cart a:hover {
  background-color: #000 !important;
  text-decoration: none;
  background-image: none;
  color: #fff !important;
}

/* Product image wishlist  */
.item-hover-img .yith-wcwl-add-to-wishlist {
  position: absolute;
  margin-left: 8px;
  margin-top: 8px;
  z-index:999;
}

.item-hover-img .yith-wcwl-add-to-wishlist > div {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 49px;
}

.item-hover-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover svg {
  color: #c42c8d;
}

.item-hover-img .yith-wcwl-add-to-wishlist a svg {
  font-size: 22px;
  margin-left: 5px;
  margin-top: 5px;
}

.item-hover-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a svg path {
  fill:none;
  stroke-width:30px;
  stroke: #c42c8d;
}

.item-hover-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a svg:hover path {
  fill: #c42c8d;
  stroke-width:12px;
  stroke: #c42c8d;
}

.item-hover-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a svg path {
  fill: #c42c8d;
}

.item-hover-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a svg path {
  fill: #c42c8d;
}

.item-hover-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  display:none;
}

.item-hover-img .yith-wcwl-add-to-wishlist .feedback {
  display:none;
}

/* Header Wishlist */
.yith-wcwl-items-count svg {
  width:24px;
  height: 24px;
  font-size: 24px;
  line-height: 32px;
}
.yith-wcwl-items-count.heart-menu-icon svg {
  vertical-align: middle;
}

/* Product Page Wishlist  */
.woocommerce .single-product-page .prod-details .yith-wcwl-add-to-wishlist  .yith-wcwl-add-button a {
  display: inline-block;
  color: #CA2C8F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
}

.woocommerce .single-product-page .prod-details .yith-wcwl-add-to-wishlist  .yith-wcwl-add-button a:hover {
  color: #CA2C8F !important;
}

.woocommerce .single-product-page .prod-details .yith-wcwl-add-to-wishlist  .yith-wcwl-add-button a svg {
  font-size: 24px;
  margin-right: 5px;
}

.woocommerce .single-product-page .prod-details .yith-wcwl-add-to-wishlist  .yith-wcwl-add-button a svg path {
  fill:none;
  stroke-width:30px;
  stroke: #c42c8d;
}

.woocommerce .single-product-page .prod-details .yith-wcwl-add-to-wishlist  .yith-wcwl-add-button a:hover svg path {
  fill:#c42c8d;
  stroke-width:30px;
  stroke: #c42c8d;
}
.woocommerce .single-product-page .prod-details .yith-wcwl-add-to-wishlist  .yith-wcwl-wishlistaddedbrowse a {
  color: #CA2C8F;
  font-family: "Barlow", sans-serif;
}

.woocommerce .single-product-page .prod-details .yith-wcwl-add-to-wishlist  .yith-wcwl-wishlistexistsbrowse a {
  color: #CA2C8F;
  font-family: "Barlow", sans-serif;
}

