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

* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
a,
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
}
:root {
  --main-font: "Poppins", sans-serif;
  --primary: #fd4e03;
  --secondery: #1397b9;
  --sub-3: #bdbdbd;
  --sub-4: #e0e0e0;
  --white: #ffffff;
  --black: #000000;
}

#main-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
  width: 100%;
}

.banner-area {
  padding: 161px 0px 178px;
  /* background-image: url(../images/banner-bg.webp); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.page-template-template-contactus .banner-area {
  background-position: top center;
}
.banner-area.product-banner {
  background-image: url(../images/pro-bg.webp);
}
.banner-area.service-banner {
  background-image: url(../images/shanghai-container-terminal-dusk.webp);
}
.banner-area.comn-bn .left {
  margin-top: 0px;
}
.banner-area .left {
  background-color: #000000b5;
  padding: 18px 16px;
  border-radius: 6px;
  margin-top: 0;
}
.banner-area .left .heading {
  font-size: 52px;
  font-weight: 700;
  color: #ff4f03;
  margin-bottom: 10px;
}
.banner-area .left .heading.product {
  color: #ff4f03;
}
.banner-area .left .para {
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 10px;
}
.primary-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background: var(--primary);
  border-radius: 6px;
  padding: 8px 18px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  width: max-content;
}
.primary-btn i {
  width: 20px;
}
.primary-btn:hover,
.primary-btn:focus {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
}

.about-area {
  padding: 80px 0px;
  position: relative;
}
.about-area .left {
  padding: 30px 25px;
  border-radius: 8px;
  background-color: var(--secondery);
  margin-right: -60px;
  position: relative;
}
.about-area .left .heading {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
}
.home .about-area .left .heading {
  color: #fff;
}
/* .about-area .left .heading.product {
  color: #fff;
} */
.about-area .left .main {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.about-area .left .sub {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 19px;
}
.about-area .right {
  display: flex;
  gap: 10px;
}
.about-area .right .fir {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-area .right .single-pic img {
  border-radius: 10px;
}
.about-area.extra .right .fir {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 58%;
}
.about-area.extra .right .fir img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.about-area .right .cmn {
  /* width: 100%; */
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.about-area.product-area-banner .right .cmn,
.about-area.extra .right .cmn,
.about-area.services-area .right .cmn {
  width: 100%;
}
.about-area.product-area-banner .sub.product {
  font-size: 18px !important;
}
.about-area .right .cmn .sec {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.about-area .right .cmn .sec img {
  width: 100%;
  height: 100%;
}
.about-area .right .cmn .sec.service {
  overflow: hidden;
}
.about-area .right .cmn .sec.service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-area.extra .right .cmn .sec img {
  height: 260px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about-area .extra-content {
  margin-top: 30px;
}
.about-area .extra-content .main {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 4px;
}
.about-area .extra-content .sub {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

.products-area {
  padding: 90px 0px;
  position: relative;
  /* background: url(../images/pr-bg.webp); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.products-area img {
  max-width: 100%;
  object-fit: fill !important;
}
.products-area .section-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 30px;
}
/*.home .products-area .section-title h2 {
  color: #fff;
}*/
.products-cards {
  min-height: 460px;
  padding: 14px 14px;
  border-radius: 12px;
  margin-bottom: 26px;
  background-color: #fff;
}
.products-cards.large {
  min-height: 500px;
}
.products-cards .pic img {
  width: 100%;
  height: 400px;
  max-height: 200px;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  /* filter: grayscale(100%); */
}

.services .products-cards {
  min-height: 400px !important;
}

.page-template-template_services .products-cards .pic img {
  object-fit: cover !important;
}
.products-cards .pic {
  margin-bottom: 10px;
  border: 1px solid #cdcbcb;
  overflow: hidden;
  border-radius: 8px;
}
.products-cards .name {
  font-size: 22px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 10px;

  background-color: #128faf !important;
  color: #fff !important;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}
.products-cards p {
}
.products-cards .content .description {
  /* overflow: hidden;
  max-height: 4rem; */
  transition: max-height 0.3s ease;
  font-size: 16px !important;
  color: #202020;
  margin-bottom: 6px;
  font-weight: 500;
}
.products-cards .content .none {
  font-size: 14px;
  color: #202020;
  margin-bottom: 6px;
  font-weight: 500;
}
.products-cards .content .description.expanded {
  max-height: 100rem;
}
.read-btn {
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
}
.read-btn:hover {
  color: var(--secondery);
}
.read-btn.link-btn {
  background-color: #fd4e03;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 300ms;
  display: inline-block;
}
.read-btn.link-btn:hover {
  background-color: #1397b9;
  color: #fff;
}
.market-area {
  padding: 90px 0px;
  position: relative;
}
.market-area .top {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 80%;
  margin: 0px auto 45px;
}
.market-area .top .title {
  font-size: 50px;
  color: var(--primary);
  font-weight: 700;
  text-align: center;
}
.market-area .top .sub {
  font-size: 18px;
  text-align: center;
  color: #252525;
  font-weight: 500;
}
.market-area .left {
  display: flex;
  gap: 10px;
  padding-right: 20px;
}
.market-area .left .single-pic img {
  border-radius: 10px;
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.market-area .left .item {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.market-area .left .item:nth-child(2) {
  margin-top: 40px;
}
.market-area .right .heading {
  font-size: 29px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 40px;
}
.market-area .right .list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.market-area .right .list li {
  display: flex;
  gap: 20px;
  justify-content: start;
}
.market-area .right .list li .pic {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 150px;
  background-color: var(--secondery);
  position: relative;
}
.market-area .right .list li .pic img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  position: absolute;
}
.market-area .right .list li .content {
  width: 80%;
}
.market-area .right .list li .content .name {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.market-area .right .list li .content .cont {
  font-size: 16px;
  margin-bottom: 4px;
}

.contact-area {
  padding: 90px 0px;
  /*  background: url(../images/con-bg.webp);*/
  background-color: #128faf;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-area .section-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contact-area .cont-form {
  position: relative;
  width: 100%;
}
.contact-area .cont-form .wpcf7-form .inside,
.contact-area .cont-form .wpcf7-form .sub {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.contact-area .cont-form .wpcf7-form .inside p {
  width: 100%;
}
.contact-area .cont-form .comn-inp {
  width: 31%;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  outline: none;
  padding: 10px;
  margin: 0px 1% 20px;
}
.contact-area .cont-form .wpcf7-form .inside .comn-inp {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.contact-area .cont-form .wpcf7-form .sub p:nth-child(1) {
  width: 66%;
}
.contact-area .cont-form .wpcf7-form .sub p:nth-child(2) {
  width: 33%;
}
.contact-area .cont-form .comn-inp.extra {
  width: 100%;
  margin: 0px 0 0px 0;
}

.contact-area .cont-form .submit-btn {
  font-size: 18px;
  padding: 9px 10px;
  border-radius: 6px;
  border: 1px solid var(--primary);
  outline: none;
  width: 100%;
  margin: 0px 0% 0px 1%;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: 0.3s ease-in-out;
}
.contact-area .cont-form .submit-btn:hover {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: #000;
}

.mission-area {
  padding: 90px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mission-area .miss-card {
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  gap: 16px;
}
.mission-area .miss-card .content {
  width: 67%;
}
.mission-area .miss-card .name {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
}
.mission-area .miss-card .para {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  color: #000;
}

footer .top {
  background-color: #fff;
  padding: 30px 0px;
}
footer .top .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top .info hr {
  height: 100px;
  width: 2px;
  opacity: 0.7;
}
footer .top .info .item {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin: 0px auto;
}
footer .top .info .item.add {
  width: 22%;
  margin-left: 0px;
}
footer .top .info .item.ph {
  width: 14%;
}
footer .top .info .item.so {
  align-items: start;
  width: 15%;
  margin: 0px 0px 0px auto;
}
footer .top .info .name {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
  text-align: left;
}
footer .top .info .para {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
footer .top .info .item.so ul {
  display: flex;
  gap: 6px;
}
footer .top .info .item.so ul a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #000;
  border-radius: 40px;
  color: #000;
  transition: 0.3s ease-in-out;
}
footer .top .info .item.so ul a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
footer .top .info .item.so ul a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
footer .btm {
  padding: 25px 0px;
  background: #fe560d;
}
footer .btm .footer-menu {
  width: 60%;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0px auto 16px;
}
footer .btm .footer-menu a {
  padding: 2px 10px;
  font-size: 16px;
  color: #fff;
  transition: 0.2s ease-in-out;
}
footer .btm .footer-menu li.current-menu-item a,
footer .btm .footer-menu a:hover {
  color: var(--black);
}
footer .btm .copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    background: #fff;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: #fff;
}

@media (max-width: 1440px) {
}

@media (max-width: 1199px) {
  .banner-area .left .para {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .banner-area .left .heading {
    font-size: 42px;
    font-weight: 700;
    color: #ff4f03;
    margin-bottom: 10px;
  }
  footer .top .info .item {
    width: 30%;
  }
  footer .top .info .item.so {
    width: 18%;
  }
  footer .top .info .item.add {
    width: 19%;
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .banner-area {
    padding: 100px 0px;
  }
  .about-area .left {
    padding: 16px 14px;
  }
  .about-area .left .heading {
    font-size: 42px;
    margin-bottom: 8px;
  }
  .products-area .section-title h2 {
    font-size: 42px;
  }
  .about-area .left .sub {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .market-area .top .title {
    font-size: 42px;
  }
  .contact-area .section-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .market-area .top {
    width: 100%;
    gap: 16px;
  }
  .contact-area .cont-form .wpcf7-form .inside,
  .contact-area .cont-form .wpcf7-form .sub {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px;
  }
  .contact-area .cont-form .wpcf7-form .sub p:nth-child(1),
  .contact-area .cont-form .wpcf7-form .sub p:nth-child(2) {
    width: 100%;
  }
  .contact-area .cont-form .comn-inp {
    width: 100%;
    margin: 0px 0% 20px;
  }
  .contact-area .cont-form .comn-inp.email {
    width: 100%;
  }
  .contact-area .cont-form .comn-inp.extra {
    width: 100%;
    margin: 0px 0 20px;
  }
  .contact-area .cont-form .comn-inp.submit-btn {
    width: 100%;
    margin: 0px 0 0 0;
  }
  .mission-area .miss-card .content {
    width: 100%;
  }
  .mission-area .miss-card .para {
    line-height: 140%;
  }
  .mission-area .miss-card {
    flex-direction: column;
    margin-bottom: 14px;
  }
  .mission-area .miss-card .pic img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
  }
  footer .top .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .top .info .item.add {
    width: 100%;
    text-align: center;
  }
  footer .top .info .para {
    text-align: center;
  }
  footer .top .info hr {
    height: 1px;
    width: 70%;
    opacity: 0.7;
  }
  footer .top .info .name {
    font-size: 20px;
    text-align: center;
  }
  footer .top .info .item {
    width: 100%;
  }
  footer .top .info .item.so {
    align-items: center;
    width: 100%;
  }
  footer .btm .footer-menu {
    width: 100%;
    margin: 0px auto 16px;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .banner-area .left .heading {
    font-size: 36px;
  }
  .banner-area {
    padding: 60px 0px;
  }
  .about-area .left {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .about-area .left .heading {
    font-size: 36px;
  }
  .products-area,
  .market-area,
  .about-area,
  .contact-area {
    padding: 40px 0px;
  }

  .products-area .section-title h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .market-area .top .title {
    font-size: 36px;
  }
  .contact-area .section-title h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .market-area .top .sub {
    font-size: 16px;
  }
  .market-area .top {
    margin-bottom: 20px;
  }
  .market-area .left {
    padding-right: 0px;
  }
  .market-area .left .single-pic img {
    width: 100%;
    height: auto;
  }
  .products-cards .name {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  .market-area .right .list li .pic {
    width: 85px;
    height: 85px;
  }
  .market-area .right .list li .content .cont {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .contact-area .cont-form .comn-inp {
    width: 100%;
    margin: 0px 0% 14px;
  }
  .contact-area .cont-form .comn-inp.email {
    width: 100%;
  }
  .contact-area .cont-form .comn-inp.extra {
    width: 100%;
    margin: 0px 0 10px;
  }
  .contact-area .cont-form .comn-inp.submit-btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
