body {
    background-color: #fff;
    font-family: 'Metropolis Regular';
    color: #000;
}
header{
    height: 82px;
    background-color: #000;
}
/* .navbar-toggler{
    position: absolute;
} */
.bg-black {
    background-color: #000 !important;
    z-index: 5;    
}
.bg-black h3{
    color: #FEBE10;
}

.reviewwrapper{
    background-color: #FEBE10;
    width: 100%;
    padding: 5rem;
}

.review-wrap{
    margin: 0 1rem 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.review-wrap .dp{
    width: 90px;
    height: 90px;
    border: 5px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: -20px;
    position: relative;
}
.review-wrap  .review-info{
    background-color: rgba(0,0,0,0.1);
    border: 2px dotted #fff;
    border-radius: 45px 0 45px 0;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
}
.review-wrap  .review-info .name{
    font-size: 1.2rem;
    font-family: 'Metropolis Bold';
    line-height: 1;
}
.review-info small{
    font-size: 0.6rem;
}
.review-info p{
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    line-height: 1.3;
}
.review-info p span{
    font-size: 1.5rem;
    line-height: 1;
}

#musthead .navbar-brand img {
    width: 135px;
    min-width: 100px;
    max-width: 100%;
}

#musthead .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
color: #fff;
padding: 0 1rem;
font-size: 0.9rem;
margin: 0.5rem 0;
border-right: 1px solid #fff;
line-height: 1;
}
#musthead .navbar-nav .nav-item:last-child .nav-link{
    border-right:none;
}

/* #musthead .navbar-nav .nav-item .nav-link::after {
    content: '|';
    margin: 0 12px;
} */

#musthead .navbar-nav .nav-item:last-child .nav-link::after {
    content: '';
}

#musthead .navbar-nav .nav-item .nav-link.active {
    color: #FEBE10;
    font-weight: 600;
}

#musthead .navbar-nav .nav-item .nav-link:hover {
    color: #FEBE10;
}

.language {
    color: #fff;
    font-size: 0.8269rem;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.language a {
    text-decoration: none;
    color: #fff;
}

.language a.active,
.language a:hover {
    color: #FEBE10;
}

.action_icon {
    margin: 0;
padding: 0;
list-style: none;
position: relative;
width : 135px; /*NADLY*/
}
/*-------------------------------------------*/
.action_icon > li {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.8rem;
}
.action_icon li:last-child{
    margin-right: 0;
    margin-left: 0;
}

.action_icon > li > a {
	position: relative;
    text-decoration: none;
    width: 35px;
    height: 35px;
    background-color: transparent;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.dropdown-menu[data-bs-popper] {
    left: unset;
    right: -20px;
}

.dropdown-menu::after{
    content: '';
    position: absolute;
    top: -5px;
    right: 25%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #fff;
}


.action_icon > li > a.active {
    background-color: #FEBE10;
}
/*-------------------------------------------*/
.logos {
    background-color : #000;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.logo_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
}

#heroarea,
.extendPages {
    margin-top: 101px;/* 114px*/
}

.herobg {
    background: url('../images/hero-banner.jpg') no-repeat center center;
    background-size: cover;
    min-height: 460px;
}
/* OLD One
.textilebg{
    background: url('../images/textile-banner.jpg') no-repeat center center;
       background-size: cover;
    min-height: 460px;
}
*/
/*
.textilebg{
    background: url('../images/textile-banner.jpg') no-repeat center center !important;
}*/


.glassbg {
    background: unset;
    background-size: cover;
}

.assets-icon {
    background-color: rgba(0,0,0);
    padding: 0;
    width: 100%;
    /* position: absolute; */
    top: 0;
    z-index: 1;
}

.assets-icon>div>.home-icon {
    transform: scale(0.95);
    padding: 0.3rem;

}

.chatIcon {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    padding: 0.2rem;
    border-radius: 3px;
    z-index: 1;
}

.chatIcon a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    align-items: center;
}

.chatIcon a span {
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 1;
    padding: 0.1rem 0.3rem;
    border-radius: 7px;
    font-size: 0.7rem;
}

.heroText {
    padding: 10rem 0;
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    text-align: center;
    position: relative;
    font-family: 'Metropolis Bold';
    text-transform: uppercase;
    margin: 0 auto;

}
.textileText{
    text-align: right;
position: absolute;
right: 1rem;
bottom: 1rem;
font-size: 36px;
font-family: 'Metropolis Bold';
text-transform: uppercase;
line-height: 1;
text-shadow: 0 0 5px rgb(255 255 255 / 50%);
font-size: 3rem;
}

.glassText {
    text-transform: capitalize !important;
    font-size: 2.8rem !important;
    line-height: 1 !important;
    padding-top: 9rem;
    width: 100%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.trylucky {
    position: absolute;
    top: 8rem;
    right: 2rem;
}

.trylucky a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.chatIcon a:hover,
.trylucky a:hover {
    text-decoration: underline;
}
.videowrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.video{
    margin-right: 2rem;
}
.video video{
    width: 100%;
}
.video p{line-height: 1;}
.product-features{
    padding: 0 0 5rem 0;
    text-align: center;
}
.feature-bottle{
    position: relative;
    margin-right: 2rem;    
    height: 450px;
}
.feature-bottle img{
    height: 100%;
   
}
/* .features{
    position: relative;
right: 0;
width: 65%;
} */
.feature{position: relative;}
.feature::after{
    content: "";
    width: 59px;
    height: 1px;
    background-color: rgb(254, 190, 16);
    position: absolute;
    transform: rotate(-30deg);
    left: -99px;
    top: 56%;
}

.feature::before{
    content: "";
    width: 55px;
    height: 1px;
    background-color: rgb(254, 190, 16);
    position: absolute;
    left: -44px;
    top: 35%;
}
.feature span{
    font-size: 3rem;
    font-family: 'Metropolis Black';
    color: #FEBE10;
    margin-right:0.5rem;
}
.feature h5{
    margin-bottom: 0;
    font-size: 1rem;
    font-family: 'Metropolis Semi Bold';
}
.feature p{
    font-size: 0.8rem;
    font-family: 'Metropolis Thin';
}
.product-price{
    display: flex;
     /*A margin: 3rem auto 0;*/
    justify-content: center;
    flex-direction: column;
    border: 5px solid #FEBE10;
    width: 60%; /*A 25%*/
    max-width: 350px;
    margin: 2rem auto;
}
.product-price .prise{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 0.3rem 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    border: 5px solid #fff;
    width: 65%;
    margin: -29px auto 5px;
}
.product-price .addtocartbtn{
    margin: 0 auto -13px;
    background-color: #FEBE10;
    color: #000;
    border: 5px solid #fff;
}

.article-content{
    background-color: #FEBE10;
    color: #000;
    padding: 5rem;
}

.infogra {
    margin: 0 auto;
    text-align: center;
}

.infogra img {
    width: 35%;
}

.surfacesLink {
    background-color: #000;
    position: fixed;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 1;
    top: 98px;
    flex-wrap: nowrap;
    width: 100%;
}

.surfacesLink .links {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
}

.surfacesLink .links.active {
    border: 2px solid #FEBE10;
}

.surfacesLink .links a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Metropolis Bold';
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    padding: 0.2rem 0.62rem;
    margin: 1px;
}


.swiper-button-prev {
    background-image: url('../images/arrow-l.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-next {
    background-image: url("../images/arrow.png") !important;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
}

.storeProduct .swiper-button-prev {
    background-image: url('../images/arrow-b-l.png') !important;
}

.storeProduct .swiper-button-next {
    background-image: url('../images/arrow-b-r.png') !important;
}

.company_logo {
    padding: 5px 0;
}

.company_logo img {
    width: 100%;
    padding: 0.3rem;
}

#industries {
    background-color: #FEBE10;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    min-height: 387px;
}

#industries .verticalHeading h3 {
    color: #000;
}


.indusWrap {
    flex: 1 0 22%;
    margin: 0 1rem;
    position: relative;
}

.indusCat {
    background: #000;
    position: relative;
    color: white;
    clip-path: polygon(0% 0, 100% 0, 100% 56%, 0 100%);
    padding: 10rem 14%;
    background-size: cover;
    background-position: center;
}

.indusWrap .indusCat:nth-child(2) {
    background: #000;
    color: white;
    clip-path: polygon(0% 50%, 100% 6%, 100% 100%, 0% 100%);
    padding: 10rem 14%;
    margin-top: -154px;
    background-size: cover;
    background-position: center;

}

.verticalTitle_box {
    position: absolute;
    top: 0;
    left: 0;

}

.verticalTitle_box.bot {
    right: 0;
}

/* .verticalTitle_box.bot h3{
    padding: 8px 60px 8px 35px;
} */
.verticalTitle_box h3 {
    font-size: 1.5rem;
    font-family: 'Metropolis Black';
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    padding: 11rem 0.5rem 3rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
}

.verticalTitle_box.bot h3 {
    margin-left: 100%;
    right: 45px;
    position: relative;
    padding: 6rem 0.5rem 7rem;
    font-size: 1.5rem;
}

.section-title {
    background: #FEBE10;
    width: 100%;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.section-title h3 {
    margin-bottom: 0;
    line-height: 1;
}
.section-title h3.text-primary{
    color: #FEBE10 !important;
}/*N */
.section-title span {
    font-family: 'Metropolis Semi Bold';
}

.title-bottom {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #FEBE10;
    font-family: 'Metropolis Extra Bold';
}

#surfacesPro {
    background: url('../images/surfacesProbg.jpg') no-repeat center;
    background-size: cover;
    min-height: 465px;
}

#surfaces {
    background-color: #000;
}

#surfaces .verticalHeading h3 {
    color: #000;
    padding: 7rem 0;
    background-color: #eee;
}

.surfacewrapper {
    flex-wrap: wrap;
}

.surfacePatch {
    flex: 1 0 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 199px;
    font-size: 2rem;
    margin: 0.35%;
    font-family: 'Metropolis Extra Bold';

    overflow: hidden;
}

.surfacePatch a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-shadow: 1px 1px 3px #000;
}

.surfacePatch a:hover {
    color: #000;
}


#store .verticalHeading h3 {
    color: #fff;
    background-color: #000;
    padding: 14.1rem 0;
}

.storeContent {
    background-color: #fff;
    overflow: hidden;
}

.storeText {
    text-align: center;
    color: #000;
}

.storeText p {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.storeText h4 {
    font-family: 'Metropolis Black';
    font-size: 3rem;
    text-transform: uppercase;
}

.productWrapper {
    position: relative;
    margin: 2rem 0.5rem;
}

.proImg img {
    width: 100%;
}

.productSticker {
    position: absolute;
    right: 3%;
    top: -8%;
}

.productInfo {
    padding: 1rem;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.productInfo .proTitle {
    font-family: 'Feri Candi', sans-serif;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 1rem;
line-height: 1.5;
}

.productInfo small {
    text-transform: uppercase;
    font-size: 0.6rem;
}

.price {
    padding: 1.8rem 1.2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0;
    align-items: center;
    border: 1px dashed #eee;
    border-radius: 50%;
}
.price del {
    color: #eee;
    text-decoration: none;
    position: relative;
    font-size: 0.75rem;}
    .price del:before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 2px solid rgba(255,0,0, 0.8);
      height: 12px;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(-7deg);
    }
  
  .price ins {
    color: #FEBE10;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
  }


.cornercut {
    position: absolute;
    bottom: -2px;
    right: 0;
    background-color: #fff;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 35px;
    height: 35px;
}

.addtocart {
    background-color: #FEBE10;
    font-size: 0.8rem;
    padding: 0.1rem 0.2rem;
    border-radius: 50px;
    position: absolute;
    bottom: -10px;
    z-index: 1;
}

.addtocart a {
    color: #000;
    text-decoration: none;
}

.addtocart a:hover {
    text-decoration: underline;
}

.addtocart a span {
    padding: 0 5px;
}
#latest {
    background: url('../images/black-bg.jpg') no-repeat center;
    background-size: cover;
}

#latest>.strip {
    background-color: #FEBE10;
    padding: 7rem 0;
}

#latest .verticalHeading h3 {
    color: #000;
    padding: 12rem 0;
    background-color: #FEBE10;
}

#latest .verticalHeading h3 span {
    color: #FEBE10;
}



.nplBlock {
    background-color: #FEBE10;
    border: 1px solid #fff;
    margin: 0 5rem;
    flex: 1 0 23%;
    max-width: 417px;
}

.nplTop {
    padding: 1rem;
    height: 170px;
    overflow: hidden;
}

.nplTop h2 {
    font-family: 'Metropolis Extra Bold';
    letter-spacing: -1px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
    
}

.nplTop p {
    font-family: 'Metropolis Semi Bold';
    padding-left: 20%;
    text-align: center;
    margin-bottom: 0;
}

.nplMiddle {
    background-color: #fff;
    padding: 1rem;
    position: relative;  
    height: 85px;  
}

.nplMiddle p {
    font-size: 0.7rem;
    margin-bottom: 0;
}

.readmore.sm {
    position: absolute;
    bottom: 0;
    right: 20px;
    background-color: transparent;
}

.readmore.sm a {
    font-size: 0.7rem;
}

.readmore.sm a::after {
    left: 63px;
    top: 0;
}

.nplbottom {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.nplbox{
    max-height: 250px;
}
.nplboxheading{
    position: relative;
    overflow: hidden;
}
.nplboxheading h2{
    font-size: 2.75rem;
    font-family: 'Metropolis Black';
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.nplboxheading h3{
    position: absolute;
    bottom: -1.6rem;
    color: #fff;
    right: 8%;
    font-size: 4rem;
    font-family: 'Metropolis Thin';
}
.nplbottom .cornercut {
    background-color: #FEBE10;
}
.nplbottom .date{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FEBE10;
    padding: 0.5rem 1rem;
   
}

.galleryBlock{
    flex: 1 0 30%;
    margin: 0 0.5rem;
    border: 2px dashed #FEBE10;
    padding: 0.3rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    
}
.galleryBlock img{
    width: 100%;
}
.galleryBlock h3{background-color: #FEBE10;
    padding: 0.25rem 1.5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 0;
    bottom: -22px;}
.block {
    width: 72%;
    color: #000;
    background-size: contain;
    background-position: 0px 1px;
    background-repeat: no-repeat;
}

.info-img {
    border: 1px solid #FEBE10;
}

.block .info {
    padding: 2.5rem 2rem;
    background-image: url(../images/info-bg.png);
    background-size: cover;
    width: 39%;
}

.block .info h3 {
    font-family: 'Metropolis Black';
    position: relative;
}

.block .info h3:after {
    content: '';
    width: 78%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 102px;
}

.block .info p.para {
    font-size: 0.8rem;
}

.block .info a {
    text-decoration: underline;
    color: #000;
    position: relative;
}

.block .info a:hover {
    text-decoration: none;
}

.block .info a::after {
    content: '';
    background: url(../images/read-more-arrow.png) no-repeat left;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: -16px;
}

#socilaMedia .verticalHeading h3 {
    background-color: #000;
    color: #fff;
    padding: 7.471rem 0;
}

.smblock {
    background-color: #FEBE10;
}

.smblock img {
    width: 100%;
}

.sm-heading {
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.sm-heading p span {
    font-family: 'Metropolis Semi Bold';
}

.sm-heading span a {
    background-color: #000;
    text-transform: uppercase;
    color: #FEBE10;
    text-decoration: none;
    font-size: 0.6rem;
    border-radius: 10px;
    padding: 0.3rem 1rem;
    border: 1px solid #fff;

}

.sm-heading span a:hover {
    background-color: #000;
    color: #fff;
}

#socilaMedia>.strip {
    background-color: #000;
    padding: 3rem 0;
}

#feedback {
    background-color: #fff;
}

#feedback .verticalHeading h3 {
    background-color: #FEBE10;
    padding: 6rem 0;
    color: #000;
}

.feedHead p {
    font-family: 'Metropolis Extra Bold';
}

.feedgrid {
    padding: 1rem;
    width: 100%;
    height: 100%;
    min-height: 250;
    flex: 1;
    border-bottom: none;
}

.feedbackdes {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.feedbackdes span {
    color: #FEBE10;
    font-size: 2.5rem;
    font-family: 'Metropolis Black';
    line-height: 1;
}

.feedbackdes p {
    line-height: 1.2;
}

.submitbtn {
    background-color: #000;
    color: #FEBE10;
    border: 0;
    border-radius: 15px;
    font-size: 0.7rem;
    position: relative;
    top: -13px;
    padding: 0 0.8rem;
}

.verticalHeading h3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 3.5rem;
    font-family: 'Metropolis Black';
    text-transform: uppercase;
    color: #fff;
    padding: 4rem 0;
    margin: 0;
}

#technicalReport {
    background: repeating-linear-gradient(-30deg, #fff, #FEBE10 1px, #FEBE10 1px, #FEBE10 12px);
}

#technicalReport>.verticalHeading h3 {
    background-color: #655F54;
}

#technicalReport>.verticalHeading h3.sec {
    color: #000;
}

#technicaReport .strip h3 {
    writing-mode: vertical-lr;
    font-size: 4.5rem;
    font-family: 'Metropolis Black';
    text-transform: uppercase;
    color: #fff;
    transform: rotate(180deg);
    margin: 0;
    padding: 23rem 0;
    height: 100%;

}

#technicaReport>.headingtech h2 {
    writing-mode: vertical-rl;
    font-size: 4.5rem;
    font-family: 'Metropolis Black';
    text-transform: uppercase;
    color: #fff;
    transform: rotate(180deg);
    margin: 0;
    padding: 23rem 0;
    height: 100%;
}

.report-text p {
    font-family: 'Metropolis Regular';
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.report-text p span {
    font-weight: bold;
}

.reportwrap {
    text-align: center;
    padding: 0 2.4rem;
    line-height: 1.3;
}

.reportwrap p {
    font-size: 1.3rem;
    font-family: 'Metropolis Light';
}

#rational {
    background: url('../images/sectionBg.jpg') no-repeat center;
    background-size: cover;
    min-height: 460px;
}

#rational .verticalHeading h3 {
    background-color: #000;
}

.rationalhead {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.rationalhead p {
    font-size: 3.5rem;
    font-family: 'Metropolis Light';
    text-align: center;
}


#relevant .verticalHeading h3 {
    background-color: #FEBE10 !important;
    color: #000;
    padding: 8.9rem 0;
}

.relBlock {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-height: 589px;
    background-color: #eee;
}

.relBlock h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Metropolis Black';
    transform: rotate(180deg);
    text-transform: uppercase;
    margin: 0;
    font-size: 5rem;

}

.relBlock p {
    font-size: 3rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    color: #fff;
    font-family: 'Metropolis Light';
}

.relBlock h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    text-transform: uppercase;
    position: absolute;
    left: 0;
    color: #fff;
    margin: 0;
    font-size: 3.5rem;
}


.applicator {
    width: 100%;
    position: relative;
    background: url('../images/applicationbg.jpg') no-repeat center center #655F54;
    background-size: cover;
    min-height: 556px;
}

.applicator.home {
    background: url(../images/application.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between
}

.applicator .verticalHeading h3 {
    background-color: rgb(0, 0, 0);
    color: rgb(254, 190, 16);
    padding: 7.3rem 0;
}

.applicator .verticalHeading h3.home {
    background-color: transparent;
    color: #fff;
    text-align: end;
    padding: 5.2rem 0.5rem;
}

.application-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.verticalHeading h3.sec {
    background-color: transparent !important;
    padding: 0 !important;
    color: #fff;
}

.application-content {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #FEBE10;
}

/* .application-content.home{
    width: 29%;
    margin: 12rem 5rem 0;
} */
.application-content.home .apptext {
    color: #FEBE10;
    margin-top: 3rem;
}

.application-content.home p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
}

.application {
    background: unset;
    width: 40%;
    padding-top: 3rem;

}

.application .cricle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 3px dotted #FEBE10;
    width: 125px;
    height: 125px;
    margin: 2rem 0;
    border-radius: 50%;
}

.selectCountry {
    width: 100%;
}

.selectCountry p {
    font-family: 'Metropolis Semi Bold';
    text-transform: uppercase;
}

.btn-custom {
    background-color: #000;
    border: 1px solid #fff;
    color: #FEBE10;
    padding: 0.05rem 1rem;
    border-radius: 1rem;
    margin: 0.5rem 0;
    font-size: 0.7rem;
}

.selectform input,
.selectform select {
    flex: 1 0 25%;
    margin: 1%;
    border: 1px solid #231F20;
    background-color: #fff;
    color: #000;
    padding: 0.15rem;
}

.cricleimg {
    width: 240px;
    height: 240px;
    border: 3px dashed #FEBE10;
    border-radius: 50%;
    overflow: hidden;
}

.apptext {
    font-size: 1.85rem;
    font-family: 'Metropolis Black';
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.5rem;
    position: relative;
    padding: 0 1rem 3rem;
}

.readmore {
    background-color: #FEBE10;
    display: block;
    position: relative;
    padding: 6px 30px;
}

.readmore.click {
    background-color: transparent;
}

.readmore.click a {
    color: #fff;
}

.readmore.click a::after {
    background: url(../images/click-arrow.png) no-repeat;
}

.readmore a {
    color: #000;
    text-decoration: underline;
    position: relative;
}

.readmore a::after {
    left: 90px;
    content: '';
    position: absolute;
    background: url(../images/read-more-arrow.png) no-repeat;
    width: 12px;
    height: 12px;
    top: 2px;
}

.feedgrid textarea {
    height: 135px;
}

#glassFeature {
    background: url('../images/bgsection.png') #000 no-repeat center;
    background-size: cover;
}

.featureListing {
    flex: 1 0 45%;
    margin: 0px 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featurhead {
    background-color: #000;
    border-top: 2px solid #FEBE10;
    text-align: center;
    position: relative;
}

.featurhead h2 {
    color: #fff;
    padding: 0.5rem 6rem;
    font-family: 'Metropolis Extra Bold';

}

.featurhead h3 {
    padding: 0.35rem 0;
    background-color: #FEBE10;
    color: #000;
    font-family: 'Metropolis Bold';
}

.featurhead span {
    color: #FEBE10;
    border: 2px solid #fff;
    position: absolute;
    bottom: 25px;
    left: 45px;
    padding: 0.4rem 1rem;
    background-color: #000;
    font-size: 2rem;
    font-family: 'Metropolis Bold';
    line-height: 1;
}

.featureInfo {
    padding: 1rem;
}

.featureInfo p {
    color: #FEBE10;
    font-weight: bold;
}

.featurepoint p {
    margin-bottom: 0.5rem;
}

.featurepoint ul {
    list-style-image: url('../images/listing-icon.png');
    list-style-position: outside;
    margin: 0 0 0.5rem 0;
    padding-left: 1rem;

}

.featurepoint ul li {
    color: #fff;
    /* font-size: 0.8rem;*/
}

.cricularImg {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.cricularImg img {
    height: 100%;
}

.pdficon img {
    width: 50px;
    margin-right: 0.3rem;
}

.pdficon p {
    color: #fff;
    font-size: 0.7rem;
}

.productWrap {
    background-color: #fff;
}

.mr-top {
    margin-top: 45px;
}
.product-img{
    text-align: center;
}


.product-info {
    padding: 0.9rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #696969;
    width: 65%;
}

.product-info h3 {

    line-height: 0.9;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
}

.product-info p {
    font-size: 0.75rem;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0 0.5rem;
}

.rate {
    position: relative;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0.35rem;
}

.rate span {
    font-family: 'Metropolis Bold';
}

.rate::before,
.rate::after {
    content: '';
position: absolute;
width: 100%;
height: 1px;
top: 0;
background-color: rgba(0, 0, 0, 0.2);
left: 0;
}

.rate::after {
    bottom: 0;
    top: unset;

}

.qty button {
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qty input {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    text-align: center;
    border: 1px solid #ccc;
}

.btn-cart {
    background-color: #FEBE10;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem 1rem;
}
/* .offcanvas-end{
    width: 500px !important;
} */
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.pro-title{text-decoration: none;}
.pro-title h6 {
    color: #001e2b;
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-spinner .button-minus, .input-spinner .button-plus {
    background-color: transparent;
    border-color: #ecf0ef;
    height: 2rem;
    width: 1.8rem;
}
.form-control-sm {
    border-radius: 0.25rem;
    font-size: .765625rem;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}
.input-spinner .form-input {
    background: 0 0;
    border: 1px solid #ecf0ef;
    height: 100%;
    min-height: 2rem;
    text-align: center;
    width: 2rem!important;
}
.cartprice{
    font-size: 0.8rem;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.extendPages>h2 {
    text-align: center;
    font-family: 'Metropolis Bold';
    margin: 9rem 0 2rem 0;
}

.business_form {
    max-width: 825px;
    border: 1px solid #eee;
    margin: 0 auto;
}

.product-wrapper {
    width: auto;
    padding: 1rem;
    flex: 1 0 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.3);/*N */
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    max-width: 328px;
}

.product-wrapper:nth-child(4),
.product-wrapper:nth-child(8) {
    border-right: none;
}

.product-info {
    width: auto;
}


footer {
    background-color: #000;
    min-height: 345px;
}

.footerLogo {
    position: relative;
    background: url('../images/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 350px;
}

.footerbg-overlay {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    height: 100%;
}

.footerLinks h3 {
    font-family: 'Metropolis Black';
    color: #FEBE10;
    text-transform: uppercase;
    position: relative;
}

.footerLinks h3::after {
    content: '';
    position: absolute;
    width: 75%;
    height: 1px;
    background-color: #FEBE10;
    left: 0;
    bottom: 0;

}

.footerLinks ul {
    padding: 0 0.7rem 0;
    margin: 0;
    list-style-position: outside;
}

.footerLinks ul li {
    font-size: 0.7rem;
    padding: 5px 0;
    color: #FEBE10;
}

.footerLinks ul li a {
    color: #fff;
    text-decoration: underline;

}

.footerLinks ul li a:hover {
    color: #FEBE10;
    text-decoration: none;
}

.subscribe {
    padding: 1rem 0;
    border-bottom: 1px solid #666;
}

.subscribe p {
    color: #FEBE10;
    font-size: 0.9rem;
    margin-bottom: 0;
    text-align: center;
}

.subscribe form {
    padding: 0 2rem;
}

.subscribe form input {
    font-size: 0.8rem;
}

.subscribe input[type="text"] {
    padding: 2px;
}

.subscribe button {
    background-color: #FEBE10;
    color: #000;
    margin: 0.5rem 0;
    font-size: 0.9rem;
    border-radius: 15px;
    border: none;
}

.subscribe button:hover {
    background-color: #fff;
}

.social-icon {
    border-bottom: 1px solid #666;
    padding: 0.5rem;
    margin: 0 1rem;
}

.social-icon a {
    padding-right: 7px;
}

.certify {
    color: #fff;
}

/*---about css ---*/
.articlewrap .articleTitle{
    background-color: #FEBE10;
    color: #000;
    font-family: 'Metropolis Extra Bold';
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem 1.25rem;
    margin: 0px;
    position: relative;
    top: -30px;
}
.articlewrap p{
    padding: 0 2rem;
    text-align: justify;
}
.approvApp{
    margin: 0 auto;
}
.approvApp p{
    padding: 0 2rem;
    text-align: justify;
}
.countryWrap{
    flex: 1 0 28%;
    margin: 1rem 0.5rem;
}
.countryTitle{
    border-bottom: 1px solid #000;
    padding-left: 2rem;
}
.countryTitle img{
    border: 1px solid #ccc;
}
.countryTitle h3{
    font-size: 1.3rem;
font-family: 'Metropolis Extra Bold';
margin-bottom: 0;
line-height: 1rem;
padding-left: 0.5rem;

}
.countryInfo{
    padding-left: 8rem;
}
.countryInfo span{
    background-color: #000;
color: #FEBE10;
font-size: 0.6rem;
text-align: center;
padding: 0.3rem 0.7rem;
border-radius: 30px;
}
.countryInfo ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.countryInfo ul li::before {
    content: "\2022";
    color: #FEBE10;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    float: left;
  }
.countryInfo ul li p{
    padding: 0;
    font-size: 0.8rem;
}

.videoSection{
    background: url('../images/Textile-cover.jpg') no-repeat center;
}

.section2{
    background: url('../images/Textile-covers.jpg') no-repeat center;
}




















.copyright {
    padding: 1rem 0;
    background-color: #FEBE10;
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}
.herobgnobackground {
    background-size: cover;
    min-height: 95px;
}

.newcaret {
    width:80px;
}


.price del2 {
    color: #eee;
    text-decoration: none;
    position: relative;
    font-size: 0.75rem;}
    .price del2:before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 2px solid rgba(0,0,0);
      height: 12px;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(-7deg);
    }  

.nplBlockone {
    background-color: #FEBE10;
    border: 1px solid #fff;
    margin: 0 5rem;
    flex: 1 0 23%;
    max-width: 70%;
}

.img-fluid2{
	max-width:90%;
	height:auto;
	
	}