@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

p {
    letter-spacing: 0.5px;
}

:root {
    --text-head: #333;
    --text-secondary: #333;
    --text-primary: #222;
    --bg-dark: #ffffff;
    --bg-dark-second: #f1f1f1;
    --color-primary: #af1918;
    --color-secondary: #5349ff;
    --btn-primary: linear-gradient(166deg, #7200c3 35%, #5349ff 65%);
    --btn-primary-hover: #5349ff;
    --btn-seconday: #d9e7ff;
    --color-dark: #020121;
    --color-hover: yellow;
}

.bg-dark-2 {
    background: #f1f1f1;
}

.bg-dark-theme {
    background: var(--bg-dark);
}

.cta-call:hover {

    color: var(--color-hover);
}

a:hover {
    color: var(--color-primary);
}

nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
}

nav ul li {
    list-style: none;
    margin-right: 25px;
}

nav a {
    color: #222;
    display: block;
    font-weight: 500;
}

.drop-hover {
    position: relative;
}

.drop-hover:hover .menu {
    display: block;
    transition: 0.5s ease;
}

.drop-hover i {
    font-size: 14px;
}

.drop-hover i {
    font-size: 14px;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

/* .drop-hover:after {
    content: '\f078';
    font-family: 'FontAwesome';
    color: #949494;
    position: absolute;
    right: -21px;
        top: 4px;
        font-size: 14px;
} */
.menu {
    display: none;
    width: 249px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9;
    text-align: left;
    background: #fff;
    border-bottom: 2px solid #af1918;
    padding: 0;
    height: auto;
    box-shadow: 0px 14px 24px -18px #000;
}

.menu ul {
    display: block;
    height: auto;
}

.menu ul li {
    padding: 10px 15px;
    margin: 0;
}

.menu ul li:last-child {
    border-bottom: 0px;
    /* padding-bottom: 0; */
    margin-bottom: 0px;
}

.logo {
    padding: 10px 0;
}


.topnav_links {
    display: flex;
    list-style: none;
    margin: 0;
    height: 40px;
    align-items: center;
    justify-content: end;
}

.topnav_links li {
    margin-left: 30px;
}

.topnav_links li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.topnav_links li a:hover {
    color: var(--color-primary);
}

header {
    background: var(--bg-dark);
    backdrop-filter: blur(10px);
    z-index: 2;
    width: 100%;
    transition: 0.5s ease-in;
    position: relative;
}

header.fixed {
    transition: 0.5s ease-in;
    position: fixed;
    box-shadow: 0px 0px 34px -12px #0000007d;
    z-index: 9;
}

.right-header {
    display: flex;
    justify-content: end;
    height: 93px;
    align-items: center;
    position: relative;
}


.btn-style i {
    background: #0000002e;
    height: 45px;
    width: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.btn-style {
    padding: 0px 0px 0px 15px;
    background: #af1918;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
}

.btn-outline {
    border: 1px solid #af1918;
    padding: 10px 15px;
    color: #af1918;
}

.btn-outline.w-100 {
    border: 1px solid #af1918;
    padding: 10px 0;
    color: #af1918;
}

.btn-outline:hover {
    background: #af1918;
    color: #fff;
}

.btn-style:hover {
    background: #881615;
    color: #fff;
    transition: 0.5s ease;
}


.inner {
    width: 100%;
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.cta-call {
    color: #fff;
    display: flex;
    list-style: none;
    margin: 0;
    height: 40px;
    align-items: center;
    justify-content: left;
}

.top-header .inner {
    border-bottom: 1px solid #333;
}

.bottom-header {
    margin-top: 0;
}

.cta-call i {
    margin-right: 5px;
}

.drop-hover:hover::after {
    color: #af1918;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.content-about p {
    line-height: 1.8;
    font-size: 18px;
    color: var(--text-secondary);
}

.content-about .main-head {
    font-size: 45px;
    margin: 0;
    color: #000;
    line-height: 1.1;
}


.content-about .main-subhead {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-weight: 400;
}

.text-link {
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #af1918;
    height: 34px;
    display: inline-block;
    position: relative;
    transition: 0.5s ease;
}

.text-link:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50%;
    background: #af1918;
}

.text-link:hover:after {
    width: 100%;
    transition: 0.5s ease;
}

.category-section {
    padding-top: 50px;
    margin-bottom: -215px;
    position: relative;
    z-index: 1;
}

.about-section {
    height: auto;
}

.content-category {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}


.icon-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.category-details {
    position: absolute;
    bottom: -74px;
    background: none;
    padding: 20px;
    height: 140px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.content-category:hover .category-details {
    transition: 0.5s ease;
    bottom: 0;
    background: none;
}

.content-category:hover.content-category:before {
    background: rgba(0, 0, 0, 0.75);
    transition: 0.5s ease-in;
}

.content-category:hover .icon-img {
    transition: .6s;
    filter: brightness(9.5);
}

.content-category:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.category-details h4 {
    color: #222;
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content-category:hover .category-details h4 {
    color: #fff;
}

.btn-default {
    background: #af1918;
    color: #fff;
    transition: 0.5s ease;
    padding: 10px 15px;
    border-radius: 5px;
}

.btn-default:hover {
    background: #881615;
    color: #fff;
    transition: 0.5s ease;
}

.btn-secondary {
    background: #ffffff;
    color: #000;
    transition: 0.5s ease;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #212121;
}

.btn-secondary:hover {
    background: #af1918;
    color: #ffffff;
    transition: 0.5s ease;
    border: 1px solid #af1918;
}


.footer-content a,
.footer-content p {
    font-weight: 400;
    color: #A8A8A8
}

.footer-content a:hover {
    color: var(--color-primary);
}

.footer-content {
    color: #ffffffd9;
}

.footer-content ul li {
    margin-top: 10px;
    font-size: 14px;
}

footer {
    padding: 50px 0;
    background: #121212;
}

.footer-logo {
    margin-bottom: 10px;
}

.disclamer {
    color: #A8A8A8;
    border-top: 1px solid #313438;
    text-align: justify;
    line-height: 1.8;
    margin-top: 35px;
    padding-top: 30px;
}

.copyright {
    background: #161616;
    color: #a8a8a8;
    padding: 20px 0;
}

.footer-content .footer-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-content i {
    width: 16px;
}

.ptb-50 {
    padding: 50px 0;
}

.pb-40 {
    padding-bottom: 40px;
}

.pay-method {
    width: 65%;
    margin-left: 10px;
}

.copyright p {
    color: #A8A8A8;
    font-size: 14px;
    margin-bottom: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 7px;
    border-bottom: 0px;
    padding-bottom: 0;
}

.social-icons li a {
    border: 0.5px solid #313438;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 90px;
    justify-content: center;
    align-items: center;
}

ul.social-icons {
    margin-top: 10px;
}

.social-icons li a:hover {
    background: var(--color-primary);
    color: #fff;
    transition: 0.5s ease;
}

.social-icons li a i {
    width: auto;
}

.bg-grey {
    background: #f5f5f5;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-about-content {
    color: #A8A8A8;
    line-height: 2;
    position: relative;
    background: #161616;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-right: 25px;
}

.footer-about-content img {
    width: 150px;
    margin: 0 auto;
}

.fa-16 {
    font-size: 16px;
}

.footer-about-content p {
    color: #A8A8A8;
    text-align: left;
}

.bottom-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-links li {
    display: inline-block;
}

.bottom-links li a {
    color: #949494;
}

.bottom-links li:first-child a {
    border-right: 1px solid #515356;
    padding-right: 15px;
    margin-right: 15px;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-date {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0 0;
    background: #af1918;
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-shadow: 0px 6px 20px #00000085;
    padding: 10px 20px;
    box-shadow: 7px -24px 55px -10px #000000d6;
    left: 0;
}

.blog-detail .blog-title {
    margin: 15px 0 7px;
    font-size: 26px;
    color: #000;
}

.btn-md {
    font-size: 18px;
    padding: 10px 30px;
}

.h-img i {
        font-size: 15px;
    border: 2px solid #af1918;
    color: #af1918;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.cta-section {
    position: relative;
    bottom: 0;
    background: #af1918;
    padding: 30px 0;
}

.section-title {
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

.section-title .title-head {
    color: #000;
    position: relative;
    margin: 0px 0 35px;
    text-transform: uppercase;
    font-size: 28px;font-weight: 400;
    margin-bottom: 45px;font-family: 'Oswald', sans-serif;
}

.section-title .title-head:after {
    background: url(../images/line.png);
    background-size: cover;
    height: 11px;
    width: 68px;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -20px;
    border-radius: 5px;
    margin: 0 auto;
}

.inquire-cta {
    position: relative;
    z-index: 1;
}

.btn-white {
    background: #fff;
    height: 60px;
    font-size: 20px;
    color: #222;
    padding: 0 25px;
}

.btn-white:hover {
    background: #222;
    color: #fff;
}

.inquire-cta .cta-title {
    color: #fff;
    font-size: 40px;
}

.cta-right {
    margin: 13px 0;
    text-align: right;
}

.inquire-cta p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.cta-right {
    text-align: right;
}

.pt-190 {
    padding-top: 210px;
}

.about-features {
    padding-left: 40px;
}

.h-details p {
    margin-bottom: 0;
}

.product-box {
    padding: 5px;
    background: var(--bg-dark);
    border-radius: 5px;
    border: 1px solid #eaeaeb;
    padding: 15px;
}

.product-content .product-title {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin: 0 0 10px;
    display: block;
}

.section-title h2 {
    font-size: 28px;
    margin-bottom: 45px;
}

.testimonial-content:after {
    content: '\f10e';
    position: absolute;
    font-family: "FontAwesome";
    right: 5%;
    top: 5%;
    font-size: 100px;
    color: #686666;
    opacity: 0.15;
    height: 100px;
    line-height: 100px;
}

.testimonial-content {
    box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    padding: 30px;
    border-radius: 5px;
    margin: 15px 0 25px;
    background: #fff;
}

p {
    /* color: #5f5f5f; */
    color: var(--text-secondary);
}

.testimonial-img {
    border-radius: 60px;
    overflow: hidden;
}

.testimonial-details .sub-name {
    text-transform: uppercase;
    color: #af1918;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
}

.testimonial-details .name {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
}

.testimonial-details {
    color: #fff;
    padding: 2px 0;
}

.product-head {
    color: #000;
    text-align: center;
    font-size: 28px;
}

.inquire-form-style {
    padding: 20px;
    text-align: right;
    background: #f7f7f7;
}

.inquire-form-style .form-control {
    margin-bottom: 15px;
    height: 45px;
}

.inquire-form-style h2 {
    margin-bottom: 30px;
    color: #222;
}

textarea.form-control {
    min-height: 100px;
}

button.btn.btn-close {
    background: var(--color-primary);
    position: absolute;
    right: 10px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    font-size: 24px;
}

button.btn.btn-close:hover {
    background: #222;
}

.modal {
    backdrop-filter: blur(16px);
    background: #ffffff08;
}

.inquire-form-style .section-title {
    margin-bottom: 0;
}

.content-highlight {
    display: flex;
}

.h-details .title {
    font-size: 20px;
    margin: 0;
    color: #000;
}

.h-img {
    display: inline-flex;
    height: auto;
    align-items: center;
}

.h-details {
    display: block;
    padding: 12px 0 5px 20px;
    min-height: auto;
    align-items: center;
}

.btn {
    display: inline-block;
    font-weight: 500;
}

.text-theme {
    color: #af1918 !important;
}

.menu.menu-lg {
    width: 555px;
    left: auto;
    right: -35px;
}

.menu.menu-lg ul li {
    width: 50%;
    float: left;
}

.owl-nav button span {
    display: flex;
    background: #af1918;
    color: #fff;
    height: 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding-bottom: 2px;
    border-radius: 50%;
    font-size: 24px;
}

.owl-nav button span:hover {
    background: #881615;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-theme .owl-nav {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 40%;
}

button.owl-prev {
    left: -20px;
    position: absolute;
}

button.owl-next {
    right: -20px;
    position: absolute;
}

.blog-carousel .owl-nav {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 35%;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
}

.sub-menu {
    background: #343941;
}

.content-about h1 span {
    display: grid;
    margin-top: 10px;
}

.text-theme:hover {
    color: #fff;
    transition: 0.5s ease;
}


/*Side-Bar-Responsive*/
.side-bar {
    z-index: 20;
    text-align: left;
    background: var(--color-primary);
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -290px;
    overflow-y: auto;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-property: left;
    transition-property: left;
}

.side-bar.active {
    left: 0;
    box-shadow: 0px 30px 37px -8px #000000c2;
}

.side-bar .menu-bar {
    width: 100%;
    height: 521px;
    margin-top: 80px;
    overflow-x: scroll;
}

.side-bar .menu-bar .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu-bar .item a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 0px 15px;
    line-height: 55px;
    border-bottom: 1px solid #ffffff1f;
}

.side-bar .menu-bar .item a:hover {
    background: #af1918;
    color: #fff;
    transition: 0.3s ease;
}

.side-bar .menu-bar .item i {
    margin-right: 15px;
}

.side-bar .menu-bar .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.side-bar .menu-bar .item .sub-menu {
    background: var(--bg-dark-second);
    display: none;
}

.side-bar .menu-bar .item .sub-menu a {
    padding-left: 40px;
    background: #8a100f;
    border-bottom: 1px solid #3c3c3c;
}

.side-bar .menu-bar .item .sub-inner-menu a {
    padding-left: 0;
    background: #0000;
}

.rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.close-btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: 25px;
    cursor: pointer;
    right: 0;
}

.menu-btn {
    color: var(--color-primary);
    font-size: 22px;
    margin: 0;
    display: none;
}

.side-bar.responsive {
    width: 117px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.menu-btn {
    height: 74px;
    align-items: center;
    justify-content: end;
}

a.sub-btn {
    background: #920f0e;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 49px;
    text-align: center;
    margin: 0px;
    border-bottom: 0px;
}

a.sub-btn:hover {
    background: var(--color-primary);
}


a.sub-inner-btn {
    background: #920f0e;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 49px;
    text-align: center;
    margin: 0px;
    border-bottom: 0px;
}

a.sub-inner-btn:hover {
    background: var(--color-primary);
}

/*Side-Bar-Responsive*/

a.btn.btn-default.w-100 {
    padding-left: 7px;
    padding-right: 7px;
}

.product-content.product-detail .product-title {
    display: block;
    margin: 0 0 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.product-img {
    overflow: hidden;
}

/* .product-box:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
} */

.product-img {
    position: relative;
    height: 280px;
    text-align: center;
    background: #fdfdfd;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.img-offer {
    height: 236px;
    overflow: hidden;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-offer img {
    height: 236px;
}

.blog-img {
    /*    height: 283px;*/
    overflow: hidden;
    position: relative;
    height: 224px;
    text-align: center;
    background: #fdfdfd;
}

.blog_left {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 5px;
    background: #fff;
}

.blog_left .blog-img {
    border: 1px solid #e7e7e7;
}

.blog-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.inquire-form-style button.btn.btn-close {
    position: absolute;
    right: -25px;
    top: -25px;
    height: 40px;
    width: 40px;
    border-radius: 60px;
}

.logo img {
    height: 74px;
}

.top-header {
    background: #af1918;
}

.copyright p a {
    font-weight: 600;
}

.content-category:hover {
    background: url(../images/category/img-1.jpg);
    background-size: cover;
}

.content-category {

    height: 270px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 25px;
    box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
}

.category-hover .category-title {
    color: #222;
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content-category:hover p {
    color: #fff;
}

.content-category:hover .category-hover .category-title {
    color: #fff;
}

.category-hover {
    position: relative;
}

.product-box .btn {
    font-size: 15px;
}

.about-features .main-title {
    font-size: 2rem;
}

.about-features .sub-title {
    font-size: 1.25rem;
}

/* inner pages */

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 60px 0;
    margin: 0;
    background-position: center center;
}

.heading_banner::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    /* background: rgba(0,0,0,0.5); */
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    z-index: 1;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    /* background: rgba(0,0,0,0.5); */
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
}

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}


.inner_breadcrumb .breadcrumb {
    background: 0;
    border-radius: 0;
    border: 0;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}


.inner_breadcrumb .breadcrumb li {
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--color-primary);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "\f105";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}

.form_grid .form-control {
    height: 50px;
}

.form-control:focus {
    outline: none;
}

.contact_map {
    float: left;
    width: 100%;
    height: 400px;
    margin: 0 0 50px;
    border-radius: 5px;
}

.contact_page2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 80px;
    background: #fff;
    box-shadow: none;
}

.contact_map2 {
    float: left;
    width: 100%;
    height: 800px;
}

.contact_form_grid {
    float: left;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    margin-top: -320px;
    border-radius: 4px;
    background: #fff;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 39px -15px rgb(0 0 0 / 33%);
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 4px;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--color-primary);
}

/* .contact_details {
    border: 1px solid #d5d5d5;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
} */
.contact_details h1 {
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details h4 {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form_grid {
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    padding: 25px;
    border-radius: 5px;
}

.contact_details p {
    margin-bottom: 20px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    margin-bottom: 0;
    padding: 13px 0;
    border-bottom: 1px solid #ccc;
}

.contact_details .address_list li a {
    color: #333;
    display: inline-flex;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 0;
}

.contact_details .address_list li a span,
.contact_details .address_list li span {
    color: var(--color-primary);
    font-size: 22px;
    margin-right: 10px;
}

.contact_details {
    padding: 20px 0;
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    border: 1px solid #f8f8f8;
    height: 40px;
    -webkit-box-shadow: 1px 2px 3px 1px #e0e0e0;
    box-shadow: 1px 2px 3px 1px #e0e0e0;
    width: 40px;
    border-radius: 4px;
    background: #f8f8f8;
    font-size: 17px;
    line-height: 40px;
    color: #757575;
    float: left;
    list-style: none;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.social_list li a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    transition: 0.5s;
}

.contact_form_grid .form_grid {
    background-color: #fff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #fff;
    padding: 30px;
}

.form_grid h4 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

/* about */


.left_sidebar {
    border-radius: 4px;
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    /*    box-shadow: 0px 11px 30px -28px #000000ab;*/
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    /* line-height: 30px; */
    background: var(--color-primary);
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    /* box-shadow: 0px 0px 52px -10px #000; */
}

.left_image {
    float: left;
    width: 340px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: transform 0.5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.left_image:hover .left_centered .image {
    transform: scale(1.1);
}


.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ffffff;
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    list-style: none;
}

.left_sidebar ul li a {
    color: #525252;
    padding: 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.left_sidebar ul li a.active,
.left_sidebar ul li a:focus,
.left_sidebar ul li a:hover {
    background: #8f1414;
    color: #fff;
    transition: 0.5s;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fafafa;
    border-top: 1px dashed #ccc;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover {
    background: var(--color-primary);
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: -65%;
    top: 0;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 35%);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a.active,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a:hover {
    background: var(--color-primary);
    color: #fff;
}



.wps_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 0;
    /* box-shadow: 0px 0px 52px -10px #000; */
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
}

.right_side .about_b {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.product_right_image {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0 0 15px 15px;
    text-align: center;
}

.right_side .about-title {
    padding: 8px 15px;
    margin: 0 0 0px;
    line-height: 30px;
    background: var(--color-primary);
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.right_side {
    border-radius: 4px;
    float: left;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 11px 30px -28px #000000ab;
}


/* category */


.technology_item {
    position: relative;
    margin: 0;
    padding: 15px 12px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.technology_item img {
    width: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}

.technology_item .title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: white;
}

.technology_item:hover {
    border-color: #f5f5f5;
    background: linear-gradient(45deg, #ffffff42, #ffffff);
    border: 1px solid var(--color-primary);
}

.technology_item:hover h2,
.technology_item:hover i {
    color: var(--color-primary);
}

.technology_item .h2_title {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: white;
    line-height: 1.1;
}

.technology_item:hover .h2_title,
.technology_item:hover i {
    color: #fff;
}

.wps_right .pro-main table {
    margin: 0;
    padding: 0;
    border: 0;
}

.wps_right .pro-main table tr td {
    padding: 4px 5px;
    border: 0;
}

.pro-main {
    height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.pantoneColorChart {
    width: 100%;
    border-collapse: collapse;
    font-size: 9px;
    padding: 1px;
    font-weight: normal;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #FFFFFF;
}

.pantoneColorChartSwatch {
    background-color: #f5f5f5;
    width: 100%;
}

.pantoneColorChartSwatch p {
    color: #333;
    /* background: #ccc; */
    margin: 0px auto;
    height: 30px;
    font-size: 12px;
    position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.oddRowHeader-custom {
    font-size: 22px;
    padding-top: 20px;
    /* color:#ef682f; */
    padding-left: 18px;
    width: 100%;
    color: var(--color-primary);
    font-family: 'Oswald', sans-serif;
}

.oddRowHeaderr-custom {
    font-size: 22px;
    padding-top: 20px;
    color: var(--color-primary);
    font-family: 'Oswald', sans-serif;
    width: 100%;
}



.process {
    width: 100%;
    background: none repeat scroll 0% 0% #F2F1F1;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #454440;
}

.process-con {
    width: 45%;
    float: left;
}

.Dater {
    float: right;
    padding: 7px 15px;
    line-height: normal;
    font-size: 14px;
    background: none repeat scroll 0% 0% var(--color-primary);
    display: block;
    clear: both;
    color: #fff;
}

.oddRowHeader {
    font-size: 25px;
    padding-top: 110px;
    color: #555;
    padding-left: 18px;
    width: 100%;
}

.process-pl {
    width: 100% !important;
    padding-left: 17px;
    padding-top: 15px;
    margin: 0px !important;
}

.product-box p {
    text-align: justify;
    color: #000;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.fr {
    float: right;
}

.oddRowHeaderr {
    font-size: 25px;
    padding-top: 110px;
    color: #555;
    width: 100%;
}

.Date {
    float: left;
    padding: 7px 15px;
    line-height: normal;
    font-size: 14px;
    background: none repeat scroll 0% 0% var(--color-primary);
    display: block;
    clear: both;
    color: #fff;
}

.process-conl {
    width: 42%;
    float: right;
}



.market_area h3 {
    float: left;
    display: block
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    display: inline-block;
    float: left
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px 0;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd
}

.market-list li a:hover {
    background: var(--color-primary);
    color: #fff !important
}

.ac-container {
    width: 100%;
    margin: 5px auto 0px auto;
    text-align: left;
}

.ac-container input {
    display: none;
}

.ac-container label {
    padding: 5px 15px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    line-height: 25px;
    font-size: 16px;
    background: #eee;
    margin-bottom: 5px;
}


.col-lg-3-1 {
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}


.listing_view {
    float: left;
    width: 100%;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}

.listing_view h3 {
    line-height: 30px;
    padding-left: 5px;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: 500;
}

.product_view_btn {
    float: right;
}

.list_btn {
    float: left;
    background: #333;
    color: #fff;
    margin-left: 10px;
    padding: 8px 15px;
}

.list_btn svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.list_btn.active,
.list_btn:focus,
.list_btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #eee;
}

.list_item {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    z-index: 0;
}

.list_item .list-group-image {
    margin-right: 10px;
}

.list_item .thumbnail {
    margin-bottom: 0;
}

.list_item .caption {
    padding: 9px 9px 0;
}

.list_item:after,
.list_item:before {
    display: table;
    content: " ";
}

.list_item img {
    float: left;
}

.list_item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.list_item .thumbnail .product_view {
    float: left;
    width: 30%;
    padding: 15px;
    margin-right: 25px;
    border-right: 1px solid #eee;
    background: #fff;
    z-index: 2;
    margin-bottom: 0;
}

.product_view {
    float: left;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    height: 250px;
    padding: 10px;
}

.product_view .image {
    text-align: center;
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin: 0;
    transition: transform 0.5s ease;
}

.product_view .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    padding: 10px;
}

.item_view .caption {
    padding: 0 10px;
    text-align: center;
}

.item_view .caption .btn {
    margin-bottom: 15px;
}

.list_item .caption {
    text-align: left;
}

.item_view .caption h3 {
    padding: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
    height: auto;
}

.list_item .caption h3 {
    text-align: left;
    padding: 10px 0 13px;
}

.item_view .caption h3 a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.item_view:hover .caption h3 a {
    color: var(--color-primary);
}

/*ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ¢â‚¬Â°.item_view .caption h3 {
    height: 65px;
}ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‹â€ */
.list_item .caption h3 {
    height: auto;
}

.item_view .caption h4 {
    padding: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.list_item .caption h4 {
    text-align: left;
}

.item_view .caption h4 a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.item_view :hover.caption h4 a {
    color: var(--color-primary);
}

.item_view .caption p {
    text-align: center;
    height: 70px;
    overflow: hidden;
    display: none;
}

.list_item .caption p {
    text-align: justify;
    height: auto;
    display: block;
}

.item_view .caption span {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.list_item .caption span {
    text-align: justify;
    margin-bottom: 10px;
    display: block;
}

.item_view .caption .may_btn {
    display: inline-block;
}

.item_view .caption .may_btn.active,
.item_view .caption .may_btn:focus,
.item_view .caption .may_btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.item_view .thumbnail:hover {
    box-shadow: 0px 4px 28px -15px rgb(0 0 0 / 38%);
    transition: 0.5s;
}

.list_item .caption .subCatList {
    margin: 0;
    padding: 0;
    max-height: 115px;
    overflow: hidden;
    overflow-y: auto;
}

.list_item .caption .subCatList li {
    float: left;
    width: 33%;
}

.right_side ul li:before {
    float: left;
}

.list_item .caption .subCatList li a {
    color: #333;
    font-size: 13px;
}

.list_item .caption .subCatList li a:hover,
.list_item .caption .subCatList li:focus {
    color: var(--color-primary);
}

.grid .caption .subCatList {
    display: none;
}

.title-inner {
    font-size: 23px;
}


.product_right_image .detail_enq_btn {
    width: auto;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 30px;
    margin: 0;
    display: inline-block !important;
    border: 0;
    border-radius: 4px;
}

.product_right_image .detail_enq_btn:focus,
.product_right_image .detail_enq_btn:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.product_right_image:hover .detail_enq_btn {
    background-color: var(--color-primary) !important;
    color: #fff;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .product_dimage .detail_image {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.product_right_image:hover .product_dimage .detail_image {
    transform: scale(1.2);
}

.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: var(--color-primary);
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.product_more {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin: 0 0 30px;
    text-align: center;
    z-index: 0;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.product_more span {
    float: left;
    width: 100%;
    padding: 5px 0 10px;
    color: #423f3f;
    font-size: 13px;
    font-weight: 400;
}


.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #eee;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: all 0.4s ease-in-out;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing:hover .product .image1 {
    transform: scale(1.1);
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content .product-title {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    color: var(--text-head);
}

.right-content .product-title a {
    color: var(--text-head);
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.read_more_product {
    background: #333;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.read_more_product i {
    margin-left: 10px;
}

.read_more_product:focus,
.read_more_product:hover {
    color: #fff;
    background: var(--color-primary);
}

.product_listing:hover .right-content h3 a {
    color: var(--color-primary);
}

.product_listing:hover .right-content h4 a {
    color: var(--color-primary);
}

.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 0 solid #ccc;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    margin: auto;
}

.product_popup .product-title {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #fb3a3a;
    font-weight: normal;
}

.product_right_image {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0 0 15px 15px;
    text-align: center;
}

.product_right_image iframe {
    width: 100%;
    height: 315px;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.cat_info p {
    font-size: 14px;
    line-height: 24px;
    color: #423f3f;
    text-align: justify;
    margin-bottom: 15px;
}

.product_right_image .detail_enq_btn {
    width: auto;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 30px;
    margin: 0;
    display: inline-block !important;
    border: 0;
    border-radius: 4px;
}

.product_right_image .detail_enq_btn:focus,
.product_right_image .detail_enq_btn:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.product_right_image:hover .detail_enq_btn {
    background-color: var(--color-primary) !important;
    color: #fff;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .product_dimage .detail_image {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.product_right_image:hover .product_dimage .detail_image {
    transform: scale(1.2);
}

.right-content .btn {
    margin-bottom: 15px;
}

/* blog */


.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--color-accent-primary-2);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 176px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_news h5 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
}

.right_news h5 a {
    color: #333;
}

.right_news:hover h5 a {
    color: var(--color-accent-primary-2);
}

.pager li>a {
    border-radius: 0px;
    color: var(--color-accent-primary-2);
}

.pager li>a:hover,
.pager li>a:focus {
    color: #fff;
    background: var(--color-accent-primary-2);
    border-color: var(--color-accent-primary-2);
}




/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    width: 100%;
    margin-bottom: 15px;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--color-accent-primary-2);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.fb-comments {
    width: 100%;
}


/* Recent Blog */

.recent_blog {
    position: relative;
}

.recent_blog .image {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
    height: 190px;
}

.recent_blog .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.recent_blog a img {
    min-width: 100%;
}

.recent_blog .article_title {
    float: left;
    width: 100%;
    background-color: #fff;
    margin: 0;
    margin-bottom: 20px;
    border: 2px solid #f2f2f2;
    padding: 10px;
    padding-top: 15px;
}

.recent_blog .article_title hr.article_line {
    background-color: var(--color-accent-primary-2);
    height: 4px;
    margin: 0;
    padding: 0;
    margin: -10px -12px 10px;
    border: none;
    position: relative;
    top: -7px;
}

.recent_blog h4 {
    height: 60px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left;
    padding: 0;
}

.recent_blog h4 a {
    color: #333;
}

.recent_blog:hover h4 a {
    color: var(--color-accent-primary-2);
}

.recent_blog .article_title .article_category_name {
    position: absolute;
    top: 20px;
    left: 0;
    background: #f2f2f2;
    padding: 5px 10px;
    font-weight: 600;
    color: #333;
}

.recent_blog .article_title .article_category_name a {
    color: #333;
}



/* Old Blog Page */

.blog_news .image_box {
    float: left;
    width: 100%;
    position: relative;
    height: 350px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.blog_news .image_box .blog_image {
    position: relative;
    height: 350px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.blog_news:hover .image_box .blog_image {
    transform: scale(1.1);
}

.blog_news .image_box .blog_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.blog_news .content-box {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content-box h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content-box h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content-box p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.blog_btn {
    float: right;
    padding: 7px 20px;
    background: #333;
    color: #fff;
    display: inline-block;
}

.blog_btn:hover,
.blog_btn:focus,
.blog_btn.active {
    background: var(--color-accent-primary-2);
    color: #fff;
}

.blog_news:hover .blog_btn {
    background: var(--color-accent-primary-2);
    color: #fff;
}

.blog_news:hover .content-box h2 a {
    color: var(--color-accent-primary-2);
}

.blog_news .content-box ul {
    display: inline;
    margin: 0px;
}

.blog_news .content-box ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content-box ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content-box ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content-box ul li i {
    margin-right: 5px;
}


.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li>a {
    border-radius: 0px;
    color: var(--color-accent-primary-1);
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}


.blog-head {
    padding: 8px 15px;
    margin: 0;
    line-height: 30px;
    background: var(--color-primary);
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}


.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px 0;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}



.right_side .sitemap {
    border-left: 1px solid #666;
    padding: 0;
    margin: 0;

}

.right_side .sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.right_side .sitemap li:before {
    content: "" !important;
    margin-right: 0px !important;
}

.right_side .sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.right_side .sitemap li a {
    color: #333;
    font-size: 13px;
    padding-bottom: 5px;
    display: block;
}

.right_side .sitemap li a:hover {
    color: var(--color-primary);
}

.right_side .sitemap li:before {
    content: "" !important;
    margin-right: 0px !important;
}

.right_side .sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.thumbnail .btn,
.product-box .btn,
.right-content .btn {
    font-size: 14px;
}

.title_subcat {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background: var(--color-primary);
    font-size: 20px;
    margin: 10px 0 10px;
    padding: 7px 15px;
    font-family: 'Oswald', sans-serif;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 22px;
    line-height: 18px;
    color: #222;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}



.modal-header {
    padding: 0 15px;

}

.size-chart-faq .accordion-button {
    padding: 0.5rem 1.25rem;
}

.modal-header.bg-theme {
    background: var(--color-primary);
}

.topnav_links li a:hover {
    color: var(--color-hover);
}

/* FAQ */

.accordion-item .accordion-collapse {
    transition: 0.5s ease;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/faq.svg);
}

.left_sidebar.sticky {
    position: sticky;
    top: 150px;
}

.accordion-item {

    border-radius: 5px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
}

h3.m-head {
    font-size: 24px;
    margin: 10px 0 10px;
}

.menu-inner {
    display: none;
    position: absolute;
    right: -101%;
    top: 0;
    width: 280px;
    background: #fff;
    padding: 0;
    z-index: 1;
    box-shadow: 4px 2px 26px -16px #000000bf;
}

.menu.menu-lg .menu-inner ul li:hover {
    background: #af1918;
    transition: 0.5s ease;
}

.menu.menu-lg .menu-inner ul li:hover a {
    color: #fff;
    transition: 0.5s ease;
}

.menu.menu-lg .menu-inner ul li {
    width: 100%;
}

.drop-hover-inner:hover .menu-inner {
    display: block;
}

.drop-hover-inner {
    position: relative;
}

.sub-inner-menu {
    background: #6d0a09;
    padding: 15px;
}

.side-bar .menu-bar .item .sub-inner-menu a {
    padding-left: 20px;
    background: #8a100f;
    border-bottom: 1px solid #3c3c3c;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*

#cssmenu li.has-sub:nth-child(3) ul {
    float: left;
    width: 450px;
}

#cssmenu li.has-sub:nth-child(3) ul li {
    float: left;
    width: 50%;
}

#cssmenu li.has-sub:nth-child(3) ul li a {
    border-right: 1px solid #c5c5c5;
}

#cssmenu li.has-sub:nth-child(3) ul li ul {
    float: none;
    width: auto;
    box-shadow: 0 5px 20px rgb(0 0 0 / 32%);
    border-right: 0px;
}

#cssmenu li.has-sub:nth-child(3) ul li ul li {
    float: none;
    width: 100%;
}
*/

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    margin: 0;
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 13px 10px;
    text-decoration: none;
    color: #222;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    background: #fff;
    color: #af1918;
}

/* #cssmenu ul li.active:hover {
    background: #007b75;
} */

#cssmenu>ul>li:hover,
#cssmenu ul li.active {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding: 14px;
}

#cssmenu>ul>li.has-sub>a:after {
    background: #ddd;
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    box-shadow: 0px 0px 16px -10px #000;
    z-index: 444;
    background: #ffffff;
    width: 200px;
}

#cssmenu>ul>li.has-sub>a i.fas.fa-chevron-down {
    top: 1px;
    font-size: 13px;
    position: relative;
}

#cssmenu ul ul li {
    text-align: left;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul li.label {
    padding: 0;
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0px;
}

#cssmenu ul ul li a {
    height: 35px;
    padding: 0px 15px;
    display: flex;
    font-size: 14px;
    align-items: center;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    /* border-bottom: 1px solid #ccc; */
    border-bottom: 1px solid #c5c5c5;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff;
    background: #af1918;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub>a:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li>a:hover {
    background: #af1918;
}

#cssmenu li:hover>ul>li:hover ul {
    display: block
}

@media screen and (max-width: 992px) {

    ul#oc_mm_core li:last-child ul {
        width: 100% !important;
        margin-left: 0 !important;
    }

    ul#oc_mm_core i.fas.fa-chevron-down {
        display: none;
    }

    ul#oc_mm_core li:last-child ul li ul {
        width: 100% !important;
        margin-left: 0 !important;
        background: #f1f1f1;
    }

    ul#oc_mm_core li:last-child ul li {
        width: 100% !important;
    }

    #cssmenu>ul>li>a {
        color: #fff;
    }

    #cssmenu .label i.fas.fa-chevron-down {
        display: none;
    }

    .button.btn-menu {
        background: #af1918;
        position: absolute;
        /* top: -54px; */
        float: right;
        width: 35px;
        right: 10px;
        height: 35px;
        top: -48px;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
        position: absolute;
        left: 0;
        background: #af1918;
        top: 66px;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #6a0808;
    }

    #cssmenu ul li:hover {
        background: #6a0808;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li a {
        background: #af1918 !important;
    }

    #cssmenu ul ul li a:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }



    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button:after {
        position: absolute;
        top: 21px;
        right: 8px;
        display: block;
        height: 3px;
        width: 20px;
        background: #ffffff;
        content: '';
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        height: 3px;
        width: 20px;
        background: #ddd;
        content: '';
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 17px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 17px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #760201;
        height: 100%;
        width: 46px;
        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #7a0c0c;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu .label>span {
        padding: 11px;
        padding-left: 20px;
        color: #fff;
        font-size: 12px;
    }

}

#cssmenu .label>span:hover {
    background: #7a0c0c;
    color: #fff;
}

#cssmenu .label>span {
    margin: 0px;
    font-size: 14px;
    padding: 0;
    color: #222;
    /* border-bottom: 1px solid #c5c5c5; */
    display: block;
}

#cssmenu ul ul li.label span a {
    padding: 10px 15px;
    border-bottom: 1px solid #c5c5c5;
    height: auto;
}

#cssmenu .label>span:hover a {
    color: #fff;
}

#cssmenu ul ul li.label span a .fas {
    margin-left: 5px;
}

ul#oc_mm_core li:last-child ul {
    width: 590px;
    margin-left: -300px;
}

ul#oc_mm_core li:last-child ul li {
    width: 50%;
    float: left;
}

ul#oc_mm_core li:last-child ul li ul {
    width: 295px;
    margin-left: -294px;
    background: #8f1414;
}

ul#oc_mm_core li:last-child ul li ul li {
    width: 100%;
}

#cssmenu>ul>li:first-child a {
    padding: 10px 8px;
}

.blog_left.blog_details h1 {
    font-size: 32px;
}

#cssmenu ul ul ul li a {
    color: #fff;
}

.wps_right ul li {
    list-style: none;
    color: var(--text-secondary);
    margin-bottom: 3px;
    padding-left: 15px;
}

.wps_right ul li:before {
    content: '\f0da';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
    color: #af1918;
    font-size: 14px;
    margin-left: -12px;
    margin-top: 1px;
    font-weight: 900;
}

.wps_right ul {
    padding-left: 0;
}

.testimonial-text {
    min-height: 235px;
}

#cssmenu>ul>li.has-sub>a i.fas.fa-chevron-down {
    top: 2px;
    font-size: 14px;
    position: relative;
}


li.has-sub li.has-sub .submenu-button {
    opacity: 0;
    visibility: hidden;
}

li.has-sub:last-child li.has-sub .submenu-button {
    opacity: 1;
    visibility: visible;
}

.wps_right h2 {
    font-size: 30px;
}

.cat_product {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border: solid 1px #d8d8d8;
}

.cat_product .image {
    position: relative;
    height: 265px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    background: #fff;
}

.cat_product .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.cat_info_2 {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cat_info_2 h4 {
    margin-bottom: 0;
    padding: 10px 0 0;
    color: #333;
    font-size: 16px;
}

.cat_info_2 p {
    padding: 5px 0;
    color: #423f3f;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 0 0 5px;
}

.enquire_btn {
    padding: 8px 20px;
    background: #423f3f;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 3px;
    line-height: normal;
}

.cat_product:hover .cat_info_2 h4 {
    color: #af1918;
}

.cat_product:hover .enquire_btn:focus,
.cat_product:hover .enquire_btn {
    color: #fff;
    background: #af1918;
}

.title_subcat {
    float: left;
    width: 100%;
    color: #fff;
    background: #000;
    font-size: 18px;
    margin: 10px 0 10px;
    padding: 7px 15px;
}

h1.title-contact {
    font-size: 35px;
    font-weight: 500;
}

.contact_details .address_list li b {
    margin-right: 5px;
}


.banner-carousel button.owl-prev {
    left: 20px;
}

.banner-carousel button.owl-next {
    right: 20px;
}

.banner {
    overflow: hidden;
    height: 457px;
}

.sedexMemberHead {
    position: absolute;
    left: -15px;
    top: 25px;
    background-color: #fff;
    width: 180px;
    overflow: hidden;
    z-index: 9;
}

.sedexMemberHead img {
    width: 100%;
    height: auto;
    z-index: 9;
    position: relative;
    margin: 0;
}

.top-header .container-fluid,
.bottom-header .container-fluid {
    padding: 0 40px;
}
.sedexMember2{
    position: relative;
    width: 180px;
  }
  .sedexMember2 img{
    width: 100%;
    height: auto;
  }
  .cmTitle{    font-size: 25px;
    font-weight: 500;
    margin: 10px 0px;
    color: #af1918;line-height: normal;
    font-family: 'Oswald', sans-serif;}
    .category-hover p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.footer-about-content .cmTitle, .footer-about-content h2, .footer-about-content h3, .footer-about-content h4, .footer-about-content h5 {
    color: #fff;
    font-size: 17px;
}
.content-about ul {
    padding: 0px;
}
.content-about ul li {
    list-style: circle;
    margin-left: 20px;
    line-height: 1.8;
    font-size: 18px;
    color: var(--text-secondary);
}

.alert-danger{

    text-align: center;
}
    .alert-success{

    text-align:left;
}
.technology_item:hover .title{color:#333}
  .col-lg-9.col-md-9 .content-about {
    text-align: justify;
    max-height: 375px;
    overflow-y: auto;
    padding-right: 15px;
}
img{height: auto;}
@media (min-width:1024px) {
  
    
}