/*

Theme Name: Gopani
/* Begin Typography & Colors */

a:focus,
a:hover {
  color: #000;
  text-decoration: underline;
}
::focus {
  outline: 0;
}
#page {
  background-color: white;
  border: 1px solid #959596;
  text-align: left;
}
#content {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
.widecolumn .entry p {
  font-size: 1.05em;
  border: none;
}
.narrowcolumn .entry,
.widecolumn .entry {
  line-height: 1.4em;
}
.widecolumn {
  line-height: 1.6em;
}
.narrowcolumn .postmetadata {
  text-align: center;
}
.thread-alt {
  background-color: #fff;
}
.thread-even {
  background-color: white;
}
.depth-1 {
  border: 1px solid #ffc1c1;
}
.even,
.alt {
  border-left: 1px solid #ffc1c1;
}
small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height: 1.5em;
}
#headerimg .description {
  font-size: 1.2em;
  text-align: center;
}
h2.pagetitle {
  font-size: 1.6em;
}
.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px;
}
.sticky h2 {
  padding-top: 10px;
}
.commentlist li,
#commentform input,
#commentform textarea {
  font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
  font-size: 1em;
}
.commentlist li {
  font-weight: bold;
}
.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}
.commentlist cite,
.commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}
.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}
#commentform p {
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}
.commentmetadata {
  font-weight: normal;
}
small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
  color: #242424;
}
small a {
  color: #424242;
}
code {
  font: 1.1em "Courier New", Courier, Fixed;
}
acronym,
abbr,
span.caps {
  font-size: 0.9em;
  letter-spacing: 0.07em;
}
a,
h2 a:hover,
h3 a:hover {
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}
#wp-calendar a {
  text-decoration: none;
}
#wp-calendar caption {
  font: bold 1.3em "Lucida Grande", Verdana, Arial, Sans-Serif;
  text-align: center;
}
#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

/* End Typography & Colors */

/* Begin Structure */

#page {
  background-color: white;
  margin: 20px auto;
  padding: 0;
  width: 760px;
  border: 1px solid #959596;
}
.post {
  margin: 0 0 0 0;
  padding-bottom: 20px;
}
.post hr {
  display: block;
}
.postmetadata {
  clear: both;
  border: none;
  background: #efefef;
  padding: 5px !important ;
  font-size: 14px !important;
}
.clear {
  clear: both;
}

/* End Structure */

/*	Begin Headers */

/*

h1 { padding-top: 70px; margin: 0; }
h2 { margin: 30px 0 0; }
h2.pagetitle { margin-top: 30px; text-align: center; }
h3 { padding: 0; margin: 30px 0 0; }
h3.comments { padding: 0; margin: 40px auto 20px; }

*/

/* End Headers */

/* Begin Images */

p img {
  padding: 0;
  max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; padding-left: 10px;  }
html>body .entry li { margin: 0px 0 0px 10px; } */

.entry ol {
  padding: 0;
  margin: 0 0 15px 15px;
}
.entry ol li {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
}
.postmetadata ul,
.postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}
#sidebar ul,
#sidebar ul ol {
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}
#sidebar ul p,
#sidebar ul select {
  margin: 5px 0 8px;
}
#sidebar ul ul ul,
#sidebar ul ol {
  margin: 0 0 0 10px;
}
ol li,
#sidebar ul ol li {
  list-style: decimal outside;
}
#sidebar ul ul li,
#sidebar ul ol li {
  margin: 0;
  padding: 0;
  line-height: 25px;
  color: #000;
}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}
#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
}
#sidebar #searchsubmit {
  padding: 1px;
}
.entry form {
  /* This is mainly for password protected posts, makes them look better. */
  text-align: left;
}
select {
  width: 130px;
}
#commentform input {
  padding: 2px;
  margin: 5px 5px 1px 0;
}
#commentform {
  margin: 5px 10px 0 0;
}
#commentform textarea {
  width: 100%;
  padding: 2px;
}
#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
  height: 30px;
}

/* End Form Elements */

/* Begin Comments*/
.alt {
  margin: 0;
  padding: 0;
}
.thread-even {
  background-color: #fff2f9;
}
.thread-odd {
  color: #130813;
}
.thread-odd a {
  color: #9f0647;
}
.thread-odd a:hover {
  color: #130813;
}
.commentlist {
  padding: 0;
  text-align: justify;
}
.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;
}
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
  background-color: #fff;
  border: 0;
}
.commentlist p {
  margin: 10px 5px 10px 0;
}
.children {
  padding: 0;
}
#commentform p {
  margin: 5px 0;
}
.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
.commentmetadata {
  margin: 0;
  display: block;
}

/* End Comments */

/* Begin Sidebar */

#sidebar form {
  margin: 0;
}

/* End Sidebar */

/* Begin Calendar */

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
#wp-calendar a {
  display: block;
}
#wp-calendar caption {
  text-align: center;
  width: 100%;
}
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}
#wp-calendar td.pad:hover {
  /* Doesn't work in IE */
  background-color: #fff;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym,
abbr,
span.caps {
  cursor: help;
}
acronym,
abbr {
  border-bottom: 1px dashed #999;
}
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  font-size: 11px;
  line-height: 17px;
  color: #666;
}
blockquote cite {
  margin: 5px 0 0;
  display: block;
}
.center {
  text-align: center;
}
.hidden {
  display: none;
}
.screen-reader-text {
  position: absolute;
  left: -1000em;
}
hr {
  display: none;
}
a img {
  border: none;
}
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* End captions */

/*-------------------------------------------------------------------------------------------*/

/*----------intial declartaion of css----------*/

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; /* list-style:none;*/
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* remember to define focus styles! */
a {
  text-decoration: none;
}
img {
  border: 0 none;
  max-width: 100%;
}
a {
  outline: none;
  cursor: pointer;
  color: #8f8f8f;
  text-decoration: underline;
}

/* End Clearfix */
img {
  max-width: 100%;
  height: auto;
}

/* For IE 6/7 (trigger hasLayout) */
button,
.btn {
  outline: none !important;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  text-decoration: none !important;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: "Helvetica LT Std";
  font-weight: 300;
  color: #2e2e2e;
  line-height: 29px;
}
h1 {
  font-size: 54px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
}
h2 {
  font-size: 50px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
}
h3 {
  font-size: 43px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
}
h4 {
}
h5 {
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
}
h6 {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
}

/*-----------------------main styles starts here-----------------------------------------------*/

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  width: 100%;
}

/*-----------header section styles goes here---------------*/

header {
  background: #fff;
  float: left;
  width: 100%;
  border-bottom: 2px solid #fff;
}
.site-logo {
  padding: 26px 0;
  float: left;
  width: 150px;
  height: auto;
}
.site-logo a {
  display: inline-block;
  width: 100%;
}
.site-logo a img {
  display: block;
  width: auto;
}

/*Default menu styles*/

.menu-icon {
  display: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 33px;
  font-size: 22px;
  padding: 10px 0;
}
.menu-icon .menu-box {
  width: 50px;
  height: 38px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  left: 0;
}
.menu-icon .menu-box span {
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background: #fff;
  display: block;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(6px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}

/*.menu-icon:hover:not(.active) span:nth-child(1) {
    transform: rotate(90deg) translateX(8px);
    -webkit-transform: rotate(90deg) translateX(8px);

}*/

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}
.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}

/*.menu-icon:hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg)  translateX(6px);

}*/

.enumenu_ul .caret {
  color: #fff;
  margin-left: 7px;
}
.enumenu_ul {
  padding: 0px;
  list-style: none;
  margin: 0;
  text-align: right;
  float: right;
  width: auto;
  font-size: 0;
}
.enumenu_ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.enumenu_ul li a {
  font-size: 14px;
  color: #000000;
  padding: 36px 16px;
  font-family: "Helvetica LT Std";
  font-weight: 500;
  border-left: 2px solid #fff;
  display: inline-block;
  position: relative;
  z-index: 9;
  line-height: 24px;
  text-decoration: none;
}
.enumenu_ul li a:after {
  background: #232323;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
}
.enumenu_ul > li > a:hover,
.enumenu_ul > li.active > a {
  background: none;
}
.enumenu_ul > li > a:hover:after,
.enumenu_ul > li.active > a:after {
  width: 100%;
  right: 0;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.enumenu_ul > li ul {
  display: none;
}
.enumenu_ul ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
}
.enumenu_ul.desk ul {
  top: 100%;
  z-index: 999;
  list-style: none;
  left: 0px;
  background: #efefef;
  position: absolute;
  min-width: 230px;
  margin: 3px 0 0;
  padding: 0;
  box-shadow: 0px 3px 7px 0px #ccc;
  z-index: 0;
}

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
  background: rgba(31, 26, 107, 0.8);
  color: #fff;
  padding-left: 90px;
}
.enumenu_ul.desk li:hover > ul {
  display: block;
  opacity: 1;
}
.enumenu_ul.desk .sb-menu .sb-menu {
  left: 100%;
  top: 0;
}
.enumenu_ul.desk ul li a {
  padding: 8px 10px;
  display: block;
  color: #244146;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #f8f8f8;
}
.enumenu_ul.desk ul li:hover > a {
  background: #232323;
  color: #fff;
}
.enumenu_ul .arrow {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(images/plus.png) no-repeat center center;
  cursor: pointer;
  z-index: 999;
}
.enumenu_ul .arrow.up {
  background: url(images/minus.png) no-repeat center center;
}

/*-------------My-Account-css------------------*/
.profile-menubox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.profile-menubox ul li {
  float: left;
  width: auto;
  vertical-align: top;
  position: relative;
}
.profile-menubox ul li a {
  font-size: 14px;
  color: #000000;
  padding: 29px 16px;
  font-weight: 500;
  border-left: 2px solid #fff;
  display: inline-block;
  line-height: 24px;
}
.profile-menubox li a i.user-icon {
  font-size: 18px;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-right: 10px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.profile-menubox li a {
  position: relative;
}
.profile-menubox li a i.cart-icon {
  font-size: 18px;
  border-radius: 100%;
  margin-right: 0px;
  padding: 10px 0;
}
.profile-menubox li a span {
  position: absolute;
  top: 36px;
  right: -18px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 8px;
  background: #003378;
  border-radius: 100%;
  line-height: 6px;
  font-size: 13px;
  color: #fff;
}
.profile-menubox ul li:last-child a {
  padding-right: 0;
}
/*hide section without login*/
.profile-menubox ul li:first-child {
  display: none;
}
.logged-in .profile-menubox ul li:first-child {
  display: block;
}
.logged-in .profile-menubox ul li:first-child span {
  font-size: 14px;
  color: #000000;
  padding: 36px 30px;
  font-weight: 500;
  border-left: 2px solid #fff;
  display: inline-block;
  line-height: 24px;
  border-right: 2px solid #fff;
}
.logged-in .profile-menubox ul li:first-child span img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 10px;
}
.left-box-wrap {
  float: right;
  width: auto;
}
.enumenu_container {
  float: right;
  width: auto;
}
.profile-menubox {
  float: right;
  width: auto;
}
.profile-menubox ul li a:hover i.user-icon {
  background: #232323;
  color: #fff;
}
.profile-menubox ul li:first-child a:hover {
  background: #f6f9fd;
}
.my-profile-list {
  position: absolute;
  list-style: none;
  padding: 0;
  background: #f6f9fd;
  margin: 0;
  width: 100%;
  display: none;
  box-shadow: 0px 10px 17px -8px #ccc;
}
.profile-menubox .my-profile-list li {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.profile-menubox .my-profile-list li a {
  padding: 8px 10px;
  width: 100%;
  display: inline-block;
  margin: 0;
  border-top: 2px solid #fff;
}
.profile-menubox ul.my-profile-list li a:hover {
  background: #a6c2e8;
}
.profile-menubox li:hover ul.my-profile-list {
  display: block;
  z-index: 9;
}

/*-----------header section styles ends here----------------*/

/*--Home-Page--*/

/*-----------banner section styles goes here---------------*/

.banner-part {
  background: #efefef;
  float: left;
  width: 100%;
  padding: 70px 0 100px;
  position: relative;
}
.banner-part img {
  width: 100%;
}
.caption-box {
  position: absolute;
  top: 70px;
  left: 0;
  width: auto;
  right: 0;
  padding-left: 4%;
  bottom: 0;
  height: 100%;
}
.caption-box h1 {
  color: #090909;
  font-family: "Helvetica LT Std";
  line-height: 64px;
  margin: 0;
}
.down-next {
  display: block;
  text-align: center;
  width: 36px;
  margin: 0px auto 0;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
  position: absolute;
  bottom: 300px;
  z-index: 9;
  left: 0;
  right: 0;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

/*-----------banner section styles ends here----------------*/

/*-----------mid section styles goes here-----------*/

.desc-part {
  float: left;
  width: 100%;
  background: #232323;
  position: relative;
  margin-top: -140px;
}

.inner-desc-part {
  float: left;
  width: 100%;
  margin-top: 0;
  padding-bottom: 35px;
}

.desc-part .top-diagonal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 61px;
  margin-top: -61px;
}

.box-cont {
  text-align: center;
  padding: 0;
  color: #fff;
  position: relative;
}

.box-cont.col-md-6 {
  padding: 80px 60px 0;
}

.box-cont h2 {
  margin: 0px 0 28px;
  line-height: 45px;
  font-family: "Helvetica LT Std";
  font-size: 40px;
}

.box-cont p {
  font-size: 22px;
  line-height: 30px;
  font-family: "Helvetica LT Std";
  font-weight: 300;
  margin-bottom: 20px;
}

.left-top-shap {
  margin-top: -66px;
  float: right;
  width: 100%;
  margin-right: 80px;
  margin-bottom: 80px;
  text-align: right;
  position: relative;
  z-index: 9;
}

.left-top-middle {
  float: left;
  margin-bottom: 80px;
}

.left-top-bottom {
  float: right;
  margin-right: 80px;
  width: 100%;
  text-align: right;
  bottom: -40px;
  position: relative;
  z-index: 9;
}

.right-top-shap {
  float: right;
  width: 100%;
  padding-top: 44px;
}

.right-top-middle {
  float: left;
  width: 100%;
  margin: 100px 0px 0;
  text-align: left;
  padding-left: 50px;
}

.right-top-bottom {
  float: right;
  position: relative;
  bottom: -30px;
  margin-top: 50px;
  margin-right: 30px;
  z-index: 9;
}

.prod-listing-box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 100px 0;
  border-bottom: 2px solid #ededed;
  position: relative;
  margin-top: 0;
  margin-bottom: 80px;
}

.prod-listing-box .top-diagonal {
  height: 89px;
  top: 0;
  width: 100%;
  margin-top: -89px;
}

.inner-prod-listing-box h3 {
  color: #090909;
  line-height: 44px;
  margin: 20px 0 0;
  padding-right: 50px;
  font-family: "Helvetica LT Std";
  text-transform: capitalize;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.inner-prod-listing-box a:hover h3 {
  color: #8f8f8f;
}

.news-part-box {
  position: relative;
  width: 100%;
  margin-top: 80px;
  float: left;
  margin-bottom: -90px;
  z-index: 9;
}

.new-box-wrap {
  position: relative;
}

.news-part-box h6 {
  text-transform: capitalize;
  color: #090909;
  margin: 0;
  font-family: "Helvetica LT Std";
  font-size: 29px;
}

.new-box-wrap img {
  width: 100%;
  display: block;
}

.new-box-wrap h5 {
  color: #fff;
  margin: 15px 0 0;
  font-family: "Helvetica LT Std";
  padding-right: 70px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  padding: 0;
  font-size: 22px;
}

.news-overlay {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: auto;
  right: 40px;
  font-family: "Helvetica LT Std";
  z-index: 99;
}

.new-box-wrap:after {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: auto;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
}

.new-box-wrap a {
  display: inline-block;
  width: 100%;
}

.new-box-wrap a:hover h5 {
  color: #cacaca;
}

.date-box {
  color: #fff;
  font-family: "Helvetica LT Std";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

/*----------------mid section styles ends here-------*/

/*----------------footer section  styles goes here-----------*/

footer {
  float: left;
  width: 100%;
  background: #efefef;
  position: relative;
}

.top-diagonal {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  height: 83px;
}

.container.padding-box {
  padding-top: 150px;
  padding-bottom: 55px;
}

.bottom-top-part {
  width: 981px;
  float: none;
  margin: 30px auto;
}

.bottom-top-part h5 {
  font-family: "Helvetica LT Std";
  font-weight: 500;
  margin: 8px 0 0;
}

.bottom-top-part .icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.call-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
}

.call-title span {
  display: block;
  font-size: 13px;
  line-height: normal;
  font-family: "Helvetica LT Std";
  font-weight: 500;
  margin-bottom: 1px;
}

.call-title a {
  color: #2e2e2e;
  font-weight: bold;
  font-family: "Helvetica LT Std";
  text-decoration: none;
}

.call-title a:hover {
  color: #8f8f8f;
}

.bottom-top-part .icon i {
  font-size: 20px;
  background: #2e2e2e;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  color: #adadad;
}

.bottom-top-part .icon.call-icon i {
  transform: rotate(-266deg);
  -moz-transform: rotate(-266deg);
  -webkit-transform: rotate(-266deg);
}

.footer-bottom-part {
  margin-top: 80px;
  float: left;
  width: 100%;
}

.col-box-bottom h6 {
  color: #2e2e2e;
  text-transform: capitalize;
  margin: 0 0 15px;
  font-weight: bold;
  font-family: "Helvetica LT Std";
}

.col-box-bottom p,
.col-box-bottom a {
  font-size: 13px;
  line-height: none;
  color: #2e2e2e;
  font-weight: 500;
  font-family: "Helvetica LT Std";
  margin-bottom: 15px;
  width: auto;
}

.col-box-bottom a {
  margin-bottom: 8px;
  display: block;
}

.col-box-bottom a:hover {
  color: #8f8f8f;
}

.col-box-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col-box-bottom ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.col-box-bottom ul li a i {
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  color: #7d7d7d;
  border-radius: 100%;
  font-weight: bold;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.col-box-bottom .col-md-3 ul li {
  width: auto;
  float: left;
  margin-right: 5px;
  line-height: normal;
}

.col-box-bottom .col-md-3 ul li:last-child {
  margin-right: 0;
}

.col-box-bottom .col-md-3 ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.col-box-bottom .col-md-3 ul li a:hover i {
  background: #2e2e2e;
  color: #fff;
}

/*----------Category-page-------------*/

.banner-part.prod-banner {
  padding: 20px 0 15px;
}

.right-part {
  float: right;
  padding-right: 0; /*z-index: 9;*/
  position: relative;
}

.banner-part.prod-details-banner .right-part {
  z-index: 9;
}

.banner-part.prod-details-banner .right-part img {
  margin-bottom: -90px;
}

.left-part {
  float: left;
  padding-left: 11%;
  padding-top: 83px;
  padding-right: 0;
  position: relative;
  min-height: 530px;
}

.left-part span {
  width: auto;
  float: right;
  margin-right: 100px;
  margin-top: 30px;
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
}

/*.left-part:after { background:url(images/prod-left-botto-img.png) no-repeat; bottom:0; position:absolute; width:102px; height:112px; content:""; right:0;}*/

.left-part p {
  width: 100%;
  float: left;
}

.left-part h2 {
  margin: 0 0 20px;
  font-size: 55px;
  line-height: normal;
  color: #090909;
  font-weight: bold;
  font-family: "Helvetica LT Std";
}

.banner-part .right-part img {
  width: auto;
  float: right;
  display: block;
}

.prod-item-listing {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 80px 0 0;
  position: relative;
}

.prod-item-listing .top-diagonal {
  top: 0;
  height: 74px;
  margin-top: -74px;
  z-index: 3;
}

.prod-img-left {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 25px;
}

.box-cont-right {
  display: inline-block;
  vertical-align: middle;
  width: 63%;
}

/*.prod-box-wrap:nth-of-type(2n+1) {clear: left;}*/

.box-cont-right h3 {
  font-size: 25px;
  line-height: normal;
  color: #090909;
  margin: 0 0 15px;
  font-family: "Helvetica";
  font-weight: bold;
}
.box-cont-right h3 a {
  font-size: 25px;
  color: #000;
  margin: 0 auto;
  text-decoration: none;
}
.box-cont-right p {
  font-family: "Helvetica LT";
  font-weight: 300;
}

.box-cont-right a {
  margin: 12px 0 0;
  width: auto;
  display: inline-block;
  color: #090909;
  font-family: "Helvetica";
  font-size: 13px;
  text-decoration: none;
}

.prod-box-wrap {
  padding: 60px 40px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  min-height: 370px;
}

.prod-box-wrap:hover {
  background: #efefef;
}

.prod-box-wrap:hover a {
  color: #8f8f8f;
}

.preloader {
  display: none;
}

/*.row-flex {  display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap; }
	
	.prod-box-wrap { display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;}*/

.enquiry-box-bottom {
  float: left;
  width: 100%;
  margin-bottom: -92px;
  position: relative;
  z-index: 9;
  margin-top: 50px;
}
/* 
.enquiry-box-bottom .row {
  background: #232323;
  display: table;
  height: 100%;
  padding: 70px 100px;
  vertical-align: middle;
} */

.enq-box-wrap h5 {
  font-size: 28px;
  line-height: normal;
  color: #fff;
  margin: 0;
  font-family: "Helvetica";
  padding-right: 70px;
}

.btn-global {
  isplay: inline-block;
  width: 100%;
  padding: 12px 25px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  background: #282828;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  border-radius: 4px;
}
.btn-global:hover {
  background: #838383;
  color: #fff;
}

.enq-box-wrap a {
  font-family: "Helvetica";
  color: #fff;
  border: 1px solid #838383;
  background: transparent;
  width: auto;
  float: right;
  padding: 12px 52px;
  text-decoration: none;
}

.enq-box-wrap a:hover {
  background: #838383;
  color: #fff;
}

.enq-box-wrap a:before {
  background: url(images/enq-right-top.png) no-repeat;
  content: "";
  position: absolute;
  width: 39px;
  height: 41px;
  top: -50px;
  right: 16px;
}

.enq-box-wrap a:after {
  background: url(images/enq-right-bottom.png) no-repeat;
  content: "";
  position: absolute;
  width: 59px;
  height: 62px;
  bottom: -55px;
  right: -14px;
}

.blue-shape .enq-box-wrap a:before {
  background: url(images/blue-enq-right-top.png) no-repeat;
  height: 41px;
  width: 39px;
  background-size: 39px;
}

.blue-shape .enq-box-wrap a:after {
  background: url(images/blue-enq-right-bottom.png) no-repeat;
  height: 62px;
  width: 59px;
  background-size: 59px;
}

.enq-box-wrap {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  float: none;
  position: relative;
}

.enq-box-wrap span {
  position: absolute;
  right: 50px;
  z-index: 9;
}

.prod-details-banner .left-part {
  padding-top: 0;
  padding-left: 9%;
}

.prod-details-banner .left-part h2 {
  font-family: "Helvetica CE";
}

.prod-details-banner .left-part p {
  font-family: "Helvetica CE";
  margin-bottom: 20px;
  color: #090909;
}

.prod-details-banner.banner-part {
  padding-bottom: 70px;
}

.price {
  float: left;
  width: 100%;
  font-size: 31px;
  line-height: normal;
  font-family: "Helvetica CE";
  border-top: 2px solid #f4f4f4;
  font-weight: bold;
  padding: 20px 0 20px;
  color: #fff;
}

.prod-details-banner.banner-part a {
  float: left;
  width: 48%;
  background: #fff;
  color: #232323;
  font-family: "Helvetica CE";
  letter-spacing: 1.9px;
  font-weight: bold;
  border: 2px solid #232323;
  text-decoration: none;
}

.prod-details-banner.banner-part a:hover {
  background: #232323;
  border-color: #232323;
  color: #fff;
}

.prod-details-banner.banner-part a:nth-of-type(2) {
  float: right;
  width: 48%;
}

.feature-sec {
  background: #232323;
  color: #fff;
  padding: 70px 0 150px;
  float: left;
  position: relative;
  width: 100%;
}

.feature-sec .top-diagonal {
  width: 100%;
  margin-top: -42px;
  top: 0;
  height: 45px;
}

.feature-sec:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #2e2e2e;

  content: "";
  z-index: 9;
  margin: 0 auto;
}

.feature-left {
  padding-right: 100px;
}

.feature-sec h6 {
  margin: 0 0 20px;
}

.feature-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-left ul li {
  float: left;
  width: 100%;
  padding-left: 40px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;

  margin-bottom: 20px;
  color: #b9b9b9;
}

.feature-left ul li:after {
  background: url(images/listing-shape.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  background-size: 25px;
}

.feature-right {
  padding-left: 100px;
}

.feature-right li img {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  vertical-align: middle;
}

.feature-sec .feature-right ul {
  font-size: 0;
  line-height: 0;
  margin-top: 15px;
  float: left;
}

.feature-sec .feature-right li h6 {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 0;
}

.feature-right li {
  width: 50%;
  display: inline-block;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.feature-right li:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

.spacification-deatils {
  float: left;
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 999;
}

.specification-inner {
  background: #f4f4f4;
  border-right: 4px solid #d4d4d4;
  border-bottom: 4px solid #d4d4d4;
  padding: 60px;
}

.specification-inner h6 {
  text-align: center;
  font-family: "Helvetica CE";
  font-weight: bold;
  color: #090909;
  margin: 0 0 20px;
}

.specification-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.specification-inner li {
  float: none;
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.specification-inner li label {
  display: table-cell;
  width: 18%;
  text-align: left;
  height: 100%;
  vertical-align: top;
  padding: 12px 0 0;
  font-family: "Helvetica Neue LT Std";
  font-weight: 500;
  color: #090909;
  font-size: 14px;
  line-height: normal;
  border-bottom: 1px solid #000;
}

.specification-inner li .col-right {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  width: 80%;
  font-size: 0;
  line-height: 0;
}

.col-left-part {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  height: auto;
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  font-family: "Helvetica LT";
  font-weight: 300;
  min-height: 44px;
}

.col-right-part {
  display: inline-block;
  font-family: "Helvetica LT";
  font-weight: 300;
  width: 50%;
  height: auto;
  vertical-align: top;
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  min-height: 44px;
}

.similar-prod.prod-box-wrap {
  background: #fff;
  padding: 0;
  float: left;
  width: 100%;
  margin: 70px 0 100px;
}

.similar-prod.prod-box-wrap h6 {
  text-align: center;
  margin: 0 0 80px;
  font-family: "Helvetica CE";
  font-weight: bold;
  color: #090909;
}

.similar-prod.prod-box-wrap .prod-img-left {
  width: 30%;
  text-align: center;
}

.similar-prod.prod-box-wrap .box-cont-right {
  width: 56%;
}

.similar-prod.prod-box-wrap:nth-of-type(2n + 1) {
  clear: none;
}

.similar-prod.prod-box-wrap ul li {
  position: relative;
}

.similar-prod.prod-box-wrap .lSAction > .lSPrev {
  background: url(images/left-arrow.png) no-repeat;
  background-position: left center;
  background-size: 19px;
  height: 36px;
  width: 19px;
  left: -20px;
}

.similar-prod.prod-box-wrap .lSAction > .lSNext {
  background: url(images/right-arrow.png) no-repeat;
  background-position: left center;
  background-size: 19px;
  height: 36px;
  width: 19px;
  right: -20px;
}

.similar-prod.prod-box-wrap .lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: inherit;
}

.similar-prod.prod-box-wrap .lSAction > a {
  margin-top: -9.5px;
  top: 66%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.similar-prod.prod-box-wrap .lSSlideOuter .lSPager.lSpg {
  display: none;
}

.prod-detail-head {
  background: #fff;
  border-color: #efefef;
}

.prod-detail-head .profile-menubox ul li a {
  border-color: #efefef;
}

.prod-detail-head .enumenu_ul li a {
  border-color: #efefef;
}

/*----------------footer section styles ends here--------*/

.footer_menu {
  width: 16.6%;
}
.footer_icons {
  width: 33.3%;
}

header .container {
  z-index: 999;
  position: relative;
}

/*product pages css*/
.tax-industry_category .woocommerce ul.products li.product,
.page-template-tindustries .woocommerce ul.products li.product {
  padding: 40px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  text-align: center;
}
.tax-industry_category .woocommerce ul.products li.product:hover,
.page-template-tindustries .woocommerce ul.products li.product:hover {
  background: #efefef;
  cursor: pointer;
}

.tax-horizontal_categories .woocommerce ul.products li.product,
.page-template-tindustries .woocommerce ul.products li.product,
.tax-product_cat .woocommerce ul.products li.product {
  padding: 40px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  text-align: center;
}
.tax-horizontal_categories .woocommerce ul.products li.product:hover,
.page-template-tindustries .woocommerce ul.products li.product:hover,
.tax-product_cat .woocommerce ul.products li.product:hover {
  background: #efefef;
  cursor: pointer;
}

.tax-industry_category .woocommerce ul.products li.product a img,
.page-template-tindustries .woocommerce ul.products li.product a img {
  width: auto !important;
  float: none !important;
  display: inherit !important;
}

.tax-horizontal_categories .woocommerce ul.products li.product a img,
.page-template-tindustries .woocommerce ul.products li.product a img {
  width: auto !important;
  float: none !important;
  display: inherit !important;
}

.tax-industry_category
  .woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link,
.page-template-tindustries
  .woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link {
  display: inline-block;
  width: 100%;
  text-align: center !important;
}

.tax-horizontal_categories
  .woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link,
.page-template-tindustries
  .woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link {
  display: inline-block;
  width: 100%;
  text-align: center !important;
}

.tax-industry_category .woocommerce-page.columns-2 ul.products li.product,
.tax-industry_category .woocommerce.columns-2 ul.products li.product,
.page-template-tindustries .woocommerce-page.columns-2 ul.products li.product,
.page-template-tindustries .woocommerce.columns-2 ul.products li.product {
  text-align: center;
}

.tax-horizontal_categories .woocommerce-page.columns-2 ul.products li.product,
.tax-industry_category .woocommerce.columns-2 ul.products li.product,
.page-template-tindustries .woocommerce-page.columns-2 ul.products li.product,
.page-template-tindustries .woocommerce.columns-2 ul.products li.product {
  text-align: center;
}

/*product filter css*/
body ul.woof_list {
  margin: 0 0 0 !important;
  padding: 12px 0 0 !important;
  list-style-type: none;
  font-size: 16px !important;
}
body ul.woof_childs_list {
  margin: 0 !important;
  padding: 0 0 0 10px !important;
}
.woof_list label {
  font-size: 13px !important;
  font-weight: normal !important;
}
.woof_childs_list label {
  color: #666;
}
.woof_list label:hover {
  color: #000 !important;
}
.woof h4 {
  background: #efefef;
  padding: 10px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  margin: 24px 0 0;
}
.woof h4:hover {
  background: #e2e2e2;
}
.filter-sec h3 {
  margin: 0 0 15px;
  font-size: 20px !important;
  color: #8f8f8f;
}
.woof_front_toggle_closed {
  font-size: 18px !important;
}
.tax-industry_category .woocommerce-result-count,
.page-template-tindustries .woocommerce-result-count {
  font-size: 14px !important;
}

.tax-industry_category .woocommerce-ordering .orderby,
.page-template-tindustries .woocommerce-ordering .orderby {
  font-size: 14px !important;
  border: solid 1px #ccc;
  padding: 5px;
}
.filter-sec .woof_container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.woof_remove_ppi {
  font-size: 14px !important;
}

.tax-industry_category .woocommerce #respond input#submit,
.tax-industry_category .woocommerce a.button,
.tax-industry_category .woocommerce button.button,
.tax-industry_category .woocommerce input.button,
.page-template-tindustries .woocommerce #respond input#submit,
.page-template-tindustries .woocommerce a.button,
.page-template-tindustries .woocommerce button.button,
.page-template-tindustries .woocommerce input.button {
  background: none !important;
  font-family: "Helvetica" !important;
  font-size: 13px !important;
  color: #000 !important;
  text-transform: capitalize;
  margin: 0 !important;
}

.tax-horizontal_categories .woocommerce #respond input#submit,
.tax-horizontal_categories .woocommerce a.button,
.tax-horizontal_categories .woocommerce button.button,
.tax-horizontal_categories .woocommerce input.button,
.page-template-tindustries .woocommerce #respond input#submit,
.page-template-tindustries .woocommerce a.button,
.page-template-tindustries .woocommerce button.button,
.page-template-tindustries .woocommerce input.button {
  background: none !important;
  font-family: "Helvetica" !important;
  font-size: 13px !important;
  color: #000 !important;
  text-transform: capitalize;
  margin: 0 !important;
}

.tax-industry_category
  .woocommerce
  ul.products
  li.product:hover
  #respond
  input#submit,
.tax-industry_category ul.products li.product:hover a.button,
.tax-industry_category ul.products li.product:hover button.button,
.tax-industry_category ul.products li.product:hover input.button,
.page-template-tindustries
  .woocommerce
  ul.products
  li.product:hover
  #respond
  input#submit,
.page-template-tindustries ul.products li.product:hover a.button,
.page-template-tindustries ul.products li.product:hover button.button,
.page-template-tindustries ul.products li.product:hover input.button {
  color: #8f8f8f !important;
  border: none;
}

.tax-horizontal_categories
  .woocommerce
  ul.products
  li.product:hover
  #respond
  input#submit,
.tax-horizontal_categories ul.products li.product:hover a.button,
.tax-horizontal_categories ul.products li.product:hover button.button,
.tax-horizontal_categories ul.products li.product:hover input.button,
.page-template-tindustries
  .woocommerce
  ul.products
  li.product:hover
  #respond
  input#submit,
.page-template-tindustries ul.products li.product:hover a.button,
.page-template-tindustries ul.products li.product:hover button.button,
.page-template-tindustries ul.products li.product:hover input.button {
  color: #8f8f8f !important;
  border: none;
}

.woocommerce ul.products li.product .button {
  margin-top: 1em !important;
  float: none;
}
.tax-industry_category .woocommerce ul.products li.product h2,
.page-template-tindustries .woocommerce ul.products li.product h2 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.tax-industry_category .woocommerce ul.products li.product:hover h2,
.page-template-tindustries .woocommerce ul.products li.product:hover h2 {
  color: #000;
}
.woof_term_22 {
  display: none;
}
.catg-title h2 {
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
  font-size: 31px;
}
.catg-lists ul {
  margin: 0 0 50px;
  padding: 0;
  list-style-type: none;
  width: 100%;
  float: left;
}
.catg-lists ul li {
  width: 46%;
  margin: 0 15px 0px;
  float: left;
  display: block;
}
.catg-lists ul li a {
  /*border-bottom: solid 2px #efefef;*/
  display: block;
  text-align: left;
  padding: 35px 35px;
  cursor: pointer;
  float: left;
  min-height: 255px;
}
.catg-lists ul li a:hover {
  background: #efefef;
  color: #000;
}
.catg-lists ul li a:focus {
  background: #efefef;
  color: #000;
}
.catg-lists ul li {
  position: relative;
}
/*.catg-lists ul li:after {position: absolute; content: "\f054"; right: 10px; top: 50%; font-family: Font Awesome\ 5 Free;   font-weight: 900; font-size: 21px; margin-top: -14px; color: #8f8f8f;}*/
.catg-lists ul li .sol-cont h3 {
  font-size: 22px;
}
.catg-lists ul li .sol-cont p {
  font-size: 16px;
}
.sol-img {
  float: left;
  width: 30%;
}
.sol-cont {
  float: right;
  width: 66%;
  font-size: 14px;
  line-height: 22px;
}
.sol-cont h3 {
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px;
  color: #000;
}

.solutions-info h4 {
  text-align: center;
  font-size: 31px;
  line-height: normal;
  font-weight: bold;
  margin: 0 0 60px;
}
.page-template-tindustries .woocommerce ul.products li.product .price {
  font-size: 18px !important;
  color: #000 !important;
  margin: 0 !important;
  font-weight: bold;
  border-top: 0px !important;
}

/*Custom css add*/
.profile-menubox > ul > li:last-child a {
  padding-top: 30px;
  padding-bottom: 29px;
}
.footer-bottom-part .col-box-bottom a {
  margin-bottom: 0px;
}
.footer-bottom-part .col-box-bottom.col-md-4 .textwidget p,
.footer-bottom-part .col-box-bottom.col-md-4 .textwidget a {
  line-height: 21px;
  text-decoration: none;
}
.prod-item-listing .prod-box-wrap:hover h3 a {
  color: #000;
}
.products .price {
  font-size: 24px !important;
  color: #000 !important;
  border-top: 0 !important;
}
.catg-lists ul li {
  margin-right: 0px;
  margin-left: 0px;
  width: 48.5%;
}
.catg-lists ul li:nth-child(2n + 1) {
  margin-right: 30px;
}
.catg-lists {
  padding-left: 0px;
  padding-right: 0px;
}
.profile-menubox ul li:first-child a:hover {
  background: transparent;
}
.profile-menubox > ul > li:first-child > a:after {
  background: #232323;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
}
.profile-menubox > ul > li:first-child > a:hover:after {
  width: 100%;
  right: 0;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
/*.profile-menubox li:hover ul.my-profile-list {margin-top:2px;}*/
.my-profile-list {
  background: #efefef;
  box-shadow: 0px 3px 7px 0px #ccc;
}
.profile-menubox ul.my-profile-list li a:hover {
  background: #232323 !important;
  color: #fff;
}
.profile-menubox ul li a {
  z-index: 99;
}
.ftr-right-detail {
  width: 100%;
  float: left;
}
.ftr-right-detail ul {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.ftr-right-detail li {
  float: left;
  width: 100%;
  padding-left: 40px !important;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  color: #b9b9b9;
}
.ftr-right-detail li:after {
  background: url(images/listing-shape.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  background-size: 25px;
}
.full-width-sec .feature-left,
.full-width-sec .feature-right {
  width: 100%;
  padding: 15px 0 !important;
}
.full-width-sec.feature-sec::after {
  background: none !important;
}
#image-gallery {
  height: auto !important;
}
.feature-left.hide {
  display: none;
}
.feature-right.hide {
  display: none;
}
.feature-sec.hide {
  display: none;
}
.inner-prod-listing-box h3 {
  font-size: 22px;
  margin: 10px 0 0;
  padding: 0;
  line-height: normal;
}
.inner-desp {
  width: 100%;
  float: left;
  margin: 0 0 40px;
}
.get_a_quote_form {
  width: 100%;
  float: left;
  text-align: center;
}
.get_a_quote_form .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  background: url(images/down_arrow2.png) no-repeat right 0px;
  font-size: 15px;
  padding: 0 0 4px;
}
.get_a_quote_form .wpcf7 {
  width: 50%;
  margin: 0 auto;
  display: inline-block;
}
.get_a_quote_form input[type="text"],
.get_a_quote_form input[type="email"] {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.get_a_quote_form input[type="text"]:focus,
.get_a_quote_form input[type="email"]:focus {
  border-bottom: 1px solid #000;
}
.get_a_quote_form textarea {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 200px;
}
.get_a_quote_form textarea:focus {
  border-bottom: 1px solid #000;
}

.get_a_quote_form p {
  text-align: center;
}
.get_a_quote_form label {
  float: left;
  margin-bottom: 5px;
  margin-top: 20px;
}
.get_a_quote_form input[type="submit"] {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: 20px;
  float: left;
}
.get_a_quote_form input[type="submit"]:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.about_ul {
  width: 100%;
  float: left;
  padding: 0;
}
.about_ul li {
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  line-height: normal;
  margin-bottom: 10px;
}
.about_ul li::before {
  content: " ";
  padding: 0 15px;
  background: url(./images/about_ul_right.png) no-repeat;
  background-position: center left;
  width: 20px;
  height: 20px;
}
.mid_box_two {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.mid_box_two_inner {
  width: 45%;
  float: left;
  margin-right: 50px;
}
.mid_box_two_inner.career_margin {
  margin-top: 90px;
}
.mid_box_two_inner.single_box {
  width: 100%;
  float: left;
}
.mid_box_two_inner h3 {
  font-size: 31px;
  margin: 0;
  padding: 0 0 15px;
}
.mid_box_two_inner h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.mid_box_two_inner.margin {
  margin-top: 25px;
}
.mid_box_two_inner p {
  margin-bottom: 10px;
}
.mid_box_two:nth-child(2) {
  margin-right: 0;
}
.mid_box_two_inner img {
  width: 300px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.mid_top_box {
  width: 100%;
  float: left;
}
.mid_top_box img {
  width: 600px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.mid_box_two_inner .ninja-forms-field {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  padding: 0 10px;
}
.mid_box_two_inner #nf-field-11 {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  background: url(images/down_arrow2.png) no-repeat right 9px;
}
.mid_box_two_inner input[type="button"] {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: 20px;
}
.mid_box_two_inner input[type="button"]:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.blog .catg-lists h2,
.single .catg-lists h2 {
  font-size: 25px;
}
.blog .catg-lists h3,
.single .catg-lists h3 {
  font-size: 22px;
  margin: 0;
  padding: 0 0 10px;
}
.blog .catg-lists p,
.single .catg-lists p {
  font-size: 18px;
  margin-bottom: 10px;
}
.single .catg-lists strong {
  font-size: 16px;
}
.blog_ul li {
  font-size: 16px;
}
/*.blog a, .single a{color:#000;font-weight:bold;}*/
/*.blog a:hover, .single a:hover{color:#333;}*/
.blog_img_inner {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  float: left;
}
.blog_img_inner img {
  width: 100%;
  float: left;
}
.google_slider {
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0px 20px;
}
.img_txt_box {
  width: 100%;
  float: left;
}

.banner-part.prod-details-banner .right-part::before {
  position: absolute;
  top: -40px;
  right: 0;
  content: "";
  background: url(./images/details-banner.png) no-repeat;
  width: 428px;
  height: 490px;
  z-index: 999;
}

.banner-part.prod-details-banner .right-part::after {
  position: absolute;
  bottom: -130px;
  right: 280px;
  content: "";
  background: url(./images/tringle-after.png) no-repeat;
  width: 118px;
  height: 128px;
}

.details-banner {
  width: 100%;
  height: 500px;
}
.banner-part.prod-details-banner .details-banner img {
  padding-top: 0;
  float: none;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  position: absolute;
  top: 55%;
  translate: transformY(-50%);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}

.catg-header .right-part {
  background-image: url(images/img1.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.catg-header .right-part {
  position: relative;
}
.catg-header .right-part::after {
  content: "";
  background-image: url(images/img2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 534px;
  height: 561px;
  position: absolute;
  right: 0;
  bottom: 6%;
  background-size: 70%;
}
/*.catg-header .left-part span {margin-top: 170px;}*/
.catg-header.banner-part .right-part img {
  margin: 88px 100px 0 0;
  width: 74%;
  height: auto;
}

.tax-industry_category .woof_shortcode_output ul.products li.product,
.tax-industry_category .woof_shortcode_output ul.products li.product {
  margin-bottom: 0 !important;
}

.tax-horizontal_categories .woof_shortcode_output ul.products li.product,
.tax-industry_category .woof_shortcode_output ul.products li.product {
  margin-bottom: 0 !important;
}

.nf-form-fields-required {
  font-size: 12px;
}
.site-logo.logo2 a img {
  width: 100%;
}
.blog_right ul {
  width: 100%;
  float: left;
}
.blog_right ul li {
  width: 100%;
  float: left;
}
.blog_right ul li::after {
  content: "";
}
.blog_right ul li a {
  width: 100%;
  float: left;
  min-height: auto;
}
.blog_right ul li li,
.blog_right ul li li a {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 12px 27px 12px 10px;
  color: #000;
}
/*.blog_right ul li li::after {position: absolute;content: "\f054";right: 10px;top: 50%;font-family: Font Awesome 5 Free;    font-weight: 900;font-size: 21px;margin-top: -14px;color: #8f8f8f;}*/
.blog_right ul li a {
  padding: 15px 15px;
}
.blog_right h2 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.blog_left h2 {
  margin: 0 0 10px;
  padding: 0;
  line-height: normal;
}
.blog_left small {
  font-size: 14px;
  font-weight: bold;
}
.top_img {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0px 0px 20px;
}
/*.top_img img { width:100%; height:auto;}*/

.quote-btn {
  font-size: 100%;
  line-height: 1;
  cursor: pointer;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
  width: auto !important;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.quote-btn:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

.quote-btn:focus {
  background-color: #fff;
  border: 1px solid #000;
}
.two_line {
  min-height: 62px;
}
.enumenu_ul.desk .soln-menu ul {
  left: inherit;
  right: 0;
}
.enumenu_ul > li.soln-menu a {
  border-right: 2px solid #fff;
}
.logged-in .enumenu_ul > li.soln-menu a {
  border-right: 0px solid #fff;
}
.woof_childs_list_opener span.woof_is_opened {
  background: url(images/minus2.png) !important;
}
.woof_childs_list_opener span.woof_is_closed {
  background: url(images/plus2.png) !important;
}
.cont-form {
  width: 100%;
  float: left;
  text-align: center;
}
.cont-form .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  background: url(images/down_arrow2.png) no-repeat right 0px;
  font-size: 15px;
  padding: 0 0 4px;
}
.cont-form select.aaplctn {
  background: none !important;
}
.cont-form input[type="text"],
.cont-form input[type="email"] {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.cont-form input[type="text"]:focus,
.cont-form input[type="email"]:focus {
  border-bottom: 1px solid #000;
}
.cont-form p {
  text-align: center;
  margin: 0;
}
.cont-form label {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
}
.cont-form input[type="submit"] {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: 20px;
  float: left;
}
.cont-form input[type="submit"]:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.cont-form textarea {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  height: 100px;
  line-height: normal;
}
.cont-form textarea:focus {
  border-bottom: 1px solid #000;
}
.nf-form-fields-required .ninja-forms-req-symbol {
  color: #f00;
}
.acc_main ul {
  padding: 0;
}
.acc_main ul li a:hover {
  color: #000;
}
.acc_main ul li a:focus {
  color: #000;
}
.woocommerce-Address-title h3 {
  font-size: 18px !important;
  padding: 10px !important;
  margin: 0 auto;
}
.woocommerce-MyAccount-content h3 {
  margin: 0 0 0px;
}
.woocommerce-input-wrapper input[type="text"],
.woocommerce-input-wrapper input[type="tel"],
.woocommerce-input-wrapper input[type="email"] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  margin-top: 10px !important;
}
.woocommerce-input-wrapper input[type="text"]:focus,
.woocommerce-input-wrapper input[type="tel"]:focus,
.woocommerce-input-wrapper input[type="email"]:focus {
  border: 1px solid #000;
}
.woocommerce-form input[type="text"],
.woocommerce-form input[type="email"],
.woocommerce-form input[type="password"] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
}
.woocommerce-form input[type="text"]:focus,
.woocommerce-form input[type="email"]:focus,
.woocommerce-form input[type="email"]:focus {
  border: 1px solid #000;
}
.select2-selection__rendered {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
}
.select2-selection__rendered:focus {
  border: 1px solid #000;
}
.select2-container .select2-selection--single {
  height: auto;
}
.woocommerce-MyAccount-navigation {
  display: none !important;
}
.prod-box-main2 .woocommerce-ordering {
  display: none;
}
.tax-solutions_categories .left-part {
  min-height: 570px;
}
.tax-product_cat .left-part {
  min-height: 660px;
}
.page-template-tproducts .left-part {
  min-height: 660px;
}
.page-template-tindustries .left-part {
  min-height: 570px;
}
.page-template-tsolutions .left-part {
  min-height: 570px;
}
.tax-industry_category .left-part {
  min-height: 570px;
}
#page-thank-you h3,
#page-get-a-quote-thank-you h3 {
  font-size: 25px;
  text-align: center;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  float: left;
  font-size: 16px;
  clear: both;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 2em 0 1em;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 14px !important;
}
.cont-form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 14px !important;
}
.solutions-info.catg-lists.No h4 {
  display: none;
}
.copyright {
  font-size: 9px;
  line-height: normal;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #8f8f8f;
  margin-top: 5px;
  float: right;
}
.logo1 img {
  float: right;
}
#page-about-us .catg-header .right-part::after {
  content: "";
  background-image: url(images/img2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: 0%;
  background-size: 70%;
}
#page-career .left-part {
  min-height: 660px;
}
.comment {
  width: 100%;
  background-color: #f0f0f0;
  height: 145px;
  overflow: auto;
}
a.morelink {
  text-decoration: none;
  outline: none;
}
.morecontent span {
  display: none;
}
.morecontent {
  width: auto !important;
  float: none !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  position: inherit !important;
  z-index: inherit !important;
  bottom: inherit !important;
  right: inherit !important;
}
.morecontent a {
  color: #000;
}
.morecontent a:focus {
  color: #000;
}
.morecontent a:hover {
  color: #8f8f8f;
}
.morecontent span {
  display: none;
  width: auto;
  float: none !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  position: inherit !important;
  z-index: unset !important;
  bottom: inherit !important;
  right: inherit !important;
}
.moreellipses {
  display: none;
  width: auto;
  float: none !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  position: inherit !important;
  z-index: unset !important;
  bottom: inherit !important;
  right: inherit !important;
  display: none !important;
}
.morelink {
  transition: all 0.3s ease;
}

body.menu-open .enumenu_ul.mob {
  opacity: 1 !important;
}
.mid_box_two_inner.single_box.txt-center {
  text-align: center;
}
.about_img_inner img {
  width: 100%;
}
.fancybox-close-small:focus::after {
  outline: none;
}
.fancybox_main {
  width: 100%;
  float: left;
  padding: 20px;
}
.fancybox_main h3 {
  font-size: 25px;
  margin: 0 0 15px;
}
.read_more_btn {
  color: #000;
  display: inline-block;
  margin-top: 5px;
}
.read_more_btn:hover {
  color: #147;
}
.read_more_btn:focus {
  color: #147;
}
.blog .catg-lists ul li a {
  min-height: auto;
}
.logo1,
.logo2 {
  padding-right: 0;
}
.know_more_btn {
  margin: 12px 0 0;
  width: auto;
  display: inline-block;
  color: #090909;
  font-family: "Helvetica";
  font-size: 13px;
}
.know_more_btn:hover {
  color: #8f8f8f;
}
.margin_none {
  margin-top: 0 !important;
}
.main-content {
  margin-bottom: 30px;
}
.product_cat_box {
  text-align: center;
}

/*--------------------------------------------- Demo Header ----------------------------------------------*/
.new_header {
  width: 100%;
  float: left;
  padding: 0 !important;
  position: relative;
  background: #000;
}
.new_header .left-part {
  min-height: auto;
}
.new_header .left-part {
  float: left;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  position: relative;
  min-height: auto;
}
.new_header .left-part span {
  display: none;
}
.new_header .left-part {
  position: absolute;
  left: 0%;
  color: #fff;
  width: 50%;
  z-index: 99;
  top: 40%;
  transform: translate(0px, -40%);
}
.new_header .left-part h2 {
  color: #fff;
}
.new_header .right-part img {
  height: auto !important;
}
.new_header .left-part p {
  font-weight: bold;
  color: #fff;
}
/*.new_header .right-part::before{display:none;}
.new_header .right-part::after{display:none;}*/
.new_header .details-banner img {
  padding-top: 0;
  float: left;
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  position: inherit !important;
  top: inherit !important;
  translate: inherit !important;
  transform: inherit !important;
  -moz-transform: inherit !important;
  -webkit-transform: inherit !important;
  left: 0 !important;
  right: 0 !important;
  z-index: inherit;
}
.new_header .details-banner {
  width: 100%;
  height: auto;
}
.new_header .right-part img {
  margin-bottom: 0 !important;
}
.new_header .right-part {
  z-index: inherit !important;
}
.black-text .left-part h2 {
  color: #000;
}
.black-text .left-part p {
  color: #000;
}

.product_header {
  background-image: url(images/product_header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.product_header .right-part img {
  margin-bottom: 0 !important;
  width: 80%;
}
.page-template-tproducts .right-part img {
  margin-bottom: 0 !important;
  width: 65%;
}
#single-product .banner-part.prod-details-banner .right-part::before,
.single-product .banner-part.prod-details-banner .right-part::before {
  display: none;
}
#page-cart .product_header {
  background-image: none;
}
#page-cart .product_header .right-part img {
  margin-bottom: 0 !important;
  width: 100%;
}
#page-checkout .product_header {
  background-image: none;
}
#page-checkout .product_header .right-part img {
  margin-bottom: 0 !important;
  width: 100%;
}

/*--------------------------------------------- Demo Header ----------------------------------------------*/

.blog_inner {
  width: 100%;
  float: left;
}
.blog_left small {
  position: absolute;
  top: 15px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  left: -5px;
}
.blog_left {
  width: 70%;
  float: left;
  padding-right: 15px;
}
.blog_right {
  width: 30%;
  float: left;
  padding-left: 15px;
}
.blog_inner .post {
  width: 48%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.blog_inner .post h2 {
  margin-top: 10px;
  font-size: 20px;
}
.blog_inner .post img {
  width: 100%;
  height: auto;
}
.blog_inner .post:nth-child(2n + 2) {
  margin-right: 0;
}
.catg-header .left-part h2 {
  color: #000;
}
#page-uniexcel .catg-header .left-part {
  color: #000;
  width: 40%;
}
#page-uniexcel .catg-header .left-part p {
  color: #000;
}
/*#page-uniexcel .right-part {width: 60%;}*/
.uniexcel_page ul li a {
  padding: 35px 35px;
  min-height: 260px;
}
#page-career .left-part {
  min-height: auto;
}
#page-career .left-part h2 {
  color: #fff;
}
#page-career .banner-part.prod-details-banner .right-part::before {
  display: none;
}
#page-career .product_header .right-part img {
  margin-bottom: 0 !important;
  width: 100%;
}
#page-career footer {
  margin-top: -93px;
}
.mid_box_two_inner_ol {
  padding-left: 20px;
}
.mid_box_two_inner_ol li {
  display: list-item;
}
#page-about-us .catg-header.banner-part .right-part img {
  margin: 0;
  width: 100%;
  height: auto;
}
#page-about-us .left-part h2 {
  color: #fff;
}
#page-about-us .catg-header .right-part::after {
  display: none;
}
#page-about-us .mid_box_two {
  margin: 50px 0px 0;
}
#page-about-us .down-next {
  display: none;
}
.about_ul li::before {
  display: none;
}
.mid_box_inner_black {
  background-color: #232323;
  color: #fff;
  width: 100%;
  float: left;
  padding: 10px 15px;
}
.mid_box_inner_black p {
  line-height: 16px;
  margin-bottom: 10px;
}
.mid_box_inner_black h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.talk_us_btn {
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 15px;
  margin-top: 10px;
}
.talk_us_btn:hover,
.talk_us_btn:focus {
  border: 1px solid transparent;
  background-color: #fff;
  color: #000;
}
.banner_bottom_txt_box h2 {
  margin-bottom: 10px;
}
.about_ul li {
  margin-bottom: 18px;
}
.mid_box_inner {
  float: left;
}
.new_header .right-part img {
  opacity: 0.6;
}
.tax-product_cat .new_header .right-part img {
  opacity: 1;
}
.woof_search_is_going.tax-product_cat .new_header .right-part img {
  opacity: 0.6;
}
.page-template-tproducts .new_header .right-part img {
  opacity: 1;
}
.single-product .new_header .right-part img {
  opacity: 1;
}
.catg-lists ul li > p > a {
  display: none;
}
.uniexcel_page ul li {
  margin-bottom: 30px;
}
#page-career-form .product_header .right-part img {
  margin-bottom: 0 !important;
  width: 100%;
}

/*------------------------------------- Spacification Table Spacing CSS ----------------------------------------------*/

.spacification-deatils .margin-blank-2 {
  padding: 30px 20px;
}
.spacification-deatils .margin-blank-3 {
  padding: 39px 20px;
}
.spacification-deatils .margin {
  padding: 30px 20px;
}
.spacification-deatils .margin-2 {
  padding: 21px 20px;
}
.spacification-deatils .margin-3 {
  padding: 30px 20px;
}
.spacification-deatils .margin-5 {
  padding: 57px 20px;
}

/*------------------------------------- Spacification Table Spacing CSS ----------------------------------------------*/

/*------------------------------ Custom Upload File -------------------------------------------*/

.apply_job_form .custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.apply_job_form .custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 30px;
}
.apply_job_form .custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
.apply_job_form .file-upload-wrapper {
  position: relative;
  margin-bottom: 0;
}
.apply_job_form .file-upload-input {
  width: 300px;
  color: #fff;
  font-size: 16px;
  padding: 11px 17px;
  border: none;
  background-color: #c0392b;
  transition: all 0.2s ease-in;
  float: left;
}
.apply_job_form .file-upload-input:hover,
.file-upload-input:focus {
  background-color: #efefef;
  outline: none;
}
.apply_job_form .file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  height: 38px;
  margin: 0 auto;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 20px;
  border: none;
  margin-left: -1px;
  background-color: #000;
  float: left;
  left: inherit;
  transition: all 0.2s ease-in;
  position: absolute;
  right: 0;
}
.apply_job_form .file-upload-button:hover {
  background-color: #58585a;
}

/*------------------------------ Custom Upload File -------------------------------------------*/

#page-career .mid_box_two_inner_ol li {
  border: none;
}
.apply_btn {
  font-size: 100%;
  line-height: 1;
  cursor: pointer;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  border: 1px solid transparent;
  font-size: 12px;
  text-decoration: none;
}
.apply_btn:hover {
  background-color: #fff;
  border: 1px solid #000;
}
#page-career .mid_box_two_inner_ol li {
  display: list-item;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.mid_box_two_inner_ol .position_side {
  width: 70%;
  float: left;
}
.mid_box_two_inner_ol .position_apply {
  width: 30%;
  float: left;
}
.apply_job_form label {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.apply_job_form .wpcf7-form input[type="text"],
.apply_job_form .wpcf7-form input[type="email"] {
  height: 38px;
  padding: 8px 12px8px 0;
  background: none;
  font-size: 16px;
  line-height: normal;
  color: #59595c;
  vertical-align: middle;
  width: 100%;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.apply_job_form .wpcf7-form input[type="text"]:focus,
.apply_job_form .wpcf7-form input[type="email"]:focus {
  border-bottom: 1px solid #000;
}
/*.apply_job_form textarea {background:none;padding: 8px 12px;color: #59595c;font-size: 20px;line-height: normal;	font-weight: 300;height: 130px;resize: none;width: 100%; border-bottom: 1px solid #ccc;}*/
.apply_job_form textarea:focus {
  border-bottom: 1px solid #000;
}
/*.apply_job_form input[type="submit"] {font-size: 100%;line-height: 1;cursor: pointer;padding:10px 20px;font-weight: 700;border-radius: 3px;color: #fff;background-color: #000;display: inline-block;border: 1px solid transparent;font-size: 15px;}
.apply_job_form input[type="submit"]:hover {background-color: #fff;border: 1px solid #000;color:#000;}*/

.apply_job_form input[type="submit"] {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: 20px;
  float: left;
}
.apply_job_form input[type="submit"]:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.apply_job_form textarea {
  padding: 8px 12px 8px 0;
  background: none;
  font-size: 16px;
  line-height: normal;
  color: #59595c;
  vertical-align: middle;
  width: 100%;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  height: 200px;
}
.woof_products_top_panel {
  margin: 0px 0 15px 0px;
}
.woof_products_top_panel ul {
  width: 100%;
  float: left;
}
.woof_products_top_panel ul li {
  display: inline-block;
}
.woof_products_top_panel {
  line-height: 14px !important;
}
.woof_block_html_items ul ul li label {
  font-size: 11px !important;
}
.mid_box_two_inner.map_sec {
  margin: 0 0 50px;
}
.address {
  width: 100%;
  float: left;
  padding: 0;
  list-style-type: none;
}
.blog_right h2 {
  font-size: 25px;
}
.blog_inner a {
  color: #000;
  text-decoration: none;
}
.blog_inner a:hover {
  color: #8f8f8f;
}
.woof_front_toggle.woof_front_toggle_closed {
  background-image: url(images/plus.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 15px;
  height: 15px;
  filter: invert(100%);
  font-size: 0 !important;
}
.woof_front_toggle.woof_front_toggle_opened {
  background-image: url(images/minus.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 15px;
  height: 15px;
  filter: invert(100%);
  font-size: 0 !important;
}
#page-uniexcel .product_header .right-part img {
  width: 100%;
}

/*--------------------------------- Products Page Css -------------------------------------*/

.tax-industry_category .woof_shortcode_output .price,
.tax-industry_category .woof_shortcode_output .add_to_cart_button {
  display: none !important;
}
.banner-part.prod-details-banner .price,
.banner-part.prod-details-banner .btn-global {
  display: block;
}

.btn-global {
  font-size: 100%;
  line-height: 1;
  cursor: pointer;
  padding: 0.618em 1em;
  font-weight: 700 !important;
  border-radius: 3px;
  display: inline-block !important;
  width: auto !important;
  float: left !important;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-global:hover {
  border: 1px solid transparent;
  background-color: #fff !important;
  color: #000 !important;
}

/*--------------------------------- Products Page Css -------------------------------------*/

.woocommerce-message {
  border-top-color: #000 !important;
}
.woocommerce-message::before {
  color: #000 !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100% !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0.618em 1em !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
  color: #fff !important;
  background-color: #000 !important;
  display: inline-block !important;
  border: 1px solid transparent !important;
  width: auto;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 100%;
}
.cart_totals h2 {
  font-size: 30px;
  margin: 0px 0 20px;
}
.woocommerce a.remove {
  height: 30px !important;
  width: 30px !important;
}
.coupon .button {
  float: left !important;
}
.woocommerce-info::before {
  color: #000 !important;
}
.woocommerce-info {
  border-top-color: #000 !important;
}
.about_us_page .mid_box_inner.right {
  float: right;
}
.about_us_page .talk_us_btn {
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  margin: 40px 0px 0px;
  text-decoration: none;
}
.about_us_page .talk_us_btn:hover,
.about_us_page .talk_us_btn:focus {
  border: 1px solid transparent;
  background-color: #444444;
  color: #fff;
}
.custom_img_set1 img {
  width: 450px;
  height: 450px;
  float: right;
  margin-top: -90px;
}
.custom_img_set2 img {
  float: right;
  margin-top: -95px;
}
.about_us_page .mid_box_inner h5 {
  margin: 0px 0px 20px;
}

.single-post h2 {
  margin-top: 0;
}
.single-post .prod-item-listing {
  padding: 20px 0 0;
}
.single-post .blog_right ul li li a {
  padding: 0px 0px 20px 0px;
}
.single-post .widget-even img {
  margin: 0;
}
.single-post .center {
  text-align: left;
}
.single-post .rpwwt-widget ul li img {
  margin: 0;
}
.single-post .catg-lists ul li a:hover .rpwwt-post-title {
  background-color: #000;
  color: #fff;
}

#page-news .blog_right ul li li a {
  padding: 0px 0px 20px 0px;
}
#page-news .catg-lists ul li a:hover .rpwwt-post-title {
  background-color: #000;
  color: #fff;
}
#page-news .rpwwt-widget ul li img {
  margin: 0;
}
#page-news .blog_inner .post img {
  width: 50%;
  float: left;
  margin-right: 30px;
}
#page-news .blog_inner .post {
  width: 100%;
  float: left;
}
#page-news .blog_left {
  width: 100%;
  float: left;
  padding-right: 0;
}

.blog .blog_right ul li li a {
  padding: 0px 0px 20px 0px;
}
.blog .rpwwt-widget ul li img {
  margin: 0;
}
.blog .catg-lists ul li a:hover .rpwwt-post-title {
  background-color: #000;
  color: #fff;
}
.blog .blog_inner .post {
  width: 100%;
  float: left;
}
.blog .blog_inner .post img {
  width: 50% !important;
  float: left;
  margin-right: 30px;
}
.blog .blog_left {
  width: 100%;
  float: left;
  padding-right: 0;
}

.blog a:hover .rpwwt-post-title,
.single a:hover .rpwwt-post-title {
  background-color: #000;
  color: #fff;
}

.rpwwt-post-title {
  background-color: #295b9f;
  color: #fff;
  width: 100%;
  float: left;
  padding: 10px;
}
.widget-even .rpwwt-post-title {
  width: 100%;
  float: left;
  background-color: #295b9f;
  color: #fff;
  padding: 10px;
}
/*#sidebar ul ul li:hover .rpwwt-post-title{background-color:#000;}*/
.blog .catg-lists img {
  text-align: center;
  width: 100%;
}
.blog .entry ol li {
  font-size: 18px !important;
}
.blog h3 {
  padding: 20px 0px !important;
}
.single-post .catg-lists {
  padding-left: 15px;
  padding-right: 25px;
}
.blog_right img {
  width: auto !important;
  height: auto !important;
}
.buy_now_btn {
  display: none !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid transparent !important;
  height: auto !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 22px !important;
  font-size: 15px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px !important;
}
.woocommerce-additional-fields #order_comments {
  width: 606px;
  height: 127px;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  padding: 10px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #000;
}
.woocommerce-error {
  border-top-color: #000;
  padding: 1em 2em 1em 3.5em !important;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #295b9f !important;
}

#page-home .box-cont h2 {
  font-size: 54px;
}
#page-home .box-cont p {
  font-weight: 600;
}
/*#page-home .talk_us_btn {padding: 10px 20px;font-size: 15px;line-height: 15px;text-decoration: none;}*/
#page-home .talk_us_btn {
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  margin: 40px 0px 0px;
  text-decoration: none;
  line-height: 15px;
}
#page-home .talk_us_btn:hover,
#page-home .talk_us_btn:focus {
  border: 1px solid transparent;
  background-color: #444444;
  color: #fff;
}

#page-home .box-cont.col-md-6 {
  padding: 30px 60px 50px;
  margin-top: 100px;
}
.product_cat_box a {
  text-decoration: none;
}
.address a {
  text-decoration: none;
}
.mid_box_two_career a {
  text-decoration: none;
}
.return-to-shop {
  display: none;
}
#page-career-form .product_header {
  background-image: none;
}
#page-thank-you .new_header .right-part img {
  opacity: 1;
}
.about_us_page .mid_box_inner.right.precision_sec {
  float: left;
}
.vision_sec {
  width: 100%;
  float: left;
  text-align: center;
  margin: 40px 0 80px;
}
.vision_sec h2 {
  color: #c6c6c6;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 10px;
}
.vision_sec .large-txt {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
  color: #000;
}
.vision_sec .small-text {
  color: #000;
}
.vision_sec .vision-video {
  width: 800px;
  float: none;
  margin: 80px auto 0px;
  position: relative;
}
.logo2 {
  width: 190px;
  height: auto;
}
#page-uniexcel .product_header {
  background-image: none;
}
.vision-video iframe {
  position: relative;
  z-index: 9;
}
.vision_sec .vision-video::before {
  content: "";
  background-image: url(images/About_video_before.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 90px;
  height: 110px;
  position: absolute;
  left: -24%;
  top: -70px;
}
.vision_sec .vision-video::after {
  content: "";
  background-image: url(images/About_video_after.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 90px;
  height: 80px;
  position: absolute;
  right: -60px;
  bottom: 15px;
}
.tax-horizontal_categories .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: none !important;
  font-family: "Helvetica" !important;
  font-size: 13px !important;
  color: #000 !important;
  text-transform: capitalize;
  margin: 0 !important;
  border: 1px solid transparent !important;
}
.tax-horizontal_categories .woocommerce ul.products li.product:hover h2,
.page-template-tindustries .woocommerce ul.products li.product:hover h2 {
  color: #000;
}
.full-width-banner {
  background-image: none;
}
.full-width-banner .right-part img {
  margin-bottom: 0 !important;
  width: 100%;
  opacity: 0.6 !important;
}
.full-width-banner .right-part {
  width: 100%;
  height: 460px;
}
.full-width-banner .left-part h2 {
  color: #fff;
}
.full-width-banner .left-part p {
  color: #fff;
}

.box-cont-right sup {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: normal;
}
.banner-part .left-part h2 sup {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: normal;
  top: -2em;
}

.footer-bottom-part .logo2 {
  width: 156px;
}

.required,
.star {
  color: #f00;
}

.apply_job_form .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  background: url(images/down_arrow2.png) no-repeat right 10px;
  font-size: 15px;
  padding: 0 0 4px;
  height: 38px;
}

#page-get-a-quote-thank-you .new_header .right-part img {
  opacity: 1;
}

.captcha-btn {
  margin-top: 15px !important;
  width: 100%;
  display: inline-block;
}

.footer-bottom-part p {
  margin-bottom: 8px;
}

.cont-logo {
  text-align: left;
  width: 100%;
  float: left;
  margin: 0 0 8px;
}
.cont-logo img {
  width: auto;
  text-align: left;
  margin: 0;
}

.search-sec {
  width: auto;
  float: right;
  padding: 36px 15px;
}
.search h1 {
  font-size: 40px;
  text-align: center;
}
.search h2 {
  display: block;
  font-size: 25px;
}
.search h2 a {
  text-decoration: none;
  color: #333;
  font-size: 25px;
}
.search .prod-item-listing {
  padding: 20px 0 0 0;
}
.search .blog_right ul li li a {
  padding: 0px 0px 20px 0px;
}
.brief-content {
  font-size: 18px;
  margin-bottom: 10px;
}
.asl_keyword {
  width: 100% !important;
  float: left;
  padding: 5px 0 !important;
  font-weight: normal !important;
  font-size: 14px;
  margin: 5px 0 0 !important;
}
.asl_keyword:hover {
  background: #efefef;
}

.search-sec input[type="text"],
.searchform input[type="text"] {
  border-bottom: solid 1px #ccc;
  padding: 0;
  font-family: "Helvetica LT Std";
  font-size: 14px;
}
.search-sec input[type="submit"],
.searchform input[type="submit"] {
  text-indent: -9999px;
  font-size: 0;
  background: url(images/search-icon.png) no-repeat center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: 100%;
}
.search-sec input[type="submit"]:hover,
.searchform input[type="submit"]:hover {
  opacity: 0.6;
}

.search.search-results #content {
  padding: 0 15px;
}

.mobile-menu {
  display: inline-block;
}
.mobile-menu .search-sec {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
}
.search-sec.mob-srch {
  position: relative;
}
.search_icon {
  float: right;
  background: url(images/search-icon.png) no-repeat center right;
  height: 25px;
  width: 20px;
  background-size: 20px;
}
.search_icon.close {
  float: right;
  background: url(images/cancel.png) no-repeat center right;
  height: 25px;
  width: 20px;
  background-size: 17px;
  opacity: 1;
}
.search-sec.mob-srch input[type="submit"] {
  position: absolute;
  right: 8px;
  z-index: 999;
  top: 5px;
}
.search-sec.mob-srch .search_box {
  position: absolute;
  z-index: 9999;
  right: 44px;
  padding-bottom: 36px;
}

.search-sec.mob-srch input[type="text"] {
  z-index: 999;
  position: relative;
  padding-left: 10px;
  box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 00.2);
  border-bottom: 0;
  width: 230px;
}

.search.search-results .srch-sec img {
  width: 50% !important;
  float: left;
  margin-right: 30px;
}

.navigation {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}

/*----Code Added By DCB INDIA---------------*/

.cf7onclick input[type="text"] {
  width: 100% !important;
  padding: 8px 20px !important;
  margin: 8px 0 !important;
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #f8f8f8 !important;
}

.cf7onclick select {
  width: 100% !important;
  padding: 8px 20px !important;
  margin: 8px 0 !important;
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #f8f8f8 !important;
  height: 40px;
}

.cf7onclick input[type="email"] {
  width: 100% !important;
  padding: 8px 20px !important;
  margin: 8px 0 !important;
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #f8f8f8 !important;
}
.cf7onclick input[type="tel"] {
  width: 100% !important;
  padding: 8px 20px !important;
  margin: 8px 0 !important;
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #f8f8f8 !important;
}
.cf7onclick textarea {
  width: 100% !important;
  height: 60px !important;
  padding: 12px 20px !important;
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #f8f8f8 !important;
  resize: none !important;
  margin-top: 8px !important;
}
.cf7onclick input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #606060;
  border: none;
  color: white;
  padding: 10px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
.cf7captcha {
  width: 10%;
  margin-top: 15px !important;
}

#pum_popup_title_1004 {
  background: #606060 !important;
  padding: 10px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}
#pum_popup_title_1010 {
  background: #606060 !important;
  padding: 10px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}

#pum_popup_title_1019 {
  background: #606060 !important;
  padding: 10px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}
.agile-field-txt {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  margin-bottom: 5px;
  clear: both;
}
.agile-field-txt label {
  font-size: 16px;
  color: #000;
  float: left;
  text-transform: capitalize;
}
#popmake-1004 {
  padding: 0px !important;
}
#popmake-1010 {
  padding: 0px !important;
}
#popmake-1019 {
  padding: 0px !important;
}
.mypadding {
  padding: 18px !important;
}

._hj-f5b2a1eb-9b07_feedback_minimized_label {
  top: 350px !important;
}

.click1.imgnone,
.click2.imgnone,
#_hj-f5b2a1eb-9b07_feedback {
  display: none;
}

.centre-content .container {
  max-width: 70%;
}
.centre-content .container p {
  margin: 0 0 15px;
}
.centre-content .container h1 {
  text-transform: capitalize;
  color: #090909;
  margin: 0 0 15px;
  font-family: "Helvetica LT Std";
  font-size: 35px;
  text-align: center;
}
.centre-content .container h2 {
  text-transform: capitalize;
  color: #090909;
  margin: 0 0 15px;
  font-family: "Helvetica LT Std";
  font-size: 29px;
  text-align: center;
}

/*New product category page css start*/

.industries-wrap h2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.industries-wrap {
  background: rgb(32, 119, 148);
  background: -moz-linear-gradient(
    90deg,
    rgba(32, 119, 148, 1) 0%,
    rgba(49, 181, 201, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(32, 119, 148, 1) 0%,
    rgba(49, 181, 201, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(32, 119, 148, 1) 0%,
    rgba(49, 181, 201, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207794",endColorstr="#31b5c9",GradientType=1);
  float: left;
  width: 100%;
  padding: 50px 0 30px;
  margin-bottom: 60px;
  margin-top: 31px;
}
.industries_ul {
  padding: 0;
  margin: 25px 0 0 0;
  text-align: center;
}
.industries_ul li {
  display: inline-block;
  width: 17.1%;
  margin-left: 0;
  margin-right: 3%;
  margin-bottom: 40px;
  vertical-align: top;
}
.industries_ul li h2 a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  font-weight: normal;
}

.industries_ul li:nth-child(5n + 5) {
  margin-right: 0;
}
.why-choose-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
}
.why-choose-wrap ul {
  margin: 0;
  padding: 0;
}
.why-choose-wrap ul li {
  list-style-type: none;
  line-height: normal;
  color: #000;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.why-choose-left {
  background-color: #f5f8fa;
  width: 48.5%;
  margin-right: 3%;
  padding: 20px 10px 20px 30px;
}
.why-choose-right {
  background-color: #f5f8fa;
  width: 48.5%;
  padding: 20px 20px 20px 30px;
}
.why-choose-wrap h2 {
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #000;
  text-align: left;
}
.ordernow-wrap {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 0px;
}
.ordernow-wrap a {
  background-color: #ff7a59;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 12px 30px;
  line-height: normal;
  font-weight: normal;
}
.ordernow-wrap h2 {
  margin-bottom: 25px;
}
.why-choose-wrap ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  top: 7px;
  border-radius: 50%;
}

.des_bottom_wrap {
  float: left;
  width: 100%;
}
.description-box {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.des-box-inner {
  width: 31.3%;
  text-align: center;
  margin: 0 3% 0 0;
  background-color: #f5f8fa;
  padding: 15px 10px;
}
.description-bottom h2 {
  font-size: 16px;
  color: #000;
  margin: 0 0 7px 0;
}
.des-box-inner p {
  line-height: 24px;
  color: #000;
}
.description-bottom {
  background-color: #f5f8fa;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 10px 15px 10px;
}
.des-box-inner h2 {
  font-size: 16px;
  color: #000;
  margin: 0 0 7px 0;
}
.description-bottom p {
  line-height: 24px;
  color: #000;
}
.des-box-inner:last-child {
  margin-right: 0;
}

.enqbox .enq-box-wrap a:before {
  display: none;
}
.enqbox .enq-box-wrap a:after {
  display: none;
}
.enqbox.enquiry-box-bottom .row {
  padding: 40px 40px;
}
.enqbox .enq-box-wrap span {
  display: none;
}
.enqbox .enq-box-wrap h5 {
  font-size: 24px;
}

.title-top {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding-bottom: 25px;
}

.description-top {
  background-color: #f5f8fa;
  margin-bottom: 60px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 35px;
}
.description-top p {
  color: #000;
  line-height: 24px;
}
.description-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.description-left {
  background-color: #f5f8fa;
  width: 48.5%;
  margin-right: 3%;
  padding: 20px 10px 20px 30px;
}
.description-right {
  background-color: #f5f8fa;
  width: 48.5%;
  padding: 20px 20px 20px 30px;
}
.description-wrap h2 {
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #000;
}
.description-wrap ul {
  margin: 0;
  padding: 0;
}
.description-wrap ul li {
  list-style-type: none;
  line-height: normal;
  color: #000;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.description-wrap ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  top: 7px;
  border-radius: 50%;
}
.ourexperts_wrap h2 {
  font-size: 32px;
  text-align: left;
  color: #000;
  /* position: relative;
  top: 20%; */
}

.our-experts {
  background-color: #000;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
  /* position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  left: 50%; */
}

.tax-product_cat .prod-box-wrap {
  background-color: #f5f8fa;
  margin-right: 3%;
  width: 48.5%;
  margin-bottom: 3%;
  text-align: center;
}
.tax-product_cat .prod-box-wrap:nth-child(2n + 2) {
  margin-right: 0;
}
.tax-product_cat .prod-box-wrap:hover {
  background: #f5f8fa;
}

.tax-product_cat .prod-img-left {
  display: block;
  margin-right: 0;
  margin: 0 auto;
}
.box-cont-right .know-btn {
  background-color: #ff7a59;
  font-size: 16px;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  font-weight: normal;
  font-family: "Helvetica LT Std";
  margin: 20px 0 0;
  position: absolute;
  bottom: 40px;
  transform: translateX(-50%);
  left: 50%;
}
.tax-product_cat .box-cont-right .know-btn:hover {
  color: #fff;
}
.tax-product_cat .prod-box-wrap:hover a.know-btn {
  color: #fff;
}
.pop-ftr {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-top: 20px;
}
.pop-ftr h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.tax-product_cat .box-cont-right p {
  line-height: 22px;
}
.allprdlists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.allprdlists .prod-box-wrap {
  padding: 40px 40px 110px 40px;
}
.tax-product_cat footer .top-diagonal {
  display: none;
}
.tax-product_cat .enquiry-box-bottom {
  margin-bottom: 0;
}
.tax-product_cat .enquiry-box-bottom .row {
  background: #000000;
}
.tax-product_cat .fasc-button {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 15px 30px;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal;
  line-height: normal;
}
.tax-product_cat .fasc-button:hover {
  background: #fff !important;
}
.tax-product_cat .product_header {
  background-image: url(images/header-bg-banner-image.jpg);
}
.tax-product_cat .prod-item-listing .top-diagonal {
  display: none;
}
.tax-product_cat .new_header .right-part img {
  max-width: 600px;
}
.tax-product_cat .prod-item-listing {
  padding: 50px 0 0;
}
.box-cont-right .know-btn:hover {
  background-color: #000;
}
.our-experts:hover {
  background-color: #ff7a59;
}
.ordernow-wrap a:hover {
  background-color: #000;
}
.tax-product_cat .fasc-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.industries_ul li > a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tax-product_cat .prod-item-listing .prod-item-listing {
  padding: 0 0 0;
}

/*New product category page css end*/

/*New product detail page css start*/

.single-product .product_header {
  background-image: url(images/header-bg-banner-image.jpg);
}
.single-product .banner_button a {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 15px 30px;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal !important;
  line-height: normal;
  border: none !important;
  width: auto !important;
  float: none !important;
  margin-top: 20px;
  display: inline-block;
}
.single-product .banner_button a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.single-product .top-diagonal {
  display: none;
}
.single-product .feature-sec {
  background: transparent;
}
.single-product .feature-sec:after {
  display: none;
}
.single-product .feature-sec h6 {
  color: #000;
}
.single-product .ftr-right-detail li:after {
  display: none;
}
.single-product .banner-part.prod-details-banner .right-part::after {
  display: none;
}
.single-product .description-wrap ul li {
  padding-left: 20px !important;
}
.single-product .specification-inner h6 {
  text-align: left;
  color: #fff;
  background-color: #be1e2d;
  font-size: 20px;
  padding: 5px 5px;
  margin-bottom: 10px;
}
.single-product .specification-inner {
  background: transparent;
  border-right: none;
  border-bottom: none;
  padding: 0;
}
.single-product .feature-sec {
  padding: 40px 0 0;
}
.single-product .spacification-deatils {
  margin-top: 0;
}
.single-product .enquiry-box-bottom .row {
  background: #000000;
}
.single-product .enquiry-box-bottom {
  margin-bottom: 0;
}
.single-product .prod-img-left {
  display: block;
  margin-right: 0;
  margin: 0 auto;
}
.single-product .prod-box-wrap {
  background-color: #f5f8fa;
  margin-right: 3%;
  width: 48.5%;
  margin-bottom: 3%;
  text-align: center;
}
.single-product .prod-box-wrap:nth-child(2n + 2) {
  margin-right: 0;
}
.single-product .prod-box-wrap:hover a.know-btn {
  color: #fff;
}
.similar-prod {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.our-experts-btn {
  background-color: #000;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  margin-top: 15px;
}
.our-experts-btn:hover {
  background-color: #ff7a59;
}
.description-bottom.fntz h2 {
  font-size: 22px;
}
.ordering-info {
  margin-top: 40px;
}
.order-img {
  text-align: left;
}
.order-wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.order-wrap h3 {
  font-size: 18px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/*New product detail page css end*/

.single-product .fasc-button {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 15px 30px;
  font-size: 21px;
  margin-right: 10px;
  font-weight: normal !important;
  line-height: normal;
  border: none !important;
}
.single-product .fasc-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.full-width-banner.yes-full-width img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}

/*--- 26-dec-2019 ----*/
.left-part h1 {
  margin: 0 0 20px;
  font-size: 55px;
  line-height: normal;
  color: #090909;
  font-weight: bold;
  font-family: "Helvetica LT Std";
}
.new_header .left-part h1 {
  color: #fff;
  line-height: 1.1;
}
.solutions-info h1 {
  text-align: center;
  font-size: 31px;
  line-height: normal;
  font-weight: bold;
  margin: 0 0 60px;
}

.inner-desc-part .elementor-container .elementor-widget-container,
.inner-desc-part .elementor-section-wrap .elementor-top-section {
  box-shadow: none !important;
  line-height: normal !important;
}
.inner-desc-part .elementor-section-wrap h2 {
  line-height: 60px;
}

.submit.acf-tab_group-hide {
  display: block !important;
}

#page-career-form .product_header.new_header {
  background-image: url(images/header-bg-banner-image.jpg) !important;
}
#page-contact .mid_box_two_inner img {
  width: auto !important;
}

.ordernow-wrap h2 {
  font-size: 32px;
  color: black;
  text-align: center;
  margin: 0;
}
/* feature section css */
.features-section {
  padding: 60px 10px;
  background: #fff;
}

.section-title {
  text-align: center;
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
}

.section-subtitle {
  color: #000;
  line-height: 24px;
  padding-bottom: 30px;
  text-align: center;
}

.feature-box {
  background: #f7f7f7;
  padding: 50px 30px 30px 30px;
  /* border-radius: 6px; */
  min-height: 250px;
  width: calc(100% / 4 - 30px);
}

.feature-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-block: 0px;
}

.feature-box p {
  color: #000;
  line-height: 24px;
  padding-top: 20px;
}

/* Desktop Grid */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 3000px;
  margin: 0 auto;
  justify-content: center;
  justify-items: center;
}

.features-slider {
  display: none;
}

.features-slider .slick-track{
  display: flex;
  align-items: stretch;
}

.features-slider .slick-slide{
  height: inherit;
}

.why-heading {
  text-align: center;
  font-size: 32px;
  color: #000;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.why-description {
  text-align: center;
}
.ourexperts_wrap {
  width: 100% !important;
  margin-right: 0% !important;
  background: #000 !important;
  margin-bottom: 60px !important;
}

.ourexperts_wrap h2 {
  color: #fff !important;
  /* padding-bottom: 30px !important;
  margin-top: -10px !important; */
  span{
    display: block;
  }
}

.ourexperts_wrap .our-experts {
  background-color: white !important;
  color: black !important;
  white-space: nowrap;
}

.products_heading {
  text-align: center;
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0;
}

.industries-heading-wrap {
  padding-top: 50px;
}
.our-experts-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod-box {
  min-height: 214px !important;
}
.allprdlists .prod-box {
  padding: 40px 40px 40px 40px !important;
}
.selection-guide-section {
  padding: 60px 20px;
}

.guide-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  /* color: #333; */
}

.guide-subtitle {
  text-align: center;
  margin-bottom: 30px;
  /* color: #666; */
  font-size: 16px;
}

.selection-steps {
  /* max-width: 800px; */
  margin: 0 auto;
}

.step-item {
  margin-bottom: 25px;
  padding: 15px 15px;
  background-color: #f8f9fa;
}

.step-number {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  /* color: #333; */
}

.step-description {
  font-size: 16px;
  /* color: #555; */
  line-height: 1.5;
}
@media (max-width: 1280px) {
.ourexperts_wrap h2 {
  color: #fff !important;
  font-size: 30px;
  /* padding-bottom: 30px !important;
  margin-top: -10px !important; */
}
}

@media (max-width: 1024px) {
.ourexperts_wrap h2 {
  font-size: 25px;
  /* padding-bottom: 30px !important;
  margin-top: -10px !important; */
  span{
    display: unset;
  }
}
}

/* Mobile View */
@media (max-width: 767px) {
  .features-section {
    padding: 30px 0px;
  }

  .features-section .container {
    padding: 0 6px;
  }
  .features-grid {
    display: none;
  }

  .features-slider {
    display: block;
  }

  .features-slider .feature-box {
    margin: 6px;
  }
}
@media (max-width: 767px) {
  .description-top {
    text-align: left;
    padding: 20px 20px 20px 20px;
  }
  .description-top p {
    text-align: left !important;
  }
  .ourexperts_wrap h2 {
    font-size: 21px !important;
    padding-bottom: 10px;
    text-align: center;
  }
  .section-title {
    font-size: 21px;
  }
  .feature-box h3 {
    font-size: 16px;
  }
  .why-heading {
    font-size: 21px;
    width: 70%;
    margin: auto;
  }
  .ourexperts_wrap {
    margin-top: 30px !important;
  }
  .why-description {
    width: 90%;
    margin: auto;
  }
  .why-choose-wrap-full {
    margin-bottom: 50px;
  }
  .ordernow-wrap h2 {
    font-size: 21px;
  }
  .allprdlists .prod-box-wrap {
    padding: 40px 20px 40px 20px;
  }
  .our-experts-box {
    flex-direction: column;
  }
  .guide-title {
    font-size: 21px;
  }
  .guide-subtitle {
    font-size: 14px;
  }
  .step-number {
    font-size: 14px;
  }
  .step-description {
    font-size: 14px;
  }
  .selection-guide-section {
    padding: 0px 0px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .feature-box {
    width: calc(100% / 4 - 17px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-box {
    width: calc(100% / 2 - 30px);
  }
}

.why-choose-wrap-full {
  margin-bottom: 50px;
}

.accreditations {
  padding: 0 0 80px;
  text-align: center;
  background: #f5f5f5;
}

.accreditations h2 {
  color: #000;
  text-align: center;
  font-family: "Helvetica LT Std";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 50px;
}

.accreditation-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 in one row */
  gap: 20px; /* space between items */
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  align-items: center;
}

.accreditation-logos .item {
  text-align: center;
}

.accreditation-logos img {
  width: unset;
  height: 135px;
}

.accreditation-logos p {
  margin-top: 8px;
  font-size: 14px;
}

/* Product Categories Widget CSS */
.allprdlists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.allprdlists .prod-box-wrap {
  width: 47.5%;
  margin-right: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.allprdlists .prod-box-wrap:nth-child(2n) {
  margin-right: 0;
}

/* Center single item if odd count */
.allprdlists .prod-box-wrap:last-child:nth-child(odd) {
  margin: 0 auto;
  float: none;
}

/* Custom Category Cards CSS */
.custom-category-grid {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}

.custom-category-card {
  background-color: #F6F8FA;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  padding: 40px 20px;
  box-sizing: border-box;

  height: 100%;  
  width: 100%;
}

.custom-category-card:nth-child(5) {
  grid-column: 1 / -1;   /* span full row */
  max-width: 50%;
  margin: 0 auto;
}

.custom-category-card .category-image {
  flex-shrink: 0;
}

.custom-category-card .category-image a {
  text-decoration: none;
}

.custom-category-card .category-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.custom-category-card .category-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 20px;
}

.custom-category-card .category-title {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}

.custom-category-card .category-title a {
  color: #000;
  text-decoration: none;
}

.custom-category-card .category-description {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.custom-category-card .know-btn {
  background-color: #ff7a59;
  font-size: 16px;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  font-weight: normal;
  font-family: 'Helvetica LT Std';
  margin-top: 20px;
}

.custom-category-card .know-btn:hover {
  background-color: #000;
}

/* Center single card if odd count */
.custom-category-grid .custom-category-card:last-child:nth-child(odd) {
  margin: 0 auto;
}
@media (max-width: 1440px) {
.custom-category-grid {
  max-width: 90%
}
}

@media (max-width: 600px) {
  .custom-category-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .custom-category-card:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: 100%;
    margin: 0;
  }
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .custom-category-grid {
    flex-direction: column;
    align-items: center;
  }

  .custom-category-card {
    width: 100%;
    height: auto;
  }

  .custom-category-card .category-image img {
    width: 100%;
    height: 180px;
  }
}