/* Shal Logistics Website Design */
:root {
  --bs-montersart: "Montserrat", sans-serif;
  --bs-poppins: "Poppins", sans-serif;
  --bs--crismson: "Crimson Text", serif;
  --bs--manrope: "Manrope", serif;
  --bs--opensans: "Open Sans", serif;
  --bs--lora: "Lora", serif;
  --bs--roboto-slab: "Roboto Slab", serif;
  --bs--nunito: "Nunito Sans", sans-serif;
  --bs--epilogue: "Epilogue", sans-serif;
  --bs-white: #fff;
  --bs-shal-blue: #201652;
  --bs-shal-red: #b11d29;
  --bs-black: #000;
  --bs-grey: #fafafa;
  --bs-blackgrey: #515151;
  --bs-grey: #a9a9a9;
  --bs-whiteblue: #f7f9ff;
  --bs-whites: #fafafa;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--bs-shal-red);
  border: 1px solid #b11d29;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.dropdown-menu {
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: 0 !important;
  transform: translateY(0px);
  transition: 0.5s ease all;
}
a {
  color: inherit;
  text-decoration: none;
}
h2 {
  color: var(--bs-shal-blue);
  font-family: var(--bs-poppins);
  font-weight: 400;
  font-size: 48px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-5 {
  margin-top: 50px;
}
.mt-10 {
  margin-top: 100px;
}
/* Navbar */
.header-nav {
  width: 95%;
  margin: 0 auto;
}
.nav-link {
  font-family: var(--bs--manrope);
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-shal-blue);
}
.navbar-collapse {
  justify-content: flex-end;
}
.navbar-nav {
  gap: 20px;
}
.navbar-expand-lg .navbar-collapse {
  margin-right: 25px;
}
.navbar {
  padding: 0;
}
.dropdown-menu {
  border-radius: 5px;
  border: 1px solid #ededed;
}
.dropdown-item {
  font-family: var(--bs--nunito);
  font-size: 15px;
  font-weight: 400;
}
.dropdown-item:hover {
  background-color: var(--bs-shal-blue);
  color: var(--bs-white);
}
.login-btn {
  background-color: var(--bs-shal-red);
}
.login-btn a {
  color: var(--bs-white);
}
.login-btn a:hover {
  color: var(--bs-white);
}
/* Landing Page */
.landing-sec {
  width: 100%;
  /* height: 120vh; */
  position: relative;
}
.shal-bg {
  position: absolute;
  font-size: 500px;
  color: var(--bs-shal-blue);
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--bs-poppins);
  opacity: 1.5%;
  z-index: -1;
  font-weight: 800;
}
.landing-dark {
  width: 100%;
  height: 100%;
  position: absolute;
}
.landing-cont {
  padding: 130px 0px 0px;
  position: relative;
  z-index: 1;
  color: var(--bs-white);
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.landing-cont h1 {
  font-family: var(--bs--epilogue);
  font-size: 52px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 1px;
  width: 95%;
  margin: 0 auto;
  color: var(--bs-shal-blue);
}
.landing-cont h1 span {
  color: var(--bs-shal-red);
  font-weight: 700;
}
.landing-cont p {
  font-family: var(--bs--nunito);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--bs-blackgrey);
}
.landing-cont .btn {
  background-color: var(--bs-shal-red);
  font-family: var(--bs--nunito);
  color: var(--bs-white);
  padding: 10px 15px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  box-shadow: #ff8484 0 10px 20px -10px;
}
/* CSS */
.button-34 {
  border-radius: 999px;
  box-shadow: #5e5df0 0 10px 20px -10px;
  box-sizing: border-box;
}
.logistics-type {
  position: absolute;
  z-index: 10;
  padding: 0px 60px 0px;
  bottom: 0;
  display: flex;
}
.logistics-tag {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.144),
    rgba(255, 255, 255, 0)
  );
  padding: 20px;
  display: flex;
  align-items: center;
}
.logistics-tag img {
  width: 35px;
}
.logistics-tag span {
  color: var(--bs-white);
  margin-left: 10px;
  font-family: var(--bs--nunito);
  font-weight: 300;
}
.landing-img {
  /* position: absolute; */
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 70%;
  position: relative;
}
.landing-img img {
  width: 100%;
}
.landing-img .shal-service-box {
  width: 230px;
  background: rgba(255, 255, 255, 0.25);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  position: absolute;
  top: 400px;
  right: -80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 10px 10px;
}
.shal-service-box i {
  color: var(--bs-shal-blue);
  font-size: 30px;
}
.shal-service-box p {
  margin: 0;
  font-family: var(--bs--nunito);
  font-size: 18px;
  color: var(--bs-shal-blue);
  font-weight: 600;
}
.shal-service-box span {
  background-color: var(--bs-shal-red);
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
.shal-service-box span .bx {
  color: var(--bs-white);
}
.landing-img .shal-service-box {
  width: 230px;
  background: rgba(255, 255, 255, 0.25);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  position: absolute;
  top: 400px;
  right: -80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 10px 10px;
}
.shal-service-box i {
  color: var(--bs-shal-blue);
  font-size: 30px;
}
.shal-service-box p {
  margin: 0;
  font-family: var(--bs--nunito);
  font-size: 18px;
  color: var(--bs-shal-blue);
  font-weight: 600;
}
.shal-service-box span {
  background-color: var(--bs-shal-red);
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
.shal-service-box span .bx {
  color: var(--bs-white);
}
.landing-img .shal-service-box-1 {
  width: 230px;
  background: rgba(255, 255, 255, 0.25);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  position: absolute;
  top: 100px;
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 10px 10px;
}
.landing-img .shal-service-box-2 {
  width: 230px;
  background: rgba(255, 255, 255, 0.25);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  position: absolute;
  left: 200px;
  bottom: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 10px 10px;
}
.shal-service-box-2 i {
  color: var(--bs-shal-blue);
  font-size: 30px;
}
.shal-service-box-2 p {
  margin: 0;
  font-family: var(--bs--nunito);
  font-size: 18px;
  color: var(--bs-shal-blue);
  font-weight: 600;
}
.shal-service-box-2 span {
  background-color: var(--bs-shal-red);
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
.shal-service-box-2 span .bx {
  color: var(--bs-white);
}
.contianer-img {
  animation: bounce2 10s ease-in-out infinite;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Shal Anniversary */
.shal-anniver {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: 0px auto 0px;
  background-color: #fafafa;
  border-radius: 10px;
}
.shal-anniver-div img {
  width: 100%;
  position: absolute;
  left: 0;
  padding-top: 30px;
  z-index: 1;
}
.shal-anvi {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 70px 0px 75px;
  /* border: 1px solid #eaeaea; */
  border-radius: 10px;
  /* background-color: #fafafa; */
  z-index: 2;
}
.shal-anvi-1 {
  width: 35%;
}
.shal-anvi-2 {
  width: 70%;
}
.shal-anvi-2 h2 {
  font-family: var(--bs-poppins);
  font-weight: 600;
  color: var(--bs-shal-blue);
  font-size: 42px;
  width: 95%;
}
.shal-anvi-2 p {
  color: var(--bs-black);
  font-size: 16px;
  font-family: var(--bs--nunito);
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-top: 20px;
  padding-right: 5px;
}
.shal-ani-bg {
  position: absolute;
  width: 300px;
  right: -100px;
  transform: scaleX(-1);
  opacity: 5%;
  z-index: 1;
}
/* Service */
.shal-service {
  width: 90%;
  margin: 80px auto;
}
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #fff;
}

.service-card-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.service-card {
  padding: 5px;
  border-radius: 10px;
  transition: 500ms ease-in-out;
}
.service-card span {
  font-family: var(--bs-poppins);
  font-size: 26px;
  color: var(--bs-shal-blue);
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
.service-card p {
  font-family: var(--bs--nunito);
  font-size: 14px;
  text-align: left;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.service-card a {
  color: var(--bs-shal-red);
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--bs--nunito);
}
.service-card a img {
  margin-left: 5px;
  width: 50px;
  transition: 500ms ease-in-out;
}
.shal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shal-title h2 {
  width: 90%;
}
.shal-title .swiper {
  width: 8%;
  /* display: block; */
  height: 50px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.shal-title .swiper .bx {
  font-size: 42px;
  color: #c6c6c6;
  transition: 1000ms ease-in-out;
}
.shal-title .swiper .bx:hover {
  color: var(--bs-shal-blue);
}
/* .service-card a img:hover {
  transform: rotate(45deg);
} */
.service-card a:hover img {
  transform: rotate(45deg);
}
.service-card:hover {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.left-cut {
  position: absolute;
  width: 100px !important;
  height: 200px;
  background-color: var(--bs-white);
  transform: rotate(58deg);
  top: -100px;
  left: -60px;
}
.right-cut {
  position: absolute;
  width: 100px !important;
  height: 200px;
  background-color: var(--bs-white);
  transform: rotate(58deg);
  bottom: -90px;
  right: -60px;
}
/* About us */
.about-us {
  margin: 150px auto;
  width: 100%;
  position: relative;
}
.about-sect {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-1 {
  width: 50%;
}
.about-2 {
  width: 50%;
}
.about-1 img {
  width: 75%;
}
.about-2 h2 {
  margin-bottom: 20px;
}
.about-2 p {
  font-family: var(--bs--nunito);
  line-height: 32px;
  letter-spacing: 0.5px;
}
.element-1 {
  position: absolute;
  left: -50px;
  width: 100px;
  top: 200px;
}
.about-element {
  position: absolute;
  width: 30%;
  z-index: -1;
  top: -100px;
  left: -100px;
  transform: rotate(224deg);
}
/* Shal Companies */
.shal-emplo {
  width: 100%;
  position: relative;
}
.shal-companies {
  width: 95%;
  margin: 100px auto;
}
.shal-companies h2 {
  text-align: center;
  width: 100%;
  display: block;
}
.shal-comp-img {
  width: 90%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shal-comp-img img {
  width: 15%;
  filter: grayscale(100%);
  opacity: 35%;
  transition: 500ms ease-in-out;
}
.shal-comp-img img:hover {
  filter: none;
  opacity: 100%;
}
/* Shal Employe */
.shal-emplo {
  background-color: var(--bs-shal-blue);
  padding: 50px 0px;
  width: 98%;
  margin: 0 auto;
  border-radius: 10px;
  height: 20rem;
  overflow: hidden;
}
.shal-empl-div {
  width: 95%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.shal-empl-1 {
  width: 80%;
}
.shal-empl-2 {
  width: 100%;
}
.shal-empl-1 img {
  width: 90%;
  margin-top: 50px;
}
.shal-emp-title {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.shal-emp-title h2 {
  color: var(--bs-white);
  text-align: center;
}
.shal-emp-title p {
  color: var(--bs-white);
  font-family: var(--bs-poppins);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.shal-empl-2 span {
  color: var(--bs-white);
}
/* Counter */
.shal-empl-2 .contents {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  width: 100%;
  justify-content: space-around;
}
.number-div {
  display: flex;
  flex-direction: column;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.plus-div {
  display: flex;
  align-items: center;
}
.plus-div .value {
  color: var(--bs-white);
  font-size: 54px;
  font-family: var(--bs-poppins);
}
.plus-div span {
  font-size: var(--bs-white);
  font-size: 48px;
}
.number-div span {
  font-size: var(--bs-white);
  font-size: 24px;
  font-family: var(--bs--nunito);
  font-weight: 300;
}
.element-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 0;
  opacity: 10%;
}
/* Shal Serve */
.shal-serve {
  width: 95%;
  margin: 100px auto;
}
.shal-ser-div {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: center;
  gap: 0px;
  margin: 0 auto;
}
.shal-ser-tag {
  width: 200px;
  height: 200px;
  background-color: var(--bs-white);
  display: flex;
  align-items: center;
  padding: 30px 30px;
  gap: 25px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 500ms ease-in-out;
}
.shal-ser-tag-1 {
  width: 200px;
  height: 200px;
  background-color: var(--bs-white);
  display: flex;
  align-items: center;
  padding: 30px 30px;
  gap: 25px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 500ms ease-in-out;
}
.shal-ser-tag:hover {
  background-color: var(--bs-whiteblue);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.shal-ser-tag-1:hover {
  background-color: var(--bs-whiteblue);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.shal-ser-tag img {
  width: 60px;
}
.shal-ser-tag-1 img {
  width: 60px;
}
.shal-ser-tag span {
  font-family: var(--bs--nunito);
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-black);
  text-align: center;
}
.shal-ser-tag-1 span {
  font-family: var(--bs--nunito);
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-black);
  text-align: center;
}
.shal-serve h2 {
  text-align: center;
  margin-bottom: 50px;
}
.shal-ser-tag {
  border-right: 1px solid #efefef;
  cursor: pointer;
}
.shal-ser-tag-1 {
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
  cursor: pointer;
}
.shal-ser-tag-1:last-child {
  border-right: 0px solid #c6c6c6;
}
.shal-ser-tag:last-child {
  border-right: 0px solid #ebebeb;
}
.about-page-line {
  position: absolute;
  z-index: -10;
  height: 90%;
  opacity: 45%;
}
/* Blog */
.shal-blog {
  width: 95%;
  margin: 0 auto;
}
.shal-blog h2 {
  text-align: center;
}
.blog-card {
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.card {
  position: relative;
}
.card-body {
  padding: 10px;
}
.blog-card .card {
  width: 27%;
  border: 1px solid #ffffff !important;
}
.blog-card .card-title {
  font-family: var(--bs-poppins);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
  color: var(--bs-shal-blue);
  margin-top: 10px;
}
.blog-card .card-body span {
  font-family: var(--bs-poppins);
  color: grey;
  font-size: 14px;
  text-align: end;
  display: block;
}
.blog-card p {
  font-family: var(--bs-poppins);
  font-size: 12px;
  color: var(--bs-blackgrey);
}
.blog-a {
  background-color: var(--bs-shal-blue);
  color: var(--bs-white);
  width: fit-content;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: var(--bs-poppins);
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Footer */
.footer {
  /* margin-top: 10%; */
  /* background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.651),
    #f0f0f0
  ); */
  padding: 30px 0px 1px;
  position: relative;
  overflow: hidden;
}
.element-3 {
  position: absolute;
  width: 500px;
  right: -10px;
  bottom: 0;
  opacity: 20%;
}
.footer-div {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.footer1 {
  width: 30%;
}
.footer2 {
  width: 23%;
}

.footer3 {
  width: 22%;
  padding: 0px 20px;
}
.footer4 {
  width: 25%;
}
.footer1 img {
  width: 80px;
}
.footer-div h4 {
  color: var(--bs-shal-blue);
  font-size: 22px;
  font-family: var(--bs--nunito);
  border-bottom: 1px solid #b11d29;
  width: fit-content;
}
.footer-div ul {
  margin: 0;
  padding: 0;
}
.footer-div ul li {
  list-style: none;
  color: var(--bs-shal-blue);
  line-height: 36px;
  font-family: var(--bs--nunito);
  font-size: 15px;
  transition: 500ms ease-in-out;
  width: fit-content;
}
.footer-div ul li a {
  font-family: var(--bs--nunito);
  color: var(--bs-shal-blue);
  font-size: 15px;
  font-weight: 400;
}
.footer-div ul li .bx {
  color: var(--bs-shal-red);
}
.footer1 p {
  color: var(--bs-shal-blue);
  font-size: 14px;
  font-family: var(--bs--nunito);
  margin-top: 15px;
  margin: 10px 0px;
  font-weight: 400;
}
.footer4 ul li:first-child {
  line-height: 26px;
}
.footer4 .bx {
  font-size: 20px;
}
.social-media {
  border-top: 1px solid #a0a0a02e;
  margin-top: 10px;
  padding: 10px 0px;
  font-family: var(--bs--nunito);
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--bs-shal-blue);
}
.social-media .bx {
  color: var(--bs-shal-red);
  font-size: 28px;
  /* margin-right: 10px; */
  margin-left: 10px;
}
.footer2 ul li:hover {
  padding-left: 10px;
}
.footer3 ul li:hover {
  padding-left: 10px;
}
.copyright {
  width: 90%;
  margin: 10px auto;
  text-align: center;
  color: var(--bs-shal-blue);
  font-family: var(--bs-poppins);
  font-weight: 500;
  font-size: 16px;
  border-top: 1px solid #b1b1b134;
  padding: 10px 0px;
}
.oth-footer {
  background-color: var(--bs-shal-blue);
  padding-top: 50px;
  margin-top: 0%;
}
.footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 20%;
  z-index: -1;
}
/* About Us */
.about-landing {
  width: 100%;
  height: 50rem;
}
.about-landing-sec {
  width: 100%;
  height: 25rem;
  position: relative;
}
.about-landing .about-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.about-title {
  padding: 200px 50px 50px;
}
.about-title h1 {
  color: var(--bs-white);
  font-size: 58px;
  font-family: var(--bs-poppins);
  font-weight: 600;
}
.about-title span {
  color: var(--bs-white);
  font-family: var(--bs--nunito);
  font-size: 22px;
}
.about-landing .shal-year-element {
  width: 500px;
  position: absolute;
  bottom: -250px;
  right: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100%;
}
.about-land-div {
  width: 95%;
  margin: 5px auto;
}
.about-div-1 {
  width: 60%;
  line-height: 40px;
}
.about-div-1 {
  font-family: var(--bs--nunito);
  font-size: 16px;
}
.about-div-1 span {
  color: var(--bs-shal-red);
  font-family: var(--bs--nunito);
  font-weight: 600;
  font-size: 22px;
}
.about-cont {
  display: flex;
  gap: 50px;
  font-size: 18px;
  color: var(--bs-shal-blue);
  align-items: center;
}
.about-cont .bx {
  color: var(--bs-shal-red);
}
/* Service Tab */
.nav-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
.about-service {
  width: 95%;
  margin: 0 auto;
}
.about-service .nav-link {
  font-size: 18px;
}
.about-service .nav-link img {
  width: 30px;
}
.about-service .nav-tabs .nav-link {
  width: 15%;
}
.about-service .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: white;
  margin: 0;
  padding: 10px;
}
.about-service .nav-tabs .nav-item.show .nav-link,
.nav-tabs {
  color: var(--bs-shal-blue);
}
.about-service .nav-link.active {
  border-bottom: 1px solid #b11d29 !important;
  color: var(--bs-shal-blue) !important;
}
.about-service .nav-link:hover {
  border: 1px solid transparent;
}
.about-service button {
  display: flex;
  gap: 10px;
  align-items: center;
}
.about-tab {
  width: 100%;
  background-color: #fcfcfc;
  padding: 40px 20px;
  position: relative;
}
.about-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
.list-bg{
  position: absolute;
  width: 100%;
  opacity: 3%;
  bottom: 0;
}
.about-crd {
  width: 30%;
  /* border-right: 1px solid #DCDCDC; */
  padding: 30px;
  position: relative;
  z-index: 10;
}
.about-crd-1 {
  width: 30%;
  /* border-right: 1px solid #DCDCDC; */
  padding: 30px;
  position: relative;
  z-index: 10;
}
.about-card .about-crd-1:nth-child(2) {
  width: 30%;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px;
  position: relative;
}
.about-card .about-crd-1:nth-child(3) {
  width: 30%;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px;
}
.about-card .about-crd-1:nth-child(4) {
  width: 30%;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding: 30px;
}
.about-card .about-crd-1:nth-child(5) {
  width: 30%;
  border-right: 1px solid #dcdcdc;
  padding: 30px;
}
.about-crd-1 p {
  font-family: var(--bs--manrope);
  font-size: 14px;
  line-height: 26px;
  color: var(--bs-blackgrey);
  letter-spacing: 0.5;
}
.about-crd-1 span {
  font-family: var(--bs-poppins);
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-shal-blue);
}
.about-card .about-crd-1 {
  transition: 500ms ease-in-out;
}
/* .about-card .about-crd-1:hover {
  background-color: #ffffff;
} */
.about-crd h2{
  font-weight: 700;
  font-size: 42px;
}
.color-tag{
  color: var(--bs-shal-red);
}
.shal-office{
  margin-top: 200px;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
.shal-office-div{
  display: flex;
  align-items: center;
  width: 90%;
  margin: 50px auto;
  justify-content: space-evenly;
}
.company-tag{
  width: 10%;
  border: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--bs-white);
}
.company-tag img{
  width: 70px;
}
.company-tag span{
  font-family: var(--bs-poppins);
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.shal-office p{
  font-family: var(--bs--manrope);
}
/* Statement */
.about-statement {
  position: relative;
  margin-top: 100px;
}
.about-statement h2 {
  text-align: center;
}
.about-statement-1 {
  display: flex;
  width: 80%;
  margin: 100px auto 100px;
  align-items: center;
}
.about-mission-1 {
  width: 50%;
  text-align: center;
}
.about-mission-2 {
  width: 50%;
}
.about-mission-1 img {
  width: 60%;
}
.statement-title {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.statement-title h4 {
  color: var(--bs-shal-red);
  font-size: 32px;
  font-family: var(--bs-poppins);
  font-weight: 700;
  font-style: italic;
}
.about-mission-2 p {
  font-family: var(--bs--nunito);
  font-size: 17px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 0.1px;
  margin-top: 10px;
  font-weight: 500;
}
.parallelogram {
  width: 110px;
  height: 25px;
  transform: skew(334deg);
  background: var(--bs-shal-blue);
  display: block;
}
.about-statement-2 {
  margin-top: 80px;
}
.about-statement-2 .statement-title {
  display: flex;
  justify-content: flex-end;
}
.element-4 {
  position: absolute;
  width: 350px;
  right: -170px;
  opacity: 30%;
}
.element-6 {
  position: absolute;
  width: 250px;
  left: -85px;
  bottom: 0;
  opacity: 10%;
}
.tab-cont {
  width: 95%;
  display: flex;
  margin-top: 30px;
  gap: 20px;
  justify-content: space-between;
  margin: 40px auto 0px;
}
.tab-cont-1 {
  width: 50%;
}
.tab-cont-2 {
  width: 50%;
  text-align: center;
}
.tab-cont-2 img {
  width: 75%;
  border-radius: 10px;
}
.tab-cont-1 p {
  font-family: var(--bs--nunito);
  font-size: 18px;
  color: var(--bs-black);
  line-height: 42px;
  letter-spacing: 0.5px;
}
.about-mission-2 p span {
  color: var(--bs-shal-blue);
  font-weight: 600;
}
/* Shal History */
.hist-shal {
  width: 100%;
  height: 42rem;
  position: relative;
}
.about-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hist-div-sec {
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 10% 0px;
  width: 95%;
  margin: 0 auto;
  height: inherit;
}
.hist-div-1 {
  width: 50%;
}
.hist-div-2 {
  width: 50%;
}
.hist-div-2 swiper-slide {
  background-color: transparent;
  display: block;
}
.hist-div-2 swiper-container swiper-slide {
  text-align: left;
  width: 90%;
}
.hist-div-1 h2 {
  color: var(--bs-shal-blue);
  font-size: 72px;
  font-family: var(--bs-poppins);
  font-weight: 800;
  letter-spacing: 0.5px;
  width: 100%;
}
.hist-div-1 h2 span {
  color: var(--bs-shal-red);
}
.hist-div-1 p {
  font-family: var(--bs-poppins);
  font-size: 18px;
}
.hist-title p {
  font-family: var(--bs--nunito);
  color: var(--bs-shal-blue);
  font-weight: 700;
  font-size: 62px !important;
}
.hist-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hist-title span {
  width: 20px;
  height: 45px;
  background-color: var(--bs-shal-blue);
}
.hist-title hr {
  width: 100%;
  color: var(--bs-shal-red);
  border: 2px solid #b11d29;
  opacity: 100%;
}
.hist-div-2 swiper-slide p:first-child {
  font-family: var(--bs--nunito);
  font-weight: 800;
}
.hist-div-2 swiper-slide p:last-child {
  font-size: 17px;
  font-family: var(--bs--nunito);
  letter-spacing: 0.5px;
}
.call-of-action {
  background-color: #fcfcfc;
  position: relative;
  width: 100%;
  /* height: 15rem; */
  margin-top: 18%;
}
.jounery-bg {
  position: absolute;
  opacity: 5%;
  width: 35%;
  bottom: 100px;
}
.action-div {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.call-img {
  width: 30%;
  position: relative;
}
.call-content {
  width: 70%;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.element-5 {
  position: absolute;
  width: fit-content;
  top: 0;
  left: 0;
  opacity: 50%;
}
.call-img img {
  width: 100%;
  position: absolute;
  top: -170px;
  z-index: 1;
}
.call-content span {
  font-family: var(--bs-poppins);
  font-size: 30px;
  font-weight: 400;
  color: var(--bs-shal-blue);
  letter-spacing: 0.5px;
}
.call-content a {
  font-family: var(--bs-poppins);
  font-size: 32px;
  font-weight: 500;
  color: var(--bs-shal-blue);
  letter-spacing: 0.5px;
}
.about-footer {
  margin-top: 0%;
}
/* Contact Page */
.contact-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact-div-1 {
  width: 50%;
  padding: 50px 100px;
  position: relative;
  overflow: hidden;
  padding: 120px 80px 0px;
}
.contact-div-2 {
  width: 50%;
  background-color: var(--bs-whiteblue);
  padding: 120px 50px 50px;
}
.contact-div-1 h1 {
  font-family: var(--bs-poppins);
  font-size: 56px;
  color: var(--bs-shal-blue);
  font-weight: 600;
}
.contact-div-1 span {
  font-size: 18px;
  color: var(--bs-shal-blue);
  font-family: var(--bs--nunito);
  font-weight: 600;
}
.contact-div-1 .bx {
  color: var(--bs-shal-red);
  margin-right: 5px;
}
.contact-div-1 p {
  font-family: var(--bs--nunito);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 24px;
  margin-left: 30px;
}
.contact-div-1 div {
  margin-bottom: 20px;
}
.contact-div-2 span {
  font-family: var(--bs-poppins);
  font-size: 36px;
  color: var(--bs-shal-blue);
  font-weight: 600;
}
.contact-div-2 .mb-3 span {
  color: var(--bs-shal-red);
  font-size: 14px;
}
.contact-div-2 .btn {
  background-color: var(--bs-shal-red);
  color: var(--bs-white);
  font-family: var(--bs-poppins);
}
.element-7 {
  position: absolute;
  left: -310px;
  top: 50px;
  width: 40%;
  z-index: -1;
  opacity: 70%;
}
.contact-div-2 label {
  font-family: var(--bs--nunito);
  font-weight: 500;
  font-size: 15px;
}
/* Network */
.network-div {
  margin-top: 100px;
  position: relative;
}
.network-div .net-bg {
  position: absolute;
  width: 70%;
  left: -375px;
  top: -105px;
  z-index: -1;
  opacity: 8%;
}
.network-sec {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.network-sec-1 {
  width: 60%;
  padding: 0px 25px;
}
.network-sec-2 {
  width: 40%;
  padding: 0px 25px;
}
.network-sec-2 span {
  font-family: var(--bs-poppins);
  color: var(--bs-shal-blue);
  font-weight: 600;
  font-size: 24px;
}
.network-card {
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  padding: 15px 20px;
  border-radius: 10px;
}
.network-card span {
  color: var(--bs-shal-blue);
  font-family: var(--bs-poppins);
  font-size: 22px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.network-card ul {
  padding: 0px;
}
.network-card ul li {
  list-style: none;
  font-family: var(--bs--nunito);
  font-size: 15px;
  color: var(--bs-black);
  margin-top: 10px;
}
.network-card ul li .bx {
  color: var(--bs-shal-red);
}
.network-list {
  border: 1px solid #d9d9d9;
  margin-top: 20px;
  border-radius: 10px;
  padding: 10px;
}
.network-list .accordion-button {
  background-color: var(--bs-white);
  border-radius: 10px;
}
.network-list .accordion-button:focus {
  z-index: 3;
  border-color: white;
  outline: 0;
  box-shadow: none;
}
.network-list .accordion-body {
  border-top: 0.5px solid #a9a9a9;
  padding: 10px;
}
.network-sec-1 span {
  font-family: var(--bs--nunito);
  font-size: 20px;
  color: var(--bs-shal-red);
}
.network-sec-1 h1 {
  color: var(--bs-shal-blue);
  font-weight: 600;
  font-family: var(--bs-poppins);
  font-size: 56px;
}
.network-sec-1 p {
  font-family: var(--bs--nunito);
  color: var(--bs-blackgrey);
  font-size: 18px;
}
.network-card img {
  width: 30px;
}
.network-list img {
  width: 30px;
}
.network-list .accordion-button span {
  display: flex;
  gap: 10px;
  color: var(--bs-shal-blue);
  font-size: 22px;
  font-weight: 500;
  align-items: center;
}
.network-list .accordion-button::after {
  background-image: url(../svg/close-circle-svgrepo-com.svg) !important;
  transform: rotate(45deg);
}
.network-list .accordion-button:not(.collapsed)::after {
  background-image: url(../svg/close-circle-svgrepo-com.svg) !important;
  transform: rotate(360deg);
}
.network-list ul {
  padding: 0px;
}
.network-list ul li {
  list-style: none;
  font-family: var(--bs--nunito);
  font-size: 16px;
  color: var(--bs-black);
  margin-top: 10px;
}
.network-list .accordion-body ul {
  transition: 1000ms ease-in-out;
  border-bottom: 1px solid #ffffff;
}
.network-list .accordion-body ul:hover {
  border-bottom: 1px solid #ececec;
}
.network-list .accordion-body ul:hover:last-child {
  border-bottom: 1px solid #fff;
}
/* Sea Logistics Service */
.logistics-img {
  width: 100%;
  /* height: 150px; */
  position: relative;
  margin-top: 60px;
}
.logistics-cont {
  position: absolute;
  width: 90%;
  margin: 70px 50px;
  color: var(--bs-white);
}
.logistics-img img {
  width: 100%;
}
.logistics-cont span {
  font-size: 20px;
  font-family: var(--bs-poppins);
}
.logistics-cont h1 {
  font-size: 54px;
  font-family: var(--bs-poppins);
  font-weight: 700;
}
.logistics-p {
  width: 95%;
  margin: 30px auto;
  font-family: var(--bs--nunito);
  line-height: 32px;
}
.logistics-type {
  width: 100%;
}
.logistics-type-cont {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.logistics-type-cont-1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.logistics-types h2 {
  text-align: center;
  display: block;
  margin-top: 100px;
}
.logitics-type-1 {
  width: 50%;
  padding: 50px;
}
.logitics-type-2 {
  width: 50%;
}
.logitics-type-2 img {
  width: 100%;
}
.logitics-type-1 span {
  font-size: 42px;
  color: var(--bs-shal-blue);
  font-weight: 700;
  font-family: var(--bs-poppins);
}
.logitics-type-1 p {
  font-family: var(--bs--nunito);
  line-height: 28px;
}
.logitics-type-1 ul li {
  font-family: var(--bs-poppins);
  font-size: 16px;
  line-height: 32px;
}
.ash {
  margin-top: 0px;
}
.logistics-iso {
  width: 100%;
  background-color: var(--bs-whiteblue);
}
.logistics-iso {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding: 50px 0px;
}
.iso-div-1 {
  width: 50%;
  padding: 50px;
}
.iso-div-2 {
  width: 40%;
  display: block;
  margin-left: 100px;
}
.iso-div-2 img {
  width: 95%;
  transform: rotate(0.3deg);
}
.iso-div-1 h2 {
  font-family: var(--bs-poppins);
  font-size: 42px;
  color: var(--bs-shal-blue);
  font-weight: 600;
}
.iso-div-1 p {
  font-family: var(--bs-poppins);
  font-size: 16px;
  line-height: 32px;
}
.iso-div-1 .contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iso-div-1 .contents .value {
  font-size: 32px;
  color: var(--bs-shal-blue);
}
.iso-div-1 .contents span {
  font-size: 22px;
  color: var(--bs-black);
}
.logistics-parallex {
  width: 100%;
  height: 260px;
  position: relative;
  margin-bottom: 300px;
}
.parallax {
  background-image: url(../webp/parallex.webp);
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logistics-parallex p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--bs-poppins);
  font-size: 52px;
  color: var(--bs-white);
  text-align: center;
  font-weight: 800;
  z-index: 1;
}
.overlay {
  position: absolute;
  background-color: var(--bs-black);
  opacity: 40%;
  width: 100%;
  height: 260px;
  z-index: 0;
  top: 0;
}
.logistics-ser-cont {
  display: flex;
  gap: 30px;
}
.logistics-ser-cont-1 {
  width: 50%;
  padding: 30px 0px;
}
.logistics-ser-cont-2 {
  width: 50%;
  text-align: center;
}
.logistics-ser-cont-2 img {
  width: 90%;
  border-radius: 10px;
}
.logistics-other span {
  color: var(--bs-shal-blue);
  font-family: var(--bs-poppins);
  font-size: 28px;
  font-weight: 500;
}
/* Responsive Css */
@media only screen and (max-width: 786px) {
  body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
  }
  .navbar {
    padding-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  }
  .navbar-nav {
    gap: 10px;
  }
  .shal-bg {
    display: none;
  }
  .landing-img .shal-service-box {
    display: none;
  }
  .landing-img .shal-service-box-2 {
    display: none;
  }
  .footer-div {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer1 {
    width: 100%;
    padding: 0px;
  }
  .footer2,
  .footer3 {
    width: 45%;
    padding: 0px;
  }
  .footer4 {
    width: 100%;
  }
  .copyright {
    width: 100%;
  }
  .action-div {
    flex-direction: column;
  }
  .call-img {
    width: 100%;
  }
  .call-img img {
    width: 100%;
    position: absolute;
    top: -215px;
    z-index: 1;
  }
  .call-content {
    width: 100%;
    flex-direction: column;
    padding: 45px 10px;
  }
  .call-content span {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .call-content a {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .call-of-action {
    margin-top: 65%;
  }
  .about-footer {
    margin-top: -10%;
  }
  .shal-emplo {
    height: auto;
  }
  .contents {
    flex-direction: column-reverse !important;
  }
  .number-div {
    align-items: center;
  }
  .shal-comp-img {
    gap: 50px;
    flex-direction: column;
  }
  .shal-comp-img img {
    width: 80%;
  }
  .about-us {
    margin: 80px auto;
  }
  .about-sect {
    width: 100%;
    padding: 20px;
    flex-direction: column-reverse;
  }
  .about-1 {
    width: 100%;
  }
  .about-2 {
    width: 100%;
  }
  .about-1 img {
    width: 100%;
    margin-left: -20px;
  }
  .shal-title .swiper {
    width: 35%;
  }
  .shal-anniver-div img {
    display: none;
  }
  .shal-anvi-1 {
    display: none;
  }
  .shal-anvi-2 {
    width: 100%;
  }
  .shal-anvi {
    padding: 35px 15px 15px;
  }
  .landing-img {
    width: 95%;
  }
  .landing-img img {
    width: 100%;
    margin-top: 30px;
  }
  .landing-cont h1 {
    font-size: 46px;
    line-height: 60px;
  }
  .element-1 {
    left: -60px;
    top: 155px;
  }
  .shal-ser-tag,
  .shal-ser-tag-1 {
    border-right: none;
    border-left: none;
  }
  .shal-ser-tag,
  .shal-ser-tag-1 {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
  }
  .shal-ser-tag:last-child,
  .shal-ser-tag-1:last-child {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
  }
  .shal-ser-div {
    gap: 10px;
  }
  .login-btn {
    width: fit-content;
    padding: 10px 20px;
  }
  .logistics-ser-cont {
    flex-direction: column;
  }
  .logistics-ser-cont-1 {
    width: 100%;
    padding: 90px 0px 0px;
  }
  .logistics-ser-cont-2 {
    width: 100%;
  }
  .logistics-p {
    margin: 90px auto;
  }
  .logistics-img img {
    display: none;
  }
  .logistics-cont {
    margin: 0px 15px;
  }
  .logistics-cont span {
    color: var(--bs-shal-red);
  }
  .logistics-cont h1 {
    color: var(--bs-shal-blue);
    font-size: 42px;
  }
  .footer-bg {
    display: none;
  }
  .footer {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.651),
      #f0f0f0
    );
  }
  .mobile-algin {
    padding: 135px 0px 0px;
  }
  .logistics-ser-cont-2 img {
    width: 95%;
    border-radius: 10px;
  }
  .logistics-other {
    margin-top: 15px;
  }
  .mobile-algin-1 {
    padding: 90px 0px 0px;
  }
  .logistics-type-cont {
    flex-direction: column;
  }
  .logitics-type-1,
  .logitics-type-2 {
    width: 100%;
  }
  .logitics-type-1 {
    padding: 20px;
  }
  .logistics-type-cont-1 {
    flex-direction: column-reverse;
  }
  .logistics-iso {
    flex-direction: column;
  }
  .iso-div-1 {
    width: 100%;
    padding: 20px;
  }
  .iso-div-2 {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .logistics-parallex {
    width: 100%;
    height: 530px;
    position: relative;
    margin-bottom: 255px;
  }
  .logistics-parallex p {
    top: 45%;
  }
  .overlay {
    height: 530px;
  }
  .logistics-types h2 {
    font-size: 42px;
  }
  .mobile-algin-2 {
    padding: 190px 0px 0px;
  }
  .contact-div {
    flex-direction: column;
  }
  .contact-div-1 {
    width: 100%;
    padding: 100px 30px 0px;
  }
  .contact-div-2 {
    width: 100%;
    padding: 45px 20px 70px;
  }
  .network-sec {
    flex-direction: column;
  }
  .network-sec-1 {
    width: 100%;
    padding: 0px 5px;
  }
  .network-sec-2 {
    width: 100%;
    padding: 0px 5px;
  }
  .hist-shal {
    height: 40rem;
  }
  .hist-div-sec {
    flex-direction: column;
    justify-content: center;
  }
  .hist-div-1 {
    width: 100%;
    padding: 10px;
  }
  .hist-div-2 {
    width: 100%;
    height: 15rem;
    padding: 10px;
  }
  .about-statement-1 {
    flex-direction: column-reverse;
    padding: 10px;
    width: 95%;
  }
  .about-mission-1 {
    width: 100%;
  }
  .about-mission-2 {
    width: 100%;
  }
  .statement-title {
    gap: 10px;
    justify-content: center;
  }
  .about-mission-1 img {
    width: 100%;
  }
  .about-statement-2 {
    flex-direction: column;
    padding: 10px;
  }
  .element-4,
  .element-6 {
    display: none;
  }
  .about-landing .about-bg {
    display: none;
  }
  .about-landing .shal-year-element {
    display: none;
  }
  .about-title {
    padding: 100px 25px 0px;
  }
  .about-title span {
    color: var(--bs-shal-blue);
  }
  .about-title h1 {
    color: var(--bs-shal-blue);
    font-weight: 700;
    font-size: 46px;
  }
  .about-land-div {
    width: 100%;
    padding: 20px;
  }
  .about-div-1 {
    width: 100%;
  }
  .about-service {
    margin-top: 50%;
  }
  .nav-tabs {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .about-service .nav-tabs .nav-link {
    width: 100%;
  }
  .tab-cont {
    flex-direction: column;
  }
  .tab-cont-1,
  .tab-cont-2 {
    width: 100%;
  }
  .tab-cont-2 img {
    width: 100%;
  }
  .about-card{
    flex-direction: column;
  }
  .about-crd{
    width: 100%;
  }
  .about-crd-1{
    width: 100% !important;
    border: 1px solid #dcdcdc;
  }
  .shal-office-div{
    flex-wrap: wrap;
    gap: 20px;
  }
  .company-tag{
    width: 45%;
  }
  .about-page-line{
    display: none;
  }
}
