/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #2B3C5E;
  overflow-x: hidden;
}
a:hover{
  color: #292C39;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
body.headitemshow{
  overflow: hidden;
}
.error {
  color: red !important;
  font-size: 14px;
  margin-bottom: 0;
}
/*----------------Home [ START ]-----------*/
.home_banner{
  position: relative;
}
.wd-banner-img img{
  height: 768px;
  display: flex;
  align-items: center;
}
.bnr_txt{
  margin: 0;
  position: absolute;
  top: 35%;
  left: 17%;
}
.bnr_txt h1{
  font-size: 60px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.bnr_txt h1 b{
  font-weight: 700;
}
.bnr_txt p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 55px;
}
.dicover_btn{
  padding: 5px 5px 5px 20px;
  background: #004A99;
  border:2px solid #004A99;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: #fff;
  position: relative;
}
.dicover_btn span{
  background: #012E5F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dicover_btn:hover{
  background: transparent;
  color: #fff;
  border:2px solid #FFF;
}
.owl-banner .owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owl-banner .owl-nav .owl-prev{
  background: #030F2780 !important;
  width: 35px;
  height: 109px;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
}
.owl-banner .owl-nav .owl-next{
  background: #030F2780 !important;
  width: 35px;
  height: 109px;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
}
.wd-bnr-contact{
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 24px 24px 0;
  z-index: 9;
}
.wd-bnr-contact a{
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #030F2726;
  border-radius: 50%;
}
.wd-we-chat{
  background: #45B035;
}
.wd-whatsapp{
  background: #25D366;
}
.wd-drop-arrow{
  position: absolute;
  bottom: -28px;
  left: 50%;
  background: #FFFFFF;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
}
.wd-drop-arrow span{
  box-shadow: 0px 5px 10px 0px #030F2726;
  border: 1px solid #D5DCEA;
  background: #FFFFFF;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  /* animation: ripple 0.7s linear infinite; */
}
.wd-drop-arrow::before{
  content: "";
  border: 1.26px solid #D5DCEA;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.wd-drop-arrow:after{
  content: "";
  border: 1.67px solid #D5DCEA;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
      transform: translate(-50%, -50%) scale(0.5);
      opacity: 1;
      border-width: 3px;
  }

  40% {
      opacity: .5;
      border-width: 2px;
  }

  65% {
      border-width: 1px;
  }

  100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-width: 1px;
  }
}
.wd-industry-blog{
  background: url(../images/home/cotton-industry-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 100px 0 0;
  padding: 60px 0;
  text-align: center;
  color: #FFF;
}
.wd-industry-blog::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #030F2799;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wd-industry-txt{position: relative; z-index: 1;}
.wd-industry-txt h2{
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.wd-industry-txt p{
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.wd-industry-txt p:last-child{
  margin-bottom: 0;
}
.wd-mt-28{margin-top: 28px;}
.wd-mb-30{margin-bottom: 30px;}
/* -------  */
.wd-catalog-bg{
  background: url(../images/home/catalog-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}
.wd-catlog-txt{
  text-align: center;
}
.wd-catlog-txt h3{
  font-size: 44px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.wd-catlog-txt p{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.download-btn{
  background: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  color: #004A99;
  position: relative;
  padding: 16px 70px 17px 43px;
  height: auto;
  border-radius: 28px;
}
.download-btn span{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDB913;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
/* home Product */
.home-product{
  margin-bottom: 100px;
  position: relative;
}
.home-product .wd-product-blog{
  padding: 75px 15px 48px 48px;
  position: relative;
}
.home-pro-title{
  margin-bottom: 28px;
}
.home-pro-title p{
  font-size: 16px;
  font-weight: 400;
  color: #2B3C5E;
  margin: 0;
}
.home-product .wd-product-blog::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 500%;
  content: "";
  border: 1px solid #D5DFE4;
  background: #F7F9FA;
  border-radius: 38px 0 0 38px;
  z-index: -1;
}
.owl-product.owl-carousel .owl-nav.disabled, .owl-product.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -120px 0 0;
}
.owl-product .owl-prev span, .owl-product .owl-next span{
  border: 2px solid #5D6A8126;
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-product .owl-prev:hover span, .owl-product .owl-next:hover span{
  box-shadow: 0px 4px 4px 0px #004A9926;
  background: #004A99;
}
.owl-product .owl-prev:hover span path, .owl-product .owl-next:hover span path{
  stroke: #FFF;
}
/* ------------ wd-mr----------- */
/* --------common css----- */
.wd-main-title{
  font-size: 44px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
/*-----  breadcrumb ----- */
.wd-page-dtls .breadcrumb{
  background-color: transparent;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: fit-content;
  margin: 0 auto;
  gap: 6px;
}
.breadcrumb-item a svg{
  width: 18px;
  height: 18px;
}
.breadcrumb-arrow{
  height: 18px;
}
.breadcrumb-item a, .breadcrumb-item.active{
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  margin:0 0 -6px;
  font-family: "Inter", sans-serif;
}
/*-----  breadcrumb [END] ----- */
/* --------common css [END] ----- */
/* ----------- About us ----------- */
.wd-page-title{
  background: url(../images/title-bnr.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 80px;
  height: 350px;
  position: relative;
  /* filter: blur(7px);
  -webkit-filter: blur(7px); */
}
.wd-page-title::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(3, 15, 39, 0.698);
  width: 100%;
  height: 100%;
  display: none;
}
.wd-page-dtls{
  position: relative;
  text-align: center;
}
.wd-page-dtls h1{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #FFF;
}
.wd-about-blog{
  padding: 80px 0;
  position: relative;
}
.wd-about-img{
  text-align: center;
}
.wd-about-img img{
  height: 582px;
  object-fit: contain;
}
.wd-para-txt p{
  font-size: 16px;
  font-weight: 400;
  color: #2B3C5E;
  margin-bottom: 20px;
}
.wd-para-txt p:last-child{margin-bottom: 0;}
.wd-mission-vision{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  width: 100%;
}
.wd-vision-txt, .wd-mission-txt{width: 50%;}
.wd-mission-txt span{
  background: #7047EB;
  box-shadow: 0px 3px 6px 0px #7047EB30;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.wd-vision-txt span{
  background: #3E7FFF;
  box-shadow: 0px 3px 6px 0px #3E7FFF30;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.wd-mission-vision h3{
  font-size: 20px;
  font-weight: 600;
  color: #1D1F44;
  margin-bottom: 10px;
}
/* Why choose us */
.wd-why-choose-blog{
  background: #F1F6F9;
  padding: 55px 0 40px;
  position: relative;
}
.wd-feature-area{margin-top: 40px; position: relative;}
.wd-features-bx{
  padding: 30px;
  position: relative;
  border-left: 1px solid #c0d1e2;
}
.wd-features-bx img{
  width: 70px !important;
  max-width: 70px;
  height: 70px;
  object-fit: cover;
  margin-bottom: 30px;
}
.wd-features-bx h4{
  font-size: 18px;
  font-weight: 700;
  color: #030F27;
  margin-bottom: 18px;
}
.wd-features-bx p{
  font-size: 16px;
  font-weight: 400;
  color: #2B3C5E;
  margin-bottom: 0;
}
/* get quote form */
.wd-quote-blog{
  padding: 100px 0 80px;
}
.get-quote-form{width: 100%; margin: 40px auto 0;}
.wd-field-group{
  display: flex;
  align-items: center;
  gap: 24px;
}
.get-quote-form .form-group{
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.get-quote-form .form-group.text-center{margin-bottom: 0;}
.get-quote-form .form-control{
  border: 1px solid #CDD6E8;
  font-size: 16px;
  font-weight: 400;
  color: #030F27 !important;
  height: auto;
  padding: 14px 20px;
  border-radius: 8px;
}
.get-quote-form textarea.form-control{
  height: 145px;
}
.get-quote-form .form-control::placeholder{
  color: rgba(3, 15, 39, 0.5);
}
.get-quote-form .form-control::-moz-placeholder{
  color: rgba(3, 15, 39, 0.5)
}
.get-quote-form .form-control:focus{
  box-shadow: none;
  outline: none;
  border-color: #004A99;
}
.wd-submit-btn{
  padding: 13px 65px 13px 50px;
  background: #004A99;
  border:2px solid #004A99;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: #fff;
  position: relative;
}
.wd-submit-btn span{
  background: #012E5F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.wd-submit-btn:hover{
  background: transparent;
  color: #004A99;
}
/* ------------ Product ---------- */
.wd-product-blog{padding: 80px 0 20px; position: relative;}
.wd-product-bx{
  border: 1px solid #D5DFE4;
  border-radius: 28px;
  padding: 16px;
}
.wd-pro-img img{
  height: 262px;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.wd-pro-img{
  margin-bottom: 15px;
}
.wd-product-bx h3{
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #030F27;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 45px;
}
.read-more-btn{
  padding: 12px 5px;
  background: #004A99;
  border:2px solid #004A99;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
}
.read-more-btn span{
  background: #012E5F;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px;
}
.read-more-btn:hover{
  background: transparent;
  color: #004A99;
}
/* ------------ product Details ------- */
.product-detials-blog{
  padding: 80px 0 0;
  position: relative;
}
.wd-prodct-img img{height: 548px; object-fit: contain;}
.wd-pb-80{
  padding-bottom: 80px;
}
.wd-pb-50{
  padding-bottom: 50px;
}
.wd-pt-50{
  padding-top: 50px;
}
.wd-sub-title{
  font-size: 24px;
  font-weight: 600;
  color: #1D1F44;
  margin-bottom: 12px;
}
.wd-prodct-range{
  padding: 80px 0 50px;
  position: relative;
}
.wd-prodct-rng-bx{
  border: 1px solid #D7DEEE;
  background: #F8FAFF;
  padding: 20px;
  border-radius: 18px;
  height: 100%;
}
.wd-mb-30{
  margin-bottom: 30px;
}
.wd-prodct-rng-bx h5{
  font-size: 18px;
  font-weight: 700;
  color: #2B3C5E;
  margin-bottom: 12px;
}
.wd-prodct-rng-bx ul li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.wd-prodct-rng-bx ul li:last-child{
  margin-bottom: 0;
}
.wd-prodct-rng-bx ul li img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.wd-prodct-rng-bx ul li span{
  font-size: 16px;
  font-weight: 400;
  color: #2B3C5E;
}
.wd-prodct-rng-bx p{
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #2B3C5E;
  margin-bottom: 0;
}
/* range table */
.range-table{
  width: 100%;
  border-collapse: separate;
}
.range-table th{
  background: #E0E4EE;
  padding: 10px 20px 10px 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1D1F44;
}
.range-table tbody td{
  background: #EFF2F8;
  padding: 20px 20px 20px 6px;
  font-size: 14px;
  font-weight: 400;
  color: #1D1F44;
}
/* --------- Contact us --------- */
.wd-contact-blog{
  padding: 80px 0;
  position: relative;
}
.wd-coltact-bx{
  border: 2px solid #CFDEE7;
  box-shadow: 0px 10px 25px 0px #030F270A;
  padding: 24px 15px 24px 15px;
  display: flex;
  align-items: flex-start;
  border-radius: 16px;
  gap: 12px;
  margin-bottom: 0;
  height: 100%;
}
.wd-contact-icon span{
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.call{
  background: #ECF3FF;
}
.email{
  background: #F1EDFD;
}
.address{
  background: #FEEBF6;
}
.wd-contact-icon img{
  min-width: 45px;
  height: 45px;
  object-fit: cover;
}
.wd-contact-dtls h3{
  font-size: 18px;
  font-weight: 600;
  color: #1D1F44;
  margin-bottom: 6px;
}
.wd-contact-dtls p{
  font-size: 14px;
  font-weight: 400;
  color: #2B3C5E;
  margin-bottom: 14px;
}
.wd-contact-dtls a{
  font-size: 15px;
  font-weight: 600;
  color: #2B3C5E;
  display: block;
  margin: 0;
}
.wd-contact-img img{
  border-radius: 48px;
  height: 465px;
}
.wd-contact-form{
  padding-left: 30px;
  position: relative;
}
.wd-contact-form h2{
  font-size: 36px;
  font-weight: 700;
  color: #030F27;
  margin-bottom: 8px;
}
.wd-contact-form p{
  font-size: 16px;
  font-weight: 500;
  color: #2B3C5E;
  margin-bottom: 28px;
}
/* ------------------------ Home--------------------- */
/* Quality Control policy */
.wd-control-blog{
  padding: 100px 0 0;
  position: relative;
}
.wd-quality-img img{
  height: 589px;
}
.wd-quality-txt p:first-child{
  margin-bottom: 12px;
}
.wd-quality-txt p:last-child{
  margin-bottom: 34px;
}
.wd-shape{
  position: absolute;
  top: 100px;
  right: 0;
  width: 229px;
  height: 782px;
  animation: float-bob3 4s linear infinite;
}
@-webkit-keyframes float-bob3 {
  0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }

  50% {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
  }

  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}
.wd-policy-list{
  display: flex;
  align-items: center;
  gap: 60px;
}
.wd-policy-list ul li{
  margin-bottom: 12px;
}
/* Home Certificate */
.wd-certificate-blog{
  padding: 20px 0 100px;
  position: relative;
}
.wd-certify-box{
  border: 1px solid #C0D1E2;
  box-shadow: 0px 8px 14px 0px #004A991A;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 22px;
  border-radius: 12px;
  margin: 40px 0 0;
}
.wd-certify-box img{
  height: 70px;
  object-fit: contain;
}
/*18-10-2024*/
body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
  #google_translate_element select{
    border: 2px solid #004A99;
    background: #004A99;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 10px;
    border-radius: 20px;
  }
  .goog-te-gadget .goog-te-combo {
    margin: 0px 0 0 10px !important;
}