/*  RESET  */


@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --parimary:#3DA5A8;
    --secend:#ED862D;
    --white:#fff;
    --black:#000;
    --gray:#686262;
    --red:#f00;
    --blue:blue;
    --yellow:#f39c12;
    --tranparent:#FFA455;
}


body {
  width: 100%;
  position: relative;
  background: #fff;
   font-family: "Urbanist", sans-serif;
  line-height: 1;
  z-index: 11;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html{
  font-size: 14px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h2 {
font-family: "Urbanist", sans-serif;
  font-weight: 700;
}

h3 {
font-family: "Urbanist", sans-serif;
}

a {
font-family: "Urbanist", sans-serif;
  text-decoration: none !important;
}

h5 {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

p {
font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
input.form-control:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #0a0a0a !important;
    outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(24, 24, 24, 0) !important; 
}

.hiddenbox{
  overflow: hidden;
}


/* Custom */

@media (min-width: 1200px){
  .container {
    max-width: 1460px !important;
}
}

@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1170px;
}
}


/* @media (min-width: 1500px){
  .container {
    max-width: 1560px !important;
}
} */


.mobileviewsmall{
  display: none;
}
.mobileviewsmall input{
  height: 45px;
  padding: 5px;
  border: none;
  border-bottom: solid 1px #636464;
  padding: 0  0 0 40px !important;
}


.mobileviewsmall input:focus-visible{
  outline: 0;
}

.mobileviewsmall a{
  position: absolute;
    top: 22px;
    font-size: 21px;
    color: #837f7f;
}
.mystyle{
  display: block;
}


.my_btn{
    padding: 20px 12px !important;
    border-radius: 50px !important; 
    color: var(--black);
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.my_btn2{
  background: var(--parimary);
  padding: 14px 12px !important;
  border-radius: 50px !important; 
  color: var(--white);
  font-size: 16px !important;
  min-width: 205px;
  text-transform: capitalize;
  
}
.my_btn2:hover{
  background: var(--secend);
}
.my_btn2:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.my_btn2:hover{
   color: var(--white) !important;
 
}
.wrap{
   width: 100%;
   padding: 84px 0;
}

.wrap2{
  width: 100%;
  margin: 84px 0;
  
}
.heading{
  position: relative;
}
.heading h2{
   font-size: 50px;
   font-weight: 700;
   text-transform: capitalize;
   position: relative;
   color: var(--black);
}
.heading::after{
  content: "";
  background: var(--parimary);
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -15px;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: flex;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
}


.owl-carousel   .owl-nav.disabled button.owl-next {
  background: url(../images/right-arrow.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -66px;
}
.owl-carousel   .owl-nav.disabled button.owl-prev {
  background: url(../images/left-arrow.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -66px;
}

.owl-carousel   .owl-nav.disabled button.owl-prev:focus{
  outline: 0px auto -webkit-focus-ring-color;
}
.owl-carousel   .owl-nav.disabled button.owl-next:focus{
  outline: 0px auto -webkit-focus-ring-color;
}
.owl-carousel   .owl-nav.disabled button.owl-next  span, .owl-nav.disabled button.owl-prev span{
  display: none;
}
/*  Top Header */

.mob-v{
  display: none;
}
.top_header {
  width: 100%;
}
.top_header ul li:nth-child(1){
  margin-right: auto;
}
.top_header ul{
  align-items: center;
}
.top_header ul li a:focus{
  box-shadow: 0 0 0 0.2rem #007bff00 !important;
}

.top_header ul li{
  margin-right: 20px;
}
.top_header ul li:last-child {
  margin-right: 0;
}
.top_header ul li:last-child a.my_btn {
  border: solid 1px var(--black);
  padding: 8px 12px!important
}


.top_header ul li:nth-child(3) a{
    background: var(--parimary);
    color: var(--white);
   min-width: 180px;
   padding: 10px 12px!important;
}



.top_header ul li:nth-child(2) a{
  border: solid 1px var(--black);
  padding: 10px 12px!important;
}
.top_header ul li a span{
  margin-left: 10px;
}
.top_header ul li form{
  min-width: 500px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  align-items: center;
}


.top_header ul li form input{
  font-size: 18px;
  position: relative;
  width: 100%;
  padding: 20px 0 10px 104px;
  border: none;
  border-bottom: solid 2px #000;
}
.top_header ul li form button{
  position: absolute;
  left: 0;
  background: transparent;
  border-right: solid 1px #b9aeae;
  border-radius: 0;
  bottom: 10px;
}

.top_header ul li form button:hover{
  border-right: solid 1px #b9aeae;
}
/* Menupart */
.menupart{
  width: 100%;
}
.menupart ul{
  margin: 0;
}
.menupart .navbar-brand{
  position: absolute;
  top: -52px;
}
.menupart .navbar-brand img{
  width: 200px;
}
.menupart ul li a{
    font-size: 17px !important;
    color: var(--black) !important;
    transition: all ease-in 0.5s;
}
.menupart .navbar-expand-lg .navbar-collapse{
  flex-basis: auto;
  flex-grow: 0;
  margin: 0 0 0 auto;
}
.menupart ul li{
  margin-right: 17px;
}
.menupart ul li a{
  line-height: 40px !important;
  text-transform: capitalize !important;
}
.menupart ul li:last-child{
  margin: 0;
}
.menupart ul li a.active{
  color: var(--secend) !important;
}

.menupart ul li a:hover{
  color: var(--secend) !important;
}

.menupart  .navbar-expand-lg button.navbar-toggler{
  position: absolute;
  right: 0;
}

.mobileview{
  display: none;
  
}


/* .carousel-control-next, .carousel-control-prev{
  width: 10%;
} */
.mobileviewsmall{
  width: 100%;
  background: #fff;
  height: 100vh;
  z-index: 9999999990;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  right: 0;
  padding: 10px;
 
}
.mobileviewsmall input{
  width: 100%;
}
/* banner */

.banner{
  width: 100%;
  background: linear-gradient(90deg, #f1ffff, #3e4c4c3b);
}
/* .banner  .row{
  align-items: center;
}
.banner .banner-img{
   height: 100vh;
} */

.banner .banner-content{
  margin-top: 104px;
}

.banner .banner-img img{
  width: 100%;
}

.banner .banner-content h4{
  font-size: 25px;
  font-weight: 400;
  color: var( --tranparent);
  margin: 0 0 27px 0;

}
.banner .banner-content h1{
    color: #686161;
    font-size: 54px;
    font-weight: 600;
    white-space: pre-line;
    margin-bottom: 36px;
    line-height: 64px;
}
.banner  .carousel-control-next, .carousel-control-prev{
  height: 100px;
  width: 100px;
  background: #ffffff0c;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}

.banner  .banner-content  a.btn{
  min-width: 205px;
  background: var(--parimary);
  color: var(--white);
  display: inline-block;
}


.banner  .banner-content a.btn:hover{
  background: var(--secend);
  color: var(--white);
}

/* Feature */

.feature{
  width: 100%;
}

.feature a.my_btn{
  background-color: var(--parimary);
  color: var(--white);
  text-align: center;
  min-width: 120px;
}

.feature a.my_btn:hover{
  background-color: var(--secend);
}
.feature .item .productbox{
 position: relative;
 padding: 20px;
 min-height: 385px;
}

.feature .item::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 311px;
  background-color: #80808042;
  bottom: 0;
  border-radius: 10px;
 }

 .feature .productbox a img{
  transform: scale(1.2);
  margin-bottom: 22px;
 }
.feature  .f-product{
  margin: 50px 0 0 0;
}

.feature  .f-product h3{
  font-size: 27px;
    color:#000000d1;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}

/* Top Product  */
.top-product{
  width: 100%;
}
.top-product .heading{
  text-align: center;
  margin-bottom: 100px;
}

.top-product .heading::after{
  left: 50%;
  transform: translate(-50%, 0);

}
.top-product  .box{
  /* margin-top: 60px; */
  position: relative;
  overflow: hidden;
}

.top-product .col-lg-4.second-box .box:last-child {
    margin-top: 20px;
}


 
.top-product  .second-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0;
}

.top-product  .box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, #0c0c0c, #3da5a800);
  border-radius: 20px;
  z-index: 1;
  opacity: 0.6;
}
.top-product  .box img{
  position: relative;
  border-radius: 20px;
  width: 100%;
}


.top-product  .box-contant{
  position: absolute;
  bottom: -150px;
  left: 35px;
  z-index: 9;
  opacity: 1;
  transition: all ease-in-out 0.8s;
}

.top-product .box:hover .box-contant{
  bottom: 40px;
  opacity: 1;
}
.top-product .box:hover .box-contant h4,.top-product .box:hover .box-contant h2{
  opacity: 1;
}

.top-product .box:hover .box-contant .my_btn2{
  opacity: 1;
}


.top-product .box:hover:before{

  opacity: 1;
}
.top-product  .box-contant a{
  color: var(--white);
}
.top-product  .box-contant h2{
    font-size: 31px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    opacity: 0;
    transition: all ease-in-out 0.9s;
}

.top-product  .box-contant h4{
    font-size: 25px;
    margin-bottom: 9px;
    color: #fff;
    font-weight: 400;
    animation-delay:  9s;
    opacity: 1;
    transition: all ease-in-out 0.9s;
}
.top-product  .box-contant .my_btn2{
  min-width: 205px;
  padding: 24px;
  margin-top: 30px;
  opacity: 0;
  transition: all ease-in-out 0.9s;
}

.top-product .col-lg-4  .box.lastbox{
     margin-top: 20px;
}
.top-product  .col-lg-4:nth-child(2) .box:nth-child(2){
  margin-top: 20px;
} 
/* first box */
.top-product .col-lg-4.extra .box-contant{
   opacity: 1 !important;
   bottom: 40px !important;

}

/* Protation  */
.protation {
  width: 100%;
  background-position: center;
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
.protation::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0B0C0C, #0A2626);
  opacity: 0.8;
}
.protation h2{
  font-size: 44px;
  color: var(--white);
  margin-bottom: 30px;
}
.protation h4{
  font-size: 26px;
  color: var(--white);
  margin-bottom: 30px;
}

.protation .protation_box{
  width: 100%;
   min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.protation .protation_box .my_btn2{
  min-width: 205px;
  color: var(--white);
}
 


/* Wholesale */
.Wholesale{
  padding-top: 10px;
}
.Wholesale  .boxtop{
  margin-bottom: 60px;
}

.Wholesale .item img{
  border-radius: 20px;
  overflow: hidden;
}

.Wholesale .item h3{
  font-size: 24px;
  color: var(--black);
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 18px;
  text-align: center;
}


.Wholesale  .boxtop .owl-filter-bar a{
      margin-right: 34px;
      font-size: 26px;
      color: var(--black);
      font-weight: 500;
}
.Wholesale  .boxtop .owl-filter-bar a.active{
  color: var(--parimary) !important;
  background: transparent;
}
.Wholesale  .boxtop .owl-filter-bar a.my_btn2{
  color: var(--white) !important;
  margin-right: 0;
  padding: 20px 55px !important;
  text-align: center;
}

.Wholesale  .f-product{
  margin-top: 60px ;
}








.section__sustainable-stages{
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
.section__sustainable-stages::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0B0C0C, #043B3D);
  opacity: 0.8;
  top: 0;
  left: 0;
}
.section__sustainable-stages .heading::after{
   transform: translate(-50%, 0);
}


.section__sustainable-stages .sustainable__stage {
  border-radius: 10px;
  border: 1px solid #ffffff3d;
  color: var(--white);
  padding: 32px 16px 14px;
  position: relative;
  flex: 1;
  text-align: center;
}

.section__sustainable-stages .sustainable__stages-wrap {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 70px
}

.section__sustainable-stages .sustainable__stage-no {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.section__sustainable-stages .sustainable__stage-img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  border: solid 3px var(--white);
  overflow: hidden;
}
.section__sustainable-stages .sustainable__stage-img img {
  width: 100%;
  height: 100%;
}

.section__sustainable-stages .sustainable__stage-content {
  margin-top: 16px;
}

.section__sustainable-stages .sustainable__stage-content h5 {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
}

.section__sustainable-stages .sustainable__stage-content p {
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
  min-height: 120px;
}


.section__sustainable-stages .heading h2{
  color: var(--white);
}


.choose__image-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.choose__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.choose__image-wrap>.choose__img:nth-child(1) {
  width: 350px;
}

.choose__image-wrap>.choose__img:nth-child(2) {
  margin: -149px 0 0 auto;
  width: 220px;
  z-index: 1;
  position: relative;
  border-left: solid 7px var(--white);
  border-top: solid 7px var(--white);
/*  border-radius: 8px;*/
}


.choose__image-wrap>.choose__img:nth-child(3) {
  position: absolute;
  top: 268px;
  width: 240px;
  height: auto;
}


/* section__choose */

.section__choose .choose__content-wrap .choose__list .choose__list-box .icon img{
  width: 100%;
  height: 55px;
  object-fit: contain;
  object-position: left center;
  margin-left: 30px;
  z-index: 9;
  position: relative;
}

.section__choose .choose__content-wrap .choose__list .choose__list-box .icon{
  position: relative;
  margin-bottom: 20px;
}

.section__choose .choose__content-wrap .choose__list .choose__list-box .icon::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  background-color: var(--parimary);
  border-radius: 50%;
  left: 0;
  bottom: -11px;
  z-index: 1;
}
.section__choose .choose__list .choose__list-box{
  background: #EAEAEA;
  padding: 36px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
  background-color: #fff;
  position: relative;
  text-align: left;
}
.section__choose .choose__list .choose__list-box:last-child{
  margin-top: 30px;
}
.section__choose .choose__list .choose__list-box .desc h5{
  font-size: 24px;
  color: var(--black);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}





.section__key-features .kf__box {

  /* background: #fff2f242; */
  border: solid 1px #413e3e4d;
  border-radius: 6px;
  box-shadow: 0px 0px 9px #988a8a03;
  padding: 8px 0;
  flex: 1;
}
.section__key-features .kf__box{
  display: flex;
  flex: 1;
}
.kf__box-wrap {
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.kf__box-wrap > * {
  flex: 0 0 auto;
}

.section__key-features .kf__box-wrap .row > * {
  text-align: center;
}

.kf__box .kf__box-image {
  display: inline-flex;
  width: 80px;
  height: 80px;
  border-radius: 0;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  border-right: solid 1px #0807071a;
  margin-right: 20px;
}

/* .kf__box:hover .kf__box-image {
  background-color: var(--parimary);
  transition: all 0.5s ease-in-out;
} */

.kf__box-image img {
  width: 100%;
  height: 40px;
  object-fit: contain;

  transition: all 0.5s ease-in-out;
}

/* .kf__box:hover .kf__box-image img {
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(142deg) brightness(114%) contrast(100%);
  transition: all 0.5s ease-in-out;
} */

.kf__box-title h5 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 15px 0 8px;
  color: var(--black);
}

.kf__box-title h4{
  font-size: 18px;
  color: var(--black);
}

.section__clients .custom-heading{
  text-align: right;
  border-right: 4px solid #D7D7D7;
  padding-right: 24px;
  margin-right: 16px;
  line-height: 82px;
  font-size: 27px;
  text-transform: uppercase;
  color: var(--black);
}

.section__clients  .owl-nav{
  display: none !important;
}

.section__clients .owl-carousel .owl-item img{
  border: solid 1px #988a8a5e;
   border-radius: 5px;
   filter: grayscale(1);
}

.section__clients .owl-carousel .owl-item img:hover{
  border-radius: 5px;
  filter: grayscale(0);
}

.our_curtification .custom-heading{
  text-align: right;
  border: 0  solid transparent;
  border-left: 4px solid #D7D7D7 !important;
  padding-right: 24px;
  margin-right: 16px;
  line-height: 82px;
  font-size: 38px;
  text-transform: uppercase;
}

/* .our_curtification{
  margin-top: 60px;
} */
.our_curtification .custom-heading h3{
  text-align: left;
  margin-left: 40px;
  color: var(--black);
}

/* Blog */
.blog .blog-text h4{
  font-size: 20px;
    color: var(--black);
    font-weight: 400;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.blog .img_box {
   min-height: 200px; 
    overflow: hidden;
}
.blog ul li a{
  font-size: 14px;
  color: #000000ba;
  font-weight: 600;
  text-transform: capitalize;
}
.blog ul li a i{
  margin-right: 10px;
}
.blog .blog-box {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 3px 3px #eddddd1c;

}
.blog .blog-box .admin{
  margin-bottom: 15px;
  margin-top: 15px;
}
.blog  .blog-text{
  padding: 20px 20px 30px 20px;
}
.blog .blog-box .img_box img{
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.blog .blog-box:hover  .img_box img{
    transform: scale(1.1);
}

/* footer */
.footer{
  background: #3C3C3C;
}
.footer-col .custom-heading {
  margin-bottom: 32px;
}
.footer input.form-control:focus{
  background-color: rgb(255 255 255 / 0%) !important;
}
.footer-col .custom-heading>* {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  color: var(--white);
  text-transform: uppercase;
}

.footer-col .contact-list li a span {
  position: relative;
  color: var(--white);
  padding: 0;
  display: unset;
}

.footer-col .custom-heading> ::before {
  width: 50px;
  height: 2px;
}

.footer-col .contact-list {
  margin-bottom: 20px;
}

.footer-col .contact-list li, .footer-col .contact-list li a {
  display: flex;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: unset;
  align-items: unset;
}

.footer-col ul:not(.socials) li:not(:last-child) {
  margin-bottom: 10px;
}
.footer p{
  color: var(--white);
}
.footer-list li a {
  font-size: 16px;
  color: var(--white);
  line-height: 24px;
}

.footer-list li:hover a {
  color: var(--secend);
}

.footer-list li:hover {
  padding-left: 7px;
  transition: all 0.5s ease-in-out;
}

.footer-list li {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.footer-list li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--white);
  border-radius: 50%;
  bottom: 7px;
  left: -10px;
  transition: all 0.5s ease-in-out;
}

.footer-list li:hover::before {
  left: 0px;
  transition: all 0.5s ease-in-out;
}

.footer-col .button-wrap {
  margin-bottom: 20px;
}


.footer  .contact-list span{
  position: relative !important;
  color: var(--white) !important;
}
.socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.socials a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: var(--gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 17px;
}

.socials a:hover {
  background-color: var(--white);
  color: var(--clr-white);
}

.form-group {
  margin-bottom: 16px;
}

.form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  padding-left: 0;
/*  text-transform: capitalize;*/
  color: var(--white);
}




textarea.form-control {
  height: 100px;
  resize: none;
}

.footer-bottom .copyright {
  border-top: 1px solid #E6E6E62B;
  color: var(--clr-white-200);
  text-transform: capitalize;
  text-align: center;
  padding: 14px 0;
}
.footer-contact-form .form-control::placeholder {
  color: var(--white);
  opacity: 1;
}

.footer .custom-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--parimary);
  color: var(--clr-white);
  border: 2px solid transparent;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 42px;
  height: 52px;
  border-radius: 50px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  color: var(--white);
}
.footer .custom-button:hover{
 background-color: var(--secend);
}

/* .top-product .row .col-lg-4:nth-child(2){
  
} */


.section__sustainable-stages  .protation_box {
position: relative;
  /* margin-bottom: -48px; */
  margin-top: 33px;
  }

/*our factory starts*/

.custom-heading h3 {
  font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
     color: var(--black); 
}

  .factory__box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  display: grid; 

  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  
  /* gap: 0px; */
  height: 100%;
  padding-top: 60px;
}

.factory__box {
  position: relative;
  z-index: 3;
}
.factory__box::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  border-top: 4px solid #3da5a8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 4px solid #3da5a8;
  opacity: 0;
  transition: all 0.3s all 0.5s ease-in-out;
}
.factory__box:hover::before {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s ease-in-out;
  width: 90%;
  height: 80%;
}
.factory__box:hover::after {
  transform: translate(-50%, -50%) ;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  width: 80%;
  height: 90%;
}
.factory__box::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  border-left:  4px solid #3da5a8;
  border-right:  4px solid #3da5a8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.factory__box-content {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
.factory__box:hover .factory__box-content {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.factory__box-content h4 {
  font-size: 20px;
  text-align: center;
  font-family: var(--ff-body);
  font-weight: 600;
  text-transform: uppercase;
}
.factory__box-img {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.factory__box-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 0;
  opacity: 1;
}
.factory__box:hover .factory__box-img::before {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.factory__box-img img {
  height: 342px;
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out; 
}
.factory__box:hover .factory__box-img img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.05);
}
.factory__box.item-2 .factory__box-img img {
  height: 700px;
}


 
.item-0 {

  /* background-color: #6BDD89;  */
  grid-row-start: 1;
  grid-column-start: 1;

  grid-row-end: 2;
  grid-column-end: 2;
  
}
.item-1 {

  /* background-color: #698F87;  */
  grid-row-start: 2;
  grid-column-start: 1;

  grid-row-end: 3;
  grid-column-end: 2;
  
}
.item-2 {

  /* background-color: #EA5B79;  */
  grid-row-start: 1;
  grid-column-start: 2;

  grid-row-end: 3;
  grid-column-end: 3;
  
}
.item-3 {

  /* background-color: #5AAD56;  */
  grid-row-start: 1;
  grid-column-start: 3;

  grid-row-end: 2;
  grid-column-end: 4;
  
}
.item-4 {

  /* background-color: #BBD697;  */
  grid-row-start: 2;
  grid-column-start: 3;

  grid-row-end: 3;
  grid-column-end: 4;
  
}

/*our factory end*/


.top-product .col-lg-4.second-box .box:last-child {
    margin-top: 20px;
}

.top-product  .factory-box .factory-box-iocons img{
  height: 55px;
  margin-bottom: 15px;
}


.top-product .factorybox-wrap{
   display: flex;
    gap: 30px;
   
} 
.top-product .factorybox-wrap li{
   position: relative;
}
.top-product .factorybox-wrap li:nth-child(odd){
  margin-top: 30px
}
.top-product .factorybox-wrap li:nth-child(odd)  .factory-box{
  box-shadow: 0px -8px 30px 0 rgb(27 68 163 / 7%);
}
.top-product .factorybox-wrap li span.box-number{
  position: absolute;
  top: -60px;
  background: var(--white);
  box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
  height: 30px;
  width: 30px;
  background: var(--parimary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  left: 40px;
  color: var(--white);
}
.top-product .factorybox-wrap li:nth-child(even) span.box-number {
  bottom: -30px;
  top: auto;
  left: 45px;
}
.section__choose .heading{
  margin-bottom: 60px;
  text-align: center;
}


.top-product .factory-box {
  background: #EAEAEA;
  padding: 50px 30px;
    border-radius: 10px;
    box-shadow: -1px 7px 30px 0 rgb(27 68 163 / 7%);
    background-color: #fff;
    position: relative;
    text-align: left;
}
.top-product .factory-box::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #00000000;
  top: -25px;
  border-top: 18px solid #fff0;
  border-bottom: 18px solid #16a5a700;
  border-right: solid 18px #fff;
  transform: rotate(90deg);
  left: 40px;
}
.top-product .factorybox-wrap li:nth-child(even) .factory-box::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #0000;
  bottom: -28px;
  border-top: 18px solid #fff0;
  border-bottom: 18px solid #a6c4c500;
  border-right: solid 21px #2838393d;
  transform: rotate(269deg);
  left: 41px;
  top: auto;
  border-right: solid 18px #ffffff;
  /* border-left: solid transparent 18px; */
  border-left: solid #15151500;
}

.top-product .factory-box h4{
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--black);
}
.section__choose .heading::after{
  transform: translate(-50%, 0);
}


/** ----------------------------
*     Section: Offices Start
**  --------------------------*/
.offices-wrap {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.section__offices{
  background: linear-gradient(176deg, #eaffff, #3e4c4c00);
}

.office-image {
  position: relative;
}

.section__offices .heading::after{
  transform: translate(-50%, 0);
}
.section__offices  .row{
  flex-wrap: wrap;
}
.section__offices  .row .col-lg-4 {
  flex: 1;
}
.office-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.office-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 85%;
  background-color: var(--clr-white);
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}

.office-box .content {
  margin-top: 24px;
  margin-bottom: 0;
}

.office-box .content .title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.office-box .content .title span img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--clr-black-200);
}

.office-box .content .title h5 {
  font-size: 26px;
text-transform: capitalize;
  line-height: 30px;
  color: black;
}

.contact-list li:not(:last-child) {
  margin-bottom: 10px;
  color: #241f1f;
}

.contact-list li a {
  color: #241f1f;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
}

.contact-list li span {
  position: absolute;
  left: 0;
  font-size: 16px;
  padding-top: 4px;
  color: var(--parimary);
  display: inline-flex;
  width: 20px;
  justify-content: center;
}
.contact-list li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 30px;
}

.office-box .content .title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
/** ----------------------------
*     Section: Offices End
**  --------------------------*/


/** ----------------------------
*    Section: CTA 24/7 Start
**  --------------------------*/
.cta-247__left .custom-heading {
  margin-bottom: 24px;
}

.private-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--black);
}

.private-top h4 {
  font-size: 70px;
  font-weight: 900;
  color: var(--clr-primary);
}

.private-list {
  padding-top: 16px;
}

.private-list li:not(:last-child) {
  margin-bottom: 16px;
}

.private-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.private-list li .icon {
  color: var(--clr-primary);
  font-size: 20px;
  display: inline-flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  background-color: rgba(66, 190, 221, 0.24);
}
.private-list li h6 {
  font-weight: 400;
  line-height: 1.5;
}

.custom-heading span {
  border-radius: 20px;
  border: 2px solid #002A34;

  padding: 7px 22px;
  color: var(--parimary);
  font-size: 20px;
  line-height: 24px;

  margin-bottom: 24px;
  display: inline-flex;
  text-transform: capitalize;
}

custom-heading h3 {
  font-size: 47px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: black;
}

.private-top h4 {
  font-size: 70px;
  font-weight: 900;
  color: var(--parimary);
}

.private-list li .icon {
  color: var(--parimary);
  font-size: 20px;
  display: inline-flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  background-color: rgba(66,190,221,.24);
}

.private-list li h6 {
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
}
/** ----------------------------
*    Section: CTA 24/7 End
**  --------------------------*/

/* .section__clients {
  padding-top: 70px;
} */



thead th:not(:first-child) {
    border: 1px solid #e6e6e6;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    min-width: 300px;
}
td span {
    display: flex;
/*    width: 50px;*/
    height: 50px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(29px);
    font-size: 22px;
}
td, th {
    padding: 20px 0;
    font-size: 22px;
    letter-spacing: .5px;
    color: #2D2D2D;
}
td .fa-xmark {
    color: red;
}
td .fa-check {
    color: #01d90f;
}
tbody tr:not(:last-child) {
  border-bottom: 1px solid #6c6c6c36;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 13px 24px 13px 48px;
  line-height: 24px;
  font-size: 17px;
  border-radius: 5px !important;
  height: auto;
  background-color: #eee0 !important;
  border: none !important;
  border-bottom: 1px solid #040404 !important;
  border-radius: 0 !important;
}
.dgwt-wcas-search-icon path {
    fill: #020202;
}

.section__generic h2{
  margin-bottom: 10px!important;
  color: var(--black);
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: capitalize;
}
.section__generic p{
  text-align: justify;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 25px;
  color: #333;
}
.generic__content p a{
  color: #000;
  transition: .3s ease-in-out;
}
.generic__content p a:hover{
  color: var(--parimary);
  transition: .3s ease-in-out;
}
.other_exp{
  margin: 0;
}

.about_cer{
  margin-bottom: 80px;
}

.tw-content .add a {
  display: table;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #02a6a9;
  font-size: 20px;
  padding: 0px !important;
}

.contact_faq h3 a {
  color: #fff !important;
}
.add h3 {
  background: #01a6a9;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  padding: 12px 0;
  letter-spacing: .5px;
}






.wholesaleslider.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav{
  display: flex;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
}
.wholesaleslider.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav .owl-next span{
   display: none;
}

.wholesaleslider.owl-carousel   .owl-nav button.owl-next {
  background: url(../images/right-arrow.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -66px;
}
.wholesaleslider.owl-carousel   .owl-nav button.owl-prev {
  background: url(../images/left-arrow.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -66px;
}

.wholesaleslider.owl-carousel   .owl-nav button.owl-prev:focus{
  outline: 0px auto -webkit-focus-ring-color;
}
.wholesaleslider.owl-carousel   .owl-nav button.owl-next:focus{
  outline: 0px auto -webkit-focus-ring-color;
}
.wholesaleslider.owl-carousel   .owl-nav button.owl-next  span, .owl-nav button.owl-prev span{
  display: none;
}
.catalogBox{position: relative; width: 100%;}
.catalogBox img{width: 100%; position: relative;}
.catalogBox .df-book-title {
  bottom:0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 5px;
  font-size: 17px;
  background: rgb(19, 24, 30);
  color: #fff;
  box-sizing: border-box;
  display: block;
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  text-align: center;

}
.catalogBox:hover .df-book-title{opacity: 1; z-index: 5;}

  .thankyou-text{padding: 30px; position: relative;}
.thankyou-text h3{font-size: 56px; color: #4AB5B8 !important; font-weight: 700; margin-bottom:10px ; line-height: 65px;}
.thankyou-text p{font-size: 22px; }
.catalog-sec {position: relative; padding: 30px 0;}
.catalog-sec h2{font-size: 40px; color: #000 !important; font-weight: 700; margin-bottom:10px ;}
.catalogBox img {
  width: 100%;
  position: relative;
  height: 300px;
}
.catalog-sec .modal-dialog{
	width:100% !important;
	height:100% !important;
		
}
.catalog-sec .modal-dialog .btn-close{
	position:absolute;
	top:20px;
	right:20px;
	z-index:99; background-image: url(https://www.oasisuniform.net/wp-content/uploads/2024/03/cross1.png);
	background-size: 100%;
  opacity: 1;
}

#imgdrop {
	border: 2mm ridge rgba(211, 220, 50, .6);
	box-shadow: 12px 9px 5px #806e5a;
	margin: auto;
    display: flex;
}
	
/* ranajit start  */
.pro-page .pro-sec a{
  width: 100%;
}
section.body-cont4 p{
  padding-bottom: 0;
}
.tw-content h2{
  margin-bottom: 10px !important;
}
.tw-content p{
  margin-bottom: 15px !important;
}
.term-description p a{
  color: #000;
  transition: .3s ease-in-out ;
}
.term-description p a:hover{
  color: var(--parimary);
  transition: .3s ease-in-out ;
}
.kickass_field p{
  margin-bottom: 0 !important;
}
.tw-content p a{
  color: #000;
  transition: .3s ease-in-out;
}
.tw-content p a:hover{
  color: var(--parimary);
}
.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body p:first-of-type {
  margin: 0 !important; 
  padding: 0 !important;
}
.ea-body p{
  margin-bottom: 0 !important;
}
.footer-contact-form form select option{
  color: #000 !important;
}
.footer .form-group input[type="text"] {
  color: #fff;
}
.location_inner_content p a{
  color: #000;
  transition: .3s ease-in-out;
}
.location_inner_content p a:hover{
  color: var(--parimary);
}

.wpcf7-spinner{
  position: absolute !important;
}
.location-page-banner .loc-page{
  padding: 20px !important;
}
section.body-cont4 h3{
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.product_meta{
    padding-top: 15px;
}
span.sku_wrapper{
margin-bottom: 6px;
  display: block;
}
section.body-cont4 h3{
    min-height: auto !important;
}
.private_label_area h2 {
  margin-bottom: 10px !important;
}
.post_meta a{
  color: var(--parimary);
}
.single_sidebar li{
  display: flex;
}
.single_sidebar li a {
  line-height: 18px;
}
.post h1{
  padding-bottom: 0 !important;
}
.content.single_post p a{
color: #000;
transition: .3s ease-in-out;
}
.content.single_post p a:hover{
  color: var(--parimary);
}
.text h1{
  color: #000 !important;
  font-weight: bold !important;
  margin-bottom: 5px;
}
/* ranajit close */