/* font link */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: Teachers;
}

input:focus-visible {
  outline: none;
}
section {
  margin: 5% 0;
}
p {
  margin: 0 !important;
}

.containers {
  margin: 0 4% !important;
}

ul {
  padding-left: 0 !important;
  list-style-type: none !important;
}

a {
  text-decoration: none !important;
}
.mt-0 {
  margin-top: 0;
}

.d-flex {
  display: flex;
}

.gap-1 {
  gap: 10px;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.slick-dots li button:before {
  content: "" !important;
}
.slick-dots li {
  background-color: #dee2e6;
  width: 25px !important;
  height: 4px !important;
  padding: 0 !important;
  margin-top: 5% !important;
}

.text_center {
  text-align: center;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.d-block {
  display: block !important;
}

.m-block {
  display: none !important;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5%;
  background-color: rgba(255, 255, 255, 0.83);
  padding: 5px 4%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

header .logo {
  width: 15%;
}

header .logo img {
  width: 30%;
  height: auto;
}

header .pages {
  width: 35%;
}

header .pages a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
}

header .btns {
  width: 37%;
}

header .btns a:first-child {
  background-color: rgba(43, 64, 121, 1);
  color: #fff;
}

header ul {
  margin: 0;
}

header .btns {
  align-items: center;
  gap: 0px;
  justify-content: end;
}

header .btns a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13.4px;
  line-height: 17.42px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 10px 20px;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
}

header .btns a:last-child {
  background-color: rgba(255, 153, 4, 1);
  color: rgba(43, 64, 121, 1);
}

.dropdown-toggle {
  background: none;
  border: none;
  color: rgba(43, 64, 121, 1);
  cursor: pointer;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;

  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  display: none;
  min-width: 270px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header .pages ul li:last-child .dropdown-menu {
  min-width: 200px;
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-item {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}

header .pages ul {
  align-items: center;
  justify-content: space-between;
}

header #openbtn,
header #closebtn {
  display: none;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.burger1 {
  position: relative;
  right: 80px;
  width: 5%;
}

.burger1 img {
  width: 20px;
  height: 20px;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 5px;
  transition: all 0.3s ease;
}

.nav-active {
  transform: translateX(0%);
}
.nav-active1 {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1 {
  transform: rotate(-47deg) translate(0px, 1px);
}

.toggle .line2 {
  transform: rotate(90deg) translate(0px, 0px);
  display: none;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* home page */
.homepage .banner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.homepage .banner video {
  width: 100%;
  height: auto;
}
.homepage .banner .videosec {
  position: relative;
}
.homepage .banner .videosec::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.homepage a.our_Serv,
.about_us a.our_Serv,
.services a.our_Serv,
.time_line a.our_Serv,
.clients a.our_Serv {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: rgba(255, 153, 4, 1);
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(97, 58, 0, 1);
  width: 35%;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.homepage a.our_Serv:hover,
.about_us a.our_Serv:hover,
.services a.our_Serv:hover,
.time_line a.our_Serv:hover,
.clients a.our_Serv:hover {
  transform: translateY(-15%);
}

.homepage a.our_Serv img {
  width: 10px;
  height: auto;
}

.homepage .banner .content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  height: 35%;
  width: 90%;
}

.homepage .banner .content .cont1 {
  width: 50%;
}
.homepage .banner .content .cont1 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: #fff;
  margin: 0;
}

.homepage .banner .content .cont1 p,
.services .banner .content p {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff !important;
}

.homepage .banner .content .cont1 .points,
.services .banner .content .points {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 30px;
}

.homepage .banner .content .cont1 .points img {
  width: 10px;
  height: auto;
}

.homepage .banner .content .cont2 {
  width: 40%;
}
.homepage .banner .content .cont2 p {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  color: #fff;
  /* border-bottom: 1px solid rgba(169, 169, 169, 0.31); */
  padding: 10px;
}

.homepage .banner .content .cont2 span img {
  width: 20px;
  height: auto;
}

.homepage .banner .content .cont2 img.google {
  width: 20%;
  height: auto;
  border-right: 1px solid rgba(169, 169, 169, 0.31);
  padding: 10px;
}
.homepage .banner .content .cont2 .avg {
  padding: 10px;
}
.homepage .banner .content .cont2 .avg p {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 10.86px;
  line-height: 13.76px;
  letter-spacing: -0.22px;
  vertical-align: middle;
  color: #fff;
  border-bottom: none;
  padding: 10px 10px 0 10px;
}
.choose-express_1.just-in-time h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.homepage .banner .img_cont.marquee .div {
  position: absolute;
  /* overflow: hidden; */
  animation: marquee 5s linear infinite;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(43, 64, 121, 1);
  padding: 10px 60px;
  /* width: 100%; */
  gap: 10%;
}

.homepage .banner .img_cont {
  display: flex;
  align-items: center;
  background-color: rgba(43, 64, 121, 1);
  padding: 10px 60px;
  margin-top: -5px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 30px;
}

.homepage .banner .img_cont .marquee {
  display: flex;
  animation: marquee 10s linear infinite;
  width: max-content;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.homepage .banner .img_cont p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}

.homepage .sec2 .homeslider1 {
  display: flex;
  gap: 5px;
}

.homepage .sec2 .homeslider1 .slidersec {
  border-radius: 5px;
  width: 20%;
  position: relative;
  border-radius: 10px;
}

.homepage .sec2 .homeslider1 .forbg {
  position: relative;
  height: 300px;
}

.homepage .sec2 .homeslider1 .forbg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.homepage .sec2 .homeslider1 .slidersec img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage .sec2 .homeslider1 .slidersec span img {
  width: 30px;
  height: auto;
}

.homepage .sec2 .homeslider1 .slick-dots li.slick-active {
  background-color: rgba(0, 30, 110, 1);
  width: 25px;
  height: 4px;
  padding: 0;
  margin-top: 5%;
}
.homepage .sec2 .homeslider1 .slick-dots {
  bottom: -80px;
}

.homepage .sec2 .homeslider1 .slider_content {
  padding: 15px;
  /* border-bottom: 0.82px solid rgba(216, 216, 216, 1); */
  margin: auto;
  height: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.homepage .sec2 .homeslider1 .slider_content h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 10px 0;
  color: #fff;
}

.homepage .sec2 .homeslider1 .slider_content p {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 13.1px;
  line-height: 18.83px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  opacity: 0;
}

.homepage .sec2 .homeslider1 .slidersec:hover p {
  opacity: 1 !important;
}

.homepage .sec2 a.our_Serv {
  width: 15%;
  float: right;
}

.homepage a.our_Serv:hover {
  background-color: #001f61;
  color: #fff;
}

.homepage a.our_Serv img.blackimg {
  display: block;
}
.homepage a.our_Serv img.whiteimg {
  display: none;
}

.homepage a.our_Serv:hover img.whiteimg {
  display: block;
}
.homepage a.our_Serv:hover img.blackimg {
  display: none;
}

.homepage .sec3 {
  margin: 8% 0 3%;
}

.homepage .sec3 .clmn1,
.homepage .sec3 .clmn2,
.homepage .sec3 .clmn3 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.homepage .sec3 .clmn2 {
  margin: 2% 0;
}

.homepage .sec3 .clmn1 span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage .sec3 .clmn1 span p,
.homepage .sec8 span p,
.homepage .sec7 span p,
.homepage .sec11 span p,
.homepage .sec12 span p,
span.d-flex p {
  font-family: Urbanist !important;
  font-weight: 600 !important;
  font-style: SemiBold !important;
  font-size: 16px !important;
  color: rgba(30, 30, 30, 1) !important;
  line-height: 20.8px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
}

.homepage .sec3 .clmn3 ul li {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(111, 111, 111, 1);
  margin: 30px 0;
}

/* .homepage .sec3 .clmn1 h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
  width: 60%;
  color: rgba(111, 111, 111, 1);
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
} */

.homepage .sec3 .clmn1 h3 {
  color: rgba(43, 64, 121, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0px;
  width: 60%;
  /* vertical-align: middle;
   opacity: 0;
  transform: translateY(20px);
  filter: blur(4px); */
}

.homepage .sec3 .clmn2 a,
.clients .sec1 a.our_Serv {
  width: 20%;
}
.homepage .sec3 .clmn2 p {
  color: rgba(111, 111, 111, 1);
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 60%;
}

.homepage .sec3 .clmn3 .w-60 {
  width: 60%;
  margin-top: 30px;
}

.homepage .sec3 .w-60 img {
  width: 100%;
  height: auto;
}

.homepage .sec4 .d-flex {
  border-bottom: 2px solid rgba(245, 245, 245, 1);
  padding: 10px 0;
}

.purpose-elems {
  position: relative;
  width: 100%;
  height: 100%;
}
.purpose-elem {
  position: relative;
  width: 100%;
  padding: 1vw 0;
}

.purpose-img {
  position: fixed;
  height: 30vh;
  width: 16%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  scale: 0;
}
.purpose-img > img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.homepage .sec4 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  color: rgba(71, 71, 71, 1);
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
}

.homepage .sec4 p {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: rgba(71, 71, 71, 1);
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 30%;
}

.homepage .sec4 h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  color: rgba(71, 71, 71, 1);
  line-height: 33px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  border-bottom: 2px solid rgba(245, 245, 245, 1);
  padding: 20px 0;
  margin: 0;
}
.homepage .sec5, .excellence_counter {
  margin: 5% 0;
}
.homepage .sec5 .counter,
.services .sec5 .counter,
.excellence_counter .counter{
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.homepage .sec5 .counter h2,
.services .sec5 .counter h2,
.excellence_counter .counter h2
 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 100px;
  color: rgba(43, 64, 121, 1);
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
  margin: 30px 0 10px;
}

.homepage .sec5 .counter p,
.services .sec5 .counter p ,
.excellence_counter .counter p{
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: rgba(71, 71, 71, 1);
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}



.excellence_counter h2{
font-size: 40px;
font-weight: 500;
font-family: Urbanist;
line-height: 61px;
color: #474747;
margin: 35px 4%;




}

.homepage .sec6 {
  margin: 5% 0;
}

.homepage .sec6 .containers {
  background-color: rgba(243, 246, 255, 1);
  padding: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homepage .sec6 .containers .clmn1 {
  width: 30%;
}

.homepage .sec6 .containers .clmn2 {
  width: 55%;
}

.homepage .sec6 .containers .clmn2 .d-flex {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.homepage .sec6 .containers .clmn2 .d-flex p {
  color: rgba(43, 64, 121, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;

  line-height: 110px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec6 .containers .clmn2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  line-height: 110px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
}
.homepage .sec6 .containers .clmn2 h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 20px 0;
}
.homepage .sec6 .containers .clmn2 p {
  color: rgba(71, 71, 71, 1);
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.homepage .sec7,
.about_us .sec7,.warehouses_slider {
  margin: 3% 0 5%;
  position: relative;
  padding-bottom: 3%;
}


.warehouses_slider .whychoose_slider .slick-slide img{
  width: 100% !important;
  height: 400px !important;
}

.warehouses_slider  .slick-dots li {
  background-color: transparent;
  margin-top: 10% !important;
}

.homepage .sec7 .clmn1 h2,
.about_us .sec7 .clmn1 h2, .warehouses_slider .clmn1 h2{
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46.34px;
  line-height: 46.34px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(71, 71, 71, 1);
  width: 80%;
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  padding-bottom: 30px;
}


.warehouses_slider .clmn1 h2{
  border: none;
}

.homepage .sec7 h2 span,
.about_us .sec7 h2 span {
  color: rgba(255, 153, 4, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46.34px;
  line-height: 46.34px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 h1,
.about_us .sec7 h1, .warehouses_slider h1 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Italic;
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 0;
}

.homepage .sec7 h1 span,
.about_us .sec7 h1 span, .warehouses_slider h1 span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  position: relative;
}
.delivery-text li {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 25px 20px;
    background: url(../imgs/list_point.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    line-height: 15px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Teachers";
    color: #6F6F6F;
}
.delivery_img img {
    height: auto;
    width: 96px;
}
.homepage .sec7 h1 span::after,
.about_us .sec7 h1 span::after, .warehouses_slider h1 span::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: rgba(191, 191, 191, 1);
  bottom: 15px;
  right: -55%;
}
section.services.milk h2 {
    text-align: left;
}

.warehouses_slider h1 span::after{
  width: 70%;
  right: -215px;
}

.homepage .sec7 p,
.about_us .sec7 p, 
.warehouses_slider p {
  color: rgba(153, 153, 153, 1);
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;

  line-height: 31px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 .clmn1,
.about_us .sec7 .clmn1, 
.warehouses_slider .clmn1{
  width: 60%;
}

.homepage .sec7 .clmn2,
.about_us .sec7 .clmn2, 
.warehouses_slider .clmn2 {
  width: 30%;
}

.homepage .sec7.whyus_sec {
  margin: 3% 0 10%;
}
.homepage .sec7.whyus_sec .clmn1,
.homepage .sec7.whyus_sec .clmn2 {
  width: 100%;
}

.homepage .sec7.whyus_sec .image_clmns,
.homepage .sec7.whyus_sec .clmn1 {
  width: 50%;
}
.homepage .sec7.whyus_sec .d-flex.sliderdiv {
  gap: 10%;
  align-items: center;
}
.homepage .sec7.whyus_sec .image_clmns img {
  width: 100%;
  height: auto;
}

.homepage .sec7 .whychoose_slider .slick-slide,
.about_us .sec7 .whychoose_slider .slick-slide,
.warehouses_slider .whychoose_slider .slick-slide{
  transition: all 0.5s ease;
  transform: scale(0.9);
  filter: blur(2px);
  opacity: 0.8;
  z-index: 1;
  background-color: rgba(43, 64, 121, 1);
  padding-left: 0 !important;
  margin-right: 40px;
}
.homepage .sec7 .whychoose_slider .slick-slide img,
.about_us .sec7 .whychoose_slider .slick-slide img, 
.warehouses_slider .whychoose_slider .slick-slide img {
  width: 100%;
  height: auto;
}
.homepage .sec7 .whychoose_slider .slick-center,
.about_us .sec7 .whychoose_slider .slick-center,
.warehouses_slider .whychoose_slider .slick-center{
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  z-index: 2;
}

.homepage .sec7 .whychoose_slider .why_sliders h2,
.about_us .sec7 .whychoose_slider .why_sliders h2,
.warehouses_slider .whychoose_slider .why_sliders h2{
  color: #fff;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 67.01px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  padding: 10px;
}
.about_us .sec7 .whychoose_slider .why_sliders h2 {
  font-size: 30px;
  line-height: 40px;
}

.homepage .sec7 .whychoose_slider .why_sliders p,
.about_us .sec7 .whychoose_slider .why_sliders p,
.warehouses_slider .whychoose_slider .why_sliders p 
{
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
}

.about_us .sec7 .whychoose_slider .why_sliders p {
  display: none;
}

.about_us .whychoose_slider .why_sliders:hover p {
  display: block !important;
}

.about_us .dots_points ul li:hover .about_us .whychoose_slider .why_sliders p {
  display: block !important;
}

.homepage .sec7 .whychoose_slider .why_sliders .content,
.about_us .sec7 .whychoose_slider .why_sliders .content,
.warehouses_slider .whychoose_slider .why_sliders .content  {
  margin: 15px;
}

.homepage .sec7 .containers,
.about_us .sec7 .containers, 
.warehouses_slider .containers{
  display: flex;
  justify-content: space-between;
}

.warehouses_slider .slick-dots{
  bottom: 0 !important;
}

.homepage .sec7 .slick-dots,
.about_us .sec7 .slick-dots,
.warehouses_slider .slick-dots{
 
  display: flex !important;
  list-style: none;
  margin-top: 20px;
  padding: 0;
  position: absolute;
  left: -60rem;
  gap: 30px;
  bottom: -20%;
  justify-content: start;
  width: auto;
}

.homepage .sec7 .slick-dot-text,
.homepage .sec7 .whychoose_slider2 .slick-dot-content,
.about_us .sec7 .slick-dot-text,
.about_us .sec7 .whychoose_slider2 .slick-dot-content,
.warehouses_slider .slick-dot-text,
.warehouses_slider .whychoose_slider .slick-dot-content

 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 25px;
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
  color: rgba(191, 191, 191, 1);
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid rgba(191, 191, 191, 1);
}

.homepage .sec7 .whychoose_slider2 .why_sliders1 {
  display: flex;
  justify-content: space-between;
}

/* .homepage .sec7 .whychoose_slider2 .slick-dot-content, */
.homepage
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content,
.about_us .sec7 .whychoose_slider2 .slick-dot-content,
.about_us
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content, 
  /* .homepage .sec7 .whychoose_slider2 .slick-dot-content, */
.warehouses_slider
  .whychoose_slider
  .slick-dots
  li.slick-active
  .slick-dot-content{
  font-family: Urbanist;
  font-weight: 500;
  font-style: ExtraBold;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
}

/* .homepage .sec7 .whychoose_slider2 .slick-dot-content
{
font-size: 18px;
line-height: 28px;
} */
.homepage .sec7 .whychoose_slider2 .dot-title {
  font-size: 18px;
  line-height: 25px;
}

.homepage .sec7 .slick-dots li.slick-active .slick-dot-text,
.homepage
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content,
.about_us .sec7 .slick-dots li.slick-active .slick-dot-text,
.about_us
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content,
  .warehouses_slider .slick-dots li.slick-active .slick-dot-text,
  .warehouses_slider .whychoose_slider .slick-dots li.slick-active .slick-dot-content{

  color: #1f3c88 !important;
  font-family: Urbanist;
  font-weight: 500;
  font-style: ExtraBold;
  font-size: 25px !important;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 .slick-dots li.slick-active .slick-dot-text::after,
.homepage
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content::after,
.about_us .sec7 .slick-dots li.slick-active .slick-dot-text::after,
.about_us
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content::after,
  .warehouses_slider .slick-dots li.slick-active .slick-dot-text::after,
  .warehouses_slider
  .whychoose_slider
  .slick-dots
  li.slick-active
  .slick-dot-content::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #1f3c88;
}

.homepage .sec7 .slick-dots li,
.homepage .sec7 .whychoose_slider2.slick-dots li,
.about_us .sec7 .slick-dots li,
.about_us .sec7 .whychoose_slider2.slick-dots li,
.warehouses_slider .slick-dots li,
.warehouses_slider .whychoose_slider .slick-dots li{

 
  background-color: transparent;
  width: auto !important;
  height: auto !important;
}

/* .homepage .sec7 .whychoose_slider2 .dot-title, */
.about_us .sec7 .whychoose_slider2 .dot-title {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;

  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 .whychoose_slider2,
.about_us .sec7 .whychoose_slider2 {
  position: relative;
}

.homepage .sec7 .whychoose_slider2 .slick-dots,
.about_us .sec7 .whychoose_slider2 .slick-dots {
  left: 0;
  bottom: -25%;
  width: 85rem;
}

/* .homepage .sec8{
margin: 5% 0;
} */
.homepage .companies {
  margin: 3% 0 5%;
  padding-bottom: 3%;
}
.homepage .companies .icons {
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 15% !important; */
  height: 95px;
  margin-right: 10px;
}
.homepage .companies .icons img {
  width: 60%;
  height: auto;
}

.homepage .companies .slick-dots li.slick-active,
.homepage .testimonial_slider .slick-dots li.slick-active,
.about_us .mission_slider .slick-dots li.slick-active {
  background-color: rgba(255, 153, 4, 1);
  width: 25px;
  height: 4px;
  padding: 0;
  margin-top: 5%;
}

.homepage .sec9 svg {
  width: 100%;
}
.homepage .sec9 svg text {
  font-size: 12px;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  transition: opacity 0.5s ease-out;
}
.homepage .sec9 .located-country {
  cursor: pointer;
}

.homepage .sec9 .located-country circle,
.homepage .sec9 .located-country text {
  pointer-events: none;
}

.homepage .sec9 .located-country path,
.homepage .sec9 .located-country circle,
.homepage .sec9 .located-country text {
  transition: all 0.5s ease-out;
}

.homepage .sec9 .located-country:hover path {
  fill: #00d425;
}

.homepage .sec9 .located-country:hover circle {
  fill: #164194;
}

.homepage .sec9 .located-country:hover text {
  opacity: 1;
}

.homepage .sec9 {
  margin: 7% 0;
  height: 100% !important;
}
.homepage .sec9 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46.34px;

  line-height: 46.34px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(71, 71, 71, 1);
}

.h-80 {
  height: 80px;
}

.homepage .sec9 h2 span {
  color: rgba(255, 153, 4, 1);
}

.homepage .sec7 .whychoose_slider2.second .slick-slide {
  transform: none;
  filter: none;
  /* margin: 0; */
  /* margin-left: 100px; */
}

.homepage .sec9 .nav_tabs {
  position: relative;
}
.homepage .sec9 .main-container {
  display: flex;
}
/* 
.homepage .sec9 .main-container .mapcity_name{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.homepage .sec9 .main-container .mapcity_img{

  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.homepage .sec9 .main-container .mapcity_desc
{
 position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
} */

.city-info {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 340px;
  overflow: hidden;
  display: none; /* hidden initially */
  z-index: 1000;
}
.city-info img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.city-info .content {
  padding: 10px;
}
.city-info #cityTitle {
  margin: 0 0 5px;
  font-family: Teachers;
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  line-height: 35px;
}
.city-info #Estab_Year,
.city-info #Contact,
.city-info #Email {
  margin: 10px 0;
}
.city-info p {
  font-family: Teachers;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  color: #555;
}

.homepage .sec9 .sidebar {
  width: 300px;
  overflow-y: auto;
  height: 600px;
  background-color: white;
  border-right: 1px solid #ddd;
  padding: 10px;
}

.homepage .sec9 .tab {
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  border-left: 4px solid rgba(43, 64, 121, 1);
  opacity: 1;
}

.homepage .sec9 .tab:hover {
  background-color: #eef1f6;
}

.homepage .sec9 .tab.active {
  border-left: 4px solid rgba(255, 153, 4, 1);
}

.homepage .sec9 .tab.active h4 {
  color: rgba(255, 153, 4, 1);
}

.homepage .sec9 .tab.active .img1 {
  display: none !important;
}

.homepage .sec9 .tab.active .img2 {
  display: block !important;
}

.homepage .sec9 .tab .img1 {
  display: block !important;
}

.homepage .sec9 .tab .img2 {
  display: none !important;
}

.homepage .sec9 .tab h4 {
  margin: 0;
  font-family: Teachers;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;

  line-height: 31px;
  letter-spacing: 0px;
  vertical-align: middle;

  color: rgba(43, 64, 121, 1);
}

.homepage .sec9 .tab p {
  margin: 5px 0 0;
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 31px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(153, 153, 153, 1);
}

.homepage .sec9 .map-container {
  flex: 1;
  background: #ecf0f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.homepage .sec9 .map-placeholder {
  position: relative;
  /* width: 90%;
  height: 90%;
  max-width: 900px;
  max-height: 600px; */
}

.homepage .sec9 .map-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}

.homepage .sec9 .dot {
  width: 20px;
  height: 20px;
  background-color: #1475fc;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #1475fc88;
  z-index: 10;
}

.homepage .sec9 .homepage .sec11 {
  margin: 5% 0 5%;
}

.homepage .sec11 p {
  text-align: center;
}

.homepage .testimonial_slider {
  margin: 3% 0;
}

.homepage .testimonial_slider .slides {
  background-color: rgba(247, 247, 247, 1);
  padding: 20px;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 10px;
}

.homepage .testimonial_slider .slides p {
  font-family: Sarabun;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(77, 67, 67, 1);
}

.homepage .testimonial_slider .slides {
  margin-right: 20px;
}

.homepage .testimonial_slider .slides .profilesec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage .testimonial_slider .slides .d-flex {
  margin: 30px 0 20px;
}

.homepage .testimonial_slider .slides .profilesec h4 {
  font-family: Lato;
  font-weight: 500;
  font-style: Medium;
  font-size: 14.4px;

  line-height: 23.04px;
  letter-spacing: -0.29px;
  vertical-align: middle;
  color: rgba(51, 51, 51, 1);
}

.homepage .testimonial_slider .slides .profilesec p {
  font-family: Lato;
  font-weight: 500;
  font-style: Medium;
  font-size: 10.8px;

  line-height: 12.96px;
  letter-spacing: -0.11px;
  vertical-align: middle;
  color: rgba(51, 51, 51, 1);
}

.homepage .testimonial_slider .slides .profilesec img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.homepage .testimonial_slider .slick-list {
  margin-bottom: 5%;
  padding-bottom: 5%;
}

.homepage .sec12 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;

  line-height: 57px;
  letter-spacing: -1.6px;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
  width: 30%;
}

.homepage .sec12 h2 span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;

  line-height: 57px;
  letter-spacing: -1.6px;
  vertical-align: middle;
  color: rgba(255, 153, 4, 1);
}

.homepage .sec12 .our_Serv.w-15 {
  width: 15%;
}

.homepage .sec12 .clmns {
  border: 1px solid rgba(229, 229, 229, 1);
  width: 25%;
  border-radius: 10px;
}

.homepage .sec12 .clmns img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.homepage .sec12 .clmns .content {
  padding: 15px;
}
.homepage .sec12 .clmns .content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 18.04px;

  line-height: 19.85px;
  letter-spacing: -0.36px;
  vertical-align: middle;
  color: rgba(30, 30, 30, 1);
  width: 100%;
}

.homepage .sec12 .clmns .content p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 13.12px;

  line-height: 17.06px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
  margin: 20px 0;
}

.homepage .sec12 .clmns .content a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13.12px;

  line-height: 17.06px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(30, 30, 30, 1);
  padding-bottom: 10px;
  width: 35%;
  color: rgba(30, 30, 30, 1);
  gap: 10px;
  margin-top: 10px;
}

.homepage .sec12 .clmns .content a img {
  width: 10%;
  height: auto;
}

.homepage .sec12 .insights {
  display: flex;
  gap: 20px;
}

footer .sec13 .containers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .sec13 {
  background-color: #fff;
  margin: 0;
}
footer .sec13 .containers {
  background-color: #fff;
}
.gallery .sec13 {
  margin: 3% 0;
}
footer .sec13 .containers form,
.gallery .sec13 .containers form {
  width: 35%;
}
.sec13 .containers h2,
.gallery .sec13 .containers h2 {
  color: rgba(111, 111, 111, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;

  line-height: 55px;
  letter-spacing: -1px;
  vertical-align: middle;
  width: 43%;
}

.sec13 .containers h2 {
  margin: 5% 0;
}

footer .sec13 .containers form input,
footer .sec13 .containers form .input_field {
  background-color: rgba(235, 235, 235, 1);
  padding: 10px;
  border-radius: 30px;
  border: none;
}
footer .sec13 .containers form input {
  width: 85%;
}

footer .sec13 .containers form .input_field {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .sec13 .containers form input::placeholder {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* footer page css */

.footer {
  background-color: rgba(43, 64, 121, 1);
  padding: 1% 4% 3%;
}

footer .row1 {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
}
footer .row1 .clmn1 {
  width: 55%;
}
footer .row1 .clmn2 {
  width: 40%;
}
footer .row1 .clmn2 img {
  margin-top: 40px;
  width: 10%;
  height: auto;
}
footer .row1 span {
  font-family: Teachers;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.21px;
  line-height: 22.81px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
}

footer .row1 h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 48.67px;
  line-height: 53.23px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgba(255, 153, 1, 1);
  margin: 20px 0;
}

footer .row1 p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18.25px;
  letter-spacing: 0%;
  color: #fff;
}

footer .row2 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  /* margin: 50px 20px 30px; */
}

footer .row2 .clmn1 p,
footer .row2 .clmn1 a {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 12.17px;
  line-height: 18.25px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 5px;
}

footer .row2 .clmn1 a {
  text-decoration: underline !important;
}

footer .row2 .clmn2 {
  display: flex;
  gap: 100px;
}

footer .row2 .clmn2 h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 22.81px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgba(255, 153, 1, 1);
  margin-bottom: 30px;
}

footer .row2 .clmn2 ul li a {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* gallery page css */

.gallery .sec1 {
  margin: 10% 0 5%;
}

.gallery .sec1 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
}

.gallery .sec1 span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 153, 4, 1);
}

.gallery .sec1 .row img {
  width: 90%;
  height: auto;
}
.gallery .sec1 .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery .sec1 .row .col-lg-4 {
  margin: 20px 0;
  width: 33%;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* about us page css */

.about_us .banner,
.service_detail .banner {
  position: relative;
}

.about_us .banner img.ban_img,
.service_detail img.ban_img,
.about_us .banner video.ban_img {
  width: 100%;
  height: auto;
}

.about_us .banner .content,
.service_detail .banner .content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  height: 40%;
  margin: auto;
}

.about_us .banner .content h2,
.service_detail .content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;

  line-height: 52px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.about_us .banner .content span:first-child,
.service_detail .content span:first-child {
  color: rgba(255, 153, 4, 1);
}
.service_detail .content span:first-child {
  color: rgba(43, 64, 121, 1);
}

.about_us .banner .content span:first-child {
  color: #fff;
}

.about_us .banner .content .points p,
.service_detail .content .points p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(152, 152, 152, 1);
}

.about_us .sec2 h2.colour_change {
  width: 60%;
  text-align: center;
  margin: 20px auto;
}

.about_us .banner .content .points p,
.about_us .banner .content h2 {
  color: #fff !important;
}

.about_us .cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: #fff;
  margin-left: 4px;
  animation: blink 0.8s infinite;
  vertical-align: bottom;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

h2.colour_change {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;

  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(71, 71, 71, 1);
}

h2.colour_change span {
  color: rgba(255, 153, 4, 1);
}

.about_us .sec2 .row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about_us .sec2 .row .colmns {
  position: relative;
  width: 30%;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.about_us .sec2 .row .colmns::before,
.choose-express_1 .express-row .express-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(245, 245, 245, 1);
  z-index: -1;
  transition: width 0.7s ease;
}

.about_us .sec2 .row .colmns:hover::before,
.choose-express_1 .express-row .express-column:hover::before {
  width: 100%;
}

.about_us .sec2 .row .colmns img {
  width: 15%;
  height: auto;
}
.about_us .sec2 .row .colmns .content {
  border-top: 1px solid rgba(229, 229, 229, 1);
  margin-top: 20px;
}

.about_us .sec2 .row .colmns h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;

  line-height: 33px;
  letter-spacing: -0.6px;
  vertical-align: middle;
}

.about_us .sec2 .row .colmns p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.about_us .sec3 .d-flex .col-6 h2 {
  text-align: left;
}
.about_us .sec3 .d-flex .col-6 {
  width: 50%;
}
.about_us .sec3 .d-flex .col-6 p.lastp {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.about_us .sec3 .d-flex {
  margin-bottom: 5%;
  gap: 5%;
}

.about_us .sec3 .d-flex img.mis,
.about_us .sec3 .d-flex img.vis {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.about_us .sec5 .d-flex .colms {
  width: 40%;
  background-color: rgba(245, 245, 245, 1);
  border: 1px solid #ccc;
  box-shadow: -1px 0 15px rgba(0, 0, 0, 0.5);
  position: relative;
}

.about_us .d-flex .colms img {
  width: 100%;
  height: auto;
}

.about_us .sec5 .d-flex .colms img.medal {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: auto;
}

.about_us .sec5 .d-flex .colms .content {
  height: 30%;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 20px;
}

.about_us .sec5 .d-flex.gap-1,
.about_us .sec6 .d-flex.gap-1 {
  margin: 3% 0;
  /* gap: 3%; */
}

.about_us .sec5 .d-flex .colms .content h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding-bottom: 20px;
  margin: 10px 0;
}

.about_us .sec5 .d-flex .colms .content p {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0px;
  vertical-align: middle;
  padding-bottom: 10px;
  margin-top: 0;
}
.about_us .sec6 {
  margin: 8% 0 5%;
}
.about_us .sec6 .d-flex .colms {
  background-color: rgba(43, 64, 121, 1);
  padding: 15px;
  width: 35%;
}
.about_us .sec6 .d-flex .colms h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 67.01px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin: 5% 0 3%;
}

.about_us .sec6 .d-flex .colms p {
  color: #fff;
  font-size: 20px;
  margin-left: 15px !important;
}

.about_us .sec7 .clmn1 h1 img {
  width: 15%;
  height: auto;
}
.about_us .seclast {
  position: relative;
}
.about_us .seclast h2.colour_change {
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  text-align: center;
  width: 35%;
  margin: 40px auto;
  padding-bottom: 30px;
  color: rgba(111, 111, 111, 1);
}

.about_us a.our_Serv {
  width: 100%;
}

.about_us .seclast .mission_slider {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 50px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 1600px;
}

.about_us .seclast .mission_slider::-webkit-scrollbar {
  display: none;
}

.about_us .seclast .mission_slider .clnms1 {
  position: relative;
  width: 45%;
  /* height: 50vh; */
  /* border: 1px solid #a19488; */
  border-radius: 0.25vw;
  padding: 2vw 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 0.5vw;
}

.about_us .seclast .mission_slider .clnms2 {
  position: relative;
  width: 45%;
  /* height: 50vh; */
  /* border: 1px solid #a19488; */
  border-radius: 0.25vw;
  padding: 2vw 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 0.5vw;
}
/* .about_us .seclast{
  width: 3000px !important;
} */
/* .about_us .seclast .mission_slider{
  width: 2000px !important;
} */
.about_us .seclast .mission_slider .clnms1 .content {
  border-left: 2px solid rgba(43, 64, 121, 1);
  padding-left: 10px;
}

.about_us .seclast .mission_slider .clnms1 .content h4 {
  font-family: Urbanist;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 32px;

  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 10px 10px 0;
}

.about_us .seclast .mission_slider .clnms1 .content p {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 45px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.about_us .seclast .mission_slider .clnms1 .comments {
  position: relative;
  margin: 0 0 4%;
}
.about_us .seclast .mission_slider .clnms1 .comments img {
  width: 100%;
  height: auto;
}
.about_us .seclast .mission_slider .clnms1 .comments p {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us .seclast .mission_slider .clnms1 .d-flex {
  margin-bottom: 3%;
}

.about_us .seclast .mission_slider .clnms2 img {
  width: 100%;
  height: auto;
}

.about_us .boast .containers {
  display: flex;
  justify-content: space-between;
}

.about_us .boast h2 {
  width: 40%;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 46.34px;
  letter-spacing: 0px;
  text-align: left;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(71, 71, 71, 1);
}
.about_us .boast p {
  width: 55%;
  flex-wrap: wrap;
  display: flex;
}

.about_us .boast p span {
  color: #555;
  filter: blur(2);
  opacity: 0;
  font-size: 22px;
  line-height: 30px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* services page css */

.services .banner {
  position: relative;
}

.services .banner .content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30%;
  margin: auto;
  width: 60%;
  text-align: center;
}

.services .banner img.ban {
  width: 100%;
  height: auto;
}

.services .banner .content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;

  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin-bottom: 30px;
  background: white;
  padding: 10px;
  border-radius: 10px;
}

.services .banner .content .points {
  justify-content: center;
}

.services .banner .content a {
  background-color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;

  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(97, 58, 0, 1);
  display: flex;
  /* gap: 30px; */
  align-items: center;
  justify-content: space-between;
  width: 20%;
  margin: auto;
}
/* .services .sec3 .containers {
position: relative;
  height: 100vh; 
  overflow: hidden;
} */

.services .sec3 .cards {
  background-color: rgba(246, 246, 246, 1);
  margin-bottom: 3%;
  height: 100vh;
  /* z-index: 9; */
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%; */
}
.services .sec3 .cards h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;

  line-height: 24.56px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 20px 0 40px;
}

.services .sec3 .cards p {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;

  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
  margin-top: 3% !important;
}

.services .sec3 .cards img.bg {
  width: 100%;
  height: auto;
}

.services .sec3 .cards .content {
  padding: 20px;
}

.services .sec3 .cards .content .img_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services .sec3 .cards .content .our_Serv {
  width: auto;
  gap: 50px;
}

.services .sec5 .containers {
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding-bottom: 3%;
}

.services .view-btn img {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.services .view-btn:hover::after {
  width: 100%;
}

.services .view-btn:hover img {
  transform: scale(1.1) rotate(15deg);
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* events page css */
.all_events {
  margin-bottom: 0 !important;
}

.all_events .cards {
  width: 30%;
  /* border: 1px solid rgba(229, 229, 229, 1); */
  border-radius: 10px;
  margin-bottom: 3%;
  position: relative;
}

.all_events .cards h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 22.62px;
  line-height: 24.88px;
  letter-spacing: -0.45px;
  vertical-align: middle;
  margin: 0px;
}

.all_events .d-flex {
  flex-wrap: wrap;
  gap: 40px;
}

.all_events .cards p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 16.45px;
  line-height: 21.39px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 20px 10px !important;
}

.all_events .cards a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16.45px;

  line-height: 21.39px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #000;
  color: #000;
  width: 40%;
  padding: 10px;
}

.all_events .cards img.eventimg {
  width: 100%;
  height: auto;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  border-radius: 10px;
}

.all_events .cards .content {
  padding: 30px;
}

.all_events .cards .tag {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #000;
  color: #fff;
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16.45px;
  leading-trim: NONE;
  line-height: 21.39px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 6px 20px;
  border-radius: 40px;
}

.all_events .cards .tag p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16.45px;
  leading-trim: NONE;
  line-height: 21.39px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0 !important;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* teams page css */

.teams1 .revolution {
  display: flex;
  align-items: center;
  gap: 30px;
}

.teams1 .revolution .managers {
  width: 35%;
}

.teams1 .revolution .managers img.sideimg {
  border-radius: 10px;
}

.teams1 .revolution .colmns1,
.revolution .colmns1 {
  position: relative;
  width: 40%;
}

.teams1 .revolution .colmns1 .name,
.revolution .colmns1 .name {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 90%;
  border-radius: 10px;
  background-color: #fff;
  margin: auto;
  padding: 10px;
}

.revolution .colmns1 .name {
  bottom: 0;
}

.revolution .colmns1 .name p {
  justify-content: center !important;
}
.teams1 .revolution .colmns1 .name h4,
.revolution .colmns1 .name h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(0, 22, 82, 1);
  margin: 10px 0 20px;
  text-align: center;
}

.teams1 .revolution .colmns1 .name p,
.revolution .colmns1 .name p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 19.85px;
  leading-trim: NONE;
  line-height: 22.34px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
  justify-content: end;
}

.teams1 .revolution .colmns2 {
  width: 60%;
}

.teams1 .revolution .colmns2 a.d-flex {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  gap: 20px;
  align-items: center;
}

.teams1 .revolution .colmns2 a.d-flex img {
  width: 100%;
  height: auto;
}

.teams1 .revolution .colmns2 > a:nth-child(1) {
  background-color: rgba(106, 146, 255, 0.17);
}

.teams1 .revolution .colmns2 > a:nth-child(2) {
  background-color: rgba(255, 208, 106, 0.17);
}

.teams1 .revolution .colmns2 > a:nth-child(3) {
  background-color: rgba(138, 255, 106, 0.17);
}

.teams1 .revolution .colmns2 > a:nth-child(4) {
  background-color: rgba(255, 106, 169, 0.17);
}

.teams1 .revolution .colmns2 a.d-flex p {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
}

.teams1 .revolution .colmns2 a.d-flex span img {
  width: 100%;
  height: auto;
  display: none;
  float: right;
}

.teams1 .revolution .colmns2 a.d-flex:hover span img {
  display: flex !important;
  justify-content: end;
  float: right;
}
.teams1 .revolution .colmns2 .ptag {
  width: 80%;
}

.teams1 .revolution .colmns2 .arrowspan {
  width: 3%;
}

.revolution .colmns1 img.sideimg {
  width: 100%;
  height: auto;
}

.revolution.d-flex {
  flex-wrap: wrap;
  gap: 30px;
}

.revolution.d-flex .colmns1 {
  width: 20%;
  border: 1px solid #ccc;
  padding: 10px 15px 0px;
  border-radius: 10px;
}

.revolution.d-flex .colmns1.last-colmn {
  background: rgba(255, 247, 230, 1);
}

.revolution.d-flex .colmns1.last-colmn .name {
  background-color: transparent;
  top: 0;
  bottom: auto;
}

.teams1 .revolution .colmns1 {
  height: 445px !important;
}

/* .teamImage{
  position: relative;
}
.teamImage::after{
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */

.ourteams .services.mt-0 {
  margin-top: 6%;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.time_line .services .content {
  width: 95%;
}

.time_line .services .content h2.colour_change span {
  color: rgba(0, 30, 110, 1);
}

.time_line .sec2 .expand {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.time_line .sec2 .expand a.our_Serv.w-15 {
  width: 15%;
}

.time_line .sec2 .expand h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 24.56px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 20px 0;
}

.time_line .sec2 p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 29px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.time_line .sec2 {
  background-color: rgba(246, 246, 246, 1);
  margin: 0 !important;
  padding: 5% 0 !important;
  margin-top: -5px !important;
}

.time_line .services {
  margin-bottom: 0 !important;
}

.time_line .sec3 h2.colour_change {
  text-align: start;
  width: 35%;
}

.time_line .sec3 .fea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time_line .sec3 .fea img {
  width: 15%;
  height: auto;
}
.time_line .sec3 .fea .clmns h4 {
  border-top: 1px solid rgba(229, 229, 229, 1);
  padding: 30px 0;
  margin-bottom: 30px;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 33px;
  letter-spacing: -0.6px;
  vertical-align: middle;
}
.time_line .sec3 .fea .clmns {
  margin: 3% 0;
  width: 30%;
}

.time_line .sec3 .fea_points .fclm {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  padding: 30px 0;
}

.time_line .sec3 .fea_points .fclm p {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 33px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  color: rgba(71, 71, 71, 1);
}

.time_line .expansion_slider {
  margin: 30px 0;
}

.time_line .expansion_slider .exp_slider .d-flex {
  justify-content: space-between;
  align-items: center;
}

.time_line .expansion_slider .exp_slider .d-flex .clm1 h2.colour_change {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 45px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(183, 183, 183, 1);
  width: 50%;
  text-align: left;
  margin: 0;
}

.time_line .expansion_slider .exp_slider .d-flex .clm1 h2.colour_change span {
  color: rgba(0, 30, 110, 1);
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 45px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
}

.time_line .expansion_slider .slick-dots li {
  background-color: transparent !important;
  margin-top: 7px !important;
}

/* Slick dots container */
.time_line .expansion_slider .slick-dots {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
  padding: 0 20px;
}

/* Connector line behind dots */
.time_line .expansion_slider .slick-dots::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
  z-index: 0;
}

/* Each custom dot */
.time_line .expansion_slider .custom-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  font-family: sans-serif;
}

/* Dot circle */
.time_line .expansion_slider .custom-dot .dot-circle {
  width: 10px;
  height: 10px;
  background-color: #ffe066; /* Inactive */
  border-radius: 50%;
  margin-bottom: 8px;
}

/* Year label */
.time_line .expansion_slider .custom-dot .dot-label {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Medium;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 24.56px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #d1d3e2;
}

/* Active state styling */
.time_line .expansion_slider .slick-dots li.slick-active .dot-circle {
  background-color: #001f61;
}

.time_line .expansion_slider .slick-dots li.slick-active .dot-label {
  color: #001f61;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* history page */

.history_page .pin-spacer:nth-child(3) {
  margin-top: 0% !important;
}

.history_page .histsec1 .col1 {
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10%;
  width: 50%;
}

.history_page .histsec1 video.ban_video {
  width: 100%;
  height: auto;
}

.history_page .histsec1 {
  margin: 5% 0 0 !important;
  /* height: 80vh !important; */
  position: relative;
}

.history_page .histsec1 .col2 img {
  width: 100%;
  height: auto;
}

.history_page .histsec1 h2 {
  font-family: Urbanist;
  font-size: 52px;
  line-height: 68px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.history_page .histsec1 .col2,
.history_page .histsec1 .col1 {
  width: 48%;
}
.history_page .breadcrumb {
  background-color: #f5f7f8;
  padding: 10px 4%;
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
}
.history_page .breadcrumb ul {
  gap: 5px;
  margin: 0;
}

.history_page .breadcrumb ul li {
  color: #004174a3;
  font-size: 16px;
  font-weight: 700;
  font-family: Urbanist;
}

.history_page .breadcrumb ul li:hover {
  color: #004178;
}

.history_page .breadcrumb ul li:last-child {
  color: #004178;
}

.history_page .sec2 {
  text-align: center;
  margin: auto;
  background: white;
  position: relative;
  width: 100%;
  min-height: 50vh;
  padding: 30px;
}
.history_page .sec2 h2 {
  font-family: Urbanist;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}

.history_page .sec2 p,
.history_page .sec3 .col1 p {
  font-family: Teachers;
  font-size: 20px;
  line-height: 30px;
}

.history_page .sec3 .col1 h2 {
  font-family: Urbanist;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.history_page .sec3 {
  background-color: #f5f7f8;
  position: relative;
  z-index: 2; /* above sec2 */
  min-height: 80vh;
  margin-bottom: 0;
  padding-top: 5%;
}

.history_page .sec3 .col1 {
  padding: 5%;
  width: 48%;
}

.history_page .sec3 .col2 {
  width: 48%;
  position: relative;
}
.history_page .sec3 .col2 .name {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.history_page .sec3 .col2 .name h4 {
  color: rgba(0, 22, 82, 1);
  font-size: 20px;
  line-height: 36px;
  font-family: Urbanist;
  margin: 0;
}
.history_page .sec3 .col2 .name p {
  color: rgba(111, 111, 111, 1);
  font-size: 16px;
  line-height: 26px;
  font-family: Urbanist;
}
.history_page .sec3 .col2 img {
  width: 100%;
  height: auto;
}
.history_page .sec4 {
  /* background-color: rgba(43, 64, 121, 1); */
  padding: 4% 0 12%;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 3;
  width: 100%;
  /* height: 30% !important; */
  margin-top: 0;
}

.history_page .sec4 h2 {
  font-family: Urbanist;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 30px;
}

.history_page .sec4 .history_slider {
  width: 50%;
  margin: auto;
}

.history_page .sec4 .history_slider img {
  width: 100%;
  height: 100%;
}

.history_page .sec4 .history_slider .slick-prev,
.history_page .sec4 .history_slider .slick-next {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.history_page .sec4 .history_slider .slick-prev {
  left: -15%;
}

.history_page .sec4 .history_slider .slick-next {
  right: -10%;
}

.history_page .sec5 {
  margin: 0;
  padding: 5% 0;
  background-color: #f5f7f8;
  position: relative;
  width: 100%;
  z-index: 4;
}

.history_page .sec5 h2 {
  font-family: Urbanist;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2%;
}

.history_page .sec5 .tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.history_page .sec5 .tab {
  cursor: pointer;
  font-weight: bold;
  color: #00a0df;
  padding-bottom: 5px;
  position: relative;
}
.history_page .sec5 .tab.active {
  color: #004b87;
}
.history_page .sec5 .tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 4px;
  width: 100%;
  background: #f0e43a;
  border-radius: 2px;
}
.history_page .sec5 .content {
  max-width: 80%;
  margin: 20px auto;
  padding: 20px;
  background: white;
  color: rgba(111, 111, 111, 1);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: none;
}
.history_page .sec5 .content.active {
  display: block;
}

.history_page .sec5 .tabs .tab,
.history_page .sec5 .content {
  font-family: Teachers;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.history_page .history_slider .slide {
  border: 12px solid rgb(65, 40, 16);
  height: 500px;
}

.history_page .history_slider .slide .border_img {
  border-width: 5px;
  border-style: solid;
  border-color: rgb(24, 19, 13) rgb(109, 84, 58) rgb(109, 84, 58)
    rgb(24, 19, 13);
}

.history_page .history_slider .slide .border_img .border_sub {
  border-width: 3px; /* Gold edge of mat */
  border-style: solid;
  border-color: rgb(207, 166, 0) rgb(207, 166, 0) rgb(145, 110, 0)
    rgb(145, 110, 0);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* services details page */

.service_detail .sec2 .clmn1 {
  width: 60%;
}
.service_detail .sec2 .clmn2 {
  width: 30%;
}

.service_detail .sec2 .clmn1 p {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 32px;
  vertical-align: middle;
}

.service_detail .sec2 .clmn1 ul {
  list-style-type: disc !important;
  padding-left: 20px !important;
}

.service_detail .sec2 .clmn1 ul li {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22pxpx;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
  margin-bottom: 10px;
}

.service_detail .sec2 .clmn1 ul li span {
  font-weight: bold;
}

.service_detail .sec2 .clmn2 img {
  width: 100%;
  height: auto;
}

.service_detail .sec3 .cards {
  border: 1px solid #004178;
  background-color: #004178;
  /* height: 50px; */
  width: 20%;
  border-radius: 10px;
  padding: 25px;
}

.service_detail .sec3 h2 {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0px;
  text-align: center;
}

.service_detail .sec3 .cards h2 {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 60%;
  text-align: left;
}

.service_detail .sec3 .cards p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: Urbanist;
}

.service_detail .sec3 .cards:hover {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}

.service_detail .sec3 .cards:hover h2,
.service_detail .sec3 .cards:hover p {
  color: #000;
}

.service_detail .sec4 h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: Urbanist;
}

.service_detail .sec4 p {
  font-size: 20px;
  line-height: 30px;
  font-family: Urbanist;
}
.service_detail .sec4 ul {
  list-style-type: disc !important;
  padding-left: 30px !important;
}
.service_detail .sec4 ul li {
  font-size: 18px;
  line-height: 30px;
  font-family: Urbanist;
  margin-bottom: 20px;
}

.service_detail .sec5 h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  font-family: Urbanist;
  width: 45%;
  margin: 0 auto 5%;
  text-align: center;
}

.service_detail .sec5 ul {
  list-style: none;
  padding: 0;
}

.service_detail .sec5 li {
  position: relative;
  background: #f1f5f9;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  transition: color 0.3s;
  font-size: 20px;
  line-height: 30px;
  font-family: Urbanist;
}

.service_detail .sec5 li:hover {
  color: #6366f1;
}

.service_detail .sec5 .icon-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(10%);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: background 0.3s;
}

.service_detail .sec5 li:hover .icon-wrapper {
  background: rgba(209, 213, 219, 0.25);
}

.service_detail .sec5 .icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  stroke: currentColor;
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}

.service_detail .sec5 .icon-wrapper svg:first-child {
  transform: translate(0, 0);
}
.service_detail .sec5 li:hover .icon-wrapper svg:first-child {
  transform: translate(100%, -100%);
}

.service_detail .sec5 .icon-wrapper svg:last-child {
  transform: translate(-100%, 100%);
}
.service_detail .sec5 li:hover .icon-wrapper svg:last-child {
  transform: translate(0, 0);
}

.service_detail .sec5 a {
  flex: 1;
  padding: 16px 48px 16px 0;
  color: #000;
  font-size: 22px;
  text-decoration: none;
  transition: color 0.3s;
}

.service_detail .sec5 a:hover {
  color: #2563eb;
}

.service_detail .sec6 h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: Urbanist;
  font-weight: 500;
  text-align: center;
}
.service_detail .sec6 p {
  font-size: 18px;
  line-height: 30px;
  font-family: Urbanist;
  font-weight: 500;
  text-align: center;
  width: 60%;
  margin: auto !important;
}

.service_detail .sec6 form {
  width: 60%;
  margin: 2% auto 0;
}

.service_detail .sec6 form .input_field {
  display: flex;
  gap: 30px;
}

.service_detail .sec6 form .input_field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  font-size: 15px;
  line-height: 25px;
  font-family: Urbanist;
  font-weight: 500;
  margin-bottom: 20px;
}
.service_detail .sec6 form .input_field input::placeholder,
.service_detail .sec6 form textarea::placeholder {
  font-size: 15px;
  line-height: 25px;
  font-family: Urbanist;
  font-weight: 500;
  color: #000;
}

.service_detail .sec6 form textarea {
  width: 98%;
  height: 100px;
  padding: 10px;
  border: 1px solid #000;
  font-size: 15px;
  line-height: 30px;
  font-family: Urbanist;
  font-weight: 500;
  margin-bottom: 20px;
}

.service_detail .sec6 form button {
  padding: 10px 40px;
  border-radius: 50px;
  background-color: rgba(255, 153, 4, 1);
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(97, 58, 0, 1);
  margin-top: 20px;
  transition: all 0.5s ease;
  border: none;
  cursor: pointer;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* warehousing page */

.warehouse .sec1,
.justin_time .sec1,
.milkrun_ser .sec1 {
  position: relative;
}

.warehouse .sec1 img,
.justin_time .sec1 img,
.milkrun_ser .sec1 img {
  width: 100%;
  height: auto;
}

.warehouse .sec1 .setimg,
.justin_time .sec1 .setimg,
.milkrun_ser .sec1 .setimg {
  position: relative;
}

.warehouse .sec1 .setimg::after,
.justin_time .sec1 .setimg::after,
.milkrun_ser .sec1 .setimg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.3);
}

.warehouse .sec1 h2,
.justin_time .sec1 h2,
.milkrun_ser .sec1 h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  height: 10%;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1px;
  vertical-align: middle;
}

/* .warehouse .sec2,
.warehouse .sec3,
.warehouse .sec4,
.milkrun_ser .nationwide,
.milkrun_ser .sec4{
  position: relative;
  padding-bottom: 30px;
}

.warehouse .sec2::after,
.warehouse .sec3::after,
.warehouse .sec4::after,
.milkrun_ser .nationwide::after,
.milkrun_ser .sec4::after{
content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #ccc;
    width: 30%;
} */

.warehouse .sec2 .d-flex,
.justin_time .sec2 .d-flex {
  margin: 10px 0;
  justify-content: space-between;
}

.justin_time .sec2 .d-flex,
.warehouse .sec2 .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 0 6%; */
}

.warehouse .sec2 .d-flex .clmns,
.justin_time .sec2 .d-flex .clmns {
  width: 45%;
}

.warehouse .sec2 .d-flex ul li,
.justin_time .sec2 .d-flex ul li {
  font-family: Urbanist;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.warehouse .sec2 .d-flex h2,
.justin_time .sec2 .d-flex h2 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1px;
  vertical-align: middle;
}

.warehouse .sec3 h2,
.warehouse .sec4 h2,
.milkrun_ser .sec4 h2 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 25px;
}

.warehouse .sec3 .d-flex.first-flex {
  flex-wrap: wrap;
  gap: 20px;
}
.warehouse .sec3 .methodology {
  width: 32%;
}

.warehouse .sec3 .methodology h3 {
  font-size: 20px;
  line-height: 30px;
}

.warehouse .sec3 .methodology .d-flex {
  gap: 10px;
  align-items: center;
}

.warehouse .sec4 .d-flex .boxes,
.milkrun_ser .sec4 .d-flex .boxes {
  width: 22%;
}

.warehouse .sec4 .d-flex h3,
.justin_time .sec4 .d-flex h3,
.milkrun_ser .sec4 .d-flex h3 {
  font-family: Urbanist;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
}

.warehouse .sec4 .d-flex .boxes ul li,
.justin_time .sec4 .d-flex .boxes ul li,
.milkrun_ser .sec4 .d-flex .boxes ul li {
  margin: 10px 0;
  font-size: 17px;
  line-height: 25px;
}

.warehouse .value_client h2,
.justin_time .value_client h2,
.milkrun_ser .value_client h2 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  vertical-align: middle;
  text-align: center;
}

.warehouse .value_client p,
.justin_time .value_client p,
.nationwide .presence p,
.milkrun_ser .value_client p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.warehouse .value_client ul li,
.justin_time .value_client ul li,
.milkrun_ser .value_client ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* warehousing page */

.justin_time .sec3 h2,
.justin_time .sec4 h2,
.milkrun_ser .sec3 h2,
.nationwide h2 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  vertical-align: middle;
  text-align: center;
}

.justin_time .sec3 ul li,
.milkrun_ser .sec3 ul li,
.nationwide .clmns2 ul li {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.justin_time .sec3 .d-flex .clmns,
.milkrun_ser .sec3 .d-flex .clmns {
  width: 48%;
}

.justin_time .sec3 .d-flex .clmns img.jitimg,
.milkrun_ser .sec3 .d-flex .clmns img.jitimg {
  width: 100%;
  height: auto;
}

.justin_time .sec2 .clmns,
.warehouse .sec2 .clmns {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 15px;
  width: 30% !important;
  margin-bottom: 20px;
}

/* .jitimg {
  display: block;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px #4facfe);
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px #00f2fe);
  }
} */

.warehouse .sec2 .clmns {
  width: 30% !important;
}
.justin_time .sec3 span,
.justin_time .sec4 span,
.justin_time .value_client span,
.milkrun_ser .sec3 span,
.milkrun_ser .sec4 span,
.milkrun_ser .value_client span,
.warehouse .sec3 span,
.warehouse .sec4 span,
.warehouse .sec5 span,
.nationwide span {
  margin-bottom: 2%;
}

.justin_time .value_client,
.milkrun_ser .value_client {
  text-align: center;
}

.justin_time .sec4 .boxes,
.milkrun_ser .sec4 .boxes {
  background-color: #004178;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
}

/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */

/* milk run services page */

.nationwide .d-flex .clmns1 {
  width: 65%;
}

.nationwide .d-flex .clmns2 {
  width: 30%;
}

/* .nationwide .d-flex {
  justify-content: space-between;
} */

.nationwide .d-flex ul li {
  gap: 10px;
  align-items: center;
  font-weight: 600;
}

.nationwide .presence p {
  font-weight: 500;
  margin-bottom: 20px !important;
}

/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */

/* Clients page */

.clients .sec1 {
  position: relative;
}

.clients .sec1 .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 60%;
  margin: auto;
  color: #fff;
}

.clients .sec1 img.image_sec {
  width: 100%;
  height: auto;
}

.clients .sec1 .imgeffect {
  position: relative;
}

.clients .sec1 .imgeffect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 99%;
}

.clients .sec1 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}

.clients .sec1 p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 70%;
  margin: auto !important;
}

.clients .sec2 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  line-height: 110px;
  letter-spacing: 0px;
  text-align: center;
}

.clients .sec2 .d-flex {
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.clients .sec2 .d-flex .colmns {
  width: 10%;
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.clients .sec2 .d-flex .colmns img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
}

.clients .sec2 .d-flex .colmns img:hover {
  transform: scale(1.1);
}

.clients .why_partn ul {
  display: flex;
  align-items: start;
  gap: 30px;
}

.clients .why_partn ul li {
  align-items: start;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  width: 30%;
  margin: 2% 0;
}

.clients .why_partn a.our_Serv {
  margin: auto;
  width: 20%;
}

/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */

/* location  page */

.location .sec1 {
  margin-top: 10%;
}

.location .sec1 .content {
  width: 55%;
}

.location .sec1 .img {
  width: 40%;
}

.location .sec1 .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.location .sec1 .content h2 {
  font-family: Urbanist;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 3% 0;
}

.location .sec1 .content p {
  font-size: 30px;
  line-height: 40px;
}

.location .sec2 .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.location .sec2 .text_center {
  margin: 5% 0 3%;
  text-transform: uppercase;
}

.location .sec2 .cards .clms {
  width: 25%;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px 10px 5%;
  text-align: center;
}

.location .sec2 .cards .clms a.contact {
  position: absolute;
  bottom: 0;
  width: 95%;
  left: 0;
  color: #fff;
  background-color: rgba(43, 64, 121, 1);
  text-align: center;
  padding: 10px;
  margin: 0;
}

.location .sec2 .cards .clms a {
  display: block;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 10px 0;
}

.location .sec2 .cards .clms a:nth-child(2) {
  margin: 20px;
}

/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */

/* contact  page */
.contact .hero .content {
  width: 45%;
}
.contact .hero .img {
  width: 50%;
}
.contact .hero .img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.nav-links li.d-none {
  display: none !important;
}

/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */

/* mobile responsive  page */

@media screen and (max-width: 1024px) {
  .nav-links {
    width: 60%;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .d-block {
    display: none !important;
  }

  .m-block {
    display: block !important;
  }
  body {
    overflow-x: hidden;
  }
  header {
    flex-wrap: wrap;
  }
  header .logo img {
    width: 40px;
    height: auto;
  }
  header .pages {
    width: 100%;
  }
  header .btns {
    width: 80%;
    justify-content: center;
    display: none;
    right: auto;
    left: -70%;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 1vh;
    background-color: white;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }
  .nav-links.nav-active {
    display: block;
    transform: translateX(0%);
    right: auto;
    padding: 0;
  }

  header .btns.nav-active1 {
    display: inline;
  }
  .nav-links li {
    opacity: 0;
    padding: 10px 20px;
  }
  .nav-links1 {
    position: absolute;
    right: auto;
    left: -100%;
    top: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }

  .nav-links1 a {
    opacity: 0;
    text-align: center;
    padding: 20px;
    width: 50%;
  }

  .burger {
    display: block;
    position: absolute;
    right: 0;
  }

  .nav-item.dropdown {
    display: none;
  }
  .dropdown-menu {
    width: auto;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: none !important;
  }

  .nav-links li.d-none {
    display: block !important;
  }

  .nav-item.dropdown button img {
    display: none;
  }

  .nav-item.dropdown button {
    padding: 0;
  }

  .menu-area {
    justify-content: end;
  }

  .searchbar_effects {
    width: auto;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .homepage .banner .img_cont,
  .homepage .sec5 .counter,
  .services .sec5 .counter,
  footer .row2 .clmn2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2,
  .homepage .sec3 .clmn3,
  .homepage .sec7 .containers,
  .about_us .sec7 .containers,
  .homepage .sec12 .insights,
  .homepage .sec2 .homeslider1,
  .homepage .sec9 .main-container,
  .homepage .banner .content,
  .about_us .sec2 .row,
  .clients .why_partn ul,
  .teams1 .revolution ,
  .warehouses_slider .containers{
    flex-wrap: wrap;
  }

  .homepage .sec3 .clmn1 h3,
  .homepage .sec4 p,
  .homepage .sec7 .clmn1,
  .about_us .sec7 .clmn1,
  .homepage .sec7 .clmn2,
  .about_us .sec7 .clmn2,
  .homepage .sec12 .clmns,
  .homepage .sec2 .homeslider1 .slidersec,
  .homepage .sec9 .sidebar,
  .homepage .banner .content .cont1,
  .homepage .banner .content .cont2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2 p,
  .homepage .sec3 .clmn3 .w-60,
  .homepage .sec6 .containers .clmn2,
  .homepage .sec12 h2,
  .homepage .sec7 .clmn1 h2,
  .about_us .sec5 .d-flex .colms,
  .about_us .sec6 .d-flex .colms,
  .about_us .sec3 .d-flex .col-6,
  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2,
  .about_us .sec2 h2.colour_change,
  .about_us .sec2 .row .colmns,
  .history_page .sec3 .col1,
  .history_page .sec3 .col2,
  .location .sec1 .content,
  .location .sec1 .img,
  .clients .why_partn ul li,
  .teams1 .revolution .colmns2,
  .teams1 .revolution .managers,
  .justin_time .sec3 .d-flex .clmns,
  .milkrun_ser .sec3 .d-flex .clmns,
  .contact .hero .content,
  .contact .hero .img,
  .warehouses_slider .clmn1,
  .warehouses_slider .clmn2,
  .service_detail .sec2 .clmn1,
  .service_detail .sec2 .clmn2,
  .service_detail .sec3 .cards {
    width: 100%;
  }

  .homepage .sec2 .homeslider1 .slidersec,
  .homepage .sec7.whyus_sec .image_clmns,
  .homepage .sec7.whyus_sec .clmn1 {
    width: 100% !important;
  }

  .homepage .sec2 .homeslider1 .slider_content p {
    opacity: 1;
  }

  .homepage .banner video {
    width: 100%;
    height: 100vh;
  }

  .homepage .banner .content {
    height: 70%;
  }

  .homepage .banner .content .cont2 p {
    font-size: 25px;
    line-height: 30px;
  }

  .homepage .banner .content .cont1 h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .homepage .sec2 .homeslider1 .forbg {
    height: auto;
  }
  .homepage .sec2 {
    margin-top: 20%;
  }

  .homepage .sec2 a.our_Serv,
  .homepage .sec3 .clmn2,
  .homepage .sec12 .our_Serv.w-15a,
  .homepage .sec3 .clmn2 a,
  .homepage .sec12 .our_Serv.w-15,
  .homepage a.our_Serv,
  .about_us a.our_Serv,
  .services a.our_Serv,
  .time_line a.our_Serv,
  .clients a.our_Serv,
  .clients .why_partn a.our_Serv,
  .services .sec3 .cards .content .our_Serv,
  .services .banner .content a {
    width: auto;
  }

  .homepage .sec3 {
    margin: 30% 0 3%;
  }

  .homepage .sec3 .clmn1 h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .homepage .sec3 .clmn2 p {
    margin-top: 5% !important;
  }
  .homepage .sec4 {
    margin-top: 0;
  }
  .homepage .sec4 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
  }

  .homepage .sec4 h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
  }

  .homepage .sec5 .counter {
    gap: 20px;
  }

  .homepage .sec5 .counter h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 15px 0;
  }

  .homepage .sec6 .containers .clmn1 {
    width: 0%;
  }

  .homepage .sec9 h2,
  .homepage .sec12 h2,
  .homepage .sec12 h2 span,
  .homepage .sec7 .clmn1 h2,
  .homepage .sec7 h2 span,
  .homepage .sec7 h1 span,
   .warehouses_slider .clmn1 h2,
   .warehouses_slider h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage .sec7 h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .homepage .sec7 .clmn2,
  .warehouses_slider .slick-dots li
   {
    margin-top: 5%;
  }

  .homepage .sec5 .counter div,
  .services .sec5 .counter div {
    width: 45%;
  }

  .city-info #cityTitle {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .homepage .banner .img_cont .d-flex {
    flex-wrap: nowrap;
  }

  .homepage .banner .img_cont.marquee .div {
    gap: 3%;
  }

  .homepage .banner .img_cont p,
  .warehouses_slider p {
    font-size: 18px;
    line-height: 30px;
  }

  .warehouses_slider p{
    margin-bottom: 30px !important;
  }

  .homepage .banner .img_cont .d-flex {
    width: auto;
    height: auto;
  }

  .homepage .sec6 .containers .clmn2 .d-flex p,
  .warehouses_slider h1 span {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage .sec6 .containers .clmn2 h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .homepage .sec6 {
    margin: 15% 0;
    position: relative;
  }

  .homepage .sec6 .containers {
    padding: 4%;
  }

  .homepage .companies .slick-prev {
    left: 80px;
    bottom: 10%;
    top: auto;
  }

  .homepage .companies {
    padding-bottom: 20%;
    margin: 10% 0 5%;
  }

  .homepage .companies .slick-next {
    right: 80px;
    top: auto;
    bottom: 10%;
  }

  .homepage .companies .slick-prev img {
    transform: rotate(180deg);
  }

  .homepage .sec7 p,
  .about_us .sec7 p {
    font-size: 18px;
    line-height: 25px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 span.d-flex {
    flex-wrap: nowrap;
  }

  .homepage .sec12 {
    margin-top: 0%;
  }

  footer {
    position: relative;
  }

  footer,
  footer .row1,
  footer .row1 .clmn1,
  footer .row1 .clmn2,
  footer .row2 {
    opacity: 1 !important;
  }

  footer .row1,
  footer .row2 {
    flex-wrap: wrap;
  }

  footer .row1 .clmn1,
  footer .row1 .clmn2 {
    width: 100%;
  }

  footer .row1 h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0;
  }

  footer .row1 .clmn2 img {
    float: right;
    margin-top: 20px;
  }
  footer .row2 .clmn2 {
    gap: 0;
    width: 100%;
  }

  footer .row2 .clmn2 ul {
    width: 50%;
  }
  footer .row2 {
    flex-direction: column-reverse;
  }

  footer .row2 .clmn1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .row2 .clmn1 p {
    font-size: 15px;
    line-height: 25px;
  }

  footer .row2 .clmn2 h4 {
    margin-top: 10px;
  }

  .homepage .sec9 .sidebar {
    display: flex;
    height: auto;
  }

  .homepage .sec9 .map-container {
    height: 100vh;
    width: 100%;
  }

  .homepage .banner .img_cont {
    width: auto;
  }

  .city-info {
    top: auto;
    bottom: 0;
    right: 20px;
    max-width: 100%;
  }

  .homepage .sec6 .containers .clmn1 img {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    right: 0;
    margin: auto;
  }
  .homepage .sec9 .tab {
    width: 100%;
    padding: 20px 15px;
  }
  .homepage .sec9 .tab p {
    font-size: 15px;
    line-height: 20px;
  }
  .homepage .sec12 .insights {
    margin-top: 10%;
  }
  .homepage .companies .icons {
    padding: 10px;
  }

  .homepage .sec7,
  .about_us .sec7 {
    overflow: hidden !important;
  }

  h2.colour_change {
    font-size: 20px;
    line-height: 30px;
  }
  .victory .colour_change {
    top: -110% !important;
    width: 90% !important;
    height: 20%;
  }

  .victory-img {
    margin-top: 60%;
  }
  .about_us .boast .containers {
    flex-wrap: wrap;
  }
  .about_us .boast h2 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .about_us .boast p {
    width: 100%;
  }
  .about_us .boast p span {
    font-size: 18px;
    line-height: 25px;
  }
  .about_us .seclast h2.colour_change {
    width: 100%;
  }

  .about_us .sec6 .d-flex .colms h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .history_page .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .history_page .sec3 .col1 h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .history_page .sec3 .col2 .name {
    width: 70%;
  }

  .history_page .sec4 h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 0px;
  }

  .sec13 .containers h2,
  .gallery .sec13 .containers h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  .all_events .d-flex {
    gap: 10px;
  }

  .all_events .cards {
    width: 45%;
  }

  footer .sec13 .containers form,
  .gallery .sec13 .containers form,
  .history_page .sec5 .content {
    width: 100%;
  }

  footer .sec13 .containers {
    flex-wrap: wrap;
  }

  .history_page .sec5 .tabs {
    flex-wrap: wrap;
    gap: 20px;
  }

  .history_slider_wrapper {
    flex-wrap: wrap;
    margin-top: 0 !important;
    gap: 20px;
  }

  .history_page .history_slider .slide,
  .history_page .sec4 .history_slider,
  .history_left,
  .history_right {
    width: 100% !important;
  }
  .history_right h4 {
    margin-top: 0;
  }
  .history_nav {
    gap: 10px 35px !important;
  }
  .history_nav li {
    font-size: 15px;
  }
  .location .sec1 .content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .location .sec1 .content p {
    font-size: 18px;
    line-height: 26px;
  }
  .location .sec1 {
    margin-top: 15%;
  }
  .location .sec1 .d-flex {
    gap: 30px;
  }

  .location .sec2 .cards .clms {
    width: 90%;
  }

  .location .sec2 .cards .clms {
    padding: 10px 10px 20%;
  }

  .clients .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .clients .sec2 .d-flex .colmns {
    width: 35%;
  }

  .clients .sec2 .d-flex {
    gap: 20px;
  }
  .about_us .seclast .mission_slider .clnms1,
  .about_us .seclast .mission_slider .clnms2 {
    width: 30%;
  }
  .about_us .seclast .mission_slider .clnms1 .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .about_us .seclast .mission_slider .clnms1 .content p {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 100%;
  }
  .about_us .sec5 .d-flex .colms .content h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .location .sec2 .cards .clms a.emails {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .location .sec2 .cards .clms a.emails i {
    margin-right: 10px;
  }

  .history_page .sec5 h2 {
    font-size: 30px;
    line-height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  .history_page .history_slider .slide {
    height: 200px !important;
  }

  .teams1 .revolution .colmns2 a.d-flex img {
    display: none;
  }
  .teams1 .revolution .colmns2 a.d-flex {
    padding: 20px 0;
  }
  .teams1 .revolution .colmns2 a.d-flex p {
    font-size: 18px;
    line-height: 25px;
  }

  .revolution.d-flex .colmns1 {
    width: 100%;
  }
  .revolution.d-flex {
    gap: 15px;
  }

  .teams1 .revolution .colmns1 .name h4,
  .revolution .colmns1 .name h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0px;
  }
  .teams1 .revolution .colmns1 .name p,
  .revolution .colmns1 .name p {
    font-size: 15px;
    line-height: 25px;
  }
  .services .banner .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .services .banner .content {
    bottom: 0;
  }
  .services .banner .content h2 {
    font-size: 16px;
    line-height: 27px;
  }

  .teams1 .revolution .colmns1 {
    height: 300px !important;
  }

  .clients .sec1 .content {
    position: unset;
    width: 100%;
    height: auto;
    margin: auto;
    color: #000;
  }

  .clients .sec1 p {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }

  .all_events {
    margin-top: 15%;
  }
  .clients .sec1 {
    margin: 15% 0 5%;
  }

  .about_us .seclast .mission_slider .clnms1 .comments p {
    font-size: 17px;
    line-height: 24px;
  }

  .about_us .sec5 {
    margin: 10% 0;
  }

  .about_us .seclast {
    overflow: hidden;
  }

  .about_us .sec5 .d-flex .colms .content {
    width: 70%;
    height: auto;
  }
  .about_us .sec3 .d-flex .col-6 p.lastp {
    margin-bottom: 25px !important;
  }

  .about_us .sec3 {
    margin: 10% 0;
  }

  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2 {
    width: 100% !important;
  }
  .about_us .sec3 .d-flex:last-child {
    flex-direction: column-reverse;
  }

  .about_us .sec3 .d-flex {
    margin-bottom: 10%;
  }

  .about_us .sec7 .clmn1 h2 {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
  }

  .about_us .sec7 h2 span {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 span {
    font-size: 30px;
    line-height: 50px;
  }

  .about_us .sec7 .clmn2 {
    margin-top: 10%;
  }
  .about_us .sec5 .d-flex .colms .content p {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .whychoose_slider {
    flex-wrap: wrap;
  }
  .whychoose_slider .why_sliders {
    width: 100% !important;
    height: 40vh !important;
  }

  .about_us .sec2 .row .colmns h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
  }

  .about_us .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .about_us .sec7 .whychoose_slider .why_sliders p {
    display: block !important;
  }

  .services .sec5 .counter h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .services .sec5 .counter {
    gap: 0px;
  }

  .services .sec3 .cards h4 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0 0;
  }
  .services .sec3 .cards p {
    font-size: 18px;
    line-height: 25px;
  }
  .services .sec3 .cards .content .img_text {
    flex-wrap: wrap;
  }

  .services a.our_Serv {
    margin-bottom: 20px;
  }

  .services .banner.mt-0 img.ban {
    width: 100%;
    height: 50vh;
  }

  .services .banner.mt-0 .content {
    width: 90%;
  }

  .services .banner .content a {
    margin: auto 0 30px;
  }
  .homepage .sec7 .slick-dots ,
  .warehouses_slider .slick-dots{
    position: unset;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
  }

   .warehouses_slider .whychoose_slider .why_sliders h2{
        font-size: 30px;
    line-height: 40px;
   }
  .homepage .sec7 .slick-dot-text,
  .homepage .sec7 .slick-dots li.slick-active .slick-dot-text,
  .warehouses_slider .slick-dot-text, 
  .warehouses_slider .slick-dots li.slick-active .slick-dot-text{
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .homepage .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 23px;
    line-height: 30px;
  }
.warehouses_slider .clmn1 h2{
  padding-bottom:0;
  margin-bottom: 0;
}

.warehouses_slider h1 span::after{
  display: none;
}
  .homepage .sec7 .slick-dots li {
    margin-top: 0% !important;
    width: auto !important;
  }
  .homepage
    .sec7
    .whychoose_slider2
    .slick-dots
    li.slick-active
    .slick-dot-content,
  .homepage .sec7 .whychoose_slider2 .slick-dot-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .homepage .sec7.whyus_sec .image_clmns {
    margin-top: 30px;
  }

  .homepage .sec7 .whychoose_slider2 .slick-dots {
    width: auto;
    justify-content: center;
    gap: 20px;
  }

  .homepage .sec7 .whychoose_slider .why_sliders,
  .whychoose_slider .why_sliders {
    height: auto !important;
    margin-right: 0 !important;
  }

  .homepage .sec7 .whychoose_slider .slick-slide {
    opacity: 1;
  }

  .homepage .whychoose_slider .slick-track,
    .warehouses_slider .whychoose_slider .slick-track
   {
    display: flex !important;
  }

  .warehouse .sec1 h2,
  .justin_time .sec1 h2,
  .milkrun_ser .sec1 h2 {
    font-size: 25px;
    line-height: 45px;
  }

  .warehouse .sec1,
  .justin_time .sec1,
  .milkrun_ser .sec1 {
    margin-top: 10%;
  }
  .justin_time .sec4 .boxes,
  .milkrun_ser .sec4 .boxes {
    margin-top: 30px;
  }

  .purpose-img {
    width: 100%;
  }
  .homepage .sec9 .main-container {
    gap: 30px;
  }
  .hero {
    margin-top: 0% !important;
  }
  .hero-title {
    font-size: 21px !important;
    line-height: 30px !important;
    margin-top: 50px;
  }
  .hero-subtitle {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .section-title {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .benefits {
    gap: 1rem !important;
  }
  .benefit-card h3 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .benefit-card p {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  .about_us .sec5 .d-flex.gap-1 {
    margin: 15% 0 5%;
  }

  .history_page .sec2 p,
  .history_page .sec3 .col1 p {
    font-size: 18px;
    line-height: 26px;
  }

  .history_page .sec4 .history_slider .slick-track {
    display: flex;
  }

  .history_page .sec2,
  .history_page .sec4 {
    height: 100vh !important;
    min-height: auto !important;
  }

  .history_page .sec3 {
    height: auto !important;
    min-height: auto !important;
  }
  .history_page .pin-spacer:nth-child(3) {
    width: 100% !important;
  }
  .history_page .sec2 {
    padding: 0 !important;
  }
  #overlay {
    display: none !important;
  }

  
  .express-cargo img{
    width: 100% !important;
    height: 50vh;
}

.express-cargo .express-cargo-contain{
  height: 40% !important;
  width: 90% !important;
}

.express-cargo .express-cargo-contain h6{

   font-size: 20px !important;
   letter-spacing: 0 !important;
   line-height: 20px !important


}

.express-cargo .express-cargo-contain p{

  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  margin-top: 10px !important;
  


}


.express-cargo .express-cargo-contain .point{
  display: none !important;
}



.choose-express_1 .express-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px !important;
}



.choose-express_1 .express-row .express-column{
  width: 100% !important;
  padding: 0px 20px 20px;
  border-radius: 10px;
 margin-top: 0 !important;
  
}


.our-service h2{
  
        font-size: 20px !important;
        font-weight: 500;
        line-height: 25px !important;
        margin-bottom: 5px !important;
}

.choose-express_1 h5{
         font-size: 28px !important;
        line-height: 40px !important;
}

.our-service .service-feature{
   flex-wrap: wrap;
    flex-direction: column-reverse;
}


.our-service .service-feature ul.features-contain{

  width: 100% !important;
}



.our-service .service-feature ul.features-contain li p{
  font-size: 22px !important;
  line-height: 30px !important;
  

}



.our-service .service-feature ul.features-contain li{
  margin-bottom: 5% !important;
  gap: 20px !important;
  align-items: center;
}



.our-service .service-feature .service-img{
  width: 100% !important;
}


.our-service .service-feature{
  margin-top: 20px !important;
}


.industry h2{
  font-size: 30px !important;
}

.industry .industry-divs .industry-contain{
  width: 100% !important;
}


.industry .industry-divs{
  margin-top: 40px !important;
}

.partener-text{
  flex-wrap: wrap;
}



.partener-text .partener-img{
  width: 100% !important;
}

.partener-text .Partner-contain{
  width: 100% !important;
}


.partener-text .Partner-contain h4{
  font-size: 30px !important;
}


.partener-text .Partner-contain span.contact a{
  width: 40% !important;
  margin-top: 5% !important;
  
}


.partener-text .Partner-contain span.contact a p{
         font-size: 15px !important;
}


.partener-text .Partner-contain p{
  margin: 20px 0px !important;
}




.delivered .delivered-contain h2{
  font-size: 20px !important;
  line-height: 20px !important;
  margin: 10px 0px !important;

}



.delivered .delivered-contain{
  width: 80% !important;
  height: 90% !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
}



.delivered img{
  height: 30vh !important;
}


.delivered .delivered-contain p{
  font-size: 15px !important;
  line-height: 20px !important;
}










.delivered .delivered-contain span.contact a{
  padding: 10px 20px !important;
  width: 0 !important;
  display: none !important;

}







.delivered .delivered-contain span.contact a.call p{        
    font-size: 15px !important;
    line-height: 15px !important;
    

}


.delivered .delivered-contain span.contact{
  width: 10% !important;
  /* display: none !important; */
}  



.driving-growth .driving-contain{

  height: 60% !important;
  width: 80% !important;
}



.driving-growth .driving-contain h2{
  font-size: 18px !important;
  line-height: 25px !important;
  
}




.choose-express_1 h5.logistics-strategy{
    font-size: 25px !important;
    line-height: 35px !important;
    width: 100% !important;
    margin: 35px auto !important;
   
}



  .excellence_counter .counter{
    flex-wrap: wrap;
    gap: 20px;
  }




.excellence_counter .counter div{
        width: 45% !important;
        margin-top: 0px !important;
}
 


.excellence_counter .counter h2{
  margin: 10px 0px !important;
  font-size: 40px !important;
      line-height: 60px;
}


.excellence_counter h2{
    font-size: 33px !important;
    line-height: 40px;
}
.excellence_counter .counter p{
  font-size: 17px;
  line-height: 25px;
}



.consulting .consulting_text h5{
   font-size: 23px !important;
  line-height: 30px !important;
  width: 100% !important;

}


.consulting .consulting_text{
  padding: 40px 20px !important;
  flex-wrap: wrap;
}



.consulting .consulting_text span.let{
  width: 60% !important;
  margin-top: 30px;
}


.consulting .consulting_text span.let a{
  padding: 10px 20px !important;
   gap: 5px !important;

}

.consulting{
  margin: 50px 0px;
}




.logistics-service h5{
  font-size: 30px !important;
  line-height: 50px !important;
  
}



.logistics-service .service-contain p{
  font-size: 25px !important;
  letter-spacing: -0.6px;
  line-height: 30px !important;

}


.sequence_delivery h2{
  font-size: 25px !important;
  line-height: 45px !important;
}

.sequence_delivery .delivery-divs .delivery-subdivs{
  width: 100% !important;
  flex-wrap: wrap;
 padding: 35px 30px !important;

}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text h6{
  font-size: 25px !important;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text p{
  font-size: 16px !important;
}

.choose-express_1 h5{
    font-size: 20px !important;   
   line-height: 30px !important;
   margin: 35px 0px 20px !important;
}

.choose-express_1 h4{
        font-size: 18px !important;
        line-height: 24px !important;
        margin: 0px 0px 15px !important;
}



.delivery-text li{
  line-height: 25px !important;
}




  .choose-express_1.just-in-time h6 {
    font-size: 24px !important;
    line-height: 30px !important;
    width: 100% !important;
    
}



.our-service .infrastructure{
  flex-wrap: wrap;
}



.our-service .infrastructure span.contact a {
  gap: 8px !important;
  padding: 9px 17px !important;
}



.our-service .service-feature ul.features-contain li.point{
  align-items: center !important;
}



.our-service .service-feature ul.features-contain li p{
  font-size: 18px !important;
 


}


.our-service .service-feature ul.features-contain li img {
    width: 10px !important;
}


.sequence_delivery .delivery-divs .delivery-subdivs {
  gap: 20px !important;
  align-items: center !important;
}
.delivery_img img {
    height: auto;
    width: 55px;
}
.sequence_delivery .delivery-divs{
  gap: 20px;
}

.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text h6 {
  margin-bottom: 15px !important;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text{
  text-align: center !important;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery_img{
    margin: auto;
}



  
.contact_page .conatct_divs{
  flex-wrap: wrap;
}




.contact_page .conatct_divs .conatct_subdiv2{
  width: 100% !important;
}




.contact_page .conatct_divs form{
  width: 100% !important;
}








.contact_page .conatct_divs form .conatct_subdiv .form1{
  width: 94% !important;
}



.contact_page .conatct_divs form .conatct_subdiv .form1 input.form_sub{
  width: 95% !important;
}



.contact_page .conatct_divs form select{
  width: 98% !important;
}


.contact_page h1{
        width: 100% !important;
        margin-top: 15% !important;
        margin-bottom: 10% !important;
        font-size: 23px !important;
        line-height: 29px !important;
}

.contact_page .conatct_divs .conatct_subdiv2 .contact_contain {
    margin: 20px !important;
}
.contact_page .conatct_divs .conatct_subdiv2 .contact_contain h3{
  font-size: 25px !important;
    line-height: 30px !important;
}

.contact_page .conatct_divs .conatct_subdiv2 .contact_contain h6{
      margin: 30px 0 !important;
}
.contact_page .conatct_divs form .submit{
      padding: 8px 10px;
}

.contact_ban{
  margin-top: 0;
}

.contact_ban .express-cargo-contain{
          height: 25% !important;
        width: 95% !important;
}

.express-cargo .express_a img{
      width: 10% !important;
}

.express-cargo .express_a{
      padding: 10px 20px;
          width: 45% !important;
}
.contact_page .conatct_divs form .contact_input {
    width: 100%;
}







 .service_detail img.ban_img{
  height: 35vh;
 }


 .service_detail .banner .content{
  height: 55%;
  width: 90%;
 }

  .service_detail .content h2{
        font-size: 20px;
    line-height: 30px;
  }


  .service_detail .sec3 h2,
  .service_detail .sec4 h2,
  .service_detail .sec5 h2,
  .service_detail .sec6 h2{
      font-size: 30px;
    line-height: 40px;
  }

  .service_detail .sec3 .cards{
    height: auto;
    margin-bottom: 30px;
    padding: 15px;
  }

  .service_detail .sec3 .cards h2{
    margin: 0 0 20%;
    font-size: 40px;
    line-height: 50px;
  }

  .service_detail .sec5 h2,
  .service_detail .sec6 p,
  .service_detail .sec6 form{
    width: 100%;
  }

  .service_detail .sec5 a,
  .service_detail .sec2 .clmn1 p,
  .service_detail .sec4 p{
    font-size: 16px;
    line-height: 25px;
    padding: 0;
  }
  .service_detail .sec5 .icon-wrapper{
    right: 0;
  }

  .service_detail .sec5 .icon-wrapper svg{
        width: 35px;
    height: 25px;
  }

  .service_detail .sec6 form textarea{
    width: 93%;
  }

  .service_detail .sec6 form .input_field{
    gap: 10px;
  }

  .location .sec2 .text_center{
    font-size: 25px !important;
    line-height: 35px !important;
    margin: 30px 0 !important;
  }

  .location .sec2 .cards{
        gap: 15px;
  }
      .location .sec2 .cards .clms {
        width: 44%;
    }

}






@media screen and (min-device-width: 481px) and (max-device-width: 650px) {
  .d-block {
    display: none !important;
  }

  .m-block {
    display: block !important;
  }
  body {
    overflow-x: hidden;
  }
  header {
    flex-wrap: wrap;
  }
  header .logo img {
    width: 50px;
    height: auto;
  }
  header .pages {
    width: 100%;
  }
  header .btns {
    width: 100%;
    justify-content: center;
    display: none;
    right: auto;
    left: -90%;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 1vh;
    background-color: white;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }
  .nav-links.nav-active {
    display: block;
    transform: translateX(0%);
    right: auto;
    padding: 0;
  }
  header .btns.nav-active1 {
    display: inline;
  }
  .nav-links li {
    opacity: 0;
    padding: 10px 20px;
  }
  .nav-links1 {
    position: absolute;
    right: auto;
    left: -100%;
    top: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }

  .nav-links1 a {
    opacity: 0;
    text-align: center;
    padding: 20px;
    width: 30%;
  }

  .burger {
    display: block;
    position: absolute;
    right: 0;
  }

  .nav-item.dropdown {
    display: none;
  }
  .dropdown-menu {
    width: auto;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: none !important;
  }

  .nav-links li.d-none {
    display: block !important;
  }

  .nav-item.dropdown button img {
    display: none;
  }

  .nav-item.dropdown button {
    padding: 0;
  }

  .menu-area {
    justify-content: end;
  }

  .searchbar_effects {
    width: auto;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .homepage .banner .img_cont,
  .homepage .sec5 .counter,
  .services .sec5 .counter,
  footer .row2 .clmn2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2,
  .homepage .sec3 .clmn3,
  .homepage .sec7 .containers,
  .about_us .sec7 .containers,
  .homepage .sec12 .insights,
  .homepage .sec2 .homeslider1,
  .homepage .sec9 .main-container,
  .homepage .banner .content,
  .about_us .sec2 .row,
  .clients .why_partn ul,
  .teams1 .revolution,
  .warehouses_slider .containers {
    flex-wrap: wrap;
  }

  .homepage .sec3 .clmn1 h3,
  .homepage .sec4 p,
  .homepage .sec7 .clmn1,
  .about_us .sec7 .clmn1,
  .homepage .sec7 .clmn2,
  .about_us .sec7 .clmn2,
  .homepage .sec12 .clmns,
  .homepage .sec2 .homeslider1 .slidersec,
  .homepage .sec9 .sidebar,
  .homepage .banner .content .cont1,
  .homepage .banner .content .cont2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2 p,
  .homepage .sec3 .clmn3 .w-60,
  .homepage .sec6 .containers .clmn2,
  .homepage .sec12 h2,
  .homepage .sec7 .clmn1 h2,
  .about_us .sec5 .d-flex .colms,
  .about_us .sec6 .d-flex .colms,
  .about_us .sec3 .d-flex .col-6,
  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2,
  .about_us .sec2 h2.colour_change,
  .about_us .sec2 .row .colmns,
  .history_page .sec3 .col1,
  .history_page .sec3 .col2,
  .location .sec1 .content,
  .location .sec1 .img,
  .clients .why_partn ul li,
  .teams1 .revolution .colmns2,
  .teams1 .revolution .managers,
  .all_events .cards,
  .justin_time .sec3 .d-flex .clmns,
  .milkrun_ser .sec3 .d-flex .clmns,
  .contact .hero .content,
  .contact .hero .img,
  .warehouses_slider .clmn1,
  .warehouses_slider .clmn2,
  .contact_page .conatct_divs form,
  .contact_page .conatct_divs .conatct_subdiv2,
  .contact_page h1,
.contact_page .conatct_divs form .conatct_subdiv .form1,
.contact_page .conatct_divs form select,
.contact_page .conatct_divs form .contact_input {
    width: 100% !important;
  }

  .homepage .sec12 .clmns {
    width: 48% !important;
  }

  .homepage a.our_Serv,
  .about_us a.our_Serv,
  .services a.our_Serv,
  .time_line a.our_Serv,
  .clients a.our_Serv {
    gap: 10px;
  }
  .clients .why_partn ul {
    gap: 10px;
  }

  .clients .why_partn ul li {
    flex-wrap: nowrap;
  }

  .homepage .sec7.whyus_sec .image_clmns,
  .homepage .sec7.whyus_sec .clmn1 {
    width: 100% !important;
  }
  .homepage .sec2 .homeslider1 .slidersec {
    width: 90%;
  }
  .homepage .sec2 .homeslider1 .slider_content p {
    opacity: 1;
  }
  .homepage .sec2 .homeslider1 .slider_content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage .banner video {
    width: 100%;
    height: 100vh;
  }

  .homepage .banner .content {
    height: 75%;
  }

  .homepage .banner .content .cont1 h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .homepage .sec2 .homeslider1 .forbg {
    height: auto;
  }
  .homepage .sec2 {
    margin-top: 15%;
  }

  .homepage .sec2 a.our_Serv,
  .homepage .sec3 .clmn2,
  .homepage .sec12 .our_Serv.w-15a,
  .homepage .sec3 .clmn2 a,
  .homepage .sec12 .our_Serv.w-15,
  .about_us a.our_Serv,
  .services a.our_Serv,
  .time_line a.our_Serv,
  .clients a.our_Serv,
  .clients .why_partn a.our_Serv,
  .services .sec3 .cards .content .our_Serv,
  .services .banner .content a {
    width: auto;
  }

  .homepage a.our_Serv {
    width: 50% !important;
  }

  .homepage .sec3 {
    margin: 30% 0 3%;
  }

  .homepage .sec3 .clmn1 h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .homepage .sec3 .clmn2 p {
    margin-top: 5% !important;
  }
  .homepage .sec4 {
    margin-top: 0;
  }
  .homepage .sec4 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
  }

  .homepage .sec4 h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
  }

  .homepage .sec5 .counter {
    gap: 20px;
  }
  .homepage .sec5 .counter div,
  .services .sec5 .counter div {
    width: 45%;
  }
  .homepage .sec5 .counter h2,
  .warehouses_slider .clmn1 h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 15px 0;
  }

  .homepage .sec6 .containers .clmn1 {
    width: 0%;
  }

  .homepage .sec9 h2,
  .homepage .sec12 h2,
  .homepage .sec12 h2 span,
  .homepage .sec7 .clmn1 h2,
  .homepage .sec7 h2 span,
  .homepage .sec7 h1 span,
  .warehouses_slider .clmn1 h2,
  .warehouses_slider h1 span {
    font-size: 30px;
    line-height: 40px;
  }



  .homepage .sec7 h1,
  .warehouses_slider h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .homepage .sec7 .clmn2 {
    margin-top: 5%;
  }

  .homepage .banner .img_cont .d-flex {
    flex-wrap: nowrap;
  }

  .homepage .banner .img_cont.marquee .div {
    gap: 3%;
  }

  .homepage .banner .img_cont p ,
  .warehouses_slider p{
    font-size: 18px;
    line-height: 30px;
  }

  .homepage .banner .img_cont .d-flex {
    width: auto;
    height: auto;
  }

  .homepage .sec6 .containers .clmn2 .d-flex p {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage .sec6 .containers .clmn2 h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .homepage .sec6 {
    margin: 15% 0;
    position: relative;
  }

  .homepage .sec6 .containers {
    padding: 4%;
  }

  .homepage .companies .slick-prev {
    left: 80px;
    bottom: 10%;
    top: auto;
  }

  .homepage .companies {
    padding-bottom: 20%;
    margin: 10% 0 5%;
  }

  .homepage .companies .slick-next {
    right: 80px;
    top: auto;
    bottom: 10%;
  }

  .homepage .companies .slick-prev img {
    transform: rotate(180deg);
  }

  .homepage .sec7 p,
  .about_us .sec7 p {
    font-size: 18px;
    line-height: 25px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 span.d-flex {
    flex-wrap: nowrap;
  }

  .homepage .sec12 {
    margin-top: 0%;
  }

  .location .sec2 .text_center {
    font-size: 20px;
    line-height: 30px;
  }

  footer {
    position: relative;
  }

  footer,
  footer .row1,
  footer .row1 .clmn1,
  footer .row1 .clmn2,
  footer .row2 {
    opacity: 1 !important;
  }

  footer .row1,
  footer .row2 {
    flex-wrap: wrap;
  }

  footer .row1 .clmn1,
  footer .row1 .clmn2 {
    width: 100%;
  }

  footer .row1 h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0;
  }

  footer .row1 .clmn2 img {
    float: right;
    margin-top: 20px;
    width: 7%;
  }
  footer .row2 .clmn2 {
    gap: 0;
    width: 100%;
  }

  footer .row2 .clmn1 .d-flex:first-child {
    display: block;
  }

  footer .row2 .clmn2 ul {
    width: 50%;
  }

  footer .row2 {
    flex-direction: column-reverse;
  }

  footer .row2 .clmn1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .row2 .clmn1 p {
    font-size: 15px;
    line-height: 25px;
  }

  footer .row2 .clmn2 h4 {
    margin-top: 10px;
  }

  .homepage .sec9 .sidebar {
    display: flex;
    height: auto;
  }

  .homepage .sec9 .map-container {
    height: 100vh;
    width: 100%;
  }

  .homepage .banner .img_cont {
    width: auto;
  }

  .city-info {
    top: auto;
    bottom: 0;
    right: 20px;
    max-width: 100%;
  }

  .homepage .sec6 .containers .clmn1 img {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    right: 0;
    margin: auto;
  }
  .homepage .sec9 .tab {
    width: 100%;
    padding: 20px 15px;
  }
  .homepage .sec9 .tab p {
    font-size: 15px;
    line-height: 20px;
  }
  .homepage .sec12 .insights {
    margin-top: 10%;
  }
  .homepage .companies .icons {
    padding: 10px;
  }

  .homepage .sec7,
  .about_us .sec7 {
    overflow: hidden !important;
  }

  h2.colour_change {
    font-size: 20px;
    line-height: 30px;
  }
  .victory .colour_change {
    top: -110% !important;
    width: 90% !important;
    height: 10% !important;
  }

  .victory-img {
    margin-top: 30%;
  }
  .about_us .boast .containers {
    flex-wrap: wrap;
  }
  .about_us .boast h2 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .about_us .boast p {
    width: 100%;
  }
  .about_us .boast p span {
    font-size: 18px;
    line-height: 25px;
  }
  .about_us .seclast h2.colour_change {
    width: 100%;
  }

  .about_us .sec6 .d-flex .colms h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .history_page .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .history_page .sec3 .col1 h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .history_page .sec3 .col2 .name {
    width: 70%;
  }

  .history_page .sec4 h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 0px;
  }



  .sec13 .containers h2,
  .gallery .sec13 .containers h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  footer .sec13 .containers form,
  .gallery .sec13 .containers form,
  .history_page .sec5 .content {
    width: 100%;
  }

  .history_page .sec5 .content {
    font-size: 17px;
    line-height: 25px;
  }
  footer .sec13 .containers {
    flex-wrap: wrap;
  }

  .history_page .sec5 .tabs {
    flex-wrap: wrap;
    gap: 20px;
  }

  .history_slider_wrapper {
    flex-wrap: wrap;
    margin-top: 0 !important;
    gap: 20px;
  }

  .history_page .history_slider .slide,
  .history_page .sec4 .history_slider,
  .history_left,
  .history_right {
    width: 100% !important;
  }
  .history_right h4 {
    margin-top: 0;
  }
  .history_nav {
    gap: 10px 35px !important;
  }
  .history_nav li {
    font-size: 15px;
  }
  .location .sec1 .content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .location .sec1 .content p {
    font-size: 18px;
    line-height: 26px;
  }
  .location .sec1 {
    margin-top: 15%;
  }
  .location .sec1 .d-flex {
    gap: 30px;
  }

  .location .sec2 .cards .clms {
    width: 90%;
  }

  .location .sec2 .cards .clms {
    padding: 10px 10px 10%;
  }
  .location .sec2 .cards .clms h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .clients .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .clients .sec2 .d-flex .colmns {
    width: 25%;
  }

  .clients .sec2 .d-flex {
    gap: 20px;
  }
  .about_us .seclast .mission_slider .clnms1,
  .about_us .seclast .mission_slider .clnms2 {
    width: 30%;
  }
  .about_us .seclast .mission_slider .clnms1 .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .about_us .seclast .mission_slider .clnms1 .content p {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 100%;
  }
  .about_us .sec5 .d-flex .colms .content h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .location .sec2 .cards .clms a.emails {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .location .sec2 .cards .clms a.emails i {
    margin-right: 10px;
  }

  .history_page .sec5 h2 {
    font-size: 30px;
    line-height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  .history_page .history_slider .slide {
    height: 200px !important;
  }

  .teams1 .revolution .colmns2 a.d-flex img {
    display: none;
  }
  .teams1 .revolution .colmns2 a.d-flex {
    padding: 20px 0;
  }
  .teams1 .revolution .colmns2 a.d-flex p {
    font-size: 18px;
    line-height: 25px;
  }

  .revolution.d-flex .colmns1 {
    width: 40%;
  }
  .revolution.d-flex {
    gap: 15px;
  }

  .teams1 .revolution .colmns1 .name p,
  .revolution .colmns1 .name p {
    flex-wrap: nowrap;
  }

  .revolution .colmns1 .name p {
    align-items: start;
    font-size: 14px;
    line-height: 18px;
  }

  .revolution .colmns1 .name p img {
    width: 10px;
    margin-top: 5px;
  }

  .teams1 .revolution .colmns1 .name h4,
  .revolution .colmns1 .name h4 {
    font-size: 17px;
    line-height: 30px;
    margin: 10px 0 0px;
  }
  .teams1 .revolution .colmns1 .name p {
    font-size: 15px;
    line-height: 25px;
  }
  .services .banner .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .services .banner .content {
    bottom: 0;
  }
  .services .banner .content h2 {
    font-size: 16px;
    line-height: 27px;
  }

  .teams1 .revolution .colmns1 {
    height: 300px !important;
  }

  .clients .sec1 .content {
    position: unset;
    width: 100%;
    height: auto;
    margin: auto;
    color: #000;
  }

  .clients .sec1 p {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }

  .all_events {
    margin-top: 15%;
  }
  .clients .sec1 {
    margin: 15% 0 5%;
  }

  .about_us .seclast .mission_slider .clnms1 .comments p {
    font-size: 17px;
    line-height: 24px;
  }

  .about_us .sec5 {
    margin: 10% 0;
  }

  .about_us .seclast {
    overflow: hidden;
  }

  .about_us .sec5 .d-flex .colms .content {
    width: 70%;
    height: auto;
  }
  .about_us .sec3 .d-flex .col-6 p.lastp {
    margin-bottom: 25px !important;
  }

  .about_us .sec3 {
    margin: 10% 0;
  }

  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2 {
    width: 100% !important;
  }
  .about_us .sec3 .d-flex:last-child {
    flex-direction: column-reverse;
  }

  .about_us .sec3 .d-flex {
    margin-bottom: 10%;
  }

  .about_us .sec7 .clmn1 h2 {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
  }

  .about_us .sec7 h2 span {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 span {
    font-size: 30px;
    line-height: 50px;
  }

  .about_us .sec7 .clmn2 {
    margin-top: 10%;
  }
  .about_us .sec5 .d-flex .colms .content p {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .whychoose_slider {
    flex-wrap: wrap;
  }
  .whychoose_slider .why_sliders {
    width: 100% !important;
    height: auto !important;
  }
.warehouses_slider .clmn2{
  margin: 30px 0 !important;
}

.warehouses_slider h1 span::after{
  display: none;
}

.warehouses_slider .slick-dots{
        position: unset;
        justify-content: center;
        flex-wrap: wrap;
}

.warehouses_slider .slick-dot-text,.warehouses_slider .slick-dots li.slick-active{
  font-size: 20px !important;
  line-height: 30px !important;
}
.warehouses_slider .slick-dots li{
  margin-top: 0 !important;
}
  .about_us .sec2 .row .colmns h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
  }

  .about_us .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .about_us .sec7 .whychoose_slider .why_sliders p {
    display: block !important;
  }

  .services .sec5 .counter h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .services .sec5 .counter {
    gap: 0px;
  }

  .services .sec3 .cards h4 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0 0;
  }
  .services .sec3 .cards p {
    font-size: 18px;
    line-height: 25px;
  }
  .services .sec3 .cards .content .img_text {
    flex-wrap: wrap;
  }

  .services a.our_Serv {
    margin-bottom: 20px;
  }

  .services .banner.mt-0 img.ban {
    width: 100%;
    height: 50vh;
  }

  .services .banner.mt-0 .content {
    width: 60%;
  }

  .services .banner .content a {
    margin: auto 0 30px;
  }
  .homepage .sec7 .slick-dots {
    position: unset;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
  .homepage .sec7 .slick-dot-text,
  .homepage .sec7 .slick-dots li.slick-active .slick-dot-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .homepage .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .homepage .sec7 .slick-dots li {
    margin-top: 0% !important;
    width: auto !important;
  }
  .homepage .sec5 .counter p,
  .services .sec5 .counter p {
    font-size: 16px;
  }
  .homepage
    .sec7
    .whychoose_slider2
    .slick-dots
    li.slick-active
    .slick-dot-content,
  .homepage .sec7 .whychoose_slider2 .slick-dot-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .homepage .sec7.whyus_sec .image_clmns {
    margin-top: 30px;
  }
  .homepage .sec7 .whychoose_slider2 .slick-dots {
    width: auto;
  }

  .homepage .sec7 .whychoose_slider .why_sliders {
    height: auto !important;
  }

  .homepage .sec7 .whychoose_slider .slick-slide {
    opacity: 1;
  }

  .homepage .whychoose_slider .slick-track,
   .warehouses_slider .whychoose_slider .slick-track {
    display: flex !important;
  }


  .warehouses_slider .whychoose_slider .why_sliders .content{
    position: unset;
  }
  .warehouse .sec1 h2,
  .justin_time .sec1 h2,
  .milkrun_ser .sec1 h2 {
    font-size: 25px;
    line-height: 45px;
  }

  .warehouse .sec1,
  .justin_time .sec1,
  .milkrun_ser .sec1 {
    margin-top: 10%;
  }
  .justin_time .sec4 .boxes,
  .milkrun_ser .sec4 .boxes {
    margin-top: 30px;
  }

  .purpose-img {
    width: 100%;
  }
  .homepage .sec9 .main-container {
    gap: 30px;
  }
  .hero {
    margin-top: 0% !important;
  }
  .hero-title {
    font-size: 21px !important;
    line-height: 30px !important;
    margin-top: 50px;
  }
  .hero-subtitle {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .section-title {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .benefits {
    gap: 1rem !important;
  }
  .benefit-card h3 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .benefit-card p {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  .about_us .sec5 .d-flex.gap-1 {
    margin: 15% 0 5%;
  }

  .history_page .sec2 p,
  .history_page .sec3 .col1 p {
    font-size: 18px;
    line-height: 26px;
  }

  .history_page .sec4 .history_slider .slick-track {
    display: flex;
  }

  .history_page .sec2,
  .history_page .sec4 {
    height: 100vh !important;
    min-height: auto !important;
  }

  .history_page .sec3 {
    height: auto !important;
    min-height: auto !important;
    padding-top: 0 !important;
  }
  .history_page .pin-spacer:nth-child(3) {
    width: 100% !important;
  }
  .history_page .sec2 {
    padding: 0 !important;
  }
  #overlay {
    display: none !important;
  }

  .homepage .banner .content {
    width: 70%;
    justify-content: center;
  }

  .homepage .sec2 .homeslider1 {
    gap: 10px;
    justify-content: center;
  }


  .express-cargo .express-cargo-contain .point{
        margin-top: 15px;
  }
  
  .express-cargo .express-cargo-contain{
  height: 40% !important;
  width: 100% !important;
}

.express-cargo .express-cargo-contain h6{

          font-size: 35px !important;
        letter-spacing: 0 !important;
        line-height: 50px !important;


}

.express-cargo .express-cargo-contain p{

  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  margin-top: 10px !important;
  
}


.our-service .service-feature ul.features-contain li.technology {
  margin-bottom: 5% !important;
}


.our-service .service-feature ul.features-contain li img {
  width: 12px !important;
}


.choose-express_1 .express-row .express-column span.contact a{
  width: 50% !important;
  padding: 7px 15px !important;
}

.choose-express_1 .express-row .express-column span.contact a img{
  width: 17% !important;
}




.choose-express_1 .express-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 5px !important; */
}



.choose-express_1 .express-row .express-column{
  width: 39% !important;
  padding: 0px 20px 20px;
  border-radius: 10px;
  margin-top: 45px;
  
}



.choose-express_1 .express-row .express-column h4{
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 10px 0px !important;
}

.choose-express_1 h5{
    font-size: 25px !important;
    margin: 20px 0px 0px !important;
}


.our-service h2{
  
  font-size: 25px !important;   
  font-weight: 500;
  line-height: 40px !important;
  margin: 30px 0px 20px !important;
}

.our-service .service-feature{
   flex-wrap: wrap;
   margin-top: 5px !important;

}

.express_1 .express-row .express-column .content {
    margin-top: 20px !important;
}


.choose-express_1 .express-row .express-column .content p {
  font-size: 18px !important;
  line-height: 24px !important;
}

.our-service .service-feature ul.features-contain {
        width: 100% !important;
}


.our-service .service-feature .service-img{
  width: 100% !important;
}


.our-service .service-feature ul.features-contain li p {
    font-size: 20px !important;
}


.our-service .service-feature ul.features-contain li p.sub_contain {
  font-size: 15px !important;
}


.industry .industry-divs .industry-contain {
    width: 100% !important;
}


.industry .industry-divs {
  gap: 15px !important;
  margin-top: 30px !important;
}


.industry h2 {
  font-size: 35px !important;
}


.partener-text {
  flex-wrap: wrap;
  margin-top: 50px !important;
}


.partener-text .partener-img {
    width: 100% !important;
}


.partener-text .Partner-contain {
    width: 100% !important;
}


.partener-text .Partner-contain h4 {
    font-size: 30px !important;
}


.partener-text .Partner-contain p {
  font-size: 17px !important;
  line-height: 30px !important;
}


.partener-text .Partner-contain span.contact a {
    width: 27% !important;
    padding: 6px 12px !important;
  margin-top: 0 !important;

    }


  .delivered img {
    display: none;
}


.delivered .delivered-contain {
  position: unset !important;
  width: 100% !important;
}


.delivered .delivered-contain h2 {
  font-size: 30px !important;
  color: #001E6E !important;
  line-height: 40px !important;
}


.delivered .delivered-contain p {
  color: #001E6E !important;
  font-size: 17px !important;
}


.delivered .delivered-contain span.contact {
  margin-top: 10px !important;
  line-height: 30px !important;

}


.delivered .delivered-contain span.contact a {
  width: 40% !important;
  padding: 10px 15px !important;
  border: 1px solid black;
  
 
}


.delivered .delivered-contain span.contact img {
    width: 20px;
    display: block;
}


.delivered {
box-shadow: 4px 44px 44px 44px rgba(0, 0, 0, 0.07);
padding: 20px !important;
}




/* ***************************************************------ jis-page--------*********************************************/


.driving-growth .driving-contain {
  height: 60% !important;
  width: 100% !important;
}


.driving-growth .driving-contain h2 {
  font-size: 25px !important;
  line-height: 30px !important;
}


.choose-express_1 h5.logistics-strategy {
  line-height: 35px !important;
  width: 100% !important;
}


.excellence_counter .counter {
  flex-wrap: wrap;
  gap: 20px;
}

.excellence_counter .counter div {
        width: 45% !important;
        margin-top: 20px !important;
    }



.excellence_counter h2 {
      font-size: 30px !important;
      line-height: 35px !important;
      margin: 35px 4% 0px !important;
    }

.sec5 .counter h2, .excellence_counter .counter h2 {
  margin: 20px 0px 10px !important;
}



.consulting .consulting_text span.let {
    width: 35% !important;
}


.consulting .consulting_text span.let a {
  gap: 10px !important;
  padding: 10px 10px !important;
}


.consulting .consulting_text h5 {
    font-size: 25px !important;
    line-height: 31.56px !important;
    width: 70% !important;
}


.consulting .consulting_text {
  padding: 45px 10px !important;
}


.consulting {
  margin-top: 65px !important;
}


.logistics-service h5 {
  font-size: 25px !important;
}


.logistics-service .service-contain p {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 13px;
}




/* **********************************************-----just-sequence----************************************************* */



.sequence_delivery .delivery-divs .delivery-subdivs {
  width: 100% !important;
  flex-wrap: wrap;
  gap: 20px !important;
}


.sequence_delivery .delivery-divs .delivery_img{
  margin: auto;
          width: 20%;
} 

.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text{
width: 65%;
}

.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text h6 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  text-align: center;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text p {
  font-size: 15px !important;
  text-align: center;
}


.sequence_delivery .delivery-divs .delivery-subdivs {
  padding: 20px 20px !important;
}



.sequence_delivery h2 {
    font-size: 25px !important;
}


.sequence_delivery .delivery-divs {
  gap: 15px !important;
}


.choose-express_1 h4 {
  font-size: 30px !important;
  line-height: 30px !important;
  margin: 50px 0px 0px !important;
}

/* 
.choose-express_1 .express-row .express-column {
  width: 100% !important;
}
 */


 .choose-express_1 .express-row .express-column img {
    width: 30% !important;
}


/* **************************************************-----just-in-time----************************************************* */


.choose-express_1.just-in-time h6 {
  font-size: 20px !important;
  width: 100% !important;
  line-height: 30px !important;
}



/* ************************************************************-----milk-run-page-----************************************** */




/* *******************************************************---route-optimization-page-------****************************** */





/* *****************************************************---warehouse-servicing----**************************************8 */


.our-service .infrastructure span.contact {
  margin-top: 30px !important;
}


.our-service .service-feature ul.features-contain li.point{
  gap: 15px !important;
  margin-bottom: 5% !important;
  
}

.contact_page .conatct_divs{
  flex-wrap: wrap;
}


.contact_page h1{
  font-size: 30px;
  line-height: 40px;
}

.contact_page .conatct_divs form .conatct_subdiv .form1 input.form_sub{
  width: 95% !important;
}


    .sequence_delivery .delivery-divs .delivery_img {
        margin: auto;
        width: 20%;
    }

    .sequence_delivery .delivery-divs .delivery-subdivs .delivery-text {
        width: 65%;
    }
}

@media screen and (min-device-width: 651px) and (max-device-width: 800px) {
  .d-block {
    display: none !important;
  }

  .m-block {
    display: block !important;
  }
  body {
    overflow-x: hidden;
  }
  header {
    flex-wrap: wrap;
  }
  header .logo img {
    width: 50px;
    height: auto;
  }
  header .pages {
    width: 100%;
  }
  header .btns {
    width: 100%;
    justify-content: center;
    display: none;
    right: auto;
    left: -90%;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 1vh;
    background-color: white;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }
  .nav-links.nav-active {
    display: block;
    transform: translateX(0%);
    right: auto;
    padding: 0;
  }
  header .btns.nav-active1 {
    display: inline;
  }
  .nav-links li {
    opacity: 0;
    padding: 10px 20px;
  }
  .nav-links1 {
    position: absolute;
    right: auto;
    left: -100%;
    top: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }

  .nav-links1 a {
    opacity: 0;
    text-align: center;
    padding: 20px;
    width: 30%;
  }

  .burger {
    display: block;
    position: absolute;
    right: 0;
  }

  .nav-item.dropdown {
    display: none;
  }
  .dropdown-menu {
    width: auto;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: none !important;
  }

  .nav-links li.d-none {
    display: block !important;
  }

  .nav-item.dropdown button img {
    display: none;
  }

  .nav-item.dropdown button {
    padding: 0;
  }

  .menu-area {
    justify-content: end;
  }

  .searchbar_effects {
    width: auto;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .homepage .banner .img_cont,
  .homepage .sec5 .counter,
  .services .sec5 .counter,
  footer .row2 .clmn2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2,
  .homepage .sec3 .clmn3,
  .homepage .sec7 .containers,
  .about_us .sec7 .containers,
  .homepage .sec12 .insights,
  .homepage .sec2 .homeslider1,
  .homepage .sec9 .main-container,
  .homepage .banner .content,
  .about_us .sec2 .row,
  .clients .why_partn ul,
  .teams1 .revolution,
  .warehouses_slider .containers {
    flex-wrap: wrap;
  }

  .homepage .sec3 .clmn1 h3,
  .homepage .sec4 p,
  .homepage .sec7 .clmn1,
  .about_us .sec7 .clmn1,
  .homepage .sec7 .clmn2,
  .about_us .sec7 .clmn2,
  .homepage .sec2 .homeslider1 .slidersec,
  .homepage .sec9 .sidebar,
  .homepage .banner .content .cont1,
  .homepage .banner .content .cont2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2 p,
  .homepage .sec3 .clmn3 .w-60,
  .homepage .sec6 .containers .clmn2,
  .homepage .sec12 h2,
  .homepage .sec7 .clmn1 h2,
  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2,
  .about_us .sec2 h2.colour_change,
  .history_page .sec3 .col1,
  .history_page .sec3 .col2,
  .location .sec1 .content,
  .location .sec1 .img,
  .clients .why_partn ul li,
  .teams1 .revolution .colmns2,
  .teams1 .revolution .managers,
  .all_events .cards,
  .justin_time .sec3 .d-flex .clmns,
  .milkrun_ser .sec3 .d-flex .clmns,
  .contact .hero .content,
  .contact .hero .img {
    width: 100%;
  }

  .homepage a.our_Serv,
  .about_us a.our_Serv,
  .services a.our_Serv,
  .time_line a.our_Serv,
  .clients a.our_Serv {
    gap: 10px;
  }
  .clients .why_partn ul {
    gap: 10px;
  }

  .clients .why_partn ul li {
    flex-wrap: nowrap;
  }

  .homepage .sec7.whyus_sec .image_clmns,
  .homepage .sec7.whyus_sec .clmn1 {
    width: 100% !important;
  }
  .homepage .sec2 .homeslider1 .slidersec,
  .about_us .sec5 .d-flex .colms

   {
    width: 49%;
  }

   .about_us .sec6 .d-flex .colms,
     .about_us .sec2 .row .colmns,
  .about_us .sec3 .d-flex .col-6{
    width: 43%;
   }


   
  .homepage .sec2 .homeslider1 .slider_content p {
    opacity: 1;
  }
  .homepage .sec2 .homeslider1 .slider_content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage .banner video {
    width: 100%;
    height: 100vh;
  }

  .homepage .banner .content {
    height: 75%;
  }

  .homepage .banner .content .cont1 h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .homepage .sec2 .homeslider1 .forbg {
    height: auto;
  }
  .homepage .sec2 {
    margin-top: 15%;
  }

  .homepage .sec2 a.our_Serv,
  .homepage .sec3 .clmn2,
  .homepage .sec12 .our_Serv.w-15a,
  .homepage .sec3 .clmn2 a,
  .homepage .sec12 .our_Serv.w-15,
  .about_us a.our_Serv,
  .services a.our_Serv,
  .time_line a.our_Serv,
  .clients a.our_Serv,
  .clients .why_partn a.our_Serv,
  .services .sec3 .cards .content .our_Serv,
  .services .banner .content a {
    width: auto;
  }

  .homepage a.our_Serv {
    width: 50% !important;
  }

  .homepage .sec3 {
    margin: 30% 0 3%;
  }

  .homepage .sec3 .clmn1 h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .homepage .sec3 .clmn2 p {
    margin-top: 5% !important;
  }
  .homepage .sec4 {
    margin-top: 0;
  }
  .homepage .sec4 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
  }

  .homepage .sec4 h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
  }

  .homepage .sec5 .counter {
    gap: 20px;
  }
  .homepage .sec5 .counter div,
  .services .sec5 .counter div {
    width: 45%;
  }
  .homepage .sec5 .counter h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 15px 0;
  }

  .homepage .sec6 .containers .clmn1 {
    width: 0%;
  }

  .homepage .sec9 h2,
  .homepage .sec12 h2,
  .homepage .sec12 h2 span,
  .homepage .sec7 .clmn1 h2,
  .homepage .sec7 h2 span,
  .homepage .sec7 h1 span {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage .sec7 h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .homepage .sec7 .clmn2 {
    margin-top: 5%;
  }

  .homepage .banner .img_cont .d-flex {
    flex-wrap: nowrap;
  }

  .homepage .banner .img_cont.marquee .div {
    gap: 3%;
  }

  .homepage .banner .img_cont p {
    font-size: 18px;
    line-height: 30px;
  }

  .homepage .banner .img_cont .d-flex {
    width: auto;
    height: auto;
  }

  .homepage .sec6 .containers .clmn2 .d-flex p {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage .sec6 .containers .clmn2 h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .homepage .sec6 {
    margin: 15% 0;
    position: relative;
  }

  .homepage .sec6 .containers {
    padding: 4%;
  }

  .homepage .companies .slick-prev {
    left: 80px;
    bottom: 10%;
    top: auto;
  }

  .homepage .companies {
    padding-bottom: 20%;
    margin: 10% 0 5%;
  }

  .homepage .companies .slick-next {
    right: 80px;
    top: auto;
    bottom: 10%;
  }

  .homepage .companies .slick-prev img {
    transform: rotate(180deg);
  }

  .homepage .sec7 p,
  .about_us .sec7 p {
    font-size: 18px;
    line-height: 25px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 span.d-flex {
    flex-wrap: nowrap;
  }

  .homepage .sec12 {
    margin-top: 0%;
  }

  .location .sec2 .text_center {
    font-size: 20px;
    line-height: 30px;
  }

  footer {
    position: relative;
  }

  footer,
  footer .row1,
  footer .row1 .clmn1,
  footer .row1 .clmn2,
  footer .row2 {
    opacity: 1 !important;
  }

  footer .row1,
  footer .row2 {
    flex-wrap: wrap;
  }

  footer .row1 .clmn1,
  footer .row1 .clmn2 {
    width: 100%;
  }

  footer .row1 h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0;
  }

  footer .row1 .clmn2 img {
    float: right;
    margin-top: 20px;
    width: 7%;
  }
  footer .row2 .clmn2 {
    gap: 0;
    width: 100%;
  }

  footer .row2 .clmn1 .d-flex:first-child {
    display: block;
  }

  footer .row2 .clmn2 ul {
    width: 50%;
  }

  footer .row2 {
    flex-direction: column-reverse;
  }

  footer .row2 .clmn1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .row2 .clmn1 p {
    font-size: 15px;
    line-height: 25px;
  }

  footer .row2 .clmn2 h4 {
    margin-top: 10px;
  }

  .homepage .sec9 .sidebar {
    display: flex;
    height: auto;
  }

  .homepage .sec9 .map-container {
    height: 100vh;
    width: 100%;
  }

  .homepage .banner .img_cont {
    width: auto;
  }

  .city-info {
    top: auto;
    bottom: 0;
    right: 20px;
    max-width: 100%;
  }

  .homepage .sec6 .containers .clmn1 img {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    right: 0;
    margin: auto;
  }
  .homepage .sec9 .tab {
    width: 100%;
    padding: 20px 15px;
  }
  .homepage .sec9 .tab p {
    font-size: 15px;
    line-height: 20px;
  }
  .homepage .sec12 .insights {
    margin-top: 10%;
  }
  .homepage .companies .icons {
    padding: 10px;
  }

   .homepage .sec12 .clmns{
    width: 47%;
   }

  .homepage .sec7,
  .about_us .sec7 {
    overflow: hidden !important;
  }

  h2.colour_change {
    font-size: 20px;
    line-height: 30px;
  }
  .victory .colour_change {
    top: -110% !important;
    width: 90% !important;
    height: 10% !important;
  }

  .victory-img {
    margin-top: 30%;
  }
  .about_us .boast .containers {
    flex-wrap: wrap;
  }
  .about_us .boast h2 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .about_us .boast p {
    width: 100%;
  }
  .about_us .boast p span {
    font-size: 18px;
    line-height: 25px;
  }
  .about_us .seclast h2.colour_change {
    width: 100%;
  }

  .about_us .sec6 .d-flex .colms h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .history_page .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .history_page .sec3 .col1 h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .history_page .sec3 .col2 .name {
    width: 70%;
  }

  .history_page .sec4 h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 0px;
  }

  .sec13 .containers h2,
  .gallery .sec13 .containers h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  footer .sec13 .containers form,
  .gallery .sec13 .containers form,
  .history_page .sec5 .content {
    width: 100%;
  }

  .history_page .sec5 .content {
    font-size: 17px;
    line-height: 25px;
  }
  footer .sec13 .containers {
    flex-wrap: wrap;
  }

  .history_page .sec5 .tabs {
    flex-wrap: wrap;
    gap: 20px;
  }

  .history_slider_wrapper {
    flex-wrap: wrap;
    margin-top: 0 !important;
    gap: 20px;
  }

  .history_page .history_slider .slide,
  .history_page .sec4 .history_slider,
  .history_left,
  .history_right {
    width: 100% !important;
  }
  .history_right h4 {
    margin-top: 0;
  }
  .history_nav {
    gap: 10px 35px !important;
  }
  .history_nav li {
    font-size: 15px;
  }
  .location .sec1 .content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .location .sec1 .content p {
    font-size: 18px;
    line-height: 26px;
  }
  .location .sec1 {
    margin-top: 15%;
  }
  .location .sec1 .d-flex {
    gap: 30px;
  }

  .location .sec2 .cards .clms {
    width: 90%;
  }

  .location .sec2 .cards .clms {
    padding: 10px 10px 10%;
  }
  .location .sec2 .cards .clms h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .clients .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .clients .sec2 .d-flex .colmns {
    width: 35%;
  }

  .clients .sec2 .d-flex {
    gap: 20px;
  }
  .about_us .seclast .mission_slider .clnms1,
  .about_us .seclast .mission_slider .clnms2 {
    width: 30%;
  }
  .about_us .seclast .mission_slider .clnms1 .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .about_us .seclast .mission_slider .clnms1 .content p {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 100%;
  }
  .about_us .sec5 .d-flex .colms .content h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .location .sec2 .cards .clms a.emails {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .location .sec2 .cards .clms a.emails i {
    margin-right: 10px;
  }

  .history_page .sec5 h2 {
    font-size: 30px;
    line-height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  .history_page .history_slider .slide {
    height: 200px !important;
  }

  .teams1 .revolution .colmns2 a.d-flex img {
    display: none;
  }
  .teams1 .revolution .colmns2 a.d-flex {
    padding: 20px 0;
  }
  .teams1 .revolution .colmns2 a.d-flex p {
    font-size: 18px;
    line-height: 25px;
  }

  .revolution.d-flex .colmns1 {
    width: 40%;
  }
  .revolution.d-flex {
    gap: 15px;
  }

  .teams1 .revolution .colmns1 .name p,
  .revolution .colmns1 .name p {
    flex-wrap: nowrap;
  }

  .revolution .colmns1 .name p {
    align-items: start;
    font-size: 14px;
    line-height: 18px;
  }

  .revolution .colmns1 .name p img {
    width: 10px;
    margin-top: 5px;
  }

  .teams1 .revolution .colmns1 .name h4,
  .revolution .colmns1 .name h4 {
    font-size: 17px;
    line-height: 30px;
    margin: 10px 0 0px;
  }
  .teams1 .revolution .colmns1 .name p {
    font-size: 15px;
    line-height: 25px;
  }
  .services .banner .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .services .banner .content {
    bottom: 0;
  }
  .services .banner .content h2 {
    font-size: 16px;
    line-height: 27px;
  }

  .teams1 .revolution .colmns1 {
    height: 300px !important;
  }

  .clients .sec1 .content {
    position: unset;
    width: 100%;
    height: auto;
    margin: auto;
    color: #000;
  }

  .clients .sec1 p {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }

  .all_events {
    margin-top: 15%;
  }
  .clients .sec1 {
    margin: 15% 0 5%;
  }

  .about_us .seclast .mission_slider .clnms1 .comments p {
    font-size: 17px;
    line-height: 24px;
  }

  .about_us .sec5 {
    margin: 10% 0;
  }

  .about_us .seclast {
    overflow: hidden;
  }

  .about_us .sec5 .d-flex .colms .content {
    width: 70%;
    height: auto;
  }
  .about_us .sec3 .d-flex .col-6 p.lastp {
    margin-bottom: 25px !important;
  }

  .about_us .sec3 {
    margin: 10% 0;
  }

  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2 {
    width: 100% !important;
  }
  .about_us .sec3 .d-flex:last-child {
    flex-direction: column-reverse;
  }

  .about_us .sec3 .d-flex {
    margin-bottom: 5%;
  }

  .about_us .sec7 .clmn1 h2 {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
  }

  .about_us .sec7 h2 span {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 span {
    font-size: 30px;
    line-height: 50px;
  }

  .about_us .sec7 .clmn2 {
    margin-top: 10%;
  }
  .about_us .sec5 .d-flex .colms .content p {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .whychoose_slider {
    flex-wrap: wrap;
  }
  .whychoose_slider .why_sliders {
    width: 100% !important;
    height: auto !important;
  }

  .warehouses_slider .slick-dots{
    position: unset;
  }
.warehouses_slider .slick-dots li{
  margin-top: 5% !important;
}
  .about_us .sec2 .row .colmns h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
  }

  .about_us .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .about_us .sec7 .whychoose_slider .why_sliders p {
    display: block !important;
  }

  .services .sec5 .counter h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .services .sec5 .counter {
    gap: 0px;
  }

  .services .sec3 .cards h4 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0 0;
  }
  .services .sec3 .cards p {
    font-size: 18px;
    line-height: 25px;
  }
  .services .sec3 .cards .content .img_text {
    flex-wrap: wrap;
  }

  .services a.our_Serv {
    margin-bottom: 20px;
  }

  .services .banner.mt-0 img.ban {
    width: 100%;
    height: 50vh;
  }

  .services .banner.mt-0 .content {
    width: 60%;
  }

  .services .banner .content a {
    margin: auto 0 30px;
  }
  .homepage .sec7 .slick-dots {
    position: unset;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
  .homepage .sec7 .slick-dot-text,
  .homepage .sec7 .slick-dots li.slick-active .slick-dot-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .homepage .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .homepage .sec7 .slick-dots li {
    margin-top: 0% !important;
    width: auto !important;
  }
  .homepage .sec5 .counter p,
  .services .sec5 .counter p {
    font-size: 16px;
  }
  .homepage
    .sec7
    .whychoose_slider2
    .slick-dots
    li.slick-active
    .slick-dot-content,
  .homepage .sec7 .whychoose_slider2 .slick-dot-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .homepage .sec7.whyus_sec .image_clmns {
    margin-top: 30px;
  }
  .homepage .sec7 .whychoose_slider2 .slick-dots {
    width: auto;
  }

  .homepage .sec7 .whychoose_slider .why_sliders {
    height: auto !important;
  }

  .homepage .sec7 .whychoose_slider .slick-slide {
    opacity: 1;
  }

  .homepage .whychoose_slider .slick-track {
    display: flex !important;
  }

  .warehouse .sec1 h2,
  .justin_time .sec1 h2,
  .milkrun_ser .sec1 h2 {
    font-size: 25px;
    line-height: 45px;
  }

  .warehouse .sec1,
  .justin_time .sec1,
  .milkrun_ser .sec1 {
    margin-top: 10%;
  }
  .justin_time .sec4 .boxes,
  .milkrun_ser .sec4 .boxes {
    margin-top: 30px;
  }

  .purpose-img {
    width: 100%;
  }
  .homepage .sec9 .main-container {
    gap: 30px;
  }
  .hero {
    margin-top: 0% !important;
  }
  .hero-title {
    font-size: 21px !important;
    line-height: 30px !important;
    margin-top: 50px;
  }
  .hero-subtitle {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .section-title {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .benefits {
    gap: 1rem !important;
  }
  .benefit-card h3 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .benefit-card p {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  .about_us .sec5 .d-flex.gap-1 {
    margin: 5% 0;
  }

  .history_page .sec2 p,
  .history_page .sec3 .col1 p {
    font-size: 18px;
    line-height: 26px;
  }

  .history_page .sec4 .history_slider .slick-track {
    display: flex;
  }

  .history_page .sec2,
  .history_page .sec4 {
    height: 100vh !important;
    min-height: auto !important;
  }

  .history_page .sec3 {
    height: auto !important;
    min-height: auto !important;
    padding-top: 0 !important;
  }
  .history_page .pin-spacer:nth-child(3) {
    width: 100% !important;
  }
  .history_page .sec2 {
    padding: 0 !important;
  }
  #overlay {
    display: none !important;
  }

  .homepage .banner .content {
    width: 70%;
    justify-content: center;
  }

  .homepage .sec2 .homeslider1 {
    gap: 10px;
    justify-content: space-between;
  }







  


  /* ***************************************************-----express-cargo-----************************************** */


.express-cargo .express-cargo-contain {
    width: 100% !important;
    height: 38% !important;
}



.express-cargo .express-cargo-contain h6 {
  font-size: 35px !important;
  line-height: 45px !important;
}

.express-cargo .express-cargo-contain p {
    font-size: 17px !important;
}


.choose-express_1 h5 {
  font-size: 30px !important;
  margin: 35px 0px 0px !important;
}


.choose-express_1 .express-row .express-column {
        width: 40% !important;
    }


.choose-express_1 .express-row .express-column .content h4 {
      font-size: 24px !important;
      margin: 20px 0px !important;
}


.choose-express_1 .express-row .express-column .content p {
  font-size: 17px !important;
  line-height: 25px !important;
}



.our-service h2 {
  font-size: 30px !important;
}


.our-service .service-feature {
  flex-wrap: wrap;
}


.our-service .service-feature ul.features-contain {
  width: 100% !important;
}


.our-service .service-feature .service-img{
  width: 100% !important;
}


.our-service .service-feature ul.features-contain li img {
  width: 13px !important;
}


.industry h2 {
  font-size: 30px !important;
}


.industry .industry-divs {
  margin-top: 25px !important;
}


.industry .industry-divs .industry-contain {
  width: 100% !important;
}


.partener-text {
  flex-wrap: wrap;
}


.partener-text .partener-img {
  width: 100% !important;
}


.partener-text .Partner-contain {
  width: 100% !important;
}

.partener-text .Partner-contain h4{
  font-size: 30px !important;
  line-height: 45px !important;
}


.partener-text .Partner-contain p {
   font-size: 17px !important;
   line-height: 28px !important;
   margin: 15px 0px !important;
}


.partener-text .Partner-contain span.contact a {
  width: 20% !important;
  padding: 8px 10px !important;
  margin: 0% !important;
}



  .delivered img {
    display: none;
}


.delivered .delivered-contain {
  position: unset !important;
  width: 100% !important;
}


.delivered .delivered-contain h2 {
  font-size: 30px !important;
  color: #001E6E !important;
  line-height: 40px !important;
}


.delivered .delivered-contain p {
  color: #001E6E !important;
  font-size: 17px !important;
}


.delivered .delivered-contain span.contact {
  margin-top: 10px !important;
  line-height: 30px !important;

}


.delivered .delivered-contain span.contact a {
  width: 28% !important;
  padding: 10px 15px !important;
  border: 1px solid black;
  
 
}


.delivered .delivered-contain span.contact img {
    width: 20px;
    display: block;
}


.delivered {
box-shadow: 4px 44px 44px 44px rgba(0, 0, 0, 0.07);
padding: 20px !important;
margin-top: 60px !important;
}

.delivered .delivered-contain span.contact a {
  width: 21% !important;
  gap: 7px !important;
  padding: 10px 12px !important;
}







/* *****************************************************************---jis-page----************************************** */


.driving-growth .driving-contain {
  height: 60% !important;
  width: 100% !important;
}


.driving-growth .driving-contain h2 {
  font-size: 35px !important;
  line-height: 40px !important;
}



.choose-express_1 h5.logistics-strategy {
  line-height: 42px !important;
  width: 100% !important;
}


.excellence_counter .counter {
  flex-wrap: wrap;
  gap: 10px !important;
}


.excellence_counter .counter div{
  width: 48% !important;
}


.excellence_counter .counter h2 {
  font-size: 40px !important;
  line-height: 60px !important;
}


.excellence_counter h2 {
  font-size: 34px !important;
  margin: 65px 4% 0px !important;
  line-height: 40px !important;
}


.consulting .consulting_text h5 {
  font-size: 30px !important;
  line-height: 40.56px !important;
  width: 70% !important;
}



.consulting .consulting_text span.let {
  width: 30% !important;
}


.consulting .consulting_text span.let a {
  padding: 12px 11px !important;
  gap: 7px !important;
}


.logistics-service h5 {
  font-size: 30px !important;
  margin: 45px 0px 35px !important;
}


.logistics-service .service-contain p {
  font-size: 24px !important;
  line-height: 15px !important;
}



/* ****************************************************---just-sequence----********************************************** */

.sequence_delivery h2 {
  font-size: 30px !important;
}

.sequence_delivery .delivery-divs .delivery-subdivs {
    width: 100% !important;
    flex-wrap: wrap;
    gap: 20px !important;
    padding: 20px 85px !important;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery_img{
  margin: auto;
}


.sequence_delivery .delivery-divs {
  gap: 20px !important;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text h6 {
  font-size: 25px !important;
  margin-bottom: 15px !important;
  text-align: center;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text p {
  font-size: 16px !important;
  text-align: center;
}


.delivery_img img {
  width: 85px !important;
}


.choose-express_1 h4 {
  font-size: 35px !important;
  margin: 30px 0px 0px !important;
}





/* *************************************************************---just-time----**************************************** */


.choose-express_1 .express-row .express-column h4 {
  font-size: 20px !important;
}


.choose-express_1 .express-row .express-column span.contact {
  margin-top: 25px !important;
}


.choose-express_1.just-in-time h6 {
  width: 100% !important;
}



/* *********************************************************************---milk-service---****************************** */



/* *******************************************************************---route-optimization---************************** */



/* *****************************************************-----warehouse-----******************************************** */


.our-service .service-feature {
  margin-top: 18px !important;
}

.our-service .service-feature ul.features-contain li.point {
    gap: 15px !important;
  margin-bottom: 20px !important;

}


.our-service .service-feature ul.features-contain li p {
  font-size: 20px !important;
}


.our-service .infrastructure span.contact a{
  padding: 8px 20px !important;
  gap: 5px !important;
}


.warehouses_slider h1 span::after {
display: none;
}

.warehouses_slider .clmn1,
.warehouses_slider .clmn2 {
        width: 100%;
    }

.warehouses_slider .clmn2{
  font-size: 80px;
  line-height: 90px;
}

.warehouses_slider .clmn1 h2{
  margin-bottom: 0;
  padding-bottom: 0;
}

 .warehouses_slider .whychoose_slider .slick-track{
  display: flex !important;
 }
 .warehouses_slider .slick-dot-text, .warehouses_slider .whychoose_slider .slick-dot-content{
      font-size: 20px;
    line-height: 30px;
 }
 .warehouses_slider .slick-dots li.slick-active .slick-dot-text, .warehouses_slider .whychoose_slider .slick-dots li.slick-active .slick-dot-content{
    font-size: 20px !important;
    line-height: 30px !important;
 }
}



@media screen and (min-device-width: 801px) and (max-device-width: 1020px) {
  /* 
   .d-block {
    display: none !important;
  }

  .m-block {
    display: block !important;
  } */
  body {
    overflow-x: hidden;
  }
  header {
    flex-wrap: wrap;
  }
  header .logo img {
    width: 50px;
    height: auto;
  }
  header .pages {
    width: 100%;
  }
  header .btns {
    width: 80%;
    justify-content: center;
    display: none;
    right: auto;
    left: -70%;
  }
   header .btns.nav-active1 {
    display: inline;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 1vh;
    background-color: white;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }
  .nav-links.nav-active {
    display: block;
    transform: translateX(0%);
    right: auto;
    padding: 0;
  }

  .nav-links li {
    opacity: 0;
    padding: 10px 20px;
  }
  .nav-links1 {
    position: absolute;
    right: auto;
    left: -100%;
    top: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding: 30px 0;
  }

  .nav-links1 a {
    opacity: 0;
    text-align: center;
    padding: 20px;
    width: 20%;
  }

  .burger {
    display: block;
    position: absolute;
    right: 0;
  }

  .nav-item.dropdown {
    display: none;
  }
  .dropdown-menu {
    width: auto;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: none !important;
  }

  .nav-links li.d-none {
    display: block !important;
  }

  .nav-item.dropdown button img {
    display: none;
  }

  .nav-item.dropdown button {
    padding: 0;
  }

  .menu-area {
    justify-content: end;
  }

  .searchbar_effects {
    width: auto;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .homepage .banner .img_cont,
  .homepage .sec5 .counter,
  .services .sec5 .counter,
  footer .row2 .clmn2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2,
  .homepage .sec3 .clmn3,
  .homepage .sec7 .containers,
  .about_us .sec7 .containers,
  .homepage .sec12 .insights,
  .homepage .sec2 .homeslider1,
  .homepage .sec9 .main-container,
  .homepage .banner .content,
  .about_us .sec2 .row,
  .clients .why_partn ul,
  .teams1 .revolution {
    flex-wrap: wrap;
  }

  .homepage .sec3 .clmn1 h3,
  .homepage .sec4 p,
  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2,
  .homepage .sec2 .homeslider1 .slidersec,
  .homepage .sec9 .sidebar,
  .homepage .banner .content .cont1,
  .homepage .banner .content .cont2,
  .homepage .sec3 .clmn1,
  .homepage .sec3 .clmn2 p,
  .homepage .sec3 .clmn3 .w-60,
  .homepage .sec12 h2,
  .homepage .sec7 .clmn1 h2,
  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2,
  .about_us .sec2 h2.colour_change,
  .history_page .sec3 .col1,
  .history_page .sec3 .col2,
  .location .sec1 .content,
  .location .sec1 .img,
  .clients .why_partn ul li,
  .justin_time .sec3 .d-flex .clmns,
  .milkrun_ser .sec3 .d-flex .clmns,
  .contact .hero .content,
  .contact .hero .img,
  .contact_page .conatct_divs form .contact_input {
    width: 100% !important;
  }

  .homepage .sec7.whyus_sec .image_clmns,
  .homepage .sec7.whyus_sec .clmn1 {
    width: 100% !important;
  }

  .homepage .sec2 .homeslider1 .slidersec,
.homepage .sec12 .clmns

{
width: 48%;
}

.homepage .sec7 .clmn1, .homepage .sec7 .clmn2,
.homepage .sec6 .containers .clmn2,
.homepage .sec6 .containers .clmn1
 {
    width: 50%;
}

.homepage .sec2 .homeslider1 {
    gap: 10px;
    justify-content: space-between;
}

  .homepage .sec2 .homeslider1 .slider_content p {
    opacity: 1;
  }

  .homepage .banner video {
    width: 100%;
    height: 100vh;
  }
    .all_events .cards{
      width: 31%;
    }

    .all_events .d-flex{
      gap: 15px;
    }
.partener-text .Partner-contain p{
  margin: 0 !important;
}
  .homepage .banner .content {
    height: 75%;
  }

  .homepage .banner .content .cont1 h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .contact_page h1{
    width: auto !important;
  }

  .homepage .sec2 .homeslider1 .forbg {
    height: auto;
  }
  .homepage .sec2 {
    margin-top: 10%;
  }

  .homepage .sec2 a.our_Serv,
  .homepage .sec3 .clmn2,
  .homepage .sec12 .our_Serv.w-15a,
  .homepage .sec3 .clmn2 a,
  .homepage .sec12 .our_Serv.w-15,
  .about_us a.our_Serv,
  .services a.our_Serv,
  .time_line a.our_Serv,
  .clients a.our_Serv,
  .clients .why_partn a.our_Serv,
  .services .sec3 .cards .content .our_Serv,
  .services .banner .content a {
    width: auto;
  }

  .homepage a.our_Serv {
    width: 50% !important;
  }

  .homepage .sec3 {
    margin: 15% 0 3%;
  }

  .homepage .sec3 .clmn1 h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .homepage .sec3 .clmn2 p {
    margin-top: 5% !important;
  }
  .homepage .sec4 {
    margin-top: 0;
  }
  .homepage .sec4 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
  }

  .homepage .sec4 h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
  }

  .homepage .sec5 .counter {
    gap: 20px;
  }
  .homepage .sec5 .counter div {
    width: 45%;
  }
  .homepage .sec5 .counter h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 15px 0;
  }

  .homepage .sec9 h2,
  .homepage .sec12 h2,
  .homepage .sec12 h2 span,
  .homepage .sec7 .clmn1 h2,
  .homepage .sec7 h2 span,
  .homepage .sec7 h1 span {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage .sec7 h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .homepage .sec7 .clmn2 {
    margin-top: 5%;
  }

  .homepage .banner .img_cont .d-flex {
    flex-wrap: nowrap;
  }

  .homepage .banner .img_cont.marquee .div {
    gap: 3%;
  }

  .homepage .banner .img_cont p {
    font-size: 18px;
    line-height: 30px;
  }

  .homepage .banner .img_cont .d-flex {
    width: auto;
    height: auto;
  }

  .homepage .sec6 .containers .clmn2 .d-flex p {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage .sec6 .containers .clmn2 h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .homepage .sec6 {
    margin: 15% 0;
    position: relative;
  }

  .homepage .sec6 .containers {
    padding: 4%;
  }

  .homepage .companies .slick-prev {
    left: 80px;
    bottom: 10%;
    top: auto;
  }

  .homepage .companies {
    padding-bottom: 5%;
    margin: 10% 0 5%;
  }

  .homepage .sec7, .about_us .sec7{

  }

  .homepage .companies .slick-next {
    right: 80px;
    top: auto;
    bottom: 10%;
  }

  .homepage .companies .slick-prev img {
    transform: rotate(180deg);
  }

  .homepage .sec7 p,
  .about_us .sec7 p {
    font-size: 18px;
    line-height: 25px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage .sec7 .whychoose_slider2 .why_sliders1 .clmn1 span.d-flex {
    flex-wrap: nowrap;
  }

  .homepage .sec12 {
    margin-top: 0%;
  }

  footer {
    position: relative;
  }

  footer,
  footer .row1,
  footer .row1 .clmn1,
  footer .row1 .clmn2,
  footer .row2 {
    opacity: 1 !important;
  }

  footer .row1,
  footer .row2 {
    flex-wrap: wrap;
  }

  footer .row1 .clmn1,
  footer .row1 .clmn2 {
    width: 100%;
  }

  footer .row1 h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0;
  }

  footer .row1 .clmn2 img {
    float: right;
    margin-top: 20px;
    width: 5%;
  }
  footer .row2 .clmn2 {
    gap: 0;
    width: 100%;
  }

  footer .row2 .clmn2 ul {
    width: 50%;
  }
  footer .row2 {
    flex-direction: column-reverse;
  }

  footer .row2 .clmn1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .row2 .clmn1 p {
    font-size: 15px;
    line-height: 25px;
  }

  footer .row2 .clmn2 h4 {
    margin-top: 10px;
  }

  .homepage .sec9 .sidebar {
    display: flex;
    height: auto;
  }

  .homepage .sec9 .map-container {
    height: 100vh;
    width: 100%;
  }

  .homepage .banner .img_cont {
    width: auto;
  }

  .city-info {
    top: auto;
    bottom: 0;
    right: 20px;
    max-width: 100%;
  }

  .homepage .sec6 .containers .clmn1 img {
        width: 70%;
        position: unset;
        opacity: 0.5;
        margin: auto;
  }
  .homepage .sec9 .tab {
    width: 100%;
    padding: 20px 15px;
  }
  .homepage .sec9 .tab p {
    font-size: 15px;
    line-height: 20px;
  }
  .homepage .sec12 .insights {
    margin-top: 10%;
  }
  .homepage .companies .icons {
    padding: 10px;
  }

  .homepage .sec7,
  .about_us .sec7 {
    overflow: hidden !important;
        padding-bottom: 0%;
    /* margin-bottom: 10% !important; */
  }

  .homepage .sec7.whyus_sec {
    margin: 0%;
    padding-bottom:20% ;
}

  .homepage .sec7.whyus_sec .whychoose_slider2 .slick-dots{
    bottom: -15%;
  }

  h2.colour_change {
    font-size: 20px;
    line-height: 30px;
  }

  .victory .colour_change{
           position: unset !important;
        margin: 0% auto 5% !important;
        width: 90% !important;
        padding-top: 5%;
  }

  .about_us .boast .containers {
    flex-wrap: wrap;
  }
  .about_us .boast h2 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .about_us .boast p {
    width: 100%;
  }
  .about_us .boast p span {
    font-size: 18px;
    line-height: 25px;
  }
  .about_us .seclast h2.colour_change {
    width: 100%;
  }

  .about_us .sec6 .d-flex .colms h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec3 .d-flex .col-6 {
    width: 46%;
}



  .history_page .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .history_page .sec3 .col1 h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .history_page .sec3 .col2 .name {
    width: 70%;
  }

  .history_page .sec4 h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 0px;
  }

  .sec13 .containers h2,
  .gallery .sec13 .containers h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  footer .sec13 .containers form,
  .gallery .sec13 .containers form,
  .history_page .sec5 .content {
    width: 100%;
  }

  footer .sec13 .containers {
    flex-wrap: wrap;
  }

  .history_page .sec5 .tabs {
    flex-wrap: wrap;
    gap: 20px;
  }

  .history_slider_wrapper {
    flex-wrap: wrap;
    margin-top: 0 !important;
    gap: 20px;
  }

  .history_page .history_slider .slide,
  .history_page .sec4 .history_slider,
  .history_left,
  .history_right {
    width: 100% !important;
  }
  .history_right h4 {
    margin-top: 0;
  }
  .history_nav {
    gap: 10px 35px !important;
  }
  .history_nav li {
    font-size: 15px;
  }
  .location .sec1 .content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .location .sec1 .content p {
    font-size: 18px;
    line-height: 26px;
  }
  .location .sec1 {
    margin-top: 15%;
  }
  .location .sec1 .d-flex {
    gap: 30px;
  }

  .location .sec2 .cards .clms {
    width: 90%;
  }

  .location .sec2 .cards .clms {
    padding: 10px 10px 20%;
  }

  .clients .sec2 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .clients .sec2 .d-flex .colmns {
    width: 35%;
  }

  .clients .sec2 .d-flex {
    gap: 20px;
  }
  .about_us .seclast .mission_slider .clnms1,
  .about_us .seclast .mission_slider .clnms2 {
    width: 30%;
  }
  .about_us .seclast .mission_slider .clnms1 .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .about_us .seclast .mission_slider .clnms1 .content p {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 100%;
  }
  .about_us .sec5 .d-flex .colms .content h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .about_us .sec5 .d-flex .colms{
    width: 45%;
  }

  .location .sec2 .cards .clms a.emails {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .location .sec2 .cards .clms a.emails i {
    margin-right: 10px;
  }

  .history_page .sec5 h2 {
    font-size: 30px;
    line-height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  .history_page .history_slider .slide {
    height: 200px !important;
  }

  .teams1 .revolution .colmns2 a.d-flex img {
    display: none;
  }
  .teams1 .revolution .colmns2 a.d-flex {
    padding: 20px 0;
  }
  .teams1 .revolution .colmns2 a.d-flex p {
    font-size: 18px;
    line-height: 25px;
  }

  .revolution.d-flex .colmns1 {
    width: 28%;
  }
  .revolution.d-flex {
    gap: 15px;
  }

  .teams1 .revolution .colmns1 .name h4,
  .revolution .colmns1 .name h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0px;
  }
  .teams1 .revolution .colmns1 .name p,
  .revolution .colmns1 .name p {
    font-size: 15px;
    line-height: 25px;
  }
  .services .banner .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .services .banner .content {
    bottom: 0;
  }
  .services .banner .content h2 {
    font-size: 16px;
    line-height: 27px;
  }

.revolution .colmns1 .name p{
  flex-wrap: nowrap;
}

  .teams1 .revolution .colmns1 {
    height: 300px !important;
  }

  .clients .sec1 .content {
    position: unset;
    width: 100%;
    height: auto;
    margin: auto;
    color: #000;
  }

  .clients .sec1 p {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }

  .all_events {
    margin-top: 15%;
  }
  .clients .sec1 {
    margin: 15% 0 5%;
  }

  .about_us .seclast .mission_slider .clnms1 .comments p {
    font-size: 17px;
    line-height: 24px;
  }

  .about_us .sec5 {
    margin: 10% 0;
  }

  .about_us .seclast {
    overflow: hidden;
  }

  .about_us .sec5 .d-flex .colms .content {
    width: 70%;
    height: auto;
  }
  .about_us .sec3 .d-flex .col-6 p.lastp {
    margin-bottom: 25px !important;
  }

  .about_us .sec3 {
    margin: 10% 0;
  }

  .about_us .sec7 .clmn1,
  .about_us .sec7 .clmn2 {
    width: 100% !important;
  }

  .about_us .sec3 .d-flex {
    margin-bottom: 5%;
  }

  .about_us .sec7 .clmn1 h2 {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
  }

  .about_us .sec7 h2 span {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 span {
    font-size: 30px;
    line-height: 50px;
  }

  .about_us .sec7 .clmn2 {
    margin-top: 10%;
    opacity: 1 !important;
  }
  .about_us .sec5 .d-flex .colms .content p {
    font-size: 20px;
    line-height: 30px;
  }

  .about_us .sec7 h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .whychoose_slider {
    flex-wrap: wrap;
        gap: 30px;
  }
  .whychoose_slider .why_sliders {
    width: 30% !important;
    height: auto !important;
  }
.about_us .dots_points{
  position: unset !important;
}
.about_us .dots_points ul{
  gap: 20px !important;
}

.about_us .dots_points ul li {
  font-size: 22px !important;
  line-height: 35px !important;
  margin-top: 5% !important;
}
  .about_us .sec2 .row .colmns h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
  }

  .about_us .sec2 .row .colmns{
        width: 27%;
  }

  .about_us .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .about_us .sec7 .whychoose_slider .why_sliders p {
    display: block !important;
  }

  .services .sec5 .counter h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .services .sec5 .counter {
    gap: 0px;
  }

  .services .sec3 .cards h4 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0 0;
  }
  .services .sec3 .cards p {
    font-size: 18px;
    line-height: 25px;
  }
  .services .sec3 .cards .content .img_text {
    flex-wrap: wrap;
  }

  .services a.our_Serv {
    margin-bottom: 20px;
  }

  .services .banner.mt-0 img.ban {
    width: 100%;
    height: 50vh;
  }

  .services .banner.mt-0 .content {
    width: 90%;
  }

  .services .banner .content a {
    margin: auto 0 30px;
  }
  .homepage .sec7 .slick-dots {
        left: -100%;
        width: 100% !important;
        bottom: 15%;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
  }
  .homepage .sec7 .slick-dot-text,
  .homepage .sec7 .slick-dots li.slick-active .slick-dot-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .homepage .sec7 .whychoose_slider .why_sliders h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .homepage .sec7 .slick-dots li {
    margin-top: 0% !important;
    width: auto !important;
  }
  .homepage
    .sec7
    .whychoose_slider2
    .slick-dots
    li.slick-active
    .slick-dot-content,
  .homepage .sec7 .whychoose_slider2 .slick-dot-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .homepage .sec7.whyus_sec .image_clmns {
    margin-top: 30px;
  }
  .homepage .sec7 .whychoose_slider2 .slick-dots {
    width: auto;
  }

  .homepage .sec7 .whychoose_slider .why_sliders {
    height: auto !important;
  }

  .homepage .sec7 .whychoose_slider .slick-slide {
    opacity: 1;
  }

  .homepage .whychoose_slider .slick-track {
    display: flex !important;
  }

  .warehouse .sec1 h2,
  .justin_time .sec1 h2,
  .milkrun_ser .sec1 h2 {
    font-size: 25px;
    line-height: 45px;
  }

  .warehouse .sec1,
  .justin_time .sec1,
  .milkrun_ser .sec1 {
    margin-top: 10%;
  }
  .justin_time .sec4 .boxes,
  .milkrun_ser .sec4 .boxes {
    margin-top: 30px;
  }

  .purpose-img {
    width: 100%;
  }
  .homepage .sec9 .main-container {
    gap: 30px;
  }
  .hero {
    margin-top: 0% !important;
  }
  .hero-title {
    font-size: 21px !important;
    line-height: 30px !important;
    margin-top: 50px;
  }
  .hero-subtitle {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .section-title {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .benefits {
    gap: 1rem !important;
  }
  .benefit-card h3 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .benefit-card p {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  .about_us .sec5 .d-flex.gap-1 {
    margin: 15% 0 5%;
  }

  .history_page .sec2 p,
  .history_page .sec3 .col1 p {
    font-size: 18px;
    line-height: 26px;
  }

  .history_page .sec4 .history_slider .slick-track {
    display: flex;
  }

  .history_page .sec2,
  .history_page .sec4 {
    height: 100vh !important;
    min-height: auto !important;
  }

  .history_page .sec3 {
    height: auto !important;
    min-height: auto !important;
    padding-top: 0 !important;
  }
  .history_page .pin-spacer:nth-child(3) {
    width: 100% !important;
  }
  .history_page .sec2 {
    padding: 0 !important;
  }
  #overlay {
    display: none !important;
  }








  


  /* ******************************************---expess-cargo----************************************************************/


.express-cargo .express-cargo-contain {
    width: 100% !important;
    height: 47% !important;
  }



.express-cargo .express-cargo-contain h6 {
     font-size: 60px !important;
     line-height: 45px !important;
  }


  .express-cargo .express-cargo-contain p{
    font-size: 17px !important;
  }


  .choose-express_1 .express-row .express-column {
    width: 42% !important;
  }


  .our-service .service-feature {
    margin-top: 45px !important;
  }



  .industry .industry-divs .industry-contain {
    width: 100% !important;
  }
 

  .partener-text,
  .warehouses_slider .containers {
    flex-wrap: wrap;
  }

    .warehouses_slider .whychoose_slider .slick-track
{
  display: flex;
}

  .partener-text .partener-img {
    width: 100% !important;
  }


  .partener-text .Partner-contain {
    width: 100% !important;
  }


  
  .delivered img {
    display: none;
}


.delivered .delivered-contain {
  position: unset !important;
  width: 100% !important;
}


.delivered .delivered-contain h2 {
  font-size: 30px !important;
  color: #001E6E !important;
  line-height: 40px !important;
}


.delivered .delivered-contain p {
  color: #001E6E !important;
  font-size: 17px !important;
}


.delivered .delivered-contain span.contact {
  margin-top: 10px !important;
  line-height: 30px !important;

}


.delivered .delivered-contain span.contact a {
  width: 28% !important;
  padding: 10px 15px !important;
  border: 1px solid black;
  
 
}


.delivered .delivered-contain span.contact img {
    width: 20px;
    display: block;
}


.delivered {
box-shadow: 4px 44px 44px 44px rgba(0, 0, 0, 0.07);
padding: 20px !important;
margin-top: 60px !important;
}

.delivered .delivered-contain span.contact a {
  width: 25% !important;
  gap: 7px !important;
  padding: 10px 12px !important;
}

.our-service .service-feature ul.features-contain li.point{
  margin-bottom: 3% !important;
}




.warehouses_slider .clmn2{
  margin: 30px 0 !important;
}

.warehouses_slider h1 span::after{
  display: none;
}

.warehouses_slider .slick-dots{
        position: unset;
        justify-content: center;
        flex-wrap: wrap;
}

.warehouses_slider .slick-dot-text,.warehouses_slider .slick-dots li.slick-active{
  font-size: 20px !important;
  line-height: 30px !important;
}
.warehouses_slider .slick-dots li{
  margin-top: 0 !important;
}

/* ***************************************************-----jis----************************************************** */
.driving-growth .driving-contain {
  width: 100% !important;
  height: 65% !important;
}


.driving-growth .driving-contain h2 {
  font-size: 40px !important;
  line-height: 50px !important;
}


.choose-express_1 h5.logistics-strategy {
  width: 100% !important;
  font-size: 35px !important;
  line-height: 50px !important;
}


.counter {
  flex-wrap: wrap;
  gap: 20px !important;
}


.counter div{
  width: 48% !important;
}



.excellence_counter .counter h2 {
  font-size: 80px !important;
}


.consulting .consulting_text h5 {
  font-size: 40px !important;
  width: 75% !important;
  line-height: 46.56px !important;
}


.consulting .consulting_text span.let {
  width: 25% !important;
}



/* **************************************************-----just-sequence-----********************************************** */
.sequence_delivery .delivery-divs .delivery-subdivs {
        width: 38% !important;
        flex-wrap: wrap;
        gap: 10px !important;
}

.sequence_delivery .delivery-divs{
  gap: 20px !important;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text{
    margin: auto;
}

.delivery_img{
  margin: auto;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text h6 {
  text-align: center;
}

.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text p {
  text-align: center;
}


.warehouses_slider .clmn1,
.warehouses_slider .clmn2{
  width: 100%;
}

/* ******************************************-----just-time-----*********************************************************** */


.choose-express_1.just-in-time h6 {
  font-size: 27px !important;
  width: 100% !important;
}




/* *********************************************-----milk-service---************************************************************* */




/* ********************************************----route-optimization----************************************************ */



/* ******************************************------warehouse----********************************************************* */




.warehouses_slider .clmn1 h2 {
  width: 75% !important;
}


.victory{
  padding-top: 5%;
}











}
/* *****************************------**********************************************************/
/* *****************************------**********************************************************/
/* *****************************------**********************************************************/
/* *****************************------**********************************************************/
/* *****************************------**********************************************************/
/* *****************************--******************************************************/

/* *****************************---Express Cargo-------******************************** */








.express-cargo{
  position: relative;
}


.express-cargo img{
  width: 100%;
}


.express-cargo .express-cargo-contain{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 44%;
  height: 42%;
}



.express-cargo .express-cargo-contain h6{
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 88px;
    font-weight: 500;
    font-family: "Urbanist";
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}



.express-cargo .express-cargo-contain p{
  font-size: 20px;
  font-weight: 600;
  font-family: "Teachers";
  line-height: 29px;
  color: white;
  text-align: center;
  margin-top: 30px !important;
}



.express-cargo .express-cargo-contain .point{
  display: flex;
  align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}



.express-cargo .express-cargo-contain .point span{
  display: flex;
}


.express-cargo .express-cargo-contain .point span p{
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
    font-family: "Urbanist";
    line-height: 20.8px;
}



.express-cargo .express-cargo-contain .point span{
  display: flex;
  align-items: center;
  gap: 8px;
}



.express-cargo .express-cargo-contain .point span img{
  width: 12px;
}




.choose-express_1 .container{
  margin: 0 4%;
}


.choose-express_1  span{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}


.choose-express_1  span p{
  font-size: 16px;
  font-weight: 600;
    font-family: "Urbanist";
   color: #1E1E1E;

}


.choose-express_1  span img{
  width: 17px;
}


.choose-express_1 h5{
  text-align: center;
  font-size: 40px;
  font-weight: 500;
    font-family: "Urbanist";
   line-height: 46.34px;
   color: #474747;
   margin: 35px 0px;
}


.choose-express_1 .express-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.choose-express_1 .express-row .express-column{
  width: 28%;
  padding: 20px 20px;
  border-radius: 10px;
  margin-top: 45px;
  position: relative;
}


.choose-express_1 .express-row .express-column.contact-divs{
      background-color: #FF9904;
}


.choose-express_1 .express-row .express-column .content{

  border-top: 1px solid rgba(229, 229, 229, 1);
    margin-top: 20px;
}


.choose-express_1 .express-row .express-column img{
  width: 15%;
}


.choose-express_1 .express-row .express-column .content h4{
  font-size: 28px;
    font-family: "Urbanist";
font-weight: 500;
letter-spacing: 0.6px;
color: #1E1E1E;
line-height: 33px;

}


.choose-express_1 .express-row .express-column .content p{
  font-size: 20px;
  font-weight: 400;
  font-family: "Teachers";
   line-height: 30px;
   color: #6F6F6F;
}


.choose-express_1 .express-row .express-column h4{
  font-size: 20px;
  font-family: "Teachers";
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 30px;
  color: #1E1E1E;

}
.delivered .delivered-contain span.contact a:hover {
    background: #ff9904;
}
.consulting .consulting_text span.let a:hover p {
    color: #fff;
}
.consulting .consulting_text span.let a:hover {
    background: #2b4079;
}
.choose-express_1.milk h5 {
    text-align: left;
}
.choose-express_1 .express-row .express-column span.contact a{
  display: flex;
  background-color: rgba(43, 64, 121, 1);
    color: #fff;
    font-family: "Urbanist";
    font-size: 13.4px;
    font-weight: 600;
    line-height: 17.42px;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;


}
.choose-express_1 .express-row .express-column span.contact a:hover{background-color: #000;}

.choose-express_1 .express-row .express-column span.contact a p{
  font-size: 13.4px;
    font-family: "Urbanist";
    line-height: 17.42px;
    font-weight: 600;
   color: #FFFFFF;


}

.choose-express_1 .express-row .express-column span.contact{
  display: flex;
  justify-content: start;
}


.our-service h2{
  text-align: center;
  font-size: 40px;
    font-family: "Urbanist";
  font-weight: 500;
  line-height: 46.34px;
  color: #474747;
}


.our-service .service-feature{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 70px;
}


.our-service .service-feature ul.features-contain{
  width: 50%;
  margin: 0;
}


.our-service .service-feature .service-img{
  width: 50%;
}


.our-service .service-feature .service-img img{
  width: 100%;
  height: auto;
}


.our-service .service-feature ul.features-contain li{
  display: flex;
  margin-bottom: 1%;
  gap: 10px;
      align-items: baseline;
}


.our-service .service-feature ul.features-contain li:last-child{
    margin: 0;
}


.our-service .service-feature ul.features-contain li img{
  width: 15px;
}


.our-service .service-feature ul.features-contain li p{
  font-size: 24px;
  font-weight: 500;
  line-height: 20.8px;
  color: #6F6F6F;
  font-family: "Teachers";

}

section.services{
  margin: 0;
}




.industry h2{
  text-align: center;
  font-size: 40px;
  font-weight: 500;
    font-family: "Urbanist";
    line-height: 46.34px;
    color: #474747;
    margin: 10px 0px;

}


.industry .industry-divs{
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  margin-top: 65px;
}



.industry .industry-divs .industry-contain{
  width: 30%;
  background-color: #F5F5F5;
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.industry .industry-divs .industry-contain .text{
    padding: 20px;
}


.industry .industry-divs .industry-contain .text p{
  font-size: 20px;
  font-weight: 700;
  line-height: 19.81px;
  font-family: "Urbanist";
  color: #1E1E1E;
  margin-top: 20px !important;
}


.industry .industry-divs .industry-contain img.Frame{
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.industry .industry-divs .industry-contain span.contact a {
  display: flex;
  background-color: rgba(43, 64, 121, 1);
    color: #fff;
    font-family: "Urbanist";
    font-size: 13.4px;
    font-weight: 600;
    line-height: 17.42px;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;
}
.industry .industry-divs .industry-contain span.contact a:hover{background-color:#000; }

.industry .industry-divs .industry-contain span.contact a p{

    font-size: 13.4px;
    font-family: "Urbanist";
    line-height: 17.42px;
    font-weight: 600;
    color: #FFFFFF;


}


.industry .industry-divs .industry-contain h4{
  font-size: 20px;
  font-family: "Teachers";
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 30px;
  color: #1E1E1E;
}


.industry .industry-divs .industry-contain span.contact{


 display: flex;
  justify-content: start;
  margin-top: 35%;
}


.industry .industry-divs .industry-contain span.contact{
  margin: 0;
}




.industry .industry-divs .industry-contain.last-divs{
  padding: 0px 20px 20px;
  background-color: #FF9904;
}


.partener-text{
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.partener-text .partener-img{
  width: 50%;
}

.partener-text .Partner-contain{
  width: 50%;
}

.partener-text .Partner-contain h4{
  margin: 0;
  font-size: 40px;
font-weight: 500;
    font-family: "Urbanist";
    line-height: 55px;
    letter-spacing: -1px;
    color: #6F6F6F;


}

.partener-text .partener-img img{
  width: 100%;
  border-radius: 10px;
  height: 100%;
}


.partener-text .Partner-contain p{
    font-size: 20px;
    font-weight: 400;
    font-family: "Urbanist";
    line-height: 31px;
    color: #6F6F6F;
    margin: 40px 0px !important;
}


.partener-text .Partner-contain span.contact a {
    display: flex;
  background-color: rgba(43, 64, 121, 1);
    color: #fff;
    font-family: "Urbanist";
    font-size: 13.4px;
    font-weight: 600;
    line-height: 17.42px;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: 16% !important;
}


.partener-text .Partner-contain span.contact a p{
     
    font-size: 13.4px;
    font-family: "Urbanist";
    line-height: 17.42px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 !important;

}


.partener-text .Partner-contain span.contact a{
  width: 15%;
}


.delivered{
  position: relative;
}

.delivered img{
  width: 100%;
}

.delivered .delivered-contain{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 55%;
  height: 75%;
}


.delivered .delivered-contain h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
    font-family: "Urbanist";
    letter-spacing: -1px;
    text-align: center;
    color: white;
    margin: 15px 0px;

}



.delivered .delivered-contain p{
   font-size: 20px;
   line-height: 31px;
   font-weight: 600;
    font-family: "Urbanist";
color: white;
text-align: center;

}

.delivered .delivered-contain span.contact img{
  width: 20px;
}


.delivered .delivered-contain span.contact a{
     display: flex;
  background-color: white;
    color: #001E6E;
    font-family: "Urbanist";
    font-size: 13.4px;
    font-weight: 600;
    line-height: 17.42px;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    width: 22%;
  
} 

.delivered .delivered-contain span.contact a p{
          
    font-size: 15px;
    font-family: "Urbanist";
    line-height: 17.42px;
    font-weight: 600;
    color: #001E6E;
    margin: 0 !important;

}


.delivered .delivered-contain span.contact{
  display: flex;
  justify-content: center;
  margin-top: 30px;

}










/* ***************************************************---driving-Growth****************************************************** */






.driving-growth{
  position: relative;
}

.driving-growth .driving-contain{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 45%;
}


.driving-growth img{
  width: 100%;
}



.driving-growth .driving-contain h2{
  font-size: 46px;
  font-family: "Urbanist";
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  color: white;
}





.choose-express_1 h5.logistics-strategy{
    font-size: 40px;
    font-weight: 500;
    color: #474747;
    line-height: 61px;
    width: 70%;
    margin: 65px auto;
    text-align: center;
}




.consulting .consulting_text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 30px;

}


.consulting .consulting_text span.let a{
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #FF9904;
  border-radius: 50px;
  justify-content: space-around;
  padding: 12px 20px;
}


.consulting img{
    width: 100%;
}


.consulting{
  background-color: #F6F6F6;
}


.consulting .consulting_text h5{
   font-size: 40px;
   font-weight: 700;
  font-family: "Urbanist";
  line-height: 24.56px;
  color: #1E1E1E;
  margin: 0;
  width: 85%;

}


.consulting .consulting_text span.let{
  width: 15%;
}


.consulting .consulting_text span.let img{
  width: 20px;
}


.consulting .consulting_text span.let p{
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist";
  line-height: 20.8px;
  color: #613A00;

}







.logistics-service h5{
  font-size: 40px;
  font-weight: 500;
  line-height: 61px;
  font-family: "Urbanist";
   color: #474747;
   text-align: center;
}


.logistics-service .service-contain p{
  font-size: 30px;
  font-weight: 500;
  font-family: "Urbanist";
  letter-spacing: -0.6px;
  line-height: 33px;
  color: #474747;
  margin-bottom: 30px !important;

}


.logistics-service .service-contain{
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}











/* ************************************************------------sequence-page-------------------****************************** */

.sequence_delivery h2{
  font-size: 40px;
  font-weight: 500;
  font-family: "Urbanist";
  line-height: 61px;
  color: #474747;
}


.sequence_delivery .delivery-divs{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}




.sequence_delivery .delivery-divs .delivery-subdivs{
     display: flex;
     width: 41%;
     gap: 60px;
     background-color: #F6F6F6;
     padding: 35px 45px;
}


.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text h6{
    font-size: 28px;
    font-weight: 500;
    font-family: "Urbanist";
    letter-spacing: -0.6px;
    line-height: 33px;
    color: #001E6E;
    margin: 0;
    margin-bottom: 35px;

}



.sequence_delivery .delivery-divs .delivery-subdivs .delivery-text p{
    font-size: 20px;
  font-family: "Teachers", sans-serif;
    font-weight: 400;
    line-height: 20.8px;
    color: #6F6F6F;
    height: 60px;
}



.choose-express_1 h4{
  font-size: 40px;
  font-weight: 500;
    font-family: "Urbanist";
  line-height: 61px;
  color: #474747;

}













/* ******************************************************-----warehouse------------*************************************** */

.our-service .infrastructure{
  display: flex;
  justify-content: space-between;
  align-items: center;
}




.our-service h2.heading{
  text-align: left;
  font-size: 40px;
    font-family: "Urbanist";
  font-weight: 500;
  line-height: 46.34px;
  color: #474747;
  margin: 10px 0px;
}



.our-service .infrastructure span.contact a{
  display: flex;
  background-color: rgba(43, 64, 121, 1);
    color: #fff;
    font-family: "Urbanist";
    font-size: 13.4px;
    font-weight: 600;
    line-height: 17.42px;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 50px;


}


 .our-service .infrastructure span.contact a p{
          
    font-size: 13.4px;
    font-family: "Urbanist";
    line-height: 17.42px;
    font-weight: 600;
    color: white;
    margin: 0 !important;

}


 .our-service .infrastructure span.contact img{
  width: 20px;
}


 .our-service .infrastructure span.contact{
  display: flex;
  justify-content: center;
  margin-top: 30px;

}


.our-service .infrastructure span.call{
  margin: 0;
}



.our-service .service-feature ul.features-contain li.point{
  display: flex;
  margin-bottom: 10%;
  gap: 40px;
}



.our-service .service-feature ul.features-contain li h2{
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #6F6F6F;
  font-family: "Teachers", sans-serif;
    text-align: left;
    margin: 0;

}
.our-service .service-feature ul.features-contain li p{
   font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #6F6F6F;
  font-family: "Teachers", sans-serif;
}


.main_methodology h3{
  
  font-family: "Urbanist", sans-serif;
font-weight: 500;
font-size: 40px;
line-height: 61px;
text-align: center;
color: #474747;

}

.main_methodology .methodlogy-divs{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5% !important;
  gap: 45px;
}


.main_methodology .methodlogy-divs .methodlogy_contain{
  width: 26%;
  border-bottom: 4px solid #2B4079;
}


.main_methodology .methodlogy-divs .methodlogy_contain h6{
  font-family: "Urbanist", sans-serif;
font-weight: 800;
font-style: ExtraBold;
font-size: 32px;
line-height: 55px;
letter-spacing: 0px;
color: #2B4079;
margin: 0;

}


.main_methodology .methodlogy-divs .methodlogy_contain p{
  font-family: "Urbanist", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 55px;
color: #6F6F6F;
margin-bottom: 15px !important;

}



.our-service .service-feature ul.features-contain li.technology{
  display: flex;
  margin-bottom: 7%;
  gap: 10px;
}



.our-service .service-feature.service_div{
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-top: 95px;
}
















/* ***********************************************************8------contact-page-------******************************************** */



.contact_page h1{
font-family: Urbanist;
font-weight: 500;
font-size: 40px;
line-height: 50px;
letter-spacing: -1.6px;
color: #1E1E1E;
margin: 10% 0px 4%;
width: 30%;

}


.contact_page .conatct_divs form .conatct_subdiv{
  display: flex;
  flex-wrap: wrap;
}



.contact_page .conatct_divs form .conatct_subdiv .form1{
  width: 50%;
  margin-bottom: 30px;
}



.contact_page .conatct_divs{
  display: flex;
  gap: 40px;
}


.contact_page .conatct_divs form{
  width: 50%;
}


.contact_page .conatct_divs .conatct_subdiv2{
  width: 50%;
}



.contact_page .conatct_divs form .conatct_subdiv .form1 input.form_sub{
  width: 82%;
  margin-top: 15px;
  padding: 13px 15px;
  border-radius: 20PX;
  background-color: #F9F9F9;
  border: none;
}


.contact_page .conatct_divs form select{
  width: 94%;
  margin-top: 15px;
}


.contact_page .conatct_divs form .contact_input{
  margin-bottom: 30px;
}


.contact_page .conatct_divs form select{
font-family: Urbanist;
font-weight: 600;
font-size: 16px;
line-height: 20.8px;
color: #6F6F6F;
padding: 15PX 9PX;
  border-radius: 25PX;
  background-color: #F9F9F9;
  border: none;


}




.contact_page .conatct_divs form input{
  width: 95%;
  margin-top: 15px;
  color: #6F6F6F;
padding: 15PX 9PX;
  border-radius: 20PX;
  background-color: #F9F9F9;
  border: none;
  border-radius: 25px;
}

.contact_page .conatct_divs form input:focus-visible {
    outline: auto;
}


.contact_page .conatct_divs form input::placeholder{
  font-family: Urbanist;
font-weight: 600;
font-size: 16px;
line-height: 20.8px;

}


.contact_page .conatct_divs form .submit{
  display: flex;
  justify-content: space-between;
  background-color: #2B4079;
   padding: 15PX 9PX;
  border-radius: 20PX;
  border: none;
  width: 93%;
  border-radius: 25px;
}


.contact_page .conatct_divs form button{
  background: none;
  border: none;
font-family: Urbanist;
font-weight: 600;
font-size: 16px;
line-height: 20.8px;
color: #FFFFFF;

cursor: pointer;
}


.contact_page .conatct_divs .conatct_subdiv2{
  background-image: url(../imgs/Info\ Card.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.contact_page .conatct_divs .conatct_subdiv2 .contact_contain ul li{
  display: flex;
  gap: 7px;
}

.contact_page .conatct_divs .conatct_subdiv2 .contact_contain ul li p{
  font-family: Urbanist;
font-weight: 600;
font-size: 16px;
line-height: 20.8px;
color: white;

}



.contact_page .conatct_divs .conatct_subdiv2 .contact_contain ul li img{
  width: 14px;
}


.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .location{
  display: flex;
  gap: 15px;
}


.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .location p{
  font-family: Urbanist;
font-weight: 600;
font-size: 16px;
line-height: 20.8px;


}


.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .location img{
  width: 35px;
}




.contact_page .conatct_divs .conatct_subdiv2 .contact_contain h3{
  font-family: Urbanist;
font-weight: 500;
font-size: 40px;
line-height: 44px;
letter-spacing: -0.8px;
color: #FFFFFF;
margin: 25px 0px;

}



.contact_page .conatct_divs .conatct_subdiv2 .contact_contain p{
  font-family: Urbanist;
font-weight: 400;
font-size: 16px;
line-height: 20.8px;
color: #FFFFFF;

}


.contact_page .conatct_divs .conatct_subdiv2 .contact_contain h6{
  font-family: Urbanist;
font-weight: 500;
font-size: 30px;
line-height: 33px;
letter-spacing: -0.6px;
color: white;

}




.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .mail{
  display: flex;
  gap: 15px;
  margin-top: 35px;
}


.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .mail img{
  width: 25px;
}

 
.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .mail p{
font-family: Urbanist;
font-weight: 600;
font-size: 16px;
line-height: 20.8px;
}




.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .con{
  display: flex;
  gap: 15px;
  margin-top: 35px;

}


.contact_page .conatct_divs .conatct_subdiv2 .contact_contain .con img{
  width: 25px;
}


.contact_page .conatct_divs .conatct_subdiv2 .contact_contain{
  margin: 60px;
}


.contact_page .conatct_divs .conatct_subdiv2 img{
  width: 100%;
}


.contact_page .conatct_divs form label{
  font-family: Urbanist;
font-weight: 400;
font-size: 16px;
line-height: 20.8px;
color: #6F6F6F;
}


.contact_page .conatct_divs form .conatct_subdiv .form1 input.form_sub::placeholder{
  font-family: Urbanist;
font-weight: 600;
font-size: 16px;
line-height: 100%;
color: #6F6F6F;

}

   .contact_page .conatct_divs form .contact_input {
    margin-bottom: 20px;
    width: 48%;
  }
 
  .contact_page .conatct_divs form textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 15px;
  }
  .contact_page .conatct_divs form .hidden {
    display: none;
  }
  .contact_page .conatct_divs form .form-section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin:0 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 15px;
  }

  .express-cargo .express_a{
    background-color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-family: Urbanist;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(97, 58, 0, 1);
    display: flex;
    /* gap: 30px; */
    align-items: center;
    justify-content: space-between;
    width: 30%;
    margin:5% auto 0;
  }

 .express-cargo .express_a img {
    transform: scale(0.9);
    transition: transform 0.3s 
ease;
width: 10%;
height: auto;
}


.contact_map {
  margin: 0;
}

.contact_ban {
  margin: 0;
}

 .contact_page .hidden {
    display: none !important;
  }
 .contact_page .form-section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin:0 0 5%;
  }


