abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #3a424c;
    background: #fff;
    padding-top: 116px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    font-family: 'Lato', sans-serif;
}
.hide {
    display: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    position: relative;
    overflow: hidden;
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input,
select {
    vertical-align: middle;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 28px;
    font-weight: 400;
}
h2 {
    font-size: 20px;
    font-weight: 400;
}
h3 {
    font-size: 16px;
    font-weight: 400;
}
h4 {
    font-size: 14px;
    font-weight: 400;
}
h5 {
    font-size: 12px;
    font-weight: 400;
}
h6 {
    font-size: 12px;
    font-weight: 400;
}
a:hover,
a:active,
a:focus,
a:visited {
    cursor: pointer;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
p {
    padding: 0;
}
img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
button,
input,
textarea,
select,
option {
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    display: inline-block;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    height: 116px;
    box-shadow: 0px 0px 1px #ccc;
    top: 0;
    z-index: 11;
    background: #fff;
    overflow: initial;
}
header .header-container {
    height: 80px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.header-container a.logo img {
    max-width: 160px;
}
.header-container nav.menu {
    overflow: initial;
}
.header-container nav.menu > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    position: relative;
    padding: 27px 0;
}
.header-container nav.menu > ul > li.has-submenu:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #3a424c;
    border-bottom: 2px solid #3a424c;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.header-container nav.menu > ul > li > a {
    font-size: 18px;
    position: relative;
}
.header-container nav.menu > ul > li > a:not(.downloadBrochure):after {
    content: "";
    height: 2px;
    position: absolute;
    background: #3a424c;
    left: 0;
    right: 100%;
    bottom: -5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    
}

.header-container nav.menu > ul > li > a.active:after,
.header-container nav.menu ul > li:hover > a:after {
    right: 0;
}
.header-container nav.menu ul li a.downloadBrochure {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
}
.header-container nav.menu ul li a.downloadBrochure img {
    max-width: 30px;
}
.header-container nav.menu ul li a.downloadBrochure .label {
    display: inline-block;
    max-width: 0;
    font-size: 14px;
    padding-left: 10px;
    overflow: hidden;
    color: #069848;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    white-space: nowrap;
}
.header-container nav.menu ul li a.downloadBrochure:hover .label {
    max-width: 135px;
    padding-left: 10px;
}
.header-container nav.menu > ul > li > ul.submenu {
    position: absolute;
    top: 81px;
    z-index: 11111111;
    background: #3a424c;
    display: block;
    color: #fff;
    white-space: nowrap;
    padding: 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: hidden;
}
.header-container nav.menu > ul > li:hover > ul.submenu {
    padding: 10px 0 0px 0;
    visibility: visible;
    max-height: 300px;
}
.header-container nav.menu > ul > li > ul.submenu li {
    margin: 4px 0;
}
.header-container nav.menu > ul > li > ul.submenu li a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 40px 3px 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header-container nav.menu > ul > li > ul.submenu li a:hover {
    background: #2f3844;
    color: #fff;
}
header .header-top-container {
    background: #3a424c;
    height: 36px;
    overflow: hidden;
}
header .header-top {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    color: #fff;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
     justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
   align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    font-size: 14px;
    position: relative;
}
header .header-top .contact-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
}
header .header-top .contact-list li {
   display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    margin-right: 20px;
}
header .header-top .contact-list li .icon {
    color: #069848;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
header .header-top .contact-list li .label {
    color: #bbb;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
header .header-top .contact-list li .label a:hover {
    color: #fff;
}
header .header-top .inquiry-btn {
    background: #069848;
    padding: 0px 20px;
    text-align: center;
    height: 24px;
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
}
header .header-top .inquiry-btn:hover {
    background: #13ca65;
}
.container {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.category-banner-container {
    background: #12baa3;
}
.category-banner-container .container {
    padding: 0;
}
.banner-slider {
    overflow: hidden;
}
.banner-slider .psb-container .category-details {
    position: absolute;
    top: 30px;
    left: 50px;
    color: #fff;
    padding: 30px;
}
.banner-slider .psb-container .category-details .category-name {
    overflow: hidden;
    padding-bottom: 5px;
    padding-right: 10px;
}
.banner-slider .psb-container .category-details .category-name h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 4px 4px 4px #000;
    position: relative;
    top: 60px;
}
.banner-slider .psb-container .category-details .category-name h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    bottom: -4px;
    left: 0;
}
.banner-slider .psb-container .category-details .categroy-product-details {
    margin-top: 30px;
}
.banner-slider .psb-container .category-details .categroy-product-details li {
    font-size: 6px;
    margin-top: 10px;
    text-transform: uppercase;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    opacity: 0;
}
.banner-slider .psb-container .category-banner {
    background-size: cover;
    background-position: center center;
}
.banner-slider .owl-item.active .psb-container .category-details .category-name h2 {
    transition: top .4s ease .4s;
    -webkit-transition: top .4s ease .4s;
    -moz-transition: top .4s ease .4s;
    top: 0;
}
.banner-slider .owl-item.active .psb-container .category-details .category-name h2:after {
    width: 40%;
    transition: all .3s ease .8s;
    -webkit-transition: all .3s ease .8s;
    -moz-transition: all .3s ease .8s;
}
.banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    font-size: 16px;
}
.banner-slider .psb-container .smore {
    display: inline-block;
    background: #fff;
    color: #3a424c;
    padding: 10px 60px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    position: absolute;
    left: 80px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    bottom: 60px;
}
.banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li:nth-child(1) {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
}
.banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li:nth-child(2) {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
}
.banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li:nth-child(3) {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;

}
.banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li:nth-child(4) {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
}
.banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li:nth-child(5) {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
}
.banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li:nth-child(6) {
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
}
.banner-slider .owl-item.active .psb-container .smore {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.owl-carousel.banner-slider .owl-nav .owl-prev {
    position: absolute;
    font-size: 0;
    width: 50px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    top: 50%;
    margin-top: -30px;
    left: -50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.owl-carousel.banner-slider .owl-nav .owl-next {
    position: absolute;
    font-size: 0;
    width: 50px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    top: 50%;
    margin-top: -30px;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    right: -50px;
}
.owl-carousel.banner-slider .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 14px;
    left: 19px;
}
.owl-carousel.banner-slider .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    top: 14px;
    right: 19px;
}
.owl-carousel.banner-slider:hover .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel.banner-slider:hover .owl-nav .owl-next {
    right: 0;
}
.title-disc {
    margin-bottom: 40px;
}
.title-disc h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #3a424c;
    letter-spacing: 1px;
}
.title-disc h2:after {
    content: "_";
    font-size: 40px;
    line-height: 1px;
    color: #069848;
}
.title-disc .disc {
    font-size: 15px;
    margin-top: 10px;
}
.title-disc.sub-title {
    margin-bottom: 15px;
}
.title-disc.sub-title h2 {
    font-size: 24px;
}
.title-disc.sub-title h2:after {
    font-size: 30px;
}
.product-listing-outer {
    overflow: hidden;
}
.product-listing-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.product-listing-container .item {
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 50px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding-bottom: 35px;
}
.product-listing-container .item .img-block {
    background: #12baa3;
    padding: 15px 0;
    overflow: hidden;
}
.product-listing-container .item .img-block img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.product-listing-container .item:hover .img-block img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.product-listing-container .item .name {
    font-size: 16px;
    margin-top: 10px;
    color: #069847;
    padding: 0 10px;
}
.product-listing-container .item .sname {
    font-size: 12px;
    margin-top: 2px;
    padding: 0 10px;
    margin-bottom: 15px;
}
.product-listing-container .item .rmore {
    font-size: 14px;
    text-align: center;
    background: #e0e0e0;
    padding: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.product-listing-container .item .rmore:hover {
    background: #dedddd;
    letter-spacing: 1px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-list-section {
    padding-bottom: 0;
}
.about-us-section {
    background-color: #12baa3;
    background-image: url(/images/about-us-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    text-align: center;
    padding: 100px 0;
    z-index: 1;
}
.about-us-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.about-us-section .title-disc h2 {
    color: #fff;
    /* font-weight: 400; */
    
    font-size: 40px;
}
.about-us-section .title-disc h2:after {
    color: #fff;
}
.about-us-section .title-disc .disc {
    color: #fff;
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: 300;
}
.about-more {
    display: inline-block;
    background: #fff;
    color: #069848;
    padding: 10px 60px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.about-more:hover {
    background: #069848;
    color: #fff;
}
footer {
    background: #3a424c;
    color: #fff;
    border-top: 3px solid #12baa3;
}
.footer-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-container .item {
    width: calc(33.33334% - 40px);
    padding: 0 10px;
}
.footer-container .flogo {
    width: 120px;
}
.footer-container .flogo img {
    max-width: 60px;
    margin: initial;
}
.footer-container .item .item-title h2 {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.footer-container .item .item-title h2:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40%;
    height: 1px;
    background: #12baa3;
}
.footer-container .contact-detail {
    font-size: 15px;
    font-weight: 300;
    color: #f2f2f2;
}
.footer-container .contact-detail .company {
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.footer-container .contact-detail .comapny-address {
    margin-bottom: 15px;
}
.footer-container .contact-detail .contact-name {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: bold;
}
.footer-container .contact-detail .contact-info .icon {
    margin-right: 10px;
}
footer .copy {
    text-align: center;
    color: rgba(200, 200, 200, 0.5);
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0;
}
.footer-links li {
    font-size: 15px;
    font-weight: 300;
    color: #f2f2f2;
    margin-bottom: 5px;
}
footer a:hover {
    text-decoration: underline;
}
.category-title {
    position: relative;
    padding: 70px 0;
    background: #12baa3;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    overflow: hidden;
}
.category-title .category-banner-image {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center center;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
    background-attachment: fixed;
}
.category-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.category-title .container {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
}
.cate-hiro .cat-title {
    margin-bottom: 20px;
}
.cate-hiro .cat-title h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 4px 4px 4px #404040;
    text-transform: uppercase;
}
.breadcrumb ul li {
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumb ul li + li:before {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 1px;
}
.breadcrumb ul li a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    opacity: 0.5;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a.active {
    opacity: 1;
}
.breadcrumb.page-breadcrumb {
    margin-top: 20px;
    font-size: 13px;
}
.product-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    margin-top: 50px;
    margin-bottom: 30px;
}
.product-container .product-image {
    max-width: 300px;
}
.product-container .product-details {
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -o-flex: 1;
    margin-left: 100px;
}
.product-container .product-details .pname {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.product-container .product-details .pname h1 {
    font-size: 30px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.product-container .product-details .pname:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40%;
    background: #3a424c;
    bottom: 0;
    left: 0;
}
.product-container .product-details .pname .sname {
    font-size: 14px;
    opacity: 0.7;
}
.product-container .product-details .pinfogroup {
    margin-bottom: 20px;
}
.product-container .product-details .pinfogroup .label {
    font-weight: bold;
    font-size: 16px;
}
.product-container .product-details .pinfogroup .label:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #12baa3;
    margin-right: 2px;
}
.product-container .product-details .pinfogroup .info {
    font-size: 14px;
    color: #6f6f6f;
    padding-left: 10px;
}
.tech-table {
    margin-top: 5px;
    width: 100%;
}
.tech-table table {
    width: 100%;
}
.tech-table table th {
    background: #12baa3;
    color: #fff;
    text-align: left;
    padding: 3px 40px 3px 15px;
}
.tech-table table td {
    padding: 3px 40px 3px 15px;
    border-bottom: 1px solid #ccc;
}
.tech-table table tr:nth-child(odd) {
    background: #f2f2f2;
}
.tech-info .label {
    font-size: 22px;
    margin-bottom: 10px;
}
.btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
}
.btn:hover {
    opacity: 0.8;
}
.btn.green-btn {
    background: #069848;
    color: #fff;
}
.btn.gray-btn {
    color: #fff;
    background: #3a424c;
}
.product-btn .btn {
    margin-right: 20px;
    margin-bottom: 20px;
}
.about-group {
    margin-bottom: 50px;
}
.about-group .disc p {
    margin-bottom: 15px;
}
.about-group .disc ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
}
.about-group .disc ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #3a424c;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.fact-sheet-tbl tr td {
    padding: 4px 50px 4px 0;
    border-bottom: 1px solid #dcdcdc;
}
.fact-sheet-tbl tr td:nth-child(1) {
    font-weight: bold;
}
.contact-form {
    width: 100%;
    margin: 0 auto;
}
.contact-form .form-container {
    margin-bottom: 30px;
}
.form .form-field {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.error{position: absolute;color: red;font-size: 12px;top: 50%;margin-top: -9px;right: -100%;transition: all .3s ease;}
.show-error .error{
    right: 5px;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form textarea,
.form select {
    width: 100%;
    height: 50px;
    font-size: 13px;
    border: 1px solid #c0c4c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    padding: 15px 20px;
    color: #111c22;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.form textarea {
    height: 130px;
    resize: none;
}
.form .field::-webkit-input-placeholder {
    color: #929ca2;
}
.form .submit-field {
    text-align: center;
}
.contact-container {
   display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
}
.contact-container .item {
     flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -o-flex: 1;
}
.contact-container .item:nth-child(1) {
    margin-right: 30px;
}
.contact-container .item:nth-child(2) {
    margin-left: 30px;
}
.locations {
    font-size: 18px;
}
.locations p {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    margin-bottom: 10px;
}
.locations p .icon {
    margin-right: 10px;
    color: #12baa3;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(57, 74, 88, 0.7);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.modal.open {
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    visibility: visible;
    pointer-events: all;
}
.modal .modal-container {
    max-width: 630px;
    width: 90%;
    margin: 0 auto;
    display: table;
    height: 100%;
}
.modal .modal-contian {
    display: table-cell;
    vertical-align: middle;
}
.modal .modal-contian .modal-data {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 35px 0;
    position: relative;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.modal.open .modal-contian .modal-data {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.modal .modal-contian .title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #111c22;
}
.modal .modal-contian .form-container {
    max-width: 440px;
    margin: 0 auto;
    margin-top: 35px;
    padding: 0 20px;
}
.modal .form input[type=text],
.modal .form input[type=email] {
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.modal .modal-submit-field {
    text-align: center;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    z-index: 1;
}
.modal .modal-submit-field .modal-submit-btn {
    font-size: 18px;
    font-weight: 300;
    background: #111c22;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px -webkit-border-radius: 4px -moz-border-radius: 4px;
    padding: 14px 63px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal .modal-submit-field .modal-submit-btn:hover {
    background: #e0242b;
}
.modal .modal-submit-field .modal-submit-btn:disabled {
    background: #c0c4c7! important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.modal .modal-submit-field .modal-submit-btn:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
.modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.modal .modal-close img {
    max-width: 100%;
}
.fm-sucess{text-align: center;margin-top: 20px;font-size: 14px;color: green;border: 1px solid #069848;padding: 10px;display: none;}
.send .fm-sucess{
    display: block;
}
@-webkit-keyframes bgAnim {
    0%, 100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
}
@keyframes bgAnim {
    0%, 100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
}
.mobile-menu-icon {
    display: none;
}
.map-container{
margin-top: 20px;
}
.map-container iframe{
width: 100%;
}
@media screen and (max-width: 992px) {
    body {
        font-size: 14px;
        padding-top: 96px;
    }
    header {
        height: 96px;
    }
    header .header-container {
        height: 60px;
    }
    .header-container a.logo img {
        max-width: 120px;
    }
    .header-container nav.menu > ul > li {
        margin-left: 20px;
        padding: 18px 0;
    }
    .header-container nav.menu > ul > li > a {
        font-size: 16px;
    }
    .header-container nav.menu > ul > li > ul.submenu {
        top: 60px;
    }
    .banner-slider .psb-container .category-details {
        top: 0px;
        left: 30px;
    }
    .banner-slider .psb-container .category-details .category-name h2 {
        font-size: 30px;
    }
    .banner-slider .psb-container .category-details .categroy-product-details {
        margin-top: 20px;
    }
    .banner-slider .psb-container .category-details .categroy-product-details li {
        margin-top: 6px;
    }
    .banner-slider .owl-item.active .psb-container .category-details .categroy-product-details li {
        font-size: 14px;
    }
    .banner-slider .psb-container .smore {
        left: 60px;
        bottom: 30px;
        padding: 10px 40px;
    }
}
@media screen and (max-width: 600px) {
    body {
        padding-top: 82px;
    }
    header {
        height: 82px;
    }
    header .header-top-container {
        height: 32px;
    }
    header .header-top {
        padding: 0 10px;
        font-size: 12px;
    }
    header .header-top .contact-list li .icon {
        font-size: 15px;
        margin-right: 5px;
        top: 0px;
    }
     header .header-top .contact-list li:last-child {
        display: none;
    }
    header .header-top .inquiry-btn {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        padding: 0 6px;
    }
    header .header-container {
        padding: 0 10px;
        height: 50px;
        position: relative;
    }
    .header-container a.logo img {
        max-width: 100px;
    }
    .header-container nav.menu {
        position: fixed;
        background: #3a424c;
        color: #fff;
        width: 200px;
        right: -200px;
        visibility: hidden;
        top: 82px;
        padding: 13px 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    .header-container nav.menu > ul > li {
        display: block;
        padding: 5px 20px;
        margin-left: 0;
    }
    .header-container nav.menu > ul > li > a {
        font-size: 15px;
    }
    .header-container nav.menu > ul > li.has-submenu:after {
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        margin-left: 10px;
        position: absolute;
        right: 15px;
        top: 11px;
    }
    .header-container nav.menu > ul > li > ul.submenu {
        position: static;
    }
   .header-container nav.menu > ul > li > ul.submenu li a {
        padding: 1px 35px 1px 10px;
        font-size: 13px;
    }
    body.show-menu .header-container nav.menu {
        right: 0;
        visibility: visible;
    }
    .mobile-menu-icon {
        display: block;
        width: 22px;
        vertical-align: middle;
        z-index: 111;
        cursor: pointer;
        position: absolute;
        right: 10px;
        height: 50px;
        top: 0;
    }
    .mobile-menu-icon span {
        position: absolute;
        height: 2px;
        width: 100%;
        background: #3a424c;
        width: 100%;
        transition: transform .3s ease, top .2s ease .3s;
        -webkit-transition: transform .3s ease, top .2s ease .3s;
        -moz-transition: transform .3s ease, top .2s ease .3s;
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
    }
    .mobile-menu-icon span:nth-child(1) {
        top: 18px;
    }
    .mobile-menu-icon span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
        right: 0;
        transition: opacity .2s ease .3s;
        -webkit-transition: opacity .2s ease .3s;
        -moz-transition: opacity .2s ease .3s;
        -o-transition: opacity .2s ease .3s;
    }
    .mobile-menu-icon span:nth-child(3) {
        top: 30px;
    }
    body.show-menu .mobile-menu-icon span {
        top: 50% !important;
        margin-top: -1px;
        transition: top .2s ease, transform .3s ease .2s;
        -webkit-transition: top .2s ease, transform .3s ease .2s;
        -moz-transition: top .2s ease, transform .3s ease .2s;
        -o-transition: top .2s ease, transform .3s ease .2s;
    }
    body.show-menu .mobile-menu-icon span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }
    body.show-menu .mobile-menu-icon span:nth-child(2) {
        opacity: 0;
    }
    body.show-menu .mobile-menu-icon span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }
    .banner-slider .psb-container .category-details {
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        padding-top: 20px;
    }
    .banner-slider .psb-container .smore {
        bottom: 20px;
        padding: 8px 30px;
        font-size: 12px;
        left: 50%;
        margin-left: -65px;
    }
    .banner-slider .psb-container .category-details .categroy-product-details {
        display: none;
    }
     .banner-slider .psb-container .category-details .category-name h2 {
        position: relative;
        display: inline-block;
        font-size: 22px;
    }
    .banner-slider .psb-container {
        text-align: center;
    }
    .owl-carousel.banner-slider .owl-nav {
        display: none;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .title-disc {
        margin-bottom: 20px;
    }
    .title-disc h2 {
        font-size: 20px;
        font-weight: bold;
    }
    .title-disc h2:after {
        font-size: 30px;
    }
    .title-disc .disc {
        font-size: 13px;
        margin-top: 5px;
    }
    .product-listing-container {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-listing-container .item {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 20px;
    }
    .product-listing-container .item .name {
        margin-top: 8px;
        font-size: 14px;
    }
    .product-listing-container .item .sname {
        margin-bottom: 10px;
    }
   .about-us-section {
        padding: 40px 0;
    }
    .about-us-section .title-disc h2 {
        font-size: 28px;
    }
    .about-us-section .title-disc .disc {
        font-size: 14px;
        margin-top: 10px;
    }
    .about-more {
        padding: 8px 40px;
        font-size: 13px;
    }
    .footer-container {
        padding: 30px 0;
    }
    .footer-container .item {
        width: 100%;
        margin-top: 20px;
    }
    .footer-container .flogo {
        margin-top: 0px;
    }
    .footer-container .item .item-title h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .footer-container .contact-detail .company {
        font-size: 13px;
    }
    .footer-container .contact-detail .contact-name {
        font-size: 13px;
    }
    .footer-links li {
        margin-bottom: 1px;
    }
    .header-container nav.menu ul li a.downloadBrochure img {
        display: none;
    }
    .header-container nav.menu ul li a.downloadBrochure .label {
        max-width: 100%;
        color: #fff;
        padding-left: 0;
        font-size: 15px;
    }
     .category-title {
        padding: 30px 0;
    }
    .cate-hiro .cat-title {
        margin-bottom: 10px;
    }
    .cate-hiro .cat-title h1 {
        font-size: 30px;
    }
    .breadcrumb.page-breadcrumb {
        margin-top: 15px;
        font-size: 12px;
    }
    .product-container {
        margin-top: 30px;
        margin-bottom: 10px;
        display: block;
    }
    .product-container .product-image {
        max-width: 50%;
        margin: 0 auto;
    }
    .product-container .product-details {
        margin-left: 0;
        margin-top: 40px;
    }
    .product-container .product-details .pname h1 {
        font-size: 24px;
    }
    .product-container .product-details .pinfogroup .label {
        font-size: 15px;
    }
    .product-container .product-details .pinfogroup .info {
        font-size: 13px;
    }
    .btn {
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }
    .product-btn .btn {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .tech-table {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .about-group {
        margin-bottom: 30px;
    }
    .container .about-group:last-child {
        margin-bottom: 20px;
    }
    .contact-container {
        display: block;
        margin-top: 20px;
    }
    .contact-container .item {
        margin: 0 !important;
    }
    .form input[type=text],
    .form input[type=password],
    .form input[type=email],
    .form textarea,
    .form select {
        height: 40px;
    }
    .contact-form .form-container {
        margin-bottom: 50px;
    }
    .form textarea {
        height: 80px;
    }
    .locations {
        font-size: 14px;
    }
    .modal .modal-contian .modal-data {
        padding: 25px 0;
    }
    .modal .modal-contian .form-container {
        margin-top: 15px;
    }
    .modal .modal-contian .title {
        font-size: 20px;
    }
}
@media screen and (max-width: 370px){
    header .header-top {
    font-size: 10px;
}
}