@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&family=Public+Sans:wght@100..900&display=swap');
:root {
  --font-family-Kanit: "Kanit", serif;
  --font-family-Public-Sans: "Public Sans", serif;
  --color-c20e3b: #c20e3b;
  --color-13254e: #13254e;
  --color-7891ca: #7891ca;
  --color-313131: #313131;
  --color-222630: #222630;
  --color-ececec: #ececec;
  --color-f6f6f6: #f6f6f6;
  --color-e3e3e3: #e3e3e3;
  --color-f3f6fe: #f3f6fe;
  --color-d1d1d1: #d1d1d1;
  --color-eaeaea: #eaeaea;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-30: 30px;
  --font-size-36: 36px;
  --font-size-45: 45px;
  --font-size-48: 48px;
  --font-size-60: 60px;
  --font-size-95: 95px;
  --font-size-130: 130px;
  --character-spacing-0: 0px;
  --line-height-16: 22px;
  --line-height-18: 24px;
  --line-height-20: 26px;
  --line-height-24: 34px;
  --line-height-30: 38px;
  --line-height-36: 46px;
  --line-height-45: 55px;
  --line-height-48: 52px;
  --line-height-60: 70px;
  --line-height-95: 105px;
  --line-height-130: 140px;

  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-Kanit);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-313131);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-c20e3b);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-000000);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-222630);
  text-transform: normal;
  margin-bottom: 10px;
  font-weight: var(--font-weight-Regular);
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-c20e3b);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-c20e3b);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-c20e3b);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-313131);
  margin-bottom: 15px;
}
.extra-small {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-313131);
  margin-bottom: 10px;
}
.small-text {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-313131);
  margin-bottom: 15px;
}
.section-title {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-222630);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.main-title {
  font-size: var(--font-size-130);
  line-height: var(--line-height-130);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 0;
}
.title {
  font-size: var(--font-size-60);
  line-height: var(--line-height-60);
  color: var(--color-13254e);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 20px;
}
.div-title {
  font-size: var(--font-size-36);
  line-height: var(--line-height-36);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
}
.div-sub-title {
  font-size: var(--font-size-48);
  line-height: var(--line-height-48);
  color: var(--color-222630);
  margin-bottom: 10px;
}
.div-text {
  font-size: var(--font-size-30);
  line-height: var(--line-height-30);
  color: var(--color-222630);
  margin-bottom: 10px;
}
.div-small-text {
  font-size: var(--font-size-24);
  line-height: var(--line-height-24);
  color: var(--color-c20e3b);
  margin-bottom: 10px;
}
.font-Poppins {
  font-family: var(--font-family-Poppins);
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.color-c20e3b {
  color: var(--color-c20e3b) !important;
}
.color-13254e {
  color: var(--color-13254e) !important;
}
.color-7891ca {
  color: var(--color-7891ca) !important;
}
.color-313131 {
  color: var(--color-313131) !important;
}
.color-222630 {
  color: var(--color-222630) !important;
}
.color-ececec {
  color: var(--color-ececec) !important;
}
.color-f3f6fe {
  color: var(--color-f3f6fe) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-30);
  line-height: var(--line-height-inherit);
  color: var(--color-c20e3b);
  font-weight: var(--font-weight-Bold);
  text-decoration: underline;
  font-style: italic;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
  color: var(--color-13254e);
  letter-spacing: 1.5px;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Bold);
  padding: 15px 30px;
  border-radius: 0px;
  border: none;
  background-color: var(--color-c20e3b);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background-color: var(--color-13254e);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  position: fixed;
  background: var(--color-13254e);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink .main-nav .navbar-expand-xl .navbar-brand img,
.main-header.g_shrink .main-nav .navbar-expand-xl .navbar-brand .svg {
  width: 150px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink .main-nav .nav-item .nav-link {
  padding: 12px 0px;
}
.main-header.g_shrink .main-nav .nav-item.appointment .nav-link {
  border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
  width: fit-content;
}
.main-header.g_shrink .top-header {
 display: none;
}
/* loader css*/
/* loader css */
.main-nav {
  padding: 10px 0px;
  width: 100%;
  float: left;
  position: relative;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-xl .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-xl .navbar-brand img,
.main-nav .navbar-expand-xl .navbar-brand .svg {
  width: 250px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item {
  padding-left: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  text-transform: uppercase;
  line-height: initial;
  padding: 10px 12px;
}
.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
  color: var(--color-c20e3b);
}
.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  color: var(--color-c20e3b);
}
.main-nav .nav-item.appointment .nav-link {
  padding: 10px 15px;
  background: var(--color-c20e3b);
  color: var(--color-ffffff);
  border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
}
.main-nav .nav-item.appointment:hover .nav-link {
  background: var(--color-ffffff);
  color: var(--color-c20e3b);

}
/* top-banner */
.top-header {
  padding-top: 20px;
}
.header-contact a {
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Light);
 margin-left: 15px;
}
.header-contact a:hover {
  color: var(--color-c20e3b);
}
.header-contact a span img {
  width: 20px;
  margin-top: -2px;
}
.country-img {
  padding-left: 30px;
}
.country-img img {
  width: 50px;
  margin-left: 10px;
}
/* top-banner */

/* main-header */
/* main-banner */
.banner-img img {
  height: 100vh;
  object-fit: cover;
}
.banner-text {
  position: absolute;
  top: 30%;
  width: 50%;
  padding-left: 5%;
}
.banner-text .main-title {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
  animation-duration: 2s;
}
.main-banner .cruise-container-img {
  -webkit-animation: slideInRight 5s;
  animation: slideInRight 5s;
  animation-duration: 5s;
}
.cruise-container-img {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 50%;
  z-index: 1;
}
/* main-banner */
/* we-offers-section */
.we-offers-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--color-c20e3b);
}
#counter {
  display: flex;
  padding-left: 60px;
}
#counter .item {
  padding: 0px 20px;
} 
#counter .item .count {
  color: var(--color-ffffff);
    font-size: var(--font-size-95);
    line-height: var(--line-height-95);
    display: inline-block;
}
#counter .item span {
  color: var(--color-ffffff);
    font-size: var(--font-size-95);
    line-height: var(--line-height-95);
    display: inline-block;
}
#counter .item h4 {
  color: var(--color-ffffff);
}
.counter-box .wave-pattern {
  margin-left: 40px;
  width: 100px;
  float: left;
}
.counter-box .wave-pattern .svg {
 fill: var(--color-ffffff);
}
 .wave-pattern img {
  width: 50px;
 }
/* we-offers-section */
/* about-us-section */
.about-us-section-mt {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.about-us01 {
  padding-right: 200px;
  padding-bottom: 150px;
}
.about-us02 {
  width: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-circle-box {
  position: relative;
  
}

.about-circle-box .vassel {
  width: 86px;
  /* position: relative; */
  /* left: 27%; */
  /* top: 29%; */
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 100%;
}
.about-circle-box .text {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 14px;
  left: 14px;
}
.about-circle-box .text span {
	position: absolute;
	left: 50%;
	transform-origin: 0 75px;
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  text-transform: uppercase;
}
.about-us-right {
  margin-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
}
.philosophy-box {
  background: var(--color-13254e);
  padding: 30px 30px;
  padding-top: 70px;
  border-radius: 30px;
  text-align: center;
  margin-top: 150px;
}
.philosophy-img {
  background: var(--color-c20e3b);
  padding: 22px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}
/* about-us-section */
/* wave-pattern */
.wave-pattern {
  width: 80px;
}
.wave-pattern .svg {
  fill: var(--color-c20e3b);
}
/* wave-pattern */
/* core-value-section */
.core-value-bg {
 background: var(--color-eaeaea);
}
.core-value-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/core-value-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.1;
  mix-blend-mode: plus-lighter;
}
/* core-value-section */
/* trusted-company-section */
.trusted-company-bg {
  margin-top: -100px;
  overflow: hidden;
}
.trusted-company-box {
  background: var(--color-c20e3b);
  padding: 40px 40px;
  height: 200px;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}
.trusted-company-img {
  background: var(--color-13254e);
  padding: 22px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.fork-lift {
  width: 230px;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 9;
}
/* trusted-company-section */
/* what-we-section */
.what-we-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.what-we-text {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
}
.what-we-text .wave-pattern .svg {
 fill: #7891ca;
}
.vision-img {
  background: var(--color-c20e3b);
  padding:18px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.vision {
  padding: 0 20px;
}
.cargo-ship-video {
  width: 100%;
}
.new_video_box {
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.myVideo {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* width: 100%; */
  /* height: 100%; */
  min-height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}
/* what-we-section */
/* our-solution-section */
.our-solution-box {
  padding: 0 15px;
}

.our-solution-box .div-text {
 margin-bottom: 0;
 margin-top: 20px;
 text-align: center;
}
.client-slider {
  padding-bottom: 50px;
}
/* our-solution-section */
/* get-in-touch-section */
.get-in-touch-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.get-in-touch-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-000000);
  z-index: 1;
  opacity: 0.5;
}
.get-in-touch-bg img {
  width: 100%;
  height: 100%;
}
.get-in-touch-text {
  position: relative;
  z-index: 11;
 }
/* get-in-touch-section */
/* cargo-container-secton */
.cargo-container-img {
  position: absolute;
  bottom: -250px;
  width: 60%;
  height: 500px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.cargo-container-img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}
/* cargo-container-secton */
/* industries-section */
.industries-bg {
  background-image: url(../images/bg/industries-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 400px;
}
.industries-list .div-text {
 background: var(--color-c20e3b);
 padding: 15px 15px;
 color: var(--color-ffffff);
 -webkit-transition: all 0.5s ease-out 0s;
 -moz-transition: all 0.5s ease-out 0s;
 -ms-transition: all 0.5s ease-out 0s;
 -o-transition: all 0.5s ease-out 0s;
 transition: all 0.5s ease-out 0s;
}
.industries-list:hover .div-text {
 background: var(--color-13254e);
}
.industries-slider {
  padding-bottom: 70px;
}
.industries-slider .swiper-button-next, .industries-slider .swiper-button-prev {
  background-image: unset;
}
.industries-slider .swiper-button-next {
  left: 80px;
  right: auto;
}
.industries-slider .swiper-button-prev {
  left: 0px;
  right: auto;
}
.industries-slider .swiper-button-next, .industries-slider .swiper-button-prev {
  position: absolute;
  top: 87%;
  width: 50px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background: var(--color-ffffff);
  padding: 11px;
  border-radius: 100%;
}
.industries-slider .swiper-button-next:hover, .industries-slider .swiper-button-prev:hover {
  background: var(--color-13254e);
}
.industries-slider .swiper-button-next img, .industries-slider .swiper-button-prev img {
  width: 100%;
  height: 100%;
}
/* industries-section */
/* service-section */
.service-bg {
  background: var(--color-13254e);
}
.service-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background-image: url(../images/bg/service-left-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.service-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background-image: url(../images/bg/service-left-bg02.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
}
.service-box .wave-pattern .svg {
 fill: #81868d;
}
.world-map-img {
  width: 100%;
}
.world-map-img .img {
  width: 100%;
  height: 100%
}
.location {
  width: 30px;
}
.tooltip {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}
.location-tooltip01 {
  left: 74%;
  top: 52%;
}
.location-tooltip02 {
  left: 49%;
  top: 41%;
}
.location-tooltip03 {
  left: 74%;
  top: 61%;
}
.location-tooltip04 {
  left: 46%;
  top: 47%;
}
.location-tooltip05 {
  left: 51%;
  top: 46%;
}
.location-tooltip06 {
  left: 76%;
  top: 60%;
}
.location-tooltip07 {
  left: 80%;
  top: 67%;
}
.location-tooltip08 {
  left: 68%;
  top: 59%;
}
.location-tooltip09 {
  left: 15%;
  top: 49%;
}
/* Style text tooltip */
.tooltipText {
  background-color: var(--color-ffffff);
  position: absolute;
  bottom: 100%;
  left: -40px;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: var(--font-size-20);
  opacity: 0;
  transition: all .5s;
  display: none;
}
.tooltipText::after {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: 5%;
}
/* Hover text tooltip */
.tooltip:hover .tooltipText{
  opacity: 1;
  transform: translateY(-10px);
  display: block;
}
.map-container {
  width: 100%;
  margin-bottom: -80px;
}
/* service-section */

/* testimonial-section */
.testimonial-box .wave-pattern .svg {
  fill: #81868d;
}
.testimonial-text .quotes {
  width: 80px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.testimonial-client {
  display: flex;
  align-items: center;
}
.testimonial-client .testomonialImg {
  width: 60px;
  margin-right: 15px;
  border-radius: 100%;
}
.testimonial-slider {
  padding-bottom: 70px;
}
.testimonial-right {
  background: var(--color-c20e3b);
  padding: 50px 50px;
  border-radius: 20px;
}
.request-quote .form-control {
  padding: 10px 10px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Medium);
  height: 55px;
  color: var(--color-ffffff);
  background-color: transparent;
  border: solid 1px var(--color-ffffff);
  border-radius: 0;
}
.request-quote textarea.form-control {
  height: 155px;
  resize: none;
}
.testimonial-left {
  padding-right: 80px;
}
.request-quote .form-control::-webkit-input-placeholder {
  color: var(--color-ffffff);
}
.request-quote .form-control::-moz-placeholder {
  color: var(--color-ffffff);
}
.request-quote .form-control:-ms-input-placeholder {
  color: var(--color-ffffff);
}
.request-quote .form-control:-moz-placeholder {
  color: var(--color-ffffff);
}
.request-quote .request-btn {
  width: 100%;
  border: none;
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: var(--font-size-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  background: var(--color-ffffff);
}
.request-quote .request-btn:hover {
  background: var(--color-13254e);
  color: var(--color-ffffff);
}
/* testimonial-section */
/* global-region-section */
.flag-img {
  position: absolute;
  width: 125px;
}
.flag-img01 {
  left: 45%;
  top: 5%;
}
.flag-img02 {
  left: 65.8%;
  top: 24%;
}
.flag-img03 {
  left: 66%;
  top: 14%;
  width: 285px;
}
.global-regionImg {
  padding-top: 50px;
}
.map-line {
  width: 450px;
  position: absolute;
  left: 48%;
  top: 36%;
}
/* global-region-section */
/* footer-section */
footer{
  background-color: var(--color-13254e);

}
.top-footer  a.title{
  color: var(--color-ffffff);
  }
  .top-footer  a.div-sub-title{
    color: var(--color-ffffff);
    }
  
.top-footer  a:hover.title{
color: var(--color-c20e3b);
}
.top-footer  a:hover.div-sub-title{
  color: var(--color-c20e3b);
  }
  .footer-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/footer-bg.png);
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    z-index: -1;
}
.footer-box .wave-pattern .svg {
  fill: var(--color-ffffff);
} 
.footer-contact-box {
  float: left;
}
.footer-contact-box .footer-contact-left {
  width: 60px;
  margin-right:20px;
  float: left;
}
.footer-contact-box .footer-contact-left i {
  background-color: var(--color-c20e3b);
  border-radius: 100%;
  padding: 15px 20px;
  color: var(--color-ffffff);
  width: 40px;
  height: 40px;
  font-size: 20px;
  top: 25px;
  position: relative;
}
.footer-contact-box .footer-contact-right {
  width: calc(100% - 80px);
  padding-right: 30px;
  float: left;
}
.footer-social a i {
 font-size: var(--font-size-20);
  color: var(--color-ffffff);
  margin-right: 15px;
}
.footer-social a:hover i {
  
   color: var(--color-c20e3b);
 }

.bottom-footer {
  background: var(--color-ffffff);
  padding: 80px 0;
}
.footer-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
/* footer-section */

#circle {
  position: absolute;
  width: 100%;
  /* padding-bottom: 100%; */
  overflow: hidden;
  background-color: var(--color-c20e3b);
  border-radius: 100%;
  color: var(--color-ffffff);
  width: 200px;
  height: 200px;
  left: 37%;
  top: -181px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
#circle::after {
    border: 1px solid var(--color-ffffff);
    position: absolute;
    content: '';
    width: 92%;
    height: 92%;
    margin: 10px;
    border-radius: 100%;
    left: 0px;
    top: 0px;
}
#circle text {
  /* font-family: "Helvetica Neue", Arial; */
  font-size: 10px;
  /* font-weight: bold; */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#circle svg {
  position: absolute;
  /* left: -75px; */
  /* top: -93px; */
  width: 161%;
  height: 178%;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.government-reg-section .container {
  width: 60% !important;
  margin: 0 auto;
}
.about-usImg01{
  position: relative;
}
























.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container {
  max-width: 90%;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media (max-width: 1880px) {

}
@media (max-width: 1780px) {

  :root {
    --font-size-16: 14px;
    --font-size-18: 17px;
    --font-size-20: 18px;
    --font-size-24: 21px;
    --font-size-30: 24px;
    --font-size-36: 26px;
    --font-size-45: 35px;
    --font-size-48: 34px;
    --font-size-60: 48px;
    --font-size-95: 75px;
    --font-size-130: 100px;
    --character-spacing-0: 0px;
    --line-height-16: 18px;
    --line-height-18: 20px;
    --line-height-20: 24px;
    --line-height-24: 28px;
    --line-height-30: 30px;
    --line-height-36: 32px;
    --line-height-45: 40px;
    --line-height-48: 44px;
    --line-height-60: 50px;
    --line-height-95: 80px;
    --line-height-130: 100px;
  }
  .main-nav .navbar-expand-xl .navbar-brand img, .main-nav .navbar-expand-xl .navbar-brand .svg {
    width: 200px;
}
.we-offers-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-us02 {
  width: 280px;
}
.about-us-right {
  margin-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.about-us01 {
  padding-right: 140px;
  padding-bottom: 150px;
}
.philosophy-box {
  margin-top: 90px;
}
.mt-50 {
  margin-top: 30px;
}
.mb-50 {
  margin-bottom: 30px;
}
.about-circle-box {
  bottom: 70px;
}
.pb-150 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 50px;
}
.trusted-company-bg {
  margin-top: -80px;
}
.trusted-company-box {
  padding: 30px 30px;
  height: 160px;
}
.map-line {
  width: 400px;
  position: absolute;
  left: 46%;
  top: 44%;
}
.fork-lift {
  width: 160px;
  bottom: 78px;
}
.what-we-text {
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 20px;
}
.myVideo {
  min-height: 700px;
}
.pb-300 {
  padding-bottom: 200px;
}
.pt-200 {
  padding-top: 80px;
}
.pb-100 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 50px;
}
.cargo-container-img {
  position: absolute;
  bottom: -280px;
  width: 60%;
  height: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.testimonial-text .quotes {
  width: 60px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.testimonial-right {
  padding: 30px 30px;
  border-radius: 20px;
}
.request-quote textarea.form-control {
  height: 125px;
}
}
@media (max-width: 1600px) {
  .main-nav .nav-item {
    padding-left: 10px;
   
}
  .container {
    max-width: 100%;
    padding: 0px 90px;
}
}
@media (max-width: 1480px) {
  .container {
    max-width: 100%;
    padding: 0px 50px;
}
#circle {
  
  width: 150px;
  height: 150px;
  left: 40%;

}
#circle::after {
  
  width: 87%;
  height: 87%;

}
}
@media (max-width: 1366px) {
  :root {
    --font-size-16: 13px;
    --font-size-18: 14px;
    --font-size-20: 17px;
    --font-size-24: 19px;
    --font-size-30: 22px;
    --font-size-36: 24px;
    --font-size-45: 30px;
    --font-size-48: 34px;
    --font-size-60: 40px;
    --font-size-95: 60px;
    --font-size-130: 80px;
    --character-spacing-0: 0px;
    --line-height-16: 16px;
    --line-height-18: 18px;
    --line-height-20: 22px;
    --line-height-24: 26px;
    --line-height-30: 28px;
    --line-height-36: 30px;
    --line-height-45: 36px;
    --line-height-48: 40px;
    --line-height-60: 46px;
    --line-height-95: 60px;
    --line-height-130: 80px;
}

}
@media (max-width: 1280px) {
 
  
  #counter .item {
    padding: 0px 0px;
}
.main-nav .nav-item {
  padding-left: 8px;
}
.country-img img {
  width: 40px;
  margin-left: 7px;
}
.main-nav .navbar-expand-xl .navbar-brand img, .main-nav .navbar-expand-xl .navbar-brand .svg {
  width: 180px;
}
.industries-slider .swiper-button-next, .industries-slider .swiper-button-prev {
  top: 84%;
  width: 40px;
  height: 40px;
  padding: 9px;
}
.mt-100 {
  margin-top: 50px;
}
}
@media (max-width: 1199.98px) {
  .navbar-nav {
   
    text-align: center;
}
  .main-header.g_shrink .main-nav .nav-item .nav-link {
    padding: 12px 5px;
}
  .main-nav .navbar-expand-xl .navbar-brand img, .main-nav .navbar-expand-xl .navbar-brand .svg {
    width: 150px;
}
.main-nav .nav-item {
  padding-left: 0;
}
.vision {
  padding: 0;
}
.our-solution-box {
  padding: 0;
}
.our-solution-box .div-text {
  margin-top: 10px;
}
.pb-80 {
  padding-bottom: 40px;
}
.pt-80 {
  padding-top: 40px;
}
.cargo-container-img {
  bottom: -200px;
}
.pt-300 {
  padding-top: 200px;
}
.industries-slider .swiper-button-next {
  left: 50px;
}

.location-tooltip01 {
  top: 47%;
}
.location-tooltip02 {
  top: 37%;
}
.location-tooltip03 {
  top: 59%;
}
.location-tooltip04 {
  top: 44%;
}
.location-tooltip05 {
  top: 43%;
}
.location-tooltip06 {
  top: 55%;
}
.location-tooltip07 {
  top: 63%;
}
.location-tooltip08 {
  top: 54%;
}
.location-tooltip09 {
  top: 54%;
}
.location {
  width: 20px;
}
.fork-lift {
  width: 150px;
  bottom: 158px;
}
.navbar-toggler-icon img {
  width: 28px;
  height: 28px;
}
.sidenav,
  .mobile-toggle {
    display: block;
  }
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
  /* mob-sidenav */
  /* mob-sidenav */
  .order-xl-div {
    order: 2;
  }
  /* mob-login */
  .navbar-toggler {
    position: relative;
    padding: 0;
    font-size: unset;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
  .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: var(--color-13254e);
    padding: 20px 5px;
  }
  .main-nav .nav-item .nav-link {
    font-size: var(--font-size-20);
    padding: 5px 6px;
}
.main-nav .nav-item .nav-link {
  display: inline-block;
}
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
  :root {
    --font-size-16: 13px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-24: 18px;
    --font-size-30: 20px;
    --font-size-36: 22px;
    --font-size-45: 28px;
    --font-size-48: 30px;
    --font-size-60: 36px;
    --font-size-95: 55px;
    --font-size-130: 66px;
    --line-height-16: 16px;
    --line-height-18: 18px;
    --line-height-20: 22px;
    --line-height-24: 26px;
    --line-height-30: 28px;
    --line-height-36: 30px;
    --line-height-45: 32px;
    --line-height-48: 36px;
    --line-height-60: 44px;
    --line-height-95: 55px;
    --line-height-130: 66px;
  }
  .philosophy-img {
    padding: 15px;
    width: 80px;
    height: 80px;
}
.philosophy-box {
  padding: 20px 20px;
  padding-top: 40px;
  margin-top: 50px;
}


}
@media (max-width: 991.98px) {
 
  
:root {
  --font-size-16: 13px;
  --font-size-18: 16px;
  --font-size-20: 17px;
  --font-size-24: 18px;
  --font-size-30: 20px;
  --font-size-36: 22px;
  --font-size-45: 26px;
  --font-size-48: 28px;
  --font-size-60: 30px;
  --font-size-95: 45px;
  --font-size-130: 54px;
  --line-height-16: 16px;
  --line-height-18: 18px;
  --line-height-20: 22px;
  --line-height-24: 26px;
  --line-height-30: 28px;
  --line-height-36: 30px;
  --line-height-45: 30px;
  --line-height-48: 34px;
  --line-height-60: 40px;
  --line-height-95: 45px;
  --line-height-130: 54px;
}
.banner-img img {
  height: 550px;
}
.banner-text {
  top: 40%;
}
.we-offers-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-us-right {
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}
.about-us01 {
  padding-right: 40px;
  padding-bottom: 150px;
}
.mt-50 {
  margin-top: 10px;
}
.fork-lift {
  display: none;
}
.trusted-company-box {
  padding: 20px 10px;
  height: 140px;
}
.what-we-text {
  padding-left: 20px;
}
.vision-img {
  padding: 8px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.mt-30 {
  margin-top: 10px;
}
.pt-200 {
  padding-top: 60px;
}
.pb-300 {
  padding-bottom: 140px;
}
.pt-300 {
  padding-top: 150px;
}
.industries-list .div-text {
  padding: 8px 8px;
}
.map-container {
  margin-bottom: -50px;
}
.testimonial-left {
  padding-right: 0;
}
.footer-right {
  width: 22%;
}
.bottom-footer {
  padding: 30px 0;
}
.footer-contact-box .footer-contact-left {
  width: 50px;
  margin-right: 10px;
}
.country-img img {
  width: 32px;
  margin-left: 5px;
}
.wave-pattern {
  width: 50px;
}
}
@media (max-width: 800px) {
  .banner-img img {
    height: 511px;
}
.cruise-container-img {
  bottom: -30px;
}
.we-offers-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
}
@media (max-width: 767.98px) {
  #circle {
   
    top: 0;
}
  .mobile-none {
    display: none !important;
  }
  .about-us01 {
    padding-right: 0;
    padding-bottom: 0px;
}
  .mb-5 {
    margin-bottom: 2rem !important;
}
  .desktop-none {
    display: block !important;
  }
  .footer-right {
    width: 75%;
    position: relative;
    margin: auto;
}
  .footer-contact-box {
    width: 100%;
    float: left;
    text-align: left;
}
  .what-we-right {
    position: relative;
   
}
  .container {
    
    text-align: center;
}
#counter .div-title {
  width: 96%;
  margin: auto;
}
  .wave-pattern {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
}
  .wave-pattern .svg {
    
    width: 50px;
}
  .we-offers-section {
   
    text-align: center;
}
  .order-md-div {
    order: 2;
  }
  .about-us-right {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.trusted-company-box {
  padding: 20px 10px;
  height: auto;
  text-align: center;
}
.trusted-company-img {
  padding: 15px;
  width: 80px;
  height: 80px;
  margin: 20px 0;
}
.vision {
  padding: 10px 0;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trusted-company-bg {
  margin-top: 40px;
  margin-bottom: 40px;
}
.pb-150 {
  padding-bottom: 40px;
}
.what-we-text {
  padding: 40px 30px;
  background-color: var(--color-13254e);
}
.what-we-right .container {
  text-align: center;
  padding: 0;
}
.myVideo {
  min-height: 620px;
}
.our-solution-box {
  padding: 0;
  margin-bottom: 20px;
}
.cargo-container-img {
  bottom: -100px;
  height: 250px;
}
.pt-300 {
  padding-top: 80px;
}
.testimonial-slider {
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.testimonial-text .quotes {
  width: 40px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.map-container {
  margin-bottom: -30px;
}
.footer-contact-box .footer-contact-right {
  width: calc(100% - 60px);
  padding-right: 10px;
}
.global-regionImg {
  padding-top: 0;
}
.pt-100 {
  padding-top: 30px;
}
.pb-50 {
padding-bottom: 30px;
}
.about-us02{
  display: none;
}
}

@media (max-width: 767.98px) {
  .our-solution-box .div-text {
    font-size: 35px;
    margin-bottom: 50px;
    
}
.about-circle-box {
  right: -31%;
  bottom: 90px;
  width: 160px;
  height: 120px;
  position: relative;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.cruise-container-img {
  
  width: 80%;

}
.testimonial-client {
  
  flex-direction: column;
}
.testimonial-client .testomonialImg {
  
  margin-right: 0;
}
.myVideo {
  min-height: 500px;
}
.trusted-company-bg {
  margin-bottom:0;
}
.header-contact a {
  
  margin-left: 0;
  margin-right: 15px;
}
#counter {
 
  width: 100%;
}
.banner-text {
  padding-left: 0;
  width: 84%;
}
#counter {

  padding-left: 0;
}
}
@media (max-width: 575px) {

#circle {
  left: 16%;
}
}
@media (max-width: 480px) {
  #circle {
    left: -2%;
}
.footer-contact-box .footer-contact-left i {
  
  padding: 10px 15px;
  
}
.core-value-box h5 {
  
  text-align: justify;
}
p {
  
  text-align: justify;
}
  #counter {
    display: flex
;
    padding-left: 0;
    flex-direction: column;
    align-items: center;
}
#counter .item {
  padding: 0px 0px;
  margin-bottom: 30px;
}
#counter .div-title {
  width: 100%;
}
.about-us01 {
  padding-bottom: 30px;
}
.trusted-company-box {

  text-align: center;
  width: 100%;
}
}
@media (max-width: 375px) {
  
}
@media (max-width: 320px) {}
/* responsive css */


#button {
  display: inline-block;
  background-color: #545454;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 100%;
}
#button::after {
  content: "\F145";
  font-family: bootstrap-icons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

