.box_area{
    padding-top: 50px;
    padding-bottom: 50px;
}
.heading{
    font-family: 'Outfit';
    font-weight: 800;
    color: #000066;
}
.heading_2{
    font-family: 'Outfit';
    font-weight: 800;
    color: white;
}
.bcol_hh_2 {
    background-color: #6351ce;
}
.box_saparator{
    margin-top: 10px;
    margin-bottom: 10px;
}
.img_sz{
    width: 100%;
}
.top_ht{
    font-family: 'Outfit';
    text-transform: uppercase;
}
.paragraph{
    font-family: 'Outfit';
}
.p_top{
    padding-top: 20px;
}
.superNav {
  font-size:13px;
}
.form-control {
  outline:none !important;
  box-shadow: none !important;
}
@media screen and (max-width:540px){
  .centerOnMobile {
    text-align:center
  }
}
.logo_sz{
  width: 350px;
}
@media only screen and (max-width: 899px) {
  .logo_sz{
    width: 280px!important;
  }
  .strip_nv{
    background-color: rgba(2, 0, 36, 1)!important;
    color: white!important;
  }
  .strip_nv i{
    color: white!important;
  }
}
@media only screen and (min-width: 900px) {
    .bg_scr{
        font-size: 70px;
        line-height: 72px;
    }
    .Rmore{
        visibility:hidden;
        opacity: 0;
    }
    .ibl{
      width: 80%!important;
    }
    .track_btn{
      background-color: #000066;
    border-radius: 35px;
    padding-left: 25px!important;
    padding-right: 25px!important;
    color: white!important;
    }
    .left-gap{
      padding-left: 10%;
    }
    .strip_nv{
      background: linear-gradient(120deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 50%, rgb(237 34 39) 50%, rgb(237 34 39) 100%);
      color: white !important;
      font-size: 15px;
    }
    .strip_nv i{
      color: white!important;
    }
  }
.bcol_hh{
    background-color: #f6faff;
}
.i_box{
    background-color: #000066;
    padding: 20px;
    color: white;
    font-size: 40px;
    margin-right: 10px;
}
.i_box_2{
    background-color: #ff0000;
    padding: 20px;
    color: white;
    font-size: 40px;
    margin-right: 10px;
}
.centerd_tx{
    text-align: center;
}
.sercard{
    border-radius: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.sercard .img_sec img{
    border-radius: 0px;
    transition: all 1s ease-in-out;
}
.Rmore{
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.se_icon{
    margin: 5px;
    padding: 6px;
    border: 1px solid #999999;
}
.img_sec{
    overflow: hidden;
}
.sercard:hover .img_sec img{
    scale: 1.1;
    filter: contrast(1.3);
}
.sercard:hover .Rmore {
    visibility:visible;
    opacity: 1; 
  }
.Knm{
    padding: 15px 25px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
}
.practice{
    background-color: #ff0000;
    padding: 10px;
    color: white;
}
footer a{
    text-decoration: none;
}
.footer_boxAr{
    padding-top: 25px;
    padding-bottom: 25px;
}
.crbtn{
    padding: 10px!important;
    width: 100%!important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 10rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.whitediv{
    height: 10px;
    width: 50px;
    background-color: white;
}
/* Zoom effect for images */
.carousel-img {
    transition: transform 6s ease-in-out; /* Smooth zoom effect */
  }
  
  .carousel-item.active .carousel-img {
    transform: scale(1.1); /* Zoom in on the active image */
  }
  
  /* Text animation */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(50px); /* Start from below */
    }
    100% {
      opacity: 1;
      transform: translateY(0); /* End at the original position */
    }
  }
  
  .animate-text h1,
  .animate-text p {
    animation: fadeInUp 1.5s ease forwards; /* Text fade-in and move up */
  }
  
  .animate-text h1 {
    animation-delay: 0.5s; /* Delay for h1 */
  }
  
  .animate-text p {
    animation-delay: 1s; /* Delay for paragraph */
  }
  
  /* Optional: Adjust the caption text color and style */
  .carousel-caption h1,
  .carousel-caption p {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Adds some contrast */
  }
/* Animation for the white box (whitediv) - slide in from the left */
@keyframes slideIn {
    0% {
      transform: translateX(-100%); /* Start outside the left edge */
      opacity: 0; /* Fully invisible */
    }
    100% {
      transform: translateX(0); /* End at the original position */
      opacity: 1; /* Fully visible */
    }
  }
  
  .whitediv {
    background-color: #fff;
    width: 100px;
    height: 10px;
    opacity: 0;
    transform: translateX(-100%); /* Start hidden off-screen */
    animation: slideIn 1.5s ease forwards; /* Slide in from left to right */
    animation-delay: 1.2s; /* Delay to sync with other animations */
  }
/* Basic styling */
body {
    font-family: 'Arial', sans-serif;
  }
  
  .navbar {
    background-color: #fff!important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .navbar:hover {
    background-color: #f1f1f1; /* Navbar background changes on hover */
  }
  
  .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    transition: color 0.3s ease;
  }
  
  .navbar-brand:hover {
    color: #0056b3; /* Change brand color on hover */
  }
  
  .navbar-nav .nav-link {
    font-size: 1.1rem;
    color: #333;
    padding: 10px 20px;
    position: relative;
    transition: all 0.4s ease; /* Smooth transitions for nav links */
    font-family: 'Outfit';
  }
  
  /* Slide-in effect for navbar links */
  .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: red;
    transition: width 0.4s ease;
  }
  
  .navbar-nav .nav-link:hover::before {
    width: 100%; /* Expands the line from left to right on hover */
  }
  
  .navbar-nav .nav-link:hover {
    color: #000066;
    transform: translateY(-3px); /* Lift the link a bit on hover */
    transition: all 0.4s ease;
  }
  
  /* Responsive design */
  @media (max-width: 992px) {
    .navbar-nav .nav-link {
      padding: 0.5rem 1rem;
    }
    .slts{
        margin-top: 95px!important;
    }
  }
.bounce-number {
    animation: bounce 2s infinite; 
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  footer{
    background-color: #01011e;
    color: white;
  }
.crosel_heading{
  font-size: 60px;
  font-weight: 600;
}

.marquee-box {
  width: 150px;
  height: 150px;
  background-color: #000066;
  color: white;
  display: inline-block;
  margin: 0 10px;
  border-radius: 10px;
  font-size: 1.2rem;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

  /* Flexbox to center text */
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center;  /* Vertically center */
  text-align: center;  /* Ensure multi-line text is centered */
}
.bk_col{
  background-image: url(images/backban.jpg);
  background-position: center;
  background-size: cover;
}
.bk_img{
  background-color: #f6faff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bk_img_2{
  background-color: #000066;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bk_icon{
  font-size: 26px!important;
  color: white;
}
.vission_box{
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #01012a;
  color: white;
  height: 100%;
  transition: all ease-in-out 0.5s;
  border-color: transparent;
}
.mission_box{
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: red;
  color: white;
  height: 100%;
  transition: all ease-in-out 0.5s;
  border-color: transparent;
}
.vission_box:hover{
  margin-top: -10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.mission_box:hover{
  margin-top: -10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.rd_box{
  transition: all ease-in-out 0.5s;
}
.vission_box:hover .rd_box{
  border-radius: 50%;
  border: 3px solid white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission_box:hover .rd_box{
  border-radius: 50%;
  border: 3px solid white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_box{
  background-color: #010134;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_box i{
  color: white;
  font-size: 25px;
}
.tr_color{
  background-color: #ff0000b0;
}
.con_tx{
  padding: 0px 10px;
  padding-top: 15px;

}
.map_sz{
  width: 100%!important;
  height: 100%!important;
}
.f_colr{
  color: #030368;
}
.ib_colr{
  color: red;
}
.tx_capitalize{
  text-transform: uppercase;
}
.blue_box{
  width: 60px;
  height: 60px;
  background-color: #030368;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: all ease-in-out 0.5s;
}
.blue_box i{
  color: white;
  font-size: 25px!important;
}
.box_blue{
  transition: all ease-in-out 0.5s
}
.box_blue:hover {
  margin-top: -10px;
}
.box_blue:hover .blue_box{
  border-radius: 50%;
  scale: 1.2;
  background-color: red;
}
.rigt_line{
  border-right: 1px solid gray;
}
.vartical_tx{
  font-family: 'Outfit';
  font-weight: 800;
  color: black;
}
.vartical_icon_1{
  font-size: 26px !important;
  color: #ff0000;
}
.vartical_icon_2{
  font-size: 26px !important;
  color: #ff0000;
}
.varticals_{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.top_bot_text{
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.rdbox{
  border-radius: 50%;
}
.plm_li{
  line-height: 20px;
  list-style: square;
}
.img_serv{
  width: 125px;
  border-radius: 50%;
}
.wh_col_tx{
  color: white;
  padding-top: 10px;
  text-align: center!important;
}
.tbl_img{
  margin-left: 25px;
  margin-right: 25px;
}
.sld_hs{
  padding-bottom: 20px;
}
.profe{
  width: 100px;
  border-radius: 50%;
}
.th_box{
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
}
.th_box_contain{
  display: flex;
  gap: 3px;
  margin-bottom: 5px;
}
.right_right{
  border-right: 2px solid gray;
}
.plm_li > li > p{
  color: black;
}
.left-gap{
  padding-left: 10%;
}
.about_sec{
  background-image: url("images/Logistic-Banner.jpg");
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-size: cover;
}
.banner_heading{
  color: white;
  font-size: 55px;
}
.link_sec{
  display: flex;
  color: white;
  gap: 10px;
}
.link_sec span{
  font-weight: 600;
}
.slider_caption{
  background-color: #21205f47;
  padding-left: 20px;
  width: 45%;
  padding-right: 15px;
  height: 60%
}
.slider_caption_2{
  background-color: #ed1f2412;
  padding-left: 20px;
  width: 45%;
  padding-right: 15px;
  height: 60%
}