.header-nav {
  height: 58px;
  background-color: rgba(44, 47, 103, 0.144);
  z-index: 1300;
  position: absolute;
  width: 100vw;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link {
  color: white !important;
  font-size: 1rem;
  text-decoration: none;
}

.header-nav.fixed {
  background-color: #E0E1E9;
}

.header-nav.fixed .navbar-nav .nav-link {
  color: #2C2F67 !important;
}

.hero-section h1 {
  font-size: 3rem;
}

.hero-section p {
  font-size: 1.2rem;
}

.services-section img {
  margin-bottom: 15px;
  max-width: 100vw;
}

.slideshow-section img {
  display: none;
  margin-bottom: 15px;
  width: 100%;
}

.slideshow-section img.active {
  display: block;
}

.four-pillars-section img {
  height: 150px;
  margin-bottom: 10px;
}

.areas-serve-section img {
  width: 80%;
}

h2.text-center {
  border-bottom: #2C2F67 solid 2px;
  width: 277px;
  padding: 10px ;
  margin: auto;
}

.text-center{
  text-align: center;
}

section.services-section #our-service p {
  width: 60%;
  font-size: 16px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 45px;
}


.services-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0px 100px;
}

.service-box {
  text-align: center;
  margin-bottom: 30px;
  height: 330px;
  width: 262px;
  background-size: cover;
  background-position: center;
  position: relative;
}

#service-box-back-1, #service-box-back-2,#service-box-back-3,#service-box-back-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: none;
}

.service-box-back p {
  font-size: 16px;
  color: #333;
  width: 90%;
  margin: auto;
}

#service-box-1 {
  background-image: url("../img/service1.jpg");
}

#service-box-2 {
  background-image: url("../img/service2.jpg");
}

#service-box-3 {
  background-image: url("../img/service3.jpg");
}

#service-box-4 {
  background-image: url("../img/service4.jpg");
}


section.four-pillars-section p {
  width: 50%;
  font-size: 16px;
  margin: auto;
  margin-top: 50px;
}

img#trade-house-icon , img#warehousing-distribution-icon {
  margin: 15px 40%;
}


img#pillar-logo {
  height: 90px;
  margin: 30px 25px 40px -120px;
}

img#planning-icon  {
  margin: 0px 50px 10px 30px;
}

img#logistics-icon {
  margin: 0px 20px 10px 50px;
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

#pillar-arrow {
  animation: rotate 10s linear infinite;
}


.areas-serve-section .areas-serve, .why-choose-us-section .why-choose-us, .latest-news-section .latest-news{
  background-color: #2C2F67;
  color: white;
  padding: 50px 50px 70px 50px;
}

.areas-serve-section .areas-serve h2, .why-choose-us-section .why-choose-us h2, .latest-news-section .latest-news h2{
  border-bottom: solid white;
  color: white;
}

.map-video {
  width: 80%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: auto;
}

.why-choose-us-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}

.why-choose-us-content .item {
  display: flex;
  align-items: center;
  position: relative;
}

.why-choose-us-content .item .image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us-content .item img {
  height: 200px;
  margin-right: 20px;
}

.why-choose-us-content .item .image-container h3 {
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  color: #2C2F67;
  text-align: center;
}

.why-choose-us-content .item .text {
  max-width: 800px;
}

.why-choose-us-content .item .text p {
  margin: 10px 0;
  color: #333;
font-size: 16px;
}

div#excellence-direction-div {
  margin: -10px 0px -10px 140px;
}

 .news-item p {
    padding-top: 10px;
    background-color: #E0E1E9;
}



@media (min-width: 2700px){

  img#trade-house-icon, img#warehousing-distribution-icon {
    margin: 15px 45%;
}

.four-pillars-section img {
  margin: 0px 70px 10px 20px;
}

img#logistics-icon {
  margin: 0px 0px 0px 80px;
}

img#pillar-logo {
  height: 180px;
  margin: 30px 25px 50px -10%;
}

.four-pillars-section img {
  height: 250px;}
  p, .section.services-section #our-service p , .service-box-back p , section.four-pillars-section p, 
  section.services-section #our-service p{
    font-size: 28px;
  }

  .navbar-nav .nav-link {
    font-size: 28px;
}

h2.text-center {
  width: 500px;
  font-size: 48px;
}

.service-box {
  height: 660px;
  width: 524px;}

  .why-choose-us-content .item .text {
    max-width: 1000px;
}


}

@media (min-width: 2250px) and (max-width: 2699px){
  p, .section.services-section #our-service p , .service-box-back p , section.four-pillars-section p, 
  section.services-section #our-service p{
    font-size: 28px;
  }

  .navbar-nav .nav-link {
    font-size: 28px;
}

h2.text-center {
  width: 500px;
  font-size: 48px;
}

.service-box {
  height: 660px;
  width: 524px;}

  .why-choose-us-content .item .text {
    max-width: 1000px;
}

.four-pillars-section img {
  height: 250px;}
  img#pillar-logo {
    height: 180px;
    margin: 30px 25px 50px -9%;
}

.navbar-nav .nav-link {
  font-size: 28px;
}

.why-choose-us-content .item .text p, section.services-section #our-service p, section.four-pillars-section p {
font-size: 28px;
}

h2.text-center {
font-size: 32px;
}

}


@media (min-width: 1700px) and (max-width: 2400px){
.why-choose-us-content .item .text p , section.services-section #our-service p ,
section.four-pillars-section p {
    font-size: 24px;
}
h2.text-center {
    font-size: 30px;
}
.navbar-nav .nav-link {
    font-size: 20px;
}
}

@media (min-width: 1580px) and (max-width: 2400px) {
.why-choose-us-content .item .text p , section.services-section #our-service p ,
section.four-pillars-section p {
    font-size: 23px;
}
h2.text-center {
    font-size: 28px;
}
.navbar-nav .nav-link {
    font-size: 20px;
}
section.four-pillars-section p {
    width: 65%;}
.why-choose-us-content .item .text {
    width: 65%;
}

}

@media (max-width: 1440px){
.why-choose-us-content .item .text {
    width: 75%;
}}

@media (max-width: 1285px){
.why-choose-us-content .item .text {
        max-width: 710px;}
.why-choose-us-content .item .text p , section.services-section #our-service p ,
section.four-pillars-section p {
    font-size: 17px;
}
h2.text-center {
    font-size: 24px;
}
.navbar-nav .nav-link {
    font-size: 17px;
}
}

@media (max-width: 1100px){

  .service-box-back p {
    font-size: calc(0.1rem + 1vw);
}
.why-choose-us-content .item .text {
max-width: 560px;}
.why-choose-us-content .item .text p , section.services-section #our-service p ,
section.four-pillars-section p {
    font-size: 14px;
}
h2.text-center {
    font-size: 20px;
}
.navbar-nav .nav-link {
    font-size: 14px;
}

.service-box {
    height: 21.5vw;
    width: 17vw;
}

}


@media (max-width: 725px){
section.services-section #our-service p , section.four-pillars-section p , p{
    width: 80%;
    font-size: 18px;
}

.service-box-back p {
  font-size: 16px;}

.services-box {

    justify-content: start;
    padding: 0px 150px 0px 50px;
}

.service-box {
    height: 330px;
    width: 262px;
}
#service-box-back-1, #service-box-back-2, #service-box-back-3, #service-box-back-4 {
    top: 0;
    left: 40vw;
    width: 40vw;
    display: flex;
}
.text-center.four-pillars {
    width: 90vw;
padding-left:5vw;
}

.why-choose-us-content .item .text p {
    width: 100%;
}
div#excellence-direction-div {
    margin: -5px 0px -5px 100px;
}

    .why-choose-us-content .item .text {
        width: 80%;
    }

    .four-pillars-section img {
      height: 20vw;
  }

}

@media (max-width: 650px){
  section.services-section #our-service p , section.four-pillars-section p , p{
    width: 80%;
    font-size: 16px;
  }

  img#pillar-logo {
    height: 14vw;
    margin: 0px 0px 5vw -19vw;
}


img#planning-icon {
    margin: 0px 40px 10px 20px;
}

img#logistics-icon {
  margin: 0px 20px 10px 70px;
}

  .why-choose-us-content {
	width:90%;
margin-left: 15px;
  }
  div#excellence-direction-div {
    margin: -5px 0px -05px 100px;
  }

.latest-news-content {
	display: block;
	width:80%;
	padding: 0px;
}

.news-item {
    width: 90%;
	margin: 25px;
}

#pillar-arrow{
	height:21vw;
}
}



@media (max-width: 490px){


  img#trade-house-icon, img#warehousing-distribution-icon {
    margin: 15px 30%;
}

.four-pillars-section img {
  height: 23vw;
}

#pillar-arrow {
  height: 22vw;
}

img#pillar-logo {
  height: 16vw;
  margin: -2% 2% 5% -22%;
}


section.services-section #our-service p , section.four-pillars-section p , p{
    font-size: 14px;
  }

img#industry-experts-img, img#excellence-direction-img, img#trust-reliability-img {
    height: 30vw;
}

.why-choose-us-content .item .image-container h3 {
	font-size: 16px;} 
 div#excellence-direction-text {
    width: 48vw;
}

div#excellence-direction-div {
    margin: -5px 0px -05px 80px;
}

div#excellence-direction-text {
    width: 48vw;
}
img#logistics-icon {
    margin: 0px 10px 10px 20px;
}
img#planning-icon {
    margin: 0px 10px 10px 10px;
}

.service-box {
    height: 50vw;
    width: 40vw;
    margin: 35px 0px;
}

.service-box-back p {
    font-size: 14px;
        text-align: left;
}
div#service-box-back-2 {
    top: -15px;
}
}

@media (max-width: 480px) {
    .why-choose-us-content .item .image-container h3 {
        font-size: 15px;
        top: 38%;
    }


h3#industry-experts-h3 {
  left: 42.5%;
}

h3#excellence-direction-h3 {
  top: 38.5%;
  left: 44%;
  line-height: 99%;
}


    .why-choose-us-content .item .text p {
        font-size: calc(0.6rem + 0.8vw);
    }

}

@media (max-width: 440px){

  img#planning-icon {
    margin: 0px 10px 10px 2px;
}

img#trade-house-icon, img#warehousing-distribution-icon {
  margin: 15px 35%;
}


img#pillar-logo {
  margin: -2% 2% 7% -22%;
}

.four-pillars-section img {
  height: 24vw;
}

#pillar-arrow {
  height: 23vw;
}

.map-video {
  width: 90%;}


.header-nav.fixed .navbar-nav .nav-link {
    font-size: 14px;
}
h2 {
    font-size: 18px;
}

.services-box {
        padding: 0px 150px 0px 20px;
    }
.service-box {
        margin: 45px 0px;
    }
#service-box-back-1, #service-box-back-2, #service-box-back-3, #service-box-back-4 {
     width: 50vw;
}

h3#industry-experts-h3 {
    left: 43%;
  }

  h3#trust-reliability-h3 {
    top: 37%;
    left: 43%;
}
    .why-choose-us-content .item .image-container h3 {
        font-size: 14px;
        top: 38%;
    }

}



@media (max-width: 400px){

  img#planning-icon {
    margin: 0px 012px 10px 2px;
}

    img#pillar-logo {
      height: 16vw;
      margin: -2% 2% 7% -22%;
    }
.service-box { 
    margin: 55px 0px;
    }

#service-box-back-1, #service-box-back-2, #service-box-back-3, #service-box-back-4 {
        width: 50vw;
    }
div#service-box-back-1 {
    top: -10px;
}

    div#service-box-back-2 {
        top: -25px;
    }
div#service-box-back-3 {
    top: -15px;
}
.navbar-nav .nav-link {
    font-size: 14px;
}

    .why-choose-us-content .item .image-container h3 {
        font-size: 13.5px;
    }
h3#excellence-direction-h3 {
top: 40%;
left: 43%;
}

.why-choose-us-content .item .text p {
        font-size: calc(0.6rem + 0.7vw);
}

    div#excellence-direction-div {
        margin: 5px 0px 5px 70px;
    }

}

@media(max-width: 380px){
body,     section.services-section #our-service p, section.four-pillars-section p, p  section.services-section #our-service p, section.four-pillars-section p, p {
        font-size: 12px;
    }
    
        .why-choose-us-content .item .text p {
        font-size: calc(0.6rem + 0.6vw);
    }

h2 {
    font-size: 18px;
}
    .why-choose-us-content .item .image-container h3 {
        font-size: 12.5px;
    }
    .why-choose-us-content {
        width: 95%;
        margin-left: 10px;
    }

}

@media (max-width: 365px){
.service-box { 
    margin: 65px 0px;
    }
    div#service-box-back-1 {
        top: -18px;
    }
    div#service-box-back-2 {
        top: -40px;
    }
    div#service-box-back-3 {
        top: -28px;
    }
    div#excellence-direction-div {
        margin: -5px 0px -05px 50px;
    }
    div#excellence-direction-text {
        width: 50vw;
    }

}

@media (max-width: 330px){

  .four-pillars-section img {
    height: 23vw;
}
    .why-choose-us-content .item .image-container h3 {
        font-size: 11.5px;
        left: 13.5vw;
    }
    h3#excellence-direction-h3 {
        top: 40%;
        font-size: 11px;
        left: 42%;
    }
    div#excellence-direction-div {
        margin: -5px 0px -05px 30px;
    }
    .service-box {
        margin: 90px 0px;
    }

    div#service-box-back-1 {
        top: -55px;
    }
    div#service-box-back-2, div#service-box-back-3  {
        top: -75px;
    }
 #service-box-back-4 {
        top: -30px;
    }

#service-box-3, #service-box-2 {

    margin: 100px 0px;}
h2.text-center {
    width: 220px;}

    h3#industry-experts-h3 {
      left: 41%;
  }

}



.latest-news-content {
  display: flex;
  justify-content: center;
  gap: 0px;
  padding: 20px;
}

.news-item {
  border: 20px solid white;
  padding: 20px 0px 0px;
  width: 360px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  /* background-image: url(../img/about/cosmetics-pharmaceutical.jpg); */
  background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0px;
    position: relative;
    max-width: 25vw;
    max-height: 35vw;
}

.news-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.news-item p {
  color: #333;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  width: 90%;
  padding: 10px 20px;
}

img.bg-news {
  min-width: 100%;
  height: 50%;
  opacity: 0.9;
}

img.logo-news , .news-item p{
  margin: 20px;
  min-height: 100px;
}

a.news-link {
    text-decoration: none;
}

@media (max-width: 650px){
.latest-news-content {
	display: block;
	width:80%;
	padding: 0px;
  margin: auto;
}
.news-item {
  max-width: 60vw;
  margin: 15px auto 0px;
  max-height: 80vw;
  border: 5px solid white;
  padding: 0px;
}

.news-item p {
  font-size: calc(1rem + 1vw);
}

.news-item img {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}
}

button {
  background-color: #2C2F67;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#prevBtn, #nextBtn {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin: auto 0px;
}

#prevBtn {
  background-image: url('../img/back-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#nextBtn {
  background-image: url('../img/next-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
}