::selection{
  background-color: #000;
  color: #fff;
}
/* header-start */
@media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-nav {
    gap: 15px;
    align-items: center;
  }
}
.header {
  position: relative;
  width: 100%;
  /* 	z-index:1111; */
}

.header .fixed {
  padding: 0;
}

.header .fixed .nav-top {
  padding-top: 15px;
}

.header .row {
  width: 100%;
  align-items: center;
}

.hede-main {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  width: 8% !important;
  padding: 10px;
}

.top-head {
  padding: 0px;
}

.header__nav {
  display: flex;
  justify-content: space-around;
  background-color: var(--clr-white);
  transition: all 0.9s ease-in-out;
  align-items: center;
}

.head-nav {
  width: 100%;
}

.top-head {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: var(--clr-accent);
  padding: 0px !important;
}

.top-head .custom-button {
  font-size: 12px !important;
  padding: 0px 11px;
  height: 35px;
}

.head-ser {
  position: relative;
}

.head-ser input {
  width: 100%;
  font-size: 18px;
  color: #9e9e9e;
  border: none;
  background: url(../images/search-bg.png) no-repeat center left;
  border-bottom: 1px solid #000;
  padding: 10px 10px 10px 80px;
  outline: none;
}

.head-ser .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  padding: 0px 60px !important;
}

.head-ser .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  top: 7px !important;
}

/* .head-ser::before {
    position: absolute;
    top: 0;
    left: 50px;
    height: 80%;
    width: 1px;
    background: #9E9E9E;
    content: '';
} */

.hed-rt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hed-rt a {
  margin-left: 12px;
  font-size: 17px;
  font-weight: 400;
}

.hed-rt .top-bt {
  position: relative;
}

.hed-rt .top-bt::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--clr-black);
  content: '';
  transition: all 0.5s ease-in-out;
  bottom: 0;
}
.hed-rt .top-bt:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.hed-rt .fa-solid.fa-tag {
  display: none;
}

.top-bt i {
  display: none;
}

.head-ser-mb {
  display: none;
}

.dropdown-menu li {
  padding-left: 4px !important;
}

.col-6 .policy-item:nth-last-child(1)

/* .marquee-box{
    position: relative;
    width: 100%;
    display: block;
    height: 25px;
    text-align: center;
    overflow: hidden;
    padding: 5px 0;
  
}
.marquee-box li a{
    font-size: 20px;
     color: var(--clr-black);
}
.marquee {
    top: 5px;
    position: relative;
    animation: marquee 30s linear infinite;
  }
.header-sec.fixed .marquee-box{
    display: none;
}
@keyframes marquee {
0% {
  top: 0
}
100% {
  top: -200px
}
} */
.top-bt {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-black);
  padding: 14px 5px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}

.top-bt:hover {
  border: 1px solid var(--clr-sky-200);
  color: var(--clr-sky-200);
}

.top-bt i {
  margin-right: 3px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent !important;
}

.nav-manu {
  justify-content: end;
}

.main-nav .navbar-collapse {
  padding-top: 20px;
  justify-content: end;
}

.nav-manu li a {
  font-size: 17px;
  color: var(--clr-black) !important;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  position: relative;
  font-family: var(--ff-primary);
  padding: 0 !important;
  line-height: 30px;
}

/* .nav-manu li a:hover {
    color: var(--clr-secondary) !important;
    text-decoration: underline;
} */

.nav-manu li a::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--clr-black);
  content: "";
  transition: all 0.5s ease-in-out;
  bottom: 0;
}
.nav-manu li a:hover:before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.nav-top {
  padding: 15px 0px;
}

.nav-manu li {
  padding-left: 15px;
}
.nav-manu li a .caret {
  position: relative;
}
.nav-manu li a .caret::before {
  position: absolute;
  content: "/f078";
  top: -2px;
  left: 0;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-left: 5px;
  font-size: 16px;
}
.nav-manu li a:hover {
  color: var(--clr-sky-200);
}
.nav-manu li .dropdown-toggle::after {
  display: none;
}
.header__nav .navbar-nav .dropdown-menu .nav-item .nav-link {
  line-height: 40px;
  padding: 0 16px !important;
  font-size: 16px;
  padding: 0 !important;
  width: fit-content;
}

.header__nav .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
  color: var(--clr-secondary);
}

.header__nav .dropdown-menu > .dropdown::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.header__nav .dropdown-menu .dropdown-item {
  color: #fff;
  font: 500 13px var(--ff-secondary);
  text-transform: uppercase;
}

.header__nav .dropdown-menu .dropdown-item:focus,
.header__nav .dropdown-menu .dropdown-item:hover {
  background-color: #4f4f4f;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler .icon-bar {
  background-color: var(--clr-black-300);
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.dgwt-wcas-search-input {
  border: none !important;
}

/* header-end */

/* banner-start*/
.banner-sec {
  position: relative;
  width: 100%;
}

.banner-slider {
  width: 100%;
  position: relative;
}

.banner .carousel-control-next,
.banner-sec .carousel-control-prev {
  width: 40px;
}

.banner-item {
  position: relative;
}

.banner-pic {
  position: relative;
  width: 100%;
}

.banner-pic img {
  position: relative;
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding-left: 34%;
}

.banner-box {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
}

.banner-box .banner-text .custom-button:hover {
  margin-left: 0px !important;
  background-color: var(--clr-secondary);
}

.banner-text {
  max-width: 590px;
}

.banner-box .banner-text .custom-button {
  margin-left: 0px !important;
}

.banner-text h2,
.banner-text h1 {
  color: var(--clr-black);
  font-family: var(--ff-primary);
  font-size: 50px;
  padding-bottom: 16px;
  font-weight: 600;
}

.banner-text p {
  font-size: 20px;
  color: var(--clr-black);
  font-weight: 400;
  margin: 15px 0px;
}

.banner-text .black-btn {
  display: inline-block;
}

.carousel-control-prev-icon {
  left: 33px;
  position: absolute;
}

/* banner-end*/

/* usp-start */

.section__usp {
  position: relative;
  z-index: 3;
}

.usp-table {
  width: 100%;
}

.usp-table thead tr th:not(:first-child) {
  width: 300px;
}

thead th:not(:first-child) {
  border: 1px solid var(--clr-white-200);
  padding: 0;
  font-size: 20px;
  text-align: center;
}

tbody tr:not(:last-child) {
  border-bottom: 1px solid #6c6c6c;
}

td,
th {
  padding: 20px 0;
  font-size: 22px;
  letter-spacing: 0.5px;
}

td {
  text-align: center;
}

td span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(29px);
  font-size: 22px;
}

td .fa-xmark {
  color: red;
}

td .fa-check {
  color: #01d90f;
}

/* usp-end */

/*------------------ woman-tailer-start----------------- */

.woman-tailer::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  clip-path: polygon(60% 0, 0 0, 0 60%);
  background: linear-gradient(
    215deg,
    rgba(86, 94, 65, 0.3841911764705882) 0%,
    rgba(244, 249, 231, 0.6138830532212884) 63%,
    rgba(243, 243, 243, 1) 100%
  );
  height: 100%;
  width: 70%;
}

.woman-tailer {
  position: relative;
  width: 100%;
  background-color: #f8f9f8;
}

.woman-tailer-lf {
  z-index: 9;
}

.woman-tailer-lf {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.woman-tailer-rt {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.tailer-box {
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
}

.tailer-icon {
  margin-bottom: 10px;
}

.woman-tailer-cont {
  position: relative;
}

.woman-tailer-cont h4 {
  color: var(--clr-black-100);
  font-size: 20px;
  font-family: var(--ff-primary);
  margin-bottom: 15px;
}

.woman-tailer-cont p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #555c63;
}

.woman-tailer-pic {
  position: relative;
  height: 100%;
}

.woman-happy-lady {
  position: absolute;
  bottom: 12px;
  left: 20px;
  z-index: 1;
}

.woman-happy-lady img {
  border-radius: 20px;
}

.woman-tailor-img img {
  border-radius: 20px;
}

.woman-medium-shot img {
  border-radius: 20px;
}

.woman-medium-shot {
  position: absolute;
  right: -8px;
  bottom: 81px;
}

/* women-tailor-end */

/* Section: CTA 247 Start */

.cta-247__left .custom-heading {
  margin-bottom: 24px;
}

.cta-247__left .custom-heading span {
  border-bottom: 2px solid var(--clr-secondary) !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  border: none;
  padding-bottom: 38px;
  font-size: 24px;
  margin-bottom: 20px;
}

.cta-247__left .custom-heading h3 {
  line-height: 53px !important;
  text-align: left !important;
  font-size: 40px;
}

.cta-247__left {
  padding-top: 16px;
}

.private-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--clr-black-300);
}

.private-top h4 {
  font-size: 70px;
  font-weight: 900;
  color: var(--clr-black-100);
}

.private-list {
  padding-top: 16px;
}

.private-list li:not(:last-child) {
  margin-bottom: 16px;
}

.private-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--clr-accent);
  border-radius: 6px;
  padding: 6px;
}

.private-list li .icon {
  color: var(--clr-black-100);
  font-size: 20px;
  display: inline-flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.private-list li h6 {
  font-weight: 400;
  line-height: 1.5;
}

.private-top .custom-button {
  background-color: var(--clr-secondary);
  color: var(--clr-accent);
}

/* Section: CTA 247 End */

/* client-start */

.item.client__slide img {
  height: 75px;
  width: 150px;
  object-fit: contain;
  background-color: #f1f1f1;
  padding: 8px 16px;
}

.client__slide {
  position: relative;
}

.client__slide::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 24px;
  height: 77px;
  width: 1px;
  background-color: var(--clr-secondary);
}

.section__certificates {
  padding-top: 50px !important;
}

.item.certificates__slide img {
  height: 75px;
  width: 150px;
  object-fit: contain;
  background-color: var(--clr-accent);
  background-color: #f1f1f1;
  padding: 8px 16px;
}

.certificates__slide {
  position: relative;
}

.certificates__slide::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 24px;
  height: 77px;
  width: 1px;
  background-color: var(--clr-secondary);
}

/* client-end */

/* leggings-product */

.ps__box-image:hover .product-img-2 {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.leggings-right-back {
  padding: 40px 20px;
}

.leggings-right-back .custom-heading {
  color: var(--clr-white) !important;
}

.leggings-right-back .owl-prev {
  display: none;
}

.ps__box-content h4 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
  /* 132% */
  text-transform: capitalize;
  text-align: center;
  margin: 8px 0px;
  font-family: var(--ff-primary);
}

.ps__left {
  position: relative;
}

.ps__left .text-part p {
  color: var(--clr-accent);
}

.ps__left .text-part h3 {
  color: var(--clr-white-200);
  font-family: var(--ff-primary);
}

.ps__left .text-part {
  position: relative;
}

.ps__left .text-part {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.84);
  color: var(--clr-white);
  top: 50%;
  left: 50%;
  height: 200px;
  width: 220px;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 38px 14px;
}

.ps__left .text-part::before {
  position: absolute;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px 10px;
  content: "";
  height: 174px;
  width: 193px;
}

.ps__left .img-part img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.ps__box-title h4 {
  font-size: 16px;
  background-color: var(--clr-accent);
  padding: 10px;
  backdrop-filter: blur(50px);
  margin: 0px;
}

.text-part h3 {
  font-size: 45px !important;
}

/* leggings-product */

/* slick-slider */

.slick-slide {
  position: relative;
}

.half-iamge img {
  border: 6px solid #fff;
  transition: 0.4s all ease-in-out;
}

.slick-slide.slick-current .half-iamge {
  padding: 30px;
  z-index: 999;
  position: absolute;
  left: 120px;
  transition: 0.4s all ease-in-out;
}

.slick-slide.slick-current + .slick-active .half-iamge {
  padding: 15px;
  z-index: 99;
  position: absolute;
  left: 50px;
  transition: 0.4s all ease-in-out;
}

.half-slick-product {
  background-color: var(--clr-accent);
  padding-left: 50px;
  padding-right: 50px;
}

.half-slick-left h3 {
  font-size: 50px;
}

.half-slick-product .custom-pad {
  padding: 40px 0px;
}

.half-slick-left p {
  padding: 16px 0px;
}

.half-slick-left {
  padding-top: 40px;
}

/* tab-section */

.ps__tabs .nav-item .nav-link {
  background-color: #f2f3f3;
  border-radius: 50px;
  padding: 15px 24px;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--clr-black-200);
  border: none;
  font-weight: 500;
  transition: all .5s ease-in-out;
}
.ps__tabs .nav-item:hover .nav-link {
  background-color: var(--clr-accent) !important;
  color: var(--clr-secondary) !important;
  transition: all .5s ease-in-out;
}
.ps__tabs .nav-item .active {
  background-color: var(--clr-accent) !important;
  color: var(--clr-secondary) !important;
}

.ps__box-image {
  display: block;
  background-image: linear-gradient(
    to right bottom,
    #d4dbe4,
    #dee1e9,
    #e7e8ed,
    #efeff1,
    #f6f6f6
  );
border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.ps__box-image-2 img {
  aspect-ratio: 3/5;
  object-fit: contain;
}

.ps__tabs {
  margin-bottom: 32px;
}

.ps__tabs ul {
  gap: 16px;
  border: none;
}

/* tab */

/* key-feature */

.kf__box-wrap {
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.kf__box-wrap > * {
  width: 19%;
}
.section__key-features .kf__box {
  display: inline-flex;
  /* width: 230px; */
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  flex-direction: column;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.08);
  background: var(--clr-primary);
  border: 1.5px dashed var(--clr-secondary);
  padding: 15px 0px;
}

.kf__box .kf__box-image {
  display: inline-flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  border: 2px dashed var(--clr-secondary);
}

.kf__box-image img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  filter: invert(4%) sepia(92%) saturate(98%) hue-rotate(145deg) brightness(91%)
    contrast(100%);
  transition: all 0.5s ease-in-out;
}

.kf__box-title h5 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 15px 0 8px;
  font-weight: 700;
  color: var(--clr-secondary);
}

.kf__box-number h4 {
  font-size: 20px;
  color: var(--clr-black);
  font-family: var(--ff-body);
  font-weight: 500;
}

/* kf-feature */

/* sustainable */

.section__sustainable-stages .custom-heading h3 {
  color: var(--clr-white);
}

.sustainable__stages-wrap .sustainable__stage:nth-child(2n + 1) {
  border-top: 2px dashed var(--clr-white);
  border-right: 2px dashed var(--clr-white);
}

.sustainable__stages-wrap .sustainable__stage:nth-child(2n) {
  border-bottom: 2px dashed var(--clr-white);
  border-right: 2px dashed var(--clr-white);
}

.sustainable__stage {
  padding: 17px 11px 0px 12px;
  position: relative;
  width: 50%;
}

.sustainable__stage-img img {
  width: 80px;
  height: 80px;
}

.sustainable__stage-no {
  color: var(--clr-white);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
}

.sustainable__stage-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.sustainable__stages-wrap.d-flex {
  padding-bottom: 30px;
}

.sustainable__stage-content p {
  color: var(--clr-white);
  padding: 5px 0px;
  height: 112px;
  font-size: 15px;
  font-weight: 300;
}

/* sustainable */

/* Section: CTA Start */

.section__cta-bg {
  height: 475px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cta-content .custom-heading {
  margin-bottom: 0;
}

.cta-content .custom-heading h3 {
  padding-bottom: 0;
  margin: 10px 0;
}

.cta-content .custom-heading h3::before {
  display: none;
}

.cta-content .button-wrap {
  margin-top: 32px;
}

.section__cta-bg .overlay-half::before {
  width: 40%;
}

.cta-half__wrap .img-part img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.cta-half__wrap .custom-button {
  margin-top: 32px;
}

.cta-design::before {
  border: 12px solid var(--clr-white-200);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 55%;
  height: 67%;
  padding: 20px !important;
  transform: translate(-50%, -50%);
}

.cta-design::after {
  background-color: rgba(241, 237, 237, 0.52);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 49%;
  height: 49%;
  z-index: -1;
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
}

.section__cta-bg:hover .bg-image img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

/* Section: CTA End */

/* Section: CTA-2 Start */

.section__cta {
  height: 475px;
  display: flex;
  align-items: center;
}

.cta-content .custom-heading {
  margin-bottom: 0;
}

.cta-content .custom-heading h3 {
  padding-bottom: 0;
  margin: 10px 16px;
  color: var(--clr-white);
}

.section__cta-bg .cta-content .custom-heading h3 {
  color: var(--clr-secondary);
}

.cta-content .custom-heading h6 {
  padding-bottom: 0;
  margin: 10px 16px;
  color: var(--clr-secondary);
}

.cta-content .custom-heading h3::before {
  display: none;
}

.cta-content .button-wrap {
  margin-top: 32px;
}

.section__cta .overlay-half::before {
  width: 100%;
}

.cta-half__wrap .img-part img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.cta-half__wrap .custom-button {
  margin-top: 32px;
}

.section__cta {
  position: relative;
}

.section__cta::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0%, 38% 0, 100% 100%, 0% 100%);
  background-color: var(--clr-accent);
  background-image: url(../image/cta-gradiant.png);
  height: 100%;
  width: 40%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .section__cta::after {
    position: absolute;
    content: "";
    clip-path: polygon(0 0%, 38% 0, 100% 100%, 0% 100%);
    background-color: var(--clr-accent);
    height: 100%;
    width: 40%;
    top: 0px;
    left: 0px;
    z-index: -1;
} */

.cta-left h3 {
  font-size: 70px;
  padding-left: 50px;
}

/* Section: CTA-2 End */

/* office -start */

.offices-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.office-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border-radius: 10px 10px 0px 0px;
}

.offices-wrap .office-box {
  flex: 0 0 auto;
  width: 19%;
  border: 1px solid var(--clr-white-200);
  border-radius: 16px;
}

.office-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 85%;
  background-color: var(--clr-primary);
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}

.office-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.office-box .content {
  margin-bottom: 0;
  background-color: var(--clr-primary);
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  height: 210px;
}

.office-box .content .title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.office-box .content .title h5 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
  color: var(--clr-black-200);
}

.contact-list li:not(:last-child) {
  margin-bottom: 10px;
}

.contact-list li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}

.contact-list li a {
  color: var(--clr-black-100) !important;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
}

.contact-list li span {
  position: absolute;
  left: 0;
  font-size: 14px;
  padding-top: 4px;
  color: var(--clr-black-100);
  display: inline-flex;
  width: 20px;
  justify-content: center;
}

.office-box .contact-list > :last-child {
  word-break: break-all;
}

/* office -end */

/* *      Section: Footer Start */
.footer {
  background-color: #eeebdf !important;
  padding: 0px !important;
}

.footer-col .custom-heading {
  margin-bottom: 32px;
  color: var(--clr-black-100);
  position: relative;
}

.footer-col .custom-heading > * {
  font-size: 1.25em;
  line-height: 24px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.footer-col .custom-heading > ::before {
  width: 50px;
  height: 2px;
  position: absolute;
  background-color: var(--clr-black-300);
  content: "";
  bottom: 0px;
}

.footer-col .contact-list {
  margin-bottom: 20px;
}

.footer-col .contact-list li a {
  font-size: 16px;
  color: var(--clr-black-200) !important;
  font-weight: 500;
}

.copyright p {
  color: var(--clr-black-300);
}

.footer-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-list li a {
  font-size: 16px;
  color: var(--clr-black-200) !important;
  line-height: 24px;
}

footer ul li a i {
  margin: 0px !important;
}

.footer-list li:hover a {
  color: var(--clr-secondary);
}

.footer-list li:hover {
  padding-left: 7px;
  transition: all 0.5s ease-in-out;
}

.footer-list li {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.footer-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--clr-black-200);
  border-radius: 50%;
  bottom: 7px;
  left: -10px;
  transition: all 0.5s ease-in-out;
}

.footer-list li:hover::before {
  left: 0px;
  transition: all 0.5s ease-in-out;
}

.footer-col .button-wrap {
  margin-bottom: 20px;
}

.socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.socials a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: var(--clr-secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: var(--clr-accent);
  font-size: 17px;
}

.socials a:hover {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.form-group {
  margin-bottom: 16px;
}

.form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  padding-left: 0;
  text-transform: capitalize;
  color: var(--clr-black) !important;
}
.form-group .form-control:focus {
  box-shadow: inherit;
}
.form-group select {
  color: #757c82 !important;
}

.form-group option {
  color: var(--clr-black-200);
}

.footer .form .input::placeholder {
  color: #000 !important;
}

.footer .form .textarea::placeholder {
  color: #000000 !important;
}

textarea.form-control {
  height: 70px;
  resize: none;
}

.footer-bottom .copyright {
  border-top: 2px solid #4f4f4f;
  color: var(--clr-white-200);
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}

.footer-top,
.footer-bottom {
  background-color: var(--clr-accent);
}

.footer-top {
  padding-top: 40px;
}

.footer .form-button .custom-button {
  width: 30% !important;
  padding: 0px 10px !important;
}

.footer .custom-button {
  border: 2px solid var(--clr-secondary);
}

/* .footer .custom-button:hover {
    background-color: var(--clr-black-200) !important;
} */

/* footer-end */
/* trending-category */

.catagory-box .image-part img {
  width: 100%;
  transition: 0.4s all ease-in-out;
  aspect-ratio: 2/4;
  object-fit: cover;
}

.catagory-box:hover .image-part img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.catagory-box .image-part::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.09);
  height: 0%;
  width: 100%;
  top: 0px;
  transition: 0.4s all ease-in-out;
}

.catagory-box:hover .image-part::after {
  height: 100%;
  transition: 0.4s all ease-in-out;
}

.col-lg-3:nth-child(2n) .catagory-box {
  margin: 60px 0px !important;
}

.catagory-box .image-part {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}

.catagory-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.content-box h3 {
  font-size: 25px;
  font-weight: 500;
  padding-top: 24px;
  text-align: center;
}

.content-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
  transition: 0.4s all ease-in-out;
}

/* .content-hover {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -1px;
} */

/* .catagory-box:hover .content-hover {
    display: block;
    transition: 0.4s all ease-in-out;
} */

.content-hover::after {
  position: absolute;
}

.content-hover:hover {
  color: #fff !important;
}

/* trending-category */

/* manufacturer */

.manufacturer-image-box {
  width: 46%;
  border: 1.5px solid var(--clr-accent);
  padding: 20px;
  position: relative;
}

.manufacturer-image-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: row;
}

.manufacturer-image-box img {
  height: 50px;
  width: 50px;
}

.manufactuer-demo-image {
  padding: 0px;
}

.manufacturer-image-box::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 7px;
  height: 40px;
  width: 45px;
  background-color: var(--clr-accent);
  z-index: -1;
}

.manufacturer-image-box h3 {
  font-size: 22px;
  padding: 16px 0px;
  font-weight: 400;
}

.manufacturer-image-box p {
  font-weight: 300;
}

.right-side-content {
  position: sticky;
  top: 50px;
  margin-top: 50px;
  bottom: 0px;
}

.right-side-content p {
  font-size: 18px;
}

.right-side-content h6 {
  color: var(--clr-secondary);
}

.right-side-content h3 {
  padding: 16px 0px;
  text-align: left !important;
}

.manufactuer-demo-image img {
  height: 100%;
  width: 100%;
}

/* manufacturer */

.policy-item {
  /* display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; */
  border-right: 2px solid var(--clr-white-200);
}

.policy-icon {
  padding-right: 14px;
  font-size: 29px;
  color: var(--clr-secondary);
}

.index-section {
  padding: 50px 100px 0px 100px;
}

.policy-content h3 {
  font-size: 22px;
  color: var(--clr-black);
  padding-bottom: 5px;
}

.policy-content p {
  font-size: 14px;
  color: var(--clr-black-300);
}

/* newsletter */
.newletter_wrapper-block {
  padding: 40px;
}

.newsletter__wrapper-left h3 {
  padding-bottom: 16px;
}

.news-form {
  margin-top: 20px;
}

.side-btn-new {
  position: fixed;
  right: -118px;
  top: 40%;
  z-index: 99;
  transition: 0.4s all ease-in-out;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  animation: ring 1.5s ease-in-out infinite;
  transform-origin: center;
}

.custom-button span {
  padding-left: 12px;
}

.side-btn-new a {
  color: #fff;
  margin: 3px;
  border-radius: 60px 60px 0px 0px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  /*background-color: var(--clr-secondary);*/
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
  height: auto;
  display: block;
  font-family: var(--ff-primary);
  padding: 5px 30px;
  background-color: rgb(28 31 45 / 83%);
  background-blend-mode: color-burn;
  backdrop-filter: blur(9px);
  box-shadow: rgb(133, 133, 133) 0px 0px 12px;
}

.side-btn-new a span {
  font-size: 60px;
  padding-left: 31px;
  line-height: 35px;
}

.side-btn-new h6 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}

@keyframes ring {
  0% {
    transform: rotate(-90deg);
  }
  5% {
    transform: rotate(-89deg);
  }
  10% {
    transform: rotate(-93deg);
  }
  15% {
    transform: rotate(-89deg);
  }
  20% {
    transform: rotate(-93deg);
  }
  30% {
    transform: rotate(-89deg);
  }
  40% {
    transform: rotate(-91deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-90deg);
  }
  5% {
    -webkit-transform: rotate(-89deg);
  }
  10% {
    -webkit-transform: rotate(-93deg);
  }
  15% {
    -webkit-transform: rotate(-89deg);
  }
  20% {
    -webkit-transform: rotate(-93deg);
  }
  30% {
    -webkit-transform: rotate(-89deg);
  }
  40% {
    -webkit-transform: rotate(-91deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
  }
}

/* newsletter */

/* 30-01-2024 */

.globally_product_image {
  padding-right: 40px;
}

.section__content h2 {
  padding: 11px 0px;
  text-align: left;
}

.section__content p {
  text-align: left;
}
.section__content-wrap > :not(:last-child) {
  margin-bottom: 12px;
}

.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 0px !important;
  height: auto;
  font-family: var(--ff-primary);
  background-color: transparent !important;
  border-bottom: 1.5px solid #d7d7d7 !important;
  width: 400px;
  color: var(--clr-black);
  padding-bottom: 15px !important;
}

/* 
today-css 01-02-2024*/

/* .ps__box:hover .content-hover {
    display: block !important;
    transition: 0.4s all ease-in-out;
    z-index: 99 !important;
} */

.ps__box .custom-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none !important;
  transition: 0.4s all ease-in-out;
}

.ps__box .ps__box-image::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.53);
  height: 0%;
  width: 100%;
  top: 0px;
  transition: 0.4s all ease-in-out;
}

.ps__box:hover .ps__box-image::after {
  height: 100%;
  transition: 0.4s all ease-in-out;
}

.catagory-box .custom-button {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}

.catagory-box .custom-button {
  height: 36px;
  padding: 0 12px;
  font-size: 12px !important;
}

/* .ps__box-image img
{
  height: 400px;
  object-fit: cover;
} */

.kf__box:hover {
  background-color: var(--clr-accent);
}

.poly:nth-last-child(1) .policy-item {
  border: none;
}

.section__cta-247 .custom-heading span {
  padding: 7px 1px !important;
}

.manufactuer-demo-image {
  border: none;
}
.location-page-banner img {
  height: auto;
  object-fit: cover;
}

.location-page-banner
  .ban-txt-loc
  .wpcf7-form-control-wrap
  input.wpcf7-form-control::placeholder {
  color: #fff !important;
}
.location-page-banner input[type="email"]::placeholder,
.location-page-banner input[type="text"]::placeholder,
.location-page-banner select::placeholder,
.location-page-banner input[type="tel"]::placeholder,
.location-page-banner input[type="textarea"]::placeholder {
  color: #fff !important;
  opacity: 1;
}
