body {
  background: #fff !important;
}
#industries .para-txt {
  text-align: left;
  padding: 10px 0px 60px 0px;
  font: 16px "montserrat-regular";
  line-height: 30px;
}
#industries .banner-desc {
  text-align: center;
  padding: 50px;
}
#industries .banner-desc p {
  line-height: 30px !important;
  color: #000;
  text-align: justify;
}
#industries .head-title {
  font: 30px "montserrat-bold";
}
#industries .box-service {
  box-shadow: 5px 5px 0px #c000ff;
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 100%;
  margin: 0px 0px 50px 0px;
  padding: 30px 40px;
}
#industries .box-manufacture {
  box-shadow: 5px 5px 0px #f54e48;
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 100%;
  margin: 0px 0px 50px 0px;
  padding: 30px 40px;
}
#industries .box-logistics {
  box-shadow: 5px 5px 0px #2565f9;
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 100%;
  margin: 0px 0px 50px 0px;
  padding: 30px 40px;
}
#industries .box-retail {
  box-shadow: 5px 5px 0px #1db88d;
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 100%;
  margin: 0px 0px 50px 0px;
  padding: 30px 40px;
}
#industries .sub-hdr-1 {
  font-weight: normal;
  font: 32px "montserrat-bold";
  text-align: left;
  padding: 25px 0px 0px 0px;
  margin: 0px;
  color: #333;
}
.cta-container {
  margin: 0px auto;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.cta-serv {
  background: #c000ff;
  box-shadow: 0 3px 0 #7619f1;
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 0px 0px 15px 0px;
}
a.cta-serv:hover,
a.cta-manufacture:hover,
a.cta-logistics:hover,
a.retail:hover {
  text-decoration: none;
  color: #fff;
}
.cta-manufacture {
  float: left;
  background: #f54e48;
  box-shadow: 0 3px 0 #e60d05;
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 0px 0px 15px 0px;
}
.cta-logistics {
  background: #2565f9;
  box-shadow: 0 3px 0 #0043df;
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 15px 0px;
}
.cta-retail {
  background: #1db88d;
  box-shadow: 0 3px 0 #019f73;
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 15px 0px;
}

/*.indus-content p:first-child { width: 100%; }*/
.industry-box {
  background: #f8f8f8;
  padding: 50px;
}
.indus-content div {
  width: 49%;
}
/* .indus-content { justify-content: center; }; */
.indus-content div {
  margin: 15px;
  width: 20%;
  padding: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #fff;
  text-align: center;
  box-shadow: 2px 2px 6px 3px #e6e6e6;
}
#industries .industxt {
  font: 32px "montserrat-bold";
  text-align: center;
  padding: 0 40px;
  margin-bottom: 40px;
}

.indus-content div p {
  font: 15px "montserrat-regular";
  line-height: 24px;
  font-weight: bold;
  padding: 5px 0px;
  letter-spacing: 0.9;
}
.arrow-link i {
  background: #2565f9;
  margin-left: 15px;
  color: white;
  border-radius: 25px;
  padding: 8px 9px;
  font-size: 18px;
  margin-top: 10px;
}

/* Option 2 */
#industries .industry-box1 {
  width: 100%;
  margin-bottom: 75px;
}
#industries .indus-box-serv {
  display: flex;
  justify-content: space-between;
  box-shadow: 5px 5px 0px #c000ff, 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 40%;
  margin: 0px 75px 0px 75px;
}
#industries .indus-box-manufacture {
  display: flex;
  justify-content: space-between;
  box-shadow: 5px 5px 0px #f54e48, 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 40%;
  margin: 0px 0px 0px 0px;
}
#industries .indus-box-logistics {
  display: flex;
  justify-content: space-between;
  box-shadow: 5px 5px 0px #2565f9, 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 40%;
  margin: 50px 75px 0px 75px;
}
#industries .indus-box-retail {
  display: flex;
  justify-content: space-between;
  box-shadow: 5px 5px 0px #1db88d, 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 40%;
  margin: 50px 0px 0px 0px;
}
#industries .indus-box-maritime {
  display: flex;
  justify-content: space-between;
  box-shadow: 5px 5px 0px #006E71, 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 40%;
  margin: 50px 75px 0px 75px;
}
#industries .indus-box-corporate {
  display: flex;
  justify-content: space-between;
  box-shadow: 5px 5px 0px #1db88d, 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 40%;
  margin: 0px 75px 0px 75px;
}
#industries .indus-box-institutions {
  display: flex;
  justify-content: space-between;
  box-shadow: 5px 5px 0px #253083, 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid #f3f1f1;
  width: 40%;
  margin: 50px 75px 0px 75px;
}
#industries .para-txt1 {
  min-height: 100px;
  font-weight: normal;
  font: 15px "montserrat-regular";
  color: #000;
  text-align: justify;
  line-height: 26px;
}
#industries .imgs {
  width: 180px !important;
  height: auto !important;
  padding: 25px 0px;
}
.cta-serv1 {
  background: #c000ff;
  box-shadow: 0 5px 10px rgb(192 0 255 / 50%);
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  min-width: 181px;
  width: 181px;
}
.cta-manufacture1 {
  background: #f54e48;
  box-shadow: 0 5px 10px rgb(230 13 5 / 50%);
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  min-width: 181px;
  width: 181px;
}
.cta-logistics1 {
  background: #2565f9;
  box-shadow: 0 5px 10px rgb(0 67 223 / 50%);
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  min-width: 181px;
  width: 181px;
}
.cta-retail1 {
  background: #1db88d;
  box-shadow: 0 5px 10px rgb(1 159 115 / 50%);
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  min-width: 181px;
  width: 181px;
}
.cta-maritime1 {
  background: #006E71;
  box-shadow: 0 5px 10px rgb(0 110 113 / 50%);
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  min-width: 181px;
  width: 181px;
}
.cta-corporate1 {
  background: #1db88d;
  box-shadow: 0 5px 10px rgb(29 184 141 / 50%);
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  min-width: 181px;
  width: 181px;
}
.cta-institutions1 {
  background: #253083;
  box-shadow: 0 5px 10px rgb(37 48 131 / 50%);
  font: 15px "montserrat-medium";
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  min-width: 181px;
  width: 181px;
}
#industries .sub-hdr-2 {
  font-weight: normal;
  font: 24px "montserrat-bold";
  text-align: center;
  padding: 0px;
  margin: 0px;
  color: #333;
}
a.cta-maritime1:hover,
a.cta-serv1:hover,
a.cta-manufacture1:hover,
a.cta-logistics1:hover,
a.cta-retail1:hover,
a.cta-corporate1:hover,
a.cta-institutions1:hover {
  text-decoration: none;
  color: #fff;
}

/* Option 2 */

.link-noline {
  text-decoration: none !important;
}
#industries .enterprise-list .enterprise-content div {
  margin: 15px;
  width: 20%;
  padding: 10px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #fff;
  text-align: center;
  box-shadow: 2px 2px 6px 3px #e6e6e6;
}
.partner-logo {
  width: 200px !important;
}
.usecase-img {
  width: 200px;
  height: auto;
  min-height: 200px;
}

/* About Us */
/* .about-lead-wrap {
  width: 90%;
  margin: 0px auto;
}
.about-lead-wrap-box-2 {
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #000;
  padding-top: 50px;
}
.about-lead-wrap-box-3 {
  width: 40%;
  margin: 0px auto;
  text-align: center;
}
.about-lead-image {
  cursor: pointer;
  width: 95% !important;
} */
/* .about-lead-social-box {margin-top:-10px;display:inline-block;background: #f4f6fa;color: #778777;padding: 10px 20px;font: 19px 'montserrat-medium';border-radius:5px;box-shadow:1px 1px 1px #d2d2d2;}  */
/* .about-lead-social-img {
  display: inline-block !important;
  width: 30px !important;
} */
/* .about-lead-sign-1 {width:75% !important;margin-top:10px !important;} */
/* .about-lead-sign-2 {
  width: 45% !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
} */
/* .about-usp-text {
  font-size: 17px;
  font-weight: bold;
  font-family: montserrat-bold;
}
.about-lead-box-1 {
  margin-top: -125px;
}
.about-lead-box-2 {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  display: flex !important;
  align-items: baseline !important;
}

.about-lead-box-3 {
  width: 40%;
  margin: 0px auto;
  float: left;
}
.about-lead-box-4 {
  width: 50%;
  margin: 0px auto;
}
.about-lead-box-5 {
  width: 75%;
  margin: 0px auto;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #4a4a4a;
  padding-top: 0px;
}
#lead-box1 {
  display: block !important;
}
#lead-box2 {
  display: block !important;
}
.join-wrap {
  border-top: 1px dashed #d4d4d4;
  padding-top: 20px;
}
.join-img {
  float: left;
  width: 35%;
}
.join-box {
  float: left;
  width: 60%;
  text-align: left;
  padding-left: 0px;
}
.join-box h2 {
  padding-left: 40px !important;
  display: inline-block !important;
  text-align: left !important;
}
.join-box p {
  text-align: left !important;
} */
/* About Us */

@media only screen and (max-width: 820px) {
  .about-lead-box-2 {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 820px) {
  .about-lead-box-3 {
    width: 100% !important;
  }
}
/*@media only screen and (max-width: 1400px) {    
.indus-content div { width: 30% !important; }
.usecase-img {width: 80%;height:auto;     min-height: 267px;}
}


@media only screen and (max-width: 976px) {    
.indus-content div { width: 45% !important; }    
}
*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    background: #fff !important;
  }
  #industries .para-txt {
    text-align: left;
    padding: 10px 0px 60px 0px;
    font: 16px "montserrat-regular";
    line-height: 30px;
  }
  #industries .banner-desc {
    text-align: center;
    padding: 30px 20px;
  }
  #industries .banner-desc p {
    line-height: 30px !important;
    color: #000;
    text-align: justify;
  }
  #industries .head-title {
    font: 30px "montserrat-bold";
  }
  #industries .box-service {
    box-shadow: 5px 5px 0px #c000ff;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 30px 40px;
  }
  #industries .box-manufacture {
    box-shadow: 5px 5px 0px #f54e48;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 30px 40px;
  }
  #industries .box-logistics {
    box-shadow: 5px 5px 0px #2565f9;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 30px 40px;
  }
  #industries .box-retail {
    box-shadow: 5px 5px 0px #1db88d;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 30px 40px;
  }
  #industries .sub-hdr-1 {
    font-weight: normal;
    font: 32px "montserrat-bold";
    text-align: left;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    color: #333;
  }
  .cta-container {
    margin: 0px auto;
  }
  .fleft {
    float: left;
  }
  .fright {
    float: right;
  }
  .cta-serv {
    background: #c000ff;
    box-shadow: 0 3px 0 #7619f1;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 0px 0px 15px 0px;
  }
  .cta-manufacture {
    float: left;
    background: #f54e48;
    box-shadow: 0 3px 0 #e60d05;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 0px 0px 15px 0px;
  }
  .cta-logistics {
    background: #2565f9;
    box-shadow: 0 3px 0 #0043df;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px 0px;
  }
  .cta-retail {
    background: #1db88d;
    box-shadow: 0 3px 0 #019f73;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px 0px;
  }

  .industry-box {
    background: #f8f8f8;
    padding: 50px 15px;
  }
  .indus-content div {
    font: 20px "montserrat-regular";
    margin: 15px 10px;
    width: 43%;
    padding: 10px 10px 0px 10px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 6px 3px #e6e6e6;
  }
  #industries .industxt {
    font: 32px "montserrat-bold";
    text-align: center;
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .indus-content div p {
    font-weight: bold;
    padding: 5px 0px;
    font-size: 14px;
    letter-spacing: 0.8px;
  }
  .arrow-link i {
    background: #2565f9;
    margin-left: 15px;
    color: white;
    border-radius: 25px;
    padding: 8px 9px;
    font-size: 18px;
    margin-top: 10px;
  }

  /* Option 2 */
  #industries .industry-box1 {
    width: 100%;
    margin-bottom: 50px;
  }
  #industries .indus-box-maritime {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #006E71, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 85%;
    margin: 0px 75px 50px 75px;
  }
  #industries .indus-box-serv {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #c000ff, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 85%;
    margin: 0px 50px 0px 50px;
  }
  #industries .indus-box-manufacture {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #f54e48, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 85%;
    margin: 100px 0px 0px 50px;
  }
  #industries .indus-box-logistics {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #2565f9, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 85%;
    margin: 100px 50px 0px 50px;
  }
  #industries .indus-box-retail {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #1db88d, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 85%;
    margin: 100px 0px 0px 50px;
  }
  #industries .indus-box-corporate {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #1db88d, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 85%;
    margin: 0px 50px 0px 50px;
  }
  #industries .indus-box-institutions {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #253083, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 85%;
    margin: 100px 50px 0px 50px;
  }
  #industries .para-txt1 {
    font-weight: normal;
    font: 17px "montserrat-regular";
    color: #000;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #industries .imgs {
    width: 50% !important;
    padding: 25px 0px;
  }
  .cta-serv1 {
    background: #c000ff;
    box-shadow: 0 5px 10px rgb(192 0 255 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }
  .cta-manufacture1 {
    background: #f54e48;
    box-shadow: 0 5px 10px rgb(230 13 5 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }
  .cta-logistics1 {
    background: #2565f9;
    box-shadow: 0 5px 10px rgb(0 67 223 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }
  .cta-retail1 {
    background: #1db88d;
    box-shadow: 0 5px 10px rgb(1 159 115 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }
  .cta-maritime1 {
    background: #006E71;
    box-shadow: 0 5px 10px rgb(0 110 113 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }
  #industries .sub-hdr-2 {
    font-weight: normal;
    font: 24px "montserrat-bold";
    text-align: center;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    color: #333;
  }

  /* Option 2 */

  #industries .enterprise-list .enterprise-content div {
    margin: 15px;
    width: 25%;
    padding: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 6px 3px #e6e6e6;
  }

  .partner-logo {
    width: 75px !important;
  }

  /* .usecase-img {width: 100px;height:100px;} */
  /* .indus-content { display: none !important;} */
  .usecase-img {
    width: 80%;
    height: auto;
    min-height: 267px;
  }
  /*#main-menu-cont {display:none;}*/
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  /* body {background: #FFF !important;}

.indus-content { display: none !important;} */

  #ops .static-head-two {
    font: 22px "nexa-bold" !important;
    line-height: 36px !important;
  }
  #ops .banner-img {
    width: 80%;
  }
  #ops .banner-desc {
    text-align: center;
    padding: 30px 20px;
  }
  #ops .banner-content {
    margin: 155px auto 20px;
  }
  #ops .h1-cont {
    line-height: 30px !important;
    color: #000;
    text-align: justify;
  }
  #ops .industry-wrap .content-wrap p {
    text-align: center;
    margin: 15px 0px 40px;
    font-family: "montserrat-regular";
    font-size: 17px;
    line-height: 30px;
    color: #000;
  }
  #ops .tl-help-wraps h2 {
    font: 20px "montserrat-bold" !important;
    color: #000;
  }
  #ops .tl-help-wraps .icon-title h3 {
    font: 18px "montserrat-bold" !important;
  }
  #ops .audit-feature-wrap .section-wrap p {
    font-size: 17px;
    line-height: 24px;
    color: #000 !important;
  }
  #ops .blog-wrap {
    margin: 50px 0 !important;
  }
  .blog-wrap h2 {
    font: 28px "montserrat-bold";
  }
  footer .info-text h2 {
    font-size: 24px !important;
    line-height: 34px;
  }
  footer .info-text {
    font-size: 22px !important;
    line-height: 32px !important;
    color: #000;
  }

  #busi-serv .top-content h3 {
    font: 30px "nexa-bold" !important;
  }
  #busi-serv .top-content .static {
    font: 19px "montserrat-regular";
    line-height: 28px;
    margin-top: 20px;
  }
  #busi-serv .top-content .static h1 {
    font: 19px "montserrat-regular" !important;
    line-height: 28px !important;
  }
  #busi-serv .banner-desc {
    text-align: center;
    padding: 30px 20px;
  }
  #busi-serv .banner-desc p {
    line-height: 30px !important;
    color: #000;
    text-align: justify;
  }
  #busi-serv .industry-wrap .content-wrap p {
    text-align: justify;
    margin: 15px 0px 40px;
    font-family: "montserrat-regular";
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
  #busi-serv .section-wrap h2 {
    font: 20px "montserrat-bold";
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  #busi-serv .section-wrap p {
    padding: 0px;
    margin: 0px;
    font-family: "montserrat-regular";
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
  }
  #busi-serv .features-header {
    padding-top: 10px !important;
    margin-top: 5px !important;
  }
  #busi-serv .features-header h2 {
    font: 26px "montserrat-bold" !important;
  }
  #busi-serv .content ul h3 {
    font: 20px "montserrat-bold";
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  #busi-serv .content ul li p {
    font: 16px "montserrat-regular";
    padding-left: 33px;
    line-height: 26px;
    color: #000;
    margin: 10px 0 30px 10px;
  }

  #industries .top-content h1 {
    font: 35px "nexa-bold" !important;
  }
  #industries .top-content .sixth-type p {
    font: 19px "montserrat-regular";
    line-height: 28px;
    margin-top: 20px;
  }
  #industries .mt-40 {
    margin-top: 0px !important;
  }
  #industries .banner-desc {
    text-align: center;
    padding: 30px 20px;
  }
  #industries .banner-desc p {
    line-height: 30px !important;
    color: #000;
    text-align: justify;
  }
  #industries .head-title {
    font: 30px "montserrat-bold";
  }
  #industries .para-txt {
    color: #000;
    text-align: justify;
    padding: 10px 0px;
    font: 16px "montserrat-regular";
    line-height: 30px;
  }

  #industries .box-service {
    box-shadow: 5px 5px 0px #c000ff;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 15px 20px;
  }

  #industries .box-manufacture {
    box-shadow: 5px 5px 0px #f54e48;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 15px 20px;
  }

  #industries .box-logistics {
    box-shadow: 5px 5px 0px #2565f9;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 15px 20px;
  }

  #industries .box-retail {
    box-shadow: 5px 5px 0px #1db88d;
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 15px 20px;
  }

  #industries .sub-hdr-1 {
    font-weight: normal;
    font: 20px "montserrat-bold";
    text-align: center;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    color: #333;
  }

  #industries .industry-wrap .para-inner-txt {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    font-family: "montserrat-regular";
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
  }

  .cta-container {
    margin: 0px auto;
    text-align: center;
  }

  .cta-serv {
    background: #c000ff;
    box-shadow: 0 3px 0 #7619f1;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px 0px;
  }

  .cta-manufacture {
    background: #f54e48;
    box-shadow: 0 3px 0 #e60d05;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px 0px;
  }

  .cta-logistics {
    background: #2565f9;
    box-shadow: 0 3px 0 #0043df;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px 0px;
  }

  .cta-retail {
    background: #1db88d;
    box-shadow: 0 3px 0 #019f73;
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px 0px;
  }

  #industries .industry-wrap .section-wrap .section {
    margin: 5%;
  }

  /*.indus-content p:first-child { width: 100%; }*/
  .industry-box {
    margin: 50px 0;
    background: #f8f8f8;
    padding: 16px;
  }
  .indus-content div {
    width: 98% !important;
  }
  #industries .industxt {
    font: 24px "montserrat-bold";
    text-align: center;
    margin: 24px 0px;
    line-height: 36px;
  }

  .indus-content div {
    font: 20px "montserrat-regular";
    line-height: 24px;
    margin: 10px 20px;
    width: 98%;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 6px 3px #e6e6e6;
  }
  .indus-content div p {
    font-weight: bold;
    padding: 20px 0px 0;
    font-size: 21px;
    letter-spacing: 0.8px;
  }
  .arrow-link i {
    background: #2565f9;
    margin-left: 15px;
    color: white;
    border-radius: 25px;
    padding: 8px 9px;
    font-size: 18px;
    margin-top: 10px;
  }

  .indus-content div a .usecase-img {
    width: 241px;
    height: auto;
    min-height: 200px;
  }

  /* Option 2 */
  #industries .industry-box1 {
    width: 100%;
    margin-bottom: 50px;
  }

  #industries .indus-box-serv {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #c000ff, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 98%;
    margin: 50px 10px 0px 10px;
  }

  #industries .indus-box-manufacture {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #f54e48, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 98%;
    margin: 50px 0px 0px 0px;
  }

  #industries .indus-box-logistics {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #2565f9, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 98%;
    margin: 50px 10px 0px 10px;
  }

  #industries .indus-box-retail {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #1db88d, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 98%;
    margin: 50px 0px 0px 0px;
  }

  #industries .indus-box-maritime {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #006E71, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 98%;
    margin: 50px 10px 0px 10px;
  }

  #industries .indus-box-corporate {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #1db88d, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 98%;
    margin: 0px 10px;
  }

  #industries .indus-box-institutions {
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 0px #253083, 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    border: 1px solid #f3f1f1;
    width: 98%;
    margin: 50px 10px 0px 10px;
  }

  #industries .para-txt1 {
    min-height: 125px;
    font-weight: normal;
    font: 16px "montserrat-regular";
    color: #000;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 5px;
  }

  #industries .imgs {
    width: 75% !important;
    padding: 25px 0px;
  }

  .cta-serv1 {
    background: #c000ff;
    box-shadow: 0 5px 10px rgb(192 0 255 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }

  .cta-manufacture1 {
    background: #f54e48;
    box-shadow: 0 5px 10px rgb(230 13 5 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }

  .cta-logistics1 {
    background: #2565f9;
    box-shadow: 0 5px 10px rgb(0 67 223 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }

  .cta-retail1 {
    background: #1db88d;
    box-shadow: 0 5px 10px rgb(1 159 115 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }

  .cta-maritime1 {
    background: #006E71;
    box-shadow: 0 5px 10px rgb(0 110 113 / 50%);
    font: 15px "montserrat-medium";
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 25px auto;
    min-width: 181px;
    width: 181px;
  }

  #industries .sub-hdr-2 {
    font-weight: normal;
    font: 21px "montserrat-bold";
    text-align: center;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    color: #333;
  }

  /* Option 2 */

  .partner-logo {
    width: 200px !important;
  }

  #industries .enterprise-list .enterprise-content div {
    margin: 15px;
    width: 75%;
    padding: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 6px 3px #e6e6e6;
  }

  .usecase-img {
    padding: 5px 0;
  }
  .usecase-img {
    width: 80%;
    height: auto;
  }
  /*#main-menu-cont {display:none;}*/
}

/* @media only screen and (max-width: 820px) {
  .about-lead-wrap {
    width: 90%;
    margin: 0px auto;
  }
  .about-lead-wrap-box-2 {
    font-family: "montserrat-regular";
    font-size: 17px;
    line-height: 35px;
    color: #000;
    padding-top: 50px;
  }
  .about-lead-wrap-box-3 {
    width: 50%;
    margin: 0px auto;
    text-align: center;
  }
  .about-lead-image {
    cursor: pointer;
    width: 95% !important;
  }
  
  .about-lead-social-img {
    display: inline-block !important;
    width: 30px !important;
  }
  
  .about-lead-sign-2 {
    width: 45% !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .about-usp-text {
    font-size: 17px;
    font-weight: bold;
    font-family: montserrat-bold;
  }
  .about-lead-box-1 {
    margin-top: 0px;
  }
  .about-lead-box-2 {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    display: flex !important;
    align-items: baseline !important;
  }
  .about-lead-box-3 {
    width: 40%;
    margin: 0px auto;
    float: left;
  }
  .about-lead-box-4 {
    width: 50%;
    margin: 0px auto;
  }
  .about-lead-box-5 {
    width: 100%;
    margin: 0px auto;
    font-family: "montserrat-regular";
    font-size: 17px;
    line-height: 35px;
    color: #4a4a4a;
    padding-top: 0px;
    text-align: justify;
  }
  #lead-box1 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  #lead-box2 {
    display: none !important;
  }
  .join-wrap {
    border-top: 1px dashed #d4d4d4;
    padding-top: 20px;
  }
  .join-img {
    float: unset;
    width: 70%;
    margin: 0 auto;
  }
  .join-box {
    float: left;
    width: 95%;
    text-align: left;
    padding-left: 0px;
  }
  .join-box h2 {
    margin-top: 30px;
    width: 100%;
    display: inline-block !important;
    text-align: center !important;
    padding-left: 0px !important;
  }
  .join-box p {
    text-align: center !important;
  }
} */

@media only screen and (max-width: 414px) {
  /* .about-lead-wrap {
    width: 90%;
    margin: 0px auto;
  }
  .about-lead-wrap-box-2 {
    
    width: 99%;
    margin-left: 0px;
    font-family: "montserrat-regular";
    font-size: 17px;
    line-height: 35px;
    color: #4a4a4a;
    padding: 50px 0px !important;
    text-align: justify;
  }
  .about-lead-wrap-box-3 {
    width: 95%;
    margin: 0px auto;
    text-align: center;
  }
  .about-lead-image {
    cursor: pointer;
    width: 250px !important;
  }
  .about-lead-social {
    width: 50px !important;
    border-radius: 50px !important;
    position: absolute !important;
    margin-top: -120px !important;
    margin-left: 56% !important;
    box-shadow: 5px 5px 11px #a0a0a0 !important;
  }
  .about-lead-sign {
    width: 200px !important;
    margin-top: -20px !important;
  }
  /* .about-lead-sign-1 {width:75% !important;margin-top:10px !important;} */
  /* .about-lead-sign-2 {
    width: 65% !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .about-usp-text {
    font-size: 17px !important;
    font-weight: bold;
    font-family: montserrat-bold;
  }
  .about-lead-box-1 {
    margin-top: 50px;
  }
  .about-lead-box-2 {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    display: grid !important;
  }
  .about-lead-box-3 {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 50px;
    float: none;
  }
  .about-lead-box-4 {
    width: 100%;
    margin: 0px auto;
  }
  .about-lead-box-5 {
    width: 100%;
    margin: 0px auto;
    font-family: "montserrat-regular";
    font-size: 17px;
    line-height: 35px;
    color: #4a4a4a;
    padding-top: 0px;
  }
  #lead-box1 {
    display: block !important;
  }
  #lead-box2 {
    display: none !important;
  } */
  /* #about-logos li {
    width: 50% !important;
  } */
  .mission-wrap {
    margin: 50px auto 0 !important;
  }
  .about-us-wrap .awards-list {
    margin-bottom: 0px !important;
  }
  /* .join-wrap {
    border-top: 1px dashed #d4d4d4;
    padding-top: 20px;
  }
  .join-img {
    display: none;
  }
  .join-box {
    width: 100%;
    text-align: justify;
  }
  .join-box h2 {
    display: inline-block;
  }
  .join-box p {
    text-align: justify !important;
    padding: 0px 35px !important;
    line-height: 32px !important;
  } */
  */ .value-wrap ul li .caption h3 {
    padding: 0px 0px 15px 0px !important;
  }
}

/* Homepage */
@media only screen and (max-width: 2600px) {
  .static-head-four div {
    margin-top: 0px;
    font: 20px "montserrat-regular" !important;
    color: #434343;
    line-height: 36px;
    padding-right: 80px;
  }
  .topword {
    font: 64px "nexa-bold" !important;
    line-height: 80px !important;
  }
  .topword1 {
    font: 55px "nexa-light" !important;
    line-height: 68px !important;
  }
}

@media screen and (max-width: 1267px) {
  .static-head-four div {
    margin-top: 0px;
    font: 20px "montserrat-regular" !important;
    color: #434343;
    line-height: 36px;
    padding-right: 0px;
  }
  .topword {
    font: 46px "nexa-bold" !important;
    line-height: 55px !important;
  }
  .topword1 {
    font: 36px "nexa-light" !important;
    line-height: 50px !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .static-head-four div {
    margin-top: 0px;
    font: 20px "montserrat-regular" !important;
    color: #434343;
    line-height: 36px;
    padding-right: 0px;
  }
  .topword {
    font: 46px "nexa-bold" !important;
    line-height: 55px !important;
  }
  .topword1 {
    font: 36px "nexa-light" !important;
    line-height: 50px !important;
  }
}

@media only screen and (max-width: 820px) {
  /*.static-head-four div { background: #FF0000 !important;}*/
}

@media only screen and (max-width: 414px) {
  .static-head-four div {
    margin-top: 0px;
    font: 20px "montserrat-regular";
    color: #434343;
    line-height: 36px;
    padding-right: 0px;
  }
  .topword {
    font: 46px "nexa-bold" !important;
    line-height: 55px !important;
  }
  .topword1 {
    font: 36px "nexa-light" !important;
    line-height: 50px !important;
  }
}
/* Homepage */
