@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
}

button {
  border-radius: 0px;
  border: inherit;
  outline: none;
}

button:focus {
  border-radius: 0px;
  border: inherit;
  outline: none;
  box-shadow: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}


:root {
  --orange: black;
  --blue: #b81f39;
}

h2 {
  font-weight: 700;
  color: #000;
}

/*menu css start*/

.menu {
  background-color: #fff;
  box-shadow: 0px -4px 10px rgb(0 0 0 / 15%);
  transition: top 0.8s;
}

.menu nav ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
  text-transform: uppercase;
}

.menu nav ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.menu nav ul {
  align-items: center;
}

.menu nav ul .logo-item {
  margin: 0px 50px;
}

.menu nav ul .logo-item .navbar-brand img {
  width: 150px;
}

.menu nav ul li .dropdown-menu {
  border: 0px;
  background-color: #fff;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0px 20px 5px 0px rgb(0 0 0 / 3%);
}

.menu nav ul li .dropdown-menu li {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f7f7f7;
  transition: 0.5s;
}

.menu nav ul li .dropdown-menu li:last-child {
  border-bottom: 0px;
}

.menu nav ul li .dropdown-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #000 !important;
  text-transform: inherit;
}


.menu nav ul li .dropdown-menu li a:hover {
  background-color: inherit;
  color: var(--blue) !important;
  transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--blue) !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/download.svg");
}

.navbar-light .navbar-toggler {
  color: rgb(183 30 60);
  border-color: rgb(183 30 60);
}

.trackNow {
  border: 1px solid black;
  color: black !important;
}

.trackNow:hover {
  background-color: #b51f3a;
  color: white !important;
  border: 1px solid #b51f3a;
}

.menu nav .navbar-brand img {
  width: 200px;
}

.blue-btn {
  background-image: linear-gradient(to right, #b51f3a 0%, #000000 51%, #ffffff 100%);
  margin-right: 10px;
}

.orange-btn {
  background-image: linear-gradient(to right, #b81f39 0%, #fb934a 51%, #f98c40 100%);
}

.blue-btn:hover,
.orange-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.ue-btn {
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: .9rem !important;
}

/*menu css end*/

/*banner css start*/

#slider {
  overflow: hidden;
  width: 100%;
  height: 525px;
  background-color: #fff;
  position: relative;
}

.slider-inner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 40px;
  width: 70%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.slider-inner-content h1 {
  font-size: 2.5em;
  margin: 0;
  font-weight: 800;
}

.slider-inner-content p {
  color: #fff;
  font-weight: 500;
}

.trackin {
  width: 500px;
  background: #fff;
  padding: 20px 20px;
  margin: auto;
}

.trackin label {
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 18px;
}

.trackin input {
  border-bottom: 1px solid #8d8d8d;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  padding-left: 30px;
}

.trackin .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: unset !important;
  outline: unset !important;
  box-shadow: unset;
}


.trackin .form-group {
  position: relative;
}

.trackin .form-group i {
  position: absolute;
  top: 65px;
  color: var(--blue);
  left: 0;
}

.trackin .form-group {
  margin-bottom: 1rem;
}

.homebanner .banner-text .web-points {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
  border-radius: 5px;
  padding: 8px;
  transition: 0.3s;
}

/*banner css end*/

/*via-sky css start*/

.via-sky {
  margin-top: 80px;
}

.via-sky .via-sky-box {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
  border-radius: 5px;
  padding: 15px;
  min-height: 135px;
}

.via-sky .via-sky-box .sky-box-content h5 {
  color: #000;
  font-weight: 600;
}

.via-sky .via-sky-box .sky-box-content p {
  margin-bottom: 0px;
}

.via-sky .via-sky-box .sky-box-image {
  position: relative;
  margin-right: 30px;
}

.via-sky .via-sky-box .sky-box-image:before {
  content: "";
  background-color: var(--blue);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 15px;
  transition: 0.3s ease-in-out;
}

.via-sky .via-sky-box .sky-box-image img {
  position: relative;
  width: 60px;
  transition: 0.3s ease-in-out;
}

.via-sky .via-sky-box .sky-box-image:before {
  width: 30px;
  height: 30px;
  position: absolute;
}

.via-sky .via-sky-box:hover .sky-box-image:before {
  transform: scale(1.2);
  bottom: -10px;
}

.via-sky .via-sky-box:hover .sky-box-image img {
  transform: translateY(-5px);
}

/*via-sky css end*/

/*our-services css start*/

.industry-portfolio {
  margin-bottom: 80px;
}

.industry-portfolio .heading {
  margin-bottom: 0px;
}

.industry-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin-bottom: 30px;
  min-height: 200px;
  transition: 0.3s;
}

.industry-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
}

.industry-box.one:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img4.jpg');
  background-position: center;
  background-size: cover;
}

.industry-box.two:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img2.jpg');
  background-position: center;
  background-size: cover;
}

.industry-box.three:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img3.jpg');
  background-position: center;
  background-size: cover;
}

.industry-box.four:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img1.jpg');
  background-position: center;
  background-size: cover;
}

.industry-box.five:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img5.jpg');
  background-position: center;
  background-size: cover;
}

.industry-box.six:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img6.jpg');
  background-position: center;
  background-size: cover;
}

.industry-box:hover img {
  background: #fff;
}

.industry-box:hover h5 {
  color: #fff;
}

.industry-box img {
  margin-bottom: 20px;
  width: 55px;
  background: transparent;
  border-radius: 3px;
  padding: 5px;
}

.industry-box h5 {
  margin-bottom: 0px;
}


/*our-services css end*/

/*why-choose css start*/



/*why-choose css end*/

/*about us css start*/

.about-us {
  margin-top: 80px;
  position: relative;
  background-color: #F4F9FE;
  padding: 50px;
}


.about-us .heading h2 {
  color: #b81f39;
}

.about-us .heading h5 {
  color: black;
}

.about-us p {
  color: black;
}

.about-us:before {
  position: absolute;
  content: "";
  background-image: url(../images/package_one.png);
  width: 200px;
  height: 186px;
  right: -10px;
  bottom: 0px;
  -webkit-animation: mover2 2s infinite alternate;
  animation: mover2 1s infinite alternate;
  background-repeat: no-repeat;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes mover2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translatex(-50px);
  }
}

@keyframes mover2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translatex(-50px);
  }
}

.about-us .about-us-image {
  padding-right: 50px;
}

.about-us .main {
  width: 330px;
  height: 330px;
  border: 1px solid transparent;
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 20px;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}

.about-us .main .circle {
  width: 30px;
  height: 30px;
  border: 6px solid var(--blue);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 10s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-165px) rotate(0deg);

  }

  100% {
    transform: rotate(360deg) translate(-165px) rotate(-360deg);
  }
}

.about-us .about-us-image img {
  border-radius: 10px;
}

.heading {
  margin-bottom: 30px;
}

.heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.heading h5 {
  margin-top: 15px;
  font-size: 20px;
  color: var(--orange);
}

.justify {
  text-align: justify;
}

/*about us css end*/

/*our-partner css start*/

.our-partner {
  margin-bottom: 80px;
}

.our-partner .menu-button {
  margin-top: 20px;
}

.our-partner ul.partner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.our-partner ul.partner-list li {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0.5rem;
  padding: 0.5rem;
}

/*our-partner css end*/

/*integral-logistic css start*/

.integral-logistic {
  margin-top: 80px;
  margin-bottom: 80px;
}

.integral-logistic .row {
  border-radius: 15px;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
  background-color: #fff;
  padding-top: 1rem;
}

.integral-logistic .single-coutnerup img {
  display: block;
  margin: 0 auto;
  width: 70px;
}


.integral-logistic .single-coutnerup {
  text-align: left;
  padding: 0px 30px;
  text-align: center;
}

.integral-logistic .single-coutnerup p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.integral-logistic .single-coutnerup .count-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--blue);
}

.integral-logistic .plus {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--blue);
}

/*integral-logistic css end*/

/*back to top button*/

#myBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  display: none;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
}

#myBtn i {
  color: var(--blue);
  font-size: 18px;
}

/*back to top button*/

/*whatsapp css start*/

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation: ripple-out 1.5s ease-in-out infinite;
  z-index: 99;
  transition: 0.3s;
}

.btn-whatsapp-pulse:hover {
  rotate: 30deg;
  transition: 0.3s;
}

.btn-whatsapp-pulse:hover {
  color: #fff;
}

@keyframes ripple-out {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/*whatsapp css end*/

/*footer-top css start*/

.footer-top {
  padding: 30px;
  background-image: linear-gradient(to right, #b71f39 61%, #ffffff 100%);
}

.footer-top .heading {
  margin-bottom: 0px;
}

.footer-top p {
  margin-bottom: 0px;
  color: #fff;
}

.footer-top h2 {
  color: #fff;
}

.industry-box svg {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.footer-top .menu-button {
  text-align: right;
}

/*footer-top css end*/

/*footer css start*/

footer {
  background: black;
  padding: 2rem 0rem;
}

.ftr-links {
  margin-bottom: 1rem;
}


.ftr-links ul li {
  color: #ebebeb;
  margin-bottom: 5px;
}

.ftr-links ul li a {
  font-size: .9rem;
  transition: 0.3s;
  font-weight: 300;
  color: #ebebeb;
}

.ftr-links ul li a:hover {
  color: #fff;
}

.ftr-heading {
  color: #fff;
}

.ftr-social ul {
  margin-bottom: 0rem;
}

.ftr-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.ftr-social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #ebebeb;
  /* background: #fff; */
  text-align: center;
  line-height: 28px;
  border: 1px solid #ebebeb;
  border-radius: .15rem;
  transition: 0.3s;
  font-size: 14px;
}

.ftr-social ul li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: var(--blue);
}

.ftr-social ul li a i {}

.footer_bottom {
  background-color: #333;
}

.footer_bottom .designed_by {
  text-align: right;
}

.footer_bottom .copyroght {
  text-align: left;
}

.copyroght,
.designed_by {
  padding: 10px 0px;
}

.copyroght p,
.designed_by p,
.designed_by p a {
  margin-bottom: 0px;
  font-size: .75rem;
  color: white;
}

.download-app a:hover {
  text-decoration: none;

}

.download-app a img {
  border-radius: 10px;
  margin-bottom: 10px;
  border: 2px solid #3e3e3e;
}



.ftr-contact ul li {
  font-size: .9rem;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-weight: 300;
  color: #ebebeb;
}

.ftr-contact ul li i {
  color: var(--maroon);
  margin-right: 5px;
  width: 15px;
  flex: none;
}

.ftr-contact ul li a {
  color: #ebebeb;
}

.pagetitle {
  background-image: linear-gradient(180deg, rgba(23, 35, 63, 0.7) 0%, rgba(23, 35, 63, 0.7) 99%), url(../images/aboutbanner.jpg) !important;
  position: relative;
  background-color: #fff;
  background-position: 50%;
  padding: 140px 0px;
  background-size: 100%;
  background-size: cover;
}

.page-title-heading h1 {
  color: white;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.breadcrumb-wrapper span a {
  color: white;
}

.breadcrumb-wrapper span span {
  color: white;
}

.cmt-bread-sep {
  color: white;
  margin: 0px 5px;
}

.page-title-heading h1:after {
  background-color: white;
  position: absolute;
  left: -2%;
  top: -98%;
  width: 40px;
  height: 6px;
  content: '';
}

.page-title-heading h1:before {
  background-color: #ffffff;
  position: absolute;
  left: -2%;
  top: -98%;
  width: 6px;
  height: 37px;
  content: '';
}

.service {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mt_80 {
  margin: 100px 0px;
}

.contactform_section {
  padding: 100px 0px;
}

.heading1 {
  background-color: #b51f3a;
  color: white;
  font-weight: 600;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 45px;
  padding: 15px 30px;
  margin-left: -68px;
  display: inline-block;
}

.contactform {
  background-color: #f0f8ff;
  padding: 55px 40px;
  border-radius: 15px;
}

.contactform .form-group {
  margin-bottom: 30px;
}

.contactform .form-control:focus {
  box-shadow: none;
}

.contactinfo img {
  width: 60px;
  margin-bottom: 20px;
}

.contactinfo p a {
  color: black;
}

.contactform .form-control {
  border: none;
  border-radius: 0;
  padding: 15px 0px;
  border-bottom: 1px solid black;
  background-color: transparent;
}

.contactform label {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.contactform label span {
  color: red;
  font-size: 20px;
  margin-left: 5px;
}

.services_left_content h2 {
  font-size: 48px;
  font-weight: 600;
  position: relative;
  text-align: left;
  color: #b61e3c;
}

.services_left_content p {

  line-height: 28px;
}

.services_left_content h1 {
  font-weight: 600;
  color: black;
  margin: 10px 0px;
  font-size: 23px;
  margin-top: 33px;
}
.capital {
  width: 57%;
  border-radius: 15px;
  border: 5px solid #ffffff;
  margin-top: -159.1px;
  margin-left: 57px;
}

.smallimg {
  width: 35%;
  margin-left: 250px;
  border-radius: 15px;
}

.services_left_content h2::after {
  width: 80px;
  height: 80px;
  background-color: #b51f3a2b;
  border-radius: 50%;
  left: -35px;
  top: -68%;
  position: absolute;
  content: '';
  z-index: -1;
}

.mission_box {
  border: 1px solid #ddd;
  padding: 30px 20px;
  border-radius: 12px;
}

.mission_box h4 {
  font-weight: 600;
  color: black;
}

.mission_box p {
  margin: 0;
}
.thank-you-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
}
/*footer css end*/

/*responsive css start*/

@media (min-width: 991px) {
  .menu nav ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    padding-top: 23px;
  }

  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20%);
    transition: all .5s;
  }

  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }

}

@media(max-width:767px) {
  .slider-inner-content {
    width: 100%;

    top: 49%;
  }
  .missionvission_icon svg{
    width: 50px;height: 50px;
    margin-bottom: 20px;margin-top: 20px;
  }
  .mission_box{
    margin-bottom: 40px;
  }
.pagetitle{
  padding: 62px 0px;
}.smallimg {
  width: 35%;
  margin-left: 205px;
}.services_left_content h2::after{
  left: -5px;
}
  .slider-inner-content h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 800;
  }
.contactinfo {
  margin-bottom: 20px;
}
  .trackin {
    width: 100%;
  }

  .about-us {
    padding: 11px;
    padding-bottom: 110px;
  }

  .integral-logistic .single-coutnerup .count-num {
    font-size: 25px;
  }

  .menu nav ul {
    align-items: self-start;
  }

  .integral-logistic .plus {
    font-size: 25px;
  }

  .ue-btn {
    margin-top: 15px;
  }

  .ftr-links {
    margin-bottom: 1rem;
    margin-top: 28px;
  }

  .slider-inner-content p {

    font-size: 19px;
  }
}

@media(min-width:767px) and (max-width:1023px) {
  .slider-inner-content {
    width: 100%;

    top: 49%;
  }.capital {
    width: 77%;
   
    margin-top: -92.1px;
    margin-left: -8px;
}.ftr-social{
  margin-top: 50px;
}
.pagetitle{
  padding: 87px 0px;
}
.mission_box{
  margin-bottom: 30px;
}
.mission_box img{
  text-align: left;
}
  .smallimg {
    width: 35%;
    margin-left: 188px;
    border-radius: 15px;
}
  .slider-inner-content h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 800;
  }

  .trackin {
    width: 400px;
  }

  .about-us {
    padding: 11px;
    padding-bottom: 110px;
  }

  .integral-logistic .single-coutnerup .count-num {
    font-size: 25px;
  }

  .menu nav ul {
    align-items: self-start;
  }

  .integral-logistic .plus {
    font-size: 25px;
  }

  .ue-btn {
    margin-top: 15px;
  }

  .ftr-links {
    margin-bottom: 1rem;
    margin-top: 28px;
  }

  .slider-inner-content p {

    font-size: 19px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu nav .navbar-brand img {
    width: 192px;
  }
}

/*responsive css end*/