.avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.avatar-sm {
  height: 45px;
  width: 45px;
}
.avatar-md {
  height: 75px;
  width: 75px;
}
.avatar-lg {
  height: 90px;
  width: 90px;
}
.avatar-xl {
  height: 110px;
  width: 110px;
}
.avatar-xxl {
  height: 150px;
  width: 150px;
}

.btn.nav-link {
  box-shadow: unset !important;
}

.btn:not(.link-scroll, .dropdown-toggle, .nav-link) {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
}

.btn:not(.dropdown-toggle) {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: clamp(0.75rem, 1vw, 1rem);
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
}
.btn:not(.dropdown-toggle) div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  transform: translateY(0);
  transition-property: transform;
  visibility: visible;
  transform-style: preserve-3d;
  will-change: transform;
  transition: all 0.2s linear;
}
.btn:not(.dropdown-toggle) div + div {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  transform: translate3d(0, 33%, 1px) rotateX(-90deg);
}
.btn:not(.dropdown-toggle):is(:hover, :focus, :active) {
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.btn:not(.dropdown-toggle):is(:hover, :focus, :active) div {
  transform: translate3d(0, -46%, 0px) rotateX(90deg);
}
.btn:not(.dropdown-toggle):is(:hover, :focus, :active) div + div {
  transform: none;
}
.btn:not(.dropdown-toggle).btn-outline-secondary {
  border: 1px solid #1C2C4B;
  color: #1C2C4B;
}
.btn:not(.dropdown-toggle).btn-primary {
  border: 1px solid #789EC9;
  background-color: #789EC9;
}
.btn:not(.dropdown-toggle).btn-primary div {
  color: #ffffff;
}
.btn:not(.dropdown-toggle).btn-secondary {
  border: 1px solid #979797C9;
  background-color: #979797C9;
}
.btn:not(.dropdown-toggle).btn-secondary div {
  color: #ffffff;
}
.btn:not(.dropdown-toggle).btn-white {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  backdrop-filter: blur(10px) hue-rotate(5deg);
}
.btn:not(.dropdown-toggle).btn-white:hover {
  color: #1C2C4B;
  background-color: white;
}

.back-to-top {
  position: fixed !important;
  width: 44px;
  height: 44px;
  z-index: 999;
  bottom: 5rem;
  right: 20px;
  display: none;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    display: none !important;
  }
}

.btn.has-down-arrow {
  position: relative;
}
.btn.has-down-arrow[aria-expanded=true]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid rgba(219, 198, 163, 0.5);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bg-soft-primary {
  background-color: rgba(120, 158, 201, 0.5) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-grey {
  background-color: #f5f6f8 !important;
}

.bg-black {
  background-color: black !important;
}

.bg-primary {
  background-color: #789ec9 !important;
}

.bg-primary-light {
  background-color: #c3d0e0 !important;
}

.bg-primary-extra-light {
  background-color: #f1f4f8 !important;
}

.bg-secondary {
  background-color: #979797 !important;
}

.bg-muted {
  background-color: #7f7f7f !important;
}

.bg-gre-1 {
  background: #979797C9;
  background: linear-gradient(180deg, #979797C9 0%, #979797C9 50%, #f5f6f8 50%, #f5f6f8 100%);
}

.border-white {
  border-color: white !important;
}

.border-grey {
  border-color: #f5f6f8 !important;
}

.border-black {
  border-color: black !important;
}

.border-primary {
  border-color: #789ec9 !important;
}

.border-primary-light {
  border-color: #c3d0e0 !important;
}

.border-primary-extra-light {
  border-color: #f1f4f8 !important;
}

.border-secondary {
  border-color: #979797 !important;
}

.border-muted {
  border-color: #7f7f7f !important;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 400;
  color: #1C2C4B;
}

.ff-rubik {
  font-family: "Rubik", sans-serif !important;
}

.ff-bai {
  font-family: "Bai Jamjuree", sans-serif !important;
}

.h1,
h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

.h2,
h2 {
  font-size: clamp(1.5rem, 3vw, 3.25rem);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

.h3,
h3 {
  font-size: clamp(1.2rem, 3vw, 2.25rem);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

.h4,
h4 {
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

.h5,
h5 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

.h6,
h6 {
  font-size: 1rem;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

.text-white {
  color: white !important;
}

.text-grey {
  color: #f5f6f8 !important;
}

.text-black {
  color: black !important;
}

.text-primary {
  color: #789ec9 !important;
}

.text-primary-light {
  color: #c3d0e0 !important;
}

.text-primary-extra-light {
  color: #f1f4f8 !important;
}

.text-secondary {
  color: #979797 !important;
}

.text-muted {
  color: #7f7f7f !important;
}

.fill-white svg {
  fill: white !important;
}

.fill-grey svg {
  fill: #f5f6f8 !important;
}

.fill-black svg {
  fill: black !important;
}

.fill-primary svg {
  fill: #789ec9 !important;
}

.fill-primary-light svg {
  fill: #c3d0e0 !important;
}

.fill-primary-extra-light svg {
  fill: #f1f4f8 !important;
}

.fill-secondary svg {
  fill: #979797 !important;
}

.fill-muted svg {
  fill: #7f7f7f !important;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: inherit;
}
a:hover {
  color: #789EC9;
}

.font-size-1 {
  font-size: 1px;
}

.font-size-2 {
  font-size: 2px;
}

.font-size-3 {
  font-size: 3px;
}

.font-size-4 {
  font-size: 4px;
}

.font-size-5 {
  font-size: 5px;
}

.font-size-6 {
  font-size: 6px;
}

.font-size-7 {
  font-size: 7px;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-9 {
  font-size: 9px;
}

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

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

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

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

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

/* .sticky-top{
	&.active{
		background-color: $white;
		transition: all .3s ease;
		box-shadow: 0px 10px 42px rgb(0 0 0 / 10%);
	}
} */
.subnav {
  display: none;
  overflow: hidden;
  font-size: 16px;
  border: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-decoration: none;
  position: absolute;
  list-style: none;
  background-color: #789EC9;
}

.second-layer-subnav {
  display: block;
  overflow: hidden;
  font-size: 16px;
  border: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-decoration: none;
  position: relative;
  margin-left: 10%;
  list-style: none;
}

.top-nav {
  float: left;
  overflow: hidden;
  position: inherit;
  font-size: 16px;
  color: #1C2C4B;
  list-style-type: none;
}

.second-layer-nav {
  color: white;
}

.top-nav:hover {
  text-decoration: underline;
}

.top-nav:hover .subnav {
  display: block;
  text-decoration: none;
}

.fixed-top .navbar-brand {
  transition: 0.3s all linear;
}

.offcanvas .navbar-nav .nav-item {
  opacity: 0;
}
.offcanvas .navbar-nav .nav-item a {
  margin-bottom: 0.75rem;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  /* font-size: clamp(.75rem, 5vw, 36px); */
  font-size: clamp(0.75rem, 2.75vw, 36px);
  border: 0;
  transition: all 0.3s ease-in-out;
  font-family: "Bai Jamjuree", sans-serif;
}
@media screen and (max-width: 776px) {
  .offcanvas .navbar-nav .nav-item a {
    text-align: left;
  }
}
.offcanvas .navbar-nav .nav-item .menuwithicon .nav-icon {
  margin-right: 1rem;
  display: inherit;
}
@media screen and (max-width: 1024px) {
  .offcanvas .navbar-nav .nav-item .menuwithicon .nav-icon img {
    max-height: 32px;
  }
}
.offcanvas .nav .nav-item {
  opacity: 0;
}
.offcanvas .nav .nav-item a:not(.rounded-pill) {
  border: 0;
  padding-inline: 0;
}
.offcanvas.offcanvas-end {
  width: 100%;
  max-width: 1280px;
  max-height: 70vh;
  background-color: #789EC9;
  color: #ffffff;
  transform: translateY(-100%);
}
@media screen and (max-width: 776px) {
  .offcanvas.offcanvas-end {
    max-height: 100vh;
  }
}

.navbar-brand img {
  height: 56px;
  width: auto;
}

.selectlanaguePicker button {
  background-color: transparent !important;
  border: 0;
  padding: 0;
}
.selectlanaguePicker button:is(:hover, :focus, :active) {
  outline: 0;
}

/* .offcanvas-body{
	.nav{
		.nav-item{
			opacity: 0;
		}
	}
}

@keyframes navLinkFade {
	from {
	  opacity: 0;
	  transform: translateX(50px);
	}
	to {
	  opacity: 1;
	  transform: translateX(0);
	}
} */
.fixed-top .navbar-brand svg {
  height: 56px;
  fill: #ffffff;
  transition: all 0.4s linear;
}
.fixed-top .navbar-brand span {
  color: #ffffff;
}
.fixed-top .top-nav {
  color: #ffffff;
}
.fixed-top .bootstrap-select .btn {
  color: #ffffff;
}
.fixed-top .bootstrap-select .btn::after {
  color: #ffffff;
}
.fixed-top.dark .bootstrap-select .btn {
  color: #1C2C4B;
}
.fixed-top.dark .bootstrap-select .btn::after {
  color: #1C2C4B;
}
.fixed-top.dark .navbar-brand svg {
  height: 56px;
  fill: #1C2C4B;
}
.fixed-top.dark .navbar-brand span {
  color: #1C2C4B;
}
.fixed-top.dark .top-nav {
  color: #1C2C4B;
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background: url(../img/footer.png) no-repeat center/cover;
  color: #ffffff;
}
.footer a {
  line-height: 2;
}

.swiper-pagination-bullet {
  background: #789EC9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #789EC9;
}

* {
  outline: unset !important;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #979797;
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #789ec9;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.capture-loader span {
  height: 10px;
  width: 10px;
  background-color: #1C2C4B;
  display: inline-block;
  position: relative;
  margin: 0 2px;
  border-radius: 50%;
  opacity: 0;
  animation: loading 3000ms ease-in-out infinite;
}

.loader span {
  height: 10px;
  width: 10px;
  background-color: #1C2C4B;
  display: inline-block;
  position: relative;
  margin: 0 2px;
  border-radius: 50%;
  opacity: 0;
  animation: loading 3000ms ease-in-out infinite;
}

.capture-loader span:nth-child(5),
.loader span:nth-child(5) {
  animation-delay: 100ms;
}

.capture-loader span:nth-child(4),
.loader span:nth-child(4) {
  animation-delay: 200ms;
}

.capture-loader span:nth-child(3),
.loader span:nth-child(3) {
  animation-delay: 300ms;
}

.capture-loader span:nth-child(2),
.loader span:nth-child(2) {
  animation-delay: 400ms;
}

.capture-loader span:nth-child(1),
.loader span:nth-child(1) {
  animation-delay: 500ms;
}

@keyframes loading {
  0% {
    transform: translateX(-350px);
    opacity: 0;
  }
  35%, 65% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(350px);
    opacity: 0;
  }
}
.capture-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* .sec-title{
	transform: translateY(-100px);
} */
.text-shadow {
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  padding: 2rem 4rem;
  display: inline-block;
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 576px) {
  .text-shadow {
    padding: 1rem;
  }
}

.dropdown-menu {
  transition: all 0.9s ease-in-out;
  transform: scaleY(0);
}
.dropdown-menu.show {
  transform: scaleY(1);
  transition: all 0.9s ease-in-out;
}

.bootstrap-select .btn::before {
  content: unset;
}

.dropdown-toggle::after {
  content: "\f107";
  font-weight: 900;
  color: #979797C9;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  border: 0 !important;
  vertical-align: middle;
  font-size: 12px;
}

.mt-n1 {
  margin-top: -1rem;
}

.mt-n2 {
  margin-top: -2rem;
}

.mt-n3 {
  margin-top: -3rem;
}

.mt-n4 {
  margin-top: -4rem;
}

.mt-n5 {
  margin-top: -5rem;
}

.mt-n6 {
  margin-top: -6rem;
}

.mt-n7 {
  margin-top: -7rem;
}

.mt-n8 {
  margin-top: -8rem;
}

.mt-n9 {
  margin-top: -9rem;
}

.mt-n10 {
  margin-top: -10rem;
}

.py-6 {
  padding-block: clamp(3rem, 7vw, 6rem) !important;
}

.py-7 {
  padding-block: clamp(3rem, 7vw, 7rem) !important;
}

.py-8 {
  padding-block: clamp(3rem, 7vw, 8rem) !important;
}

.py-9 {
  padding-block: clamp(3rem, 7vw, 9rem) !important;
}

.py-10 {
  padding-block: clamp(3rem, 7vw, 10rem) !important;
}

.fw-xl-bold {
  font-weight: 900;
}

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

.navbar-dark .nav-item {
  margin-left: 1.5rem;
}
@media (max-width: 991px) {
  .navbar-dark .nav-item {
    margin-left: 0;
  }
}
.navbar-dark .nav-item .nav-link {
  color: #ffffff !important;
  padding: 0 !important;
  font-weight: 400;
  position: relative;
  font-family: "Arial";
}
.navbar-dark .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #979797C9;
  transform: scaleX(0);
  transform-origin: top left;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.navbar-dark .nav-item .nav-link:hover::after, .navbar-dark .nav-item .nav-link.active::after {
  transform: scaleX(1);
}

.line-secondary {
  background-color: #979797C9;
  height: 2px;
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
}
.line-white {
  background-color: #ffffff;
  height: 2px;
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media .media-body {
  -ms-flex: 1;
  flex: 1;
}

.bg-shape {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}
.bg-shape-1 {
  background-image: url(../img/bg-shape-1.png);
}

.text-scroll {
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-flex;
  align-items: center;
}
.text-scroll .text-stroke {
  animation: marquee 40s linear infinite;
  animation-delay: -40s;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.text-scroll .text-stroke:nth-child(2) {
  animation: marquee2 40s linear infinite;
  animation-delay: -20s;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.hero-section {
  background-color: #979797C9;
  position: relative;
  height: 100vh;
  /* ART PAGE */
}
@media screen and (max-width: 991px) {
  .hero-section {
    height: 80vh;
  }
}
.hero-section img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}
.hero-section .banner-details {
  position: absolute;
  top: auto;
  color: #ffffff;
  padding: 0;
  bottom: 3rem;
  left: 20vw;
  max-width: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hero-section .banner-details {
    max-width: 100%;
    left: 15px;
    bottom: 5rem;
  }
}
.hero-section .main-title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-section .prec-banner-details {
  position: absolute;
  top: 65%;
  color: #ffffff;
  padding: 0;
  bottom: auto;
  left: 20vw;
  max-width: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hero-section .prec-banner-details {
    max-width: 100%;
    left: 15px;
    bottom: 5rem;
  }
}
.hero-section .logi-banner-details {
  position: absolute;
  top: 50%;
  color: #ffffff;
  padding: 0;
  bottom: auto;
  right: 15vw;
  max-width: 35%;
  z-index: 2;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .hero-section .logi-banner-details {
    max-width: 100%;
    left: 15px;
    bottom: 5rem;
  }
}
.hero-section .hero-art-clip-3, .hero-section .hero-art-clip-2, .hero-section .hero-art-clip-1, .hero-section .diamond-pattern .hero-diamond-clip-1, .hero-section .hero-logi-clip-3, .hero-section .hero-logi-clip-2, .hero-section .hero-logi-clip-1, .hero-section .hero-prec-clip-3, .hero-section .hero-prec-clip-2, .hero-section .hero-prec-clip-1, .hero-section .hero-clip-4, .hero-section .hero-clip-3, .hero-section .hero-clip-2, .hero-section .hero-clip-1 {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 62.5vw;
}
.hero-section .hero-clip-1 {
  clip-path: polygon(0% 70%, 100% 45%, 100% 60%, 0% 85%);
  background-color: rgba(195, 208, 224, 0.4);
  width: 35vw;
}
.hero-section .hero-clip-2 {
  clip-path: polygon(0% 45%, 100% 60%, 100% 75%, 0% 60%);
  background-color: rgba(120, 158, 201, 0.4);
  width: 15vw;
  left: 35vw;
}
.hero-section .hero-clip-3 {
  clip-path: polygon(0% 75%, 100% 60%, 100% 75%, 0% 90%);
  background-color: rgba(195, 208, 224, 0.4);
  width: 15vw;
  left: 50vw;
}
.hero-section .hero-clip-4 {
  clip-path: polygon(0% 45%, 100% 15%, 100% 30%, 0% 60%);
  background-color: rgba(120, 158, 201, 0.4);
  width: calc(35vw - 5px);
  left: 65vw;
}
.hero-section .hero-prec-clip-1 {
  clip-path: polygon(0% 40%, 100% 80%, 100% 100%, 0% 60%);
  background-color: rgba(195, 208, 224, 0.4);
  width: 35vw;
}
.hero-section .hero-prec-clip-2 {
  clip-path: polygon(0% 80%, 100% 40%, 100% 60%, 0% 100%);
  background-color: rgba(195, 208, 224, 0.4);
  width: 35vw;
  left: 35vw;
}
.hero-section .hero-prec-clip-3 {
  clip-path: polygon(1% 40%, 100% 80%, 100% 100%, 1% 60%);
  background-color: rgba(120, 158, 201, 0.4);
  width: 30vw;
  left: 69.7vw;
}
.hero-section .hero-logi-clip-1 {
  clip-path: polygon(0% 50%, 100% 0%, 100% 20%, 0% 70%);
  background-color: rgba(195, 208, 224, 0.4);
  width: 35vw;
  height: 53.5vw;
}
.hero-section .hero-logi-clip-2 {
  clip-path: polygon(0% 0%, 100% 40%, 100% 60%, 0% 20%);
  background-color: rgba(195, 208, 224, 0.4);
  width: 35vw;
  left: 35vw;
  height: 53.5vw;
}
.hero-section .hero-logi-clip-3 {
  clip-path: polygon(1% 40%, 100% 10%, 100% 30%, 1% 60%);
  background-color: rgba(120, 158, 201, 0.4);
  width: 30vw;
  left: 69.7vw;
  height: 53.5vw;
}
.hero-section .diamond-pattern {
  display: block;
  height: 100vh;
  width: 95vw;
  position: absolute;
  top: 0;
}
.hero-section .diamond-pattern .hero-diamond-clip-1 {
  clip-path: polygon(100% 0, 100% 17%, 50% 55%, 19% 32%, 19% 70%, 0 80%, 0 0);
  background-color: rgba(120, 158, 201, 0.4);
  width: 99.7vw;
  left: 0;
  height: 100vh;
}
.hero-section .diamond-pattern::after {
  content: "";
  position: absolute;
  top: 0px;
  background: url(../img/diamond-pattern.png) no-repeat center/contain;
  z-index: 9999;
  height: 100vh;
  width: 70%;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}
.hero-section .hero-art-clip-1 {
  clip-path: polygon(0% 40%, 100% 70%, 100% 90%, 0% 60%);
  background-color: rgba(120, 158, 201, 0.4);
  width: 30vw;
  height: 53.5vw;
}
.hero-section .hero-art-clip-2 {
  clip-path: polygon(0% 70%, 100% 50%, 100% 70%, 0% 90%);
  background-color: rgba(120, 158, 201, 0.4);
  width: 30vw;
  left: 30vw;
  height: 53.5vw;
}
.hero-section .hero-art-clip-3 {
  clip-path: polygon(0% 50%, 150% 0%, 150% 20%, 0% 70%);
  background-color: rgba(195, 208, 224, 0.4);
  width: 39.7vw;
  left: 60vw;
  height: 53.5vw;
}

main {
  position: relative;
  z-index: 1;
}

.service-grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
  margin-top: -160px;
}
@media screen and (max-width: 991px) {
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin-top: 0;
  }
}
.service-grid .service {
  padding: 3rem 1rem 1rem;
  transition: 0.3s ease-in;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  /* &:hover {
      background: $primary;
      color: $white;

      &::after {
          color: $white;
      }
  }

  &::after {
      content: "\f105";
      font-family: "Font Awesome 6 Pro";
      font-weight: 900;
      float: right;
      font-size: 18px;
      color: $primary;
      position: absolute;
      bottom: 10px;
      right: 15px;
  } */
}
.service-grid .service p {
  margin-bottom: 0;
}
.service-grid .service-grid-1 {
  grid-row: 1/2;
  background-color: #ffffff;
  color: #000000;
}
.service-grid .service-grid-2 {
  grid-row: 2/3;
  grid-column: 1/2;
  background-color: #1C2C4B;
}
.service-grid .service-grid-3 {
  grid-row: 2/3;
  grid-column: 2/3;
  background-color: #789EC9;
}
.service-grid .service-grid-4 {
  grid-row: 3/4;
  grid-column: 1/2;
  background-color: #789EC9;
}
.service-grid .service-grid-5 {
  grid-row: 3/4;
  grid-column: 2/3;
  background-color: #1C2C4B;
}
.service-grid .service-grid-6 {
  grid-row: 4/5;
  grid-column: 2/3;
  background-color: #789EC9;
}
.service-grid .service-grid-7 {
  grid-row: 4/5;
  grid-column: 3/4;
  background-color: #ffffff;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .service-grid .service-grid-1, .service-grid .service-grid-2, .service-grid .service-grid-3, .service-grid .service-grid-4, .service-grid .service-grid-5, .service-grid .service-grid-6, .service-grid .service-grid-7 {
    grid-row: auto;
    grid-column: auto;
  }
  .service-grid .service-grid-4 {
    background-color: #ffffff;
    color: #000000;
  }
}

.become-customer {
  margin-top: -10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .become-customer {
    margin-top: 0;
  }
}
.become-customer::before {
  content: "";
  height: 100%;
  width: 13%;
  background: url(../img/ozl-side.svg) no-repeat center/100% 100%;
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: -20rem;
}
@media screen and (max-width: 991px) {
  .become-customer::before {
    content: none;
  }
}
.become-customer .bg-image {
  background: url(../img/become-customer.png) no-repeat right center/96vw 100%;
}
@media screen and (max-width: 1280px) {
  .become-customer .bg-image {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .become-customer .bg-image {
    background-position: center;
  }
}
.become-customer .bg-image .btn {
  min-width: 260px;
}
.become-customer .bg-image .btn:not(.dropdown-toggle) div + div {
  font-size: 0.875rem;
  word-break: break-all;
  text-align: center;
}

.core-value {
  position: relative;
  overflow: hidden;
  padding-block: 0;
  background-color: #f5f6f8;
  height: 100vh;
  display: grid;
  place-items: center;
}
.core-value .circle-img {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 50%;
  max-width: 1480px;
  object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .core-value .circle-img {
    width: 120%;
    height: 120%;
  }
}
@media screen and (max-width: 767px) {
  .core-value .circle-img {
    width: 115%;
    height: 115%;
  }
}
@media screen and (max-width: 599px) {
  .core-value .circle-img {
    width: 120%;
    height: 120%;
  }
}

.rotate-clockwise {
  -webkit-animation: rotate-clockwise 50s linear infinite both;
  animation: rotate-clockwise 50s linear infinite both;
}

@-webkit-keyframes rotate-clockwise {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes rotate-clockwise {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
.rotate-anti-clockwise {
  -webkit-animation: rotate-anti-clockwise 40s linear infinite both;
  animation: rotate-anti-clockwise 40s linear infinite both;
}

@-webkit-keyframes rotate-anti-clockwise {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(-360deg);
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotate-anti-clockwise {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(-360deg);
    transform: translateX(-50%) rotate(-360deg);
  }
}
.our-partner .partnerSwiperImage:hover .partnerSwiperImage-prev,
.our-partner .partnerSwiperImage:hover .partnerSwiperImage-next {
  opacity: 1;
  visibility: visible;
}
.our-partner .partnerSwiperImage-prev,
.our-partner .partnerSwiperImage-next {
  color: #789EC9 !important;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.our-partner .partner-box {
  position: relative;
  text-align: center;
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;
}
.our-partner .partner-box-item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  padding: 1rem;
  box-shadow: 0px 0px 30px 0px rgba(151, 151, 151, 0.15);
}
.our-partner .partner-box-item img {
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  display: block;
  max-height: 60px;
}
@media screen and (max-width: 576px) {
  .our-partner .partner-box-item img {
    max-height: 80px;
  }
}
.our-partner .partner-box-item:hover img {
  transform: scale(1.15);
}
.our-partner .partner-box-item div {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
@media screen and (max-width: 576px) {
  .our-partner .partner-box {
    aspect-ratio: 1/1;
    width: 100%;
    max-height: 140px;
  }
}
.our-partner .partnerSwiperText-pagination {
  text-align: center;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .our-partner .partnerSwiperText-pagination {
    margin-top: -10px;
  }
}
.our-partner .partnerSwiperText-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.our-partner .partnerSwiperText-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1C2C4B;
}

#contactUs .blue-line {
  width: 75px;
  height: 2px;
  background: #789EC9;
}

.social-links li .link-fb {
  color: #3442DF;
  border: 1px solid #3442DF;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease-in-out;
  display: grid;
  place-items: center;
}
.social-links li .link-fb:hover, .social-links li .link-fb:active {
  background-color: #3442DF;
  color: #ffffff;
}
.social-links li .link-twitter {
  color: #1AA5D4;
  border: 1px solid #1AA5D4;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease-in-out;
  display: grid;
  place-items: center;
}
.social-links li .link-twitter:hover, .social-links li .link-twitter:active {
  background-color: #1AA5D4;
  color: #ffffff;
}
.social-links li .link-instagram {
  color: #C02195;
  border: 1px solid #C02195;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease-in-out;
  display: grid;
  place-items: center;
}
.social-links li .link-instagram:hover, .social-links li .link-instagram:active {
  background-color: #C02195;
  color: #ffffff;
}
.social-links li .link-youtube {
  color: #FD3831;
  border: 1px solid #FD3831;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease-in-out;
  display: grid;
  place-items: center;
}
.social-links li .link-youtube:hover, .social-links li .link-youtube:active {
  background-color: #FD3831;
  color: #ffffff;
}

#ourServicenav .nav .nav-link {
  padding: 1rem;
  border-radius: 0;
  color: #1C2C4B;
  background: #C3D0E0;
  text-align: left;
}
#ourServicenav .nav .nav-link.active {
  background: #789EC9;
  color: #ffffff;
}
@media (max-width: 767px) {
  #ourServicenav .nav {
    width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
  }
  #ourServicenav .nav .nav-link {
    margin-left: 15px;
  }
}
#ourServicenav .tab-content {
  border: 1px solid #789EC9;
}
@media (max-width: 767px) {
  #ourServicenav .tab-content {
    border: none;
  }
}
#ourServicenav ul {
  list-style: none;
}
#ourServicenav ul li {
  margin-bottom: 0.5rem;
}
#ourServicenav ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #789EC9;
  border-radius: 50%;
  color: #789EC9;
  margin-right: 6px;
  display: inline-block;
  margin-left: -2em;
  margin-right: 20px;
}

.social-icon {
  display: flex;
  justify-content: space-between;
  margin-block: 1rem;
  color: #789EC9;
}
.social-icon a {
  height: 34px;
  width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
@media screen and (max-width: 576px) {
  .social-icon a {
    height: 24px;
    width: 24px;
  }
}

.card.style-1 {
  transition: all 0.3s ease-in-out;
  border: 0;
}
.card.style-1:is(:hover, :focus, :active) {
  background-color: #f5f6f8;
}

.logisticSwiper .logisticSwiper-prev, .logisticSwiper .logisticSwiper-next {
  height: 54px;
  width: 54px;
  background: transparent;
  position: absolute;
  z-index: 9;
  display: inline-block;
  top: 0;
  border-radius: 50%;
  border: 1px solid rgba(120, 158, 201, 0.5);
  display: grid;
  place-items: center;
}
.logisticSwiper .logisticSwiper-prev:is(:hover), .logisticSwiper .logisticSwiper-next:is(:hover) {
  transition: all 0.4s linear;
  background: #789EC9;
}

.logistic {
  position: relative;
}
.logistic::after {
  display: inline-block;
  content: "";
  height: 1080px;
  width: 1000px;
  background: url(../img/earth-white.gif);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transform: translate(20%, -50%) scale(0.4);
  mix-blend-mode: soft-light;
}

@media screen and (min-width: 767px) {
  .logisticSwiper {
    padding-top: 4rem !important;
  }
}
.logisticSwiper .logisticSwiper-next {
  right: 10%;
}
.logisticSwiper .logisticSwiper-next::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.8rem;
}
.logisticSwiper .logisticSwiper-prev {
  right: 10%;
  transform: translateX(-105%);
}
.logisticSwiper .logisticSwiper-prev::after {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.8rem;
}
.logisticSwiper .logisticSwiper-pagination {
  position: absolute;
  top: 5rem;
  left: 60%;
  font-size: 1.5rem;
  right: auto;
  width: auto;
  height: auto;
}
.logisticSwiper .logisticSwiper-pagination .swiper-pagination-current {
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .logisticSwiper .logisticSwiper-pagination {
    left: 65%;
  }
}
@media screen and (max-width: 767px) {
  .logisticSwiper .logisticSwiper-pagination {
    top: 2rem;
    left: 70%;
  }
}
.logisticSwiper .swiper-slide .border {
  min-height: 180px;
}
.logisticSwiper .swiper-slide img {
  max-height: 76px;
}
.logisticSwiper .swiper-slide-active .h5 {
  color: #ffffff;
}

.img-diamond {
  margin-top: -4rem;
  -webkit-box-reflect: below 0px linear-gradient(0deg, #789ec9 0%, rgba(248, 101, 70, 0) 50%, rgba(250, 63, 63, 0) 100%);
  -moz-box-reflect: below 0px linear-gradient(0deg, #789ec9 0%, rgba(248, 101, 70, 0) 50%, rgba(250, 63, 63, 0) 100%);
  box-reflect: below 0px linear-gradient(0deg, #789ec9 0%, rgba(248, 101, 70, 0) 50%, rgba(250, 63, 63, 0) 100%);
}
@media screen and (max-width: 575px) {
  .img-diamond {
    max-width: 95%;
  }
}

.diamond-slider .diamondSwiperText-prev, .diamond-slider .diamondSwiperText-next {
  height: 54px;
  width: 54px;
  background: transparent;
  position: absolute;
  z-index: 9;
  display: inline-block;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(120, 158, 201, 0.5);
  display: grid;
  place-items: center;
}
.diamond-slider .diamondSwiperText-prev:is(:hover), .diamond-slider .diamondSwiperText-next:is(:hover) {
  transition: all 0.4s linear;
  background: #789EC9;
}

.diamond-slider .title {
  font-size: clamp(3rem, 15vw, 229px);
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .diamond-slider .title {
    position: static;
  }
}
.diamond-slider .diamondSwiperText-next {
  left: 60px;
}
.diamond-slider .diamondSwiperText-next::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.8rem;
}
.diamond-slider .diamondSwiperText-prev {
  left: 0;
}
.diamond-slider .diamondSwiperText-prev::after {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.8rem;
}

.img-grid .img-box {
  border: 1px solid #CECECE;
  padding: 1rem;
  background: url(../img/bg-shape-2.png) no-repeat 100% 100%/70%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  aspect-ratio: 1/1;
  position: relative;
}
.img-grid .img-box img {
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  clip-path: circle(18% at 23% 78%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-grid .img-box:is(:hover, :focus, :active) img {
  clip-path: circle(115% at 19% 67%);
}

.metal-coin-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  background-color: #1C2C4B;
  padding: 1rem;
  transition: background 0.3s ease-in-out;
  aspect-ratio: 1/1;
  border-radius: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.metal-coin-box img {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.25rem;
}
.metal-coin-box p {
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.3s linear;
  min-height: 35px;
}
.metal-coin-box:hover p {
  color: white;
}
@media (max-width: 767px) {
  .metal-coin-box {
    padding: 1rem 0.5rem;
  }
}

.metal-btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  float: right;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  right: 15px;
}

.pricing {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 350px;
  border: 1px solid #1C2C4B;
  background-color: #1C2C4B;
}
@media (max-width: 767px) {
  .pricing {
    min-height: inherit;
  }
}

.login-client .form-control {
  color: #000000;
  background: #C3D0E0;
  border: none;
}
.login-client .form-control:focus {
  box-shadow: none;
}

.imprint-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.imprint-grid .imprint {
  border: 3px solid #789EC9;
  padding: 1rem;
  transition: 0.3s ease-in;
  position: relative;
  text-align: center;
  transition-delay: 0s !important;
}
.imprint-grid .imprint:hover {
  background: #979797C9;
  border-color: #979797C9;
  color: #ffffff;
}
.imprint-grid .imprint:hover::after {
  color: #ffffff;
}
.imprint-grid-3 {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .imprint-grid-3 {
    grid-column-end: auto;
  }
}
@media (max-width: 767px) {
  .imprint-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.process .box {
  transform: scale(1.05);
  transition: all 0.4s ease;
  border-radius: 50%;
}
.process .box .number {
  color: #ffffff;
  background-color: #979797C9;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-weight: 400;
  position: absolute;
  left: 5rem;
  transition: all 0.4s ease;
}
.process .box img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
  display: block;
  right: 0;
}
@media (max-width: 767px) {
  .process .box img {
    max-height: 90px;
  }
}
.process .box:is(:hover, :active, :focus) {
  background-color: #0A1936;
  position: relative;
  z-index: 2;
}
.process .box:is(:hover, :active, :focus) .number {
  background-color: #789EC9;
}
@media (max-width: 767px) {
  .process .box .ratio-1x1 {
    max-width: 350px;
    margin-inline: auto;
  }
}

.accordion .accordion-body {
  background-color: #0A1936;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
}
.accordion .accordion-body div {
  max-width: 50%;
  font-size: clamp(1rem, 2vw, 21px);
}
@media screen and (max-width: 991px) {
  .accordion .accordion-body div {
    max-width: 100%;
  }
}
.accordion .accordion-button {
  background-color: #789EC9;
  color: #ffffff;
  font-weight: 700;
  box-shadow: none !important;
}
.accordion .accordion-button::after {
  height: 48px;
  width: 48px;
  background: url("../img/plus.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .accordion .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}
.accordion .accordion-button:not(.collapsed)::after {
  height: 48px;
  width: 48px;
  background: url("../img/minus.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .accordion .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
  }
}

.sticky-contact-bar {
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  left: 0;
  z-index: 99;
  bottom: 1rem;
}
.sticky-contact-bar nav {
  background-color: rgba(151, 151, 151, 0.5);
  backdrop-filter: saturate(180%) blur(20px);
  border-radius: 0 1rem 1rem 0;
}
.sticky-contact-bar a {
  height: 44px;
  width: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 1px;
  color: #ffffff;
}
.sticky-contact-bar.dark a {
  color: #1C2C4B;
}

.service-hero-section {
  height: 48rem;
  padding-bottom: 3rem;
  background: url(../img/zollfreilager.jpg) no-repeat center 0%/cover;
  color: #ffffff;
  background-blend-mode: multiply;
  display: flex;
  align-items: flex-end;
  padding-top: 7rem;
}
.service-hero-section .warehouse-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .service-hero-section {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .service-hero-section .warehouse-title {
    margin-bottom: 1rem;
  }
}

.nice-select {
  min-width: 380px;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 1.5rem !important;
}
.nice-select:after {
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  height: 8px !important;
  margin-top: -6px !important;
  width: 8px !important;
  right: 25px !important;
}
.nice-select .option {
  line-height: 4 !important;
}
.nice-select .option:hover {
  color: #789ec9 !important;
  background-color: #edf2f8 !important;
}
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #3b7cc5 !important;
  color: #ffffff !important;
}
.nice-select .selected {
  background-color: #3b7cc5 !important;
}
.nice-select .option.selected {
  font-weight: normal !important;
}
.nice-select .list {
  border-radius: 1rem !important;
  color: #111 !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) !important;
  margin-top: 0.5rem !important;
  background-color: #fff !important;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .nice-select {
    min-width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .nice-select {
    min-width: 340px;
    font-size: 0.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .nice-select {
    min-width: 340px;
  }
}

.warehouse-option .nice-select .list:hover .option.selected {
  background-color: #3b7cc5 !important;
  cursor: default;
}
@media screen and (max-width: 1199px) {
  .warehouse-option {
    padding-top: 0rem !important;
  }
}

#foo {
  padding: 0.7rem 0.5rem;
  border-radius: 20px;
  color: #fff;
  background-color: #789ec9;
  border: none;
}

#ourServicenav .tab-content {
  border: none;
}

.nav-tabs .nav-item.active .nav-link {
  background-color: #789EC9;
  color: #ffffff;
}
.nav-tabs .nav-item .nav-link {
  background-color: #F1F4F8;
  color: #1C2C4B;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #789EC9;
  color: #ffffff;
}

.tab-content table thead th {
  color: #1C2C4B;
  padding: 0.5rem;
}

.create-identification .step1 input[type=radio] {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

input[type=radio]:checked {
  background-color: #789EC9;
}

#ourServicenav .tab-content .tab-pane a {
  border: 1px solid #1C2C4B;
  border-radius: 3rem;
  min-width: 8rem;
  margin-bottom: 1rem;
}
#ourServicenav .tab-content .tab-pane a:hover div {
  color: #1C2C4B;
}

.warehouse-option {
  position: relative;
  z-index: 1;
}

/* ON Boarding */
.digtialboarding {
  max-width: 970px;
  width: 100%;
  /*Hide all except first fieldset*/
  /*Next Buttons*/
  /*Previous Buttons*/
  /*The background card*/
  /*FieldSet headings*/
  /*Step Count*/
  /*Field names*/
  /*Icon progressbar*/
  /*Icons in the ProgressBar*/
  /*Icon ProgressBar before any progress*/
  /*ProgressBar connectors*/
  /*Color number of the step and the connector before it*/
  /*Animated Progress Bar*/
  /*Fit image in bootstrap div*/
}
.digtialboarding .onboarding-icon {
  max-height: 90px;
}
.digtialboarding .webmobilebuttons img {
  max-height: 34px;
  filter: invert(1);
}
.digtialboarding .webmobilebuttons input[type=radio]:checked,
.digtialboarding .webmobilebuttons input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.digtialboarding .webmobilebuttons input[type=radio]:checked + label,
.digtialboarding .webmobilebuttons input[type=radio]:not(:checked) + label {
  border-radius: 0.5rem;
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
}
.digtialboarding .webmobilebuttons input[type=radio]:not(:checked) + label {
  background-color: #C3D0E0;
}
.digtialboarding .webmobilebuttons input[type=radio]:checked + label {
  background-color: #979797C9;
  color: #ffffff;
}
.digtialboarding .webmobilebuttons input[type=radio]:checked + label img {
  filter: invert(0);
}
.digtialboarding .webmobilebuttons input[type=radio]:checked + label:before,
.digtialboarding .webmobilebuttons input[type=radio][type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 25%;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.digtialboarding .webmobilebuttons input[type=radio]:checked + label:after,
.digtialboarding .webmobilebuttons input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #789EC9;
  position: absolute;
  top: 31%;
  left: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.digtialboarding .webmobilebuttons input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.digtialboarding .webmobilebuttons input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.digtialboarding select {
  background-image: url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 0.5rem;
  font-family: montserrat;
}
@media screen and (max-width: 767px) {
  .digtialboarding select {
    font-size: 0.75rem;
  }
}
.digtialboarding label.error {
  color: red;
  font-size: 0.8rem;
}
.digtialboarding .form-label {
  font-weight: 400;
}
.digtialboarding fieldset:not(:first-of-type) {
  display: none;
}
.digtialboarding input:not([type=file], [type=radio]),
.digtialboarding textarea {
  border-radius: 0.5rem;
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #1C2C4B;
  background-color: #F1F4F8;
}
@media screen and (max-width: 767px) {
  .digtialboarding input:not([type=file], [type=radio]),
.digtialboarding textarea {
    margin-bottom: 0;
    font-size: 0.75rem;
  }
}
.digtialboarding .form-control[type=file] {
  height: auto;
}
.digtialboarding input:focus,
.digtialboarding textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #789EC9;
  outline-width: 0;
}
.digtialboarding .action-button {
  float: right;
  border-radius: 4rem;
}
.digtialboarding .action-button-previous {
  float: left;
  border-radius: 4rem;
}
.digtialboarding .card {
  z-index: 0;
  border: none;
  position: relative;
}
.digtialboarding .fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
.digtialboarding .purple-text {
  color: #673AB7;
  font-weight: normal;
}
.digtialboarding .steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}
.digtialboarding .fieldlabels {
  color: gray;
  text-align: left;
}
.digtialboarding #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #C3D0E0;
  padding-left: 0;
  display: flex;
}
.digtialboarding #progressbar .active {
  color: #979797C9;
}
.digtialboarding #progressbar li {
  list-style-type: none;
  width: 25%;
  text-align: center;
  float: left;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .digtialboarding #progressbar li {
    font-size: 0.75rem;
  }
}
.digtialboarding #progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}
.digtialboarding #progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}
.digtialboarding #progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}
.digtialboarding #progressbar #document:before {
  font-family: FontAwesome;
  content: "\f15b";
}
.digtialboarding #progressbar #address:before {
  font-family: FontAwesome;
  content: "\f3c5";
}
.digtialboarding #progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}
.digtialboarding #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #C3D0E0;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
.digtialboarding #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #C3D0E0;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.digtialboarding #progressbar li.active:before,
.digtialboarding #progressbar li.active:after {
  background: #979797C9;
}
.digtialboarding .progress {
  height: 10px;
}
.digtialboarding .fit-image {
  width: 100%;
  object-fit: cover;
}
.digtialboarding video {
  outline: 40px solid rgba(151, 151, 151, 0.75) !important;
  outline-offset: -40px;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 576px) {
  .digtialboarding video {
    outline: 20px solid rgba(151, 151, 151, 0.75) !important;
    outline-offset: -20px;
  }
}
.digtialboarding .img-preview {
  background-color: #F1F4F8;
  display: inline-block;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
.digtialboarding .img-preview::before {
  content: "Image preview";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  z-index: 0;
}
.digtialboarding .img-preview img {
  position: relative;
  z-index: 1;
}

.form-control {
  border-radius: 0;
  height: 44px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #979797C9;
}

.form-label {
  font-weight: bold;
}

/* CONTACT PAGE */
.contact-title {
  position: relative;
  padding: 4rem 0 5rem 6rem;
}
.contact-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pagetitle-pattern.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .contact-title {
    padding: 3rem 0 4rem 5rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-title {
    padding: 2rem 0 3rem 4rem;
  }
}

.contactform .floatingLabel {
  position: relative;
}
.contactform .floatingLabel .floatingLabel-input {
  color: #ffffff;
}
.contactform .floatingLabel .floatingLabel-input::placeholder {
  opacity: 0;
}
.contactform .floatingLabel .floatingLabel-input:not(:placeholder-shown) ~ .floatingLabel-label, .contactform .floatingLabel .floatingLabel-input:focus ~ .floatingLabel-label {
  top: -8px;
}
.contactform .floatingLabel-label {
  position: absolute;
  pointer-events: none;
  top: 11px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.contact-box {
  border: 1px solid #1C2C4B;
  text-align: center;
}
.contact-box img {
  max-height: 100%;
  max-width: 72px;
}
.contact-box .contact-icon {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenttable td {
  padding: 0.5rem 0;
}

.onb-deleteicon {
  position: absolute;
  z-index: 10;
  right: 4px;
  font-size: 1.125rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 8px;
  line-height: 1;
}

.digtialboarding .idcardImg-instruction .onboarding-icon {
  max-height: 120px;
  margin-right: 0.5rem;
}

.nice-select .list .option {
  line-height: 4;
}

@media screen and (max-width: 991px) {
  .main-menu .media .avatar-md {
    height: 48px;
    width: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .main-menu .media .avatar-md i {
    font-size: 1.2rem;
  }
  .main-menu .media .media-body {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-widget {
    width: 100%;
    top: auto;
    transform: unset;
    right: 0;
    bottom: 0;
  }
  .contact-widget ul {
    display: flex;
    flex: 1;
  }
  .contact-widget ul > li {
    flex-grow: 1;
    border-radius: 0 !important;
  }
  .contact-widget .contact {
    background-color: #789EC9;
    color: #ffffff;
    border-top-left-radius: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-widget .contact a {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .contact-widget .call {
    border-bottom-left-radius: 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  .line-secondary {
    display: none;
  }

  .avatar-sm {
    height: 45px;
    width: 45px;
  }
  .avatar-md {
    height: 75px;
    width: 75px;
  }
  .avatar-lg {
    height: 90px;
    width: 90px;
  }
  .avatar-xl {
    height: 80px;
    width: 80px;
  }

  .main-menu .media .avatar-md {
    height: 34px;
    width: 34px;
    margin-right: 0.5rem !important;
  }
  .main-menu .media .avatar-md i {
    font-size: 1rem;
  }
  .main-menu .media .media-body {
    font-size: 0.6rem;
  }

  .inner-pages {
    height: 23vh;
  }
}

/*# sourceMappingURL=custom.css.map */
