:root {
  --natural-color-800: #101010;
  --natural-color-100: white;
  --qns-orange: #ce5827;
  --natural-color-700: #050505;
  --natural-color-400: #3d3d3d;
  --natural-color-900: black;
}

.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: var(--natural-color-800);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.pages-wrapper {
  opacity: 1;
  overflow: hidden;
}

.navbar {
  border-bottom: 1px solid var(--natural-color-100);
  background-color: #0000;
  padding-top: 35px;
  padding-bottom: 35px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.testimonial {
  padding-left: 15px;
  padding-right: 15px;
}

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

.navbar-navigation {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-link {
  color: var(--natural-color-800);
  padding: 0;
  transition: all .3s;
}

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

.primary-button {
  background-color: var(--qns-orange);
  color: var(--natural-color-100);
  margin-top: 0;
  padding: 13px 37px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.primary-button.contact-us {
  width: 100%;
}

.primary-button.mg-left-20px {
  margin-left: 20px;
}

.primary-button.button-margin-0px {
  background-color: var(--qns-orange);
}

.button-text.error {
  display: inline;
}

.banner-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.banner-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.banner-text-wrapper {
  width: 632px;
}

.banner-mini-title-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.banner-mini-title-flex-wrap {
  z-index: 5;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner-mini-title {
  color: var(--qns-orange);
  letter-spacing: 1.44px;
  font-size: 16px;
  font-weight: 500;
}

.mini-line-wrap {
  background-color: var(--qns-orange);
  width: 50px;
  height: 1.4px;
}

.banner-star-img-wrap {
  z-index: -1;
  display: none;
  position: absolute;
  inset: -121% auto auto -7%;
}

.banner-heading-wrapper {
  margin-bottom: 13px;
  overflow: hidden;
}

.banner-section-heading {
  color: var(--natural-color-700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 82px;
}

.banner-details-wrapper {
  max-width: 584px;
  margin-bottom: 40px;
  overflow: hidden;
}

.banner-details {
  color: var(--natural-color-400);
  margin-bottom: 0;
}

.button-wrapper {
  display: flex;
  overflow: hidden;
}

.secondary-button {
  color: #050505;
  border: 1px solid #ededed;
  padding: 13px 37px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.secondary-button.mg-left-10px {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  white-space: nowrap;
  flex: none;
  align-items: center;
  margin-left: 10px;
  transition: all .3s;
  display: flex;
}

.secondary-button.mg-left-10px:hover {
  background-color: #f7f7f8;
  border-color: #f7f7f8;
}

.secondary-button.mg-left-10px.button-primary-color:hover {
  color: var(--natural-color-100);
  background-color: #e54530;
  border-color: #e54530;
}

.secondary-button.mg-left-0px {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  white-space: nowrap;
  flex: none;
  align-items: center;
  margin-left: 0;
  transition: all .3s;
  display: flex;
}

.secondary-button.mg-left-0px:hover {
  background-color: var(--qns-orange);
  color: var(--natural-color-100);
  border-color: #e54530;
}

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

.image-wrapper {
  position: relative;
  left: 60px;
  overflow: hidden;
}

.image-wrapper.absolate {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto -48px -33px;
}

.image-wrapper.request-quote, .image-wrapper.choose-us {
  left: 30px;
}

.image-wrapper.banner {
  left: 0;
}

.image-cover.banner-img {
  position: relative;
  left: 32px;
}

.banner-shape-wrapper {
  z-index: -1;
  opacity: .12;
  border: 1px solid #0000001f;
  width: 53%;
  height: 110%;
  position: absolute;
  inset: -32px 0% auto auto;
}

.inner-section {
  overflow: hidden;
}

.ticker {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.inner-ticker-image-wrap {
  margin-right: 90px;
}

.ticker-divider {
  background-color: #ededed;
  width: 100%;
  height: 1px;
}

.ticker-divider.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.ticker-divider.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.features-section {
  padding-top: 150px;
  padding-bottom: 120px;
  overflow: hidden;
}

.features-top-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.mini-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.mini-title-text {
  z-index: 2;
  color: var(--qns-orange);
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.mini-title-text-wrap {
  overflow: hidden;
}

.mini-title-star-img {
  z-index: -1;
  display: none;
  position: absolute;
  inset: -107% auto auto 46%;
}

.mini-title-star-img.recent-work {
  left: 46%;
}

.mini-title-star-img.cta {
  z-index: 1;
  right: 12%;
}

.mini-title-star-img.testimonial {
  left: 46%;
}

.features-heading-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.features-section-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.features-details-wrapper {
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.features-details {
  color: #3d3d3d;
  margin-bottom: 0;
}

.features-contant-wrapper {
  background-image: url('../images/features-slider-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 75px;
  padding-right: 90px;
}

.features-card-single-wrapper {
  text-align: center;
  width: 355px;
  margin-right: 0;
  position: relative;
}

.features-card-single-wrapper.mg-right-0px {
  margin-right: 0;
}

.features-card-icon-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
  position: relative;
}

.features-card-icon {
  flex: 0 auto;
  width: 150px;
}

.features-card-icon.diff {
  width: 110px;
}

.features-single-heading-wrap {
  margin-bottom: 12px;
}

.features-single-heading {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.features-single-details-wrap {
  max-width: 253px;
  margin-left: auto;
  margin-right: auto;
}

.features-single-details {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 16px;
}

.slide-nav {
  display: none;
}

.easy-solution-top-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.easy-solution-heading-wrapper {
  max-width: 716px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.easy-solution-heading {
  color: #050505;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.easy-solution-details-wrapper {
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.easy-solution-details {
  color: #3d3d3d;
  margin-bottom: 0;
}

.reading-button-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #050505;
  align-items: center;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.reading-button-icon {
  margin-top: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.testimonial-section {
  padding-top: 150px;
  display: none;
  overflow: hidden;
}

.testimonial-top-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-heading-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.testimonial-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.testimonial-details-wrapper {
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.testimonial-details {
  color: #3d3d3d;
  margin-bottom: 0;
}

.testimonial-slider-wrapper {
  padding-bottom: 190px;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.testimonial-slider-mask {
  max-width: 312px;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 20px;
}

.testimonial-single-wrapper {
  border: 1px solid #ededed;
  padding-top: 25px;
  padding-bottom: 36px;
  transition: all .3s;
}

.testimonial-single-wrapper:hover {
  border-color: #0000;
  box-shadow: 15px 48px 143px -10px #0000000d;
}

.testimonial-single-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonial-single-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-single-quote-wrapper {
  margin-bottom: 15px;
}

.testimonial-single-name-wrapper {
  margin-bottom: 7px;
}

.testimonial-single-name {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-single-designation {
  color: #3d3d3d;
  letter-spacing: 1.12px;
  font-size: 16px;
  line-height: 120%;
}

.testimonial-single-details-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  position: relative;
}

.testimonial-single-paragraph {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-line {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-left-arrow {
  color: var(--natural-color-900);
  border: 1px solid #ededed;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  transition: all .3s;
  display: flex;
  inset: auto auto -110px 46%;
}

.testimonial-left-arrow:hover {
  color: var(--natural-color-100);
  background-color: #e54530;
  border-color: #e54530;
}

.testimonial-right-arrow {
  color: var(--natural-color-100);
  background-color: #e54530;
  border: 1px solid #e54530;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  transition: all .3s;
  display: flex;
  inset: auto 46% -110px auto;
}

.testimonial-right-arrow:hover {
  color: var(--natural-color-100);
  background-color: #e54530;
  border-color: #e54530;
}

.request-quote-section {
  padding-bottom: 0;
}

.request-quote-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.request-quote-image-wra {
  position: relative;
}

.inner-shape {
  z-index: -1;
  border: 1px solid #0000001f;
  width: 53%;
  height: 109%;
  position: absolute;
  inset: -29px auto auto 0%;
}

.request-quote-mini-title-wrap {
  margin-bottom: 15px;
  position: relative;
}

.request-quote-mini-title-flex {
  z-index: 5;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.request-quote {
  color: #e54530;
  letter-spacing: 1.44px;
  font-size: 16px;
  font-weight: 500;
}

.request-quote-text-block {
  color: var(--qns-orange);
  letter-spacing: 1.44px;
  font-size: 16px;
  font-weight: 500;
}

.request-quote-star-img-wrap {
  z-index: -1;
  position: absolute;
  inset: -121% auto auto -7%;
}

.request-quote-star-img {
  display: none;
}

.request-quote-heading-wrapper {
  margin-bottom: 45px;
  overflow: hidden;
}

.request-quote-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.request-quote-from-block {
  margin-bottom: 0;
}

.request-quote-from {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-text-block {
  color: #050505;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.input {
  border: 1px solid #ededed;
  height: 56px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 19px;
}

.input::placeholder {
  color: #4b4b4b;
}

.submit-button {
  background-color: var(--qns-orange);
  color: var(--natural-color-100);
  width: 161px;
  padding: 13px 37px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.input-text-wrapper {
  margin-bottom: 20px;
}

.input-grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.select {
  color: #4b4b4b;
  background-color: #0000;
  border: 1px #ededed;
  width: 100%;
  height: 56px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
}

.select-wrapper {
  border: 1px solid #ededed;
  padding-left: 25px;
  padding-right: 25px;
}

.cta-section {
  background-image: url('../images/cta-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 120px;
  overflow: hidden;
}

.cta-contant-wrapper {
  text-align: center;
}

.cta-image-wrapper {
  width: 334px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cta-top-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.cta-heading-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.cta-section-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.cta-details-wrapper {
  max-width: 598px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cta-section-details {
  color: #3d3d3d;
  margin-bottom: 0;
}

.blog-section {
  padding-top: 80px;
  padding-bottom: 150px;
  display: none;
}

.blog-section.top-62px {
  padding-top: 180px;
}

.blog-mini-title-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.blog-mini-title-flex-wrapper {
  z-index: 5;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-mini-text-block {
  color: #e54530;
  letter-spacing: 1.44px;
  font-size: 16px;
  font-weight: 500;
}

.blog-mini-star-img-wrap {
  z-index: -1;
  position: absolute;
  inset: -121% auto auto -9%;
}

.blog-mini-star-img {
  display: none;
}

.blog-heading-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.blog-section-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.blog-details-wrapper {
  max-width: 457px;
  overflow: hidden;
}

.blog-section-details {
  color: #3d3d3d;
  margin-bottom: 0;
}

.blog-top-flex-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.secondary-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

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

.blog-post-single-wrapper {
  border: 1px solid #ededed;
  padding: 20px 25px 35px;
}

.blog-post-single-image-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-post-details-wrapper {
  padding-top: 35px;
  padding-bottom: 0;
}

.blog-post-date-text-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.blog-post-single-text {
  color: #3d3d3d;
  letter-spacing: .98px;
  font-size: 14px;
  line-height: 120%;
}

.blog-post-single-icon {
  color: #3d3d3d;
}

.blog-post-date-text {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
}

.blog-post-name-wrapper {
  margin-bottom: 40px;
  text-decoration: none;
}

.blog-post-name {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.footer-section {
  background-image: url('../images/services-section-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  overflow: hidden;
}

.footer-top-wrapper {
  margin-bottom: 120px;
}

.footer-grid {
  grid-column-gap: 130px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr auto auto;
}

.footer-logo-wrapper {
  margin-bottom: 32px;
  text-decoration: none;
}

.footer-single-details-wrapper {
  margin-bottom: 45px;
}

.footer-single-details {
  color: #ffffffe6;
  margin-bottom: 0;
}

.footer-newsletter-wrapper {
  display: none;
}

.newsletter-heading-wrapper {
  margin-bottom: 22px;
}

.newsletter-heading {
  color: var(--natural-color-100);
  letter-spacing: 1.62px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.newsletter-from-block {
  margin-bottom: 0;
}

.newsletter-from {
  position: relative;
}

.newsletter-submit-button {
  background-color: var(--qns-orange);
  background-image: url('../images/newsletter-right-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 56px;
  padding: 14px 18px;
  position: absolute;
  inset: 0% 40% auto auto;
}

.newsletter-input {
  color: var(--natural-color-100);
  background-color: #0000;
  border: 1px solid #ffffff1a;
  width: 347px;
  height: 56px;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 19px;
}

.newsletter-input::placeholder {
  color: var(--natural-color-100);
}

.footer-menu-title-wrapper {
  margin-bottom: 50px;
}

.footer-menu-title {
  color: var(--natural-color-100);
  letter-spacing: 3.74px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.footer-text-link {
  color: #ffffffe6;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-text-link:hover {
  color: #ffffff80;
}

.footer-text-link.mb-0px {
  margin-bottom: 0;
}

.footer-info-heading-wrap {
  margin-bottom: 50px;
}

.footer-info-heading {
  color: var(--natural-color-100);
  letter-spacing: 3.74px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.footer-info-text-wrap {
  margin-bottom: 26px;
}

.footer-info-text-wrap.width-254px {
  width: 254px;
  margin-bottom: 0;
}

.footer-info-text-block {
  color: var(--natural-color-100);
  font-size: 18px;
  line-height: 28px;
}

.footer-copy-right-text-block {
  color: #fff6;
  font-size: 16px;
  line-height: 150%;
}

.footer-bottom-flex-wrapper {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.source-link {
  color: #ce5827a6;
  font-weight: 500;
  text-decoration: none;
}

.social-media-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: none;
}

.social-media-wrapper.team-member {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.social-media-link {
  color: var(--natural-color-100);
  border: 1px solid #ffffff26;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-media-link:hover {
  color: var(--natural-color-100);
  background-color: #e54530;
  border-color: #e54530;
}

.social-media-link.team-member {
  color: #050505;
  background-color: #fcecea;
}

.social-media-link.team-member:hover {
  color: var(--natural-color-100);
  background-color: #e54530;
  border-color: #fcecea;
}

.features-card-hover-icon {
  width: 150px;
  position: absolute;
}

.features-card-hover-icon.diff {
  width: 110px;
}

.about-section {
  padding-top: 180px;
  padding-bottom: 80px;
}

.inner-top-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.inner-heading-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.inner-heading-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.inner-section-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.inner-details-wrapper {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.inner-section-details {
  color: #3d3d3d;
  margin-bottom: 0;
}

.about-us-wrapper {
  background-image: linear-gradient(#071817cc, #071817cc), url('../images/pexels-tom-fisk-2226458.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 66px;
  position: relative;
}

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

.about-heading-wrapper {
  width: 660px;
  margin-bottom: 20px;
  overflow: hidden;
}

.about-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 58px;
}

.about-details-wrapper {
  max-width: 584px;
  margin-bottom: 30px;
  overflow: hidden;
}

.about-details {
  color: var(--natural-color-100);
  margin-bottom: 0;
  font-size: 18px;
}

.inner-button-wrap {
  color: var(--natural-color-100);
  border: 1px solid #fff3;
  align-items: center;
  padding: 13px 37px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.inner-button-wrap:hover {
  background-color: var(--qns-orange);
  color: var(--natural-color-100);
  border-color: #e54530;
}

.inner-button-text {
  display: inline-block;
}

.inner-button-icon {
  margin-left: 14px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  display: inline-block;
}

.about-photo-wrapper {
  position: absolute;
  inset: 90px 66px auto auto;
}

.about-video-link-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-video-icon-wrap {
  position: absolute;
}

.about-video-icon {
  display: none;
}

.about-counter-up-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  max-width: 600px;
  padding-top: 40px;
  display: flex;
}

.counter-up-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 168px;
  display: flex;
  position: relative;
}

.counter-up-star-img {
  position: absolute;
}

.metrics {
  flex-direction: column;
  display: flex;
  position: relative;
}

.metrics.center {
  align-items: center;
}

.metrics.center._3 {
  padding-left: 30px;
}

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

.numbers-wrapper.counter-up {
  margin-bottom: 10px;
}

.numbers {
  justify-content: flex-start;
  height: 58px;
  display: flex;
  overflow: hidden;
}

.numbers.counter-up {
  height: 50px;
}

.all-numbers._1 {
  margin-right: -2px;
}

.number-text {
  color: #050505;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.number-text.counter-up {
  font-size: 40px;
  line-height: 50px;
}

.number-year-text {
  color: #050505;
  margin-left: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.number-year-text.counter-up {
  margin-left: 0;
  font-size: 40px;
  line-height: 50px;
}

.number-info-text {
  color: #050505;
  letter-spacing: 1.44px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.counter-up-divider {
  background-color: #e54530;
  width: 160px;
  height: 1px;
}

.counter-up-section {
  display: none;
}

.counter-up-wrapper {
  background-image: url('../images/counter-up-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.counter-up-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.counter-divider {
  background-color: #dfdfdf;
  width: 1px;
  height: 66px;
  position: absolute;
  inset: 17% -5% auto auto;
}

.counter-divider._2 {
  right: -25%;
}

.counter-divider._3 {
  right: -14%;
}

.choose-us-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.choose-us-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.choose-us-image-wrapper {
  position: relative;
}

.choose-us-mini-title-wrap {
  margin-bottom: 20px;
  position: relative;
}

.choose-us-mini-title-flex {
  z-index: 5;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.choose-us-text-block {
  color: var(--qns-orange);
  letter-spacing: 1.44px;
  font-size: 16px;
  font-weight: 500;
}

.choose-us-star-img-wrap {
  z-index: -1;
  display: none;
  position: absolute;
  inset: -121% auto auto -7%;
}

.choose-us-heading-wrapper {
  margin-bottom: 46px;
  overflow: hidden;
}

.choose-us-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.single-accorodion-wrap {
  border: 1px solid #ededed;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 26px 32px 0;
  display: flex;
}

.single-accorodion-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.accorodion-heading-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accorodion-title {
  color: #050505;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.accorodion-icon {
  color: #050505;
  font-size: 30px;
  line-height: 30px;
}

.accorodion-contant-wrapper {
  width: 100%;
  margin-top: 26px;
  overflow: hidden;
}

.accorodion-details {
  color: #3d3d3d;
  margin-bottom: 0;
  padding-bottom: 26px;
  font-size: 17px;
  line-height: 27px;
}

.blog-details-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.blog-details-container {
  width: 100%;
  max-width: 872px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-flex-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.blog-details-text-block, .blog-details-icon, .blog-details-date-text {
  color: #3d3d3d;
  letter-spacing: .98px;
  font-size: 14px;
  line-height: 120%;
}

.blog-details-heading-wrapper {
  overflow: hidden;
}

.blog-details-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 78px;
}

.blog-details-image-wrapper {
  margin-bottom: 55px;
  position: relative;
  overflow: hidden;
}

.blog-details-single-heading-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-details-single-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.blog-single-details-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-single-details-wrap.mg-bottom-76px {
  margin-bottom: 76px;
}

.blog-single-details-wrap.mg-bottom-26px {
  margin-bottom: 26px;
}

.blog-single-details-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.blog-single-details {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.blog-single-heading-wrapper {
  margin-bottom: 70px;
}

.blog-details-img-wrap {
  margin-bottom: 55px;
}

.blog-details-img-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.blog-details-single-img-wrap {
  position: relative;
  overflow: hidden;
}

.blog-details-single-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-details-quote-wrapper {
  text-align: center;
  background-image: url('../images/bog-details-quote-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 26px;
  padding: 66px 70px;
}

.blog-details-quote-icon-wrap {
  margin-bottom: 10px;
}

.blg-quote-details-wrap {
  max-width: 721px;
  margin-bottom: 22px;
  position: relative;
}

.blog-quote-details {
  color: #050505;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.blog-quote-info-text {
  color: #3d3d3d;
  letter-spacing: .98px;
  font-size: 14px;
  line-height: 120%;
}

.quote-divider {
  background-color: #e54530;
  width: 1px;
  height: 96px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-details-facility-wrapper {
  margin-bottom: 20px;
}

.blog-details-facility-flex-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.blog-details-facility-flex-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.blog-details-facility-dot {
  background-color: #e54530;
  width: 7px;
  height: 7px;
}

.blog-details-facility-text {
  color: #050505;
  font-size: 18px;
  line-height: 28px;
}

.integration {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.integration-section {
  padding-top: 240px;
  padding-bottom: 180px;
  overflow: hidden;
}

.integration-ticker {
  background-color: #050505;
  width: 200%;
}

.integration-ticker.one {
  background-color: var(--qns-orange);
  transform: rotate(4deg)translate(-300px, 86px);
}

.integration-ticker.two {
  display: block;
  transform: rotate(-4deg)translate(-300px, -106px);
}

.inner-integration-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.integration-title {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.integration-shape-button {
  margin-left: 24px;
  margin-right: 24px;
}

.easy-solution-section {
  padding-top: 150px;
  padding-bottom: 120px;
  display: none;
  overflow: hidden;
}

.easy-solution-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.easy-solution-single-wrapper {
  border: 1px solid #ededed;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.easy-solution-image-wrapper {
  margin-bottom: 46px;
  display: flex;
  position: relative;
}

.easy-solution-single-heading-wrap {
  margin-bottom: 15px;
}

.easy-solution-single-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.easy-solution-single-details {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.easy-solution-hover-imag-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.easy-solution-hover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.easy-solution-hover-icon {
  position: absolute;
}

.career-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

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

.career-single-wrapper {
  border: 1px solid #ededed;
  width: 100%;
  padding: 20px;
  transition: box-shadow .3s;
}

.career-single-wrapper:hover {
  border-color: #0000;
  box-shadow: 0 35px 143px #0000001a;
}

.career-single-heading-wrapper {
  margin-bottom: 12px;
}

.career-single-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.career-info-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.career-info-text {
  color: #797979;
  letter-spacing: 1.12px;
  font-size: 14px;
  line-height: 30px;
}

.career-divider {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.career-single-details-wrapper {
  width: 364px;
  margin-bottom: 40px;
}

.career-single-details {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.career-single-text-block {
  letter-spacing: -.54px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.team-member-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.team-member-collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-single-wrapper {
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-member-image-wrapper {
  position: relative;
  overflow: hidden;
}

.team-member-filter-hover {
  background-image: url('../images/team-member-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.team-member-text-wrapper {
  text-align: center;
  padding-bottom: 20px;
}

.team-member-heading {
  color: #e54530;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.team-member-info-text {
  color: var(--natural-color-100);
  font-size: 14px;
  line-height: 24px;
}

.team-member-details-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.team-details-container {
  width: 100%;
  max-width: 840px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team-member-single-details-wrap {
  text-align: center;
  border: 1px solid #ededed;
  padding: 66px 70px;
}

.team-member-details-img-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.team-details-heading-wrap {
  margin-bottom: 12px;
  overflow: hidden;
}

.team-details-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.team-details-info-wrap {
  margin-bottom: 25px;
  overflow: hidden;
}

.team-details-info {
  color: #050505;
  letter-spacing: 1.62px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.team-member-details-wrapper {
  overflow: hidden;
}

.team-member-single-details {
  color: #3d3d3d;
  margin-bottom: 0;
}

.services-section {
  padding-top: 150px;
  position: relative;
}

.services-top-wrapper {
  z-index: 1;
  text-align: center;
  margin-bottom: 60px;
}

.services-heading-wrapper {
  max-width: 716px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.services-section-heading {
  color: var(--natural-color-100);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.services-details-wrapper {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.services-section-details {
  color: #fffc;
  margin-bottom: 0;
}

.services-tabs {
  width: 100%;
  height: 100%;
}

.services-tabs.grid {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.services-tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 471px;
  padding-top: 10px;
  display: flex;
}

.services-tabs-contant {
  overflow: visible;
}

.services-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ffffff80;
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  align-items: center;
  padding: 30px 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 95%;
  display: flex;
}

.services-menu-wrapper.w--current {
  background-color: #0000;
}

.services-tab-icon {
  color: var(--natural-color-100);
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 95%;
}

.services-tab-heading {
  color: var(--natural-color-100);
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 95%;
}

.services-contant-single-wrapper {
  background-color: var(--natural-color-100);
  padding: 40px;
  box-shadow: 0 48px 143px #00000029;
}

.services-tabs-single-img-wrap {
  position: relative;
  overflow: hidden;
}

.services-tabs-contant-wrap {
  padding-top: 30px;
}

.services-tabs-heading-wrap {
  margin-bottom: 8px;
}

.services-tabs-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 50px;
}

.services-tabs-details-wrap {
  max-width: 564px;
  margin-bottom: 30px;
}

.services-tabs-details {
  color: #3d3d3d;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.work-details-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.services-details-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-details-single-wrapper {
  border: 1px solid #ededed;
  padding: 20px 50px 20px 25px;
}

.services-details-single-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

.services-details-image-wrapper {
  position: relative;
  overflow: hidden;
}

.services-details-image-wrapper.mg-bottom-16px {
  margin-bottom: 40px;
}

.services-details-info-wrap {
  margin-bottom: 15px;
}

.services-details-info-text {
  color: #3d3d3d;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 22px;
}

.services-details-name-wrapper {
  width: 310px;
  margin-bottom: 40px;
}

.services-details-name {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.know-more-button-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #050505;
  align-items: center;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.know-more-button-wrap:hover {
  color: #e54530;
}

.knoe-more-icon {
  margin-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.servives-details-section {
  padding-top: 180px;
  padding-bottom: 120px;
}

.services-details-container {
  width: 100%;
  max-width: 872px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.services-details-paragraph-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}

.services-details-paragraph {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 18px;
}

.ocean-shipping-section {
  padding-bottom: 150px;
}

.ocean-shipping-container {
  width: 100%;
  max-width: 872px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ocean-shipping-mini-title-wrap {
  margin-bottom: 15px;
  position: relative;
}

.ocean-shipping-mini-title-flex {
  z-index: 5;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ocean-shiping-text-block {
  color: #e54530;
  letter-spacing: 1.44px;
  font-size: 16px;
  font-weight: 500;
}

.ocean-shipping-star-img-wrap {
  z-index: -1;
  position: absolute;
  inset: -121% auto auto -5%;
}

.ocean-shiping-top-wrapper {
  margin-bottom: 45px;
}

.ocean-shiping-heading-wrapper {
  overflow: hidden;
}

.ocean-shipping-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.ocean-shipping-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ocean-shipping-single-wrapper {
  border: 1px solid #ededed;
  padding: 30px;
}

.ocean-shipping-single-heading-wrap {
  margin-bottom: 14px;
}

.ocean-shipping-single-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.ocean-shipping-single-details-wrap {
  width: 364px;
  margin-bottom: 32px;
}

.ocean-shipping-single-details {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.contact-expert-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #050505;
  align-items: center;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-expert-button-wrap:hover {
  color: #e54530;
}

.contact-expert-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.services-bg {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(#071817e6, #071817e6), url('../images/pexels-jimmy-chan-12999283.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  height: 880px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.style-guide-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.style-guide-container {
  width: 100%;
  max-width: 872px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-single-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.style-guide-single-wrapper.mg-bottom-0px {
  padding-bottom: 0;
}

.style-guide-title-wrapper {
  margin-bottom: 50px;
}

.style-guide-title {
  color: #e54530;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.style-guide-color-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-plate-wrapper {
  background-color: #e54530;
  width: 278px;
  height: 172px;
  position: relative;
}

.color-plate-wrapper._2 {
  background-color: #050505;
}

.color-plate-wrapper._3 {
  background-color: #f7f7f8;
}

.color-plate-wrapper._4 {
  background-color: #fcecea;
}

.color-code-wrapper {
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.color-plate-single-wrapper {
  background-color: var(--natural-color-100);
  height: 242px;
  box-shadow: 0 20px 143px #00000029;
}

.color-code-text {
  color: #050505;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.style-guide-divider {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-style-heading-wrapper {
  margin-bottom: 40px;
}

.text-style-heading {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 69px;
  font-weight: 600;
  line-height: 100%;
}

.text-style-heading.h2 {
  font-size: 60px;
}

.text-style-heading.h3 {
  font-size: 36px;
}

.text-style-heading.h4 {
  font-size: 27px;
}

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

.text-style-heading.h6 {
  font-size: 16px;
}

.typeface-singe-heading-wrap {
  margin-bottom: 18px;
}

.typeface-single-heading {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.typeface-single-info-wrap {
  margin-bottom: 8px;
}

.typeface-single-info-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.typeface-single-info {
  color: #3d3d3d;
  letter-spacing: -.9px;
  line-height: 22px;
}

.style-guide-paragraph-single-wrapper {
  margin-bottom: 34px;
}

.style-guide-paragraph-single-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.paragraph-single-heading-wrap {
  margin-bottom: 12px;
}

.paragraph-single-heading {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-details-wrap {
  max-width: 760px;
  margin-bottom: 20px;
}

.paragraph-single-details {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-single-text {
  color: #050505;
  font-size: 16px;
  line-height: 26px;
}

.style-guide-button-wrapper {
  display: flex;
}

.inner-banner-section {
  padding-top: 180px;
}

.password-section {
  padding-bottom: 150px;
}

.password-wrapper {
  text-align: center;
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

.password-border-image-wrapper {
  margin-bottom: 30px;
}

.password-card-wrapper {
  border: 1px solid #e54530;
  border-radius: 3px;
  padding: 40px 60px;
}

.password-img-wrap {
  margin-bottom: 34px;
}

.password-heading {
  color: #161616;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
}

.password-card-details-wrap {
  max-width: 482px;
  margin-bottom: 32px;
}

.password-card-details {
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.password-input {
  border: 1px solid #ededed;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 19px;
}

.password-input::placeholder {
  color: #4b4b4b;
}

.password-submit-button {
  color: var(--natural-color-100);
  background-color: #e54530;
  width: 100%;
  padding: 14px 37px;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
}

.password-border {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.error-section {
  padding-bottom: 150px;
}

.error-wrapper {
  text-align: center;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

.error-image-wrapper {
  margin-bottom: 100px;
}

.error-title-wrapper {
  margin-bottom: 22px;
}

.error-title {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}

.error-details-wrapper {
  max-width: 545px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.error-details {
  color: #3d3d3d;
}

.right-icon {
  margin-left: 12px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.right-icon.license {
  margin-top: 3px;
}

.errow-border {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.changelog-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.changelog-contant-wrapper {
  padding-top: 60px;
  position: relative;
}

.changelog-border {
  background-color: #ededed;
  width: 872px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.changelog-card-wrapper {
  border: 1px solid #ededed;
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 30px;
}

.changelog-mini-title-wrap {
  margin-bottom: 10px;
}

.changelog-mini-title {
  color: #3d3d3d;
  letter-spacing: 1.26px;
  font-size: 14px;
  font-weight: 500;
}

.changelog-card-heading-wrap {
  margin-bottom: 20px;
}

.changelog-card-heading {
  color: #050505;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.changelog-info-text {
  color: #3d3d3d;
}

.license-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.license-title-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.license-title {
  color: var(--natural-color-900);
  letter-spacing: 2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.license-details-wrapper {
  max-width: 654px;
  overflow: hidden;
}

.license-details {
  color: #3d3d3d;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.license-source-link {
  color: #e54530;
  font-weight: 500;
}

.license-top-wrapper {
  margin-bottom: 55px;
}

.license-image-contant-wrapper {
  position: relative;
  overflow: hidden;
}

.license-image-contant-wrapper.mgg-bottom-80px {
  margin-bottom: 80px;
}

.license-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.license-single-wrapper {
  border: 1px solid #ededed;
  width: 312px;
  padding: 20px;
}

.license-single-wrapper._9, .license-single-wrapper._10, .license-single-wrapper._11, .license-single-wrapper._12 {
  border-style: none;
  border-width: 0;
  padding: 0;
}

.license-icon-wrapper {
  margin-bottom: 80px;
}

.license-icon-title-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.license-icon-title {
  color: var(--natural-color-900);
  letter-spacing: 2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.license-icon-details-wrap {
  color: #3d3d3d;
  letter-spacing: -1px;
  max-width: 654px;
  margin-bottom: 32px;
  font-size: 18px;
  overflow: hidden;
}

.license-icon-details {
  margin-bottom: 0;
}

.icon-source-link {
  color: #e54530;
  font-weight: 500;
  text-decoration: none;
}

.license-icon-wrap {
  background-image: url('../images/license-icon-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 796px;
  padding: 60px 75px;
}

.license-icon-flex {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  display: flex;
}

.license-typography-title-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.license-typography-title {
  color: #161051;
  letter-spacing: 2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.license-typography-details-wrapper {
  max-width: 580px;
  margin-bottom: 40px;
  overflow: hidden;
}

.license-typography-details {
  color: #3d3d3d;
  letter-spacing: -.54px;
  margin-bottom: 0;
}

.typography-source-link {
  color: #e54530;
  font-weight: 500;
}

.contact-us-section {
  padding-top: 180px;
  padding-bottom: 150px;
}

.contact-us-info-wrapper {
  background-image: url('../images/contact-us-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1166px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 100px;
}

.contact-info-flex-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-info-wrap {
  text-align: center;
  flex: 1;
  padding-right: 62px;
}

.contact-info-wrap._2 {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding-left: 0;
  padding-right: 0;
}

.contact-icon-wrap {
  margin-bottom: 24px;
}

.contact-info-text {
  color: #050505;
  letter-spacing: 1.44px;
  font-family: Generalsans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.contact-us-card-wrapper {
  border: 1px solid #ededed;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
}

.contact-from {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact-input-wrapper {
  margin-bottom: 30px;
}

.contact-input-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.contact-input-text-wrap {
  margin-bottom: 14px;
}

.contact-input-text {
  color: #050505;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.contact-input {
  border: 1px solid #ededed;
  height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 19px;
}

.contact-input::placeholder {
  color: #4b4b4b;
}

.text-accent {
  color: #e54530;
}

.contact-input-text-wrapper {
  margin-bottom: 14px;
}

.contact-text-area {
  border: 1px solid #ededed;
  width: 100%;
  max-width: 100%;
  min-height: 354px;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 19px;
}

.contact-text-area::placeholder {
  color: #4b4b4b;
}

.animation-color-bg {
  background-color: var(--natural-color-100);
  width: 450%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  transform: skew(-60deg);
}

.animation-color-bg.bg-color {
  background-color: #f7f7f8;
}

.dropdown-wrapper {
  display: inline-block;
}

.dropdown-toggle {
  color: #3d3d3d;
  align-items: center;
  padding: 0;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #e54530;
}

.dropdown-list-wrapper {
  padding-top: 15px;
  left: -49px;
}

.dropdown-list-wrapper.w--open {
  background-color: #0000;
}

.dropdown-card {
  background-color: var(--natural-color-100);
  width: 197px;
  padding: 26px;
  overflow: hidden;
  box-shadow: 0 30px 143px #00000029;
}

.dropdown-menu-wrapper {
  color: var(--natural-color-900);
  background-image: url('../images/dropdown-icon.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.dropdown-menu-wrapper:hover {
  color: #e54530;
  background-image: url('../images/dropdown-icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dropdown-menu-wrapper._1 {
  width: 96px;
}

.dropdown-menu-wrapper._2 {
  width: 75px;
}

.dropdown-menu-wrapper._3 {
  margin-bottom: 0;
}

.menu-button {
  margin-left: 0;
}

.features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.dropdown-icon {
  margin-left: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.button-text-wrapper, .button-text-wrap {
  align-items: center;
  display: flex;
}

.absolate {
  z-index: -10;
  background-color: var(--natural-color-100);
  position: absolute;
  inset: 0%;
}

.perloader {
  z-index: 9999;
  background-color: var(--natural-color-800);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.pages-transition {
  width: 100%;
  height: 1005px;
  position: absolute;
  inset: 0%;
}

.logo-loader-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-loder {
  flex: 0 auto;
  width: 8em;
}

.features-border {
  background-color: #dee0e3;
  width: 1px;
  height: 90px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.features-contant-wrap {
  width: 293px;
  padding: 70px 20px;
  transition: box-shadow .3s;
}

.features-contant-wrap:hover {
  box-shadow: 0 48px 143px #0000001a;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.select-wrapper-copy {
  border: 1px solid #ededed;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.service-static {
  grid-column-gap: 89px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.srv-menu {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.srv-tabs-cons.also-mobile {
  display: none;
}

.srv-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.horizontal-line-service {
  color: var(--natural-color-100);
  background-color: #ffffff80;
  width: auto;
  max-width: 100%;
  height: 1px;
  margin-top: 30px;
}

.service-overview-wrapper {
  background-color: var(--natural-color-100);
  margin-top: 50px;
  padding: 40px;
  display: block;
  box-shadow: 13px 15px 15px 3px #00000026;
}

.service-pic {
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
}

.image {
  object-fit: contain;
  background-image: url('../images/license-img-8.png');
  background-position: 50% 100%;
  background-size: auto;
  max-width: 100%;
  padding-bottom: 109px;
  display: inline-block;
  position: static;
}

.srv-content-wrap {
  padding-top: 30px;
}

.srv-para-wrap {
  padding-top: 15px;
}

.service-deets-collection {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.srv-1-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-infor-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper {
  display: none;
}

.grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: grid;
}

.image-2 {
  object-fit: contain;
  min-width: 100%;
  height: 130px;
}

.about-photo-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .container.career {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-item-link.w--current {
    color: var(--qns-orange);
  }

  .primary-button.button-margin-0px {
    background-color: var(--qns-orange);
  }

  .banner-grid {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .banner-star-img, .mini-title-star-img, .request-quote-star-img-wrap, .blog-mini-star-img-wrap {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container.career {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-grid {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .integration-ticker.one {
    transform: rotate(4deg)translate(-300px, 119px);
  }

  .career-single-wrapper {
    padding: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-navigation {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-item-link {
    font-size: 24px;
  }

  .primary-button {
    margin-top: 0;
  }

  .primary-button.contact-us {
    line-height: 18px;
  }

  .banner-section {
    padding-top: 159px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .banner-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.2fr;
  }

  .banner-text-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-section-heading {
    font-size: 65px;
    line-height: 75px;
  }

  .banner-details-wrapper {
    margin-bottom: 30px;
  }

  .image-wrapper {
    text-align: center;
    margin-bottom: 30px;
    left: 0;
  }

  .image-wrapper.absolate {
    margin-bottom: 0;
    display: none;
    position: static;
    left: 0;
  }

  .image-wrapper.request-quote, .image-wrapper.choose-us {
    left: 0;
  }

  .image-cover, .image-cover.quote, .image-cover.choose-us {
    width: 100%;
  }

  .image-cover.banner-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-shape-wrapper {
    height: 103%;
    display: none;
    top: -26px;
    right: 7%;
  }

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

  .features-top-wrapper {
    margin-bottom: 20px;
  }

  .mini-title-wrapper {
    margin-bottom: 14px;
  }

  .mini-title-star-img, .mini-title-star-img.recent-work, .mini-title-star-img.testimonial {
    left: 43%;
  }

  .features-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .features-contant-wrapper {
    background-position: 50%;
    background-size: cover;
    padding: 100px 40px;
  }

  .features-card-single-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .easy-solution-top-wrapper {
    margin-bottom: 40px;
  }

  .easy-solution-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .testimonial-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .testimonial-top-wrapper {
    margin-bottom: 40px;
  }

  .testimonial-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 100px;
  }

  .testimonial-left-arrow {
    inset: auto auto -21% 42%;
  }

  .testimonial-right-arrow {
    inset: auto 42% -21% auto;
  }

  .request-quote-section {
    padding-bottom: 0;
  }

  .request-quote-grid {
    grid-template-columns: 1.2fr;
  }

  .inner-shape {
    height: 106%;
    top: -33px;
  }

  .inner-shape.choose-us {
    height: 103%;
    top: -28px;
  }

  .request-quote-mini-title-wrap {
    margin-bottom: 10px;
  }

  .request-quote-star-img-wrap {
    left: 0%;
  }

  .request-quote-heading-wrapper {
    margin-bottom: 30px;
  }

  .request-quote-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .request-quote-from {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .input {
    padding-left: 16px;
  }

  .input-text-wrapper {
    margin-bottom: 14px;
  }

  .select-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-section {
    background-position: 50%;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-image-wrapper {
    margin-bottom: 32px;
  }

  .cta-top-wrapper {
    margin-bottom: 0;
  }

  .cta-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

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

  .blog-section.top-62px {
    padding-top: 159px;
  }

  .blog-mini-star-img-wrap {
    left: 0%;
  }

  .blog-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-top-flex-wrapper {
    margin-bottom: 40px;
  }

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

  .blog-post-single-wrapper {
    width: 100%;
    padding-bottom: 24px;
  }

  .blog-post-date-text-wrapper {
    margin-bottom: 10px;
  }

  .blog-post-name-wrapper {
    margin-bottom: 16px;
  }

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

  .footer-top-wrapper {
    margin-bottom: 40px;
  }

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

  .footer-logo-wrapper.w--current, .footer-menu-title-wrapper {
    margin-bottom: 26px;
  }

  .footer-menu-title {
    font-size: 20px;
  }

  .footer-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-info-heading-wrap {
    margin-bottom: 26px;
  }

  .footer-info-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .social-media-wrapper.team-member {
    margin-bottom: 30px;
  }

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

  .inner-top-wrapper {
    margin-bottom: 40px;
  }

  .inner-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .about-us-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

  .about-heading-wrapper {
    width: 100%;
  }

  .about-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .about-photo-wrapper {
    position: static;
  }

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

  .about-counter-up-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
    padding-top: 30px;
  }

  .number-info-wrap {
    text-align: center;
  }

  .number-info-text {
    font-size: 15px;
    line-height: 25px;
  }

  .counter-up-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .counter-divider {
    right: -12%;
  }

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

  .choose-us-grid {
    grid-template-columns: 1.2fr;
  }

  .choose-us-mini-title-wrap {
    margin-bottom: 16px;
  }

  .choose-us-star-img-wrap {
    top: -50%;
    left: 0%;
  }

  .choose-us-star-img {
    width: 60px;
  }

  .choose-us-heading-wrapper {
    margin-bottom: 40px;
  }

  .choose-us-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .single-accorodion-wrap.mg-bottom-0px {
    margin-bottom: 0;
  }

  .blog-details-section {
    padding-top: 159px;
    padding-bottom: 100px;
  }

  .blog-details-flex-wrapper {
    margin-bottom: 10px;
  }

  .blog-details-heading {
    font-size: 55px;
    line-height: 65px;
  }

  .blog-details-image-wrapper {
    margin-bottom: 40px;
  }

  .blog-details-single-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-single-details-wrap.mg-bottom-76px {
    margin-bottom: 40px;
  }

  .blog-single-details-wrap.mg-bottom-26px {
    margin-bottom: 20px;
  }

  .blog-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-single-heading-wrapper, .blog-details-img-wrap {
    margin-bottom: 40px;
  }

  .blog-quote-details {
    font-size: 24px;
  }

  .blog-details-facility-flex-wrapper {
    margin-bottom: 12px;
  }

  .blog-details-facility-text {
    font-size: 17px;
    line-height: 27px;
  }

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

  .integration-ticker.one, .integration-ticker.two {
    transform: rotate(0)translate(-300px);
  }

  .easy-solution-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .easy-solution-grid {
    grid-template-columns: 1fr 1fr;
  }

  .easy-solution-image-wrapper {
    margin-bottom: 30px;
  }

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

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

  .career-single-wrapper {
    width: 100%;
  }

  .career-single-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .career-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .career-single-details-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .career-single-details {
    font-size: 16px;
  }

  .team-member-section {
    padding-top: 159px;
    padding-bottom: 100px;
  }

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

  .team-member-details-section {
    padding-top: 159px;
    padding-bottom: 100px;
  }

  .team-member-single-details-wrap {
    padding: 60px;
  }

  .team-member-details-img-wrap {
    margin-bottom: 24px;
  }

  .team-details-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .team-details-info-wrap {
    margin-bottom: 20px;
  }

  .team-details-info {
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-single-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .services-top-wrapper {
    margin-bottom: 50px;
  }

  .services-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

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

  .services-tabs-menu {
    z-index: 10;
    max-width: 100%;
    padding-top: 0;
  }

  .services-menu-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
  }

  .services-tabs-contant-wrap {
    padding-top: 24px;
  }

  .services-tabs-heading {
    font-size: 32px;
    line-height: 50px;
  }

  .services-tabs-details-wrap {
    margin-bottom: 24px;
  }

  .work-details-section {
    padding-top: 159px;
    padding-bottom: 100px;
  }

  .services-details-collection-list {
    grid-template-columns: 1fr;
  }

  .services-details-image-wrapper {
    margin-bottom: 35px;
  }

  .services-details-image-wrapper.mg-bottom-16px {
    margin-bottom: 30px;
  }

  .services-details-name-wrapper {
    margin-bottom: 20px;
  }

  .servives-details-section {
    padding-top: 159px;
    padding-bottom: 60px;
  }

  .services-details-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .ocean-shipping-section {
    padding-bottom: 100px;
  }

  .ocean-shipping-star-img-wrap {
    top: -102%;
    left: 0%;
  }

  .ocean-shipint-star-img {
    width: 80px;
  }

  .ocean-shiping-top-wrapper {
    margin-bottom: 40px;
  }

  .ocean-shipping-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .ocean-shipping-grid {
    grid-template-columns: 1fr;
  }

  .ocean-shipping-single-details-wrap {
    width: 100%;
    margin-bottom: 26px;
  }

  .contact-expert-button-wrap {
    font-size: 16px;
    line-height: 26px;
  }

  .services-bg {
    height: 100%;
  }

  .style-guide-section {
    padding-top: 159px;
    padding-bottom: 100px;
  }

  .style-guide-container {
    max-width: 100%;
  }

  .style-guide-single-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-title {
    font-size: 32px;
  }

  .style-guide-color-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .color-plate-wrapper._1, .color-plate-wrapper._2, .color-plate-wrapper._3, .color-plate-wrapper._4 {
    width: 100%;
  }

  .color-code-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .color-plate-single-wrapper {
    height: 100%;
  }

  .color-code-text {
    font-size: 22px;
  }

  .text-style-heading-wrapper {
    margin-bottom: 30px;
  }

  .text-style-heading-wrapper.mg-bottom-0px {
    margin-bottom: 0;
  }

  .text-style-heading.h1 {
    font-size: 60px;
  }

  .text-style-heading.h2 {
    font-size: 50px;
  }

  .text-style-heading.h3 {
    font-size: 32px;
  }

  .text-style-heading.h4 {
    font-size: 24px;
  }

  .text-style-heading.h5 {
    font-size: 18px;
  }

  .text-style-heading.h6 {
    font-size: 15px;
  }

  .typeface-single-heading, .paragraph-single-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-details-wrap {
    max-width: 100%;
  }

  .paragraph-single-details, .paragraph-single-text {
    font-size: 15px;
    line-height: 25px;
  }

  .inner-banner-section {
    padding-top: 159px;
  }

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

  .password-card-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .password-img-wrap {
    margin-bottom: 26px;
  }

  .password-heading {
    font-size: 32px;
    line-height: 50px;
  }

  .password-card-details-wrap {
    margin-left: auto;
    margin-right: auto;
  }

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

  .error-wrapper {
    padding-top: 50px;
  }

  .error-image-wrapper {
    margin-bottom: 50px;
  }

  .error-title-wrapper {
    margin-bottom: 20px;
  }

  .error-title {
    font-size: 30px;
  }

  .error-details-wrapper {
    margin-bottom: 30px;
  }

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

  .changelog-contant-wrapper {
    padding-top: 50px;
  }

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

  .license-title {
    font-size: 22px;
    line-height: 32px;
  }

  .license-top-wrapper {
    margin-bottom: 40px;
  }

  .license-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .license-single-wrapper._9, .license-single-wrapper._10, .license-single-wrapper._11, .license-single-wrapper._12, .license-single-wrapper._1, .license-single-wrapper._2, .license-single-wrapper._3, .license-single-wrapper._4, .license-single-wrapper._5, .license-single-wrapper._6, .license-single-wrapper._7, .license-single-wrapper._8 {
    width: 100%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .license-typography-title {
    color: var(--natural-color-900);
  }

  .contact-us-section {
    padding-top: 159px;
    padding-bottom: 100px;
  }

  .contact-us-info-wrapper {
    margin-bottom: 40px;
    padding: 60px 20px;
  }

  .contact-info-wrap._2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .contact-info-text {
    line-height: 26px;
  }

  .contact-us-card-wrapper {
    padding: 30px;
  }

  .contact-input-wrapper {
    margin-bottom: 20px;
  }

  .contact-input-text {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-input {
    height: 48px;
    font-size: 15px;
    line-height: 18px;
  }

  .contact-text-area {
    min-height: 315px;
  }

  .button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .button-wrap.cta-btn.center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .dropdown-toggle {
    font-size: 24px;
  }

  .menu-button {
    background-color: var(--qns-orange);
    color: var(--natural-color-100);
    width: 53px;
    min-width: 53px;
    height: 53px;
    min-height: 53px;
    margin-left: 20px;
    padding: 0;
    transition: all .3s;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: var(--natural-color-100);
    background-color: #e54530;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hamburger-menu-bar {
    background-color: var(--natural-color-100);
    width: 24px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: var(--natural-color-100);
    padding: 20px 15px 40px;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .features-border {
    right: 2%;
  }

  .features-border.hide {
    display: none;
  }

  .features-contant-wrap {
    margin-right: 45px;
    padding: 40px 0;
  }

  .select-wrapper-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .srv-tabs-cons {
    display: none;
  }

  .srv-tabs-cons.also-mobile {
    display: block;
  }

  .horizontal-line-service {
    max-width: 100%;
  }

  .service-pic {
    position: static;
  }

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

  .srv-1-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-bottom: 20px;
  }

  .navbar-logo {
    width: 70px;
  }

  .navbar-navigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-item-link {
    font-size: 20px;
    line-height: 20px;
  }

  .primary-button {
    text-align: center;
    margin-bottom: 20px;
    padding: 9px 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .primary-button.services {
    text-align: center;
    width: 60%;
    margin-bottom: 0;
  }

  .primary-button.error {
    margin-bottom: 0;
  }

  .primary-button.contact-us {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .primary-button.cta {
    width: 60%;
  }

  .primary-button.mg-bottom-0px, .primary-button.button-margin-0px {
    margin-bottom: 0;
  }

  .banner-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .banner-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-mini-title-wrapper {
    margin-bottom: 10px;
  }

  .banner-star-img-wrap {
    top: -80%;
  }

  .banner-star-img {
    width: 70px;
  }

  .banner-heading-wrapper {
    margin-bottom: 10px;
  }

  .banner-section-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-details-wrapper {
    max-width: 100%;
  }

  .button-wrapper {
    flex-direction: column;
    width: 60%;
  }

  .secondary-button.mg-left-10px {
    justify-content: center;
    margin-left: 0;
    padding: 9px 20px;
  }

  .secondary-button.mg-left-10px.button-primary-color {
    width: 60%;
  }

  .secondary-button.mg-left-0px {
    padding: 9px 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .image-wrapper {
    left: 0;
  }

  .image-wrapper.absolate {
    display: none;
  }

  .image-wrapper.banner {
    position: static;
  }

  .image-cover {
    width: 100%;
  }

  .image-cover.banner-img {
    width: 100%;
    left: 0;
  }

  .banner-shape-wrapper {
    height: 107%;
    top: -20px;
    right: 5%;
  }

  .ticker {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inner-ticker-image-wrap {
    margin-right: 60px;
  }

  .inner-ticker-img {
    width: 100px;
  }

  .features-section {
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .features-top-wrapper {
    margin-bottom: 20px;
  }

  .mini-title-wrapper {
    margin-bottom: 10px;
  }

  .mini-title-text {
    font-size: 14px;
    line-height: 30px;
  }

  .mini-title-star-img {
    width: 75px;
    top: -79%;
    left: 41%;
  }

  .mini-title-star-img.recent-work, .mini-title-star-img.testimonial {
    left: 39%;
  }

  .features-heading-wrapper {
    margin-bottom: 14px;
  }

  .features-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .features-details-wrapper {
    max-width: 100%;
  }

  .features-details {
    font-size: 16px;
    line-height: 26px;
  }

  .features-contant-wrapper {
    padding: 80px 20px;
  }

  .features-single-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .features-single-details-wrap {
    max-width: 100%;
  }

  .easy-solution-top-wrapper {
    margin-bottom: 30px;
  }

  .easy-solution-heading-wrapper {
    max-width: 100%;
    margin-bottom: 14px;
  }

  .easy-solution-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .easy-solution-details {
    font-size: 16px;
    line-height: 26px;
  }

  .reading-button-wrap {
    font-size: 15px;
    line-height: 25px;
  }

  .reading-button-icon {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-section {
    padding-bottom: 10px;
  }

  .testimonial-top-wrapper {
    margin-bottom: 30px;
  }

  .testimonial-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .testimonial-details {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 170px;
  }

  .testimonial-single-wrapper {
    padding-bottom: 30px;
  }

  .testimonial-single-name {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-single-designation {
    font-size: 15px;
  }

  .testimonial-single-details-wrapper {
    padding-top: 30px;
  }

  .testimonial-left-arrow {
    inset: auto auto -22% 38%;
  }

  .testimonial-right-arrow {
    inset: auto 38% -22% auto;
  }

  .request-quote-section {
    padding-bottom: 0;
  }

  .inner-shape {
    height: 107%;
    top: -20px;
    left: 2%;
  }

  .inner-shape.choose-us {
    top: -24px;
  }

  .request-quote-text-block {
    font-size: 15px;
  }

  .request-quote-heading-wrapper {
    margin-bottom: 20px;
  }

  .request-quote-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .input-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .input {
    height: 42px;
    padding-left: 10px;
    font-size: 14px;
  }

  .submit-button {
    padding: 9px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }

  .input-grid-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .select {
    height: 42px;
    min-height: 42px;
    font-size: 14px;
  }

  .select-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cta-section-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .cta-details-wrapper {
    margin-bottom: 24px;
  }

  .cta-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section.top-62px {
    padding-top: 135px;
  }

  .blog-mini-star-img-wrap {
    width: 84px;
    top: -111%;
    left: -9%;
  }

  .blog-top-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-details-wrapper {
    margin-bottom: 30px;
  }

  .blog-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-top-flex-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .secondary-button-icon {
    font-size: 14px;
    line-height: 24px;
  }

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

  .blog-post-single-wrapper {
    padding: 20px;
  }

  .blog-post-single-img {
    width: 100%;
  }

  .blog-post-details-wrapper {
    padding-top: 24px;
  }

  .blog-post-name-wrapper {
    margin-bottom: 10px;
  }

  .blog-post-name {
    font-size: 19px;
    line-height: 28px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .footer-top-wrapper {
    margin-bottom: 20px;
  }

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

  .footer-logo-wrapper.w--current {
    margin-bottom: 22px;
  }

  .footer-logo {
    width: 90px;
  }

  .footer-single-details-wrapper {
    margin-bottom: 30px;
  }

  .footer-single-details {
    font-size: 17px;
    line-height: 27px;
  }

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

  .newsletter-input {
    font-size: 15px;
    line-height: 18px;
  }

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

  .footer-menu-title {
    font-size: 16px;
  }

  .footer-info-heading-wrap {
    margin-bottom: 22px;
  }

  .footer-info-heading {
    font-size: 18px;
  }

  .footer-copy-right-wrapper {
    margin-bottom: 24px;
  }

  .footer-bottom-flex-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .social-media-wrapper.team-member {
    margin-bottom: 24px;
  }

  .about-section {
    padding-top: 135px;
    padding-bottom: 30px;
  }

  .inner-top-wrapper, .inner-heading-wrapper {
    margin-bottom: 10px;
  }

  .inner-section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .inner-details-wrapper {
    max-width: 100%;
  }

  .inner-section-details {
    font-size: 15px;
    line-height: 25px;
  }

  .about-us-wrapper {
    padding: 60px 20px 80px;
  }

  .about-heading-wrapper {
    width: 100%;
    margin-bottom: 18px;
  }

  .about-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .about-details-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-details {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-button-wrap {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
    line-height: 25px;
  }

  .about-counter-up-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .counter-up-circle-img {
    width: 99px;
  }

  .counter-up-star-img {
    width: 20px;
  }

  .metrics.center._3 {
    padding-left: 0;
  }

  .numbers-wrapper.counter-up {
    margin-bottom: 6px;
  }

  .numbers {
    height: 48px;
  }

  .number-text {
    font-size: 40px;
    line-height: 48px;
  }

  .number-year-text {
    font-size: 32px;
    line-height: 40px;
  }

  .number-info-text {
    font-size: 13px;
    line-height: 23px;
  }

  .counter-up-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .counter-up-grid {
    grid-template-columns: 1fr 1fr;
  }

  .counter-divider {
    right: -6%;
  }

  .counter-divider._2 {
    display: none;
  }

  .counter-divider._3 {
    right: -6%;
  }

  .choose-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .choose-us-mini-title-wrap {
    margin-bottom: 10px;
  }

  .choose-us-star-img-wrap {
    top: -87%;
    left: 1%;
  }

  .choose-us-star-img {
    width: 70px;
  }

  .choose-us-heading-wrapper {
    margin-bottom: 26px;
  }

  .choose-us-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .single-accorodion-wrap {
    margin-bottom: 16px;
    padding: 16px 16px 0;
  }

  .accorodion-title {
    font-size: 20px;
    line-height: 25px;
  }

  .accorodion-contant-wrapper {
    margin-top: 16px;
  }

  .accorodion-details {
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .blog-details-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-details-image-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-single-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-single-heading-wrapper {
    margin-bottom: 35px;
  }

  .blog-details-img-wrap {
    margin-bottom: 30px;
  }

  .blog-details-quote-wrapper {
    margin-bottom: 0;
    padding: 60px 40px;
  }

  .blg-quote-details-wrap {
    margin-bottom: 20px;
  }

  .blog-quote-details {
    font-size: 20px;
    line-height: 30px;
  }

  .quote-divider {
    height: 100%;
  }

  .blog-details-facility-text {
    font-size: 16px;
    line-height: 26px;
  }

  .integration {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .integration-ticker.one, .integration-ticker.two {
    display: none;
  }

  .integration-title {
    font-size: 16px;
  }

  .integration-shape-button {
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .integration-shape-button.star {
    width: 34px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .easy-solution-section {
    padding-top: 80px;
  }

  .easy-solution-grid {
    grid-template-columns: 1fr;
  }

  .easy-solution-single-wrapper {
    padding: 24px;
  }

  .easy-solution-img {
    width: 70px;
  }

  .easy-solution-single-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .easy-solution-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .easy-solution-hover-icon {
    width: 70px;
  }

  .career-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .career-single-wrapper {
    padding: 24px;
  }

  .career-single-heading-wrapper {
    margin-bottom: 10px;
  }

  .career-single-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .career-info-icon {
    width: 22px;
  }

  .career-info-text {
    font-size: 13px;
  }

  .career-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .career-single-details-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .career-single-details {
    font-size: 15px;
    line-height: 25px;
  }

  .career-single-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

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

  .team-member-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .team-member-details-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .team-member-single-details-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-details-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .team-details-info {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-single-details {
    font-size: 15px;
    line-height: 25px;
  }

  .services-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-top-wrapper {
    margin-bottom: 30px;
  }

  .services-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .services-details-wrapper {
    max-width: 100%;
  }

  .services-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .services-tabs.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-menu-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-tab-icon {
    font-size: 22px;
  }

  .services-tab-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .services-contant-single-wrapper {
    padding: 20px;
  }

  .services-tabs-contant-wrap {
    padding-top: 20px;
  }

  .services-tabs-heading-wrap {
    margin-bottom: 10px;
  }

  .services-tabs-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .services-tabs-details {
    font-size: 15px;
    line-height: 25px;
  }

  .work-details-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .services-details-single-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-details-single-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.4fr;
  }

  .services-details-image-wrapper {
    margin-bottom: 0;
  }

  .services-details-image-wrapper.mg-bottom-16px {
    margin-bottom: 16px;
  }

  .services-details-single-img {
    width: 100%;
  }

  .services-details-info-wrap {
    margin-bottom: 13px;
  }

  .services-details-info-text {
    font-size: 14px;
  }

  .services-details-name-wrapper {
    margin-bottom: 10px;
  }

  .services-details-name {
    font-size: 22px;
    line-height: 32px;
  }

  .know-more-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .knoe-more-icon {
    font-size: 14px;
  }

  .servives-details-section {
    padding-top: 135px;
    padding-bottom: 40px;
  }

  .services-details-paragraph-wrap {
    margin-bottom: 26px;
  }

  .services-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .ocean-shipping-section {
    padding-bottom: 80px;
  }

  .ocean-shiping-top-wrapper {
    margin-bottom: 35px;
  }

  .ocean-shipping-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .ocean-shipping-single-details-wrap {
    margin-bottom: 20px;
  }

  .ocean-shipping-single-details {
    font-size: 15px;
    line-height: 25px;
  }

  .style-guide-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .style-guide-single-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 24px;
  }

  .style-guide-title {
    font-size: 28px;
  }

  .color-code-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-style-heading-wrapper {
    margin-bottom: 25px;
  }

  .text-style-heading.h1 {
    font-size: 50px;
  }

  .text-style-heading.h2 {
    font-size: 40px;
  }

  .text-style-heading.h3 {
    font-size: 28px;
  }

  .text-style-heading.h4 {
    font-size: 22px;
  }

  .typeface-singe-heading-wrap {
    margin-bottom: 16px;
  }

  .style-guide-button-wrapper {
    flex-direction: column;
    width: 60%;
  }

  .inner-banner-section {
    padding-top: 135px;
  }

  .password-section {
    padding-bottom: 80px;
  }

  .password-input {
    height: 52px;
  }

  .password-submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .error-section {
    padding-bottom: 80px;
  }

  .error-image-wrapper {
    margin-bottom: 30px;
  }

  .error-img {
    width: 160px;
  }

  .error-title {
    font-size: 28px;
  }

  .error-details {
    font-size: 16px;
    line-height: 26px;
  }

  .changelog-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .changelog-contant-wrapper {
    padding-top: 40px;
  }

  .changelog-card-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .license-section {
    padding-top: 135px;
    padding-bottom: 20px;
  }

  .license-title {
    font-size: 22px;
    line-height: 32px;
  }

  .license-details {
    font-size: 16px;
    line-height: 26px;
  }

  .license-top-wrapper {
    margin-bottom: 35px;
  }

  .license-image-contant-wrapper.mgg-bottom-80px {
    margin-bottom: 40px;
  }

  .license-image-grid {
    grid-template-columns: 1fr;
  }

  .license-single-wrapper._9, .license-single-wrapper._10, .license-single-wrapper._11, .license-single-wrapper._12, .license-single-wrapper._1, .license-single-wrapper._2, .license-single-wrapper._3, .license-single-wrapper._4, .license-single-wrapper._5, .license-single-wrapper._6, .license-single-wrapper._7, .license-single-wrapper._8 {
    width: 100%;
  }

  .license-icon-wrapper {
    margin-bottom: 40px;
  }

  .license-icon-wrap {
    padding: 50px 40px;
  }

  .license-icon-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .license-icon {
    width: 40px;
  }

  .license-typography-title-wrapper {
    margin-bottom: 18px;
  }

  .license-typography-title {
    font-size: 22px;
    line-height: 30px;
  }

  .license-typography-details-wrapper {
    margin-bottom: 30px;
  }

  .license-typography-details {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-us-section {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .contact-us-info-wrapper {
    margin-bottom: 30px;
  }

  .contact-info-flex-wrapper {
    flex-direction: column;
  }

  .contact-info-wrap {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .contact-info-wrap._2 {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info-wrap.mg-bottom-0px {
    margin-bottom: 0;
  }

  .contact-icon-wrap {
    margin-bottom: 16px;
  }

  .contact-icon {
    width: 30px;
  }

  .contact-info-text {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-us-card-wrapper {
    padding: 24px;
  }

  .contact-from-block {
    margin-bottom: 0;
  }

  .contact-from {
    grid-template-columns: 1fr;
  }

  .contact-input-text {
    font-size: 15px;
    line-height: 26px;
  }

  .contact-input {
    height: 44px;
    font-size: 14px;
    line-height: 17px;
  }

  .contact-text-area {
    min-height: 220px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .button-wrap {
    margin-bottom: 24px;
  }

  .dropdown-toggle {
    font-size: 20px;
    line-height: 20px;
  }

  .dropdown-list-wrapper.w--open {
    position: static;
    left: 0;
  }

  .menu-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .nav-menu-wrapper {
    padding-bottom: 40px;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .features-border {
    display: none;
  }

  .features-contant-wrap {
    width: 100%;
    padding: 30px;
  }

  .select-wrapper-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .srv-1-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .navbar-logo-wrapper, .navbar-logo-wrapper.w--current {
    padding-left: 0;
  }

  .navbar-logo {
    width: 70px;
    margin-left: 20px;
  }

  .navbar-navigation {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-item-link {
    font-size: 16px;
    line-height: 16px;
  }

  .primary-button {
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 21px;
  }

  .primary-button.services {
    width: 60%;
    font-size: 13px;
    line-height: 23px;
  }

  .primary-button.error {
    font-size: 14px;
    line-height: 24px;
  }

  .primary-button.cta {
    width: 60%;
    margin-bottom: 0;
  }

  .primary-button.mg-bottom-0px {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .primary-button.mg-left-20px.mg-bottom-0px {
    margin-left: 0;
    line-height: 13px;
  }

  .primary-button.button-margin-0px {
    margin-bottom: 0;
  }

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

  .banner-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-mini-title {
    font-size: 14px;
    line-height: 24px;
  }

  .mini-line-wrap {
    display: none;
  }

  .banner-star-img-wrap {
    top: -105%;
  }

  .banner-star-img {
    width: 75px;
  }

  .banner-heading-wrapper {
    max-width: 336px;
  }

  .banner-section-heading {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .banner-details-wrapper {
    margin-bottom: 24px;
  }

  .banner-details {
    font-size: 13px;
    line-height: 23px;
  }

  .button-wrapper {
    width: 60%;
  }

  .secondary-button.mg-left-10px {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 21px;
  }

  .secondary-button.mg-left-10px.style-guide {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 13px;
    line-height: 23px;
  }

  .secondary-button.mg-left-0px {
    padding: 8px 20px;
    font-size: 13px;
    line-height: 23px;
  }

  .image-wrapper {
    margin-bottom: 20px;
  }

  .image-wrapper.absolate {
    position: static;
  }

  .image-cover, .image-cover.banner-img {
    width: 100%;
  }

  .banner-shape-wrapper {
    display: none;
    top: -24px;
    right: 2%;
  }

  .inner-ticker-image-wrap {
    margin-right: 40px;
  }

  .inner-ticker-img {
    width: 90px;
  }

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

  .mini-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 8px;
  }

  .mini-title-text {
    font-size: 14px;
    line-height: 20px;
  }

  .mini-title-star-img {
    width: 55px;
    top: -85%;
    left: 41%;
  }

  .mini-title-star-img.recent-work {
    top: -34%;
    left: 38%;
  }

  .mini-title-star-img.cta {
    top: -118%;
  }

  .mini-title-star-img.testimonial {
    top: -118%;
    left: 38%;
  }

  .features-section-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .features-details {
    font-size: 13px;
    line-height: 23px;
  }

  .features-contant-wrapper {
    padding: 60px 0;
  }

  .features-card-single-wrapper {
    padding: 0 16px;
  }

  .features-card-icon-wrap {
    margin-bottom: 10px;
  }

  .features-card-icon {
    width: 150px;
  }

  .features-single-heading-wrap {
    margin-bottom: 10px;
  }

  .features-single-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .features-single-details {
    font-size: 13px;
    line-height: 23px;
  }

  .easy-solution-top-wrapper {
    margin-bottom: 24px;
  }

  .easy-solution-heading-wrapper {
    margin-bottom: 12px;
  }

  .easy-solution-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .easy-solution-details {
    font-size: 13px;
    line-height: 23px;
  }

  .reading-button-wrap {
    font-size: 14px;
    line-height: 24px;
  }

  .reading-button-icon {
    font-size: 13px;
    line-height: 23px;
  }

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

  .testimonial-top-wrapper {
    margin-bottom: 24px;
  }

  .testimonial-heading-wrapper {
    margin-bottom: 10px;
  }

  .testimonial-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-details {
    font-size: 13px;
    line-height: 23px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 130px;
  }

  .testimonial-single-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .testimonial-single-quote-wrapper {
    margin-bottom: 10px;
  }

  .testimonial-single-quote {
    width: 32px;
  }

  .testimonial-single-name {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-single-designation {
    font-size: 12px;
  }

  .testimonial-single-details-wrapper {
    padding-top: 16px;
  }

  .testimonial-single-paragraph {
    font-size: 13px;
    line-height: 23px;
  }

  .testimonial-left-arrow {
    inset: auto auto -22% 33%;
  }

  .testimonial-right-arrow {
    inset: auto 33% -22% auto;
  }

  .request-quote-section {
    padding-bottom: 60px;
  }

  .request-quote-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .inner-shape {
    height: 110%;
    top: -18px;
    left: 3%;
  }

  .inner-shape.choose-us {
    top: -15px;
  }

  .request-quote-text-block {
    line-height: 25px;
  }

  .request-quote-star-img-wrap {
    top: -98%;
  }

  .request-quote-star-img {
    width: 75px;
  }

  .request-quote-heading-wrapper {
    margin-bottom: 14px;
  }

  .request-quote-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .request-quote-from {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .input {
    height: 40px;
    font-size: 13px;
    line-height: 18px;
  }

  .submit-button {
    width: 60%;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .input-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .select {
    height: 40px;
    min-height: 40px;
    font-size: 13px;
    line-height: 18px;
  }

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

  .cta-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .cta-heading-wrapper {
    margin-bottom: 10px;
  }

  .cta-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-section-details {
    font-size: 13px;
    line-height: 23px;
  }

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

  .blog-section.top-62px {
    padding-top: 100px;
  }

  .blog-mini-text-block {
    font-size: 14px;
    line-height: 26px;
  }

  .blog-mini-star-img-wrap {
    width: 70px;
    top: -82%;
  }

  .blog-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-wrapper {
    margin-bottom: 24px;
  }

  .blog-section-details {
    font-size: 13px;
    line-height: 23px;
  }

  .secondary-button-icon {
    font-size: 12px;
    line-height: 23px;
  }

  .blog-post-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-post-single-wrapper {
    padding: 14px;
  }

  .blog-post-date-text-wrapper {
    margin-bottom: 0;
  }

  .blog-post-single-text {
    font-size: 12px;
  }

  .blog-post-single-icon {
    font-size: 14px;
  }

  .blog-post-date-text {
    font-size: 12px;
  }

  .blog-post-name-wrapper {
    margin-bottom: 6px;
  }

  .blog-post-name {
    font-size: 17px;
    line-height: 27px;
  }

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

  .footer-top-wrapper {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .footer-logo-wrapper {
    margin-bottom: 16px;
  }

  .footer-logo-wrapper.w--current {
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 80px;
  }

  .footer-single-details-wrapper {
    margin-bottom: 16px;
  }

  .footer-single-details {
    font-size: 13px;
    line-height: 23px;
  }

  .newsletter-heading-wrapper {
    margin-bottom: 20px;
  }

  .newsletter-heading {
    font-size: 14px;
    line-height: 20px;
  }

  .newsletter-from-block {
    margin-bottom: 0;
  }

  .newsletter-submit-button {
    width: 51px;
    padding-top: 11px;
    padding-bottom: 11px;
    right: 0%;
  }

  .newsletter-input {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding-left: 16px;
    font-size: 12px;
    line-height: 12px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 16px;
  }

  .footer-menu-title {
    font-size: 15px;
  }

  .footer-text-link {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .footer-text-link.w--current {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-text-link.mb-0px {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-info-heading-wrap {
    margin-bottom: 16px;
  }

  .footer-info-heading {
    font-size: 15px;
  }

  .footer-info-text-wrap {
    margin-bottom: 20px;
  }

  .footer-info-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-copy-right-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-copy-right-text-block {
    font-size: 13px;
    line-height: 23px;
  }

  .social-media-wrapper.team-member {
    margin-bottom: 16px;
  }

  .features-card-hover-icon {
    width: 150px;
  }

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

  .inner-top-wrapper {
    margin-bottom: 20px;
  }

  .inner-heading-wrapper {
    margin-bottom: 6px;
  }

  .inner-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .inner-section-details {
    font-size: 13px;
    line-height: 23px;
  }

  .about-us-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-us-text-wrapper {
    text-align: center;
  }

  .about-heading-wrapper {
    margin-bottom: 10px;
  }

  .about-heading {
    font-size: 19px;
    line-height: 27px;
  }

  .about-details-wrapper {
    margin-bottom: 16px;
  }

  .about-details {
    font-size: 13px;
    line-height: 23px;
  }

  .inner-button-wrap {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .inner-button-icon {
    font-size: 13px;
    line-height: 19px;
  }

  .about-video-icon {
    width: 65px;
  }

  .about-counter-up-wrapper {
    flex-direction: column;
  }

  .counter-up-circle-img {
    width: 90px;
  }

  .counter-up-star-img {
    width: 20px;
  }

  .numbers-wrapper.counter-up {
    margin-bottom: 0;
  }

  .numbers, .numbers.counter-up {
    height: 38px;
  }

  .number-text, .number-text.counter-up {
    font-size: 30px;
    line-height: 38px;
  }

  .number-year-text {
    font-size: 24px;
    line-height: 34px;
  }

  .number-year-text.counter-up {
    font-size: 30px;
  }

  .number-info-text {
    font-size: 12px;
  }

  .counter-up-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .counter-up-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .choose-us-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .choose-us-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .choose-us-mini-title-wrap {
    margin-bottom: 16px;
  }

  .choose-us-star-img-wrap {
    top: -75%;
    left: 0%;
  }

  .choose-us-star-img {
    width: 60px;
  }

  .choose-us-heading-wrapper {
    margin-bottom: 20px;
  }

  .choose-us-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .single-accorodion-wrap {
    padding: 10px 10px 0;
  }

  .accorodion-title {
    font-size: 15px;
    line-height: 20px;
  }

  .accorodion-icon {
    font-size: 26px;
    line-height: 26px;
  }

  .accorodion-contant-wrapper {
    margin-top: 10px;
  }

  .accorodion-details {
    padding-bottom: 16px;
    font-size: 13px;
    line-height: 23px;
  }

  .blog-details-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .blog-details-text-block, .blog-details-date-text {
    font-size: 13px;
  }

  .blog-details-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-details-image-wrapper {
    margin-bottom: 24px;
  }

  .blog-details-single-heading-wrap {
    margin-bottom: 15px;
  }

  .blog-details-single-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-single-details-wrap.mg-bottom-76px {
    margin-bottom: 20px;
  }

  .blog-single-details-wrap.mg-bottom-26px {
    margin-bottom: 0;
  }

  .blog-single-details {
    font-size: 13px;
    line-height: 23px;
  }

  .blog-single-heading-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-img-wrap {
    margin-bottom: 24px;
  }

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

  .blog-details-quote-wrapper {
    padding: 30px 14px;
  }

  .blog-details-quote-icon {
    width: 30px;
  }

  .blg-quote-details-wrap {
    max-width: 100%;
  }

  .blog-quote-details {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-quote-info-text {
    font-size: 12px;
  }

  .quote-divider {
    display: none;
  }

  .blog-details-facility-wrapper {
    margin-bottom: 12px;
  }

  .blog-details-facility-flex-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .blog-details-facility-dot {
    width: 5px;
    height: 5px;
  }

  .blog-details-facility-text {
    font-size: 12px;
    line-height: 22px;
  }

  .integration {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .integration-title {
    font-size: 15px;
  }

  .integration-shape-button {
    width: 40px;
  }

  .integration-shape-button.star {
    width: 26px;
  }

  .easy-solution-section {
    padding-top: 60px;
  }

  .easy-solution-single-wrapper {
    padding: 16px;
  }

  .easy-solution-image-wrapper {
    margin-bottom: 24px;
  }

  .easy-solution-img {
    width: 55px;
  }

  .easy-solution-single-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .easy-solution-single-details {
    font-size: 13px;
    line-height: 23px;
  }

  .easy-solution-hover-icon {
    width: 55px;
  }

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

  .career-single-wrapper {
    padding: 13px;
  }

  .career-single-heading-wrapper {
    margin-bottom: 10px;
  }

  .career-single-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .career-info-icon {
    width: 20px;
  }

  .career-info-text {
    font-size: 12px;
    line-height: 20px;
  }

  .career-divider {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .career-single-details-wrapper {
    margin-bottom: 25px;
  }

  .career-single-details {
    font-size: 13px;
    line-height: 23px;
  }

  .career-single-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .team-member-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .team-member-contant-wrapper {
    text-align: center;
  }

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

  .team-member-details-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .team-member-single-details-wrap {
    padding: 14px 4px 14px 14px;
  }

  .team-member-details-img {
    width: 120px;
  }

  .team-details-heading-wrap {
    margin-bottom: 6px;
  }

  .team-details-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .team-details-info-wrap {
    margin-bottom: 16px;
  }

  .team-details-info {
    font-size: 12px;
    line-height: 22px;
  }

  .team-member-single-details {
    font-size: 13px;
    line-height: 23px;
  }

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

  .services-top-wrapper {
    margin-bottom: 30px;
  }

  .services-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .services-section-details {
    font-size: 14px;
    line-height: 24px;
  }

  .services-menu-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-tab-icon {
    font-size: 17px;
  }

  .services-tab-heading {
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
  }

  .services-contant-single-wrapper {
    padding: 16px;
  }

  .services-tabs-contant-wrap {
    padding-top: 16px;
  }

  .services-tabs-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .services-tabs-details-wrap {
    max-width: 100%;
  }

  .services-tabs-details {
    font-size: 13px;
    line-height: 23px;
  }

  .work-details-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .services-details-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-details-single-wrapper {
    padding: 13px;
  }

  .services-details-single-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-details-image-wrapper {
    margin-bottom: 0;
  }

  .services-details-image-wrapper.mg-bottom-16px {
    margin-bottom: 16px;
  }

  .services-details-single-img {
    width: 100%;
  }

  .services-details-info-wrap {
    margin-bottom: 6px;
  }

  .services-details-info-text {
    font-size: 13px;
  }

  .services-details-name-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .services-details-name {
    font-size: 18px;
    line-height: 28px;
  }

  .know-more-button-wrap {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    font-size: 14px;
    line-height: 24px;
  }

  .knoe-more-icon {
    font-size: 13px;
    line-height: 24px;
  }

  .servives-details-section {
    padding-top: 100px;
  }

  .services-details-paragraph-wrap {
    margin-bottom: 20px;
  }

  .services-details-paragraph {
    font-size: 13px;
    line-height: 23px;
  }

  .ocean-shipping-section {
    padding-bottom: 60px;
  }

  .ocean-shiping-text-block {
    font-size: 13px;
    line-height: 23px;
  }

  .ocean-shipping-star-img-wrap {
    top: -79%;
  }

  .ocean-shipint-star-img {
    width: 60px;
  }

  .ocean-shiping-top-wrapper {
    margin-bottom: 22px;
  }

  .ocean-shipping-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .ocean-shipping-single-wrapper {
    padding: 10px;
  }

  .ocean-shipping-single-heading-wrap {
    margin-bottom: 10px;
  }

  .ocean-shipping-single-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .ocean-shipping-single-details-wrap {
    margin-bottom: 10px;
  }

  .ocean-shipping-single-details {
    font-size: 13px;
    line-height: 23px;
  }

  .contact-expert-button-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 13px;
    line-height: 23px;
  }

  .contact-expert-button-icon {
    font-size: 13px;
    line-height: 23px;
  }

  .style-guide-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 16px;
  }

  .style-guide-title {
    font-size: 20px;
  }

  .style-guide-color-grid {
    grid-template-columns: 1fr;
  }

  .color-code-text {
    font-size: 20px;
  }

  .text-style-heading.h1 {
    font-size: 45px;
  }

  .text-style-heading.h2 {
    font-size: 35px;
  }

  .text-style-heading.h3 {
    font-size: 24px;
  }

  .text-style-heading.h4 {
    font-size: 20px;
  }

  .text-style-heading.h5 {
    font-size: 17px;
  }

  .typeface-single-heading {
    font-size: 20px;
  }

  .typeface-single-info {
    font-size: 16px;
    line-height: 20px;
  }

  .style-guide-paragraph-single-wrapper {
    margin-bottom: 20px;
  }

  .paragraph-single-heading-wrap {
    margin-bottom: 10px;
  }

  .paragraph-single-heading {
    font-size: 18px;
  }

  .paragraph-details-wrap {
    margin-bottom: 10px;
  }

  .paragraph-single-details, .paragraph-single-text {
    font-size: 13px;
    line-height: 23px;
  }

  .inner-banner-section {
    padding-top: 100px;
  }

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

  .password-wrapper {
    padding-top: 40px;
  }

  .password-card-wrapper {
    padding: 14px;
  }

  .password-img-wrap {
    margin-bottom: 10px;
  }

  .password-img {
    width: 60px;
  }

  .password-heading {
    font-size: 20px;
    line-height: 40px;
  }

  .password-card-details-wrap {
    margin-bottom: 24px;
  }

  .password-card-details {
    font-size: 13px;
    line-height: 23px;
  }

  .password-input {
    height: 43px;
    font-size: 12px;
    line-height: 15px;
  }

  .password-submit-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
  }

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

  .error-wrapper {
    padding-top: 40px;
  }

  .error-image-wrapper {
    margin-bottom: 16px;
  }

  .error-img {
    width: 90px;
  }

  .error-title-wrapper {
    margin-bottom: 10px;
  }

  .error-title {
    font-size: 20px;
  }

  .error-details-wrapper {
    margin-bottom: 26px;
  }

  .error-details {
    font-size: 13px;
    line-height: 23px;
  }

  .right-icon {
    font-size: 14px;
    line-height: 24px;
  }

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

  .changelog-contant-wrapper {
    padding-top: 24px;
  }

  .changelog-card-wrapper {
    padding: 10px;
  }

  .changelog-mini-title {
    font-size: 13px;
    line-height: 23px;
  }

  .changelog-card-heading-wrap {
    margin-bottom: 10px;
  }

  .changelog-card-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .changelog-info-text {
    font-size: 14px;
    line-height: 24px;
  }

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

  .license-title-wrapper {
    margin-bottom: 10px;
  }

  .license-title {
    font-size: 20px;
    line-height: 30px;
  }

  .license-details {
    font-size: 13px;
    line-height: 23px;
  }

  .license-top-wrapper {
    margin-bottom: 24px;
  }

  .license-image-contant-wrapper.mgg-bottom-80px {
    margin-bottom: 30px;
  }

  .license-image-grid {
    grid-template-columns: 1fr;
  }

  .license-single-wrapper._12 {
    width: 100%;
  }

  .license-single-wrapper._1 {
    padding: 10px;
  }

  .license-single-wrapper._2, .license-single-wrapper._3, .license-single-wrapper._4, .license-single-wrapper._5, .license-single-wrapper._6, .license-single-wrapper._7, .license-single-wrapper._8 {
    padding: 16px;
  }

  .license-icon-wrapper {
    margin-bottom: 20px;
  }

  .license-icon-title-wrapper {
    margin-bottom: 10px;
  }

  .license-icon-title {
    font-size: 20px;
    line-height: 30px;
  }

  .license-icon-details-wrap {
    margin-bottom: 20px;
  }

  .license-icon-details {
    font-size: 13px;
    line-height: 23px;
  }

  .license-icon-wrap {
    max-width: 100%;
    padding: 30px 20px;
  }

  .license-icon-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-icon {
    width: 33px;
  }

  .license-typography-title-wrapper {
    margin-bottom: 16px;
  }

  .license-typography-title {
    font-size: 18px;
    line-height: 28px;
  }

  .license-typography-details-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .license-typography-details {
    font-size: 13px;
    line-height: 23px;
  }

  .contact-us-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .contact-us-info-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .contact-info-wrap {
    margin-bottom: 16px;
  }

  .contact-icon-wrap {
    margin-bottom: 10px;
  }

  .contact-icon {
    width: 25px;
  }

  .contact-info-text {
    font-size: 12px;
    line-height: 22px;
  }

  .contact-us-card-wrapper {
    padding: 16px;
  }

  .contact-input-text {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-input {
    padding-left: 15px;
    font-size: 13px;
    line-height: 16px;
  }

  .contact-text-area {
    min-height: 120px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 15px;
  }

  .button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .dropdown-toggle {
    font-size: 16px;
    line-height: 16px;
  }

  .dropdown-card {
    padding: 15px;
  }

  .menu-button {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 0;
  }

  .dropdown-icon {
    margin-left: 6px;
    font-size: 13px;
    line-height: 23px;
  }

  .button-text-wrap {
    align-items: center;
    display: flex;
  }

  .features-contant-wrap {
    padding: 20px;
  }

  .srv-1-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-f734d2e5-f319-7062-55a0-2181d717ea5e-78901bb8, #w-node-_43c14530-84e6-76d6-dfb5-fea37c6032b3-78901bb8, #w-node-_30f91b70-b714-931a-5abe-5a8d3f819f86-78901bb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deea5f51-2d2e-b47d-361c-24a246b756b8-78901bb8 {
  place-self: auto;
}

#w-node-_95e1d442-39f7-0294-567a-03f6d51455eb-78901bb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ff9a4b1c-562e-df66-68a9-4b037646513b-78901bb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9a4b1c-562e-df66-68a9-4b037646513e-78901bb8 {
  place-self: auto;
}

#w-node-_57c4aaaf-27a8-4442-5a9a-74b8ec58ebd0-78901bb8, #w-node-_0f3a01bb-c6c2-8d87-63c5-6d24aa34e093-78901bb8, #w-node-_9379e58e-d899-0619-c6fe-bdf98e8a2413-78901bb8, #w-node-de979694-f02c-1f57-9630-464a53e80855-78901bb8, #w-node-_22569314-1aba-7532-8b59-10907ce6d747-78901bb8, #w-node-cf61ebb6-0257-1d03-190d-5afd1ca3717e-78901bb8, #w-node-_86dd6e29-a8da-3c86-2f04-7e5795ccacf8-78901bb8, #field.w-node-_224aad47-b4f3-9281-65c0-47f05376f039-78901bb8, #w-node-_9b83ffce-72e9-2adb-40dc-37b853ca4084-78901bb8, #field-2.w-node-_9b83ffce-72e9-2adb-40dc-37b853ca4085-78901bb8, #w-node-_300ceadc-c0be-255b-21a8-766d8b22805e-8b22805a, #w-node-_300ceadc-c0be-255b-21a8-766d8b228072-8b22805a, #w-node-c68771a6-987a-e87d-d8a9-4fcf949339c1-ee901bbc, #w-node-_1541ff9d-f1e2-f9b3-2416-6435059dd801-ee901bbc, #w-node-_89a87c9f-d2f6-d73d-6c11-d8b68742b03a-0b901bbe, #w-node-_3b74cc0f-af64-4cd3-8402-1054f2f7454c-0b901bbe, #w-node-_735fe075-546c-7635-8951-b5fb3934abc3-0b901bbe, #w-node-_9e25ae97-24c8-926f-0fe6-38b1cbf8da0b-b1901bc0, #w-node-_7bc8ae6f-6fc3-c812-0ebd-fcdbc7f09a40-b1901bc0, #w-node-d0bfe4d5-3853-ac2c-5d47-56533668d2af-b1901bc0, #w-node-_9736d279-0e3e-6352-9401-3b0068337518-26901bc6, #w-node-b50236fd-ff6c-be3f-8e04-6123d1896b45-26901bc6, #w-node-cdc741ea-7c9a-858a-28d9-f6d28a6f7aaf-26901bc6, #w-node-_66286bd5-de8a-1ea2-65d8-92e6b8acd698-26901bc6, #w-node-_66286bd5-de8a-1ea2-65d8-92e6b8acd699-26901bc6, #w-node-_66286bd5-de8a-1ea2-65d8-92e6b8acd69a-26901bc6, #w-node-dbdfc43c-76ed-1134-f146-b080ac59dbe7-26901bc6, #w-node-dbdfc43c-76ed-1134-f146-b080ac59dbe8-26901bc6, #w-node-dbdfc43c-76ed-1134-f146-b080ac59dbe9-26901bc6, #w-node-_1498981b-fea6-ab9d-11ce-edaa5c6f3d31-26901bc6, #w-node-_1498981b-fea6-ab9d-11ce-edaa5c6f3d32-26901bc6, #w-node-_1498981b-fea6-ab9d-11ce-edaa5c6f3d33-26901bc6, #w-node-_7cf12700-b136-7c26-93f8-476ff51c8d93-26901bc6, #w-node-_7cf12700-b136-7c26-93f8-476ff51c8d94-26901bc6, #w-node-_7cf12700-b136-7c26-93f8-476ff51c8d95-26901bc6, #w-node-_3813c23d-4f87-a07e-b43b-f016178e26c7-70901bc7, #w-node-_38d27434-8e42-10fe-19f8-7d6b7b7a4908-70901bc7, #w-node-ce830c94-80e0-d5eb-4695-3abe6bbc26ec-70901bc7, #w-node-ce830c94-80e0-d5eb-4695-3abe6bbc26ed-70901bc7, #w-node-dadef7e7-abb1-e72b-bfda-03c26ddb5823-70901bc7, #w-node-dadef7e7-abb1-e72b-bfda-03c26ddb5824-70901bc7, #w-node-_4272a319-5e98-9dfd-1bfd-249e3c20c988-70901bc7, #w-node-_4272a319-5e98-9dfd-1bfd-249e3c20c989-70901bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_95e1d442-39f7-0294-567a-03f6d51455eb-78901bb8 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_300ceadc-c0be-255b-21a8-766d8b22805e-8b22805a {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_300ceadc-c0be-255b-21a8-766d8b22805e-8b22805a {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.ttf') format('truetype'), url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}