@font-face {
  font-family: 'Eurostile';
  src: url('EurostileBold.eot');
  src: url('EurostileBold.eot?#iefix') format('embedded-opentype'),
      url('EurostileBold.woff2') format('woff2'),
      url('EurostileBold.woff') format('woff'),
      url('EurostileBold.ttf') format('truetype'),
      url('EurostileBold.svg#EurostileBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PoppinsRegular';
  src: url('fonts/PoppinsRegular.eot');
  src: url('fonts/PoppinsRegular.eot') format('embedded-opentype'),
       url('fonts/PoppinsRegular.woff2') format('woff2'),
       url('fonts/PoppinsRegular.woff') format('woff'),
       url('fonts/PoppinsRegular.ttf') format('truetype'),
       url('fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:focus {
  -moz-outline-style: none;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}
input[type="file"] {
  cursor: pointer;
}
html body {
  padding: 0;
}
*::-moz-selection {
  color: #fff;
  background: #009DDD;
}
*::selection {
  color: #fff;
  background: #009DDD;
}
*::-moz-selection {
  color: #fff;
  background: #009DDD;
}
*::-webkit-selection {
  color: #fff;
  background: #009DDD;
}
*::-ms-selection {
  color: #fff;
  background: #009DDD;
}
*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body a {
  outline: none !important;
  transition: 0.5s all;
}
body a:focus {
  outline: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul:after,
li:after,
.container:after {
  clear: both;
  display: block;
  content: "";
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}
form label em {
  color: #ff0000;
  display: inline-block;
  font-style: normal;
  vertical-align: top;
}
iframe {
  display: block;
  width: 100%;
  height: 100%;
}
body ul,
body li,
body ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  position: relative;
}
ul {
  margin: 0;
  padding: 0;
}
a,
span,
b,
i {
  display: inline-block;
  vertical-align: top;
}
body .fa,
body .fas {
  font-family: "FontAwesome";
  font-weight: normal;
}

/*element css*/
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
  font-size: 15px;
  color: red;
  line-height: 120%;
  margin-top: 1px;
  font-family: "Poppins", Sans-serif;
}
span.wpcf7-form-control-wrap.recaptcha > span.g-recaptcha {
    border: 2px solid transparent;
    width: 306px;
    height: 80px;
    border-radius: 4px;
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
  color: red;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  padding: 7px 15px;
  border: 2px solid;
  margin: 15px 0 0 0;
  font-family: "Poppins", Sans-serif;
}
body .wpcf7 form.sent .wpcf7-response-output,
body .success {
  color: green;
}
body textarea {
  resize: none;
  overflow: auto;
  /* height: 120px !important; */
  padding-top: 15px !important;
}
body textarea:focus {
  box-shadow: none;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
main#content > .container.single-page-container {
  max-width: 100%;
  padding: 0;
}
main#content
  > .container.single-page-container
  .nv-page-title-wrap.nv-big-title {
  display: none;
}
body .wrapper header#masthead {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
body .wrapper header#masthead::after {
  background: #fff;
  height: 1px;
  position: absolute;
  content: "";
  right: 0;
  left: 46%;
  opacity: 0.1;
  bottom: 0;
}
body .wrapper header#masthead::before {
  background: #fff;
  height: 1px;
  position: absolute;
  content: "";
  right: 0;
  left: 46%;
  opacity: 0.1;
  top: 60px;
  bottom: auto;
}
body .wrapper header#masthead ul.hfe-nav-menu li a:hover {
  color: #009ddd;
}
header#masthead .mailcall ul li a {
  color: #fff;
}
header#masthead .mailcall ul li a:hover {
	color: #009ddd;
}
header.header a.neve-skip-link {
  display: none;
}
li.wrap-phoneheader:before {
  content: "\f095";
  font-family: "FontAwesome";
}
li.wrap-mailheader:before {
  content: "\f0e0";
  font-family: "FontAwesome";
}
body ul,
body li,
body ol {
  margin: 0;
  padding: 0;
  /* display: inline-block; */
}
.header a {
  box-shadow: none;
  text-decoration: none;
  font-family: "Eurostile", sans-serif;
  font-size: 18px;
  padding-right: 30px;
}
li.wrap-phoneheader:before,
li.wrap-mailheader:before {
  background: #009ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  text-align: center;
  bottom: auto;
  line-height: 39px;
}
li.wrap-mailheader,
li.wrap-phoneheader {
  padding-left: 48px;
}
.header .e-con > .e-con-inner {
  padding-top: 11px;
}
.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
  max-width: 100%;
}

li.wrap-mailheader,
li.wrap-phoneheader {
  padding-left: 48px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.wrap-phoneheader span {
	font-family: "Eurostile", sans-serif;
	font-size: 18px;
	color: #fff;
}
#content .elementor-button::after {
    content: "\f178";
    font-family: "FontAwesome";
    padding: 0 4px;
    position: absolute;
    top: 0;
    right: 40px;
}
#content .elementor-button {
  font-family: "Eurostile Bold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  background-color: #009ddd;
  border-width: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 78px 0px 26px;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
  position: relative;
  opacity: 1;
}
#content .elementor-button:hover {
    background-color:#004766;
}
#content .weserve-wrap {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
#content .weserve-wrap li {
  padding-right: 30px;
}
#content .weserve-wrap li {
  padding: 0 15px;
  width: 33.33%;
}
#content .weserve-wrap li .wrap-weserve-content {
  position: relative;
  background: #FFF;
  margin: -60px auto 50px;
  padding: 0 25px;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  display: table;
  width: calc(100% - 26px);
}
.Serve-wrap .weserve-postimg {
  height: 300px;
  background: #efefef;
  position: relative;
}
.Serve-wrap .weserve-postimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .weserve-wrap li .wrap-weserve-content::after {
  position: relative;
  clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  content: "";
  top: -50px;
  bottom: 0;
  background: #FFF;
  left: 0;
  right: 0;
  z-index: 1;
}
#content .weserve-wrap li::before {
  position: absolute;
  content: "";
  background: #009ddd;
  height: 5px;
  top: 207.6px;
  bottom: auto;
  left: 26px;
  right: 26px;
  transform: rotate(-7.9deg);
  z-index: 1;
}
#content .weserve-wrap li .wrap-weserve-content h3 {
	margin: 21px 0 7px;
	font-size: 24px;
	color: #004766;
	position: relative;
	z-index: 9;
}
#content .weserve-wrap li .wrap-weserve-content p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 29px;
    color: #444;
    max-height: 90px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
#content .weserve-wrap li .elementor-button {
  border: 0;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 0px 50px 0px 50px;
  float: right;
  margin: 20px -25px 0 0;
  position: relative;
  z-index: 9;
}
#content .weserve-wrap li .elementor-button::after {
    content: "\f178";
    font-family: "FontAwesome";
    padding: 0 4px;
    position: absolute;
    top: 0;
    right: 15px;
}
#content .elementor-widget-image-carousel .swiper-slide  > figure {
    margin: 0 10px;
    background: #FFF;
    padding: 10px 0;
}
.products .ourproduct-wrap li {
  padding: 0 15px;
  width: 25%;
  margin: 0 0 68px 0;
}
.products .ourproduct-wrap {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.products .wrap-ourproduct-postimg {
  height: 265px;
}
.products .wrap-ourproduct-postimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .ourproduct-wrap li .wrap-ourproduct-title h3 {
  position: relative;
  z-index: 9;
  color: #004766;
  font-family: "Eurostile Bold", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
}
.products .ourproduct-wrap li .wrap-ourproduct-title h3:hover {
  color: #009DDD;
}
.products .ourproduct-wrap li .wrap-ourproduct-title {
  background: #FFF;
  margin: -7px 14px 0 12px;
  padding: 3px 29px 18px;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  position: relative;
  min-height: 80px;
}
.products .ourproduct-wrap li .wrap-ourproduct-title::after {
    position: relative;
    position: absolute;
    content: "";
    top: -44px;
    bottom: 0;
    background: #FFF;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-clip-path: polygon(0 47%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 87%, 100% 0%, 100% 100%, 0% 100%);
    height: 50px;
}
.products .ourproduct-wrap li .wrap-ourproduct-title::before {
  content: "";
  background: #009ddd;
  height: 6px;
  top: -28px;
  bottom: auto;
  left: -2px;
  right: -2px;
  transform: rotate(-10.3deg);
  position: absolute;
}
.our-partners-owl .elementor-swiper-button svg {
  height: 2em;
  width: 30px;
  fill: #FFFF;
}
.our-partners-owl .elementor-swiper-button-prev {
    left: -40px;
    top: 45px;
}
.our-partners-owl .elementor-swiper-button-next {
  right: -40px;
  top: 45px;
}
.footer-menu #menu-1-d7265e2 a:hover {
  color: #009DDD;
}
.footer-contact .elementor-widget-container ul {
  display: flex;
  /* justify-content: space-between; */
  padding: 0 0 40px 0;
  border-bottom: 1px solid #33333347;
  margin: 0;
  flex-wrap: wrap;
}
.footer-contact ul li {
  /* position: relative; */
  padding-left: 66px;
}
/* .footer-contact ul li::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 45px;
  background: white url("https://ngimpl.in/wp-content/uploads/2023/01/sprite.png") no-repeat;
  left: -50px;
  right: auto;
  top: 0;
  bottom: auto;
} */
.footer-contact ul .wrap-phone::before {
  background-position: 0px -103px;
}
.footer-contact ul .wrap-mail::before {
  background-position: 3px -205px;
}
.footer-contact ul li::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 45px;
  background: url("https://ngimpl.in/wp-content/uploads/2023/01/sprite.png") no-repeat;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.footer-contact ul .wrap-address a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #333;
}
.footer-contact ul li {
  padding: 0px;
  text-align: left;
  padding-left: 66px;
  padding-right: 10px;
}
.footer-contact ul .wrap-phone span {
  font-family: "poppins";
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.footer-contact ul .wrap-phone a{
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  color: #333;
}
.footer-contact ul .wrap-phone a:hover {
  color: #009DDD;
}
.footer-contact ul .wrap-mail span {
  font-family: "poppins";
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.footer-contact ul .wrap-mail a {
  font-family: "poppins";
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
.footer-contact ul .wrap-mail a:hover {
  color: #009DDD;
}
.footer-contact ul .wrap-mail {
  width: 21%;
  padding-right: 0;
}
.footer-contact ul .wrap-phone {
  width: 35.3%;
}
.footer-contact ul .wrap-address {
  width: 43.7%;
}
.back-to-top {
  position: fixed;
  height: 50px;
  width: 50px;
  background: #008dc6;
  right: 35px;
  bottom: 70px;
  font-size: 0;
  border-radius: 6px;
  font-family: fontawesome;
  transition: 0.5s all;
  color: #fff;
  text-align: center;
  line-height: 45px;
  z-index: 11111;
  cursor: pointer;
}
.back-to-top::before {
  content: "\f106";
  font-size: 31px;
}
/* ABOUT US */
.iconlist ul li::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 45px;
  background: url("https://ngimpl.in/wp-content/uploads/2023/01/list-icon.png") no-repeat;
  left: 0px;
  right: auto;
  top: 4px;
  bottom: auto;
}
.iconlist ul li {
  padding-left: 30px !important;
  padding-bottom: 10px !important;
}
.breadcrumbs span>span {
  font-size: 0;
  display: inline;
}
.breadcrumbs a{
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 120%;
  color:#FFF;
}
.breadcrumbs span, .breadcrumbs .breadcrumb_last {
    font-family: 'Poppins Bold';
    font-size: 18px;
    line-height: 120%;
    color: #ffff;
    text-decoration: none;
    padding-top: 10px;
}
.breadcrumbs a:hover {
  color: #009DDD;
}
.breadcrumbs .breadcrumb_last {
  font-weight: normal !important;
}
.breadcrumbs a::after {
  content: "\f100";
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: normal;
    color: #ffff;
    height: 9px;
    width: 9px;
    margin: 0px 5px 0 11px;
    font-family: fontawesome;
    line-height: 10px;
    border: 0;
    transform: rotate(180deg);
}
.ewd-upcp-hidden {
    display: none!important;
}
  /* CONTACT US */

  .contact-form-wrap > div {
    position: relative;
  }
  .contact-data ul li::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 45px;
    background: url("https://ngimpl.in/wp-content/uploads/2023/01/contact-data-sprite.png") no-repeat;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
  }
  .contact-data ul li {
    padding-left: 70px;
    padding-bottom: 39px;
    text-align: left;
  }
  .contact-data  .wrap-address a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #FFFF;
  }
  .contact-data .wrap-phone span {
    font-family: "poppins";
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
  }
  .contact-data #start {
    font-family: "poppins";
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
  }
  .contact-data .wrap-mail span {
    font-family: "poppins";
    font-weight: 600;
    font-size: 18px;
    color: #FFFF;
  }
  .contact-data #top {
    font-family: "poppins";
    font-weight: 400;
    font-size: 18px;
    color: #FFFF;
  }
  .contact-data ul .wrap-phone::before {
    background-position: 0px -92px;
  }
  .contact-data ul .wrap-mail::before {
    background-position: 3px -178px;
  }
  .form-data .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    width: 100%;
  }
  .form-data .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 120px;
  }
  .form-data .contactform-wrapfnamelname {
    display: flex;
    justify-content: space-between;
    gap: 18px;
  }
  .form-data .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 52px;
  }
  .form-data .fileupload label {
    display: none;
  }
  .form-data .fileupload .browsebtn {
    display: none;
  }
  .form-data #showfile {
    width: 100%;
    position: relative;
  }
  .form-data .fileupload br {
    display: none;
  }
  .form-data .wpcf7 input[type="file"] {
    padding-left: 20px;
    width: 100%;
    z-index: 99;
    position: relative;
    height: 50px;
    opacity: 0;
    cursor: pointer;
  }
 .inquiry-form .file.form-field input {
    width: 100%!important;
}
.contact-data #top:hover, .contact-data #start:hover {
    color:#004766;
}
  .form-data #fileupl {
    padding-top: 12px;
  }
  .form-data .form-field {
    position: relative;
    margin: 0 0 20px 0;
  }
  .form-data .contact-form-wrap .has-focus label {
    top: -9px;
    font-size: 12px;
    color: #000;
    background: #FFF;
    padding: 3px 3px;
    border-radius: 5px;
    line-height: 1;
    z-index: 9;
  }
  .form-data label {
    font-family: 'poppins';
    color: #444;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 13px;
    font-size: 16px;
  }
.form-data .captcha_submit_wrap {
    display: flex;
    padding-bottom: 39px;
    justify-content: space-between;
}
  .recaptcha .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
  }
.form-data .btnsub-wrap {
    margin-top: 28px;
    padding-left: 45px;
    float: right;
    position: relative;
}
  /* .btnsub-wrap::after {
    content: "\f178";
    font-family: "FontAwesome";
    padding: 0 95px;
    position: absolute;
    top: 12px;
    color: white;
  } */
  .form-data .btnsub-wrap p::before {
    content: "\f178";
    font-family: "FontAwesome";
    padding: 0;
    position: absolute;
    z-index: 1;
    right: 40px;
    left: auto;
    color: #fff;
    top: 10px;
    pointer-events: none;
  }
  .form-data .btnsub-wrap span.wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 5px;
}
  .form-data #btnsub {
    padding: 0px 76px 0px 25px;
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
    font-family: 'Eurostile Bold';
    font-size: 18px;
  }
  .form-data .wpcf7-spinner {
    margin: 10px 11px;
  }
  .form-data #btnsub:hover {
    background-color: #004766;
  }

  /* PRODUCTS PAGE */
  .product-maincategory {
    display: grid;
    /* grid-template-columns: 1fr; */
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    grid-template-columns: repeat(auto-fill, minmax(271px,1fr));
    grid-gap: 20px 20px;
  }                                                                                                                                                                                          
  .products-wrap ol li::before {
    position: absolute;
    content: " ";
    height: 10px;
    width: 10px;
    background-color: #009DDD;
    border-radius: 50%;
    top: 10px;
    left: 0;
  }
.product-maincategory .products-wrap li {
    padding-left: 20px;
    display: block;
    position: relative;
    margin: 5px 0;
}
.product-maincategory .products-wrap h2 {
    margin: 0;
    line-height: 1;
    display: block;
}
.product-maincategory .products-wrap h2 a {
    color: #004666;
    font-family: "Eurostile Bold";
    font-size: 26px;
    padding:0px;
}
  .products-wrap .post-product a {
    font-family: "poppins";
    font-size: 18px;
    color: #525252;
    padding-bottom: 3px;
  }
  .products-wrap .post-product {
    padding-left: 45px;
  }
  .products-wrap ul li::before {
    position: absolute;
    content: "";
    border: 1px solid #009DDD;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    top: 10px;
    right: auto;
    left: 0px;
    background: transparent;
  }
     /* 404 PAGE */
  .\34 04-section {
    background-image: url("https://ngimpl.in/wp-content/uploads/2023/01/page404-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .\34 04-section .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .\34 04-section .page-not-found img {
    display: none;
  }
  .\34 04-section .page-not-found h2 {
    color: #FFFFFF;
    font-family: "Eurostile Bold";
    font-size: 60px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .error-404-section #content-area h1 {
    color: #004766;
    font-family: "Eurostile Bold";
    font-size: 120px;
    text-transform: uppercase;
  }
  .error-404-section .main-title {
    color: #004766;
    font-family: "Eurostile Bold";
    font-size: 22px;
    margin-bottom: 20px;
  }
  #content-area .grve-subtitle {
    font-family: "poppins";
    font-size: 18px;
    color: #545454;
  }
  .\34 04-section .page-not-found .breadcrumb_last {
    font-family: 'Poppins Bold';
    font-size: 18px;
    line-height: 120%;
    color: #ffff;
    text-decoration: none;
  }
  .\34 04-section .page-not-found a {
    font-size: 18px;
    line-height: 120%;
    color: #FFF;
    font-family: "poppins";
  }
  .\34 04-section .page-not-found a::after {
    content: "\f100";
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: normal;
    color: #ffff;
    height: 9px;
    width: 9px;
    margin: 0px 5px 0 11px;
    font-family: fontawesome;
    line-height: 10px;
    border: 0;
    transform: rotate(180deg);
  }
  .\34 04-logo-img a {
    display: inline-block;
    width: 45px;
    height: 50px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .\34 04-logo-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #content-area br {
    display: none;
  }
  #content-area h1 {
    margin-bottom: 15px;
  }
  .error-404-section br {
    display: none;
  }
  .error-404-section .custom-btn {
    margin: 35px 0 145px 0;
  }
  .error-404-section .custom-btn a:hover {
    background-color: #004766;
  }
  .error-404-section .custom-btn a {
    font-family: "Eurostile Bold", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    background-color: #009ddd;
    border-width: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 73px 0px 26px;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
    position: relative;
    opacity: 1;
    color: #ffff;
  }
  .custom-btn a span::after {
    content: "\f178";
    font-family: "FontAwesome";
    padding: 0 10px;
    position: absolute;
    top: 2px;
  }
   
  /* PRODUCT DETAILS - PIPE GRADE PAGE */
  .single-ngproduct .wholebanner-wrap {
    min-height: 550px;
  }
  .single-ngproduct .title-wrap h1 {
    padding-bottom: 20px;
  }
  .single-ngproduct .productrow-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-ngproduct .productrow-wrap .e-con-inner {
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .single-ngproduct .productimg-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
  }
  .single-ngproduct .productcontentrow-wrap h2::before {
    content: "";
    position: absolute;
    height: 28px;
    width: 25px;
    background: url("https://ngimpl.in/wp-content/uploads/2023/01/product-details-logo2.png") no-repeat;
    left: 0;
    top: 0px;
    bottom: auto;
    right: 0;
  }
  .single-ngproduct .product-img .mobiletitle-wrap h2 {
    display: none;
  }
  .single-ngproduct .product-img {
    width: 45.7%;
  }
  .single-ngproduct .product-text-logo {
    width: 54.3%;
    padding-left: 120px;
  }
  .single-ngproduct .productlogo-wrap {
    padding-bottom: 20px;
  }
  .single-ngproduct .productcontentrow-wrap h2 {
    color: #004766;
    font-family: "Eurostile Bold";
    font-size: 45px;
    padding-bottom: 45px;
    padding-top: 40px;
  }
  .single-ngproduct .productcontent-wrap {
    font-family: "poppins";
    font-size: 18px;
  }
  .single-ngproduct .productcontentmore-wrap {
    font-family: "poppins";
    font-size: 18px;
    padding-bottom: 115px;
  }
  .single-ngproduct .product-last-wrap {
    padding: 0 15px;
  }
  /* PRODUCT DETAILS PAGE */
  .tax-product_categories .wrap-contentarea .wrap-catbanner img {
    width: 100%;
    height: 550px;
  }
  .tax-product_categories .wrap-contentarea .wrap-catbanner {
    position: relative;
  }
  .tax-product_categories .cat-img-content .cat-img {
    float: left;
    margin: 0 120px 0px 0;
    width: 46.8%;
    margin-top: -26px;
}
  .tax-product_categories .wrap-title-breadcrumb .cat-title {
    color: #FFFFFF;
    font-family: "Eurostile Bold", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
    margin-top: -16px;
}
  .tax-product_categories .cat-img-content .cat-img img {
     height: 520px;
     width: 100%;
  }
  .tax-product_categories .wrap-contentarea {
    position: relative;
    font-size: 0;
  }
    .tax-product_categories .wrap-title-breadcrumb {
	   position: absolute;
	   top: 45%;
	   left: 0;
	   right: 0;
    }
    .tax-product_categories .cat-img-content p {
    font-size: 18px;
    font-family: "poppins";
   }
  .tax-product_categories .nv-index-posts {
    margin-bottom: 115px;
  }
  .tax-product_categories .cat-img-content .titlewrap {
    color: #004666;
    font-family: "Eurostile Bold", Sans-serif;
    font-size: 45px;
    margin: 0;
    padding: 21px 0 30px 0;
    position: relative;
    display: table;
}
  .tax-product_categories .cat-img-content .cattitlewrap {
    display: none;
  }
  .tax-product_categories .cat-img-content .titlewrap::before {
    content: "";
    position: absolute;
    height: 28px;
    width: 25px;
    background: url("https://ngimpl.in/wp-content/uploads/2023/01/product-details-logo2.png") no-repeat;
    left: 0;
    top: -26px;
    bottom: auto;
    right: 0;
    display: block;
}
  .fileupload .wpcf7-form-control-wrap::before {
    background-color: #DDDDDD;
    border-radius: 0 3px 3px 0;
    color: #333333;
    content: "Browse";
    line-height: 38px;
    margin-right: 7px;
    margin-top: 7px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .fileupload .wpcf7-form-control-wrap:hover::before {
    background-color: #009DDD;
  }
  .fileupload .wpcf7-form-control-wrap {
    position: absolute;
    height: 50px;
    top: 1px;
    right: 0px;
    left: auto;
    bottom: auto;
    z-index: 1;
  }
  .form-data .form-field .spam {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #444;
    padding-top: 10px;
  }
  .find-our-location iframe {
    height: 600px;
  }
  body.no-scroll {
    position: fixed;
}
.tax-product_categories .blog.col {
	min-height: 400px;
}


/* 28-02-2023 start of te product page-1*/

.ewd-upcp-catalog-view {
    display: none!important;
}
.ewd-upcp-catalog-view.ewd-upcp-list-view {
    display: block!important;
}
.ewd-upcp-catalog-view {
    display: none!important;
}
.ewd-upcp-catalog-header-bar {
    display: none;
}
.ewd-upcp-product-title-div a.ewd-upcp-product-title ,.ewd-upcp-catalog-sidebar-taxonomy-label span  {
    font-size: 18px;
    color: #535353;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 120%;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price {
	width: 100px;
	min-width: auto;
	visibility: hidden;
	display: none;
}
.ewd-upcp-catalog-category-heading > div {
	font-family: "Eurostile Bold", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin:0 0 0 -20px;
	color: #004766;
	padding: 0 0 8px 0;
	text-align: left;
}
.ewd-upcp-catalog-sidebar-title, .ewd-upcp-catalog-sidebar-search span, .ewd-upcp-catalog-sidebar-subcategories >div {
    color: #004766;
    font-size: 22px;
    font-family: "Eurostile Bold", Sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0 0 9px 0;
}
.ewd-upcp-product-title-div {
    position: relative;
}
.ewd-upcp-product-title-div a.ewd-upcp-product-title:before {
    position: absolute;
    content: " ";
    height: 10px;
    width: 10px;
    background-color: #009DDD;
    border-radius: 50%;
    top: 6px;
    left: -19px;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price span {
    color: #004766;
}
.ewd-upcp-catalog-view.ewd-upcp-list-view.ewd-upcp-hidden {
    margin: 0;
    padding: 0 0 0 20px;
}
.ewd-upcp-catalog-sidebar-clear-all {
    background: #004766;
}
.ewd-upcp-catalog-sidebar {
    width: 28%;
    border: 1.5px solid #004766;
    padding: 25px 25px 20px 20px;
    margin: -20px 0 0 0;
    background: #f6f6f6;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price span:before {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -17px;
    max-width: 100%;
    content: "\f156";
    font-family: 'FontAwesome';
}
.ewd-upcp-catalog-display {
    width: 68%;
}

/* end of the product page-1 28-02-2023*/

a.first-page.disabled, a.prev-page.disabled, a.next-page, a.last-page {
    background: #008dc6 !important;
}
.ewd-upcp-pagination {
    padding-top: 55px;
}
.ewd-upcp-catalog-sidebar-taxonomy-label > span {
    padding-top: 6px;
}
.ewd-upcp-catalog-sidebar-taxonomy-label span {
    font-size: 12px;
}

main#content > .container.single-page-container > .row, main#content > .container.single-page-container > .row > .col {
    margin: 0;
    padding: 0;
}
.ewd-upcp-catalog-view.ewd-upcp-list-view.ewd-upcp-hidden a {
    cursor: default!important;
    pointer-events: none!important;
}
.wrap-social-icon span.linkedin a {
    width: 50px;
    height: 50px;
    font-size: 0;
}
.wrap-social-icon span.linkedin a {
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #effaff;
    border: 1px solid;
    line-height: 47px;
    text-align: center;
}
.wrap-social-icon span.linkedin a:hover {
    color: #004766;
}
.wrap-social-icon span.linkedin a::before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    font-size: 35px;
}


.form-data input.wpcf7-form-control.wpcf7-text {
  width: 100%;
}
/* 30-03-2023 */
.form-data .fileupload label{
display:block;

}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, body .success {
    margin: 0px 0 25px 0;
}

.form-data .btnsub-wrap {
    margin-top: 0px;
    padding-left: 40px;
}
.recaptcha-wrap p.dscf7captcha {
    display: flex;
    align-items: center;
    white-space: pre;
}
.recaptcha-wrap p.dscf7captcha .wpcf7-form-control-wrap {
    width: auto;
}
.recaptcha-wrap p.dscf7captcha input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 0!important;
}
.ewd-upcp-catalog-view.ewd-upcp-list-view > h3 {
    min-height: 350px;
    min-width: 749px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 60px;
}
.ewd-upcp-catalog-view.ewd-upcp-list-view > h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.ewd-upcp-catalog-view.ewd-upcp-list-view > h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -50px;
    background: url("../images/product-loader.gif") no-repeat;
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
    margin: auto;
}
body .ewd-upcp-pagination:last-of-type {
    width: 68%;
}
html body .ewd-upcp-catalog-product-list .ewd-upcp-product-title-div {
    cursor: default;
}
.single-njproduct .ewd-upcp-catalog-display {
    user-select: none;
}

@media only screen and (min-width: 481px) { 
html body .ewd-upcp-catalog-view.ewd-upcp-list-view.ewd-upcp-hidden {
    display: grid!important;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 60px;
    padding: 0 0 0 20px;
    grid-row-gap: 20px;
}
html body .ewd-upcp-catalog-category-heading > div {
    font-size: 25px;
}
html body .ewd-upcp-catalog-product-list .ewd-upcp-product-title-div {
    width: 100%;
} 
}
.footer-keyword {
    display: block !important;
}
.footer-keyword {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999999;
    margin-top: 450px;
}
.footer-keyword li {
    display: inline-block;
    margin: -50px 10px;
    position: relative;
    cursor: default;
}
.footer-keyword .smart-foot-meta-list a{
	color: rgba(255,255,255,0);
    font-size: 10px;
}

.header-keyword{
    display: block !important;
}
.header-keyword {
	font-size: 16px;
	padding: 0 15px;
	text-align: center;
	position: absolute;
	top: -140px;
	left: 0;
	right: 0;
	z-index: 999999;
}
.header-keyword li {
    display: inline-block;
    margin: -10px 7px;
    position: relative;
    cursor: default;
}
.header-keyword .smart-meta-list a {
    color: rgba(255,255,255,0);
    font-size: 10px;
}
  
@media only screen and (max-width: 481px) { 
  html body .ewd-upcp-catalog-view.ewd-upcp-list-view.ewd-upcp-hidden {
    grid-column-gap: 40px;
}
html body .ewd-upcp-catalog-category-heading > div {
    font-size: 22px;
    margin: 0 0 0 -7px;
}
.recaptcha-wrap p.dscf7captcha input.wpcf7-form-control.wpcf7-text {
    width: 160px!important;
    font-size: 16px;
}
.recaptcha-wrap p.dscf7captcha {
    font-size: 16px;
}
.form-data .btnsub-wrap {
    margin-top: 0;
    padding-left: 0;
    display: table;
    margin: 30px auto 0;
}
.form-data .btnsub-wrap span.wpcf7-spinner {
    top: -2px;
    left: auto;
    right: -36px;
}
.recaptcha-wrap p.dscf7captcha > a {
    width: 23px;
    margin: 0 2px;
}
}
.ewd-upcp-catalog-category {
    flex-direction: column;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
