@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background-size: cover;
  overflow-x: hidden;
  color: var(--black-color);
}

h2,
h3,
h4,
h5 {
  font-family: "Mona Sans", sans-serif;
}

p {
  font-family: "Mona Sans", sans-serif;
}

li {
  list-style-type: none;
  font-family: "Mona Sans", sans-serif;
}

a {
  text-decoration: none !important;
  font-family: "Mona Sans", sans-serif;
  display: inline-block;
  transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(127deg, rgb(65, 166, 248) 0%, rgba(19, 13, 44, 1) 100%) !important;
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(127deg, rgb(5, 75, 133) 0%, rgba(19, 13, 44, 1) 100%) !important;
}

/* loader styling start  */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, #130d2c, #130d2c, #130d2c, #282e5a, #130d2c);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  width: 100%;
  height: 100vh;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #ccc;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper.loaded {
  display: none;
}

.ring {
  position: absolute;
  height: 200px;
  width: 200px;
  border: 0px solid #272727;
  border-radius: 50%;
}

.ring:nth-child(1) {
  border-bottom-width: 10px;
  border-color: #ca2c92;
  animation: rotate1 1.5s linear infinite;
}

.ring:nth-child(2) {
  border-right-width: 10px;
  border-color: #41a6f8;
  animation: rotate2 1.5s linear infinite;
}

.ring:nth-child(3) {
  border-top-width: 10px;
  border-color: #FFFFFF;
  animation: rotate3 1.5s linear infinite;
}

@keyframes rotate1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@keyframes rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@keyframes rotate3 {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

/* loader styling end  */
/* HEADER START */
header {
  width: 100%;
  z-index: 99;
}

.navbar-brand {
  width: 250px;
}

.navbar-brand h2 {
  font-size: 30px;
  color: #00512a;
  font-weight: 500;
}

.menu-br .navbar-brand img {
  max-width: 210px;
  width: 100%;
}

.hdr-tul li a {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  border-radius: 50px;
  font-weight: 500;
  padding: 8px 0px !important;
}

.hdr-tul li a:hover {
  color: #818181;
}

.hdr-tul ul {
  gap: 27px;
  margin-left: 25px;
}

.order-bt:hover {
  color: #fff;
}

.log:hover {
  color: #fff;
  opacity: 0.7;
}

.log {
  color: #ff0000;
}

.order-bt span {
  color: #fff;
  margin-left: 11px;
}

.nv-crt>ul>li>a.order-bt {
  background: #d50000;
}

.order-bt {
  color: #fff;
  font-weight: 600;
  padding: 16px 30px 16px 30px;
  text-align: center;
  border: 1px solid #282828;
  background-color: #282828;
  display: inline-block;
  clip-path: polygon(12% 0, 100% 0, 100% 60%, 88% 100%, 0 100%, 0 40%);
}

/* HEADER END */
/* HOME PAGE START */
.pd-t {
  padding-top: 100px;
}

.main-banner {
  background-size: cover;
  height: 1100px;
  background-repeat: no-repeat;
}
.rdgs {
    font-size: 19px;
    font-weight: 500;
    color: rgb(65, 166, 248);
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
}
.main-banner::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to right bottom, #41a6f8, #41a6f8, #41a6f8, #282e5a, #130d2c);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 50%;
  height: 100%;
  right: 0;
  opacity: 0.7;
}

.bnr-im {
  right: 0;
}

.m-bnr-cont h4 {
  font-size: 20px;
  font-weight: 500;
  color: rgb(65, 166, 248);
  letter-spacing: 4px;
  line-height: 24px;
  text-transform: uppercase;
}

.first-hed {
  font-size: 66px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  letter-spacing: -1px;
  line-height: 76px;
}

.our-loc-hed h2 {
    font-size: 66px;
    font-weight: 900;
    color: rgb(72 72 72);
    letter-spacing: -1px;
    line-height: 76px;
}
.loc-cont p {
    font-size: 17px;
    font-weight: 500;
    color: #0099cc;
    margin-bottom: 15px;
}
.lc-icon i {
    font-size: 23px;
    color: #e50014;
}

.m-bnr-cont p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(103, 103, 103);
  line-height: 30px;
}

.ship {
  background: linear-gradient(127deg, rgba(65, 166, 248, 1) 0%, rgba(19, 13, 44, 1) 100%);
  border: none !important;
  margin-right: 30px;
}

.track-bt a:hover {
  color: #fff;
  background: #000;
}

.track-bt a {
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  clip-path: polygon(12% 0, 100% 0, 100% 60%, 88% 100%, 0 100%, 0 40%);
  padding: 20px 40px;
}

.get {
  background-image: url(../images/bt.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 29%;
  height: 68px;
  line-height: 27px;
  text-align: center;
}

.glb-ovr {
  background-color: #130d2cd9;
  height: 100%;
  width: 100%;
}

.glb-ovr h3 {
  line-height: 38px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}

.blu {
  background-color: #41a6f8de;
}

.trf-cont h4 {
  font-size: 50px;
  line-height: 50px;
}

.track {
  padding: 100px 0;
}

.mission {
  background-color: #d9d9d961;
}

.misn-cont h2 {
  font-size: 48px;
  color: #000000;
  line-height: 52px;
  font-weight: 700;
}

.mis-cont h4 {
  font-size: 20px;
  line-height: 30px;
  color: #1e1e1e;
  font-weight: 700;
}

.mis-cont p {
  font-size: 20px;
  line-height: 28px;
  color: #676767;
}

.mis-cont {
  /* padding-top: 370px; */
}

.relib-al {
  background-color: #282828;
  padding: 38px 24px 30px;
  transition: all 1.5s;
}

.relb-im {
  height: 48px;
  width: 48px;
  line-height: 43px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
}

.relib-al h3 {
  color: #FFFFFF;
  /* font-size: 28px; */
  font-size: 20px;
  margin: 0;
}

.relib-al:hover {
  background: linear-gradient(158deg, rgba(65, 166, 248, 1) 0%, rgba(19, 13, 44, 1) 100%) !important;
  clip-path: polygon(12% 0, 100% 0, 100% 82%, 88% 100%, 0 100%, 0 18%);
  transition: all 1.5s;
}

.ofr-cont h4 {
  line-height: 30px;
  font-size: 20px;
  color: #000000;
}

.ofr-cont h2 {
  font-size: 48px;
  line-height: 52px;
  color: #000000;
  font-weight: 700;
}

.ofr-cont p {
  line-height: 30px;
  font-size: 20px;
  color: #676767;
}

.shipment-sli {
  padding-left: 16%;
}

.sp-bt {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 30px;
  background-color: #264A7D;
}

.sp-bt span {
  display: inline-block;
  color: #fff;
  transform: rotate(45deg);
  position: relative;
  top: 18px;
  left: 17px;
  font-size: 25px;
}

.shp-bx h3 {
  line-height: 38px;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
}

.trk-cont h2 {
  line-height: 58px;
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
}

.trk-cont p {
  line-height: 30px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.trk-cont a {
  background: linear-gradient(127deg, rgba(65, 166, 248, 1) 0%, rgba(19, 13, 44, 1) 100%) !important;
  /* color: #ff0000; */
}

.tracking-sec {
  margin-top: 120px;
}

.ts-im img {
  display: inline-block !important;
}

.test-al p {
  color: #676767;
}

.test-al h3 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}

.qut {
  right: 180px;
}

.testim .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e50014;
}

.testim .slick-dots li button:before {
  font-size: 40px;
}

.testim .slick-dots li button {
  border: 1px solid #000;
  border-radius: 50%;
}

.test-al {
  opacity: 0.5;
  margin: 0 15px;
}

.testim .slick-track {
  padding: 0 0 40px 0;
}

.testim .slick-current .test-al {
  opacity: 1;
}

.tes-hed h4 {
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  font-weight: 500;
}

.tes-hed h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

footer {
  padding-top: 90px;
  background-color: #000000;
}

.copy {
  background-color: #000000;
  border-top: 1px solid #ffffff6e;
}

.fot-lnk h3 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
}

.fot-lnk h3:before {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  width: 100px;
  height: 2px;
  top: 33px;
}

.fot-lnk li a {
  color: #FFFFFF;
  padding-bottom: 11px;
}

.fot-lnk li {
  color: #FFFFFF;
  padding-bottom: 11px;
}

.fot-logo p {
  font-size: 13px;
  color: #FFFFFF;
}

.fot-logo li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #FFFFFF;
  text-align: center;
  color: #000000;
  border-radius: 50%;
}

.cp-lt p {
  margin: 0;
  color: #FFFFFF;
  padding: 20px 0;
  font-weight: 500;
}

/* HOME PAGE END */
/* INNER PAGES START */
.qut-all .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0093d0 !important;
  background-color: #fff;
  border-color: transparent !important;
}

.qut-all .nav-link {
  padding: 1.5rem 4rem;
}

.qut-all button,
.qut-nav>a {
  width: 33%;
}

.qut-all .nav-link span {
  font-size: 20px;
  font-weight: 700;
  color: #0093d0;
}

.qute-inr label {
  color: #2d3236;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.qute-inr label span {
  color: #bb3e53;
}

.qute-inr input {
  border: 1px solid #cacaca;
  height: 51px;
}

.qute-inr select {
  border: 1px solid #cacaca;
  height: 51px;
}

.qute-inr textarea {
  height: 96px;
}

.agr input {
  height: 13px;
}

.agr label {
  padding: 20px 0;
}

.agr a {
  color: #0093d0;
  text-decoration: underline !important;
}

.get-q button {
  background: #0093d0;
  border: 1px solid #0093d0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 30px;
  font-weight: 700;
}

.qute-inr h3 {
  color: #0093d0;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}

.ned a {
  height: 45px;
  line-height: 45px;
  min-width: 145px;
  background-color: #0093d0;
  color: #fff;
  padding: 0 18px;
  text-align: center;
  font-weight: 700;
}

.ned-p {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

.vol-inp {
  font-size: 14px;
  width: 11% !important;
}

.vol-lab img {
  width: 12%;
  margin-left: 8px;
}

.vol-lab {
  font-weight: 700;
  font-size: 14px;
  color: #2d3236;
}

.vol-lab span {
  color: red;
}

.pot label {
  font-weight: 700;
  font-size: 14px;
  color: #2d3236;
}

.pot label span {
  color: red;
}

.pot input,
select {
  height: 30px;
  font-size: 14px;
}

.pot select {
  font-size: 13px;
}

.pick h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2d3236;
  text-transform: uppercase;
  border-bottom: 2px solid #2d3236;
  line-height: 22px;
}

.loc select {
  width: 29%;
}

.chk {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 7px 0px;
  font-size: 11px;
  width: 23%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: 99;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background-color: #eaeaea;
  z-index: -1;
}

.chk:hover input~.checkmark {
  background-color: #ccc;
}

.chk input:checked~.checkmark {
  background-color: #0093d0;
  color: #fff;
}

/* .checkmark:after {
  content: "\2b";
  position: absolute;
  font-family: 'FontAwesome';
} */
.chk input:checked~.checkmark:after {
  display: block;
}

.chk .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.len-hgt input {
  width: 38px !important;
}

.dep-all input {
  width: 122px;
}

.haz input {
  width: 15px;
}

.pot label img {
  width: 19px;
  margin-left: 7px;
}

.ad-bak {
  box-shadow: 1px 1px 5px #999;
  padding: 15px;
  background-color: #fff;
}

.ad-bak button {
  color: #6cbce3;
  border: none;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.ad-bak button span {
  font-size: 19px;
}

.addt .chk {
  width: 12%;
}

.hlp {
  width: 8% !important;
}

.get-clr a {
  height: 45px;
  line-height: 45px;
  min-width: 145px;
  background-color: #6cbce3;
  border: 2px solid #6cbce3;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.clear {
  border: 2px solid #000 !important;
  background-color: transparent !important;
  color: #000 !important;
  margin-left: 20px;
}

.commt input {
  height: auto;
}

.p-sub button {
  color: #ffffff;
  background-color: #005ea2;
  border: 1px solid #004f89;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

.air-prv-all p {
  font-size: 14px;
  color: #333;
}

.air-all .nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}

.air-all button {
  background-color: #005ea2 !important;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 20px !important;
}

.air-all .nav-tabs .nav-item.show .nav-link,
.air-all .nav-tabs .nav-link.active {
  background-color: #ee0000 !important;
  color: #ffffff !important;
}

.air-all .nav-tabs {
  border: none;
}

.pot h4 {
  font-size: 18px;
  color: #005ea2;
  margin: 15px 0;
}

/* INNER PAGES END */




.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff;
  border-radius: 24px;
}

.custom-select::before {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 13px;
}

.selected-option {
  display: flex;
  align-items: center;
  padding: 10px;
}

.selected-option img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-options div {
  padding: 10px;
  display: flex;
  align-items: center;
}

.dropdown-options div:hover {
  background-color: #f5f5f5;
}

.dropdown-options img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.lnt-wid {
  width: 23%;
}

.ltt-se {
  border-radius: 0 24px 24px 0 !important;
  height: auto !important;
}

.lff-se {
  border-radius: 24px 0 0 24px !important;
}

.qunt {
  width: 9%;
}

.frit-cls select {
  border-radius: 24px !important;
}

.shp-hed h3 {
  font-size: 28px;
  line-height: 44.8px;
  color: #1b4870;
}

.pickup h3 {
  font-size: 28px;
  line-height: 44.8px;
  color: #1b4870;
}

.shp-hed {
  border-bottom: 1px solid #e8e8e8;
}

.despc h4 {
  font-size: 28px;
  line-height: 44.8px;
  color: #1b4870;
}

.ite-desp {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 10px 15px;
}

.ad-tolt a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1b4870;
  margin-right: 8px;
}

.ad-tolt a span {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #343a40;
}

.ad-tolt h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #343a40;
}

.res-area label {
  color: #343a40;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}

.qt-bt {
  border-top: 1px solid #e8e8e8;
}

.qt-bt button {
  background-color: gray;
  border-color: gray;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid;
  border-radius: 40px;
  font-weight: 700;
}




/* Contact Section STRAT  */
.contact-section {
  padding: 50px 0;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0099cc;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-category {
  margin-bottom: 40px;
}

.icon-container {
  /* width: 120px;
  height: 120px; */
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container img {
  max-width: 100%;
  max-height: 100%;
}

.category-title {
  font-size: 20px;
  font-weight: 600;
  color: #0099cc;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-info {
  color: #555;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-email {
  color: #0099cc;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.contact-email:hover {
  color: #007bff;
  text-decoration: underline;
}

.fot-logo img {
    width: 50%;
}
/* Contact Section END  */