@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); /***** General CSS *****/
body {
  word-break: break-word;
  color: #949191;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ea1c28;
}
a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}
::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
} /***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}
@font-face {
  font-family: "aAtmospheric";
  src: url(../fonts/aAtmospheric.ttf);
} /***** Custom Classes *****/
.noPadding {
  padding: 0;
}
.noLeft {
  padding-left: 0;
}
.noRight {
  padding-right: 0;
}
.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.pt-5 {
  padding-top: 50px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-8 {
  padding-bottom: 80px;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-8 {
  padding-top: 80px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-2 {
  padding-top: 20px;
}
.all-section {
  padding: 80px 0;
}
.centerCol {
  float: none;
  margin: 0 auto;
}
.d-flex {
  display: flex;
  align-items: center;
}
.over-flow-h {
  overflow: hidden;
}
.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}
h1 {
  font-family: "aAtmospheric";
  font-size: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}
h2 {
  font-family: "aAtmospheric";
  font-size: 52px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}
h3 {
  font-family: "aAtmospheric";
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}
h4 {
  font-family: "aAtmospheric";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}
h5 {
  font-family: "aAtmospheric";
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}
h6 {
  font-family: "aAtmospheric";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}
p {
  color: #000;
  font-size: 15px;
  font:
    15px/25px "Poppins",
    sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}
.web-padding {
  padding: 0 6%;
}
.theme-btn {
  height: 65px;
  width: fit-content;
  padding: 0 25px;
  background-color: #ea1c28;
  color: white;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in;
  z-index: 1;
  cursor: pointer;
  border: 2px solid transparent;
}
.theme-btn::before,
.theme-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  transform: skew(15deg);
  transition: width 0.5s ease-in;
  z-index: -1;
}
.theme-btn::before {
  right: 50%;
  transform-origin: right;
}
.theme-btn::after {
  left: 50%;
  transform-origin: left;
}
.theme-btn:hover::before {
  width: 50.5%;
  right: 0;
}
.theme-btn:hover::after {
  width: 50.5%;
  left: 0;
}
.theme-btn:hover {
  color: #ea1c28;
  border: 2px solid #ea1c28;
}
.theme-btn:active {
  color: #ea1c28;
  border: 2px solid #ea1c28;
}
.theme-btn:focus:not(:hover) {
  color: #ffffff;
  border: 2px solid #ff0000;
  outline: none;
}
.theme-btn1 {
  height: 65px;
  width: fit-content;
  padding: 0 25px;
  background-color: #2f2e31;
  color: white;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in;
  z-index: 1;
  cursor: pointer;
  border: 2px solid transparent;
}
.theme-btn1::before,
.theme-btn1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  transform: skew(15deg);
  transition: width 0.5s ease-in;
  z-index: -1;
}
.theme-btn1::before {
  right: 50%;
  transform-origin: right;
}
.theme-btn1::after {
  left: 50%;
  transform-origin: left;
}
.theme-btn1:hover::before {
  width: 50.1%;
  right: 0;
}
.theme-btn1:hover::after {
  width: 50.1%;
  left: 0;
}
.theme-btn1:hover {
  color: #2f2e31;
  border: 2px solid #2f2e31;
}
.theme-btn1:active {
  color: #2f2e31;
  border: 2px solid #2f2e31;
}
.theme-btn1:focus:not(:hover) {
  color: #ffffff;
  border: 2px solid #2f2e31;
  outline: none;
} /*header css start */
header {
  height: 110px;
}
header .container-fluid .row {
  align-items: center;
  height: 100%;
}
.menuSec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menuSection {
  height: 100%;
}
header .menuSection .container-fluid {
  height: 100%;
  padding: 0 2%;
}
.menuSec ul li a {
  text-transform: uppercase;
}
.search-btn {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  border: 1px solid transparent;
  background-image: -moz-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
  background-image: -webkit-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
  background-image: -ms-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
}
.search-btn i {
  color: white;
  font-size: 17px;
}
.gradient-modal .modal-dialog {
  height: 100vh;
  margin: 0;
  max-width: 100%;
}
.gradient-modal .modal-content {
  height: 100%;
  background: linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search-modal-input {
  padding: 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px 0 0 5px;
  width: 100%;
  min-width: 500px;
  height: 60px;
}
.search-modal-submit {
  padding: 0 30px;
  background-image: -moz-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
  background-image: -webkit-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
  background-image: -ms-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background 0.3s;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
button.search-modal-submit i {
  font-size: 20px;
}
.search-modal-submit:hover {
  background-image: -moz-linear-gradient(90deg, #ea1c28 100%, #ea1c28 0%);
  background-image: -webkit-linear-gradient(90deg, #ea1c28 100%, #ea1c28 0%);
  background-image: -ms-linear-gradient(90deg, #ea1c28 100%, #ea1c28 0%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.modal-header {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  z-index: 1;
}
.btn-close {
  filter: invert(1);
  opacity: 0.8;
  font-size: 1.5rem;
}
.search-form-container {
  width: 100%;
  padding: 0 20px;
}
.search-form {
  display: flex;
  width: 100%;
}
.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.header-right a {
  display: inline-flex;
  width: 33px;
  height: 33px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  border: 1px solid transparent;
  background-image: -moz-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
  background-image: -webkit-linear-gradient(90deg, #ea1c28 0%, #ea1c28 100%);
}
.header-right a i {
  font-size: 17px;
  color: white;
}
.header-logo a img {
  height: 100px;
  width: 100%;
  object-fit: cover;
} /*header css ends */

/*banner css start */ /*banner css end*/
.hero-banner {
  height: 790px;
  background: linear-gradient(
    to bottom,
    #2f2e31 0%,
    #2f2e31 50%,
    white 50%,
    white 100%
  );
  padding: 5% 0 0 0;
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
.hero-banner .container > span {
  position: absolute;
  height: 100%; /* box-shadow: inset 3px 5px 10px 10px rgba(0, 0, 0, 0.1); */
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  background-color: white;
  z-index: 0;
  border-radius: 15px;
  padding: 50px;
  width: 100%;
  top: 0;
  left: 0;
}
section.hero-banner > .container {
  height: 90%;
}
.hero-banner .container::before {
  content: "";
  position: absolute;
  background-color: #ea1c28;
  height: 752px;
  width: 22.8%;
  right: -6%;
  top: -10%;
  z-index: -1;
  border-radius: 20px;
}
.hero-banner .container::after {
  content: "";
  position: absolute;
  background-color: #ea1c28;
  width: 34vw;
  height: 205px;
  left: -4%;
  bottom: -8%;
  z-index: -1;
  border-radius: 20px;
}
.hero-banner .container .row {
  align-items: center;
  height: 100%;
}
.hero-banner-left-content > h1 > span {
  color: #ea1c28;
}
.hero-banner-left-content > p {
  padding: 0 0 19px 0;
}
.hero-banner-slidder button.slick-prev,
.hero-banner-slidder button.slick-next {
  width: 50px;
  height: 30px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  background: white;
  color: black;
}
.hero-banner-slidder button.slick-prev {
  left: auto;
  right: 12.4%;
  border-radius: 7px 0 0 7px;
}
.hero-banner-slidder button.slick-next {
  right: 9%;
}
.hero-banner-slidder .slick-prev:before,
.hero-banner-slidder .slick-next:before {
  color: #7a8c91;
  font-size: 15px;
  content: "\f178";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  font-size: 16px;
  color: black;
}
.hero-banner-slidder .slick-prev:before {
  content: "\f177";
}
.hero-banner-slidder .slick-prev,
.hero-banner-slidder .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -40%;
  top: auto;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
} /*banner css end*/ /* gang sheet section starts  */
.gang-sheet-slidder .slick-active {
  opacity: 1;
}
.gang-sheet-slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
section.gang-sheet {
  padding: 100px 0;
}
.gang-sheet-heading h2 {
  padding: 0 0 20px 0;
}
section.gang-sheet {
  padding: 100px 0;
}
.gang-sheet-heading h2 {
  padding: 0 0 20px 0;
}
.gang-sheet-card-txt {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  width: 80%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -25px auto;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.gang-sheet-card-img img {
  height: 375px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
} /* gang sheet section ends */ /* About us starts  */
.about-us {
  width: 100%;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  background-color: #fbfbfb;
  padding: 150px 0 100px;
  position: relative;
}
.about-left h3 {
  color: #ea1c28;
}
.about-left h2 {
  padding: 10px 0 15px;
}
.about-left p {
  padding: 0 0 30px 0;
}
.about-right img {
  height: 500px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
.about-left {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 40px;
  border-radius: 30px;
  position: relative;
  margin: -10% -10% 0 0;
  z-index: 9;
}
section.about-us::before {
  content: "";
  width: 50%;
  height: 283px;
  background-color: #2f2e31;
  left: 0;
  position: absolute;
}
section.about-us::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 285px;
  background-color: #ea1c28;
  right: 0;
  bottom: 21%;
  z-index: 1;
}
.about-right {
  position: relative;
  z-index: 3;
} /* About us ends */ /* our designs starst  */
section.our-designs {
  padding: 100px 0;
  position: relative;
}
.designs-card-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.designs-slidder .slick-active {
  opacity: 1;
}
.designs-slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.our-designs-heading.text-center {
  padding: 0 0 15px 0;
}
.our-designs-heading h2 {
  padding: 0 0 15px 0;
  position: relative;
}
.our-designs-heading h2::before {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #ea1c28;
  position: absolute;
  bottom: 11px;
  left: 31%;
}
.designs-card-txt {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.designs-card-txt p {
  color: #ea1c28;
  font-size: 17px;
  font-weight: 600;
}
.designs-slidder .slick-active {
  opacity: 1;
}
.designs-slidder button.slick-prev,
.designs-slidder button.slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00000059;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.designs-slidder button.slick-prev {
  left: -45px;
}
.designs-slidder button.slick-next {
  right: -45px;
}
.designs-slidder .slick-prev:before,
.designs-slidder .slick-next:before {
  color: #000000;
  font-size: 12px;
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
}
.designs-slidder .slick-prev:before {
  transform: rotate(180deg);
} /* our designs ends */ /* embroidery section starst  */

.embroidery {
  height: 710px;
  width: 100vw;
  background: linear-gradient(to right, #2f2e31 66%, white 34%);
}
.embroidery-top-slidder-txt p {
  padding: 0 0 20px 0;
}
.embroidery-top-slidder-txt {
  background-color: white;
  padding: 30px;
  border-radius: 0 0 0 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
  margin: 0 0 0 -82%;
}
.embroidery-top-slidder-main-img img {
  height: 595px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 20px 20px;
}
.embroidery-btm-slidder-card-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border: 5px solid white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.embroidery-btm-slidder .slick-active {
  opacity: 1;
}
.embroidery-btm-slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.embroidery-btm-slidder.slick-initialized.slick-slider {
  margin: -100px 0 0 60px;
}
.embroidery-btm-slidder .slick-active {
  opacity: 1;
}
.embroidery-btm-slidder button.slick-prev,
.embroidery-btm-slidder button.slick-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaaaaa;
  border-radius: 7px;
  background: #ea1c28;
  color: white;
}
.embroidery-btm-slidder button.slick-prev {
  right: -19%;
  left: auto;
}
.embroidery-btm-slidder button.slick-next {
  right: -26%;
}
.embroidery-btm-slidder .slick-prev:before,
.embroidery-btm-slidder .slick-next:before {
  color: white;
  font-size: 18px;
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.embroidery-btm-slidder .slick-prev:before {
  transform: rotate(180deg);
} /* embroidery section ends */ /* what we do section starts */
section.what-we-do {
  padding: 130px 0 100px 0;
  background: linear-gradient(
    to bottom,
    white 0%,
    white 55%,
    #ea1c28 40%,
    #ea1c28 75%,
    white 60%,
    white 100%
  );
}
.what-we-do-heading.text-center {
  padding: 0 0 20px 0;
}
.what-we-do-card-img img {
  height: 285px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.what-we-do-card-txt {
  background-color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 90%;
  margin: auto;
  position: relative;
  border-radius: 20px;
}
.what-we-do-slidder .slick-active {
  opacity: 1;
} /* what we do section ends */ /* testimonial slidder starst  */
.testimonial-slidder .slick-active {
  opacity: 1;
}
.testimonial-slidder button.slick-prev,
.testimonial-slidder button.slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4a646b;
  border-radius: 7px;
}
.testimonial-slidder button.slick-prev {
  left: -45px;
}
.testimonial-slidder button.slick-next {
  right: -45px;
}
.testimonial-slidder .slick-prev:before,
.testimonial-slidder .slick-next:before {
  color: #7a8c91;
  font-size: 12px;
  content: "\e20a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
}
.testimonial-slidder .slick-prev:before {
  transform: rotate(180deg);
}
.testi-img img {
  height: 110px;
  width: 110px;
  object-fit: cover;
  border-radius: 50%;
}
p.testi-name {
  text-transform: uppercase;
  font-size: 20px;
}
.testi-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 20px;
}
.testi-stars {
  padding: 10px 0 0 0;
}
.testi-img {
  width: 30%;
}
.testi-card::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url("../images/testi-quotes.png") no-repeat center center;
  background-size: contain;
}
.testi-content {
  width: 70%;
}
.client-reviews-heading {
  padding: 0 0 20px 0;
}
.testi-stars i {
  color: #ffcc00;
  font-weight: 600;
}
p.desi0para {
  color: #ea1c28;
  padding: 5px 0;
}
.testimonial-slidder.slick-initialized.slick-slider.slick-dotted {
  margin: 30px 0;
}
.texti-content {
  color: #949191;
}
/* .testimonial-slidder .slick-list.draggable {
  overflow: visible;
} */

.testimonial-slidder {
  position: relative;
}
/* .testimonial-slidder .slick-list {
  overflow: visible !important;
} */
.testimonial-slidder .slick-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.testimonial-slidder .slick-active {
  opacity: 1;
  pointer-events: auto;
}
.testi-card {
  margin: 0 15px;
} /* Dots */
.testimonial-slidder .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.testimonial-slidder .slick-dots {
  position: absolute;
  bottom: -70px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.testimonial-slidder .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.testimonial-slidder .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.testimonial-slidder .slick-dots li button:hover,
.testimonial-slidder .slick-dots li button:focus {
  outline: none;
}
.testimonial-slidder .slick-dots li button:hover:before,
.testimonial-slidder .slick-dots li button:focus:before {
  opacity: 1;
}
.testimonial-slidder .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50px;
}
.testimonial-slidder .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ea1c28;
} /* testimonial slidder ends  */ /* footer top starts */
.footer-top-wraper {
  background-color: #ea1c28;
  margin: 150px 0 0 0;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.container-fluid.web-padding {
  padding: 0 6%;
}
.footer-top-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footer-top-marquee-content {
  display: flex;
  width: 200%;
  animation: marquee 20s linear infinite;
}
.footer-top-marque-img {
  flex: 0 0 calc(100% / 12);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.footer-top-marque-img img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  filter: brightness(0) invert(1);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.footer-top-marquee-content:hover {
  animation-play-state: paused;
} /* footer top ends */ /* footer starts  */
footer {
  width: 100%;
  background: url("../images/footer-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.footer-logo {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
ul.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid white;
  padding: 0 70px 30px 70px;
}
ul.footer-menu > li > a {
  color: white;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
ul.footer-menu > li > a:hover {
  color: #ea1c28;
  border-bottom: 1px solid #ea1c28;
}
ul.footer-soclis {
  display: flex;
  align-items: center;
  gap: 15px;
}
.row.copy-right-row {
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.footer-soclis li a {
  color: black;
  background: white;
  display: inline-flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
ul.footer-soclis li a:hover {
  background: #ea1c28;
  color: white;
}
ul.footer-soclis li a i {
  font-size: 25px;
}
.colpy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.colpy-right p {
  color: white;
}
.payment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
} /* footer ends */ /* inner banner starst  */
.inner-banenr-wrapper .hero-banner-slidder button.slick-prev {
  left: auto;
  right: 8%;
  display: none !important;
}
.inner-banenr-wrapper .hero-banner-slidder button.slick-next {
  right: 4%;
  display: none !important;
}
.inner-banenr-wrapper .hero-banner {
  height: 630px;
  background: linear-gradient(
    to bottom,
    #2f2e31 0%,
    #2f2e31 50%,
    white 50%,
    white 100%
  );
  padding: 5% 0 0 0;
}
.inner-banenr-wrapper .hero-banner .container::after {
  content: "";
  position: absolute;
  background-color: #ea1c28;
  width: 700px;
  height: 105px;
  left: -7%;
  bottom: -9%;
  z-index: -1;
  border-radius: 20px;
}
.inner-banenr-wrapper .hero-banner .container::before {
  content: "";
  position: absolute;
  background-color: #ea1c28;
  height: 598px;
  width: 385px;
  right: -10%;
  top: -10%;
  z-index: -1;
  border-radius: 20px;
} /* inner banner ends */ /* about inner starts  */
.about-para {
  padding: 0 5px 0 30px;
}
.about-paragraphs {
  padding: 0 5px 0 30px;
}
.about-inner-wrapper .about-us::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 285px;
  background-color: #ea1c28;
  right: 0;
  bottom: 48%;
  z-index: 1;
}
.about-inner-wrapper .about-us {
  width: 100%;
  padding: 150px 0 100px;
  position: relative;
  box-shadow: none;
  background-color: white;
} /* about inner ends */ /* Acccount page Starts */ /*Login Sign Up Start*/
.login-box {
  padding: 50px 40px;
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
}
.login-box h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
  font-size: 29px;
}
.login-box input {
  width: 100%;
  height: 60px;
  margin-bottom: 22px;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 0 20px;
  color: #b2b2b2;
  font-size: 16px;
}
.quanity.product-detail h2 {
  font-size: 25px;
  color: #000;
  line-height: 30px;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
.productdetail-cart-btn {
  margin-bottom: 10px;
}
.productdetail-quanity-btn {
  display: flex;
  align-items: end;
}
.login-box input::placeholder {
  color: #b2b2b2;
  font-size: 15px;
}
.login-box button {
  width: 100%;
  height: 55px;
  border: none;
  text-transform: uppercase;
  color: white;
  text-transform: uppercase;
}
.login-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.login-box ul li a {
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.by-creating p {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.by-creating p a {
  color: #c4a13f;
  text-decoration: underline;
  margin-left: 8px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(
    -92deg,
    rgb(243, 159, 144) 0%,
    rgb(209, 72, 59) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #d85d4c;
}
.login-sec {
  padding: 150px 0 0;
  position: relative;
}
.login-box ul li input {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}
.login-box.signup h2 {
  color: #000;
  font-size: 29px;
}
.login-box.signup input {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #f2f2f2 !important;
}
.login-box.signup input {
  background: #be1d2c;
}
.password-wrapper {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
}
.toggle-password i {
  color: #ea1c28;
}
.login-box.signup input::placeholder {
  color: #666666;
  font-weight: 500;
}
.by-creating {
  margin-bottom: 20px;
}
.login-box .theme-btn {
  display: inline-flex;
  border-radius: 5px;
  width: 100%;
}
.login-box .theme-btn span {
  height: 48px;
  width: 49px;
  background-color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 0 18px;
  border-radius: 0 6px 6px 0;
} /* Acccount page ends */ /* Add to cart Section start */
.add-to-cart thead {
  background: #2f2e31;
}
.add-to-cart .table > thead > tr > th {
  border-bottom: 0;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.add-to-cart thead tr th {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.table-space p {
  font-size: 20px;
  color: #a8a7a7;
  margin-bottom: 5px;
  width: 80%;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 300;
  margin: 10px 0 0 0;
}
.table-space span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #464646;
}
.table-space {
  margin-top: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
tr.space {
  border-bottom: 1px solid #ccc;
}
section.add-to-cart {
  padding: 5% 0;
}
.add-to-cart input {
  width: 100%;
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  font-size: 23px;
  color: #a2a1a1;
  font-weight: 500;
  background: #f7f7f7;
}
.add-to-cart a {
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #a2a1a1;
  font-weight: 400;
  text-decoration: none;
}
.add-to-cart h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.add-to-cart .table > tbody > tr > td,
.add-to-cart .table > tbody > tr > th,
.add-to-cart .table > tfoot > tr > td,
.add-to-cart .table > tfoot > tr > th,
.add-to-cart .table > thead > tr > td,
.add-to-cart .table > thead > tr > th {
  vertical-align: middle;
}
a.remove {
  color: #fff;
  font-size: 29px;
  padding: 8px 15px;
  height: 45px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e5e5;
  background-color: #000000;
  border-radius: 5px;
}
.total-section {
  border: 1px solid #e5e5e5;
  padding: 27px;
  background: #f9f9f9;
  border-radius: 20px;
}
.total-section ul {
  list-style: none;
  margin-bottom: 0;
}
.total-section li {
  font-size: 20px;
  padding-bottom: 20px;
  color: #828282;
}
li.color-change {
  color: #333333;
  text-transform: uppercase;
  color: #828282;
  font-weight: 500;
  font-size: 23.96px;
}
.total-section li.color-change span {
  font-weight: 500;
  font-size: 23.96px;
  color: #828282;
}
.total-section li span {
  float: right;
  color: #828282;
}
.ship-estimate {
  background-color: #f9f9f9;
  padding: 30px;
  border: 1px solid #e5e5e5;
  margin-top: 138px;
  border-radius: 25px;
}
.ship-estimate li {
  font-size: 22px;
  color: #a8a7a7;
  margin-bottom: 5px;
  font-weight: 400;
}
.ship-estimate ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.ship-estimate .grey-style {
  color: #828282;
  font-size: 18px;
  margin-top: 5px;
  font-family: "Montserrat";
  font-weight: 500;
}
.number-input-container {
  border-radius: 10px;
  position: relative;
  border: 1px solid transparent;
}
ul.dropdown-menu.activee {
  display: flex !important;
}
button.minus-btn {
  left: 15px;
  position: absolute;
  height: 25px;
  width: 25px;
  display: flex;
  top: 12px;
  border-radius: 50%;
  border: 1px solid #a2a1a1;
  align-items: center;
  justify-content: center;
  color: #a2a1a1;
}
button.plus-btn {
  right: 15px;
  position: absolute;
  height: 25px;
  width: 25px;
  display: flex;
  top: 12px;
  border-radius: 50%;
  border: 1px solid #a2a1a1;
  align-items: center;
  justify-content: center;
  color: #a2a1a1;
}
.proceed a {
  color: #000;
  text-align: left;
  font-size: 18px;
}
.proceed .theme-btn {
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 0;
}
.proceed .theme-btn:hover {
  color: black;
}
.proceed .checkout-btn {
  border: none;
  padding: 20px;
  font-size: 20px;
  margin-top: 4px;
  border-radius: 0;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #64a7b7;
}
.or-amazon {
  margin-top: 50px;
  position: relative;
  border: 1px solid #c0c0c0;
  padding: 30px 50px;
  border-radius: 20px;
  background: #f9f9f9;
}
.or-amazon p {
  font-size: 13px;
  position: absolute;
  background: #f9f9f9;
  top: -14px;
  left: 118px;
  padding: 0px 50px;
  color: #5b5b5b;
  display: block;
  text-transform: uppercase;
  border: 1px solid #c0c0c0;
}
.or-amazon a {
  text-decoration: none;
  text-align: center;
}
.product-img {
  display: inline-block;
  width: 110px;
  height: 110px;
  background: #f6f6f6;
  border-radius: 10px;
  border-radius: 5px;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1e1e1e;
}
.table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} /* Add to cart  page End */

/*Inner Contact Us Start*/
.inner-contact-us-sec {
  padding: 100px 0;
}
.inner-contact-us-have-any-question p {
  color: #000;
  font-size: 18px;
  color: #9a9a9a;
}
.inner-contact-us-have-any-question h2 {
  margin-bottom: 5px;
  font-size: 36px;
}
.inner-contact-us-have-any-question ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
}
.inner-contact-us-have-any-question ul li a span i {
  color: #000;
  font-size: 30px;
}
.inner-contact-us-have-any-question ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-radius: 5px;
  height: 50px;
  font-size: 18px;
  color: #fff;
}
.inner-contact-us-have-any-question ul {
  line-height: 80px;
}
.inner-contact-us-have-any-question i.fas.fa-phone-alt {
  transform: rotate(95deg);
}
.inner-contact-us-form {
  margin-left: 30px;
  padding: 50px;
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  background-color: white;
  border-radius: 20px;
}
.inner-contact-us-form input {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  border: 2px solid #d4d1d1;
  margin-bottom: 20px;
  background: #ffff;
  border-radius: 5px;
}
.inner-contact-us-form input::placeholder {
  color: #d4d1d1;
  font-weight: 300;
}
.inner-contact-us-form textarea::placeholder {
  color: #d4d1d1;
  font-weight: 300;
}
.inner-contact-us-form h2 {
  font-size: 36px;
  padding: 0 0 20px 20px;
}
.inner-contact-us-form textarea {
  width: 100%;
  height: 150px;
  padding: 15px 15px;
  border: 2px solid #d4d1d1;
  resize: none;
  margin-bottom: 20px;
}
.inner-contact-us-form button {
  border: none;
  font-size: 16px;
  padding: 0 100px;
}
.inenr-contact-us-row iframe {
  width: 100%;
  height: 500px;
}

section.inner-map .col-md-12 {
  padding: 0;
}
p.contact-title {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.contact-box i {
  color: black;
  font-size: 30px;
  font-weight: 600;
}
.contact-box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.contact-box {
  margin: 40px 0;
} /*Inner Contact Us Ends*/ /* Checkout section Starts  */ /*CHECKOUT*/
#state {
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.checkout-main {
  padding: 5% 0;
}
.order-guest {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.order-guest li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.section-header {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px;
  background-color: #2f2e31;
  color: #fff;
  font-family: "Poppins";
}
.section-body {
  padding: 20px;
  background: #fff;
  border: 1px solid #edecec;
  border-radius: 0px 0px 25px 25px;
}
.personal-info-section {
  margin-bottom: 10px;
}
.creat-account {
  min-height: 20px;
  padding-left: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  margin-bottom: 25px;
  margin-top: 12px;
}
.citem {
  margin-left: 15px;
}
.panel-default {
  border-color: #b5b5b5;
  margin-bottom: 25px;
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  padding: 25px 0px;
}
.chk-left a.show {
  float: right;
  margin-top: -38px;
  background: #ea1c28;
  border-radius: 0;
  padding: 6px 14px;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  text-transform: uppercase;
}
.chk-left .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
  cursor: pointer;
  color: #7e7e7e;
}
.checkbox p {
  padding-top: 20px;
  color: #7e7e7e;
}
.cont {
  background-color: #ea1c28;
  padding: 12px 50px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.table-space {
  gap: 15px;
  display: flex;
  align-items: center;
}
p.opt {
  color: #7e7e7e;
  font-size: 14px;
}
.section-body label {
  color: #7e7e7e;
  font-weight: 500;
  font-size: 15px;
}
.policies {
  border: 1px solid #b5b5b5;
  padding: 20px;
  min-height: 200px;
  border-radius: 10px;
  background-color: #fff;
}
.cart-bottom {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.cart-bottom i {
  color: #000;
  font-size: 25px;
  margin-top: 10px;
  font-weight: 600;
}
.cart-bottom li p {
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 500;
}
.cart-bottom li a:hover {
  text-decoration: none;
  color: #000;
}
.citem p {
  color: #7e7e7e;
  font-size: 15px;
}
.selectdiv {
  position: relative;
  float: left;
  width: 100%;
}
.selectdiv:after {
  content: "\f078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 20px;
  top: 6px;
  height: 34px;
  padding: 10px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}
select::-ms-expand {
  display: none;
}
.selectdiv select {
  appearance: none;
  display: block;
  height: 50px;
  width: 261px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-image: none;
}
.selectdiv2 select {
  appearance: none;
  display: block;
  height: 50px;
  width: 130px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-image: none;
}
.selectdiv2:after {
  content: "\f078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 20px;
  top: 6px;
  height: 34px;
  padding: 10px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}
.selectdiv2 select:focus {
  border: 0px;
}
.mr_list li {
  display: inline-block;
  margin-right: 15px;
}
.form-fields.digi-form {
  padding: 0 0 0 70px;
}
.form-fields.digi-form > .row > .row {
  margin: 10px 0;
}
.section-body input[type="radio"] {
  accent-color: #ea1c28;
  border-color: #ea1c28;
}
.accordian-wraper .accordion {
  margin: 20px auto;
}
.accordian-wraper .accordion-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordian-wraper .accordion-header {
  background: #f7f7f7;
  padding: 25px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
.accordian-wraper .accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #ddd;
  font-size: 14px;
} /* Checkout section Ends */ /* services detail starst  */
.services-dt-img img {
  height: 630px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
section.services_dt {
  padding: 120px 0 0 0;
}
.services_dt-content h2 {
  font-size: 52px;
  padding: 30px 0 15px 0;
}
.product-row {
  margin: 0 0 60px 0;
}
.what-we-heading.text-center {
  padding: 0 0 30px 0;
}
section.what-we {
  padding: 100px 0 0 0;
} /* services detail ends */ /* laser engraving page starts  */
.engraving-lser-lft img {
  height: 590px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.engraving-lser-rght h2 {
  font-size: 52px;
}
section.engraving-lser {
  padding: 120px 0 0 0;
}
.laser-eng-para {
  padding: 10px 0 0 0;
}
.engrav_form-heading-form input {
  height: 60px;
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin: 0 0 24px 0;
  border-radius: 5px;
}
.engrav_form-heading-form input::placeholder {
  color: #787878;
}
.engrav_form-heading-form select {
  height: 60px;
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 15px;
  color: #787878;
  margin: 0 0 20px 0;
}
.engrav_form-heading-form select::placeholder {
  color: #787878;
}
.engrav_form-heading-form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin: 0 0 20px 0;
  resize: none;
  border-radius: 5px;
}
.engrav_form-heading-form textarea::placeholder {
  color: #787878;
}
.engrav_form-heading-form button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.upload-file .upload-box {
  border: 1px solid #dfdfdf;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  color: #787878;
  height: 60px;
  border-radius: 5px;
}
.upload-file .upload-icon {
  font-size: 18px;
  color: #888;
}
.upload-file input[type="file"] {
  display: none;
}
.engrav_form-heading-form {
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.engrav_form-heading.text-center {
  padding: 70px 0 20px 0;
} /* laser engraving page ends */ /* shop page starts  */
section.shop-page {
  padding: 120px 0 0 0;
}
.filter-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}
.filter-wrapper button {
  height: 70px;
  background: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
}
.no-of-products select {
  height: 70px;
  padding: 17px;
}
.vcategory-heading {
  height: 70px;
  background-color: #2f2e31;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px 14px 0 0;
}
.vcategory-heading h6 {
  color: white;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
}
.category-shop-left {
  border: 1px solid #c5c5c5;
  border-top: 1px solid transparent;
  padding: 0;
  margin: 0;
  border-radius: 12px 12px 0 0;
}
.shop-page-left > .row {
  margin: 0;
  padding: 0;
}
.vcategory-heading-field select {
  height: 70px;
  border-radius: 0;
  color: #ea1c28;
  text-transform: uppercase;
  padding: 0 0 0 40px;
  font-weight: 600;
}
.vcategory-select {
  height: 70px;
}
.vcategory-select {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  padding: 0 0 0 40px;
}
.vcategory-select p {
  color: black;
  text-transform: uppercase;
  font-weight: 500;
}
.vcategory-select input {
  height: 30px;
  width: 20px;
  margin: 0 10px 0 0;
  accent-color: #ea1c28;
}
.price-filter-wrapper {
  margin: 130px 0 0 0;
}
.vcategory-select label {
  color: black;
}
.pagination-wrapper .pagination {
  display: flex;
  list-style: none;
  padding: 0;
}
.pagination-wrapper .pagination li {
  margin: 0 4px;
}
.pagination-wrapper .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}
.pagination-wrapper .pagination a:hover {
  background-color: #f5f5f5;
}
.pagination-wrapper .pagination .active a {
  background-color: #c82333;
  color: #fff;
  border-color: #c82333;
}
.pagination-wrapper {
  margin: 30px 0 0 0;
}
.shop-page-right .row {
  margin-bottom: 30px;
}
.star-row {
  display: flex;
  gap: 15px;
  margin: 0 0 15px 0;
}
.star-dtf i {
  color: goldenrod;
}
.star-row p {
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  font-weight: 550;
}
.dtf-sec-left h2 {
  font-size: 42px;
}
.dtf-img img {
  height: 615px;
  width: 100%;
  border-radius: 20px;
}
.cart-counter-row .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 180px;
  padding: 5px;
  height: 70px;
}
.cart-counter-row .counter button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.cart-counter-row .counter span {
  flex: 1;
  text-align: center;
  font-size: 16px;
} /* shop page ends */ /* dtf page starts  */
.detail-review .sku-cate {
  display: flex;
  align-items: center;
  gap: 20px;
}
.detail-review .nav-tabs {
  border-bottom: none;
}
.detail-review .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 8px 20px;
  color: #000;
  font-weight: 500;
}
.detail-review .nav-tabs .nav-link.active {
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}
.tab-content {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.price-dtf {
  display: flex;
  gap: 20px;
}
.price-dtf h3:nth-child(1) {
  color: #ea1c28;
}
.price-dtf h3:nth-child(2) {
  color: #868686;
}
.price-dtf h3 {
  font-size: 29px;
  font-weight: 500;
  font-family: "Poppins";
}
.dtf-sec-right > p {
  padding: 20px 0;
}
.select-size select {
  height: 60px;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  max-width: 300px;
}
.cart-counter-row {
  height: 70px;
  margin: 0 0 20px 0;
}
.add-to-cart-btn-row button {
  padding: 0 100px;
  margin: 10px 0 10px 0;
}
.add-to-cart-btn-row a {
  padding: 0 100px;
  margin: 10px 0 10px 0;
}
.sku-cate {
  display: flex;
  gap: 26px;
  margin: 30px 0 0 0;
  position: relative;
}
.sku-cate::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2c1c1;
  top: -9px;
  left: 0;
}
.pr-dtf-dt {
  width: 100%;
}
.pr-dtf-dt a {
  width: 100%;
  margin: 10px 0;
}
.pr-dtf-dt button {
  width: 100%;
  margin: 10px 0;
}
section.detail-review {
  margin: 110px 0 0 0;
}
.dtf-heading-wrapper h2 {
  font-size: 40px;
}
section.dtf-sec {
  margin: 120px 0 0 0;
}
.add-to-cart-btn-row .theme-btn {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.add-to-cart-btn-row .theme-btn:hover {
  color: black;
}
.add-to-cart-btn-row .theme-btn:focus {
  color: black;
} /* dtf page ends */ /* blog page starts  */
.blog-inner_wrapper .gang-sheet-card-txt h3 {
  font-size: 16px;
}
section.blog-inner_wrapper {
  margin: 100px 0 0 0;
}
section.blog-inner_wrapper .row {
  margin: 0 0 60px 0;
}
.blog-page-wrapper .footer-top-wraper {
  margin-top: 70px;
} /* blog page ends */ /* InnerPage Blog-Detail start */
.blog-detail-wrapper .blog-detail-card-heading-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-detail-wrapper .blog-detail-search-main {
  position: relative;
  width: 80%;
  margin: 0 0 50px 0;
}
.blog-detail-wrapper .blog-detail-card-heading {
  width: 100%;
  padding: 50px 0 0 0;
}
.blog-detail-wrapper {
  margin: 100px 0 0 0;
}
.blog-detail-wrapper .blog-detail-search input {
  width: 100%;
  padding: 0 80px 0 20px;
  height: 60px;
  border: 1px solid #000;
  outline: none;
  border-radius: 5px;
  text-transform: uppercase;
}
.blog-detail-wrapper .blog-detail-search-icon button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background-color: #ea1c28;
  border: none;
  color: #fff;
  font-size: 20px;
}
.blog-detail-wrapper .blog-detail-search-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.blog-detail-wrapper .blog-detail-recent-main .blog-list-card-img img {
  height: 104px;
  border-radius: 10px;
}
.blog-detail-wrapper .blog-detail-recent-main .blog-list-card-txt h5 {
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  margin: 5px 0;
  font-family: "GothamBook";
}
.blog-detail-wrapper .blog-detail-recent-main .blog-list-card-user-txt h6 {
  font-size: 9px;
  line-height: 12px;
}
.blog-detail-wrapper .blog-detail-recent-main .blog-list-card-user-txt p {
  font-size: 9px;
  line-height: 12px;
}
.blog-detail-wrapper .blog-detail-recent-main .blog-list-card-user {
  gap: 10px;
}
.blog-detail-wrapper .blog-detail-recent-main .blog-list-card {
  box-shadow: 0 0 0 0 #0000;
}
.blog-detail-wrapper .blog-detail-tags-key span {
  font-size: 10px;
  line-height: 10px;
  color: #000;
  text-transform: uppercase;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 25px;
  background-color: #fafafa;
  border-radius: 100px;
  transition: ease-in;
  transition-duration: 0.2s;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  background-color: white;
  margin: 0 0 5px 0;
}
.blog-detail-wrapper .blog-detail-tags-key span:hover {
  background-color: #ea1c28;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}
.blog-detail-wrapper .blog-detail-recent,
.blog-detail-wrapper .blog-detail-tags {
  margin: 0 0 30px 0;
}
.blog-detail-wrapper .blog-detail-card-main {
  padding: 0 40px 0 0;
}
.blog-detail-wrapper .blog-detail-card-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-detail-wrapper .blog-detail-search-recent-tags-main {
  position: relative;
}
.blog-detail-wrapper .blog-detail-search-recent-tags-main::before {
  content: "";
  position: absolute;
  top: -11%;
  left: -6%;
  border-left: 1px solid #0000001c;
  height: 1061px;
}
.blog-detail-wrapper .blog-detail-recent-main {
  position: relative;
}
.blog-detail-wrapper .blog-detail-recent-main::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -6%;
  border-top: 1px solid #0000001c;
  width: 800px;
}
.blog-detail-wrapper .blog-detail-tags-main {
  position: relative;
}
.blog-detail-wrapper .blog-detail-tags-main::before {
  content: "";
  position: absolute;
  top: 22%;
  left: -6%;
  border-top: 1px solid #0000001c;
  width: 800px;
}
.blog-detail-wrapper .inner-banner-box h2 {
  display: grid;
}
.blog-detail-wrapper section.blogs-details {
  padding: 100px 0;
}
.blog-detail-wrapper .blogs-img-text ul li i {
  color: #000000;
  font-size: 20px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
}
.blog-detail-wrapper .blogs-img-text ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 20px;
}
.blog-detail-wrapper .blogs-img-text h5 {
  font-size: 60px;
  margin-top: 15px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.blog-detail-wrapper .blogs-img-text p {
  font-weight: 400;
  font-size: 18px;
  color: #636161;
  line-height: 32px;
  text-align: justify;
  padding: 0px 0;
}
.blog-detail-wrapper .search a {
  width: 100px;
  height: 51px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #003366;
  color: #fff !important;
}
.blog-detail-wrapper .search {
  position: relative;
  display: flex;
}
.blog-detail-wrapper .search input {
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 12px 10px;
  border-radius: 10px 0px 0px 10px;
}
.blog-detail-wrapper .blog-categories h4 {
  font-weight: 700;
  font-size: 34px;
  margin-top: 30px;
  padding-bottom: 5px;
  position: relative;
  color: #000;
  text-transform: uppercase;
}
.blog-detail-wrapper .blog-categories a {
  display: block;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.blog-detail-wrapper .blog-categories p {
  font-weight: 500;
  color: #646464;
  font-size: 14px;
}
.blog-detail-wrapper .postss {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-top: 0;
}
.blog-detail-wrapper .postss i {
  color: #000000;
  font-size: 18px;
  margin-right: 10px;
}
.blog-detail-wrapper .postss h6 {
  font-weight: 400;
  font-size: 16px;
  color: #676767;
  margin-bottom: 0;
  margin-top: 4%;
  text-transform: uppercase;
  font-family: "Poppins";
}
.blog-detail-wrapper .blog-categories {
  padding: 0 0px;
}
.blog-detail-wrapper .blogs-img-text img {
  width: 100%;
  border-radius: 10px;
}
.blog-detail-wrapper .postss p {
  color: #000;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
}
.blog-detail-wrapper .postss ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-detail-wrapper .postss ul li p {
  margin-bottom: 0;
}
.blog-detail-wrapper .search button {
  right: 0;
  border: none;
  height: 50px;
  width: 130px;
  background: #098e49;
  font-size: 15px;
  border-radius: 0px 10px 10px 0px;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}
.blog-detail-wrapper .blog-categories h4:hover:before {
  width: 100%;
  background: #78b921;
}
.blog-detail-wrapper .postss img {
  width: 180px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
} /* InnerPage Blog-Detail end */
header {
  height: 110px;
}
.footer-logo img {
  background-color: white;
  padding: 20px 20px;
  height: 160px;
  width: 100%;
}

/* ===================================================== Cutomizer Css Start ============================================= */

/* .tc-extra-product-options {
    visibility: visible !important;
}
.page-id-35 li#wppb-form-element-1 {
    display: none;
}

.page-id-35 input#register {
    background: #ea1c28;
    padding: 7px 21px 07px 21px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px solid;
}
.page-id-35 input#wppb-submit {
    background: #ea1c28;
    padding: 7px 21px 07px 21px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px solid;
}
 */

/* Buttons styles for Page ID 35 only */
body.page-id-35 button.woocommerce-Button.button,
body.page-id-35 a.woocommerce-Button.wc-forward.button,
body.page-id-35 a.button.wc-forward {
  height: 40px;
  padding: 0 25px;
  background-color: #ea1c28;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: color 0.3s ease-in;
}

/* My Account navigation padding */
body.page-id-35 nav.woocommerce-MyAccount-navigation ul li a {
  padding-bottom: 20px;
}

/* WooCommerce Address title */
body.page-id-35 header.woocommerce-Address-title.title h2 {
  font-size: 30px;
}

body.page-id-35 header.woocommerce-Address-title.title {
  display: grid;
  justify-content: start !important;
  align-items: start !important;
  position: relative;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  height: 40px;
  padding: 0 25px;
  background-color: #ea1c28;
  color: white;
  transition: color 0.3s ease-in;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  height: 40px;
  padding: 0 25px;
  background-color: #ea1c28;
  color: white;
  transition: color 0.3s ease-in;
}

main#main {
  padding-top: 80px;
}
aside#secondary {
  display: none;
}
.menuSec ul li a {
  font-size: 14px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  padding-top: 20px;
  color: #c41d33;
  font-size: 29px;
  font-weight: 500;
}
.woocommerce-product-details__short-description {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.related.products {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}
.product.type-product h1.product_title.entry-title {
  font-size: 40px;
}
.woocommerce div.product form.cart .button {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.product.type-product p {
  color: #000;
  font-size: 15px;
  font:
    15px / 25px "Poppins",
    sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}
div#comments {
  display: none;
}
.single-post footer.entry-footer {
  display: none;
}
.single-post .post-thumbnail {
  text-align: center;
}
.single-post .post-thumbnail img {
  width: 800px;
  object-fit: cover;
  margin: 30px 0;
}

a#lumise-customize-button {
  background-color: #ea1c28;
  color: white;
  margin-left: 10px;
  border: none;
}

label.tc-cell.tm-epo-element-label.tcwidth-100 {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

header.entry-header {
  display: none;
}
.ab-pg li {
  color: black;
  list-style: inside;
  line-height: 28px;
}
.woocommerce-page .footer-logo img {
  height: 160px;
}
div#tab-description li {
  color: black;
  list-style: inside;
  line-height: 28px;
}
.embb li {
  color: black;
  list-style: inside;
  line-height: 30px;
}
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  border: 1px solid;
}
.gform_button {
  background-color: #ea1c28;
  color: white;
  border: navajowhite;
  padding: 20px 60px;
}
input#gform_submit_button_2 {
  background-color: #ea1c28;
  color: white;
  border: navajowhite;
}
.inner-contact-us-form h2 {
  font-size: 32px;
  padding: 0 0 20px 0px;
}
.woocommerce-product-details__short-description h4 {
  color: black !important;
}

#woosec .woocommerce img {
  height: 240px;
  object-fit: cover;
}

.product_meta {
  display: none;
}

.postid-287,
.postid-348 a#lumise-customize-button {
  font-size: 0;
  padding: 10px 10px;
}
.postid-287,
.postid-348 a#lumise-customize-button:before {
  content: "Build Your Own Gang Sheet";
  font-size: 18px;
}

.postid-287 a#lumise-customize-button {
  font-size: 0;
  padding: 10px 10px;
}
.postid-287 a#lumise-customize-button:before {
  content: "Build Your Own Gang Sheet";
  font-size: 18px;
}
img.tc-image.radio-image.tc-center {
  height: 120px;
  width: auto;
}
ul.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid white;
  padding: 0 0px 30px 0px;
}

section.error-404.not-found {
  text-align: center;
  padding: 90px 10px;
}

section.error-404.not-found {
  text-align: center;
}

section.error-404.not-found h2 {
  font-size: 46px;
}

/* ===================================================== Cutomizer Css End  ============================================= */
