:root {
  --nav-link: #96b9e0;
  --white: #ffffff;
  --orange: #ff9e4a;
  --bg-blue: #f5faff;
  --dark-blue: #5b98db;
  --text-gray: #828384;
  --text-dr-gray:#6a6a6a;
  --text-dr-blue:#155daf;
  --text-lg-blue:#125cb0;
  --text-lg-1-blue:#5594d7;
  --nav-bg:#3c7ec8;
  --padding-top:160px;
  --padding-bottom:160px;
  --hero-para-size:22px;
}
* {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
}
.container-fluid {
  padding-left: 0%;
  padding-right: 0%;
}
/****PRODUCT NAVBAR***/
.product-nav-section{
  box-shadow: 2px -1px 8px 1px var(--text-gray);
  
}
.product-navbar{
  display: flex;
  justify-content: space-between;
}

.product-nav-list .active{
  color: var(--orange);
}

.filter{
  width: 25px;
  height: 25px;
}
.search {
    position: relative;
}

.search input {
    font-weight: 500;
    height: 40px;
    text-indent: 22px;
    border: 1px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue
}

.search .fa-search {
    position: absolute;
    top: 10px;
    left: 16px;
}
.product-search:focus,.product-search:active{
  border-color: var(--text-gray) !important;
}
.product-search::placeholder{
  font-size: 14px;
  color: var(--text-gray);
  padding-left: 5px;
}

.btn-floating{
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 1300px) {
.product-nav-list a.nav-link{
  font-size: 16px;
  padding-right: 10px;
  padding-left: 0px;
}
.product-nav-list input{
  padding-left: 20px;
  margin-left: 30px;
}
.search .fa-search {
    position: absolute;
    top: 10px;
    left: 40px;
}
}
/****INDEX PAGE****/
/*NAVBAR*/
.navbar-section {
  /*background-image: url(../Images/header-bg.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  padding: 0%;
  height: 100vh;
  display: table;
    width: 100%;
}
.navbar-position{
  position: fixed !important;
  z-index: 9 !important;
  width: 100%;
}
.nav-bg{
  background-color: var(--nav-bg);
}
.nav-box {
  box-shadow: 2px -1px 8px 1px #074387;
}
.nav-logo {
  width: 122px;
  height: 60px;
}
.main-nav-list {
  color: var(--nav-link);
}

.slick-dots li button:before{
  width: 18px !important;
  height: 18px !important;
  content: '' !important;
  background-color: #3382d9;
  border-radius: 50%;
}
.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.navbarmenu{
  position: relative;
  z-index: 1;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .nav-social {
    left: -20%;
    position: relative;
  }
}
@media (max-width: 1099px) {
  .nav-social {
    display: none;
  }
}


@media (min-width: 992px) {
  .navbar-expand-lg .nav-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .main-nav-list > a {
    display: block;
  }
  
  .product-nav-list > a {
    display: block;
  }
}
.collapse:not(.show) {
  display: none;
}
.nav-collapse {
  align-items: center;
}


.main-nav-list > a {
  display: inline-block;
  color: var(--nav-link);
  font-size: clamp(0.6em, 4vw, 1.2em);
  font-weight: 500;
}
.product-nav-list > a {
  display: inline-block;
  color: var(--text-gray);
  font-size:18px;
  font-weight: 500;
}

.product-nav-list a{
  display: inline-block;
  color: var(--text-gray);
  font-size:18px;
  font-weight: 500;
}

.product-nav-list a:hover {
  color: var(--orange);
  font-weight: 500;
}


.main-nav-list > a:hover {
  color: var(--white);
  font-weight: 500;
}

.main-nav-list .active {
  color: var(--white);
  font-weight: 500;
}


.product-nav-list > a:hover {
  color: var(--orange);
}

.main-nav-list > a > button {
  background-color: transparent;
  border: 1px solid var(--orange);
  padding: 5px 8px;
  color: var(--white);
  font-weight: 800px;
  border-radius: 3px;
}


.touchbtn:hover{
  background-color: var(--orange) !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .main-nav-list > a {
    display: inline-block;
    text-align: center;
  }
  .main-list > a {
    display: inline-block;
    text-align: center;
  }
}
/*NAVBAR section-end*/

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/*HERO section-start*/
.hero-section {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--white);
  vertical-align: middle;
  display: table-cell;
  padding-top: 86px;
}

.hero-section > p {
  padding-top: 15px;
  padding-bottom: 40px;
}

.hero-section > a > button {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 3px;
  padding: 10px 40px;
  color: var(--white);
  font-size: 18px;
}

.hero-section a {
  text-decoration: none;
  color: white;
}

.hero-section a:hover {
  text-decoration: none;
  color: white;
}

.touchbtnr:hover{
    background-color: transparent;
    border: 1px solid var(--orange);
    border-radius: 3px;
}

/*HERO section-end*/

/*Testimonial Section*/
.testimonial-sec {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: var(--bg-blue);
}
.testimonial-sec h3:first-child{
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}
.testimonial-sec hr{
  height: 3px !important;
  color: #034fa7;
  opacity: 1;
  padding: 0 20px;
}
.testimonial-card{
padding: 15px;
background-color: var(--white);
margin: 5px auto;
box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
border-radius: 15px;
height: 100%;
transition: 0.3s;
cursor: pointer;
}
.testimonial-card-image{
text-align: left;
display: flex;
}
.testimonial-card-image h4{
padding-left: 10px;
font-size: 20px;
padding-top: 15px;
}
.testimonial-card-image p{
font-size: 16px;
color: var(--text-dr-gray);
font-weight: 600;
padding-left: 10px;
}
.testimonial-card-title{
font-size: 24px;
font-weight: 700;
color: var(--text-lg-1-blue);
}
.testimonial-card-text{
color: var(--text-gray);
text-align: left;
padding-top: 20px;
}
    
/*Testimonial Card*/
.testimonial-card{
  margin-left: 10px;
  margin-right: 10px;
}
.wwd-testimonials {
  position: relative;
  padding-top: 50px;
}
.wwd-testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: 90px;
}
.wwd-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.wwd-testimonials .owl-carousel .owl-dots.disabled {
    display: block;
}
.wwd-testimonials .owl-carousel .owl-nav {
  display: none;
}
.owl-theme .owl-carousel .owl-dots {
  text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background:#5594d7 !important;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.wwd-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.wwd-testimonials .center {
  opacity: 1;
}

.wwd-testimonials .center .testimonial-card{

 margin-left: 15px;
 margin-right: 15px;
}

@media (max-width: 767px) {
  .wwd-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}


/*PROGRESS section-start*/
.progress-section {
  background-color: var(--bg-blue);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.progress-section h3{
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}

.partner-section h3 {
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}

/*.progress-section h3:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 100px; !* change as per your design *!*/
/*  height: 3px; !* change as per your design *!*/
/*  background: #5594d7; !* change as per your design *!*/
/*  bottom: 0;*/
/*  left: 46%;*/
/*  margin-left: -15px;*/
/*}*/
.progress-section hr{
  height: 3px !important;
  color: #034fa7;
  opacity: 1;
  padding: 0 20px;
}
.progress-section h4{
color: var(--orange);
font-weight: bold;
padding-bottom: 40px;
}
.progress-section p{
  color: var(--text-gray);
  font-size: 18px;
  text-align: left;
  word-spacing: 5px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.progressbar-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 170px;
  align-items: center;
}

.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: var(--text-gray);
  padding: 0 50px;
}
.progressbar li::before{
  width: 150px;
  height: 150px;
  content: "";
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.progressbar li{
  padding-bottom: 10px;
}
.progressbar li:first-child::before {
  background: var(--dark-blue) url(../Images/light-icon.svg) no-repeat
    center center;
  background-size: 35%;
  box-shadow: 0px 5px 7px 2px #c1c1c1;
  margin-bottom: 20px;
}
.progressbar li:last-child::before {
  background: var(--dark-blue) url(../Images/link-icon.svg) no-repeat
    center center;
  background-size: 40%;
  box-shadow: 0px 5px 7px 2px #c1c1c1;
  margin-bottom: 20px;
}
.progressbar .hand-icon::before {
  background: var(--dark-blue) url(../Images/hand-icon.svg) no-repeat
    center center;
  background-size: 45%;
  box-shadow: 0px 5px 7px 2px #c1c1c1;
  margin-bottom: 20px;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 75px;
  left: -50%;
  z-index: 0;
  border-bottom: 7px dotted #5b98db;
}
.progressbar li:first-child:after {
  content: none;
}

.partner-section{
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.progressbar li {
  list-style-type: none;
  width: 100%;
}
.progressbar li:first-child:before {
  width: 120px;
  height:120px
}
.progressbar li:last-child:before {
  width: 120px;
  height:120px
}
.progressbar .hand-icon::before {
  width: 120px;
  height:120px
}
.progressbar li:after {
  content: none; 
}
}



/*PROGRESS section-end*/
/*LOGO slider start*/
.partner-section h4{
padding-top: 40px;
font-weight: bold;
color: var(--orange);
text-align: center;
padding-bottom: 50px;
}
.row {
  width: 100%;
  padding-top: 50px;
}
.card-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.card-1 > img {
  padding: 10px;
  text-align: center;
  font-size: 36px;
  border: none;
  width: 150px;
  height: 50px;
}

.card-1 div{
  width: 200px;
  height: 100px;
  margin: 0 auto;
}
.card-1 div img{
  width: 100%;
}

/*LOGO slider end*/
/*FOOTER section start*/
footer{
  background-color: var(--bg-blue);
  margin-bottom: 0%;
}
.logo-footer img{
  height: 60px;
  width: 120px;
} 
.logo-footer p{
  color: var(--text-gray);
  font-style: 16px;
  font-weight: 100;
  font-size: 25px
}
.footer-section{
  padding-top: 70px;
}
.footer-section ul{
  padding-left: 0%;
}
.footer-section ul li{
  list-style: none ;
  color: var(--text-gray);
  padding-bottom: 2px;
}
.footer-section ul li a{
  font-size: 15px;
  font-weight: 400;
  color: var(--text-gray);
  padding-bottom: 5px;
  text-decoration: none;
}
.footer-section ul li a:hover{
  color: var(--orange);
}

.footer-section ul li:first-child{
  color: var(--orange);
  font-weight: bold;
}
.footer-social-icon{
width: 30px;
height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin-right: 2px;
}
.nav-social-icon{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
.footer-copyright{
  font-size: 16px !important; 
  font-weight: 300 !important;
  margin-bottom: 0rem;
  padding-bottom: 15px;
  padding-top: 25px;
}

.facebook-icon{
  background-image: url(../Images/daichem-facebook.svg);
}
.facebook-icon:hover{
  background-image: url(../Images/daichem-facebook-hover.svg);
}
.twitter-icon{
  background-image: url(../Images/daichem-twitter.svg);
}
.twitter-icon:hover{
  background-image: url(../Images/daichem-twitter-hover.svg);
}
.linkedin-icon{
  background-image: url(../Images/daichem-linkedin.svg);
}
.linkedin-icon:hover{
  background-image: url(../Images/daichem-linkedin-hover.svg);
}

.facebook-icon2{
  background-image: url(../Images/daichem-facebook-footer.svg);
}
.facebook-icon2:hover{
  background-image: url(../Images/daichem-facebook-hover.svg);
}
.twitter-icon2{
  background-image: url(../Images/daichem-twitter-footer.svg);
}
.twitter-icon2:hover{
  background-image: url(../Images/daichem-twitter-hover.svg);
}
.linkedin-icon2{
  background-image: url(../Images/daichem-linkedin-footer.svg);
}
.linkedin-icon2:hover{
  background-image: url(../Images/daichem-linkedin-hover.svg);
}

.facebook-icon3{
  background-image: url(../Images/daichem-facebook-leader.svg);
}
.twitter-icon3{
  background-image: url(../Images/daichem-twitter-leader.svg);
}
.linkedin-icon3{
  background-image: url(../Images/daichem-linkedin-leader.svg);
}



.sicon{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
}
.sicon img{
  width: 30px;
  height: 30px;
}
.sicon .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
/****ABOUT US****/
.about-us-hero-section{
  background-image: url(../Images/aboutus-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  text-align: center;
}
.about-us-hero-section h1>span{
  color: var(--orange);
}
.about-us-hero-section h1{
  padding-top: 80px;
  color: var(--text-dr-blue);
}
.about-us-hero-section p{
color: var(--text-lg-blue);
font-size: var(--hero-para-size);
padding-top: 50px;
padding-bottom: 80px;
}
/*Our Story*/
.story{
  align-items: center;
  padding-bottom: 50px;
}

.our-story {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 250px;
}

.our-story h3{
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}
.our-story hr{
  height: 3px !important;
  color: #034fa7;
  opacity: 1;
  padding: 0 20px;
}
.our-story h4{
color: var(--orange);
font-weight: bold;
padding-bottom: 40px;
}
.our-story p{
  color: var(--text-gray);
  font-size: 18px;
  text-align: left;
  word-spacing: 5px;
  line-height: 30px;
}
.our-story p>span{
  color: var(--text-dr-gray);
}
.about-us-img{
  padding: 50px 0 50px 0;
  height: auto;
  width:400px;
  align-items: center;
}
@media (max-width: 700px) {
.about-us-img{
  height: 150px;
  width:280px;
  align-items: center;
}
}
.abt-progressbar-wrapper {
  width: 100%;
  padding-top: 10px;
  align-items: center;
}
.abt-progressbar-wrapper h5{
  padding-bottom: 50px;
  text-align: left;
  color:#5b98db;
  font-weight: 700;
}
.abt-progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: var(--text-gray);
  padding: 0 50px;
}
.abt-progressbar li::before{
  content: "";
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  position: relative;
  z-index: 2;
}
.abt-progressbar li{
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}
.abt-progressbar li:hover{
  color: var(--orange);
}
.year-text{
  padding: 10px 10px 10px 10px;
  text-align: left;
  display: none;
  font-size: 16px;
  color: var(--text-gray);
  box-shadow: 0px 0px 8px 5px #eff4f9;
  border-radius: 5px;
  background-color: #FFF;
}

.year-text h1{
  font-size: 1.5em;

}

.year:hover .year-text{
  display: block;
}
.abt-progressbar li:after {
  width: 70%;
  height: 2px;
  content: "";
  position: absolute;
  top: 33px;
  left: -35%;
  z-index: 0;
  border-bottom: 7px dotted #5b98db;
}
.abt-progressbar li:first-child:after {
  content: none;
}

/*1024 SIZE*/
@media only screen and (max-width: 1024px) {
  .abt-progressbar li:after {
    width: 45%;
    left: -18%;
    z-index: 0;
  }
  .abt-progressbar li {
    padding: 0px;
  }
}

/*TAB SIZE*/
@media only screen and (max-width: 769px) {
  .abt-progressbar li:after {
    width: 45%;
    left: -18%;
    z-index: 0;
  }
  .abt-progressbar li {
    padding: 0px;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.abt-progressbar li {
  list-style-type: none;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.about-us-img {
  padding: 0px;
  }
.abt-progressbar li:after {
  content: none; 
}
}
/*Our Story*/
.why {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: var(--bg-blue);
}
.why h3{
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}
.why hr{
  height: 3px !important;
  color: #034fa7;
  opacity: 1;
  padding: 0 20px;
}
.why-daichem{
  padding: 20px;
}
.why-daichem img{
  width: 110px;
  height: 100px;
}
.why-daichem p{
  font-weight: 700;
color: var(--text-lg-1-blue);
}
/*Leadership*/
.leadership {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.leadership h3{
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}
.title hr{
  height: 3px !important;
  color: #034fa7;
  opacity: 1;
  padding: 0 20px;
}
.leadership-card{
  background-color: white;
  box-shadow: 0px 0px 10px 5px #eff4f9;
  border-radius: 15px;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
.leadership-card img{
  width: 150px;
  height: 120px;
  padding-left: 25px;
}
.leadership-card h2{
  padding-left: 25px;
  padding-top: 20px;
color: var(--text-lg-1-blue);
}
.leadership-card h4{
  padding-left: 25px;
  padding-top: 5px;
  color: var(--orange);
}
.leadership-card p{
  padding: 10px 25px 10px 25px;
  color:var(--text-gray);
}
.lead-social-icon{
  padding-left: 25px;
}
.lead-social-icon a{
  margin-right: 10px;
}
/****PRODUCT****/
.product-hero-section{
  background-image: url(../Images/products-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  text-align: left;
}
.product-hero-section h1>span{
  color: var(--orange);
}
.product-hero-section h1{
  padding-top: 80px;
  font-weight: 700;
  color: var(--text-dr-blue);
}
.product-hero-section p{
color: var(--text-lg-blue);
font-size: var(--hero-para-size);
padding-top: 20px;
padding-bottom: 80px;
}
/*Our Range*/
.our-range {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 200px;
  background-color: var(--bg-blue);
}
.our-range h3{
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}
.our-range hr{
  height: 3px !important;
  color: #034fa7;
  opacity: 1;
  padding: 0 20px;
}
.our-range-img{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.our-range-img img{
  width: 100%;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
  background: black;
  opacity: 0;
}
.overlay .content a{
  text-decoration: none;
  color: #fff;
}
.overlay  .content a:hover,.overlay  .content a:active,.overlay  .content a:focus{
  text-decoration: none;
  color: #fff;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 700;
  font-size: 25px;
  display: inline-block;
  width: 100%;
}
.our-range-img:hover .overlay{
  opacity: 0.8;
}
.product-help-section{
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  text-align: center;
}
.product-help-section h1{
  font-weight: 700;
  color: var(--text-dr-blue);
}
.product-help-section h1>span{
  color: var(--orange);
}
.product-help-section > a >button{
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 3px;
  padding: 10px 40px;
  color: var(--white);
  font-size: 18px;
  margin-top: 50px;
}
.product-help-section>button:hover{
  background-color: transparent;
    border: 1px solid var(--orange);
    border-radius: 3px;
    color: var(--orange);
}
/*CONTACT US*/
.contact-us-hero-section{
  padding-top: var(--padding-top);
  background-image: url(../Images/form-bg.png);
  padding-bottom: var(--padding-bottom);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-hero-section h1>span{
  color: var(--orange);
}
.contact-us-hero-section h1{
  font-weight: 700;
  color: var(--text-dr-blue);
}
.text-area-para{
color: var(--text-gray);
font-size: 18px;
padding-top: 20px;
}
.contact-us-icon{
  padding-top: 200px;
  padding-bottom: 20px;
}
.mail-contact-us{
  color: var(--text-lg-blue);
  font-size: 18px;
}
.mail-contact-us a{
  color: var(--text-lg-blue);
  font-weight: 600;
  text-decoration: none;
}
.contact-social-icon img{
width: 30px;
height: 30px;
  margin-right: 10px;
}
.contact-form-box{
text-align: center;
}
.contact-form-inner-box{
  display: inline-block;
  text-align: left;
  min-width: 700px;
}
.contact-form-inner-box h1{
  color: var(--text-dr-gray);
  padding-top: 70px;
  padding-bottom: 30px;
  font-weight: 700;
}
.contact-form label{
  padding: 15px 0 15px 0;
  color: #B5B5B5;
  margin-top: 20px;
  font-weight: 600;
}
.contact-form input{
  font-size: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid var(--text-lg-1-blue);
  height: 60px;
  border-radius: 5px;
}
.contact-form .msg{
  height: 150px;
}
.contact-us-hero-section .text-area{
    height: 50vh;
}

@media(max-width: 767px){
  .contact-form input{
  width: 100%;
}
    .contact-us-hero-section .text-area{
        height: auto;
    }
    .contact-us-icon {
        padding-top:10px ;
    }
    .contact-form input{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid var(--text-lg-1-blue);
  height: 40px;
}
.contact-form-inner-box{
  display: block;
}
  .leadership-card{
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
}
 @media only screen and (max-width: 950px) and (min-width: 768px) {
  .contact-form input{
  width: 100%;
}
.contact-form-inner-box{
  display: block;
}
 }
.send-btn input{
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 3px;
  padding: 10px 40px;
  color: var(--white);
  font-size: 18px;
  margin-top: 50px;
  width:auto !important;
}
.send-btn input:hover{
  background-color: transparent;
    border: 1px solid var(--orange);
    border-radius: 3px;
    color: var(--orange);
}
/****INDUSTRIAL CHEMICAL****/
.nav-link{
  cursor: pointer;
}
.nav-dropdown {
  display: inline-block;
}
.filter-btn .dropdown-item.active,.filter-btn .dropdown-item:active{
  background-color: var(--orange);
}

.grid-item .form-check-input:checked{
  background-color:  var(--orange);
  border-color:  var(--orange);
}

.grid-item .form-check{
  display: inline-block;
}
.grid-item input{
  display: none;
}
.grid-item input:checked  {
  display: block;
}
.grid-item .form-check .checked{
  color: var(--orange);
}
.grid-item .form-check {
  padding-left: 0;
}
.form-check-input:checked + label{
  color: var(--orange);
}
.grid-item .form-check .form-check-input{
  float: right;
  margin-left: 0.2em;
  border-radius: 15px;
}


.industrial-hero-text{
  background-color: var(--nav-bg);
  padding-top: 150px;
  padding-bottom: 50px;
}
.industrial-hero-text h1{
  color: var(--white);
}
.industrial-product-list{
  background-color: var(--bg-blue);
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 600px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.grid-item {
  padding: 45px;
  font-size: 25px;
  text-align: center;
  color: var(--text-gray);
  font-weight: 700;;
}

.tabpage > .items-grid{
  display: none;
}
.tabpage > .tabactive{
  display: flex;
}
.industrial-help-section{
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  text-align: center;
  background-image: url(../Images/product-inner-seperator.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.industrial-help-section h1{
  font-weight: 700;
  color: var(--text-dr-blue);
}
.industrial-help-section h1>span{
  color: var(--orange);
}
.industrial-help-section>button{
  border: 2px solid var(--nav-bg);
    background-color: var(--nav-bg);
  border-radius: 3px;
  padding: 10px 40px;
    color: var(--white);
  font-size: 18px;
  margin-top: 50px;
}
.industrial-help-section>button:hover{
    border: 2px solid var(--nav-bg);
    background-color: transparent;
    color: var(--nav-bg);
}
.industrial-product-list .form-check-label{
    cursor: pointer;
}

@media only screen and (max-width: 769px) {
  .grid-item {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: var(--text-gray);
  font-weight: 700;
}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 .grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 5px;
} 
.grid-item {
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: var(--text-gray);
  font-weight: 700;
}
}
@media only screen and (max-width: 400px) {
  .grid-container {
  display: grid;
  grid-template-columns: auto;
  padding: 5px;
} 
.grid-item {
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: var(--text-gray);
  font-weight: 700;
}
}
/****WHAT WE DO****/

.what-we-do-hero-section{ 
  background-image: url(../Images/what-we-do-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  text-align: left;
}
.what-we-do-hero-text h1>span{
  color: var(--orange);
  font-weight: 700;
}
.what-we-do-hero-text h1{
  padding-bottom: 80px;
  padding-top: 50px;
  color: var(--text-dr-blue);
   display: inline-block;
  text-align: left;
  font-weight: 700;
}
.supply-sec{
   padding-bottom: 70px;
  padding-top: 70px;
}

.supply-sec p:first-child{
  color: var(--orange);
  font-weight: 700;
}

.supply-sec  h5 {
    color: var(--orange);
    font-weight: 700;
    padding-bottom: 10px;
}

.supply-sec p{
  color: var(--text-gray);
  padding-right: 400px;
}

/*3 Phases*/
.phases-sec {
  text-align: center;
}
.phases-sec h3:first-child{
  color: var(--orange);
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #5594d7;
}
.phases-sec hr{
  height: 3px !important;
  color: #034fa7;
  opacity: 1;
  padding: 0 20px;
}
.phase-card{
  padding: 30px 30px 30px 30px;
  background-color: var(--white);
  margin: 5px auto;
  box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
  border-radius: 15px;
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
  width: %;
}
.phase-card:hover { 
box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.3);
}
.phase-card-title{
  font-size: 24px;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 8px;
  text-align: left;
  color: var(--text-lg-1-blue);
}
.phase-card-text{
text-align: left;
color: var(--text-gray);
}
.phase-card-image{
  text-align: center;    
}
.phase-card-image img.learn{
  width: 70px;
  height: 100px;
}
.phase-card-image img.execute{
  width: 100px;
  height: 100px;
}
.phase-card-image img.build{
  width: 100px;
  height: 100px;
}


/*Help*/
    .help-what-we-do{
      text-align: center;
      padding-bottom: var(--padding-bottom);
      background-color: white;
    }
    .help-what-we-do h1{
      font-weight: 700;
      color: var(--text-lg-1-blue);
    }
    .help-what-we-do p{
      padding-bottom: 30px;
      padding-top: 30px;
      color: var(--text-gray);
    }
    .help-what-we-do a{
      text-decoration: none;
      color: white;
    }
    .help-what-we-do a:hover{
      text-decoration: none;
      color: var(--orange);
    }


  .help-what-we-do-btn {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 3px;
  padding: 10px 40px;
  color: var(--white);
  font-size: 18px;
}

.help-what-we-do-btn:hover{
  background-color: transparent;
  border: 1px solid var(--orange);
  border-radius: 3px;
  padding: 10px 40px;
  color: var(--orange);
  font-size: 18px;
}

.touchbtnr:hover{
    background-color: transparent;
    border: 1px solid var(--orange);
    border-radius: 3px;
    color: var(--orange);
}


@media only screen and (max-width: 1440px) and (min-width: 768px) {
 .supply-sec p{
    padding-right: 150px;
    }
    .phases-sec{
    width: -100%;
    }
   .testimonial-card-image{
      text-align: left;
    }
    .wwd-testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: 90px;
    height: 90px;
    }
    .testimonial-card-text{
    color: var(--text-gray);
    text-align: left;
    padding-top: 10px;
    }
}

 @media only screen and (max-width: 950px) and (min-width: 768px) {
  .phase-card{
    padding: 20px 10px 10px 10px;
  }
  .testimonial-card-image{
      text-align: left;
      display: block;
    } 
  .testimonial-card{
    padding: 20px 10px 10px 10px;
  }
  .testimonial-card-text{
    text-align: center;
  }
  .testimonial-card-title{
    text-align: center;
  }
   .testimonial-card-image{
     text-align: center;
   }
  .testimonial-card-image p{
     text-align: center;
     padding-left: 0;
  }
  .phase-card-text{
    text-align: center;
  }
  .phase-card-title{
    text-align: center;
  }
  .phase-card-image img.learn{
    width: 50px;
    height: 70px;
  }
  .phase-card-image img.execute{
      width: 80px;
      height: 80px;
    }
    .phase-card-image img.build{
      width:80px;
      height: 80px;
    }
 }

 @media only screen and (max-width: 767px) and (min-width:575px) {
 .phase-card{
    padding: 20px 10px 10px 10px;
  } 
  .phase-card-text{
    font-size: 14px;
  }
  .phase-card-image img.learn{
    width: 40px;
    height: 60px;
  }
  .phase-card-image img.execute{
      width: 50px;
      height: 50px;
    }
    .phase-card-image img.build{
      width: 50px;
      height: 50px;
    }
     .testimonial-card{
    padding: 20px 10px 10px 10px;
  }
  .testimonial-card-text{
    text-align: center;
  }
  .testimonial-card-title{
    text-align: center;
  }
   .testimonial-card-image{
     text-align: center;
     display: block;
   }
  .testimonial-card-image p{
     text-align: center;
     padding-left: 0;
  }
}

@media(max-width: 767px){
    .supply-sec p{
    padding-right: 0px;
    }
    .phase-box{
      margin-bottom: 25px;
    }
    .phase-card-title{
      text-align: center;
    }
    .phase-card-text{
      text-align: center;
    }
     .testimonial-card{
    padding: 20px 10px 10px 10px;
  }
  .what-we-do-hero-text br{
    display:none;
  }
  .what-we-do-hero-text h1{
    text-align: center;
  }
  .testimonial-sec{
    padding-top:25px;
    padding-bottom:25px;
  }
  .wwd-testimonials .owl-stage-outer {
    padding: 0px;
  }
}

@media(max-width: 320px){
  .testimonial-card-image{
    display: block;
    text-align: center;
  }
  .testimonial-card-text{
    text-align: center;
  }
}


/*****QUERY SECTION****/
.query-form-section{
  background-image: url(../Images/form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.selected-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.query-inner{
  color: var(--text-dr-gray);
  padding-top: 50px;
}

.query-inner h1{
  font-weight: 700;
} 
.quote-query{
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
.quote-query h1{
  font-weight: 700;
  color: var(--text-dr-blue);
}
.quote-query h1>span{
  color: var(--orange);
}
.quote-query-para{
  color: var(--text-gray);
  padding-bottom: 20px;
}
.query-item{
  border: 1px solid #000;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center!important;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.query-form label {
  padding: 15px 0 15px 0;
  color: #B5B5B5;
  margin-top: 20px;
  font-weight: 600;
}

.query-form input {
  width: 100%;
  border: 1px solid var(--text-lg-1-blue);
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
}

.query-form textarea {
  width: 100%;
  border: 1px solid var(--text-lg-1-blue);
  height: 250px;
  padding-left: 10px;
  border-radius: 5px;
}

.query-form button {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 3px;
  padding: 10px 40px;
  color: var(--white);
  font-size: 18px;
  margin-top: 50px;
}

.query-form-inner-box{
  display: block;
}
.query-icon{
  padding-bottom: 5px;
  padding-top: 50px;
}
.mail-query-us{
  color: var(--text-lg-blue);
  font-size: 18px;
}
.mail-query-us a{
  color: var(--text-lg-blue);
  font-weight: 600;
  text-decoration: none;
}

.query-social-icon img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}


/****INSIGHT SECTION****/
.tumbnail-row>*{
  padding-top: 15px;
  padding-bottom: 15px;
}
.insights-section{
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
}
.medium{
  padding-bottom: 50px;
}
.insights-hero-text{
  display: inline-block;
}
.insights-hero-text h1{
  color: var(--orange);
  font-weight: 700;
}
.insights-hero-text p{
  padding-bottom: 50px;
  color: var(--text-gray);
}
.insight-card{
      padding: 20px 40px 20px 40px;
      background-color: var(--white);
      margin: 5px auto;
      box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
      border-radius: 15px;
      height: 100%;
      transition: 0.3s;
      cursor: pointer;
    }
.insight-card:hover { 
    box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.3);
    }
    .insight-card-image{
      height: 200px;
      background-image: url(../Images/blog-thumbnail.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
.insight-card-title{
  color: var(--text-lg-1-blue);
  font-weight: 700;
}
.insight-card-category{
  color: var(--text-gray);
  font-weight: 600;
  font-size: 18px;
}
.insight-card-text{
  color: var(--text-gray);
  padding-top: 20px;
}
.read-more{
  color: var(--orange);
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}
.read-more i{
  font-size: 24px;
}

.learnmore-btn {
  margin-top: 40px;
  background: transparent;
  border: 2px solid var(--text-lg-1-blue);
  border-radius: 3px;
  padding: 10px 40px;
  color: var(--text-lg-1-blue);
  font-size: 18px;
}
.touchbtnr:hover{
    background-color: transparent;
    border: 2px solid var(--orange);
    border-radius: 3px;
    color: var(--orange);
}
.btn-sec{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.subscribe-sec{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../Images/newsletter-bg.png);
}
.bgwhite{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.sub-title{
  color: var(--text-lg-blue);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0%;
}
.sub-para{
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 20px;
  color: var(--text-lg-blue);
  font-weight: 700;
}


/****BLOG****/
.blog-banner{
  background-image: url(../Images/blog-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.content-blog{
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-blog h2{
  color: var(--orange);
  font-weight: 700;
  padding-bottom: 20px;
}
.content-blog h5{
  color: var(--text-dr-gray);
  font-weight: 600;
  font-size: 22px;
}
.content-blog p{
  color: var(--text-gray);
}
.publish-sec h5{
  color: var(--text-dr-gray);
  font-weight: 700;
  font-size: 18px;
}
.publish-sec p{
  color: var(--text-gray);
}
.publish-sec p>span{
  font-weight: 700;
}
.author{
  padding-top: 50px;
}
.info-box{
  display: inline-block;
  text-align: left;
  display: flex;
}
.info-box h5{
      padding-left: 20px;
      font-size: 26px;
      padding-top: 15px;
      font-weight: 600;
      color: var(--text-lg-1-blue);
    }
    .info-box h5>span{
      color: var(--orange);
        }
    .info-box img{
      width: 100px;  
    }
/*Previous and next*/
.pre-nxt a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  color: var(--text-dr-gray);
  font-size: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.pre-nxt a>span{
  font-size: 30px;
}
.next {
  float: right;
}




