@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 16px;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}


.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  position: relative;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.sticky-top {
  position: fixed !important;
  animation: fadeInDown 0.6s linear;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */



.hero-slider-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  animation: backgroundSlide 20s infinite alternate;
  background-size: cover;
}

@keyframes backgroundSlide {
  0% {
    background-image: url(../img/background/hero-slider1.jpg);
  }

  35% {
    background-image: url(../img/background/home-shifting.jpg);
  }

  70% {
    background-image: url(../img/background/cargo-services.jpg);
  }

  100% {
    background-image: url(../img/background/warehouse-storage-service.jpg);
  }
}



.hero-slider-section .slider-content {
  padding: 240px 0 180px;
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #000 30%, rgba(0, 0, 0, 0.4));
}

.hero-slider-section .slider-content .left-content {
  padding-right: 50px;
}

.hero-slider-section .slider-content p.tagline {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  position: relative;
  margin-bottom: 0;
  width: fit-content;
  animation: fadeInDown 1s linear;
}

.hero-slider-section .slider-content p.tagline::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -30px;
  width: 15px;
  height: 2px;
  background-color: #fff;

}

.hero-slider-section .slider-content p.tagline::after {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -40px;
  width: 25px;
  height: 2px;
  background-color: #fff;

}

.hero-slider-section .slider-content h1 {
  color: #fff;
  font-size: 66px;
  font-weight: 400;
  text-transform: uppercase;
  animation: fadeInDown 1s .6s linear forwards;
  opacity: 0;
}

.hero-slider-section .slider-content h1 span {
  font-weight: 700;
}

.hero-slider-section .slider-content p.text {
  color: #fff;
  animation: fadeInDown 1s .8s linear forwards;
  opacity: 0;
}

.hero-slider-section .slider-content p.text span {
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
}

.hero-slider-section .slider-content a {
  padding: 10px 20px;
  background-color: #fff;
  display: inline-flex;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  color: #00004b;
  font-weight: 700;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
  animation: fadeInDown 1s 1.2s linear forwards;
  opacity: 0;
}

.hero-slider-section .slider-content a svg {
  width: 24px;
  height: 24px;
  animation: listIconShake 1s infinite alternate;
}

.hero-slider-section .slider-content a:hover {
  transform: translateY(-5px);
}

.hero-slider-section .form-content {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}

.hero-slider-section .form-content h5 {
  color: #00004b;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.hero-slider-section .form-content h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background-color: #00004b;
}

.hero-slider-section .form-content img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
}

.hero-slider-section .form-content .form-control {
  margin-bottom: 10px;
  padding: 10px 20px;
  color: rgba(0, 0, 75, 0.7);
  border: none;
  border-bottom: 2px solid rgba(0, 0, 75, 0.1);
  border-radius: 0;
}

.hero-slider-section .form-content .form-control::placeholder {
  color: rgba(0, 0, 75, 0.7);
}

.hero-slider-section .form-content .form-check {
  margin: 10px 0;
}

.hero-slider-section .form-content button {
  padding: 10px 20px;
  background-color: #00004b;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 20px;
  border-radius: 10px;
  border: none;
}

.hero-slider-section .form-content p.info {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00004b;
  margin-bottom: 0;
}


@media (max-width:1200px) {
  .hero-slider-section .slider-content {
    padding: 240px 0 150px;
  }

  .hero-slider-section .slider-content .left-content {
    padding-right: 20px;
  }

  .hero-slider-section .slider-content h1 {
    color: #fff;
    font-size: 52px;
  }

  .hero-slider-section .form-content .form-control {
    margin-bottom: 4px;
    padding: 5px 20px;
  }

  .hero-slider-section .form-content .form-check {
    font-size: 14px;
  }


}

@media (max-width:992px) {
  .hero-slider-section .slider-content .left-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .hero-slider-section .slider-content h1 {
    color: #fff;
    font-size: 46px;
  }


}

@media (max-width:768px) {
  .hero-slider-section .slider-content {
    padding: 200px 0 150px;
  }

  .hero-slider-section .slider-content .left-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .hero-slider-section .slider-content h1 {
    color: #fff;
    font-size: 36px;
  }

  .hero-slider-section .slider-content p.tagline {
    font-size: 18px;
  }

  .hero-slider-section .slider-content a {
    padding: 6px 14px;
    font-size: 16px;
  }

  .hero-slider-section .form-content button {
    padding: 6px 14px;
    letter-spacing: 0;
    font-size: 16px;
    border-radius: 5px;
  }

  .hero-slider-section .form-content p.info {
    display: none;
  }
}


/* ---------------------------------------------------------------------------------------------------------------------- */


.hero-offer-cta {
  position: relative;
  margin-top: -80px;
  overflow: hidden;
}

.hero-offer-cta .inner-cta {
  background: url(../img/background/home-shifting.jpg) no-repeat fixed center;
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  border: 13px solid #fff;

}

.hero-offer-cta .inner-cta::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 45px;
  width: 35px;
  height: 35px;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: #fff;
  border-radius: 0 0px 30px 0px;
}

.hero-offer-cta .inner-cta::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 45px;
  width: 35px;
  height: 35px;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: #fff;
  border-radius: 0 0px 0px 30px;
}

.hero-offer-cta .inner-cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
}

.hero-offer-cta .inner-cta span.info {
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #00004b;
  border: 2px inset #00004b;
}

.hero-offer-cta .inner-cta span.info svg {
  position: absolute;
  top: -14px;
  left: -10px;
  width: 30px;
  height: 30px;
  color: #e7191f;
  animation: listIconShake 1s infinite alternate;
  filter: drop-shadow(1px 1px 1px #fff);
  display: inline-block;
}

.hero-offer-cta .inner-cta h3 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.hero-offer-cta .inner-cta h3 span {
  color: #e7191f;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 58px;
}

.hero-offer-cta .inner-cta p.text {
  color: #fff;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media (max-width:1200px) {
  .hero-offer-cta .inner-cta h3 span {
    font-size: 46px;
  }
}

@media (max-width:768px) {
  .hero-offer-cta .inner-cta h3 {
    font-size: 28px;
  }

  .hero-offer-cta .inner-cta h3 span {
    font-weight: 600;
    font-size: 36px;
  }

}

/* ------------------------------------------------------------------------------------------------------------ */

.img-anime {
  position: relative;
  overflow: hidden;
}

.img-anime::after {
  content: "";
  position: absolute;
  width: 215%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.img-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* --------------------------------------------------------------------------------------------------------- */

.section-title span.sub-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #00004b;
}

.section-title.dark-bg span.sub-title {
  color: #fff;
}

.section-title h2 {
  font-size: 56px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.section-title.dark-bg h2 {
  color: #fff;
}

.section-title h2 span {
  font-weight: 700;
  color: #00004b;
}

.section-title.dark-bg h2 span {
  color: #fff;
}

.section-title p.text {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}

.section-title.dark-bg p.text {
  color: #fff;
}

.section-title p.text strong {
  text-transform: capitalize;
  color: #000;
}

.section-title.dark-bg p.text strong {
  color: #fff;
}

.section-title p.text span {
  color: #e7191f;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
}


@media (max-width:1200px) {
  .section-title h2 {
    font-size: 46px;
  }
}

@media (max-width:568px) {
  .section-title h2 {
    font-size: 36px;
    font-weight: 400;
    color: #00004b;
  }
}

/* -------------------------------------------------------------------------------------------------------------------- */

.about-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.about-section .img-box-wrapper {
  width: 100%;
  height: 560px;
  position: relative;
}

.about-section .img-box-wrapper .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px 0 20px 20px;
}

.about-section .img-box-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section .img-box-wrapper .content {
  position: absolute;
  top: -30px;
  right: 20px;
  padding: 30px 30px 10px;
  width: 160px;
  background-color: #00004b;
  text-align: center;
  border-radius: 0 0 0 30px;
}

.about-section .img-box-wrapper .content::before {
  background: #000;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  content: "";
  height: 30px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
}

.about-section .img-box-wrapper .content span {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.about-section .img-box-wrapper .content p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;

}

.about-section .right-content {
  padding-left: 30px;
  position: relative;
}

.about-section .right-content p.text {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;

}

.about-section .right-content p.text span {
  color: #00004b;
  font-weight: 600;
  text-transform: capitalize;
}

.about-section .right-content p.text strong {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
}

.about-section .right-content ul {
  margin-bottom: 40px;
}

.about-section .right-content ul li {
  margin-bottom: 10px;
  transition: all 0.4s;
  font-size: 18px;
  font-weight: 600;
  color: #00004b;
  transition: all 0.4s;
  display: flex;
  align-items: center;

}

.about-section .right-content ul li:hover {
  color: #000;
  cursor: pointer;
}

.about-section .right-content ul li svg {
  margin-right: 10px;
  color: #00004b;
  animation: listIconShake 1s infinite alternate;
}

@keyframes listIconShake {
  0% {
    transform: scale(1) rotate(-6deg);
  }

  50% {

    transform: scale(1.3) rotate(6deg);
  }
}

.btn-group a {
  padding: 10px 20px;
  display: inline-block;
  margin-right: 6px;
  background-color: #00004b;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #00004b;
  font-weight: 700;
  transition: all 0.4s;
}

.btn-group.dark-bg a {
  background-color: #fff;
  color: #00004b;
  border-color: #fff;
}

.btn-group a svg {
  margin-right: 10px;
  animation: listIconShake 1s infinite alternate;
}

.btn-group a:nth-child(2n) {
  background-color: transparent;
  color: #00004b;
}

.btn-group.dark-bg a:nth-child(2n) {
  color: #fff;
}

.btn-group a:hover {
  background-color: #000;
  transform: translateY(-5px);
  border-color: #000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


@media (max-width:992px) {

  .about-section .right-content {
    margin-top: 30px;
    padding-left: 0;
    position: relative;
  }

}

@media (max-width:568px) {

  .about-section .img-box-wrapper {
    width: 100%;
    height: 420px;
    position: relative;
  }
}





/* -------------------------------------------------------------------------------------------------- */

.whyus-section {
  padding: 60px 0;
  margin: 20px 0;
  background: url(../img/background/cargo-services.jpg) no-repeat fixed center;
  background-size: cover;
  position: relative;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.whyus-section .left-content {
  padding-right: 40px;
}

.whyus-section .left-content h3 {
  font-size: 42px;
  color: #fff;

}

.whyus-section .left-content p {
  color: #fff;
}

.whyus-section .left-content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background-color: #fff;
  color: #00004b;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.4s;
  margin-top: 10px;
}

.whyus-section .left-content a svg {
  width: 16px;
  height: 16px;
  padding: 6px;
  border-radius: 50%;
  background-color: #00004b;
  color: #fff;
  transition: all 0.4s;
}

.whyus-section .left-content a:hover {
  transform: translateY(-5px);
  background-color: #00004b;
  color: #fff;
}

.whyus-section .left-content a:hover svg {
  transform: scale(1.1);
  background-color: #fff;
  color: #00004b;
}

.whyus-section .right-content {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 20px;
}

.whyus-section .right-content .feature-box {
  padding: 30px 20px;
  backdrop-filter: blur(5px);
  margin-bottom: 10px;
}

.whyus-section .right-content .feature-box h4 {
  font-size: 42px;
  color: #fff;
}

.whyus-section .right-content .feature-box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}


@media (max-width:992px) {
  .whyus-section .left-content {
    margin-bottom: 30px;
  }
}


/* --------------------------------------------------------------------------------------------------------------- */

.main-service-section {
  padding: 80px 0;
  position: relative;
}

.main-service-section .section-title {
  margin-bottom: 40px;
}

.main-service-section .service-box {
  position: relative;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  margin-bottom: 40px;
}

.main-service-section .service-box span.num {
  position: absolute;
  font-size: 76px;
  color: #fff;
  opacity: .35;
  top: 20px;
  left: 30px;
  font-weight: 700;
  z-index: 1;

}

.main-service-section .service-box .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.main-service-section .service-box .img-box img {
  width: 100%;
  height: 100%;
  filter: grayscale(50%);
  transition: all 0.4s;
  object-fit: cover;
}

.main-service-section .service-box:hover .img-box img {
  filter: grayscale(0);

}

.main-service-section .service-box .icon svg {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
  padding: 10px;
  color: #fff;
  z-index: 1;
}

.main-service-section .service-box .content {
  padding: 20px 0;
}

.main-service-section .service-box h4 a {
  color: #00004b;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
}

.main-service-section .service-box p {
  color: #000;
}

.main-service-section .button-group {
  display: flex;
  align-items: center;
}

.main-service-section .button-group a {
  padding: 6px 14px;
  background-color: #00004b;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.main-service-section .button-group a:nth-child(2n) {
  background-color: transparent;
  margin-left: 10px;
  color: #006b00;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.main-service-section .button-group a:nth-child(2n) svg {
  animation: listIconShake 1s infinite alternate;
}


.main-btn {
  padding: 10px 20px;
  background-color: #00004b;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.4s;
  display: inline-block;
}

.main-btn svg {
  margin-right: 10px;
}

.main-btn:hover {
  transform: translateY(-6px);
  background-color: #e7191f;
  color: #fff;
}

.main-btn.dark-bg {
  background-color: #fff;
  color: #00004b;
}


@media (max-width:992px) {
  .main-service-section .button-group a {
    padding: 6px 10px;
  }

  .main-service-section .button-group a:nth-child(2n) {
    padding: 0;
    margin-left: 10px;
  }
}

@media (max-width:1200px) {

  .main-btn {
    padding: 7px 14px;
    font-size: 16px;
  }
}


/* -------------------------------------------------------------------------------------------------------------- */

.cta-text-box .mid-service-cta {
  padding: 30px 10px;
  position: relative;
  background-color: #00004b;
  text-align: center;
  border-radius: 10px;
  background: url(../img/background/warehouse-storage-service.jpg) no-repeat fixed center;
  background-size: cover;
  overflow: hidden;
}

.cta-text-box .mid-service-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.cta-text-box .mid-service-cta h2 {
  color: #fff;
  font-weight: 400;
  font-size: 46px;
}

.cta-text-box .mid-service-cta h2 span {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.cta-text-box .mid-service-cta p {
  color: #fff;
}

.cta-text-box .mid-service-cta p span {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}

.cta-text-box .mid-service-cta .button-group a {
  background-color: #fff;
}

@media (max-width:992px) {
  .cta-text-box .mid-service-cta h2 {
    font-size: 38px;
  }

}

@media (max-width:568px) {
  .cta-text-box .mid-service-cta h2 {
    font-size: 34px;
  }

}



/* -------------------------------------------------------------------------------------------------------------- */

.process-section {
  padding: 50px 0;
  position: relative;
}

.process-section .item-box {
  padding: 0 30px;
  position: relative;
  text-align: center;
}

.process-section .item-box .img-effect {
  width: 50%;
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  right: -90px;
  filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.process-section .item-box .img-effect img {
  width: 100%;
  height: 100%;
}

.process-section .item-box .icon svg {
  width: 36px;
  height: 36px;
  padding: 40px;
  border-radius: 50%;
  border: 2px solid #00004b;
  color: #00004b;
  transition: all 0.4s;
  margin-bottom: 10px;
}

.process-section .item-box:hover .icon svg {
  background-color: #00004b;
  border-color: #00004b;
  color: #fff;
  transform: scale(1.1);
}

.process-section .item-box .content h4 {
  font-weight: 700;
  font-size: 22px;
  position: relative;
}

.process-section .item-box .content p.text {
  color: rgba(0, 0, 0, 0.65);
}

@media (max-width:1400px) {
  .process-section .item-box .img-effect {
    right: -75px;
  }

}

@media (max-width:1200px) {
  .process-section .item-box {
    padding: 0 10px;
    position: relative;
    text-align: center;
  }

  .process-section .item-box .img-effect {
    right: -65px;
  }

  .process-section .item-box .icon svg {
    width: 36px;
    height: 36px;
    padding: 30px;
  }

  .process-section .item-box .content h4 {
    font-weight: 700;
    font-size: 20px;
    position: relative;
  }
}

@media (max-width:992px) {
  .process-section .item-box .img-effect {
    right: -90px;
  }
}




/* ----------------------------------------------------------------------------------------------------------------------- */


.testimonial-section {
  padding: 80px 0 10px;
  margin-bottom: 180px;
  position: relative;
  background: url(../img/background/testimonial-bg.webp) no-repeat fixed center;
  background-size: cover;


}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.5));
}

.testimonial-section .right-content {
  text-align: center;
}

.testimonial-section .right-content .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.testimonial-section .right-content .item-box span {
  font-size: 96px;
  font-weight: 700;
  color: #fff;
}

.testimonial-section .right-content .item-box p.text {
  margin: 0;
  color: #e7191f;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.testimonial-section .right-content .item-box .rating svg {
  color: #fff;
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}

.testimonial-section .right-content .item-box .rating svg:hover {
  color: #e7191f;
  transform: scale(1.3);
}

.testimonial-section .testimonial-carousel {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.testimonial-section .testimonial-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.testimonial-section .testimonial-box-wrapper {
  margin-top: 100px;
  margin-bottom: -180px;
}

.testimonial-section .testimonial-box {
  padding: 80px 60px 40px;
  position: relative;
}

.testimonial-section .testimonial-box .icon svg {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 66px;
  height: 66px;
  opacity: .2;
  color: #00004b;
}

.testimonial-section .testimonial-box p.message {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 75, 0.7);
}

.testimonial-section .testimonial-box .auther-box {
  display: flex;
  gap: 10px;
  align-items: center;

}

.testimonial-section .testimonial-box .img-box img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: right;
}

.testimonial-section .testimonial-box .auther-box p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #00004b;
}

.testimonial-section .testimonial-box .auther-box span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}

.testimonial-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-section .owl-nav .owl-prev {
  left: 0;
}

.testimonial-section .owl-nav .owl-next {
  right: 0;
}

.testimonial-section .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #00004b;
  opacity: .7;
  transition: all 0.4s;
}

.testimonial-section .owl-nav button:hover svg {
  opacity: 1;
}


@media (max-width:1200px) {
  .testimonial-section .right-content .item-box span {
    font-size: 58px;
  }

  .testimonial-section .right-content .item-box p.text {
    font-size: 18px;
  }

  .testimonial-section .right-content .item-box .rating svg {
    width: 24px;
    height: 24px;
  }

  .testimonial-section .testimonial-box-wrapper {
    margin-top: 60px;
    margin-bottom: -180px;
  }
}

@media (max-width:992px) {
  .testimonial-section .right-content {
    text-align: start;
  }

  .testimonial-section .right-content .item-box {
    justify-content: start;
  }

  .testimonial-section .testimonial-box p.message {
    font-size: 16px;
  }

}

@media (max-width:768px) {
  .testimonial-section .testimonial-box .img-box img {
    width: 70px;
    height: 70px;
  }

  .testimonial-section .testimonial-box {
    padding: 80px 20px 40px;
  }

  .testimonial-section .owl-nav button svg {
    width: 34px;
    height: 34px;
  }
}

/* -------------------------------------------------------------------------------- */


.blog-section {
  padding: 30px 0 80px;
  position: relative;
}

.blog-box-wrapper {
  margin-top: 30px;
}

.blog-box {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;

}

.blog-box .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;

}

.blog-box:hover .img-box img {
  transform: scale(1.1);
}

.blog-box .content {
  padding: 16px 20px 30px;
  position: relative;
}

.blog-box .content h4 a {
  display: block;
  color: #00004b;
  font-size: 26px;


}

.blog-box .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  height: 120px;
  overflow: auto;
}

.blog-box .content a.read-more {
  padding: 5px 20px;
  background-color: #00004b;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.4s;
}

.blog-box .content a.read-more:hover {
  transform: translateY(-6px);
  background-color: #e7191f;
  color: #fff;
}

.blog-box .content a.read-more svg {
  transition: all 0.4s;
}

.blog-box .content a.read-more:hover svg {
  transform: scale(1.2) translateX(5px);
}

.blog-box .content span.date {
  position: absolute;
  bottom: 0;
  text-transform: capitalize;
  right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}


/* ------------------------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------------------- */


.innerpage-title {
  position: relative;
  background: url(../img/background/hero-slider1.jpg);
  padding: 280px 0 60px;
  text-align: center;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.innerpage-title span.sub-title {
  color: #fff;
  font-weight: 500;
}

.innerpage-title h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0;

}

.innerpage-title h1 span {
  color: #e7191f;
  font-weight: 800;
}

.innerpage-title p.sub-title {
  color: #e7191f;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 0;
}


p.translate-text {
  color: #e7191f;
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
}




.breadcrumb-wrapper li a {
  color: #00004b;
  font-weight: 600;
}

.breadcrumb-wrapper li.active {
  text-decoration: underline;
}



/* ------------------------------------------------------------------------------------------------------------------------- */




.innerservice-content {
  padding: 40px 0 80px;
  background: url(../img/background/testimonial-bg.png);
  position: relative;
}

.innerservice-content .main-content-wrapper {
  padding-right: 40px;
}

.innerservice-content .main-content-wrapper .heading p.sub-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  color: #00004b;
}

.innerservice-content .main-content-wrapper .heading h2 {
  color: #00004b;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}

.innerservice-content .main-content-wrapper .heading h2 span {
  color: #e7191f;
  font-weight: 900;
}

.innerservice-content .main-content-wrapper p.text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 17px;
}

.innerservice-content .main-content-wrapper p.text span {
  color: #e7191f;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 500;
}

.innerservice-content .main-content-wrapper p.text strong {
  color: #00004b;
}





.innerservice-content .innerfeature-box {
  padding: 10px 0 20px;
}

.innerservice-content .innerfeature-box .feature-box {

  background-color: rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}

.innerservice-content .innerfeature-box .feature-box p.title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #00004b;
  transition: all 0.4s;
}

.innerservice-content .innerfeature-box .feature-box:hover p.title {
  color: #e7191f;
}

.innerservice-content .innerfeature-box .feature-box .tag {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #e7191f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
}

.innerservice-content .seo-content-box {
  padding: 10px 0;
  position: relative;
}

.innerservice-content h6 {
  color: #00004b;
  font-weight: 700;
  font-size: 24px;

}


.innerservice-content h4.title {
  font-weight: 700;
  color: #00004b;
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.innerservice-content h4.title span {
  color: #e7191f;
}

.innerservice-content h4.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #00004b;
}

.innerservice-content ul.list-item li {
  font-size: 16px;
  margin-bottom: 6px;
  transition: all 0.4s;
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  background-color: #e7191f;
  border-radius: 4px;
  color: #fff;
}

.innerservice-content ul.list-item li:hover {
  cursor: pointer;
  color: #fff;
  background-color: #00004b;

}

.innerservice-content ul.list-item li svg {
  color: #fff;
  margin-right: 8px;
}




.faq-section .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #00004b41;
  border-radius: 0;
}

.faq-section .accordion-item .accordion-button {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-weight: 700;
  font-size: 20px;
  color: #00004b;
  padding: 20px 20px 20px 0;
}

.faq-section .accordion-item .accordion-button:not(.collapsed) {
  color: #e7191f;
}

.faq-section .accordion-item .accordion-button::after {
  background-image: url(../img/icons/down.png);
}

.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/down-red.png);
}

.faq-section .accordion-item .accordion-body {
  padding: 10px 0;
}

.faq-section .accordion-item .accordion-body p {
  color: #00004b;
}

.faq-section .accordion-item .accordion-body p span {
  color: #e7191f;
  font-style: italic;
  font-weight: 500;
}

.faq-section .accordion-item .accordion-body p a {
  color: #ad0006;
  font-weight: 700;
  text-transform: capitalize;
}



.innerservice-content .sidebar-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.innerservice-content .sidebar-content .sidebar-cta {
  text-align: center;
  margin-bottom: 40px;
  padding: 80px 30px;
  background: url(../img/background/text-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.innerservice-content .sidebar-content .sidebar-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #e7191f 16%, #00004bec 16%);
  opacity: 0.9;
}

.innerservice-content .sidebar-content .sidebar-cta .icon svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
}

.innerservice-content .sidebar-content .sidebar-cta h5 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.innerservice-content .sidebar-content .sidebar-cta .link .call {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #e7191f;
}

.innerservice-content .sidebar-content .sidebar-cta .link .call svg {
  margin-right: 10px;
}



.innerservice-content .sidebar-content .sidebar-cta .link .chat {
  padding: 10px 20px;
  display: inline-block;
  background-color: #008631;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
}

.innerservice-content .sidebar-content .sidebar-cta .link a svg {
  animation: vibrateIcon .4s infinite alternate;
}

@keyframes vibrateIcon {

  0%,
  100% {
    transform: rotate(4deg);
  }

  50% {
    transform: rotate(-4deg);
  }
}



.inner-cta {
  padding: 30px 10px;
  position: relative;
  background:url(../img/background/cargo-services.jpg) no-repeat fixed;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.inner-cta::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.inner-cta h2 {
  color: #fff;
}

.inner-cta h2 span {
  color: #e7191f;
  font-weight: 700;
  text-transform: capitalize;
}

.inner-cta p {
  color: #fff;
}

.inner-cta p span {
  color: #e7191f;
  text-transform: capitalize;
  font-weight: 600;
}


.innerenquiry-form {
  padding: 20px 30px;
  position: sticky;
  top: 140px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
}

.innerenquiry-form h5 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.innerenquiry-form .form-control {
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #00004b;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);

}

.innerenquiry-form button {
  padding: 10px 20px;
  background-color: #00004b;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
}

.innerenquiry-form button svg {
  margin-right: 6px;
}


@media (max-width:1200px) {
  .innerservice-content .main-content-wrapper .heading h2 {
    font-size: 38px;
  }

  .innerservice-content .innerfeature-box .feature-box p.title {
    font-size: 20px;
  }

  .innerservice-content .sidebar-content .sidebar-cta {
    padding: 80px 20px;
  }

  .innerservice-content .sidebar-content .sidebar-cta h5 {
    font-size: 22px;
  }

  .innerservice-content .sidebar-content .sidebar-cta .link .call {
    font-size: 26px;
  }

  .innerservice-content .main-content-wrapper {
    padding-right: 20px;
  }


}

@media (max-width:992px) {
  .innerservice-content .main-content-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }

}

@media (max-width:568px) {
  .innerservice-content .main-content-wrapper .heading h2 {
    font-size: 28px;
  }


}



/* -------------------------------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------------------------------- */

.related-service {
  padding: 80px 0;
  background: url(../img/background/cargo-services.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
}

.related-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.80);
}

.related-service .owl-item {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.related-service .owl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #00004b;
  transition: all 0.4s;
}

.related-service .owl-item.center::before {
  height: 100%;
}

.related-service .owl-item .img-box {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.related-service .owl-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-service .owl-item h4 {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 16px;
}

.related-service .owl-item h4 a {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #00004b;
  transition: all 0.4s;
}

.related-service .owl-item.center h4 a {
  background-color: #e7191f;
  color: #fff;

}

.related-service .owl-item p {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.4s;
}

.related-service .owl-item.center p {
  color: rgba(255, 255, 255, 0.9);
}

.related-service .owl-item .view-btn {
  display: flex;
  justify-content: space-between;
}

.related-service .owl-item .view-btn a {
  padding: 10px 20px;
  background-color: #00004b;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.4s;

}

.related-service .owl-item.center .view-btn a {
  background-color: #fff;
  color: #00004b;
}

.related-service .owl-item .view-btn a:nth-child(2n) {
  background-color: transparent;
  color: #008631;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.4s;
}
.related-service .owl-item.center .view-btn a:nth-child(2n) {
  color: #fff!important;
}

.related-service .owl-item .view-btn a:nth-child(2n) svg {
  width: 20px;
  height: 20px;
  animation: vibrateIcon .5s infinite alternate;
}

.related-service .owl-item.center .view-btn a:nth-child(2n) {
  color: #00ce4b;
}







/* ------------------------------------------------------------------------------------------------------ */


.innercontact-page{
  padding: 80px 0;
  position: relative;
}
.innercontact-page .contact-form{
  padding-right: 50px;
}
.innercontact-page .contact-form h4{
  font-size: 38px;
  color: #00004b;
  margin-bottom: 20px;
}
.innercontact-page .contact-form .form-group{
  margin-bottom: 16px;
}
.innercontact-page .contact-form .form-group label{
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
}
.innercontact-page .contact-form .form-control{
  padding: 10px 20px;
  box-shadow: none;
  color: #00004b;
}
.innercontact-page .contact-form .form-control:focus{
  border-color: #00004b;
}
.innercontact-page .contact-form .form-control::placeholder{
  text-transform: capitalize;
  font-weight: 300;
}
.innercontact-page .contact-form button{
  padding: 10px 20px;
  background-color: #00004b;
  color: #fff;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s;
}
.innercontact-page .contact-form button svg{
  transition: all 0.4s;
}
.innercontact-page .contact-form button:hover{
  transform: translateY(-5px);
  background-color: #000;

}
.innercontact-page .contact-form button:hover svg{
  transform: scale(1.2);
}
.innercontact-page .contact-detail-wrapper{
  padding: 30px 40px;
  position: relative;
  background-color: #00004b;
  border-radius: 20px;
}
.innercontact-page .contact-detail-wrapper h5{
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.innercontact-page .contact-detail-wrapper h5::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  border-radius: 10px;
  height: 2px;
  background-color: #fff;
}
.innercontact-page .contact-detail-wrapper p.text{
  color: #fff;
  margin-bottom: 30px;
}
.innercontact-page .contact-detail-wrapper .contact-box{
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px ;
  border: 1px solid rgba(255, 255, 255, .5);
}
.innercontact-page .contact-detail-wrapper .contact-box svg{
  width: 30px;
  margin-top: 10px;
  height: 30px;
  color: #e7191f ;
}
.innercontact-page .contact-detail-wrapper .contact-box p{
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.innercontact-page .contact-detail-wrapper .contact-box a{
  color: #fff;
  transition: all 0.4s;
}
.innercontact-page .contact-detail-wrapper .contact-box:hover a{
  color: #e7191f;
}

.map-section iframe{
  width: 100%;
  height: 600px;
  display: flex;


}

@media (max-width:1200px){
  .innercontact-page .contact-form{
  padding-right: 0;
}
}
@media (max-width:992px){
  .innercontact-page .contact-form{
  margin-bottom: 40px;
}
}

@media (max-width:768px){
  .map-section iframe{
  width: 100%;
  height: 360px;
  display: flex;
  

}
}