@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@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");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

@import url("../fonts/new_customfont/stylesheet.css");

/* The Nautigal Font */
@import url("https://fonts.googleapis.com/css2?family=The+Nautigal:wght@400;700&display=swap");
/* The Nautigal Font */

/* lato font */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* lato font */

/* Roboto font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Roboto font */

/* Cinzel font */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
/* Cinzel font */

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot");
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff2") format("woff2"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff") format("woff"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/********Lemon Milk Font********/
@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-MediumItalic.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-LightItalic.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-BoldItalic.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-Light.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-Bold.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-Medium.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-RegularItalic.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/lemon-milk/LEMONMILK-Regular.woff2") format("woff2"),
    url("../fonts/lemon-milk/LEMONMILK-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/********Lemon Milk Font********/

:root {
  /*** theme colors ***/
  --red: #ed1d24;
  --secondary-color: #d8d701;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "lemon milk";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lemon milk";
}

a:hover {
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  font-family: "Poppins";
}
p,
span {
  font-family: "Poppins";
}

.p-100 {
  padding: 30px 0px;
}

.about_img_bg,
.fifty_contant {
  -webkit-animation: mymove 2s ease 0.5s infinite;
  animation: mymove 2s ease 0.5s infinite;
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Header */
.top-bar .row {
  justify-content: space-between;
}

.caterogy a {
  background: #ed1d24;
  color: #fff !important;
  padding: 7px 25px;
  border: 1px solid var(--red);
  transition: all 0.5s ease-in-out;
}

.caterogy a:hover {
  color: var(--red) !important;
  background: #f000;
}

.top-bar {
  background: #6fa242;
  padding: 10px;
}
.top-bar .left-side a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.top-bar .left-side a:hover {
  color: #000;
}

.top-bar .left-side a i {
  margin-right: 10px;
}

.top-bar .middle p {
  margin: 0;
  color: #fff;
  text-align: center;
}

.top-bar .right-side i {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
}
.top-bar .right-side i:hover {
  color: #000;
  transition: all 0.5s ease-in-out;
}
.top-bar .right-side {
  text-align: end;
}

section.header-main {
  padding: 20px;
  border-bottom: 1px solid #c2c2c2;
}

.header-main .row {
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 80%;
}

select#category {
  font-family: "Poppins";
  background: none;
  border: none;
  width: 140px;
}

select#category:focus-visible {
  outline: none;
}

.search {
  background: #e0e0e0;
  border-radius: 25px;
  padding: 3px 24px;
}

.search-bar input[type="text"]:focus-visible {
  outline: none;
}

.search-bar input[type="text"] {
  background: none;
  border: none;
  font-family: "Poppins";
  width: 65%;
  padding: 8px 20px;
  border-radius: 10px;
}

.search-bar button {
  background: none;
  border: none;
  vertical-align: middle;
}

.search-bar button i {
  font-size: 22px;
}

.profile {
  display: flex;
  gap: 30px;
  align-items: center;
  text-align: center;
}

.profile-pic {
  width: 30%;
  position: relative;
}

.profile-pic .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  background-color: white;
  border: 1px solid rgb(221, 221, 221);
}

.profile-pic .dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ed1d24;
}

.lang select {
  border: none;
  background: none;
  font-family: "Poppins";
  padding-right: 7px;
  font-weight: 600;
}

select#language:focus-visible {
  outline: none;
}

.sinlge-bar.shopping.cart-icn.ic-none i {
  position: relative;
  left: 10px;
}
.sinlge-bar a i {
  font-size: 22px;
}
.sinlge-bar a {
  color: #000000 !important;
}
.caterogy select#category-nav {
  font-family: "Poppins";
  border: none;
  background: none;
}
span.total-count {
  background: #ed1d24;
  font-size: 12px !important;
  padding: 2px 5px;
  border-radius: 50%;
  top: -12px;
  left: 0px;
  position: relative;
  color: white;
}

.search-bar::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #c7c1c1;
  position: absolute;
  top: 5px;
  left: 153px;
}

.search-bar {
  position: relative;
}

section.header-navigation {
  padding: 20px;
}
select#category-nav {
  padding-right: 10px;
}

section.header-navigation .row {
  justify-content: space-between;
}

.main-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-nav ul li {
  list-style: none;
  padding-right: 21px;
}

.main-nav ul li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

.main-nav ul li a:hover {
  color: var(--red);
}

.main-nav ul li a i {
  font-size: 13px;
  margin-left: 7px;
  color: #ed1d24;
}

.right-btn a {
  padding: 7px 35px;
  background: #ed1d24;
  color: #fff !important;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.right-btn a:hover {
  border: 1px solid var(--red);
  background: #f000;
  color: var(--red) !important;
}
.right-btn {
  text-align: end;
}
/* Header */
/* footer */
footer {
  background: #000;
  border-radius: 90px 90px 0 0;
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

section.newsletter {
  padding: 70px 0 50px 0;
}

.news-left h2 {
  font-family: "Poppins";
  color: #fff;
  font-size: 40px;
}

.news-left p {
  color: #fff;
  margin-top: 15px;
}

.news-right label {
  color: #fff;
  font-family: "Poppins";
}

.news-right input {
  background: #f000;
  border: 2px solid #fff;
  width: 60%;
  padding: 10px 20px;
  color: #fff;
  font-family: "Poppins";
  margin-left: 10px;
}
.news-right button {
  background: #ef1d24;
  color: #fff;
  font-family: "Poppins";
  border: none;
  padding: 12px 20px;
  margin-left: -4px;
  transition: all 0.5s ease-in-out;
}

.news-right button:hover {
  border: 1px solid var(--red);
  background: transparent;
  color: var(--red) !important;
}

section.footer {
  padding: 50px 0 50px 0;
}

section.footer .row {
  justify-content: space-between;
}

.footer-left img {
  margin-bottom: 25px;
}

.footer-left p {
  color: #fff;
}

.footer h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer a {
  display: block;
  color: #fff !important;
  margin-bottom: 20px;
}
section.footer a:hover {
  color: var(--red) !important;
}
section.footer a {
  transition: all 0.5s ease-in-out;
}

section.copyright {
  background: var(--red);
  padding: 13px;
}

.copyright p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.copyright .row {
  justify-content: space-between;
}

.copyright .copy-right {
  text-align: right;
}
/* footer */
/* main-banner */
section.main-banner {
  background: url(../images/main-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 506px;
  margin: 90px 0px;
}

.banner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
}

.banner-left h4 {
  font-family: The Nautigal;
  font-size: 40px;
  font-weight: 600;
}

h2.color-red {
  color: var(--red);
}

.main-banner h2 {
  font-size: 70px;
}

.main-banner1 h2 {
  font-size: 50px;
}

.banner-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--red);
}

.banner-slider .slick-dots li button:before {
  color: var(--red);
}
.banner-slider .slick-dots {
  text-align: left;
}
.banner-slider .slick-dots li button:before {
  font-size: 10px;
}

.main-banner p {
  width: 70%;
}

a.theme-btn {
  padding: 12px 40px;
  background: var(--red);
  width: fit-content;
  color: #fff !important;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
a.theme-btn:hover {
  border: 1px solid var(--red) !important;
  background: #f000;
  color: var(--red) !important;
}

a.theme-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 1px solid var(--red);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
a.theme-btn:hover:before {
  top: 0;
  left: 0;
}
/* main-banner */
/* Quality */
section.quailty {
  margin: 50px 0;
}

section.quailty .row {
  justify-content: space-between;
}

.quality-1,
.quality-2,
.quality-3 {
  text-align: center;
  position: relative;
}

.quality-1 h3,
.quality-2 h3,
.quality-3 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.quality-1::before {
  content: "";
  background: url(../images/arrow.png);
  width: 30%;
  height: 5%;
  z-index: 1;
  position: absolute;
  top: 87px;
  left: 360px;
  background-repeat: no-repeat;
}
.quality-2::before {
  content: "";
  background: url(../images/arrow.png);
  width: 30%;
  height: 5%;
  z-index: 1;
  position: absolute;
  top: 87px;
  left: 360px;
  background-repeat: no-repeat;
}
/* Quality */

/* category */
section.category {
  background: url(../images/category-banner.png);
  padding: 150px 0 50px;
}
section.category h2 {
  text-align: center;
  font-size: 50px;
}

section.category p {
  width: 60%;
  margin: 20px auto;
  text-align: center;
  text-transform: capitalize;
}
.category-card img {
  margin-bottom: 20px;
}
.category-card img {
  width: 83%;
}

.category-card h5 {
  /* width: 83%; */
  text-align: justify;
}
.category-slider .slick-prev:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: 1px solid #000;
  padding: 9px 10px;
  border-radius: 50%;
}
.category-slider .slick-prev:hover:before {
  color: var(--red);
  border-color: var(--red);
}
.category-slider .slick-prev {
  left: -50px;
}

.category-slider .slick-next:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: 1px solid #000;
  padding: 9px 10px;
  border-radius: 50%;
}
.category-slider .slick-next:hover:before {
  color: var(--red);
  border-color: var(--red);
}

.bottom-btn {
  text-align: center;
  margin: 70px 0 50px;
}
/* category */
/* about */
section.about-sec {
  margin: 80px 0;
}
.about-left img {
  width: 100%;
}

.about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}

.about-right h2 {
  font-size: 43px;
  margin-bottom: 20px;
}

.about-right p {
  margin-bottom: 25px;
}
/* about */
/* feayured products */
section.featured {
  background: url(../images/feature-banner.png);
  padding: 150px 0 50px;
}
section.featured h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

section.featured p {
  width: 60%;
  text-transform: capitalize;
  margin: 20px auto;
  text-align: center;
}
.pro-card img {
  width: 83%;
}

img.five-star {
  width: 40%;
  display: inline;
}
.pro-card h5 {
  color: var(--red);
  margin-top: 15px;
  font-size: 15px;
}

.pro-card h4 {
  font-weight: 300;
  font-size: 20px;
  margin: 15px 0;
}

.pro-card h6 {
  color: var(--red);
  font-size: 22px;
}
.pro-card span {
  font-weight: 600;
  margin-left: 20px;
  font-size: 15px;
}
.review_star {
  display: flex;
  text-decoration: none;
}

.review_star li {
  list-style-type: none;
  font-size: 19px;
}

.review_star li i.fa.fa-star {
  color: #fdcc0d;
}

.review_star li i.fa.fa-star-o {
  color: #fdcc0d;
}
.view-all-btn {
  text-align: center;
  margin: 50px 0;
}
.featured-products .slick-prev:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: 1px solid #000;
  padding: 9px 10px;
  border-radius: 50%;
}
.featured-products .slick-prev:hover:before {
  color: var(--red);
  border-color: var(--red);
}
.featured-products .slick-prev {
  left: -50px;
}

.featured-products .slick-next:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: 1px solid #000;
  padding: 9px 10px;
  border-radius: 50%;
}
.featured-products .slick-next:hover:before {
  color: var(--red);
  border-color: var(--red);
}
.pro-card a {
  color: var(--red) !important;
  margin-top: 20px;
  display: block;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.pro-card a:hover {
  color: #000;
  font-weight: 600;
}
/* feayured products */
/* Customized */
section.customize {
  margin: 80px 0 50px 0;
}

.customize-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customize-left h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.customize-left p {
  margin-bottom: 25px;
  width: 90%;
}
/* Customized */
/* latest products */
section.latest-products {
  background: url(../images/latest-pro-banner.png);
  padding: 150px 0 50px;
}
section.latest-products h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

section.latest-products p {
  width: 60%;
  text-transform: capitalize;
  margin: 20px auto;
  text-align: center;
}
/* latest products */
/* testimonials */
section.testimonals {
  margin: 70px 0 50px 0;
}

.test-cont {
  font-size: 18px;
  margin: 40px 0 25px;
  position: relative;
  padding: 0 50px;
}

.test-cont::before {
  content: "";
  background: url(../images/qoute-1.png);
  width: 40px;
  height: 31px;
  position: absolute;
  background-repeat: no-repeat;
  top: -21px;
  left: 10px;
}
.test-cont::after {
  content: "";
  background: url(../images/qoute-2.png);
  width: 31px;
  height: 31px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: -17px;
  right: 0px;
}

.review-by {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.review-by p {
  margin: 0;
  font-size: 19px;
  text-transform: uppercase;
}

.test-left h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.review-img {
  display: flex;
  align-items: center;
}
.testimonals .slick-prev:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: 1px solid #000;
  padding: 9px 10px;
  border-radius: 50%;
}
.testimonals .slick-prev:hover:before {
  color: var(--red);
  border-color: var(--red);
}
.testimonals .slick-prev {
  left: 660px;
  z-index: 1;
  bottom: 0;
  top: auto;
}

.testimonals .slick-next:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: 1px solid #000;
  padding: 9px 10px;
  border-radius: 50%;
}
.testimonals .slick-next:hover:before {
  color: var(--red);
  border-color: var(--red);
}
.testimonals .slick-next {
  bottom: 0;
  top: auto;
  right: -68px;
  z-index: 99999999999;
}
/* testimonials */
/* contact */
section.contact {
  background: url(../images/contact-bannner.png);
  height: 740px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 130px;
  position: relative;
  bottom: -90px;
  /* z-index: -1; */
}

.contact-form {
  padding: 80px 150px;
  background: var(--red);
}

.contact-form h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.contact-form p {
  width: 89%;
  color: #fff;
  margin-bottom: 20px;
}

.contact-form h3 {
  color: #fff;
  margin-bottom: 20px;
}

section.contact form input {
  width: 100%;
  background: white;
  border: none;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #ffffff30;
  border: none;
  color: #fff;
  font-family: "Poppins";
}
/* .extra-div-class {
  position: relative;
} */
.contact-form {
  position: absolute;
  top: -160px;
}
.contact-form textarea::placeholder {
  color: #fff;
}
section.contact form input {
  background: #ffffff30;
  border: none;
  font-family: "Poppins";
  color: #fff;
}

section.contact form input::placeholder {
  color: #fff;
}

.contact-form button {
  padding: 8px 30px;
  border: none;
  font-family: "Poppins";
  background: #fff;
  color: var(--red);
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
.contact-form button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
/* contact */

section.contact-banner {
  background: url(../images/contact-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  margin: 0 !important;
}

section.about-banner {
  background: url(../images/about-banner.jpg);
  background-size: cover;
}

section.product-banner {
  background: url(../images/product-banner.jpg);
  background-size: cover;
  position: relative;
}

section.single-page {
  background-color: #feeeef;
}

section.single-page .banner-right {
  display: flex;
  justify-content: right;
  align-items: center;
}

section.single-page .product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

section.single-page .row {
  display: flex;
  align-items: center;
}
section.single-page h2 {
  color: var(--red);
  font-size: 80px;
  margin: 0 !important;
}

section.service-banner {
  background: url(../images/service-banner.jpg);
  background-size: cover;
}

/*.contact-banner-content {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  height: 100%;*/
/*}*/

.contact-banner-content h2 span {
  font-weight: 700;
  font-size: 80px;
  color: #000;
}

.contact-banner-content p {
  color: black;
  font-size: 15px;
  margin: 0 !important;
  font-weight: 600;
}

/*Product Catelog*/
.contact-banner-content1 h2 span {
  font-weight: 700;
  font-size: 62px;
  color: #000;
}

.contact-banner-content1 p {
  color: black;
  font-size: 15px;
  margin: 0 !important;
  font-weight: 600;
}
/*............*/

.inner-contact .contact {
  margin-top: -120px;
  margin-bottom: 77px;
}

.inner-contact .contact-form {
  top: 0;
}

.pd-70 {
  padding: 70px 0;
}

.product-left h4 {
  margin-bottom: 20px;
}

.list_Check {
  margin-bottom: 16px;
}

.list_Check label {
  font-family: "LEMON MILK";
  font-size: 18px;
  padding-right: 10px;
}

.product-section .pro-card {
  margin-bottom: 40px;
}

.service-box {
  border: 2px solid #ed1d24;
  padding: 20px;
  margin-bottom: 40px;
  height: auto;
}

.service-img img {
  width: 100%;
}

.service-details {
  text-align: center;
  margin: 20px 0;
}

.service-details h4 {
  font-weight: 500;
  font-family: "LEMON MILK";
}

.service-details p {
  color: black;
  opacity: 60%;
  font-size: 21px;
  padding: 0 35px;
}

.service-details a {
  color: #ed1d24 !important;
  text-decoration: underline;
}

/*Printing Service*/
section.printingservicesection {
  margin: 100px 0;
}
.printing-serv-left h4 {
  font-size: 29px;
  margin-bottom: 22px;
}

.printing-serv-left a {
  display: block;
  margin-top: 30px;
}
.printing-serv-right img {
  height: 500px;
  width: 100%;
}
/*Printing Service*/
/*Design Service*/
.design-serv-right img {
  width: 100%;
}
/*Design Service*/
/*Mailing Service*/
section.mailingservicesection {
  margin: 100px 0;
}
.mail-serv-left {
  margin-bottom: 50px;
}

.mailingservicesection h4 {
  font-size: 29px;
  margin-bottom: 22px;
}
.mailingservicesection p {
  margin-bottom: 20px;
}
.mail-serv-left a {
  display: block;
  margin-top: 30px;
}

.mail-serv-right img {
  width: 100%;
}
ul.purchase-list li {
  font-family: "Poppins";
}
/*Mailing Service*/
/*Glossary*/
section.glossary {
  margin: 100px 0;
}

section.glossary h4 {
  font-size: 29px;
  margin-bottom: 20px;
}

section.glossary p {
  margin-bottom: 20px;
  font-size: 18px;
}

section.glossary p strong {
  margin-right: 5px;
}
/*Glossary*/
/*Print Specification*/
section.print-speci {
  margin: 100px 0;
}

section.print-speci h4 {
  font-size: 29px;
  margin-bottom: 22px;
}

section.print-speci p {
  margin-bottom: 16px;
  font-size: 16px;
}
section.print-speci h5 {
  font-size: 20px;
  margin-bottom: 17px;
}
section.print-speci ul li {
  font-family: "Poppins";
  margin-bottom: 10px;
}
section.print-speci ol li {
  font-family: "Poppins";
  margin-bottom: 10px;
}
section.print-speci img {
  margin: 50px 0;
}
/*Print Specification*/
/*Tutorial*/
section.video-section {
  margin: 70px 0;
}

section.video-section h4 {
  font-size: 29px;
  margin-bottom: 22px;
}

section.video-section p {
  margin-bottom: 20px;
}

.video-card img {
  width: 100%;
}

.video-card {
  text-align: center;
  margin-bottom: 50px;
}

.video-card h5 {
  margin: 20px 0;
  font-size: 19px;
}
/*Tutorial*/
/*Terms and conditions*/
.main-banner .term-banner {
  font-size: 70px !important;
}
section.terms-body {
  margin: 70px 0;
}

p.red-parra {
  color: #c00;
}

p.important-parra {
  color: #c00;
  font-style: italic;
  font-weight: 600;
}
h5.red-italic {
  color: #c00;
  font-style: italic;
}

ol.red-list li {
  list-style: lower-latin;
  font-family: "Poppins";
  font-style: italic;
  color: #c00;
  margin-bottom: 10px;
}
section.terms-body h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.terms-content ul li {
  font-family: "Poppins";
  margin-bottom: 10px;
}
/*Terms and conditions*/

/*.sub-head-text {*/
/*  position: absolute;*/
/*  top: 17rem;*/
/*  left: 9rem;*/
/*  width: 50%;*/
/*}*/

ul#scroller {
  margin: 0 0 30px;
  width: 1240px !important;
}

/********************************/

/****************************/
/*FAQ page*/
section.faq-tabs {
  margin: 100px;
}

div#v-pills-tabContent {
  width: 70%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--red);
}
.nav-link {
  color: var(--red);
  text-align: left;
}
.nav-link:focus,
.nav-link:hover {
  color: #6fa242;
}

div#v-pills-tab {
  gap: 10px;
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}
h2.accordion-header button {
  border: 1px solid #e0e0e0;
  margin-bottom: -1px;
}
.accordion-button:focus {
  border-color: #ed1d24;
  box-shadow: 0 0 5px 0px var(--red);
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--red);
}
.accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}
.accordion-body a {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.accordion-body a:hover {
  color: var(--red);
}

.accordion-body strong {
  font-family: "Poppins";
}
.accordion-body ul li {
  font-family: "Poppins";
}
.accordion-body {
  margin: 10px 0;
}
.accordion-body table tr th {
  font-family: "Poppins";
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  padding: 10px 30px;
}
.accordion-body table tbody tr {
  text-align: center;
}

.accordion-body table tbody tr td {
  border: 1px solid #e0e0e0;
  padding: 10px 30px;
  font-family: "Poppins";
}
/*FAQ page*/
/*Request sample page*/
section.request-sample.form {
  margin: 100px 0;
}

section.request-sample.form input {
  border: 1px solid #ced4da;
  border-radius: 10px;
  color: #000;
  font-family: "Poppins";
}
section.request-sample.form textarea {
  font-family: "Poppins";
}
section.request-sample.form input::placeholder {
  color: #6e6e6e;
}

section.request-sample.form input#yes {
  width: max-content;
}

section.request-sample.form input#no {
  width: fit-content;
  margin-left: 20px;
}
.top-form-row {
  justify-content: center;
}

section.request-sample.form label,
section.request-sample.form p {
  margin: 10px 0;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
}

/*input.form-btn {*/
/*    margin-top: 20px;*/
/*    width: 30%;*/
/*    color: #fff !important;*/
/*    background: var(--red);*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*}*/
input.form-btn-r-s {
  margin-top: 20px;
  padding: 7px 25px;
  background: var(--red);
  color: #fff !important;
  font-weight: 500;
  border: 1px solid var(--red);
}
select#state {
  font-family: "Poppins";
}

select#country {
  font-family: "Poppins";
}

select#representative {
  font-family: "Poppins";
}
/*Request sample page*/
/*Customer Support page*/
section.customer-support-section {
  margin: 100px 0;
}

section.customer-support-section div#v-pills-tab {
  width: 31%;
}
section.request-sample.form {
  margin: 100px 0;
}

section.customer-support-section input {
  border: 1px solid #ced4da;
  border-radius: 10px;
  color: #000;
}

section.customer-support-section input::placeholder {
  color: #6e6e6e;
}

.top-form-row {
  justify-content: center;
}

section.customer-support-section label,
section.customer-support-section p {
  margin: 10px 0;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
}

/*input.form-btn {*/
/*    margin-top: 20px;*/
/*    width: 30%;*/
/*    color: #fff !important;*/
/*    background: var(--red);*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*}*/

section.customer-support-section form {
  font-family: "Poppins";
}

input.form-btn-cs-s {
  margin-top: 20px;
  border: 1px solid var(--red) !important;
  background: var(--red);
  padding: 7px 20px;
  color: #fff !important;
  font-weight: 500;
}
.check-boxes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.check-boxes input {
  width: max-content;
  margin: 0;
}

.contact-details {
  margin: 20px 0;
}

.post-mail {
  margin: 20px 0;
}

.timing-chart table {
  font-family: "Poppins";
}

.timing-chart table th {
  font-size: 20px;
  padding: 5px 30px;
  border: 1px solid;
  text-align: center;
}

.timing-chart table td {
  font-size: 18px;
  padding: 5px 20px 5px 10px;
  border: 1px solid;
}
div#v-pills-order div,
div#v-pills-price div,
div#v-pills-technical div,
div#v-pills-stuff div,
div#v-pills-defects div,
div#v-pills-trouble div,
div#v-pills-learn div,
.contact-timings,
.post-mail {
  border: 1px solid var(--red);
  margin: 20px 0;
  padding: 10px 20px;
  border-radius: 10px;
  background: #ed1d2412;
}
select#order-category {
  font-family: "Poppins";
}

div#v-pills-tabContent a {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
  margin-bottom: 13px;
  display: block;
}

div#v-pills-tabContent a:hover {
  color: var(--red);
}
div#v-pills-order p,
div#v-pills-price p,
div#v-pills-technical p,
div#v-pills-stuff p,
div#v-pills-defects p,
div#v-pills-trouble p,
div#v-pills-learn p {
  font-weight: 600;
}

div#v-pills-tab h4 {
  padding: 0px 8px;
}

section.customer-support-section button {
  font-size: 14px;
}
section.customer-support-section div#v-pills-tab {
  gap: 5px;
}
/*Customer Support page*/
/*Single Product page*/
#star {
  position: absolute;
  display: block;
  fill: #cdcdcd;
  transition: fill 200ms;
  z-index: 1;
  top: 0px;
  right: 0px;
}

#star.active {
  fill: var(--red);
  animation: fav 600ms ease;
}

@keyframes fav {
  70% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

section.single-product-page {
  margin: 100px 0;
}

div#star svg {
  width: 30px;
  height: 30px;
}

.product-content {
  position: relative;
}

.product-image img {
  width: 100%;
}

.product-image {
  width: 50%;
}

.single-product-row {
  justify-content: space-between;
}

.product-content h3 {
  margin: 20px 0;
}
div#star span {
  font-family: "LEMON MILK";
  vertical-align: middle;
  font-size: 16px;
}

.product-content ul li {
  font-family: "Poppins";
  margin-bottom: 10px;
}
section.single-product-page .tab-pane.fade.show {
  margin-top: 30px;
}
section.single-product-page .tab-pane.fade.show {
  margin-top: 30px;
  border: 1px solid var(--red);
  border-radius: 10px;
  padding: 20px;
  background: #ed1d2405;
}
section.single-product-page .tab-pane.fade.show ul li {
  font-family: "Poppins";
  margin-bottom: 10px;
}

section.single-product-page .tab-pane.fade.show a {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}

section.single-product-page .tab-pane.fade.show a.templete-btn {
  transition: all 0.5s ease-in-out;
  background: var(--red);
  color: #fff !important;
  padding: 10px 30px;
  border: 1px solid var(--red);
  border-radius: 10px;
  font-weight: 500;
}

section.single-product-page .tab-pane.fade.show a:hover {
  color: var(--red);
}
.form-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-price h5 {
  color: var(--red);
  font-size: 24px;
}

.col-md-5.product-form label {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 17px;
  margin: 10px 0;
}

.col-md-5.product-form select {
  font-family: "Poppins";
}
.text-color-red {
  color: var(--red);
  font-size: 24px;
}

section.single-product-page input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: var(--red);
  margin: 0 !important;
  width: max-content;
  border: 1px solid var(--red);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  display: block;
  width: 94%;
}

section.single-product-page input[type="submit"]:hover {
  background: #f000;
  border: 1px solid var(--red);
  color: var(--red);
}

.info-tabs ul#myTab {
  margin-top: 30px;
}
section.single-product-page .tab-pane.fade.show a.templete-btn:hover {
  background: #f000;
  color: var(--red) !important;
}
.form-price {
  border: 1px solid var(--red);
  padding: 12px;
  border-radius: 10px;
  background: #ed1d2405;
}

.form-price h4 {
  margin: 0;
}

.form-price h5 {
  margin: 0;
}

.product-form p.text-center.my-3 {
  font-size: 20px;
}

.four-btns a:hover {
  background: #f000;
  color: var(--red);
}
.four-btns a {
  background: var(--red);
  display: block;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  border: 1px solid var(--red);
  padding: 10px 6px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
/*Single Product page*/
/*place-order page*/
section.place-order-section {
  margin: 10px 0 100px;
}

section.place-order-section h5 {
  margin: 20px 0;
  font-size: 17px;
}

section.place-order-section a {
  display: block;
  text-decoration: underline;
  color: var(--red);
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 17px;
}

section.place-order-section a:hover {
  color: #6fa242;
}

.caterogy a i {
  margin-left: 10px;
}

.caterogy a {
  font-weight: 500;
}

section.order-banner h2 {
  text-align: center;
  margin: 50px;
}

/*place-order page*/
/*Custom Quote page*/
section.custom-qoute-section {
  margin: 100px 0 50px;
}
input#datefrom {
  width: 38%;
}

input#dateto {
  width: 38%;
}
.date-fiter {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.qoute-dashboard {
  margin: 0px 0 100px;
}
h4.quote-head {
  text-align: center;
  color: var(--red);
  margin-bottom: 25px;
}

.type-filter {
  display: flex;
  align-items: center;
  gap: 15px;
}

.status-filter {
  display: flex;
  align-items: center;
  gap: 15px;
}
.search-filter {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-filter label {
  width: 51%;
}
.filter-btn {
  display: flex;
  align-items: center;
}

.filter-btn input[type="submit"] {
  width: 100%;
  height: 100%;
  background: var(--red);
  color: #fff;
  border: 1px solid var(--red);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.filter-btn input[type="submit"]:hover {
  background: #f000;
  color: var(--red);
}
section.custom-qoute-section form {
  margin-top: 40px;
}

p.q-d-head {
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
}

.q-d-main table th {
  border: 1px solid #a7a6a6;
  width: 29%;
  text-align: center;
  color: var(--red);
  font-family: "Poppins";
  font-size: 17px;
  padding: 15px 80px;
  background: #ed1d240a;
}

.q-d-main table td {
  text-align: center;
  font-size: 17px;
  border: 1px solid #a7a6a6;
  padding: 10px 20px;
  font-family: "Poppins";
}

.q-d-main {
  margin: 40px 0 40px;
}
.q-d-foot a {
  text-align: center;
  display: block;
  background: var(--red);
  width: max-content;
  margin: 20px auto;
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
  border: 1px solid var(--red);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.q-d-foot a:hover {
  background: #f000;
  color: var(--red);
}
section.custom-qoute-section select,
section.custom-qoute-section input,
section.custom-qoute-section select,
section.custom-qoute-section label {
  font-family: "Poppins";
}
.q-d-foot p {
  border: 1px solid var(--red);
  padding: 15px 30px;
  font-size: 15.5px;
  border-radius: 10px;
  background: #ed1d240a;
  margin: 40px 0;
}
.q-d-main table td a {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.q-d-main table td a:hover {
  color: var(--red);
}
/*Custom Quote page*/
/*Custom Quote form page*/
section.qoute-form-section {
  margin: 100px 0;
}
.reset-form-btn a {
  color: #fff !important;
  background: var(--red);
  border: 1px solid var(--red);
  padding: 10px 30px;
  display: block;
  width: max-content;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.reset-form-btn a {
  cursor: pointer;
}

.reset-form-btn a:hover {
  background: #f000;
  color: var(--red) !important;
}

.step-1-q-f h4 {
  margin-bottom: 20px;
  margin-top: 25px;
}

.tips-q-f {
  border: 1px solid var(--red);
  padding: 20px 20px;
  border-radius: 10px;
  background: #ed1d2403;
  margin: 30px 0;
}

.tips-q-f i {
  color: var(--red);
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
section.qoute-form-section .row {
  gap: 30px;
  margin-bottom: 30px;
}
section.qoute-form-section select,
section.qoute-form-section input {
  font-family: "Poppins";
}

section.qoute-form-section label {
  font-family: "Poppins";
  margin: 10px 0;
}
section.qoute-form-section h4 {
  margin: 20px 0;
}
.step-2-q-f .col-md-4 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-2-q-f .col-md-6 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-2-q-f .col-md-6 input {
  width: 20%;
}
.step-3-q-f select {
  width: 40%;
}

.step4-q-f .col-md-8 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.step4-q-f .col-md-8 label {
  width: 40%;
}
.step4-q-f .col-md-8 select {
  width: 40%;
}

.radio-btn-q-f p {
  margin: 0;
}

.last-btn-q-f a {
  background: var(--red);
  padding: 10px 30px;
  color: #fff !important;
  font-weight: 500;
  border: 1px solid var(--red);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.last-btn-q-f a:hover {
  background: #f000;
  color: var(--red) !important;
}

.input-q-f {
  display: flex;
  gap: 10px;
  align-items: center;
}
.input-q-f input#quanitiy {
  width: 20%;
  margin-left: 15px;
}

/*.input-q-f label {*/
/*    width: 40%;*/
/*}*/

.tips-q-f p button {
  margin-left: 20px;
  border: 1px solid var(--red);
  border-radius: 10px;
  padding: 7px 10px 7px 16px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}

.tips-q-f p button:hover {
  background: #f000;
  color: var(--red);
}

.tips-q-f p button i {
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}

.tips-q-f p button:hover i {
  color: var(--red);
}

.remove-btn {
  border: 1px solid var(--red);
  border-radius: 10px;
  padding: 7px 20px;
  margin-left: 25px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}
.select-group {
  margin-bottom: 20px;
}

.remove-btn i {
  margin-left: 10px;
  font-size: 14px;
}

.remove-btn:hover {
  background: #f000;
  color: var(--red);
}
input#avatar::file-selector-button {
  background: var(--red);
  border: 1px solid var(--red);
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
}
.imp-note.tips-q-f ul li {
  font-family: "Poppins";
  margin-bottom: 15px;
}
/*Custom Quote form page*/
/*Feedback page*/
section.feedback-section {
  margin: 100px 0;
}

.main-f-s {
  font-family: "Poppins";
}

.main-f-s label {
  margin: 12px 0;
  font-size: 16px;
}

input.form-btn-f-s {
  margin-top: 20px;
  border: 1px solid var(--red);
  background: var(--red);
  padding: 7px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}

.main-f-s h5 {
  text-align: center;
  margin: 20px 0;
  color: var(--red);
  font-size: 24px;
}

.head-f-s {
  text-align: center;
}

.head-f-s h4 {
  margin: 0px 0 10px;
}
/*Feedback page*/

/*Employment page*/
section.carreers-section {
  margin: 100px 0;
}

section.carreers-section h4 {
  margin-bottom: 20px;
}

section.carreers-section p {
  margin-bottom: 20px;
}

section.carreers-section .col-md-9 {
  border: 1px solid var(--red);
  padding: 30px 40px;
  border-radius: 20px;
  background: #ed1d240a;
}

section.carreers-section a {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}

section.carreers-section a:hover {
  color: var(--red);
}
/*Employment page*/

/*Sitemap page*/
section.map-section {
  margin: 100px 0;
}

/*.links-sm-s {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.links-sm-s a {*/
/*    width: 32.2%;*/
/*}*/

section.map-section h4 {
  margin: 15px 0;
}

section.map-section a {
  margin: 7px 0;
  display: block;
  color: var(--red);
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
}

section.map-section a:hover {
  color: #6fa242;
}
/*Sitemap page*/
