body {
    font-size: 1rem;
    font-family: Barlow;
    font-weight: 400;
    overflow-x: clip;
    color: #1C1C1C;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px
}

a { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
img {max-width:100%;}

.container {max-width: 1380px!important;margin:0 auto;position:relative}

.meni-icon{
    display: none;
}

.meni-icon{
    display: none;
}

.close-icon{
    display: none;
}

.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation ul li {
    display: inline-block;
    line-height: 43px;
    padding: 0px 9px;
    position: relative;
    /* background: #a02b2d; */
    margin: 0px 2px 0px 0px;
}

.navigation ul li a {
    font-size: 17px;
    padding: 0px 7px;
    font-weight: 500;
    text-transform: capitalize;
}


div.navigation {
    display: flex;
}

.top-header {
    padding: 7px 0px;
    background: #a02b2d;
    color: #fff;
}

.top-header .top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header .top-flex  ul li {
    display: inline-block;
    list-style: none;
}

.top-header .top-flex .fr ul li {
    margin-left: 22px;
}

.top-header .top-flex ul li a {
    font-size: 15px;
}

.top-header .top-flex ul li i {
    padding-right: 5px;
}

.header {
    padding: 7px 0px;
}

.header .logo img, .header .logo1 img {
    width: auto;
    height: 112px;
}

.w100{
    width: 100%;
}

section.main-banner {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.main-banner .banner-txt {
    position: absolute;
    text-align: center;
    margin: 0px auto;
    width: 56%;
    z-index: 2;
}

section.main-banner .banner-txt .title h1 {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 18px;
    color: #fff;
    text-shadow: 4px 0px #0000001c;
}

section.main-banner .banner-txt .title h1 span {
    /* color: #A02B2D; */
    display: block;
    font-weight: 500;
    font-size: 31px;
    padding-bottom: 7px;
}

section.main-banner .banner-txt .tagline span {
    text-transform: uppercase;
    color: #000000;
    background: #ffe17a;
    padding: 9px 55px;
    border-radius: 35px;
    font-size: 21px;
    font-weight: 500;
}

section.product-category {
    text-align: center;
    padding: 60px 0px;
    margin-bottom: 30px;
}

.heading {
    padding-bottom: 27px;
}

.heading .titleTop {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 10px;
}

.heading .mainHeading {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 51px;
    font-weight: 400;
}

.heading .mainHeading span {
    color: #A02B2D;
}

section.product-category .heading {
    width: 40%;
    margin: 0px auto;
}


section.product-category .categorySlider .owl-stage {
    display: flex;
}

section.product-category .categorySlider .owl-stage .item {
    background: radial-gradient(64.05% 64.87% at 50% 50%, #FFFFFF 0%, #ffffff 100%);
    border: 1px solid #b9b5b5;
}

section.product-category .categorySlider .categoryImg .img {
    width: 100%;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

section.product-category .categorySlider .categoryImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.product-category .categorySlider .wire-name {
    background: #1c1c1ccc;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    padding: 8px 2px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.owl-dots {
    padding-top: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ae1111!important;
}

.buttonSec {
    background: #A02B2D;
    width: fit-content;
    color: #fff;
    padding: 10px 34px;
    border-radius: 32px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 5px;
}

.buttonSec img {
    margin-left: 5px;
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

section.logo {
    padding: 30px 0px;
    text-align: center;
}

section.logo .logoSec ul {
    display: flex;
    flex-wrap: wrap;
}

section.logo .logoSec ul li {
    list-style: none;
    width: 18%;
    margin: 1%;
    border: 1px solid #ded8d8;
        BACKGROUND: #FFF;
}

section.globle-presence {
    /* padding: 60px 0px 0px 0px; */
    text-align: center;
}

section.about, section.logo {
    padding: 90px 0px;
    background: url('../img/back1.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

section.about .about-flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

section.about .about-flex .fl {
    width: 46%;
}

section.about .about-flex .fr {
    width: 40%;
}

section.about .heading {
    padding-bottom: 7px;
}

section.about .about-txt p {
    font-size: 19px;
    line-height: 30px;
}

section.about:before,section.logo:before {
    content: "";
    background: #FAFAFA;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}


section.trusted-rang, section.product-category {
    background: url('../img/back2.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

section.trusted-rang {
    padding: 60px 0px 60px 0px;
}

section.trusted-rang .rangList ul {
    display: flex;
    flex-wrap: wrap;
}

section.trusted-rang .rangList ul li {
    width: 31.33%;
    margin: 1%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 278px;
}

section.trusted-rang .rangList ul li:nth-child(even) {
    background: #F1F1F1;
}

span.counter {}

section.trusted-rang .rangList ul li:last-child, section.trusted-rang .rangList ul li:nth-child(4) {
    background: #a02b2d!important;
}

section.trusted-rang .rangList ul li .main {
    /* padding: 25px 35px; */
    width: 100;
}

section.trusted-rang .rangList ul li .main h3 {
    font-size: 76px;
    font-weight: 400;
    color: #a02b2d;
    padding: 0px 35px;
}

section.trusted-rang .rangList ul li:last-child .main h3, section.trusted-rang .rangList ul li:last-child .main p, section.trusted-rang .rangList ul li:nth-child(4) .main h3, section.trusted-rang .rangList ul li:nth-child(4) .main p{
    color: #fff;
}

section.trusted-rang .rangList ul li .main p {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 12px;
    padding: 0px 35px;
}

section.trusted-rang .heading .titleTop {
    color: #a02b2d;
    font-weight: 600;
}

section.trusted-rang .heading .mainHeading {
    font-weight: 200;
}

section.help {
    background: #a02b2d;
    padding: 48px 0px;
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 60px;
}

section.help .heading .titleTop {font-weight: 500;}

section.help .heading .mainHeading {
    font-weight: 200;
    font-size: 42px;
}

section.help .buttonSec {
    background: #fff;
    color: #000;
}

section.our-certificate {
    padding: 60px 0px;
}

section.our-certificate .certificate-list {
    width: 100%;
    position: relative;
}

section.our-certificate .certificate-list ul {
    display: flex;
    flex-wrap: wrap;
        justify-content: center;
}

section.our-certificate .certificate-list ul li {
    width: 18%;
    margin: 1%;
    list-style: none;
    border: 1px solid #CCCCCC;
    padding: 16px;
}

section.our-certificate .certificate-list ul li .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 142px;
}

section.our-certificate .certificate-list ul li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.our-certificate .certificate-list ul li:nth-child(1) {
    /* margin-left: 51%; */
}

section.our-certificate .certificate-list .certificate-heading {
    /* position: absolute; */
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

footer {
    background: #F1F1F1;
}

footer .linknsFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .linknsFlex .footerLinks {
    width: 15%;
}

footer .footer {
    padding: 60px 0px;
    border-bottom: 1px solid #cccccccc;
}

footer .linknsFlex .footerLinks .footer-logo img {
    width: 49%;
    margin-bottom: 15px;
}

footer .linknsFlex .footerLinks ul li a, footer .linknsFlex .footerLinks p {
    font-size: 14px;
    line-height: 23px;
}

footer .linknsFlex .footerLinks ul li {
    list-style: none;
    padding: 2px 0px;
}

footer .linknsFlex .footerLinks .footerHinghtlight {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

footer .linknsFlex .footerLinks:last-child ul {
    display: flex;
}

footer .linknsFlex .footerLinks:last-child ul li a {
    color: #a02b2d;
    margin: 0px 6px;
    font-size: 23px;
}

.navigation ul li a:hover, .top-header .top-flex ul li a:hover, footer .linknsFlex .footerLinks ul li a:hover {
    /* color: #a02b2d; */
}

.buttonSec:hover {
    background: #1c1c1c;
    color: #fff;
}
section.help .buttonSec:hover {
    background: #ffe17a;
    /* color: #fff; */
}

.copyright {
    padding: 25px 0px;
    text-align: center;
    font-size: 15px;
}

footer .linknsFlex .footerLinks:last-child ul li a:hover {
    color: #152b9f;
}

footer .linknsFlex .footerLinks:last-child ul li:nth-child(2) a:hover {
    color: #1DA1F2;
}


footer .linknsFlex .footerLinks:last-child ul li:nth-child(3) a:hover {
    background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    -webkit-background-clip: text;
}

section.product-category.industriesCater  .categorySlider .categoryImg {
    height: 361px;
    padding: 0px;
}

section.product-category.industriesCater  .categorySlider .categoryContent {
    position: relative;
    padding: 0px;
}

section.product-category.industriesCater .categorySlider .wire-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #1c1c1cc4;
    color: #ffffff;
}

section.product-category.industriesCater .heading {
    width: 100%;
}

section.product-category.industriesCater {
    background: none;
}

section.inner-banner {
    text-align: center;
    /* padding: 88px 0px; */
    background: url(../img/back1.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9f9f9bd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 360px;
}

section.inner-banner .title h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0px auto;
    color: #a02b2d;
    padding-top: 60px;
}


section.contents {
    padding: 60px 0px 30px 0px;
    font-size: 19px;
    line-height: 30px;
}

section.contents .activities {
    padding-top: 30px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.contents .activities ul li {
    padding: 7px 0px;
    list-style: none;
    position: relative;
    padding-left: 29px;
}

section.contents .activities ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    top: 12px;
    color: #a02b2d;
}

section.contents .activities h2.mainHeading {
    /* font-size: 38px; */
    line-height: 42px;
}

section.contents .activities .heading {
    padding-bottom: 12px;
/*    text-align: center;*/
}

section.contents .txt {
    text-align: center;
}

ul.two-column {/* column-count: 2; */}

section.contents .activities p.tagline {
    /* text-align: center; */
    font-size: 27px;
    color: #a02b2d;
    padding-bottom: 12px;
}

section.core-value {
    text-align: center;
    background: #a02b2d;
    padding: 60px 1px;
    color: #fff;
}


section.core-value .potential {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.core-value .potential .potential-list {
    width: 48%;
    background: #ffffff;
    margin: 1%;
    padding: 36px;
    text-align: left;
    font-size: 19px;
    line-height: 30px;
    color: #000;
}

section.core-value .potential .potential-list .potential-name {
    /* display: flex; */
    /* align-items: center; */
    /* margin-bottom: 12px; */
    /* justify-content: space-between; */
}

section.core-value .potential .potential-list .potential-name .img {
    width: 37px;
    position: absolute;
    left: 0px;
    top: 6px;
}

section.core-value .potential .potential-list .potential-name .title {
    width: calc(100% - 48px);
    font-size: 21px;
    color: #A02B2D;
}

section.about.message .about-flex {
    flex-direction: row-reverse;
    align-items: center;
    width: 80%;
    margin: 0px auto;
}


section.milestones .wave {
    position: absolute;
    width: 100%;
}

section.milestones .milestone-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

section.milestones .milestone-list ul li {
    width: 18%;
    margin: 1%;
    justify-content: space-between;
    list-style: none;
    text-align: center;
    position: relative;
    padding-bottom: 48px;
}

section.milestones .milestone-list ul li:nth-child(1) {
    /* margin-left: 2%; */
    list-style: none;
}

section.milestones .milestone-list ul li .milstone .year {
    width: 92px;
    height: 92px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #A02B2D;
}

section.milestones .milestone-list ul li .milstone {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section.milestones .milestone-list ul li:nth-child(1) {
    padding-top: 232px;
    order: 1;
}

section.milestones .milestone-list ul li:nth-child(2) {
    padding-top: 50px;
    padding-left: 38px;
    margin-left: 5%;
    order: 2;
}

section.milestones .milestone-list ul li:nth-child(3) {
    padding-top: 161px;
    order: 3;
}

section.milestones .milestone-list ul li:nth-child(4) {
    padding-top: 94px;
    margin-left: 7%;
    order: 4;
}

section.milestones .milestone-list ul li:nth-child(5) {
    /* padding-top: 198px; */
    order: 9;
    margin-top: -5%;
}

section.milestones .milestone-list ul li:nth-child(6) {
    padding-top: 4px;
    order: 8;
}

section.milestones .milestone-list ul li:nth-child(7) {margin-top: -1%;order: 7;}

section.milestones .milestone-list ul li:nth-child(8) {margin-top: 3%;order: 6;}

section.milestones .milestone-list ul li:nth-child(9) {
    padding-top: 0px;
    margin-top: 16%;
    order: 5;
}

section.milestones {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
    font-size: 19px;
}

section.milestones .milestone-list ul li .milstone .txt {
    width: 100%;
    font-size: 17px;
}

section.milestones .titletag {
    font-size: 31px;
    text-transform: uppercase;
    color: #A02B2D;
    padding-top: 22px;
}

section.milestones .milestone-list ul li:nth-child(10) {
    margin-top: -66px;
}

section.milestones .txt {
    width: 74%;
    margin: 0px auto;
}

.viewMore {
    visibility: hidden;
}

section.productDetails {
    position: relative;
    padding: 60px 0px;
}

section.productDetails .productArea {
    height: 100%;
    overflow: hidden;
}

section.productDetails .productArea .pro-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.productDetails h2.productName {
    color: #009846;
    font-size: 38px;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}

h2.productName {}

section.productDetails p, section.productDetails ul li, section.productDetails tr, section.productDetails ul td {
    font-size: 17px;
    line-height: 30px;
    margin: 0px;
    position: relative;
}
section.productDetails ul li{
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
    position: relative;
    padding-left: 26px;
    list-style: none;
}

section.productDetails ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #a02b2d;
}


section.productDetails h3 {
    font-size: 21px;
    padding: 27px 0px 7px 0px;
    color: #009846;
    font-weight: 600;
}

table.table, td {
    border: 1px solid #d5c8c9;
    padding: 4px 10px;
}

section.productDetails .rightVector {
    top: 0px;
}

section.productDetails .heading {
    text-align: center;
}


section.productDetails .productArea .pro-img .proac-img {
    width: 36%;
}

section.productDetails .productArea .pro-img .proac-img > .img {
    background: #fff;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.productDetails .productArea .pro-img .proac-img > .img img {
    width: auto;
    height: auto;
    max-width: 69%;
    height: 76%;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down {
    display: flex;
    justify-content: center;
    padding-top: 12px;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down > div {
    width: 66px;
    height: 66px;
    background: #fff;
    margin: 7px;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down > div .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down > div .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    height: 100%;
}

section.productDetails .productArea .pro-img .detila {
    width: 59%;
}
section.productDetails .productArea .pro-img .proac-img > .img {
    background: #ffffff;
    width: 100%;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5dddd;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down > div .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px;
    border: 1px solid #e1dfdf;
}

section.productDetails td b {
    color: #a02b2d;
}

table {
    width: 100%;
    margin-top: 16px;
}

li.menu-item-has-children ul.sub-menu {
    display: none;
}

button.sub-menu-toggle {
    display: none;
}


li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 7px;
}

li.menu-item-has-children {
    padding-right: 23px;
}

li.menu-item-has-children {}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: -67px;
    background: #a02b2d;
    width: 295px;
    text-align: left;
    top: 96%;
    z-index: 9999999999999;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px #6d6b6b;
}

li.menu-item-has-children:hover ul.sub-menu li ul {
    display: none;
}

li.menu-item-has-children:hover ul.sub-menu li a:after {
    display: none;
}

li.menu-item-has-children:hover ul.sub-menu li {
    padding: 0px 15px;
}

li.menu-item-has-children:hover ul.sub-menu li:hover ul {
    display: block;
    right: 0px;
    left: 100%;
    top: -10px;
    background: #fff;
    width: 358px;
    padding: 7px 0px;
    box-shadow: 0px 0px 10px #e4dddd;
        max-height: 588px;
    overflow-y: auto;
}

li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 0px;
    color: #fff;
}

.navigation li.menu-item-has-children:hover ul.sub-menu li {
    display: block;
    line-height: 25px;
    padding: 4px 10px;
}

.navigation li.menu-item-has-children:hover ul.sub-menu li a {
    display: block;
    font-size: 15px;
    color: #fff;
}

li.menu-item-has-children:hover ul.sub-menu li:hover ul li a,
li.menu-item-has-children:hover ul.sub-menu li:hover ul li a:hover {
    color: #a02b2d;
}

.navigation li.menu-item-has-children:hover ul.sub-menu li a:hover {
    color: #fff;
}

section.policies-sec {
    width: 100%;
    padding: 60px 0px;
}

section.policies-sec .Policy-heading h2 {
 font-size: 25px;
 margin-bottom: 18px;
 background: #e7e7e74d;
 padding: 10px 15px;
 /* border: 2px solid #a02b2d; */
 /* text-align: center; */
 color: #a02b2d;
}

section.policies-sec .policy-list ul {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
}

section.policies-sec .policy-list ul li {
        width: 31.33%;
    list-style: none;
    position: relative;
    padding: 7px 0px 7px 22px;
    margin-right: 2%;
}

section.policies-sec .main {
    padding: 20px 0px;
}

section.policies-sec .policy-list ul li:after {
    content: "\2714";
    position: absolute;
    left: 0px;
    color: #a02b2d;
    top: 6px;
}

section.policies-sec .policy-list ul li a {
    color: #000;
    font-size: 16px;
}
section.contact-form {
    padding: 60px 0px;
}

section.contact-form .main-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #cccccc38;
}

section.contact-form .main-contact .form {
    width: 60%;
    padding: 48px;
}

section.contact-form .main-contact .user-connect.map {
    width: 35%;
    background: #a12e30;
    color: #fff;
    padding: 46px;
}

.form-control, .wpcf7-form-control {
    height: 52px;
    border: none;
}

.form-group {
    margin-bottom: 1rem;
}

input.btn_main {
    background: #a12e30;
    border: none;
    padding: 10px 32px;
    color: #fff;
    border-radius: 8px;
}

section.contact-form .main-contact .user-connect.map .add-loc {
    padding: 5px 0px;
    font-size: 17px;
    position: relative;
    padding-left: 31px;
}

section.contact-form .main-contact .user-connect.map .add-loc i {
    position: absolute;
    left: 0px;
    top: 14px;
}

section.contact-form .main-contact .user-connect.map .heading {
    font-size: 31px;
}


section.csr-work ul {
    display: flex;
    flex-wrap: wrap;
}

section.csr-work ul li {
    width: 24%;
    margin: 0.5% 0.5% 2.5% 0.5%;
    text-align: center;
    cursor: n-resize;
    list-style: none;
    position: relative;
}

section.csr-work ul li img{
    background: #ccc;

}

section.csr-work ul li .tit-name{
    padding: 7px 0px;
    font-size: 17px;
    position: absolute;
    bottom: 0px;
    background: #000000b3;
    color: #fff;
    width: 100%;
    left: 0px;
}

 .header {
    position: absolute;
    width: 100%;
    z-index: 3;
    color: #fff;
}

section.main-banner:after {
    content: "";
    background: #0000005c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}

 .logo {
    display: none;
}

.navigation ul li:last-child,
.navigation ul li:last-child a {
    /* padding-right: 0px; */
}

section.trusted-rang .rangList ul li:nth-child(odd) {
    background: #fff;
}

section.logo .logoSec ul li .img {
    width: 100%;
    height: 147px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.logo .logoSec ul li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 12px;
}

 .navigation ul li a, .header.sticky .navigation ul li a {
    color: #000;
}

 .navigation ul > li:hover {
    background: #fff;
}

li.menu-item-has-children ul.sub-menu li:hover {
    background: #a02b2d;
}

.navigation li.menu-item-has-children:hover ul.sub-menu li ul li {
    background: #fff;
}

section.product-category.industriesCater .categorySlider .item {
    /* border: none; */
    padding: 0px;
}

section.help .heading {
    width: 76%;
    margin: 0px auto;
}


.owl-nav.disabled {
    display: block!important;
}

.owl-nav button {
    background: #a02b2d !important;
    width: 61px!important;
    margin: 10px 2px 2px 2px!important;
    border-radius: 0px!important;
    color: #fff!important;
    height: 40px;
    font-size: 30px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button span {
    display: block;
    width: 100%;
    margin-top: -9px;
}
.owl-dots {
    display: none;
}

 .navigation ul > li {
    /* background: #a02b2d; */
}

.navigation ul li:hover a {
    color: #a02b2d;
}

section.inner-banner img, section.inner-banner .img {
    width: 100%;
    display: none;
}

section.inner-banner .banner-txt {
    position: absolute;
    z-index: 1;
    width: 100%;
}

section.inner-banner:after {
    content: "";
    background: #0000005c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    display: none;
}

section.contents .activities .fl {
    width: 46%;
}

section.contents .activities .fr {
    width: 50%;
    text-align: left;
}

section.core-value .heading .mainHeading span {
    color: #fff;
}

section.core-value .potential .potential-list .main {
    position: relative;
    padding-left: 55px;
}

section.milestones .milestone-list ul li .milstone .year:hover {
    background: #A02B2D;
    color: #fff;
}

section.about.message .about-flex .fr {
    width: 46%;
}

body.single section.inner-banner, body.post-type-archive-wires-cables section.inner-banner {
    /* background-color: #f9f9f9bd; */
}

body.single .header .logo, body.post-type-archive-wires-cables .header .logo{
 display: none;
}

body.single .header .logo1, body.post-type-archive-wires-cables .header .logo1{
 display: block!important;
}

body.single section.inner-banner:after, body.post-type-archive-wires-cables section.inner-banner:after {
    display: none;
}

body.single section.inner-banner .title h1, body.post-type-archive-wires-cables section.inner-banner .title h1 {
    /* color: #a02b2d; */
}

textarea.form-control, textarea.wpcf7-form-control {
    min-height: calc(5.5em + .75rem + 2px);
}

.form-control, .wpcf7-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

section.csr-work {
    padding: 40px 0px;
}


body.single .navigation ul li a, body.post-type-archive-wires-cables .navigation ul li a {
    color: #000;
}

section.csr-work .heading {
    text-align: center;
}

.modal-content {
    background: #A02B2D;
    color: #fff;
}

.modal-content input[type="submit"] {
    background: #ffffff;
    width: fit-content;
    color: #a02b2d;
    padding: 10px 34px;
    border-radius: 32px;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
}

.modal-header {
    border: none;
    text-align: center;
    display: block;
}

button.btn-close, button.btn-close:hover {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
}


section.productListing {
    padding: 40px 0px;
}

section.productListing ul.ProductList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.productListing ul.ProductList li {
    width: 23%;
    list-style: none;
    margin: 1%;
    position: relative;
}

section.productListing ul.ProductList li .img a {
    border: 1px solid #d5d3d3;
    width: 100%;
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    padding-bottom: 64px;
}

section.productListing ul.ProductList li .img a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

section.productListing ul.ProductList li .title {
    background: #1c1c1ccc;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    padding: 8px 2px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
}

section.productListing ul.ProductList li .title h2 {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
}

section.product-category .owl-nav.disabled {
    display: none!important;
}

.center-btn .technical-sheet {
    font-size: 19px;
    color: #a02b2d;
    text-transform: uppercase;
    background: #000000;
    width: fit-content;
    color: #fff;
    padding: 10px 34px;
    border-radius: 32px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 5px;
}

.center-btn .technical-sheet i {
    /* color: #a02b2d; */
    padding-right: 3px;
}

.technical-sheet:has(a[href=""]), .technical-sheet:has(a[href="-"]) { 
    display: none;
}

section.logo .logoImg .img {
    width: 100%;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 16px;
}

section.logo .logoImg .img img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 100%;
}

body.home .logo1 {
    display: none;
}

body.home .logo {
    display: block;
}

body.home .navigation ul li a {
    color: #fff;
}

.navigation ul > li:hover > a, li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover > a {
    color: #000!important;
}

li.menu-item-has-children ul.sub-menu li:hover > a {
    color: #fff!important;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    color: #fff;
        box-shadow: 0px 0px 10px #867d7d;
    z-index: 99;
}

.header.sticky .logo {
    display: none;
}

.header.sticky .logo1 {
    display: block;
}
.header.sticky .logo img, .header.sticky .logo1 img {
    height: 76px;
}

section.main-banner {
    min-height: 100vh;
    background-color: #000;
}

section.help .center-btn {
    margin: 0px;
}

section.product-category.industriesCater .categorySlider .categoryImg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

section.product-category.industriesCater .categorySlider .categoryImg .img {
    height: 100%;
    padding: 2px;
}

p:empty {
    display: none;
}

.top-header .top-flex ul li a:not(:last-child)::after {
  content: ","; /* or whatever separator you want */
  margin: 0 2px; /* optional spacing */
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-red {
    background: #a12e30;
    border: none;
    padding: 10px 32px;
    color: #fff;
    border-radius: 8px;
    width: fit-content;
    margin-top: 16px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.form-row .form-group {
    width: 49%;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

.form-control:focus, .wpcf7-form-control:focus{
    outline: none;
}

footer .linknsFlex .footerLinks ul li i {
    width: 20px;
}

footer .linknsFlex .footerLinks ul li a i {
    width: auto;
}


img.mobileImg{
    display: none;
}

.bannerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}