.innerPages header {
    position: relative;
}

.innerPages header .MainMenuList>ul>li>a,
.innerPages header .menu-primary-menu-container > ul > li > a,
.innerPages header .contactctaBtn a {
    color: #282828;
}

/* About page styles start */

.abtBannerSec {
    padding-top: 133px;
}

.abtHead {
    flex-direction: column;
    align-items: flex-start;
}

.abtHead .abtHeadRight {
    margin-left: auto;
    padding-left: 5%;
}

.abtbannerTextwrap h1 {
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    letter-spacing: -1.76px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.abtbannerTextwrap h1 span {
    color: #BE1E2D;
    display: block;
}

.abtImgBanner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtImgFull {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtImgFull .abtImgMain {
    width: 437px;
    height: 428px;
    object-fit: cover;
}

.whoUsSec,
.authSec {
    background-image: url('../images/about/who_we_are_bg.png');
    background-position: center center;
    background-size: cover;
}

.whoUsSec .factInfo {
    padding-top: 93px;
    position: relative;
}

.whoUsSec .factInfo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.whoUsSec .factInfo .companyInfo {
    position: absolute;
    bottom: 32px;
    left: 50px;
    width: 30%;
}

.whoUsSec .whoUsTextInner p {
    color: #282828;
    font-size: 36px;
    font-weight: 400;
    line-height: 130%;
}

.whoUsSec .factInfo .companyInfo p {
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
}

.whoUsSec .whoUsLeft {
    margin-bottom: auto;
    margin-top: 20px;
}

.capcSec {
    background-image: url('../images/about/our_capacity.png');
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: start;
}

.capcSec .capcInfoItem {
    width: 45%;
}

.row.justify-space {
    justify-content: space-between;
}

.sustSec .sustContCol {
    padding-right: 10%;
}

.sustSec .sustContCol p {
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    line-height: 130%;
}

.sustSec .sustContCol p:not(:last-child) {
    padding-bottom: 50px;
}

.sustImgCol img {
    width: auto;
}

.mx-auto {
    margin: 0px auto;
}

.valueSec {
    background-color: white;
    padding: 113px 0px;
}

.valueTextLeft p {
    padding-right: 5%;
}

.valueInfoList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 0px;
}

.valueInfoList .valueInfoItem {
    flex: 0 0 33%;
    text-align: center;
}

.valueInfoList .valueInfoItem h5 {
    padding-top: 26px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 98%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.authSec .authList {
    padding-top: 50px;
}

.authSec .authItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0px;
}

.authSec .authItem>* {
    flex: 1;
}

.authSec .authItem:not(:last-child) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.50);
}

.authSec .authItem .authTitle {
    color: #282828;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0px;
    flex: 0 0 45%;
}

.authSec .authItem .authDesig,
.authSec .authItem .authMsg {
    color: #BE1E2D;
    font-weight: 500;
    line-height: 98%;
    letter-spacing: -0.44px;
    text-align: left;
}

.authSec .authItem .authMsg {
    color: #282828;
    font-weight: 300;
    text-align: right;
}

.reachSec .reachLeftMain {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.seeMoreSec {
    background: #1D1D1D url('../images/others/blackstripe.webp');
    padding-bottom: 0px;
}

.seeMoreSec .px-15 {
    padding: 0px 15px;
}

.seeMoreCol {
    /* border: 1px solid #fff; */
    padding: 40px;
    position: relative;
}

.seeMoreRow {
    position: relative;
}

.seeMoreRow::before {
    content: '';
    width: 1.5px;
    height: 98%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
    background-color: white;
    opacity: 1;
}

.seeMoreRow.active::before {
    background-color: #BE1E2D;
}

.seeMoreCol hr {
    position: absolute;
    left: 0;
    top: 0;
    width: 98%;
    background-color: white;
    opacity: 1;
    height: 1.5px;
    margin: auto !important;
}

.seeMoreCol hr.floatTop {
    left: 1%;
}

.seeMoreCol hr.floatLeft {
    height: 98%;
    width: 1.5px;
    top: 1%;
}

.seeMoreCol hr.floatLeft.hide {
    opacity: 0;
}

.seeMoreCol hr.floatBottom {
    bottom: 0;
    top: auto;
    left: 1%;
}

.seeMoreCol hr.floatRight {
    right: 0;
    left: auto;
    width: 1px;
    height: 98%;
    top: 1%;
}

.seeMoreCol.active hr {
    background-color: #BE1E2D;
}

.seeMoreCol img {
    width: 100%;
}

.seeMoreCol h4 {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    padding-top: 29px;
    width: 30%;
    margin-bottom: 0px;
}

/* About page styles end */

/* Product category page styles start */

.catBannerSec {
    background-image: url('../images/product-category/product_category_banner.png');
    background-position: center center;
    background-size: cover;
}

.bannerHead {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 65px;
    padding-bottom: 60px;
}

.bannerHead .bannerTextwrap h1 {
    font-weight: 500;
    line-height: 100%;
}

.bannerHead .bannerBottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bannerHead .bannerBottom p {
    max-width: 780px;
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
    color: white;
}

.categorySec .flexText {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.catProdList {
    padding-top: 75px;
}

.catProdList .catProdItem img {
    min-height: auto;
    width: 100%;
}

.catProdList .catProdItem .catProdInfo {
    padding-top: 43px;
}

.catProdList .catProdItem .catProdInfo h5 {
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    line-height: 98%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
}
/* Product category page styles end */
/*Faq page Style*/
.FaqBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.FaqBannerContent {
    display: flex;
    gap: 30px;
    align-items: center;
}
.FaqBannerContent h1 {
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    letter-spacing: -1.76px;
    margin: 0;
    color: #ffffff;
}
.FaqBannerContent p {
    color: #ffffff;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.FaqtabsAccord {
    padding-top: 50px;
    background: #fff;
}
.faqTabs {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
}
.faqTabs li a {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #AFAFAF;
    text-decoration: none;
}
.faqTabs li a:hover,
.faqTabs li a.active {
    color: #BE1E2D;
}
.faqTabsMobile {
    align-items: center;
    justify-content: space-between;
    display: none;
}
.faqTabsMobile label {
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    width: 150px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.faqTabsMobile select {
    width: calc(100% - 170px);
    border: none;
    border-bottom: solid 1px #BE1E2D;
    padding: 5px 20px 5px 0;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #BE1E2D;
    outline: none;
	background: #fff !important;
    border-radius: 0;
}
.FaqAccordion {
    display: flex;
    flex-direction: column;
}
.FaqAccordion .FaqAccordionList {
    display: flex;
    flex-direction: column;
    border: none;
    border-bottom: solid 1px #282828;
    border-radius: 0;
}
.FaqAccordion .FaqAccordionList:first-child {
    border-top: solid 1px #282828;
}
.FaqAccordion .FaqAccordionQuestion {
    background: none;
    border: none;
    padding: 0;
    font-family: "Space Grotesk";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #282828;
    text-align: left;
    padding-top: 25px;
    box-shadow: none;
    transition: 0.3s;
}
.FaqAccordion .FaqAccordionQuestion.accordion-button::after {
    background-image: url('../images/plus.svg');
    background-position: center center;
    background-size: 14px;
}
.FaqAccordion .FaqAccordionQuestion.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
    background-position: center center;
    background-size: 14px;
    transform: none;
}
.FaqAccordion .FaqAccordionQuestion.collapsed {
    padding-bottom: 25px;
}
.FaqAccordion .FaqAccordionAnswer .accordion-body {
    padding: 0 0 25px;
}
.FaqAccordion .FaqAccordionAnswer .accordion-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}
.FaqSec2 {
    position: relative;
}
.FaqSec2 .fixedImg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}
.FaqSec2 .fixedImg img {
    height: 100%;
}
.FaqSec2 .ContentBoxfixed.witebox {
    top: 0;
}
.FaqSec2 .ContentBoxfixed.witebox .simpleBtn {
    margin-top: 110px;
    max-width: 210px;
}
.FaqSec2 .ContentBoxfixed.witebox .simpleBtn a {
    color: #282828;
    line-height: 26px;
}
.FaqSec2 .ContentBoxfixed.witebox .simpleBtn a:hover {
    color: #ffffff;
}