/* .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 2;
} */

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("./images/preloader.svg") no-repeat center center;
}

/* navabar section start */
.navbar {
  background: #b9b9b9;
}
.navbar-brand {
  width: 173px;
  height: 57px;
}
.navbar-nav a {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: "Inter";
  font-size: 16px;
}

.navbar-light {
  color: #2979bd;
  font-size: 25px;
  letter-spacing: 1px;
}
.navbar-light .nav-item:focus,
.navbar-light .nav-item:hover {
  color: #2979bd;
  border: 1px solid #2979bd;
  border-radius: 4px;
  background-color: #eaecef;
}
.navbar-light .navbar-nav .navbar-link {
  color: #2979bd;
}
ul > li > a:hover {
  color: #2979bd;
}
.nav-item {
  margin-right: 10px;
  transition-duration: 0.4s;
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }
}

/* navabar section ends */

.section-padding {
  padding: 100px 0;
}
.carousel-item {
  height: 521px;
  min-height: 300px;
}
.carousel-caption {
  /* bottom: 220px; */
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.carousel-caption h5 {
  font-weight: bold;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 25px;
}
.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
.carousel-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 521px;
  top: 0;
  left: 0;
}
.w-100 {
  height: 521px;
}
.carousel-item.active {
  /* linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(young-man-working-warehouse-with-boxes.jpg); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./images/main-banner.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .carousel-item.active {
    background-image: url("./images/main-banner.jpg");
    background-size: cover;
    background-position: center;
  } */
  .carousel-caption {
    bottom: 300px;
  }
  .carousel-caption p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }
  .carousel-caption {
    bottom: 100px;
  }
  .carousel-caption h5 {
    font-size: 21px;
  }
  .carousel-caption a {
    padding: 10px 15px;
  }
  .carousel-caption p {
    width: 100%;
    line-height: 1.6;
    font-size: 12px;
  }
  .carousel-item {
    height: 421px;
    min-height: 300px;
  }
  .ourVisionSection {
    height: 282px;
  }
  .ourVisionSection .container .row {
    align-items: center;
    padding-top: 38px;
    text-align: center;
  }
  .ourVisionSection .container .row h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
  }
  .ourVisionSection .container .row p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}
.ourVisionSection {
  height: 400px;
  margin-top: 0px;
  background: rgba(183, 183, 183, 0.14);
}
.ourVisionSection .container .row {
  align-items: center;
  padding-top: 90px;
  text-align: center;
}
.ourVisionSection .container .row h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 64px;
  color: #333333;
  opacity: 1;
}
.ourVisionSection .container .row p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

/* service section */
.serviceSection {
  height: 250px;
  margin-top: 0px;
  background: #fff;
}
.serviceSection .container .row {
  align-items: center;
  padding-top: 70px;
  text-align: center;
}
.serviceSection .container .row h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 64px;
  color: #333333;
  opacity: 1;
}
.serviceSection .container .row p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

/* service details section1 */
.serviceDeatailSection1 {
  height: 400px;
}
.content1 {
  padding: 0;
  margin: 70px 0 0 0;
}
.imgContent1 {
  margin: 0;
  padding: 0;
}
.serviceDeatailSection1 .container img {
  width: 521px;
  height: 356px;
  border-radius: 6px;
}
.content1 h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #333333;

  opacity: 1;
}
.content1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
/*** Img Border ***/
.img-border1 {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border1::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 17rem;
  top: 5rem;
  /* border: 1px solid #2979bd; */
  background: rgba(41, 121, 189, 0.12);
}

.img-border1 img {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .serviceDeatailSection1 {
    height: 330px;
  }
  .imgContent1::before {
    display: none;
  }
  .imgContent1 {
    display: none;
  }
  .content1 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }
  .content1 p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .content1 {
    height: 278px;
    text-align: center;
    padding-top: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)),
      url(./images/image1.jpg) center center no-repeat;
  }
}

/* service details section2 */
.serviceDeatailSection2 {
  height: 400px;
  margin-top: 50px;
}
.content2 {
  padding: 0;
  margin: 70px 0 0 0;
}
.imgContent2 {
  margin: 0;
  padding: 0;
}
.serviceDeatailSection2 .container img {
  width: 521px;
  height: 356px;
  border-radius: 6px;
}
.content2 h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #333333;

  opacity: 1;
}
.content2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.content2 a {
  border: 1px solid #2979bd;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #2979bd;
}
/*** Img Border ***/
.img-border2 {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border2::before {
  position: absolute;
  content: "";
  bottom: 0rem;
  left: 0rem;
  right: 19rem;
  top: 5rem;
  /* border: 1px solid #2979bd; */
  background: rgba(41, 121, 189, 0.12);
}

.img-border2 img {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .serviceDeatailSection2 {
    height: 330px;
    margin-top: 0px;
  }
  .content2 {
    margin-top: 0;
  }
  .imgContent2::before {
    display: none;
  }
  .imgContent2 {
    display: none;
  }
  .content2 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }
  .content2 p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .content2 a {
    border: 1px solid #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }
  .content2 {
    height: 278px;
    text-align: center;
    padding-top: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)),
      url(./images/image2.jpg) center center no-repeat;
    /* background: url(./images/image2.jpg) center center no-repeat; */
  }
}

/* service details section3 */
.serviceDeatailSection3 {
  height: 400px;
  margin-top: 50px;
  border-radius: 6px;
}
.content3 {
  padding: 0;
  margin: 70px 0 0 0;
}
.imgContent3 {
  margin: 0;
  padding: 0;
}
.serviceDeatailSection3 .container img {
  width: 521px;
  height: 356px;
}
.content3 h1 {
  /* font-family: "Inter";*/
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #333333;

  opacity: 1;
}
.content3 p {
  /* font-family: "Inter";*/
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.content3 a {
  border: 1px solid #2979bd;
  /* font-family: "Inter";*/
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #2979bd;
}
/*** Img Border ***/
.img-border3 {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border3::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 17rem;
  top: 5rem;
  /* border: 1px solid #2979bd; */
  background: rgba(41, 121, 189, 0.12);
}

.img-border3 img {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .serviceDeatailSection3 {
    height: 330px;
    margin-top: 0px;
  }
  .content3 {
    margin-top: 0;
  }
  .imgContent3::before {
    display: none;
  }
  .imgContent3 {
    display: none;
  }
  .content3 h1 {
    /* font-family: "Inter";*/
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }
  .content3 p {
    /* font-family: "Inter";*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .content3 a {
    border: 1px solid #fff;
    /* font-family: "Inter";*/
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }
  .content3 {
    height: 278px;
    text-align: center;
    padding-top: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)),
      url(./images/Loading\ Main.jpg) center center no-repeat;
    /* background: url(./images/image4.jpg) center center no-repeat; */
  }
}

/* service details section4 */
.serviceDeatailSection4 {
  height: 400px;
  margin-top: 50px;
}
.content4 {
  padding: 0;
  margin: 70px 0 0 0;
}
.imgContent4 {
  margin: 0;
  padding: 0;
}
.serviceDeatailSection4 .container img {
  width: 521px;
  height: 356px;
  border-radius: 6px;
}
.content4 h1 {
  /* font-family: "Inter";*/
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #333333;

  opacity: 1;
}
.content4 p {
  /* font-family: "Inter";*/
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
/*** Img Border ***/
.img-border4 {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border4::before {
  position: absolute;
  content: "";
  bottom: 0rem;
  left: 0rem;
  right: 19rem;
  top: 5rem;
  /* border: 1px solid #2979bd; */
  background: rgba(41, 121, 189, 0.12);
}

.img-border4 img {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .serviceDeatailSection4 {
    height: 330px;
    margin-top: 0px;
  }
  .content4 {
    margin-top: 0;
  }
  .imgContent4::before {
    display: none;
  }
  .imgContent4 {
    display: none;
  }
  .content4 h1 {
    /* font-family: "Inter";*/
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }
  .content4 p {
    /* font-family: "Inter";*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .content4 {
    height: 278px;
    text-align: center;
    padding-top: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)),
      url(./images/vision-on-supply.jpg) center center no-repeat;
    /* background: url(./images/image3.jpg) center center no-repeat; */
  }
}

/* contact section */

.get-in-touch {
  background: url(./images/map-bg.jpg) no-repeat;
  background-size: contain;
  background-position: right;
  margin: 50px auto;
  padding: 100px 0;
}
.get-in-touch h2 {
  font-size: 72px;
  font-weight: bold;
}
.get-in-touch h2 span {
  padding-left: 150px;
}
.get-in-touch p {
  padding: 25px;
}
.get-in-touch button {
  margin-left: 25px;
  border: none;
  background: #0a95d8;
  color: #fff;
  padding: 5px 10px;
}

.get-in-touch h3 {
  display: none;
}

.get-in-touch img {
  float: right;
  margin-right: 125px;
}
.contact {
  position: relative;
}
.contactContent {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .get-in-touch {
    text-align: center;
    padding: 0;
  }

  .get-in-touch h2 {
    display: none;
  }
  .get-in-touch h3 {
    display: block;
    font-size: 50px;
  }
  .get-in-touch img {
    display: none;
  }
  .contact {
    position: static;
  }
  .contactContent {
    position: static;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 50px 0;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.footer .footer-info p {
  font-family: "K2D";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #667085;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
  float: right;
}

.footer .page-links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .page-links a {
  /* font-family: "Inter";*/
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #667085;
  text-decoration: none;
  margin-right: 10px;
  padding: 5px 0px 5px 0px;
}
/* Media query for tablets */
@media screen and (min-width: 768px) {
  .page-links {
    flex-wrap: nowrap; /* Prevent wrapping */
  }
}

/* Media query for laptops and larger screens */
@media screen and (min-width: 1024px) {
  .page-links {
    flex-wrap: nowrap; /* Prevent wrapping */
  }
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  /* font-family: "Inter";*/
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #667085;
  text-decoration: none;
}

.footer .footer-contact p {
  font-family: "K2D";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #667085;
}

.footer .copyright {
  text-align: center;
  font-family: "K2D";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #98a2b3;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-family: "K2D";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #98a2b3;
}

.footer .credits a {
  font-family: "K2D";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #98a2b3;
  text-decoration: none;
}
