.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;
}

body {
  color: #fbfbfb;
  background-color: #141416;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 98px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: #cafb42;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

a:hover {
  color: #fbfbfb;
}

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

li {
  margin-bottom: 10px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: 6px solid #cafb42;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.success-message {
  color: #fbfbfb;
  background-color: #4dbd09;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #2c2c2e;
}

.horizontal-line.spacing-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  transition: border .3s ease-in-out;
  box-shadow: 0 0 #000;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  border-width: 5px;
  border-color: #cafb42;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #cafb42;
}

.spacing-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.checkbox-label {
  padding-left: 6px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input-group {
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  height: 58px;
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #2c2c2e;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 16px 10px 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: border-color .3s ease-in-out;
}

.form-input:focus {
  border-color: #0e0c09 #0e0c09 #cafb42;
}

.form-input.form-textarea {
  height: 100px;
}

.form-input.form-input-newsletter {
  color: #fbfbfb;
  padding-right: 170px;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #e92222;
  padding: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  box-shadow: 0 0 #cafb42;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #cafb42;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 80% 80%;
  background-attachment: scroll;
  border-width: 0;
  border-color: #cafb42;
}

.checkbox.w--redirected-focus {
  transition: background-color .3s ease-in-out;
  box-shadow: 0 0 3px 1px #cafb42;
}

.container {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
}

.lead-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.style-guide-title {
  color: #fff;
  background-color: #1a1a1c;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px 10px 20px;
}

.form-select {
  width: 100%;
  height: 58px;
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #2c2c2e;
  font-size: 16px;
  transition: box-shadow .3s ease-in-out;
}

.form-select:focus {
  border-color: #0e0c09 #0e0c09 #cafb42;
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.color-box {
  width: 150px;
  height: 150px;
}

.section-heading {
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.radio-button-label {
  padding-left: 6px;
}

.button {
  color: #fbfbfb;
  text-align: center;
  background-color: #267ada;
  padding: 12px 30px;
  font-family: Chakra Petch, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .3s;
}

.button:hover {
  color: #141416;
  background-color: #fbfbfb;
}

.button.button-subscribe {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button.button-full {
  width: 100%;
}

.button-link-primary {
  color: #cafb42;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-link-primary.project {
  margin-top: 10px;
}

.contact-form {
  margin-top: 50px;
}

.guide-item {
  text-align: center;
  padding-right: 16px;
}

.style-guide-content {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bg-primary {
  background-color: #cafb42;
}

.bg-dark-gray {
  background-color: #1a1a1c;
}

.button-link-icon {
  padding-left: 10px;
}

.button-round {
  width: 100px;
  height: 100px;
  color: #cafb42;
  border: 2px solid #fbfbfb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-round:hover {
  border-color: #cafb42;
}

.button-round-icon {
  height: 36px;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: #fbfbfb;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  font-family: Chakra Petch, sans-serif;
  display: block;
}

.nav-link:hover {
  color: #fac238;
}

.nav-link:visited {
  color: #fbfbfb;
}

.nav-link.w--current {
  color: #cafb42;
}

.hero-section {
  z-index: 15;
  background-image: url('../images/bg-01.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area Area-2"
                 ". . ."
                 / 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.hero-heading-1 {
  text-align: center;
  font-family: Chakra Petch, sans-serif;
  font-size: 150px;
}

.hero-heading-2 {
  color: #267ada;
  text-align: center;
  font-size: 150px;
}

.text-primary {
  color: #267ada;
  font-family: Chakra Petch, sans-serif;
}

.text-primary.and {
  color: #fbfbfb;
  font-size: 120px;
}

.hero-image-left-wrap {
  z-index: -1;
  perspective: 1000px;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-image {
  width: 400px;
}

.hero-image-right {
  z-index: -1;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.hero-image-pattern {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-image-left {
  width: 320px;
  padding: 40px 20px;
}

.hero-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  display: none;
}

.hero-image-bottom-wrap {
  margin-left: -19%;
  margin-right: -56px;
  padding-top: 30px;
  position: static;
}

.badge-lightbox {
  width: 140px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge-lightbox.about-hero-badge {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.badge-lightbox.badge-mobile-hide {
  display: none;
}

.badge-rotating-text {
  background-image: url('../images/watch-video.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.badge-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.play-icon {
  width: 34px;
  color: #fac238;
  padding-left: 6px;
}

.hero-list {
  align-items: flex-end;
}

.hero-list.exp {
  display: inline-block;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.hero-list.pc {
  display: none;
}

.hero-list-line {
  width: 40px;
  height: 2px;
  background-color: #fac238;
  margin-right: 20px;
  padding-top: 0;
  display: inline-block;
}

.hero-list-item {
  align-items: center;
  margin-bottom: 16px;
  font-family: Chakra Petch, sans-serif;
  font-size: 24px;
  display: flex;
}

.nav-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.marquee-items {
  flex: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.marquee-item {
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-divider {
  margin-left: 20px;
  margin-right: 20px;
}

.marquee-text {
  color: #000;
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.about-section {
  background-image: url('../images/image-pattern-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-section.section-spacing {
  background-image: url('../images/image-pattern-2_1.png');
  background-position: 100% -10%;
}

.section-title {
  margin-bottom: 40px;
}

.title-divider {
  width: 24px;
  margin-bottom: 12px;
  margin-right: 5px;
}

.sub-title {
  align-items: center;
  display: flex;
}

.sub-title.text-center {
  justify-content: center;
}

.about-experience-badge {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.experience-badge {
  margin-left: -33px;
  margin-right: 20px;
}

.grid-about {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-image-wrap {
  perspective: 1000px;
  position: relative;
}

.about-decoration {
  margin-left: -21px;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.about-content {
  z-index: 1;
  position: relative;
}

.grid-service {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-item {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  background-color: #1a1a1c;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-icon {
  width: 80px;
}

.service-description {
  color: #fbfbfb;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 10px;
}

.service-image {
  width: 300px;
  opacity: .82;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -170px;
}

.service-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.project-section {
  background-image: url('../images/image-pattern-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-section.section-spacing-bottom {
  background-image: url('../images/image-pattern-3_1.png');
  overflow: hidden;
}

.project-section.section-spacing-top {
  background-image: url('../images/GOLD-CIRCUT.png'), url('../images/GOLD-CIRCUT.png');
  background-position: 80vw 100%, -10vw 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section-spacing-bottom {
  padding-bottom: 100px;
}

.marquee-section {
  background-color: #fbfbfb;
  overflow: hidden;
}

.marquee-wrap {
  flex: none;
  justify-content: center;
  display: flex;
}

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

.trusted-client-title {
  text-align: left;
  margin-left: 10px;
  font-size: 24px;
  font-style: normal;
}

.client-item {
  height: 100%;
  min-height: 200px;
  text-align: center;
  border: 1px solid #2c2c2e;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.award-wrap {
  border-bottom: 1px solid #2c2c2e;
}

.award-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #2c2c2e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.award-year, .award-title {
  margin-bottom: 0;
}

.award-logo {
  width: 160px;
}

.video-section {
  background-image: url('../images/Downloader.la-63c43d96ab41d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding: 100px 0 0;
  overflow: hidden;
}

.grid-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
  display: grid;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Chakra Petch, sans-serif;
}

.footer-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 30px;
  display: flex;
}

.footer-social-link {
  width: 20px;
}

.footer-social-icon {
  width: 100%;
}

.footer-opening-time {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-address {
  padding-bottom: 10px;
}

.subscribe-form {
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form-inputs {
  margin-top: 20px;
  position: relative;
}

.about-hero-section.section-spacing {
  overflow: hidden;
}

.grid-about-hero {
  grid-template-rows: auto;
  align-items: start;
  justify-items: center;
}

.about-hero-image {
  margin-right: -15%;
  position: relative;
}

.grid-about-experience {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.about-experience-image {
  position: relative;
}

.grid-experience-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

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

.team-info {
  padding-top: 10px;
}

.team-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-social {
  align-items: center;
  display: flex;
}

.team-social-item {
  margin-right: 15px;
}

.team-image-wrap {
  position: relative;
}

.grid-action-box-minimal {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: start;
  margin-bottom: 70px;
  display: grid;
}

.button-dark {
  color: #fbfbfb;
  text-align: center;
  background-color: #2c2c2e;
  padding: 12px 30px;
  font-family: Chakra Petch, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .3s;
  position: relative;
}

.button-dark:hover {
  color: #141416;
  background-color: #cafb42;
}

.about-create-wrap {
  align-items: center;
  margin-top: 30px;
  margin-left: 60px;
  display: flex;
}

.about-create-title {
  margin-left: 30px;
}

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

.contact-form-wrap {
  background-color: #1a1a1c;
  background-image: url('../images/GOLD-CIRCUT.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  border: 5px solid #956f12;
  border-radius: 11px;
  padding: 50px;
  position: relative;
  overflow: visible;
}

.grid-address {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 20px;
  display: grid;
}

.text-right {
  z-index: 1;
  text-align: right;
}

.call-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.call-item {
  align-items: center;
  margin-right: 20px;
  padding-bottom: 10px;
  display: flex;
}

.call-icon {
  margin-right: 5px;
}

.contact-badge {
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
}

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

.service-experience-content {
  z-index: 1;
  position: relative;
}

.service-stat {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  filter: brightness(90%);
  background-color: gold;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 84px;
  margin-left: 100px;
  margin-right: -100px;
  padding: 20px 40px;
  display: grid;
  position: relative;
}

.service-stat-item {
  align-items: center;
  display: flex;
}

.text-dark {
  color: #141416;
}

.service-stat-number {
  padding-right: 20px;
}

.service-stat-number.text-dark {
  margin-bottom: 0;
  padding-right: 0;
}

.service-stat-number.text-dark.counter {
  flex: 1;
  padding-right: 10px;
  display: block;
}

.service-decoration {
  z-index: -1;
  opacity: .56;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.tabs {
  margin-top: 50px;
}

.tab-link {
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  margin-right: 26px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.tab-link.w--current {
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #cafb42;
}

.tab-content {
  margin-top: 30px;
}

.grid-service-list {
  grid-template-rows: auto;
  margin-top: 40px;
}

.service-list-icon {
  background-image: url('../images/check-circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  padding: 11px;
}

.service-list-item {
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  display: flex;
}

.service-list {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: disc;
}

.service-work {
  margin-top: 40px;
}

.service-step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.list-style-item {
  margin-bottom: 10px;
}

.step-number {
  color: #fac238;
}

.container-small {
  padding-left: 30px;
  padding-right: 30px;
}

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

.pricing-header {
  z-index: 1;
  margin-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pricing-title {
  background-color: #141416;
  border: 2px solid #cafb42;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.pricing-plan {
  color: #141416;
  text-align: center;
  background-color: #cafb42;
  padding: 15px;
}

.pricing-item {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.pricing-icon {
  width: 30px;
}

.pricing-list-mobile {
  text-align: center;
  border: 2px solid #cafb42;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px 15px;
  display: none;
}

.pricing-list-mobile-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.pricing-mobile-icon {
  width: 30px;
  margin-right: 10px;
}

.pricing-mobile-title {
  margin-bottom: 0;
}

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

.grid-project-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 40px;
  display: grid;
}

.grid-team-detail {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.team-body {
  margin-top: 30px;
}

.navbar-button {
  justify-content: flex-end;
  display: flex;
}

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

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  color: #fbfbfb;
  background-color: #1a1a1c;
  padding: 15px;
}

.dropdown-item {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-link {
  color: #fbfbfb;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #cafb42;
}

.project-review {
  width: 80%;
  text-align: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1.3em;
}

.project-review-author {
  text-align: center;
  padding-bottom: 60px;
}

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

.utility-page-content {
  width: 650px;
  text-align: center;
  background-color: #1a1a1c;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
  display: flex;
}

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

.footer-link {
  color: #fbfbfb;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
}

.footer-link:hover {
  color: #cafb42;
}

.button-white {
  color: #141416;
  text-align: center;
  background-color: #fbfbfb;
  padding: 12px 30px;
  font-family: Chakra Petch, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .3s;
}

.button-white:hover {
  color: #141416;
  background-color: #cafb42;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.blog-detail-image {
  border: 2px solid #0e0c09;
  margin-bottom: 30px;
}

.blog-detail-meta {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.blog-detail-author {
  align-items: center;
  display: flex;
}

.blog-detail-author-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-divider {
  width: 26px;
  min-height: 1px;
  color: rgba(0, 0, 0, 0);
  background-color: #cafb42;
  margin-left: 12px;
  margin-right: 12px;
}

.blog-detail-category {
  color: #cafb42;
}

.blog-detail-author-name {
  color: #fbfbfb;
  font-weight: 500;
}

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

.empty-state {
  color: #cafb42;
  text-align: center;
  background-color: #2c2c2e;
  border: 2px solid #0e0c09;
  padding: 30px;
  font-weight: 500;
}

.blog-author-prefix {
  color: #fbfbfb;
}

.blog-title {
  color: #fbfbfb;
  margin-bottom: 20px;
  padding-top: 10px;
}

.blog-author-wrapper {
  align-items: center;
  display: flex;
}

.blog-author-name {
  color: #fbfbfb;
  padding-left: 10px;
}

.blog-image-wrapper {
  position: relative;
}

.blog-meta {
  justify-content: space-between;
  display: flex;
}

.blog-details {
  padding-top: 30px;
  padding-bottom: 30px;
}

.team-hover-line {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #cafb42;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.not-found-404 {
  color: #267ada;
  font-family: Chakra Petch, sans-serif;
  font-size: 250px;
  line-height: .8em;
}

.not-found-button {
  margin-top: 40px;
}

.section-spacing-top {
  padding-top: 100px;
}

.marquee-scroll-section {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.text-slide-left {
  z-index: 1;
  width: 150vw;
  max-width: 200%;
  color: #fbfbfb;
  background-color: #267ada;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  transform: rotate(-4deg);
}

.text-slide-right {
  width: 150vw;
  max-width: 200%;
  background-color: #fbfbfb;
  flex: none;
  align-items: center;
  overflow: hidden;
  transform: rotate(4deg);
}

.button-advance {
  color: #141416;
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
}

.button-advance:hover {
  color: #141416;
  font-size: 18px;
}

.button-advance-border {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #cafb42;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 8px;
  right: auto;
}

.about-bottom-description {
  text-transform: capitalize;
  margin-bottom: 40px;
}

.grid-project-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.action-box {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  background-color: #fac238;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: grid;
  position: relative;
}

.action-box-decoration {
  z-index: 0;
  opacity: .2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.action-box-button {
  z-index: 1;
  text-align: right;
  position: relative;
}

.pricing-item-title {
  margin-bottom: 0;
}

.grid-project {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.project-item {
  color: #267ada;
  border: 0 #fac238;
  margin-bottom: 40px;
  padding-top: 20px;
}

.project-image {
  color: #141416;
  border: 1px #267ada;
  margin-bottom: 30px;
  position: relative;
}

.project-body {
  margin-top: 50px;
}

.project-category {
  color: #cafb42;
  text-transform: capitalize;
  background-color: #141416;
  margin: 15px;
  padding: 8px 8px 8px 12px;
  font-size: 25px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-category.s {
  color: #fac238;
  margin-top: 15px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-hover-line {
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #cafb42;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.project-description {
  color: #fbfbfb;
  text-align: justify;
  text-transform: capitalize;
  font-family: Chakra Petch, sans-serif;
}

.grid-project-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-hover-line {
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #cafb42;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.marquee-copyright {
  flex: none;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.marquee-copyright-item {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-copyright-text {
  color: #fbfbfb;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
}

.block-quote {
  line-height: 1.4em;
}

.changelog-version {
  color: #141416;
  background-color: #cafb42;
  margin-right: 10px;
  padding: 5px 10px;
}

.view-project-image {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.view-project {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.view-project-link {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-project-text {
  z-index: 1;
  width: 100px;
  height: 100px;
  color: #141416;
  text-align: center;
  background-color: #cafb42;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.view-project-item {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 0;
  margin-right: -30px;
  overflow: hidden;
}

.view-project-wrapper {
  margin-top: 60px;
  display: inline-block;
}

.changelog-version-title {
  line-height: 1.6em;
}

.sliding-text {
  flex: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.hero-image-bottom {
  max-width: 150%;
  opacity: 1;
  filter: contrast(108%);
  display: block;
}

.hero-simple {
  background-image: url('../images/hero-04.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-simple-content {
  max-width: 460px;
  background-color: #cafb42;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  padding: 30px;
  overflow: hidden;
}

.hero-simple-image {
  width: 400px;
  margin-bottom: -58px;
}

.hero-simple-title {
  color: #141416;
  font-size: 70px;
}

.hero-simple-description {
  color: #141416;
  margin-bottom: 30px;
}

.grid-about-wrap {
  grid-template-rows: auto;
}

.grid-step-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.service-badge-lightbox {
  width: 140px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-step {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.step-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fbfbfb;
  border-bottom: 1px solid rgba(251, 251, 251, .2);
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.project-bg-image {
  background-image: url('../images/bg-02.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.project-list {
  max-width: 600px;
  background-color: #141416;
  padding: 60px;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-content {
  margin-bottom: 20px;
  font-size: 22px;
}

.testimonial-mask {
  height: auto;
  max-width: 650px;
  overflow: visible;
}

.testimonial-slide {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-rating {
  height: 26px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.testimonial-author-name {
  margin-bottom: 0;
}

.left-arrow {
  width: 60px;
  height: 60px;
  background-color: #141416;
  border: 1px solid #fbfbfb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -80px;
}

.arrow-icon {
  height: 18px;
}

.right-arrow {
  width: 60px;
  height: 60px;
  background-color: #141416;
  border: 1px solid #fbfbfb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -80px;
}

.copyright-section {
  background-color: #000;
  margin-top: 40px;
  overflow: hidden;
}

.bg-light-gray {
  background-color: #2c2c2e;
}

.client-logo {
  width: 160px;
  opacity: 1;
}

.client-logo.h {
  opacity: 1;
}

.text-white {
  color: #fbfbfb;
  text-transform: capitalize;
  font-family: Chakra Petch, sans-serif;
}

.icon {
  font-size: 14px;
}

.heading {
  text-align: center;
  text-transform: capitalize;
  font-family: Chakra Petch, sans-serif;
}

.image {
  opacity: .4;
  display: inline-block;
}

.image-2 {
  color: #4542fb;
}

.paragraph {
  text-transform: capitalize;
  font-family: Chakra Petch, sans-serif;
  font-size: 20px;
}

.image-4 {
  max-width: 130%;
  margin-top: -17px;
}

.image-5 {
  padding-top: 10px;
}

.body {
  background-color: #000;
}

.text-block-2 {
  color: #fac238;
}

.heading-3 {
  width: 350px;
  font-family: Chakra Petch, sans-serif;
  font-size: 50px;
}

.heading-4, .heading-5 {
  font-family: Chakra Petch, sans-serif;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-team3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #5f6570;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team3_social-link:hover {
  color: #6157f8;
}

.combine-team3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-text-size-regular {
  color: #fbfbfb;
  text-align: justify;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team3_job-title {
  color: #cafb42;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: #53a3ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.combine-team3_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-team3_image-wrapper {
  width: 100%;
  height: 30rem;
  border-radius: 0;
  overflow: hidden;
}

.combine-team3_item {
  width: 40%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #267ada;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 0 0 2.5rem;
  display: flex;
}

.combine-team3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  color: rgba(251, 251, 251, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_team3 {
  background-color: rgba(0, 0, 0, 0);
}

.h1 {
  color: #fbfbfb;
  text-align: center;
}

.paragraph-2, .paragraph-3, .heading-8, .paragraph-4, .paragraph-5, .paragraph-6 {
  text-transform: capitalize;
}

.heading-9, .heading-10, .text-block-3, .heading-11 {
  font-family: Chakra Petch, sans-serif;
}

.bold-text {
  font-family: Chakra Petch, sans-serif;
  font-weight: 400;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.rl-text-style-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog5_text-divider {
  color: #000;
}

.rl_blog5_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.rl_blog5_author-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog5_author-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.rl_blog5_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blog5_spacing-block-12 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: #fbfbfb;
  text-align: justify;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog5_spacing-block-11 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h5 {
  color: #fbfbfb;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h5.p {
  font-size: 20px;
}

.rl_blog3_title-link {
  text-decoration: none;
  display: block;
}

.rl_blog5_spacing-block-10 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_blog5_category-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.rl_blog5_category-link.w--current {
  border-bottom: 2px solid #000;
}

.rl_blog5_spacing-block-9 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog5_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_blog5_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.rl_blog5_image-link {
  width: 100%;
  display: block;
}

.rl_blog5_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.rl_blog5_spacing-block-8 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog5_menu-link {
  color: #000;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blog5_menu-link.w--current {
  border: 1px solid rgba(0, 0, 0, 0);
}

.rl_blog5_menu-link.current {
  border: 1px solid #000;
}

.rl_blog5_category-menu {
  width: 100%;
  align-items: center;
  display: flex;
}

.rl_blog5_spacing-block-7 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog5_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog5_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_blog5_featured-title-link {
  text-decoration: none;
}

.rl_blog5_spacing-block-4 {
  width: 100%;
  padding-bottom: .75rem;
}

.rl_blog5_featured-item-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_blog5_featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_blog5_featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.rl_blog5_featured-image-link {
  width: 100%;
}

.rl_blog5_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_blog5_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog5_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blog5_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog5_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_blog5 {
  background-color: #fff;
}

.rl_testimonial17_name-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_testimonial17_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #000;
  flex-direction: column;
  display: flex;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_testimonial {
  width: 100%;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: #f5d904;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_testimonial17_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.rl_testimonial17_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_testimonial17 {
  background-color: #fff;
}

.rl_testimonial1_name-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_testimonial1_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.rl_testimonial1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_testimonial1_text-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_testimonial1_logo {
  max-height: 3.5rem;
}

.rl_testimonial1_component {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_testimonial1 {
  background-color: #fff;
}

.rl-button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl_team8_spacing-block-9 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_team8_spacing-block-8 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_cta-wrapper {
  width: 100%;
  max-width: 35rem;
}

.rl_team8_spacing-block-7 {
  width: 100%;
  padding-bottom: 6rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_team8_social-link {
  color: #000;
}

.rl_team8_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: grid;
}

.rl_team8_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team8_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_name-text {
  color: #fbfbfb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_team8_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team8_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_team8_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.rl_team8_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rl_team8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.rl_team8_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_team8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_team8_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_section_team8 {
  background-color: #fff;
}

.combine-button {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white {
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: #6157f8;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-2 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-header4_span {
  color: #6157f8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f8b34b, #ec80b4 18%, #6157f8 55%, #00a1c1);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-heading-style-h1 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_header4 {
  background-color: #f2f3f7;
}

.combine-feature2_image {
  object-fit: cover;
}

.combine-feature2_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-icon_color1 {
  color: #6157f8;
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-heading-style-h2-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature2_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_feature2 {
  background-color: #f2f3f7;
}

.heading-14 {
  text-transform: capitalize;
}

.rl-button-link-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: #fbfbfb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout1_component {
  grid-column-gap: .5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_section_layout1 {
  background-color: rgba(0, 0, 0, 0);
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  text-align: justify;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 1.5rem;
  font-family: Chakra Petch, sans-serif;
  font-weight: 400;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_icon {
  width: 5rem;
  height: 5rem;
  text-align: left;
}

.rl_layout242_icon.i {
  width: 5rem;
  height: 5rem;
}

.rl_layout242_icon.v {
  width: 7rem;
}

.rl_layout242_icon-wrapper {
  text-align: left;
  padding-left: 0;
}

.rl_layout242_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.rl_layout242_content {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout242_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-padding-global-2 {
  margin-top: 59px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout242 {
  background-color: #0a315a;
}

.rl_section_layout242.dm {
  background-color: #2e2b28;
}

.rl_section_layout242.wd {
  background-color: #340a4a;
}

.rl_section_layout242.ba {
  background-color: #051b29;
}

.rl_section_layout242.gd {
  background-color: #48484b;
}

.rl_section_layout242.ve {
  background-color: #5096ad;
}

.bold-text-2 {
  color: #fbfbfb;
  font-weight: 400;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_navbar3_logo-link {
  padding-left: 0;
}

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-toggle {
  color: #000;
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

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

.rl_navbar3_link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar3_link.w--current {
  color: #000;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_component {
  min-height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  color: #fbfbfb;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fac238;
  border-radius: 4px;
  padding: .5rem 1.25rem;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary:hover {
  background-color: #267ada;
  border-color: #000;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  text-transform: capitalize;
  padding: .5rem 1rem;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link:hover {
  color: #267ada;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fbfbfb;
  border: 2px solid #141416;
  border-radius: 2px;
  padding: .5rem;
}

.rl_navbar1_dropdown-toggle {
  color: #fbfbfb;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link {
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link:hover {
  color: #fac238;
}

.rl_navbar1_link.w--current {
  color: #fac238;
  font-weight: 500;
}

.rl_navbar1_link.w--current:hover {
  color: #fac238;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_logo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 80px;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 0% 2%;
  display: flex;
  position: relative;
}

.body-2, .body-3, .body-4, .body-6 {
  background-color: #000;
}

.bold-text-3 {
  text-transform: capitalize;
  font-weight: 400;
}

.heading-15, .text-block-4 {
  font-family: Chakra Petch, sans-serif;
}

.body-7, .body-8, .body-9, .body-10, .body-11, .body-12 {
  background-color: #000;
}

.c-card_back {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.c-card_front {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-title-1 {
  font-weight: 400;
}

.c-wrapper {
  perspective: 1000px;
  text-align: center;
}

.c-card {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.c-title-wrapper.c-mb_40 {
  margin-bottom: 40px;
}

.c-section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  margin-left: -34px;
}

.preloader {
  z-index: 9999999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 300px;
}

@media screen and (min-width: 1280px) {
  .button-link-primary.project {
    justify-content: flex-start;
    margin-top: 22px;
  }

  .hero-heading-1, .hero-heading-2 {
    text-align: center;
  }

  .hero-image {
    width: 120%;
    max-width: 120%;
  }

  .hero-image-right {
    width: 399px;
    perspective: 1000px;
    top: 45%;
  }

  .hero-bottom {
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: -78px;
    margin-left: -201px;
    display: none;
  }

  .hero-image-bottom-wrap {
    perspective: 1000px;
    margin-top: 119px;
    margin-left: 0%;
  }

  .hero-list {
    display: inline-block;
  }

  .hero-list.exp {
    position: absolute;
    top: 26%;
    bottom: auto;
    left: auto;
    right: 14%;
  }

  .nav-wrap {
    grid-template-columns: 1fr 3.75fr .75fr;
  }

  .about-section.section-spacing {
    background-image: url('../images/GOLD-CIRCUT.png');
    background-position: 150% 30%;
    background-size: contain;
  }

  .service-icon {
    width: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-description {
    font-family: Chakra Petch, sans-serif;
  }

  .project-section.section-spacing-top {
    background-image: url('../images/GOLD-CIRCUT.png'), url('../images/GOLD-CIRCUT.png'), url('../images/GOLD-CIRCUT.png');
    background-position: 0 120%, -10vw 0, 90vw;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
  }

  .marquee-wrap {
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
  }

  .trusted-client-title {
    text-align: center;
    margin-left: 30px;
    font-size: 30px;
  }

  .video-section {
    opacity: .65;
    background-image: url('../images/Downloader.la-63c43d96ab41d.jpg');
  }

  .about-hero-content {
    margin-left: -36px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-hero-image {
    margin-right: -50%;
  }

  .grid-about-experience {
    grid-column-gap: 120px;
    align-items: center;
  }

  .about-experience-image {
    margin-right: -50px;
  }

  .button-dark {
    font-family: Chakra Petch, sans-serif;
  }

  .button-dark:hover {
    background-color: #ffb90d;
  }

  .contact-form-wrap {
    background-image: none;
    border: 5px solid #fec63b;
    border-radius: 13px;
  }

  .call-wrap {
    flex-direction: row;
    align-items: center;
  }

  .call-item {
    padding-bottom: 0;
  }

  .service-stat {
    background-color: gold;
  }

  .text-dark {
    color: #141416;
    padding-left: 17px;
    font-family: Chakra Petch, sans-serif;
  }

  .service-stat-number.text-dark.counter {
    color: #141416;
  }

  .service-decoration.n2 {
    display: block;
    top: 112%;
    left: auto;
    right: -243px;
  }

  .step-item {
    font-family: Chakra Petch, sans-serif;
  }

  .container-small {
    margin-top: 79px;
  }

  .button-advance-border {
    border-color: #267ada;
  }

  .action-box {
    background-color: #267ada;
    background-image: url('../images/circut-lines.png');
    background-position: -5vw 10%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .marquee-copyright {
    color: #fbfbfb;
    background-color: rgba(0, 0, 0, 0);
  }

  .marquee-copyright-text {
    color: #fbfbfb;
    text-align: center;
    font-size: 20px;
  }

  .hero-image-bottom {
    max-width: 130%;
    opacity: .54;
  }

  .hero-simple-image {
    margin-bottom: -69px;
  }

  .hero-simple-title {
    color: #1a1a1c;
    font-size: 70px;
  }

  .hero-simple-description {
    color: #141416;
    margin-bottom: 30px;
  }

  .grid-about-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
  }

  .grid-step-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

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

  .copyright-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .client-logo {
    opacity: 1;
  }

  .client-logo.h {
    width: 180px;
  }

  .text-white {
    font-family: Chakra Petch, sans-serif;
  }

  .image {
    opacity: .39;
    transform: translate(-5px);
  }

  .heading-2 {
    font-family: Chakra Petch, sans-serif;
  }

  .image-3 {
    margin-right: 0;
    display: inline-block;
  }

  .image-4 {
    flex: 0 auto;
  }

  .text-block-2 {
    color: #fac238;
    font-size: 25px;
  }

  .heading-3 {
    text-transform: capitalize;
  }

  .combine-text-size-regular {
    text-align: justify;
    text-transform: capitalize;
  }

  .combine-team3_item {
    width: 40%;
  }

  .combine-team3_component {
    width: 1200px;
  }

  .heading-6 {
    text-transform: capitalize;
  }

  .heading-7 {
    text-transform: capitalize;
    font-size: 80px;
  }

  .paragraph-2, .paragraph-3 {
    text-transform: capitalize;
  }

  .heading-8 {
    text-align: center;
    text-transform: capitalize;
    font-size: 60px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    text-align: justify;
    text-transform: capitalize;
  }

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

  .bold-text, .heading-12 {
    font-family: Chakra Petch, sans-serif;
  }

  .rl-text-style-regular {
    color: #fbfbfb;
    text-align: justify;
    text-transform: none;
    font-family: Chakra Petch, sans-serif;
    font-weight: 400;
  }

  .rl-text-style-medium {
    color: #fbfbfb;
  }

  .rl-padding-section-large {
    padding-top: 0;
  }

  .rl-padding-global {
    color: rgba(0, 0, 0, 0);
  }

  .rl-heading-style-h2 {
    color: #fff;
    text-transform: capitalize;
  }

  .rl_team8_name-text {
    color: #fbfbfb;
  }

  .rl_team8_image {
    right: 0%;
  }

  .rl_team8_item {
    width: 100%;
  }

  .heading-13 {
    font-family: Chakra Petch, sans-serif;
  }

  .rl-text-style-medium-2 {
    color: #fbfbfb;
  }

  .rl_section_layout1 {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_layout242_spacing-block-3 {
    color: #fbfbfb;
  }

  .rl_navbar1_logo {
    margin-top: 10px;
  }

  .rl_navbar1_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rl_navbar1_component {
    background-color: #000;
    margin-bottom: 40px;
    padding-left: 9%;
    padding-right: 9%;
  }

  .body-2, .body-3, .body-4, .body-5, .body-6 {
    background-color: #000;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 120px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 54px;
  }

  h4 {
    font-size: 40px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 23px;
  }

  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .button {
    text-align: left;
  }

  .guide-item {
    margin-bottom: 30px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    text-align: left;
    background-color: #1a1a1c;
  }

  .nav-link {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .hero-heading-1, .hero-heading-2 {
    text-align: left;
    font-size: 80px;
  }

  .text-primary.and {
    text-align: left;
    font-size: 70px;
  }

  .hero-image-left-wrap {
    margin-left: 0;
    left: 453px;
    right: -30%;
  }

  .hero-image-right {
    display: none;
  }

  .hero-image-pattern {
    right: 0;
  }

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

  .hero-bottom {
    grid-template-columns: 1fr;
  }

  .hero-image-bottom-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .badge-lightbox.badge-mobile-hide, .hero-list.exp {
    display: none;
  }

  .hero-list.pc {
    display: block;
  }

  .nav-wrap {
    grid-template-columns: 1fr 4fr;
    justify-items: stretch;
  }

  .grid-about {
    grid-template-areas: "Area";
  }

  .grid-service {
    grid-template-columns: 1fr;
  }

  .service-icon {
    width: 90px;
  }

  .service-sticky {
    margin-bottom: 40px;
  }

  .section-spacing-bottom {
    padding-bottom: 60px;
  }

  .grid-client {
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer {
    grid-template-columns: .75fr 1.5fr;
  }

  .grid-about-hero {
    grid-template-columns: 1fr;
  }

  .about-hero-content {
    margin-bottom: 30px;
  }

  .about-hero-image {
    margin-right: 0%;
  }

  .grid-about-experience {
    grid-template-columns: 1fr;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
  }

  .grid-action-box-minimal {
    grid-template-columns: .5fr .75fr;
  }

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

  .about-create-wrap {
    margin-left: 0;
  }

  .grid-contact {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .contact-badge {
    right: 0%;
  }

  .grid-service-experience {
    grid-template-columns: 1fr;
  }

  .service-stat {
    margin: 30px 0;
  }

  .grid-pricing {
    grid-template-columns: 1fr;
    position: static;
  }

  .pricing-header {
    position: static;
  }

  .pricing-list-mobile {
    display: block;
  }

  .pricing-item-wrap {
    display: none;
  }

  .grid-project-detail {
    grid-template-columns: 1fr;
  }

  .navbar-button {
    display: none;
  }

  .project-review {
    width: 100%;
  }

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

  .grid-blog {
    grid-template-columns: 1fr 1fr;
  }

  .section-spacing-top {
    padding-top: 60px;
  }

  .menu-button {
    color: #cafb42;
    background-color: #000;
  }

  .menu-button.w--open {
    color: #fac238;
    background-color: #267ada;
  }

  .grid-project-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .view-project-wrapper {
    margin-top: 40px;
  }

  .hero-simple {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-about-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-step-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .left-arrow {
    left: 0;
  }

  .right-arrow {
    right: 0;
  }

  .combine-team3_item {
    width: 80%;
  }

  .combine-team3_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .h1 {
    text-align: left;
    padding-left: 115px;
    font-size: 70px;
  }

  .bold-text {
    font-weight: 400;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .rl-heading-style-h5 {
    font-size: 1.1rem;
  }

  .rl_blog5_list {
    grid-template-columns: 1fr 1fr;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_blog5_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr 1fr;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.1rem;
  }

  .rl_team8_spacing-block-7 {
    padding-bottom: 5rem;
  }

  .rl_team8_list {
    grid-column-gap: 2rem;
  }

  .rl_team8_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .heading-13 {
    font-size: 90px;
  }

  .rl-text-style-medium-2 {
    text-align: justify;
    font-size: 1.2rem;
  }

  .rl_layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .icon-2 {
    color: #fac238;
  }

  .rl_navbar3_menu-background {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .rl_navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl-dropdown-icon {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 34px;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_menu {
    z-index: 1;
    width: 80vw;
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .rl_menu-icon3_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon3_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fac238;
    border: 1px solid #fac238;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fac238;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #fac238;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar1_button-secondary {
    color: #000;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    color: #000;
    margin-left: 0;
    padding: .75rem 0;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .rl_navbar1_link:hover {
    color: #267ada;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 36px;
  }

  h6 {
    font-size: 22px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-heading-1, .hero-heading-2 {
    font-size: 70px;
    line-height: 1em;
  }

  .text-primary.and {
    font-size: 60px;
  }

  .hero-image-left-wrap {
    left: 379px;
    right: -16%;
  }

  .hero-list.exp {
    display: none;
  }

  .nav-wrap {
    grid-template-columns: 4.5fr 4fr;
  }

  .grid-about {
    flex-direction: column;
    display: flex;
  }

  .about-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .about-decoration {
    display: none;
  }

  .project-section.section-spacing-top {
    background-position: 80vw 100%, -20vw 0;
  }

  .award-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.75fr;
  }

  .video-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .grid-footer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .grid-team {
    grid-column-gap: 30px;
  }

  .team-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-action-box-minimal {
    grid-template-columns: .75fr;
    justify-content: start;
  }

  .contact-form-wrap {
    padding: 34px;
  }

  .service-stat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-decoration {
    display: none;
  }

  .service-step {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-list-mobile {
    flex-direction: column;
  }

  .grid-team-detail {
    grid-template-columns: 1fr;
  }

  .dropdown-item {
    width: 100%;
  }

  .utility-page-wrap {
    height: 100%;
    padding: 50px 15px;
  }

  .utility-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-blog {
    grid-template-columns: 1fr;
  }

  .not-found-404 {
    font-size: 200px;
  }

  .about-bottom-description {
    text-align: justify;
  }

  .grid-project-gallery {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .action-box {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .action-box-button {
    text-align: left;
  }

  .grid-project {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .project-item {
    margin-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: #267ada;
  }

  .grid-project-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .view-project-wrapper {
    margin-top: 10px;
  }

  .hero-simple {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-4 {
    margin-left: -7px;
  }

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

  .combine-team3_item {
    width: 90%;
  }

  .combine-team3_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h1 {
    text-align: left;
    padding-left: 69px;
  }

  .bold-text {
    font-weight: 400;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .rl_blog5_spacing-block-12 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_blog5_spacing-block-9 {
    padding-bottom: 1.25rem;
  }

  .rl_blog5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_blog5_spacing-block-8 {
    padding-bottom: 3rem;
  }

  .rl_blog5_menu-link.last-link {
    margin-right: 2rem;
  }

  .rl_blog5_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .rl_blog5_spacing-block-7 {
    padding-bottom: 3rem;
  }

  .rl_blog5_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_blog5_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_blog5_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_blog5_featured-image-wrapper {
    padding-top: 66%;
  }

  .rl_blog5_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_blog5_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_blog5_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_blog5_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_testimonial17_customer {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_testimonial17_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1, .rl_team8_spacing-block-9 {
    padding-bottom: 1.5rem;
  }

  .rl_team8_spacing-block-8 {
    padding-bottom: .75rem;
  }

  .rl_team8_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

  .rl_team8_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_team8_name-text {
    font-size: 1.125rem;
  }

  .rl_team8_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_image-wrapper {
    height: 100%;
  }

  .rl_team8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_team8_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_team8_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .heading-13 {
    font-size: 80px;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3, .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .icon-2 {
    color: #fac238;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 34px;
  }

  h5 {
    font-size: 25px;
  }

  h6 {
    font-size: 20px;
  }

  .container {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section {
    padding-top: 50px;
  }

  .hero-heading-1, .hero-heading-2 {
    text-align: center;
    font-size: 60px;
  }

  .text-primary.and {
    font-size: 60px;
  }

  .hero-image-left-wrap {
    display: none;
  }

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

  .hero-list.exp {
    display: none;
  }

  .hero-list.pc {
    display: block;
  }

  .service-item {
    grid-template-columns: 1fr;
  }

  .service-description {
    text-align: justify;
    margin-left: -6px;
  }

  .service-description.b {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-spacing-bottom {
    padding-bottom: 50px;
  }

  .grid-client {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .client-item {
    opacity: 1;
  }

  .award-item {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.75fr;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    text-align: left;
  }

  .grid-footer {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-title {
    margin-top: 20px;
  }

  .grid-experience-logo {
    grid-template-columns: 1fr 1fr;
  }

  .grid-team {
    grid-template-columns: 1fr;
  }

  .grid-action-box-minimal {
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .about-create-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-create-title {
    margin-top: 20px;
    margin-left: 0;
  }

  .contact-form-wrap {
    padding: 20px;
  }

  .grid-address {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .call-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .call-item {
    margin-bottom: 10px;
  }

  .contact-badge {
    display: none;
  }

  .service-stat {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .service-stat-number.text-dark.counter {
    flex: 0 auto;
    padding-right: 23px;
  }

  .service-stat-number.text-dark.s2.counterr {
    padding-right: 20px;
  }

  .grid-service-list {
    grid-template-columns: 1fr;
  }

  .service-list-wrap {
    margin-bottom: 0;
  }

  .service-list-item {
    margin-bottom: 10px;
  }

  .service-step {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-project-info {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .team-body {
    margin-top: 20px;
  }

  .project-review {
    font-size: 22px;
  }

  .utility-page-content {
    padding: 40px 20px;
  }

  .blog-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .blog-detail-author {
    margin-bottom: 10px;
    display: flex;
  }

  .blog-divider {
    margin-top: 0;
    display: none;
  }

  .blog-meta {
    flex-direction: column;
  }

  .blog-details {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .not-found-404 {
    font-size: 100px;
  }

  .not-found-button {
    margin-top: 20px;
  }

  .section-spacing-top {
    padding-top: 50px;
  }

  .about-bottom-description {
    text-align: justify;
  }

  .action-box {
    padding: 30px;
  }

  .project-item {
    padding-top: 10px;
  }

  .menu-button {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #267ada;
  }

  .project-description {
    text-align: justify;
  }

  .marquee-copyright-text {
    font-size: 20px;
  }

  .view-project-link {
    color: #0c0cac;
    flex: 0 auto;
    padding-left: 0;
  }

  .view-project-wrapper {
    margin-top: 0;
  }

  .hero-simple-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-simple-title {
    font-size: 50px;
  }

  .grid-step {
    grid-template-columns: 1fr;
  }

  .project-list {
    padding: 30px 20px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .client-logo, .client-logo.h {
    opacity: 1;
  }

  .image-4 {
    max-width: 120%;
    display: inline-block;
  }

  .heading-3 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
  }

  .combine-heading-style-h6 {
    margin-top: 0;
  }

  .combine-team3_image {
    height: 80%;
  }

  .combine-team3_image-wrapper {
    height: 20em;
  }

  .combine-team3_item {
    width: 100%;
    height: 700px;
  }

  .combine-team3_component {
    width: 100%;
  }

  .combine-container-large {
    max-width: 100%;
  }

  .combine-padding-section-medium {
    width: 100%;
  }

  .combine-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    text-align: center;
    padding-left: 0;
  }

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

  .paragraph-2, .paragraph-3 {
    text-align: justify;
  }

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

  .paragraph-4, .paragraph-5, .paragraph-6 {
    text-align: justify;
  }

  .bold-text {
    text-align: justify;
    font-family: Chakra Petch, sans-serif;
    font-weight: 300;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .rl-heading-style-h5 {
    padding-bottom: 5px;
  }

  .rl-heading-style-h2 {
    color: #fac238;
    text-align: left;
    text-transform: capitalize;
    font-family: Chakra Petch, sans-serif;
  }

  .rl_team8_image-wrapper {
    padding-top: 66%;
  }

  .rl_team8_list {
    grid-template-columns: 1fr;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-13 {
    font-size: 50px;
  }

  .heading-14 {
    line-height: 1.5em;
    overflow: visible;
  }

  .rl-text-style-medium-2 {
    color: #fbfbfb;
  }

  .rl_layout1_component {
    grid-template-columns: 1fr;
  }

  .rl_section_layout1 {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_layout242_content {
    grid-template-columns: 1fr;
  }

  .icon-2 {
    color: #fac238;
  }

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

  .rl_menu-icon_line-bottom {
    background-color: #fac238;
    border: 1px solid #fac238;
  }

  .rl_menu-icon_line-middle {
    background-color: #fac238;
  }

  .rl_menu-icon_line-top {
    background-color: #fac238;
    border: 1px solid #fac238;
  }

  .rl_navbar1_button-secondary {
    color: #141416;
    background-color: #fac238;
    font-family: Chakra Petch, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .rl_navbar1_button-secondary:hover {
    color: #1010ec;
    font-family: Chakra Petch, sans-serif;
    font-weight: 500;
  }

  .rl_navbar1_dropdown-list.w--open {
    background-color: #d8d8d8;
    margin-left: -15px;
  }

  .rl_navbar1_dropdown-toggle {
    color: #141416;
    font-weight: 500;
  }

  .rl_navbar1_link {
    color: #141416;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
  }

  .rl_navbar1_link:hover {
    color: #267ada;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 60vh;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .rl_navbar1_menu.is-page-height-tablet.mobile {
    height: 80vh;
    padding-bottom: 1rem;
  }

  .rl_navbar1_logo {
    margin-left: 10px;
  }
}

#w-node-_62a577f8-933d-6014-7a48-40446fd3d136-0132fabe {
  align-self: end;
}

#w-node-d29e4454-a264-f28f-96da-5d518de75288-0132fabe {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_042bdfd8-8987-8d6f-565f-98ad6e01d7b6-0132fabe {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-de0172f2-f469-8375-b3f8-83cdbd909328-0132fabe {
  align-self: end;
}

#w-node-_54cf85d9-10ba-ad76-c6f4-fc1641418f94-0132fabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b903011d-5f42-a89f-cedc-1350cdc7bfb2-b832fac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b903011d-5f42-a89f-cedc-1350cdc7bfb6-b832fac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b903011d-5f42-a89f-cedc-1350cdc7bfc4-b832fac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b903011d-5f42-a89f-cedc-1350cdc7bfc8-b832fac1, #w-node-_66f38041-772a-8f96-5128-d0bb9b1536a9-dc32facd, #w-node-_45a8e719-ecbc-ec13-cb46-0ecefb65cad7-dc32facd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c18cd5c-d946-d6d8-a4b6-7d7dafc21e99-dc32facd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d09694d-694c-a95d-7cb2-eddca709ab4b-dc32facd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c18cd5c-d946-d6d8-a4b6-7d7dafc21eb3-dc32facd {
  align-self: center;
  justify-self: start;
}

#w-node-_6951bbb5-4bd6-7bc0-442d-913790840f15-dc32facd, #w-node-_48b11821-98f0-a802-1824-e8e7ebeb8702-dc32facd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c18cd5c-d946-d6d8-a4b6-7d7dafc21ec0-dc32facd {
  align-self: start;
}

#w-node-be530cd7-634e-de95-68b2-60a6f9d76837-dc32facd, #w-node-_896922f3-7857-a0fb-5ee7-17a3bc9a416e-dc32facd, #w-node-_0ca04b52-55fb-e273-ffee-c935029d5305-a532face, #w-node-_0ca04b52-55fb-e273-ffee-c935029d5305-efaa9250, #w-node-_0ca04b52-55fb-e273-ffee-c935029d5305-325bc70a, #w-node-_0ca04b52-55fb-e273-ffee-c935029d5305-077a78de, #w-node-_0ca04b52-55fb-e273-ffee-c935029d5305-393a35e0, #w-node-_0ca04b52-55fb-e273-ffee-c935029d5305-e71f43c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_8615b34b-0924-d1fa-2738-ed7536e365c6-0132fabe {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_70ec4d2c-e6c0-e920-8004-36576ad306dc-b832fac1 {
    justify-self: end;
  }

  #w-node-_3c18cd5c-d946-d6d8-a4b6-7d7dafc21e99-dc32facd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d29e4454-a264-f28f-96da-5d518de75288-0132fabe {
    grid-column-end: 4;
  }

  #w-node-_042bdfd8-8987-8d6f-565f-98ad6e01d7b6-0132fabe {
    grid-column: 3 / 4;
  }

  #w-node-de0172f2-f469-8375-b3f8-83cdbd909328-0132fabe {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-db8e7021-743c-935a-3abe-ddc27a86996d-7a869941 {
    justify-self: end;
  }

  #w-node-_3c18cd5c-d946-d6d8-a4b6-7d7dafc21eb3-dc32facd {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c18cd5c-d946-d6d8-a4b6-7d7dafc21eb3-dc32facd {
    align-self: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_236dc817-b661-fc51-1abf-6a681096d25c-0132fabe {
    justify-self: start;
  }

  #w-node-d03247a0-db4c-9fb0-788e-ef74e7ddc2e9-e7ddc2e4 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_20e7f613-e7c3-b176-3f97-53fccac3ef72-dc32facd, #w-node-b5639e89-8724-c5fe-9f56-05a7360d27a9-dc32facd {
    align-self: center;
    justify-self: start;
  }

  #w-node-_66f38041-772a-8f96-5128-d0bb9b1536a9-dc32facd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}