/* syne-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/syne-v22-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* syne-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syne';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/syne-v22-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* syne-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syne';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/syne-v22-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* syne-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/syne-v22-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* syne-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  src: url('../Fonts/syne-v22-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Provide sufficient contrast against white background */
:root {
  --primary: #e90018;
  --secondary: #34006d;
  --bg-black: #0c0c14;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.66;
  font-style: normal;
  font-family: 'Syne';
  font-size: 18px;
  color: #000000;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  body.boxed {
    max-width: 1200px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: 'Syne';
  font-weight: 700;
  margin-top: 0;
  line-height: 1.23;
}

h1 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.525rem + 0.9vw);
  }
}

h2 {
  font-size: 2.5625rem;
}

@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.28125rem + 1.375vw);
  }
}

h3 {
  font-size: 1.875rem;
}

@media (max-width: 1200px) {
  h3 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

h4 {
  font-size: 1.575rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 0.8625rem;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

#numeric, #phone, #weight, #from_pincode, #to_pincode{
  font-family: sans-serif;
}


#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  margin-top: 20px;
}

#header .nav-link {
  color: #fff;
}

#header .fixed .nav-link {
  color: #000000;
}

.br-16 {
  border-radius: 16px;
}

.text-red {
  color: var(--primary);
}

.bg-theme {
  background-color: var(--primary);
  color: #fff;
}

.bg-themedark {
  background-color: var(--bg-black);
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

input[type="number"]{
  font-family: sans-serif;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* // Top bar // */
.fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 2px 10px #818181;
  animation: fade-out .3s ease-out;
  background-color: #fff;
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
}

.navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-toggler-icon {
  background-image: url(../images/menu.svg) !important;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.collapsing {
  transition: all .3s ease;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--primary);
}

.theme-btn {
  padding: 10px 25px;
  line-height: 30px;
  border-radius: 5px;
  margin-left: 30px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
}

.theme-btn:after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.theme-btn:hover::after {
  animation: shine .5s forwards;
}

.slide_outer {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.hero_slide {
  height: 100%;
  width: 100%;
  background-position: center;
  position: absolute;
  background-size: cover;
  animation: zoom 10s infinite linear;
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero_slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(34 34 34 / 62%);
}

.slide_content {
  position: absolute;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.slide_content h1 {
  font-size: 4rem;
  color: #fff;
}

.slide_content h3 {
  color: #fff;
  font-weight: 400;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

section {
  padding: 80px 0;
}

.heading h4 {
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
}

.heading::before {
  content: '';
  position: absolute;
  background-image: url(../images/icon-line.webp);
  top: -20px;
  left: 0;
  width: 48px;
  height: 8px;
}

.heading h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--secondary-color);
}

.about_img {
  padding: 20px;
  position: relative;
}

.about_img::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: var(--primary);
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.about .icon-plane-2 {
  position: absolute;
  top: 170px;
  left: 80px;
  width: 82px;
  height: 415px;
  background-image: url(../images/icon-plane-2.png);
}

.services {
  background-image: url(../images/pattern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #232331;
}

.heading-center::before {
  content: '';
  position: absolute;
  background-image: url(../images/icon-line.webp);
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.services .inner-box {
  position: relative;
  margin-top: 155px;
  padding: 30px 20px 30px;
  background-color: #000;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #322d3b;
}

.services .inner-box .image {
  position: absolute;
  top: -108px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  margin-bottom: 0;
  z-index: 3;
}

.services p {
  font-size: 16px;
}

.services .inner-box .image img {
  width: 100px;
  margin: -35px auto 0;
}

.services .inner-box .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 166px;
  border-radius: 16px;
  top: -68px;
  background-color: rgba(255, 255, 255, .07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}

.services .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary);
  border-radius: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services .inner-box:hover:before {
  height: 100%;
}

.services .inner-box:hover .image:before {
  background-color: #fff;
}

.services .inner-box:hover .image img {
  filter: drop-shadow(-4px 8px 2px #ccc);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.services .content h4 {
  font-size: 20px;
  color: #fff;
}

.advantages {
  background-image: linear-gradient(#ffffff, #ffffffed), url(../images/advantages_bg.jpg);
}

.advantages .prvdr-box img {
  width: 45px;
  margin-bottom: 10px;
}

.advantages .prvdr-box {
  background-color: #f8f5f1;
  padding: 15px;
  height: 100%;
}

.advantages .about_img::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: var(--primary);
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.advantages .icon-car {
  position: absolute;
  bottom: -30px;
  right: 25px;
  z-index: 0;
  width: 314px;
  height: 306px;
  background-image: url(../images/icon-car.png);
}

.why-choose-box .why-icon img {
  width: 75px;
  margin-bottom: 20px;
}

.why-choose-box {
  box-shadow: 0 15px 64px 0 rgba(0, 0, 0, .05);
  padding: 15px;
  height: 100%;
}



/* footer----------------------------------- */
footer p,
footer a {
  color: #c0c0c0;
  transition: all .2s ease;
}

.useful-lnk li:hover a {
  color: var(--primary);
  margin-left: 0px;
}

.useful-lnk a {
  margin-left: -16px;
}

.arrow i {
  color: var(--primary);
  transform: translateX(-10px);
  opacity: 0;
  transition: all .2s ease;
}

.useful-lnk li:hover i {
  opacity: 1;
  transform: translateX(0px);
}

footer {
  background-image: url(../images/footer.jpg);
  background-position: bottom;
  background-size: cover;
}

.footer-top {
  background-image: linear-gradient(to right, #ff0000b0, #00000000), url(../images/cta.webp);
  background-position: right;
  background-size: cover;
}

.partners_img {
  margin: 0 10px;
}

.cntn-area1 h5 {
  font-size: 20px;
}

.page-title-section {
  background-image: linear-gradient(-45deg, #34006de0, #e9001800), url(../images/page-title-bg.jpg);
  padding: 160px 0px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px 10px;
  border-radius: 16px;
}

.page-title-section h1 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.contact-form-section {
  background: #F7F7F7;
  padding: 40px;
  border-radius: 10px;
}

.contact-details {
  background: #F7F7F7;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}

.detail-single {
  display: flex;
}

.contact-icon {
  margin-right: 15px;
}

.contact-detail {
  border-bottom: 1px solid #ccc;
}

.contact-details .social-icons ul li a {
  color: var(--primary);
  border: 1px solid var(--primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tag-section {
  position: absolute;
  bottom: 10%;
  right: 35%;
  animation: spin 10s linear infinite;
}

.welcome-contact-content {
  line-height: 20px;
}

.welcome-contact-content p {
  font-size: 16px;
  color: var(--primary);
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

section.about-feature {
  background-color: #232331;
  background-image: url('../images/lines-waves1.png');
}

.feature-title h3 {
  color: #fff;
}

.feature-title p {
  color: #fff;
}

.feature-list-single {
  position: relative;
  display: block;
  border: 1px solid #322d3b;
  padding: 40px;
  background-color: #232331;
  transition: all .5s ease;
  color: #fff;
}

.about-feature-list {
  padding: 60px 0px 0px 0px;
}

.feature-list-single h5 {
  color: #fff;
}

.feature-list-single img {
  margin-bottom: 20px;
}

.feature-list-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-list-single:hover {
  transform: translateY(-10px);
  border: 1px solid #f0eeee;
  background-color: #fff;
  color: #000;
}

.feature-list-single:hover h5 {
  color: #000;
}

.why-us-section {
  background-color: #fff0f3;
  padding: 100px 0px;
}

.why-us-section .heading.position-relative {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-why-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 12px #cccccc5e;
}

section.welcome-section {
  background-image: url('../images/welcome-bg.jpg');
}

.single-why-list:hover {
  box-shadow: 0px 2px 20px #cccccc87;
}

.service-feature .heading:before {
  display: none;
}

.service-feature {
  background-image: url('../images/service-bg.jpg');
}

.single-service-feature {
  padding: 20px;
  background: #fff;
  display: flex;
  border-radius: 12px;
  align-items: center;
  transition: 0.5s;
}

.single-service-feature:hover {
  transform: translateY(-10px);
}

.single-service-feature-icon-box {
  flex: none;
  margin-right: 15px;
  padding: 15px;
}

.service-img-welcome {
  border-radius: 16px;
  box-shadow: 2px 2px 20px #cccccc96;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.type-list {
  margin-top: 60px;
}

.type-list .row {
  margin-top: 60px;
}

.type-list-single-image img {
  border-radius: 12px;
  box-shadow: 0px 2px 16px #ccccccc4;
}

section.warehouse-types {
  background: #f8f5f1;
}

section.ptl-intro {
  background-image: url('../images/ptl-pattern.webp');
  background-size: cover;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--primary) !important;
  outline: 0;
  box-shadow: none !important;
}

.form-select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--primary) !important;
  outline: 0;
  box-shadow: none !important;
}

.quote-form {
  background: #f8f5f1;
  padding: 40px;
  border-radius: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 240px !important;
}

.why-cross-border-points li:before {
  content: "";
  height: 14px;
  width: 22px;
  left: 0px;
  top: 7px;
  position: absolute;
  display: inline-block;
  background: url('../images/icons/slash.svg') top left no-repeat;
  background-size: contain;
}

.why-cross-border-points li {
  position: relative;
  padding-left: 35px;
}

section.why-cross-border {
  background: #f8f5f1;
}

.why-cross-border-points ul {
  padding-left: 0px;
}

section.why-partner {
  background-image: url('../images/partner-bg.jpg');
  background-size: contain;
  background-repeat: repeat-x;
}

section.why-partner .why-choose-box {
  box-shadow: 0 15px 64px 0 rgba(0, 0, 0, .15);
  background: #fff;
}

section.why-partner .why-choose-box h5 {
  font-size: 1.1rem;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .slide_content h1 {
    font-size: 28px;
  }

  .slide_content {
    width: 80%;
  }

  .slide_outer {
    height: 30vh;
  }

  .slide_content h3 {
    font-size: 16px;
  }

  .about_img {
    padding: 0px;
  }

  .about_img::before {
    display: none;
  }

  .navbar-brand img {
    width: 200px;
  }

  .heading h3 {
    font-size: 22px;
  }

  .why-choose-box {
    margin-bottom: 20px;
  }

  section {
    padding: 40px 0;
  }

  .navbar .theme-btn {
    margin-left: 5px;
  }

  .partners .heading::before {
    content: '';
    position: absolute;
    background-image: url(../images/icon-line.webp);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-title-section h1 {
    font-size: 2rem;
  }

  .single-service-feature {
    display: block;
  }

  .type-list .row {
    margin-top: 30px;
  }
  #header {
     position:relative; 
    width: 100%;
    z-index: 99999;
    margin-top: 20px;
}
}

@media screen and (min-width:992px) {
  section.services .col-lg-3 {
    width: 20%;
  }
}

.advantage-crd {
  overflow: hidden;
  border-radius: 16px;
}

.advantage_backdrop::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(4deg, black 10%, transparent);
  z-index: 0;
}

.content_advantages {
  z-index: 10;
}

#services .owl-stage-outer {
  padding-top: 30px;
}

.page_404{
  margin-top: 2rem;
}

