html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GraphikRegular", "Graphik" !important;
  background-color: #f9f9f9;
  overflow-y: unset !important;
}

#main,
#wrapper {
  background-color: #E5E0DB;
  position: relative;
}

html body,
html header ul.nav>li>a,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .heading-font,
html .off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: "GraphikRegular", "Graphik" !important;
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5 {
  display: none;
}

#footer .section.navigation-resources {
  background: #150b00;
}

.homePage {
  background: var(--branding-primary-20, #E5E0DB);
  margin: auto;
  overflow: hidden;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.banner {
  background: var(--branding-primary-20, #E5E0DB);
  position: relative;
}

.banner>img {
  width: 100%;
  height: calc(100vh - 154px);
  object-fit: cover;
}

.banner .bannerTxt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-left: 240px;
  height: 100%;
  text-align: left;
}

.banner .bannerTxt h1 {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  margin: 5px 0 20px;
}

.banner .bannerTxt div {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.banner .bannerTxt p {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  max-width: 720px;
  margin: 0;
}

.banner .shield {
  position: absolute;
  width: 145px;
  bottom: -25px;
  left: 310px;
}

.contents {
  display: flex;
}

.contents .title {
  width: 12.5%;
  background: var(--branding-secondary-100, #150B00);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.contents .title div:nth-child(1) {
  width: 100%;
}

.contents .title div:nth-child(2) {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  transform: rotate(360deg);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  writing-mode: vertical-rl;
  margin-bottom: 30px;
  margin-top: 80px;
}

.contents .title p {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contents .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}

.contents .items .item {
  position: relative;
}

.contents .items .item img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.contents .items .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.contents .items .itemHover {
  display: none;
  background: var(--branding-primary-100, #7F664D);
  padding: 10px;
  height: 100%;
}

.contents .items .itemHover img {
  height: 65%;
  object-fit: cover;
}

.contents .items .itemHover .txt h3 {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contents .items .itemHover .txt p {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 25px;
}

.contents .items .itemHover .txt div {
  text-align: right;
}

.contents .items .itemHover .txt div span {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.contents .items .itemHover .txt:hover h3,
.contents .items .itemHover .txt:hover p,
.contents .items .itemHover .txt:hover div span {
  text-decoration: underline;
}

.contents .items .item:hover .itemHover {
  display: block;
}

.contents .items .item img.CustomizationPh {
  display: none;
}

.contents .items .item:hover .mask {
  display: none;
}

.contents .items .item:hover>img {
  display: none;
}

.about {
  background-color: #150b00;
  position: relative;
}

.about .content .aboutTitle {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.about .content .horizontal {
  z-index: 1;
  margin: initial;
  margin-bottom: 40px;
  width: 268px;
  height: 5px;
  background-color: #7F664D;
  position: relative;
}

.about .content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 100px 0;
}

.about .content .icon1 {
  position: absolute;
  top: 160px;
  left: -90px;
}

.about .content>p {
  font-size: 14px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.about .icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about form.wpcf7-form {
  position: relative;
  z-index: 3;
}

.about form.wpcf7-form label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first {
  color: #fff;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first option {
  color: #8B8D90;
}

.about form.wpcf7-form label input::-webkit-input-placeholder,
.about form.wpcf7-form label textarea::-webkit-input-placeholder {
  color: #8B8D90;
}

.about form.wpcf7-form label textarea {
  min-height: 50px;
  overflow-y: hidden;
}

.about form.wpcf7-form .subcls017 {
  text-align: center !important;
  margin-top: 20px;
}

.about form.wpcf7-form .subcls017 .subcls017 {
  background-color: #7F664D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  margin: 0;
  width: 20%;
}

.about .countyfieldcls .country-name {
  color: #000;
}

@media screen and (min-width: 1921px) {
  .contents .title div:nth-child(2) {
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .contents .title p {
    font-size: 0.7vw;
    line-height: 0.8vw;
  }

  .contents .items .itemHover .txt h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .contents .items .itemHover .txt p {
    font-size: 0.7vw;
    line-height: 0.8vw;
  }

  .contents .items .itemHover .txt div span {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1720px) {
  .contents .items .itemHover .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .contents .title div:nth-child(2) {
    font-size: 32px;
    line-height: 42px;
  }

  .contents .title p {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1560px) {
  .contents .items .itemHover {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 1360px) {
  .contents .title div:nth-child(2) {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .contents .title div:nth-child(2) {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1440px) {}

@media screen and (max-width: 1335px) {}

@media screen and (min-width: 1280px) {}


@media screen and (max-width: 1025px) {
  .contents .items {
    grid-template-columns: repeat(1, 1fr);
  }

  .contents .items .item .mask,
  .contents .items .item img.CustomizationPc,
  .contents .items .itemHover img {
    display: none;
  }

  .contents .items .item img.CustomizationPh {
    display: block;
  }

  .contents .items .itemHover {
    margin-bottom: 0;
    display: block;
    height: auto;
  }

  .contents .items .itemHover .txt p {
    font-size: 28px;
    line-height: 32px;
  }

  .contents .items .itemHover .txt h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .contents .items .itemHover .txt div span {
    font-size: 26px;
    line-height: 34px;
  }

  .banner .bannerTxt {
    margin-left: 70px;
  }

  .contents .items .itemHover .txt p {
    -webkit-line-clamp: 8;
  }
}

@media screen and (max-width: 1200px) {
  .contents .title {
    display: none;
  }

  .about .content {
    max-width: 92vw;
  }

  .about .content .icon1 {
    top: 170px;
    left: 0;
    width: 15%;
  }

  .about .icon2 {
    width: 20%;
  }

  .banner>img {
    height: auto;
  }

  .banner .bannerTxt {
    margin-left: 120px;
  }

  .banner .bannerTxt h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media screen and (min-width: 875px) {
  .processPh {
    display: none;
  }
}

@media screen and (max-width: 875px) {
  .banner .bannerTxt {
    margin-left: 20px;
  }

  .banner .bannerTxt div {
    max-width: 65%;
  }
}


@media screen and (min-width: 768px) and (max-width: 910px) {}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 767px) {
  .displayPh {
    display: block;
  }

  .displayPc {
    display: none !important;
  }

  .banner .bannerTxt {
    align-items: center;
  }

  .banner>img {
    height: auto;
  }

  .banner .bannerTxt {
    margin-right: 0;
  }

  .banner .bannerTxt p {
    text-align: center;
  }

  .about .content {
    max-width: 92vw;
    padding: 50px 0 1px;
  }

  .about .content .icon1 {
    top: 23px;
    left: 0;
    width: 35%;
  }

  .about .icon2 {
    width: 30%;
  }

  .about .subcls017 .subcls017 {
    width: 100%;
  }

  .pum-container.popmake.theme-13498.pum-responsive.pum-responsive-medium.responsive.size-medium.custom-position.active {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .request-a-quote-button5.popmake-13507 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .banner .bannerTxt {
    margin-left: 0;
    top: 0;
    padding: 0 15px;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 32px;
    line-height: 36px;
  }

  .banner .bannerTxt h1 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .banner .bannerTxt div {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    max-width: 100%;
    text-align: center;
  }

  .banner>video {
    height: 60vh;
  }
}

@media screen and (max-width: 560px) {
  .about form.wpcf7-form .subcls017 .subcls017 {
    width: 98%;
    font-size: 14px;
    padding: 5px 0;
  }

  .about .content .aboutTitle {
    font-size: 6vw;
  }

  .contents .items .itemHover {
    padding: 20px 15px;
  }

  .contents .items .itemHover .txt h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }

  .contents .items .itemHover .txt p {
    -webkit-line-clamp: 4;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .contents .items .itemHover .txt div span {
    font-size: 13px;
    line-height: 17px;
  }
}