.w-100 {
  font-weight: 100;
}

.w-200, .ContactQuote p,
.TeamQuote p {
  font-weight: 200;
}

.w-300, .BlogPageHead h2, .AdminLoginHead h2, .AboutUSPageHead h2, .ServicesPageHead h2, .ProductPageHead h2 {
  font-weight: 300;
}

.w-400, body, .button {
  font-weight: 400;
}

.w-500, .animLabel {
  font-weight: 500;
}

.w-600, .BlogList .CardBody a, .ProductItemCap p, .HeaderWrapper .LogoHeroMenu .MenuOpt, .HeaderWrapper .LogoMenu .MenuOpt {
  font-weight: 600;
}

.w-700, textarea.form-control, .form-control {
  font-weight: 700;
}

.w-800, .ContactQuote p i,
.TeamQuote p i, .TeamPageHead h2, .BlogPageHead h2 span:first-child, .AdminLoginHead h2 span:first-child, .AboutUSPageHead h2 span:first-child, .ServicesPageHead h2 span:first-child, .ProductPageHead h2 span:first-child {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

.width-auto {
  width: auto;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-s10 {
  font-size: 10px;
}

.text-s12, .TrendingBlogCaption span, .animLabel {
  font-size: 12.44px;
}

.text-s13, .TrendingBlogCaption p, .BlogList .CardBody p {
  font-size: 13.66px;
}

.text-s14, .button.button-sm, .HeaderWrapper .LogoHeroMenu .MenuOpt, .HeaderWrapper .LogoMenu .MenuOpt {
  font-size: 14.88px;
}

.text-s15, body, .BlogList .CardBody a {
  font-size: 15.44px;
}

.text-s16, .HomeServicesWrapper .ServicesItem p, .button {
  font-size: 16.88px;
}

.text-s18, .ProductItemCap p, textarea.form-control, .form-control {
  font-size: 18.88px;
}

.text-s23, .TrendingBlogCaption h3 {
  font-size: 23.33px;
}

.text-s26, .ContactQuote p,
.TeamQuote p {
  font-size: 26.66px;
}

.text-s30, .BlogPageHead h2, .AdminLoginHead h2, .AboutUSPageHead h2, .ServicesPageHead h2, .ProductPageHead h2 {
  font-size: 30.33px;
}

.text-s34 {
  font-size: 34px;
}

.text-s38, .TeamPageHead h2, .BlogPageHead h2 span:first-child, .AdminLoginHead h2 span:first-child, .AboutUSPageHead h2 span:first-child, .ServicesPageHead h2 span:first-child, .ProductPageHead h2 span:first-child {
  font-size: 38px;
}

.text-s44, .ContactQuote p i,
.TeamQuote p i, .ContactAddressWrapper .ContactAddressCst i {
  font-size: 44px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

:before,
:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

i {
  font-style: normal;
}

::-moz-selection {
  background: #E93338;
  color: #ffffff;
}

::selection {
  background: #E93338;
  color: #ffffff;
}

::-moz-selection {
  background: #E93338;
  color: #ffffff;
}

body {
  background: #ffffff;
  font-family: "Manrope", arial, Helvetica, sans-serif;
  color: #262d3d;
  overflow-x: hidden;
  letter-spacing: 0.0125em;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #E93338 #f3f3f3;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #f3f3f3;
}

*::-webkit-scrollbar-thumb {
  background-color: #E93338;
  border-radius: 20px;
  border: 0 solid #f3f3f3;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

p {
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  line-height: 1.75;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.capitalize {
  text-transform: capitalize;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-5 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-5 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.base, a {
  color: #262d3d;
}

.mgray {
  color: #808080;
}

.dgray {
  color: #393939;
}

.gray {
  color: #666666;
}

.lgray {
  color: #a1a1a1;
}

.silver {
  color: #f3f3f3;
}

.white {
  color: #ffffff;
}

.theme {
  color: #E93338;
}

.bg-dgray {
  background-color: #393939;
}

.bg-gray {
  background-color: #666666;
}

.bg-base {
  background-color: #262d3d;
}

.bg-theme {
  background-color: #262d3d;
}

.brandLogo {
  width: 270px;
}

.brandLogo.large {
  width: 200px;
}

.brandLogo.semi-large {
  width: 150px;
}

.brandLogo.medium {
  max-width: 100px;
}

.brandLogo.small {
  width: 80px;
}

.brandLogo.xtra-small {
  width: 60px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

a.underline {
  padding: 8px 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

a.underline:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 5px;
  background-color: #E93338;
}

.linkbtn {
  padding: 8px 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.linkbtn:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 5px;
  background-color: #E93338;
}

.PageInCenter {
  width: 85%;
  margin: 0 auto;
}

.PageFullCenter {
  width: 100%;
  margin: 0 auto;
}

.border-0 {
  border: none;
}

/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

/* /right bounce */
/* assign bounce */
.Animate-Right-Icon {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float: right;
  padding-left: 10px;
}

.HomeBannerWrapper {
  background-image: url(../Images/tailor-machine-bg.svg);
  min-height: 500px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
}

.HomeBannerCstm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 350px;
      grid-template-columns: 1fr 350px;
  gap: 20px;
}

.HomeBannerSlider {
  position: relative;
}

.HomeBannerSlider .splide__optional-button-container {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}

.HomeBannerSlider .splide--loop {
  position: relative;
}

.HomeBannerSlider .splide__arrows {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.HomeBannerHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.MainHeroTxt {
  font-family: "Josefin Sans", sans-serif;
}

.BannerSocailIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}

.BannerSocailIcon a {
  padding: 0 5px;
}

.BannerSocailIcon a img {
  width: 25px;
  height: 25px;
}

.HomeAboutWrapper {
  background-image: url(../Images/home-abt-bg.png);
  min-height: 500px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 70%;
  margin: 30px 0;
}

.HomeAboutWrapper .PageInCenter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 450px;
      grid-template-columns: 1fr 450px;
  gap: 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 0 50px 0;
}

.HomeAboutWrapper .HomeAbtHeroItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.HomeAboutWrapper .HomeAbtImgItem img {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.5);
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 5px;
}

.HomeTrendyWrapper {
  background-image: url(../Images/trendy-collection-bg.png);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.HomeTrendyWrapper .PageInCenter {
  padding: 50px 0;
}

.HomeTrendyWrapper .TC-Slider {
  margin-top: 30px;
}

.HomeTrendyWrapper .splide__slide img {
  width: 100%;
  height: auto;
}

.HomeTrendyWrapper .splide__slide {
  position: relative;
}

.HomeTrendyWrapper .splide__slide_Overlay {
  position: absolute;
  background-color: rgba(38, 45, 61, 0.5);
  color: #ffffff;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
}

.HomeTrendyWrapper .splide__pagination {
  bottom: -25px;
}

.HomeServicesWrapper {
  background-image: url(../Images/services-bg.png);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.HomeServicesWrapper .PageInCenter {
  padding: 50px 0;
}

.HomeServicesWrapper .ServicesBlockCst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.HomeServicesWrapper .ServicesItem {
  background-color: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  cursor: auto;
}

.HomeServicesWrapper .ServicesItem p {
  padding-top: 20px;
}

.HomeServicesWrapper .ServicesItem:hover {
  background-color: #f3f3f3;
}

.HomeClientWrapper {
  background-color: #f3f9ff;
}

.HomeClientWrapper .PageInCenter {
  padding: 50px 0;
}

.HomeClientWrapper .HomeClientCst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.HomeClientWrapper .HomeClientCst .HomeClientItem {
  background-color: #ffffff;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(128, 128, 128, 0.5);
          box-shadow: 0 2px 10px 0 rgba(128, 128, 128, 0.5);
  cursor: pointer;
}

.HomeTestimonialWrapper {
  background-image: url(../Images/home-testimonial-bg.png);
  min-height: 400px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.HomeTestimonialWrapper .splide__slide {
  padding: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.HomeGetInTouch {
  margin: 30px 0;
}

.HomeGetInTouch .PageInCenter {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.HomeGetInTouch .HomeGetInTouchItem img {
  width: auto;
}

.HomeServicesButton,
.HomeFeaturedButton,
.HomeClientsButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ContactQuote p,
.TeamQuote p {
  text-align: center;
  padding: 50px 0 50px 0;
  color: #E93338;
  letter-spacing: 1px;
}

.ContactQuote p i,
.TeamQuote p i {
  color: #808080;
}

.ContactAddressWrapper {
  padding: 0 0 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 50px;
}

.ContactAddressWrapper .ContactImage img {
  height: 400px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ContactAddressWrapper .ContactAddressCst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  text-align: center;
}

.ContactAddressWrapper .ContactAddressCst i {
  display: block;
}

.ContactAddress img {
  width: 40px;
  margin-bottom: 5px;
}

.ContactFormWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 50px 0;
}

.ContactFormWrapper .ContactFormCst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
}

.ContactFormWrapper .ContactFormCst .formFieldwrap:last-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.TeamPageHead {
  text-align: center;
  padding: 30px 0 50px 0;
  line-height: 0.5;
}

.TeamPageHead h2 {
  color: #666666;
}

.TeamPageHead h2 span:first-child {
  font-family: "Great Vibes", cursive;
  color: #E93338;
}

.TeamQuote p {
  padding: 20px 0 20px 0;
}

.TISFounderTeam {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 10px;
  padding-bottom: 30px;
}

.TISFounderTeam .TIS-TeamItem:first-child {
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #a1a1a1;
}

.TISFounderTeam .TIS-TeamItem:first-child:hover {
  border: 1px solid #E93338;
}

.TISFounderTeam .TIS-TeamItem:first-child img {
  height: 280px;
  width: 280px;
  cursor: pointer;
}

.TISFounderTeam .TIS-TeamItem:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

.TISFounderTeam .TIS-TeamItem:last-child h5 {
  font-family: "Great Vibes", cursive;
  padding-bottom: 20px;
}

.TISFounderTeam .TIS-TeamItem:last-child h5 span {
  font-family: "Manrope", arial, Helvetica, sans-serif;
}

.TISTeamMember {
  padding-bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px 30px;
}

.TISTeamMember .TISTeamMemberItem {
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  width: 100%;
  cursor: pointer;
}

.TISTeamMember .TISTeamMemberItem:hover {
  border: 1px solid #a1a1a1;
  border-radius: 8px;
}

.TISTeamMember .TISTeamMemberItem .TeamImgSec {
  text-align: center;
}

.TISTeamMember .TISTeamMemberItem .TeamImgSec p {
  text-transform: uppercase;
}

.TISTeamMember .TISTeamMemberItem .TeamImgSec span {
  text-transform: uppercase;
}

.TISTeamMember .TISTeamMemberItem .TeamImgSec img {
  height: 230px;
  width: 230px;
  object-fit: cover;
  border-radius: 8px;
}

.BlogPageWrapper {
  min-height: 800px;
}

.BlogPageHead {
  text-align: center;
  padding: 30px 0 50px 0;
  line-height: 0.5;
}

.BlogPageHead h2 {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.BlogPageHead h2 span:first-child {
  color: #666666;
  letter-spacing: normal;
}

.TrendingBlogSection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.TrendingBlogCoverImage img {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.TrendingBlogCaption span {
  color: #666666;
}

.TrendingBlogCaption h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.TrendingBlogCaption p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.BlogList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  padding: 50px 0;
}

.BlogList .CardMedia img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.BlogList .CardBody {
  padding-top: 10px;
}

.BlogList .CardBody a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.BlogList .CardBody p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.BlogList .CardBody .btnText {
  display: inline-block;
}

.LoadMoreBlog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.BlogDetail {
  padding: 50px 0;
}

.BlogDetail .BlogDetailCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.BlogDetail .BlogDetailCover img {
  height: 390px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.AdminLoginWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 100px);
}

.AdminLoginWrapper .PageInCenter {
  width: 400px;
  text-align: center;
}

.AdminLoginWrapper .AdminForgotPassword {
  text-decoration: underline;
}

.AdminLoginHead {
  text-align: center;
  padding: 30px 0 50px 0;
  line-height: 0.5;
}

.AdminLoginHead h2 {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.AdminLoginHead h2 span:first-child {
  color: #666666;
  letter-spacing: normal;
}

.AboutUSPageHead {
  text-align: center;
  padding: 30px 0 50px 0;
  line-height: 0.5;
}

.AboutUSPageHead h2 {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.AboutUSPageHead h2 span:first-child {
  color: #666666;
  letter-spacing: normal;
}

.AboutUS_Mission,
.AboutUS_Vision,
.AboutUS_Logo {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding: 0 0 50px 0;
}

.AboutUS_Mission img,
.AboutUS_Vision img,
.AboutUS_Logo img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.AboutUS_Mission {
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.AboutUS_Vision {
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

.AboutUS_Logo {
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.AboutUS_Logo img {
  border: 1px solid #a1a1a1;
}

.LogoText,
.VisionText,
.MissionText {
  padding-top: 50px;
}

.ServicesPageHead {
  text-align: center;
  padding: 30px 0 50px 0;
  line-height: 0.5;
}

.ServicesPageHead h2 {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.ServicesPageHead h2 span:first-child {
  color: #666666;
  letter-spacing: normal;
}

.Services_ProductDevelopment,
.Services_ProductDesign {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  height: calc(100vh - 30vh);
}

.Services_ProductDevelopment img,
.Services_ProductDesign img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Services_ProductDesign {
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
}

.Services_ProductDesign img {
  width: 400px;
}

.Services_MerchantQuality,
.Services_ComplianceShipping {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px 0;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  background-color: #f3f9ff;
}

.Services_MerchantQuality img,
.Services_ComplianceShipping img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Services_MerchantQuality .ServicesText,
.Services_ComplianceShipping .ServicesText {
  padding: 30px;
}

.Services_CenterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ProductPageHead {
  text-align: center;
  padding: 30px 0 50px 0;
  line-height: 0.5;
}

.ProductPageHead h2 {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.ProductPageHead h2 span:first-child {
  color: #666666;
  letter-spacing: normal;
}

.ProductListWrap {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding: 30px 0 50px 0;
}

.ProductItem {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(161, 161, 161, 0.14), 0 3px 6px rgba(161, 161, 161, 0.14);
          box-shadow: 0 3px 6px rgba(161, 161, 161, 0.14), 0 3px 6px rgba(161, 161, 161, 0.14);
  padding: 30px;
  cursor: pointer;
}

.ProductItem img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ProductItemCap p {
  text-align: center;
  color: #E93338;
  padding-top: 10px;
  text-decoration: underline;
}

:-ms-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

::-webkit-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea::-webkit-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

textarea:-ms-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

textarea::-ms-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

textarea::placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

textarea:-ms-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

textarea::-webkit-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

::-webkit-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

:-ms-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

::-ms-input-placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

::placeholder {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

textarea {
  font-weight: 400;
  font-family: "Manrope", arial, Helvetica, sans-serif;
  resize: vertical;
  min-height: 100px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 4px;
  padding: 15px;
  text-transform: none;
}

textarea:focus, textarea:active {
  border: 1px solid rgba(102, 102, 102, 0.75);
  text-transform: none;
}

textarea.form-control {
  text-transform: none;
  line-height: 1.75;
}

form {
  width: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  font-family: "Manrope", arial, Helvetica, sans-serif;
  cursor: pointer;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 4px;
  border: 1px solid #808080;
  height: 44px;
  padding: 10px 20px;
  width: 100%;
  color: #262d3d;
  position: relative;
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:active, .form-control:focus {
  border-color: #393939;
}

textarea.form-control {
  height: auto;
}

.form-control:focus + .animLabel {
  opacity: 1;
}

.form-control:not(:placeholder-shown) + .animLabel {
  opacity: 1;
}

textarea:focus + .animLabel {
  opacity: 1;
}

textarea:not(:placeholder-shown) + .animLabel {
  opacity: 1;
}

.animLabel {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  padding: 2px 10px;
  color: #262d3d;
  left: 12px;
  top: -12px;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

label.hidden {
  position: absolute;
  font-size: 1px;
  text-indent: -9999px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: auto;
  max-width: 100%;
  letter-spacing: 1px;
  line-height: 2;
  border-radius: 4px;
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
}

.button.button-base {
  color: #ffffff;
  background-color: #262d3d;
  border-color: #262d3d;
}

.button.button-base:hover {
  background-color: #262d3d;
}

.button.button-theme {
  color: #ffffff;
  background-color: #E93338;
  border-color: #E93338;
}

.button.button-theme:hover {
  background-color: #E93338;
}

.button.button-sm {
  padding: 0 25px;
  height: 36px;
  line-height: 1;
}

.button.button-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

button:disabled {
  background-color: inherit;
  opacity: 0.5;
  pointer-events: none;
}

.btnText {
  background-color: transparent;
  outline: 0;
  outline: none;
  border: none;
  padding: 5px 0;
  display: inline-block;
}

.ed-icon {
  width: 54px;
  height: 54px;
  display: block;
}

.ed-icon.i-md {
  width: 30px;
  height: 30px;
}

.ed-icon.i-s {
  width: 22px;
  height: 22px;
}

.ed-icon.i-s13 {
  width: 18px;
  height: 18px;
}

.ed-icon.i-s12 {
  width: 14px;
  height: 14px;
}

.ed-icon.i-65 {
  width: 65px;
  height: 65px;
}

.ed-icon.theme {
  background-color: #E93338;
}

.ed-icon.mgray {
  background-color: #808080;
}

.ed-icon.base, a.ed-icon {
  background-color: #262d3d;
}

.ed-icon.white {
  background-color: #ffffff;
}

.icon-basic-info {
  -webkit-mask: url(../Icons/icon-basic-info.svg) no-repeat center;
  mask: url(../Icons/icon-announcement.svg) no-repeat center;
}

header {
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 999;
}

.HeaderWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2fr auto;
      grid-template-columns: auto 2fr auto;
  gap: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.HeaderWrapper .LogoHeroMenu, .HeaderWrapper .LogoMenu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[6];
      grid-template-columns: repeat(6, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 20px;
}

.HeaderWrapper .LogoHeroMenu .MenuOpt, .HeaderWrapper .LogoMenu .MenuOpt {
  cursor: pointer;
  position: relative;
  color: #262d3d;
  letter-spacing: 0.05em;
}

.HeaderWrapper .LogoHeroMenu .MenuOpt:hover, .HeaderWrapper .LogoMenu .MenuOpt:hover {
  color: #E93338;
}

.HeaderWrapper .LogoHeroMenu .MenuOpt:hover::after, .HeaderWrapper .LogoMenu .MenuOpt:hover::after {
  width: 100%;
}

.HeaderWrapper .LogoHeroMenu .MenuOpt::after, .HeaderWrapper .LogoMenu .MenuOpt::after {
  left: 0;
  bottom: 0px;
  height: 2px;
  background: #E93338;
  width: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.HeaderWrapper .LogoMenu {
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
}

.AdminHeaderWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.AdminHeaderWrapper .ActionMenu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.AdminHeaderWrapper .ActionMenu a {
  letter-spacing: normal;
}

.AdminHeaderWrapper .LogoHeroMenu {
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
}

@media screen and (max-width: 1024px) {
  .HeaderWrapper .LogoHeroMenu {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 5px 0;
  }
  .HeaderWrapper .LogoMenu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

footer {
  background-color: #262d3d;
  color: #ffffff;
}

footer .PageInCenter {
  padding: 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

footer .FooterCstItem a {
  color: #ffffff;
}

footer .FooterCstItem ul li {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .FooterCstItem ul li img {
  height: 15px;
  width: 20px;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .HomeBannerCstm {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .HomeBannerWrapper {
    background-position: top;
    background-size: contain;
  }
  .HomeBannerSlider .splide__slide {
    min-height: 200px;
    text-align: center;
  }
  .HomeBannerSlider .splide__slide img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .HomeBannerSlider .splide__list {
    width: 100%;
  }
  .HomeBannerHero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0;
  }
  .HomeAboutWrapper .PageInCenter {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .HomeServicesWrapper .ServicesItem p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=master.css.map */