:root {
  --darkGrey: #121315;
  --greenYellow: #e1d600;
  --yellow: #fff420;
}

body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}
h1 {
  font-weight: bold;
}
ul li {
  color: #666;
}
h4 a,
a {
  color: var(--greenYellow);
}
.navbarTop {
  padding: 10px 0px;
}
.topnavmenu {
  padding-top: 2px;
}
ul.mainnav {
  margin-left: auto !important;
}
ul.mainnav li a {
  padding: 0rem 0.5rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.aboutSection {
  padding: 45px 0px;
}
.aboutSection h1 {
  font-weight: bold;
  margin-bottom: 18px;
}
.aboutSection p {
  color: #666;
  line-height: 1.35em;
  margin-bottom: 0.8rem;
  font-size: 1.2em;
}
.aboutSection p em {
  color: #333;
  font-weight: bold;
  margin: 15px 0px;
  display: block;
}
span.strong {
  font-weight: bold;
  font-size: 1.2em;
  color: #003479;
}
.aboutimg {
  margin-top: 45px;
}
.rounded-corner {
  border-radius: 30px;
}
.customerSection {
  padding-bottom: 45px;
}
.customerSection ul {
  list-style: none;
  padding: 20px 0px 0px;
  margin-bottom: 0px;
}
.customerSection ul li {
  display: inline-flex;
  padding: 4px;
  font-weight: bold;
  font-size: 27px;
  border: 2px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  margin: 0px 10px;
  height: 102px;
  width: 163px;
  align-items: center;
  justify-content: center;
}
.customerSection ul li img {
  width: 80px;
}
.customerSection .client-logo li img {
  width: 100% !important;
  height: 78px;
  padding: 4px;
  object-fit: contain;
}
.customerSection .client-logo li {
  margin-bottom: 15px;
}
.customerSection ul li:nth-child(4n + 1) {
  clear: left;
}
.section_padding_60 {
  padding: 60px 0 !important;
}
.we_made_custom_img {
  border-radius: 30px;
  overflow: hidden;
  margin-top: 25px;
}

p.most_trustable {
  font-size: 26px;
  line-height: 30px;
  width: 100%;
  padding: 10px;
  background: #a8a6a6;
  color: #fff;
}
.corevalueSection {
  padding: 60px 0px 0px;
  color: #fff;
}

.corevalueSection h4 {
  font-weight: bold;
  font-size: 35px;
  border-bottom: 1px solid #555;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 60px;
}

.corevalueSection ul {
  list-style: none;
  padding-left: 0px;
}
.corevalueSection li {
  padding: 10px 0px;
  color: #999;
  font-size: 1.3em;
}
.corevalueSection li i {
  color: var(--yellow);
}
.imageWrapper {
  max-width: 500px;
  overflow: hidden;
  padding-bottom: 0px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding-top: 20px;
}
.imageWrapper img {
  max-width: 100%;
}
.wadeIntroduction {
  height: 800px;
  width: 100%;
  background-size: cover !important;
  position: relative;
}
.ourmission {
  padding-bottom: 0px;
}
.wadaText {
  position: absolute;
  left: 60px;
  bottom: 0px;
  height: 200px;
  z-index: 99;
}
.wadaText h3 {
  color: #fff;
  font-size: 35px;
  padding-bottom: 5px;
  font-weight: bold;
}
.wadaText h6 {
  color: #fff;
  background: #999;
  padding: 10px 20px;
  font-size: 21px;
}
.services {
  padding: 45px 0px;
}
.services ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.services ul li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  height: 100%;
}
.services ul li img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.serviceImg {
  width: 100%;
  margin: auto;
  height: 130px;
  line-height: 100px;
}
.gallerySection {
  padding-bottom: 60px;
}

.contactSection {
  background: url(../images/home1.png) no-repeat left top;
  background-size: cover !important;
  position: relative;
  overflow: auto;
  padding: 65px 0px;
}
.contactForm {
  width: 350px;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  margin: auto;
}
.contactSection label {
  display: block;
  clear: both;
}
.contactSection input,
.contactSection textarea {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #666;
}
.contactSection input[type="button"] {
  color: #333;
}
.contactForm h2 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}
.contactForm h2 i {
  color: var(--greenYellow);
}
.btn-primary {
  color: var(--darkGrey);
  background-color: var(--greenYellow) !important;
  border-color: var(--greenYellow) !important;
}
footer {
  border-top: 1px solid #ccc;
  height: 60px;
  line-height: 60px;
  background: #ccc;
}
footer h1.logo {
  font-size: 23px;
  height: 60px;
  line-height: 60px;
}
.socialIcons a {
  padding: 0px 5px;
  color: var(--greenYellow);
}
.socialIcons a:hover {
  color: var(--yellow);
}
footer .rights {
  color: #444;
}
.contactAddress {
  width: 510px;
  background: rgba(255, 255, 255, 0.8);
  margin: 90px auto 0px;
  padding: 25px;
  border-radius: 15px;
  overflow: auto;
}
.contactAddress h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 4px;
}
.contactAddress i {
  color: var(--greenYellow);
  display: block;
  float: left;
  width: 40px;
}
.contactAddress span {
  display: block;
  float: left;
  margin-left: 0px;
  width: calc(100% - 42px);
}
.contactAddress h4 {
  padding-bottom: 0px;
  font-size: 18px;
}
.contactAddress p {
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.ourvision {
  padding-bottom: 60px;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--yellow);
}
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--greenYellow);
}

.productSection h1 {
  padding-bottom: 30px;
}
.productImage {
  overflow: auto;
  padding-bottom: 40px;
  padding-top: 30px;
}
.productDesc {
  padding-top: 30px;
}
.productDesc h3 {
  font-size: 21px;
}
.headerBanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.headerBanner img {
  width: 100%;
}

input.error {
  border: 1px solid red;
  color: red;
}
.contactAddress a {
  color: var(--darkGrey);
}
.contactAddress a:hover {
  color: var(--greenYellow);
}

.customerSection h4 {
  font-weight: bold;
}
.imgWrapper {
  position: absolute;
  bottom: 25px;
}
.imgWrapper h1 {
  padding-left: 20px;
  text-shadow: 0px 0px 3px #fff;
}

/*product css*/
.imgbox {
  xpadding: 20px;
  xbackground: #ddd;
  xborder-bottom: 1px solid #cccccc;
}
.imageWrapper ul {
  padding-bottom: 20px;
  text-align: left;
}
.imageWrapper ul li a {
  color: var(--greenYellow);
}

.imageWrapper h4 {
  color: #fed136;
  line-height: 24px;
  padding-bottom: 8px;
}
.boxcontent {
  padding: 20px;
}
.boxcontent ul {
  padding-left: 14px;
}

ul.product_grid {
  padding-left: 0px;
  list-style: none;
}
ul.product_grid li {
  display: block;
  overflow: auto;
}
ul.product_grid > li {
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
}

.product_grid .gridimgbox {
  width: 30%;
  float: left;
}
.product_grid .gridimgbox img {
  max-width: 90%;
  max-height: 90%;
}
.product_grid .imgboxContent {
  width: 70%;
  float: left;
  padding-left: 30px;
}
.logoText {
  font-size: 18px;
  padding: 12px 0px;
  display: inline-block;
  font-weight: bold;
}
.clicktodownload {
  text-align: center;
  padding-bottom: 60px;
}
.corevalueSection .imageWrapper {
  max-height: 400px;
  overflow: hidden;
  padding-top: 0px;
}
.corevalueSection .imageWrapper img {
  width: 100%;
}
.quotelink {
  white-space: nowrap;
  position: absolute;
  right: 0px;
  top: 11px;
  width: 120px;
}
.pimg2 {
  margin-top: 32px;
}
.imageWrapper {
  margin: auto;
}
.viscotype ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.viscotype ul li {
  width: 230px;
  display: inline-block;
  text-align: center;
  margin: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.2s all;
}
.viscotype ul li:hover {
  box-shadow: 0px 0px 6px #333;
  transition: 0.2s all;
}
.viscotype ul li img {
  width: 100%;
}
.viscotype ul li h5 {
  background: var(--greenYellow) !important;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 0px;
}
.clearboth {
  clear: both;
  height: 60px;
  width: 100%;
}
.viscotype a {
  color: #000;
  text-decoration: none;
}
.productSection img {
  max-width: 100% !important;
}
.downloadLink {
  font-size: 1.2rem;
}

@media (max-width: 1400px) {
  ul.mainnav li a {
    padding: 0 0.4em !important;
  }
  ul.mainnav li a {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
  .customerSection ul li {
    font-size: 20px;
  }
  .imageWrapper {
    height: auto;
  }
  ul.navbar-nav {
    margin-left: 0px;
  }
  ul.navbar-nav > li a {
    padding-left: 0px !important;
  }
  .topnavmenu {
    float: left;
  }
  #navbar_top > .container {
    position: relative !important;
  }
  .quotelink {
    position: absolute;
    right: 0px;
    top: 15px;
  }
  ul.mainnav li a {
    padding: 0 1em 10px !important;
    font-size: 1rem;
  }
  ul.mainnav li:first-child a {
    padding-left: 0px !important;
  }
  p.most_trustable {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .customerSection ul li {
    font-size: 20px;
  }
  .corevalueSection h4 {
    margin-top: 5px;
  }
  .wadeIntroduction {
    height: 568px;
  }
  .services ul li {
    width: 45%;
  }
  .contactForm {
    width: 350px;
    left: 20px;
  }
  .contactAddress {
    width: 420px;
    overflow: auto;
  }
  .services ul {
    display: block !important;
  }
  .services ul li {
    width: 46%;
    clear: none !important;
    display: block;
    float: left;
    margin-bottom: 16px;
  }

  .topnavmenu {
    float: right !important;
    margin-top: 15px;
    clear: both;
  }
  .navbar-toggler {
    color: #fff !important;
    border: 1px solid #fff !important;
    float: right;
    margin-top: 5px !important;
  }
  .quotelink {
    display: none;
  }
  .align-items-center {
    align-items: start !important;
  }
  ul.mainnav {
    width: 260px;
  }
  ul.mainnav li:first-child a {
    padding-left: 1em !important;
  }
  p.most_trustable {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .corevalueSection h4 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .wadeIntroduction {
    height: 416px;
  }
  .wadaText h3 {
    padding-bottom: 2px;
  }
  .corevalueSection {
    padding-top: 30px;
  }
  .ourmission {
    padding-bottom: 0px;
  }
  .services {
    padding: 40px 0px;
  }
  .contactForm {
    position: static;
    margin: 30px auto;
  }
  .contactSection {
    padding: 40px 0px;
    height: auto;
  }
  .contactAddress {
    float: none;
    margin: 30px auto !important;
  }
  footer h1.logo {
    text-align: center;
    height: 30px;
  }
  .rights {
    font-size: 15px;
  }
  .colsm-12 {
    flex: none;
  }
  .corevalueSection h4 {
    padding-top: 15px;
  }
  .ourmission {
    padding-top: 60px;
  }
  .ourvision {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
  }
  .productImage .imageWrapper {
    margin-bottom: 50px;
    height: auto;
  }
  .dar {
    text-align: center;
  }
  p.most_trustable {
    line-height: 21px;
  }
}

@media (max-width: 576px) {
  .aboutSection {
    padding: 40px 0px;
  }
  .aboutimg {
    margin-top: 40px;
  }
  .contactForm {
    width: 80%;
  }
  .contactAddress {
    width: 80%;
  }
  .socialIcons {
    text-align: center;
  }

  .socialIcons {
    height: 40px;
    line-height: 40px;
  }
  footer h1.logo {
    line-height: 50px;
  }
  .ourmission h4 {
    padding-top: 30px;
  }
  .ourvision {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .wadaText h3 {
    font-size: 25px;
  }

  .productDesc {
    padding-top: 0px;
  }
  .col {
    flex: none;
  }
  .navbarTop .col {
    flex: none;
    width: auto;
  }
  .navbarTop .col-8 {
    flex: 1;
    width: auto;
    float: right;
  }
  .imageWrapper {
    margin: auto;
  }
  .headerBanner {
    height: 215px;
  }
  .services ul {
    display: block !important;
  }
  .services ul li {
    width: 100%;
    clear: both !important;
    display: block;
  }
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  .scroll-topbtn {
    bottom: 65px;
  }
  .customerSection ul li {
    margin-left: 0px;
    margin-right: 0px;
  }
  p.most_trustable {
    font-size: 20px;
  }
  #navbar_top .col-sm-5 {
    width: 80%;
  }
  #navbar_top .col-sm-7 {
    width: 20%;
  }
}

@media (max-width: 480px) {
  footer .rights {
    line-height: 20px;
    padding-top: 10px;
  }
  .contactAddress a {
    font-size: 12px;
  }
  .logoText {
    font-size: 16px;
  }
  .imgWrapper {
    position: relative;
    bottom: 0px;
    top: 10px;
  }
}

.scroll-topbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  background: #e1d600;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.scroll-topbtn span {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
