@font-face {
  font-family: Kalam;
  src: url('../fonts/Kalam-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #f07627;
  --grey-text: #ccc;
  --white: white;
  --red: #e02b27;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.main-body {
  color: #fff;
  background-color: #000;
  padding-bottom: 80px;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.home-banner-slide {
  background-color: #0000;
  height: 90vh;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(90deg, #e02b27e6, #f07627e6);
  position: fixed;
  inset: auto 0% 0%;
}

.navbar-container {
  max-width: 1200px;
}

.navbar-logo {
  width: 160px;
  height: auto;
}

.navbar-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.navbar-social-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.navbar-social-link {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
}

.navbar-social-icon {
  width: 22px;
  height: auto;
}

.phone-dropdown.w--open {
  background-color: #fff;
  border-radius: 10px;
  font-weight: 600;
  bottom: 50px;
  right: 0;
}

.dropdown-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  transform: rotate(180deg);
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hidden {
  display: none;
}

.home-banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-banner-cover {
  position: relative;
}

.home-banner-text {
  z-index: 2;
  background-image: linear-gradient(#00000026, #000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-banner-text-cover {
  text-align: center;
  text-transform: uppercase;
}

.we-are-text {
  text-align: left;
  font-family: Kalam, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.home-banner-heading {
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 82px;
}

.orange-span {
  color: var(--orange);
}

.home-banner-sub-text {
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.home-banner-number-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.home-banner-number-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.home-banner-number {
  font-size: 36px;
  line-height: 42px;
}

.home-number-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.home-intro {
  padding-top: 60px;
  padding-bottom: 60px;
}

.standard-container {
  max-width: 1200px;
}

._2-1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.intro-image-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.intro-image {
  width: 100%;
  height: auto;
}

.home-image-heading {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 3rem;
}

.text-caps {
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.text-caps.home {
  font-size: 42px;
  line-height: 52px;
}

.intro-en-heading {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.page-paragraph {
  color: var(--grey-text);
  font-family: Noto Sans Thai, sans-serif;
}

.page-paragraph.video {
  max-width: 800px;
}

.page-paragraph.we-do {
  color: var(--orange);
  text-align: center;
}

.learn-more-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 35px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.learn-more-link:hover {
  border-color: var(--orange);
  background-image: linear-gradient(#e02b27, #f07627);
  transform: scale(1.05);
}

.laern-more-arrow {
  width: 20px;
  height: auto;
}

.home-video {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.home-video-flex {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.section-center-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}

.section-center-heading.sub-text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.home-video-block {
  border: 12px solid var(--white);
  border-radius: 10px;
  width: 100%;
  height: 650px;
  margin-top: 40px;
}

.home-video-bg {
  opacity: .4;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  max-height: 800px;
  position: absolute;
  top: 0;
  overflow: visible;
}

.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px #0003;
}

.page-section.trust-customer {
  background-image: linear-gradient(#000, #1c0803);
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.intro {
  padding-top: 80px;
  padding-bottom: 60px;
}

.page-section.head {
  padding-top: 80px;
}

.page-section.privacy-policy {
  padding-top: 100px;
}

.section-heading-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.section-heading-flex.customer {
  text-align: center;
}

.customer-showcase {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.footer {
  color: var(--grey-text);
  border-top: 3px solid #e74824;
  padding-top: 40px;
  padding-bottom: 20px;
}

.top-slot {
  height: 0;
}

.footer-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.footer-logo {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.footer-address {
  text-align: center;
  max-width: 200px;
  font-size: 18px;
  line-height: 24px;
}

.footer-social-up-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer-icon-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: flex;
}

.footer-icon-link:hover {
  opacity: 1;
}

.footer-icon-link.dropdown {
  padding: 0;
}

.footer-icon {
  width: 30px;
  height: auto;
}

.footer-dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 10px;
  bottom: 40px;
}

.footer-dropdown-list.email.w--open {
  left: -60px;
}

.footer-dropdown-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-to-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.to-top-icon {
  width: 25px;
  height: auto;
}

.footer-end-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid var(--orange);
  color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.privacy-link {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.we-do-slide {
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  overflow: hidden;
}

.we-do-mask {
  width: 20%;
  overflow: visible;
}

.we-do-cover {
  display: flex;
}

.we-do-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  height: auto;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.we-do-icon {
  width: 80px;
  height: auto;
}

.we-do-name {
  max-width: 170px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.we-do-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  min-height: 170px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #701513, #793c14);
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px 15px;
  text-decoration: none;
  display: flex;
}

.we-do-slide-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.slide-arrow-icon {
  width: 30px;
  height: auto;
  margin-bottom: 40px;
}

.page-header {
  background-image: linear-gradient(#00050a96, #14488c4d 40%), url('../images/page-header-bg_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 590px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.page-header.activity-design {
  background-image: linear-gradient(#00050ab3, #00050ab3), url('../images/page-header-activities_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.celebration {
  background-image: linear-gradient(#00050ab3 80%, #00050ae6), url('../images/page-header-celebration_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.conference {
  background-image: linear-gradient(0deg, #00050ae6, #0c274b82), url('../images/page-header-conference_1.avif');
}

.page-header.csr-csv {
  background-image: linear-gradient(#00050a96, #00050ae6), url('../images/page-header-csv_1.avif');
}

.page-header.decoration {
  background-image: linear-gradient(#00050a96 90%, #00050acc 96%), url('../images/page-header-decoration_1.avif');
}

.page-header.exhibition {
  background-image: linear-gradient(0deg, #00050a96 10%, #08234580 80%), url('../images/page-header-exhibition_1.avif');
}

.page-header.opening {
  background-image: linear-gradient(#0a070096 66%, #000c), url('../images/page-header-opening_1.avif');
}

.page-header.production {
  background-image: linear-gradient(#00050a96 60%, #061426de), url('../images/page-header-production_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.printing {
  background-image: linear-gradient(#00050a96 70%, #00050adb), url('../images/page-header-printing_1.avif');
}

.page-header.party-concert {
  background-image: linear-gradient(#001d3a94 75%, #000), url('../images/page-header-staff-party_1.avif');
}

.page-header.talk-shows {
  background-image: linear-gradient(#00050a96, #14488c4d 40%), url('../images/page-header-talkshow_1.avif');
}

.page-header.virtual {
  background-image: linear-gradient(#140e0096 81%, #040f1df7), url('../images/page-header-virtual_1.avif');
}

.inline-break-span {
  display: inline-flex;
}

.page-header-contain {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.page-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.page-breadcrumbs {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

.header-home-link {
  color: var(--red);
  text-decoration: none;
}

.intro-text-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
}

.mission-text-flex {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.our-mission {
  color: var(--grey-text);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mission-name {
  color: var(--red);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.mission-name.medium {
  color: var(--white);
  font-weight: 400;
}

.number-bg {
  z-index: 1;
  opacity: .15;
  pointer-events: none;
  font-size: 15rem;
  font-weight: 700;
  line-height: 15rem;
  position: absolute;
  bottom: 10px;
}

.intro-number-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-image-banner {
  width: 100%;
  height: auto;
}

.section-detail-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.reason-detail-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.reason-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.reason-image {
  width: 300px;
  height: auto;
}

.reason-detail-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 785px;
}

.reason-detail-text.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.reason-detail-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.we-do-quickstack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0 10px;
}

.we-do-qs-link {
  background-image: linear-gradient(180deg, var(--red), var(--orange));
  width: 100%;
  height: 300px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.we-do-qs-link.tall {
  height: 610px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-image.csv {
  max-height: 600px;
}

.we-do-qs-text-block {
  text-align: center;
  background-image: linear-gradient(#0000004d 70%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  transform: scale(1.04);
}

.we-do-qs-name {
  opacity: .5;
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}

.we-do-qs-name.right {
  text-align: right;
}

.we-do-qs-name.left {
  text-align: left;
}

.activity-text-cover {
  background-image: linear-gradient(#0006 48%, #000000e6);
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.activity-text-cover.right {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}

.activity-text-cover.flipped {
  background-image: linear-gradient(0deg, #0006 48%, #000000e6);
  justify-content: center;
  align-items: flex-start;
}

.portfolio-main-flex {
  grid-row-gap: 30px;
  align-items: stretch;
}

.portfolio-details {
  text-align: center;
  width: 70%;
  padding-left: 40px;
  padding-right: 40px;
}

.portfolio-sidebar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 2px solid var(--orange);
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}

.port-sidebar-heading {
  text-transform: uppercase;
  font-weight: 600;
}

.port-link-flex {
  align-items: stretch;
  margin-bottom: 20px;
}

.port-link {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #313131;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .4s;
}

.port-link:hover, .port-link.w--current {
  color: var(--orange);
}

.portfolio-contact-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.portfolio-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.portfolio-contact-link:hover {
  color: var(--orange);
}

.portfolio-contact-link.dropdown {
  padding: 0;
}

.portfolio-contact-icon {
  width: 30px;
  height: auto;
}

.portfolio-contact-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.port-dropdown-list.w--open {
  background-color: var(--orange);
  border-radius: 10px;
  top: 36px;
}

.port-dropdown-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.portfolio-lightbox {
  width: 48%;
}

.portfolio-lightbox.full {
  width: 100%;
}

.portfolio-cover {
  width: 100%;
  height: auto;
  transition: transform .2s;
}

.portfolio-cover:hover {
  transform: scale(1.05);
}

.portfolio-gallery {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.navbar-dropdown-menu.w--open {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 310px;
  padding-top: 5px;
  padding-bottom: 10px;
  bottom: 60px;
}

.navbar-dropdown-link {
  color: #333;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navbar-dropdown-link:hover {
  color: var(--orange);
}

.navbar-hover-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.navbar-hover-line.orange {
  background-color: var(--orange);
}

.navbar-portfolio-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.portfolio-navbar-text-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.contact-flex {
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.contact-map-cover {
  width: 100%;
  max-width: 720px;
  height: auto;
}

.contact-details-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
}

.company-logo {
  width: 225px;
  height: auto;
}

.contact-address-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid var(--grey-text);
  width: 100%;
  color: var(--grey-text);
  padding-bottom: 40px;
}

.contact-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.contact-choice-heading {
  color: var(--grey-text);
  font-size: 18px;
  line-height: 24px;
}

.contact-choice {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.form-heading {
  color: var(--grey-text);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.form-code {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.page-contact-link.dropdown {
  padding: 0;
}

.quickstack-flex {
  justify-content: center;
  align-items: center;
}

.footer-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.we-do-slide-nav {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: none;
}

.reason-text-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.section-heading {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.policy-detail-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey-text);
  padding-left: 20px;
  padding-right: 20px;
}

.policy-lists {
  padding-left: 20px;
  line-height: 24px;
}

.paragraph-link {
  color: var(--orange);
  text-decoration: none;
}

.slide-center-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.contact-link-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.heading-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.div-block {
  background-color: var(--white);
}

.group-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  background-color: var(--white);
  border-radius: 10px;
  width: 90px;
  height: auto;
}

.link-block-dbd {
  display: block;
}

@media screen and (max-width: 991px) {
  .main-body {
    padding-bottom: 0;
  }

  .navbar {
    background-image: linear-gradient(90deg, #e02b27e6, #f07627e6);
    position: sticky;
    inset: 0% 0% auto;
  }

  .navbar-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-link {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link.dropdown, .link-dropdown {
    width: 100%;
  }

  .navbar-social-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .navbar-social-link {
    padding: 8px;
  }

  .navbar-social-icon {
    width: 25px;
  }

  .dropdown-icon {
    transform: none;
  }

  .navbar-menu {
    background-color: #0000;
    background-image: linear-gradient(90deg, #e02b27e6, #f07627e6);
    padding-bottom: 10px;
  }

  ._2-1-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intro-image-flex {
    max-width: 700px;
  }

  .home-image-heading {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .page-paragraph.we-do {
    max-width: 800px;
  }

  .page-paragraph.reason {
    max-width: 700px;
  }

  .home-video-block {
    max-width: 850px;
    height: 60vw;
    max-height: 470px;
  }

  .page-section.trust-customer {
    padding-top: 40px;
  }

  .page-section.privacy-policy {
    padding-top: 60px;
  }

  .footer-flex {
    grid-row-gap: 25px;
    justify-content: space-around;
  }

  .we-do-slide {
    max-width: 800px;
  }

  .we-do-mask {
    width: 33.33%;
  }

  .page-header {
    height: 400px;
  }

  .page-header-contain {
    max-width: 800px;
  }

  .intro-text-flex {
    max-width: 700px;
  }

  .we-do-qs-link {
    background-image: none;
    height: 250px;
    padding: 0;
  }

  .we-do-qs-link.tall {
    height: 510px;
  }

  .we-do-qs-text-block {
    transform: none;
  }

  .we-do-qs-name {
    opacity: 1;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .activity-text-cover {
    background-image: linear-gradient(#00000040 48%, #000000e6);
  }

  .navbar-menu-button {
    order: 9999;
  }

  .navbar-menu-button.w--open {
    background-color: #333;
    border-radius: 10px;
  }

  .navbar-menu-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .port-sidebar-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .portfolio-contact-flex {
    flex-flow: wrap;
  }

  .portfolio-lightbox {
    width: 100%;
  }

  .portfolio-lightbox:hover {
    transform: none;
  }

  .navbar-dropdown-menu.w--open {
    padding-bottom: 5px;
    bottom: auto;
  }

  .navbar-dropdown-link {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar-hover-line {
    display: none;
  }

  .contact-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-details-flex {
    width: 100%;
    max-width: 400px;
  }

  .reason-text-flex {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
  }

  .slide-center-flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-link-flex {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .home-banner-text-cover {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .we-are-text {
    width: 90%;
  }

  .home-banner-heading {
    font-size: 50px;
    line-height: 57px;
  }

  .home-banner-sub-text {
    font-size: 27px;
    line-height: 24px;
  }

  .home-intro {
    padding-top: 0;
  }

  .home-image-heading {
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
  }

  .home-video {
    padding-bottom: 20px;
  }

  .section-center-heading {
    font-size: 30px;
    line-height: 37px;
  }

  .page-section.trust-customer {
    padding-bottom: 40px;
  }

  .page-section.intro {
    padding-top: 40px;
  }

  .page-section.head {
    padding-top: 60px;
  }

  .footer-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .we-do-mask {
    width: 50%;
  }

  .page-heading {
    font-size: 30px;
    line-height: 37px;
  }

  .page-breadcrumbs {
    font-size: 14px;
    line-height: 20px;
  }

  .number-bg {
    font-size: 13rem;
    line-height: 11rem;
  }

  .intro-number-flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reason-flex {
    flex-flow: wrap;
  }

  .reason-image {
    order: -9999;
    width: 400px;
  }

  .reason-detail-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
  }

  .reason-detail-text.right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .we-do-quickstack {
    max-width: 650px;
  }

  .we-do-qs-link.tall {
    height: 250px;
  }

  .service-image.talk-show {
    object-position: 50% 30%;
  }

  .we-do-qs-name {
    font-size: 20px;
    line-height: 27px;
  }

  .we-do-qs-name.right, .we-do-qs-name.left {
    text-align: center;
  }

  .activity-text-cover.flipped {
    background-image: linear-gradient(#0006 48%, #000000e6);
    justify-content: center;
    align-items: flex-end;
  }

  .navbar-brand-link {
    padding-left: 0;
  }

  .portfolio-main-flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .portfolio-details {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-sidebar {
    width: auto;
  }

  .image {
    width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .home-banner-slide {
    height: 80vh;
  }

  .navbar-logo {
    width: 120px;
  }

  .navbar-flex {
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-social-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar-social-link {
    padding: 5px;
  }

  .navbar-social-icon {
    width: 20px;
  }

  .we-are-text {
    width: 85%;
    font-size: 3vw;
    line-height: 3vw;
  }

  .home-banner-heading {
    font-size: 11vw;
    line-height: 12vw;
  }

  .home-banner-sub-text {
    font-size: 5.3vw;
    line-height: 5.5vw;
  }

  .home-banner-number {
    font-size: 7vw;
    line-height: 8vw;
  }

  .home-number-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .home-image-heading {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .text-caps, .intro-en-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .section-center-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .home-video-block {
    border-width: 6px;
  }

  .page-section.trust-customer {
    padding-top: 20px;
  }

  .footer-flex {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-logo {
    font-size: 36px;
    line-height: 42px;
  }

  .footer-dropdown-list.email.w--open {
    left: auto;
    right: 5px;
  }

  .footer-end-block {
    grid-row-gap: 10px;
    text-align: center;
    justify-content: space-around;
  }

  .we-do-slide {
    max-width: 300px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .we-do-mask {
    width: 100%;
  }

  .we-do-cover {
    justify-content: center;
    align-items: center;
  }

  .we-do-slide-arrow {
    z-index: 1;
  }

  .page-header.activity-design {
    height: 300px;
  }

  .page-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .intro-text-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mission-name {
    font-size: 35px;
    line-height: 42px;
  }

  .number-bg {
    font-size: 12rem;
    line-height: 10rem;
  }

  .intro-number-flex {
    padding-top: 20px;
  }

  .reason-detail-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .we-do-qs-name {
    font-size: 22px;
    line-height: 28px;
  }

  .navbar-menu-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .portfolio-main-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-details-flex {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-address-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-choice {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .form-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .we-do-slide-nav {
    z-index: 2;
    display: flex;
  }

  .section-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .slide-center-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-link-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block, .text-block-2, .text-block-3, .text-block-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    border-radius: 5px;
    width: 80px;
  }
}

#w-node-a0ff515c-8d96-8bba-0d4c-bd9b9a80bcb5-164b1638 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0ff515c-8d96-8bba-0d4c-bd9b9a80bcb6-164b1638 {
  grid-column: span 2 / span 2;
}

#w-node-_524f8dce-13b7-902c-27f4-546b0fe44350-164b1638, #w-node-_13ff652c-a536-ae03-c761-03709744da09-164b1638 {
  grid-row: span 2 / span 2;
}

#w-node-_11518371-b90f-eda5-6c5c-eb12e20e736d-164b1638, #w-node-f034dff5-70f9-c3ed-3741-a3fbf631f5a6-164b1638 {
  grid-column: span 2 / span 2;
}

#w-node-_130e4f34-dae0-9597-49e6-4a781c228ae8-164b1638 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ec54a3fe-6426-a123-cdbe-7aefdc0b16d6-4cca899f, #w-node-_8667b225-654e-12d7-cc16-b05d24233669-4cca899f, #w-node-_377ee90b-6147-01c3-b850-b44b46f26957-62a369c5 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a0ff515c-8d96-8bba-0d4c-bd9b9a80bcb5-164b1638 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a0ff515c-8d96-8bba-0d4c-bd9b9a80bcb6-164b1638 {
    grid-column: span 1 / span 1;
  }

  #w-node-_524f8dce-13b7-902c-27f4-546b0fe44350-164b1638, #w-node-_13ff652c-a536-ae03-c761-03709744da09-164b1638 {
    grid-row: span 1 / span 1;
  }

  #w-node-_11518371-b90f-eda5-6c5c-eb12e20e736d-164b1638, #w-node-f034dff5-70f9-c3ed-3741-a3fbf631f5a6-164b1638 {
    grid-column: span 1 / span 1;
  }

  #w-node-_130e4f34-dae0-9597-49e6-4a781c228ae8-164b1638 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0ff515c-8d96-8bba-0d4c-bd9b9a80bcb5-164b1638 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Kalam';
  src: url('../fonts/Kalam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}