body{padding: 0;margin: 0;background: #f8f8f8; font-family: 'Poppins', sans-serif; color: #1A1A1A; 
    overflow-x: hidden;}
input, select, textarea {transition: all 0.5s ease;-webkit-transition: all 0.5s ease; font-family: 'Poppins', sans-serif;}
a {text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;outline:none;font-family: 'Poppins', sans-serif;}
a:hover {text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
input, a:focus {border: 0;outline: 0;}
ul{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6, p{margin: 0;font-family: 'Poppins', sans-serif; }
img{max-width:100%}
.container{width: 100%;display: block;margin: 0 auto;max-width: 1200px;}


.wrp {}
.topHead .logo {padding: 16px 0 0; perspective: 1000px; float: left; width: 320px;}
.topHead .logo img {transition: all 1.2s ease; }
.topHead {min-height: 98px; position: relative; z-index: 9; background: #fff;}
.topHead:after {display: block; content: ""; clear: both;}
.topHead .navBar {float: right; margin: 37px 0 0; transition: all 1s ease; transform: translate(25px, 0); opacity: 0;}
.topHead .navBar li {float: left; margin: 0 0 0 30px; position: relative;}
.subMenu {position:absolute; left: 0; top: 26px; z-index: 9; background: #fff;     width: 190px;
border-radius: 3px; padding: 9px 15px; box-shadow: 0 4px 9px -3px black; z-index: 99; transition: all .4s ease;
transform: translate(0, 10px); opacity: 0;} 
.subMenu:before { width: 0;  height: 0;  border-left: 10px solid transparent; border-right: 10px solid transparent;
border-bottom: 10px solid #fff; position: absolute; top: -8px; left: 29px; content: "";}
.topHead .navBar li .subMenu li {margin: 0 0 13px; width: 100%;}
.topHead .navBar li .subMenu li:last-child {margin: 0;}
.topHead .navBar li a {    display: block;
font-size: 15px;
color: #000; position: relative;
text-transform: uppercase;}
.topHead .navBar li:hover .subMenu {transform: translate(0, 0); opacity: 1;}
.topHead .navBar li a:before {position: absolute; bottom: -8px; left: 0; height: 4px; background: #f14d2a; content: ""; width: 0; transition: all 0.3s ease;}
.topHead .navBar li a:hover:before {width: 33px;}
.topHead .navBar li.active a:before {width: 33px;} 
.topHead .navBar li.active li a:before {width: 0;}
.topHead .navBar li.active li.active a:before {width: 33px;}
.banner {position: relative;}
.banner .insdBnr {overflow: hidden; width: 100%; height: calc(100vh - 98px);} 
.banner .insdBnr .slide {float: left; width: 33.333%; overflow: hidden; position: relative;}
.banner .insdBnr .slide img {width: 100%; transition: all 13s ease; transform: scale(1.5); }
.banner .insdBnr .slide.active img {transform: scale(1);}
.banner .txt {position: absolute; left: 50%; width: 100%; text-align: center;     z-index: 1;     top: 50%;
transform: translate(-50%, -66%); }
.banner .insdBnr .slide:before {
    content: "";
    background: rgb(241 77 42 / 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner .txt h1 {font-size: 60px; font-weight: 700; color: #fff;  margin: 0 0 15px; transition: all 1s ease;  transform: translate(0, 25px); opacity: 0; max-width: 900px; width: 100%; margin: 0 auto; line-height: 70px;}
.banner .txt h2 {font-size: 20px; color: #f8f8f8; font-weight: 400; max-width: 900px; transition: all 1s ease;  transform: translate(0, 25px); opacity: 0; width: 100%; margin: 0 auto; line-height: 27px; margin-top: 20px;}
.mouse { position: absolute; bottom: 13%; left: 0; right: 0; margin: 0 auto; z-index: 9; width: 26px; cursor: pointer; transition: all 1s ease;  transform: translate(0, 25px); opacity: 0; }
.aboutBox .lt {float: left; width: 53%;}
.aboutBox .rt {position: absolute; right: 0; top: 142px; width: 37%;  z-index: 9;}
.aboutBox {position: relative; padding: 80px 0 0; background: #f8f8f8; margin: 0 0 95px;}
.aboutBox .rt img {width: 100%; position: relative;}
.aboutBox .rt .imgBox {position: relative;}
.aboutBox .rt .imgBox:before {position: absolute; left: -40px; bottom: -40px; content: ""; width: 325px; height: 325px; border: 11px solid #f14d2a; transform: translate(40px, -40px); transition: all 1s ease;}
.aboutBox .rt .imgBox.ball:before {transform: translate(0, 0);}
h1.ttl {font-size: 91px; color: #e2e2e2; font-weight: 700;}
h2.ttl2 {color: #202020; font-size: 36px; text-transform: uppercase; font-weight: 700; letter-spacing: 11px; margin: 0 0 35px;}
.aboutBox .lt .txt p {font-size: 16px; color: #2c2c2c; line-height: 30px; margin-bottom: 32px;}
.aboutBox .lt .txt .read {display: inline-block; font-size: 14px; color: #f14d2a; text-transform: uppercase; letter-spacing: 2px; position: relative; transition: all 1s ease;  transform: translate(0, 25px); opacity: 0;}
.aboutBox .lt .txt .read:after {position: absolute; right: -40px; top: -7px; background: url('../images/arrow.png') no-repeat; content: ""; width: 35px; height: 35px; transform: rotate(180deg) translate(0, 0); transition: all 0.5s ease;}
.aboutBox .lt .txt .read:hover:after {transform: rotate(180deg) translate(-10px, 0);}
.aboutBox h1.ttl {transition: all 1.5s ease; transform: translate(0, 30px); opacity: 1;}
.aboutBox h2.ttl2 {    transition: all 0.6s ease; transform: translate(0, -30px); opacity: 1;}
.aboutBox h2.ttl2.active, .aboutBox h1.ttl.active {transform: translate(0, 0); opacity: 1;}
.aboutBox .lt .txt {transition: all 1s ease;  transform: translate(0, 25px); opacity: 0;}
.aboutBox .rt .imgBox {transition: all 1s ease;  transform: translate(25px, 0); opacity: 0; position: relative;}
.aboutBox:before {width: 580px; height: 580px; content: ""; position: absolute; right: -190px; top: 50px; background: #def3fe; border-radius: 50%;     transition: all 1.5s cubic-bezier(0.65, 0.54, 0.4, 1.31);
transform: translate(0, 100px); opacity: 0;}
.aboutBox:after {width: 580px; height: 580px; content: ""; position: absolute; right: -227px; top: 55px; background: #eaf7fe; border-radius: 50%;     transition: all 1.5s cubic-bezier(0.65, 0.54, 0.4, 1.31);
transform: translate(0, 100px); opacity: 0;}
.aboutBox.ballOne:before, .aboutBox.ballTwo:after {transform: translate(0, 0); opacity: 1;}

.aboutBox2 .lt {float: left; width: 100%;}
.aboutBox2 .rt {position: absolute; right: 0; top: 20px;  z-index: 9;}
.aboutBox2 {position: relative; background: #f8f8f8; margin: 0 0 50px;}
.aboutBox2 .lt .txt2 p {font-size: 16px; color: #2c2c2c; line-height: 25px; margin-bottom: 32px;}


.product {text-align: center; padding: 20px 0 0; position: relative; margin: 0px 0 250px;}
.product:before {position: absolute; bottom: -100px; background: #f14d2a; content: ""; height: 244px; width: 100%; left: 0;}
.product:after {position: absolute; bottom: -172px; content: ""; height: 150px; width: 100%; left: 0; right: 0; background: url('../images/design.png') no-repeat center bottom; z-index: -1;}
.product .proTtl h1.ttl {margin: 0 0 -62px;     transform: translate(0, 30px);    transition: all 1s ease;}
.product .proTtl h2.ttl2 {    transition: all 1s ease; transform: translate(0, -35px);}
.product .proTtl.active h1.ttl, .product .proTtl.active h2.ttl2 {transform: translate(0, 0);} 
.product .proImg li {display: inline-block; vertical-align: top; margin: 0 20px; box-shadow: 0 0 38px -11px #000; position: relative; cursor: pointer; transition: all 1s cubic-bezier(0.65, 0.54, 0.4, 1.31);}
.product .proImg li h4 {position: absolute; width: 100%; text-align: center; font-size: 36px; color: #fff; font-weight: 700; left: 0; bottom: 45%; text-shadow: 0 0 35px black;     transition: all 0.5s cubic-bezier(0.65, 0.54, 0.4, 1.31);  transform: translate(0, 100%); opacity: 0; text-transform: uppercase;} 
.product .proImg ul {text-align: center;}
.proTtl { padding: 0 0 70px; }
.product .proImg li:hover h4 { transform: translate(0, 0); opacity: 1;}
.product .proImg {padding: 45px 0 0 0;}
.product .proImg li a {display: block; position: absolute; width: 100%; height: 100%;}
.product .proImg li:nth-child(1) {transform: translate(0, 65px);}
.product .proImg li:nth-child(2) {transform: translate(0, -34px);}
.product .proImg li:nth-child(3) {transform: translate(0, 50px);}

.product .proImg.active li:nth-child(1) {transform: translate(0, -50px);}
.product .proImg.active li:nth-child(2) {transform: translate(0, 25px);}
.product .proImg.active li:nth-child(3) {transform: translate(0, -25px);}
.product .proImg li:before {position: absolute; width: 100%; height: 100%; content: ""; background: rgba(114, 162, 78, 0.8); opacity: 0; transition: all 0.5s ease; left: 0; top: 0;}
.product .proImg li:hover:before {opacity: 1;}


.client {text-align: center; padding: 100px 0 0;}
.client .clntsay h1.ttl {margin: 0 0 -62px;     transform: translate(0, 30px);    transition: all 1s ease;}
.client .clntsay h2.ttl2 {    transition: all 1s ease; transform: translate(0, -35px);}
.client .clntsay.active h1.ttl, .client .clntsay.active h2.ttl2 {transform: translate(0, 0);} 

.clntSlider .txt {max-width: 670px; width: 100%; margin: 0 auto;}
.clntSlider .txt p {font-size: 16px; line-height: 30px; color: #2c2c2c;}
.clntSlider .txt h3 {font-size: 14px; font-weight: 600; text-transform: uppercase; padding: 30px 0 7px;}
.clntSlider .txt h4 {font-size: 14px; font-weight: 400; padding: 0 0 70px; }
.clntSlider .owl-carousel .owl-nav button {background: url('../images/arrow.png') no-repeat; width: 35px; height: 35px; border: 0; position: absolute; left: 0; top: 8%;}
.clntSlider .owl-carousel .owl-nav button:focus {outline: none;}
.clntSlider .owl-carousel .owl-nav button.owl-next {background: url('../images/arrow.png') no-repeat; width: 35px; height: 35px; border: 0; position: absolute; right: 0; left: auto; top: 8%; transform: rotate(180deg);}
.clntSlider {max-width: 900px; margin: 0 auto; width: 100%;}
.clntSlider .owl-carousel .owl-nav button span {display: none;}
.clntSlider .owl-dots {display: none;}

/* footer {height: 135px; background: #222222; padding: 47px 0 0;}
footer .lt {float: left; width: 50%;}
footer .rt {float: right; width: 50%; padding: 7px 0 0;}
footer .lt ul {overflow: hidden; padding: 0 0 10px;}
footer .lt ul li {float: left; padding: 0 25px 0 0;}
footer .lt h5 {display: block; font-size: 12px; color: #dadada; font-weight: 400;}
footer .lt ul li a {display: block; font-size: 12px; color: #dadada; text-transform: uppercase;} 
footer .rt ul {float: right;}
footer .rt ul li {float: left; padding: 0 0 0 20px;} */


.bottomBar{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:30px;
    padding:18px 0;
    overflow:hidden;
}

.copyLeft{
    float:left;
    color:#bdbdbd;
    font-size:13px;
    margin-left: 50px;
}

.copyRight{
    float:right;
    margin-right: 50px;
}

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

.copyRight a:hover{
    color:#f14d2a;
}


.insdHdr {height: 242px; background: url('../images/about-us.jpg') no-repeat; background-size: cover; text-align: center; position: relative;}
.insdHdr:before { content: "";
    background: rgb(241 77 42 / 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;}
.insdHdr h1 {font-size: 55px; font-weight: 700; color: #fff;  line-height: 242px; position: relative;
    z-index: 9;}
.insdAbt.aboutBox .container {position: relative; max-width: 1100px;}
.insdAbt.aboutBox .rt {top: 0;}
.insdAbt.aboutBox .lt .txt p {font-size: 15px; margin-bottom: 80px; }
.insdAbt.aboutBox .lt .txt h4 {font-size: 36px; font-weight: 700; max-width: 523px; width: 100%;}
.withUs.product:before {display: none;}
.withUs.product:after {display: none;}
.insdAbt.aboutBox {margin: 0 0 125px;}
.withUs .txt {max-width: 690px; width: 100%; margin: 0 auto;}
.withUs .txt p {font-size: 16px; font-weight: 300; line-height: 22px;}
.withUs .proTtl {padding: 0;}
.product.withUs .proTtl h1.ttl {margin: 0 0 -62px;}
.product.withUs .proTtl h2.ttl2 {margin: 0 0 48px;}
.listBox {overflow: hidden; margin: 20px 0 50px;}
.listBox .listItem {font-family: 'Poppins, sans-serif' left; margin: 0 10px 0 0;}
.listBox .listItem h2 {font-size: 20px; font-weight: 600; color: #f14d2a; text-transform: capitalize; margin-bottom: 18px;}
.listBox .listItem p {font-size: 14px; color: #2c2c2c; line-height: 28px; }
.listBox .listItem .insdList { display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;}
.insdAbt.aboutBox .container { position: relative; max-width: 1100px; }
.listBox .container {position: relative; max-width: 1100px;}

.listBox .container{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}
.listBox .listItem{
    width: 48%;
    margin: 0;
}


.listBox .listItem .insdList{
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-top: 4px solid #f14d2a;
}

.listBox .listItem h2{
    font-size: 30px;
    font-weight: 700;
    color: #f14d2a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.listBox .listItem p{
    font-size: 17px;
    line-height: 32px;
    color: #2c2c2c;
    margin: 0;
}
.proSectn .item {float: left; width: 25%; padding: 0 10px; margin: 0 0 40px; position: relative; transition: all 1s ease;
transform: translate(0, 25px);
opacity: 0;} 
.proSectn .item.active {transform: translate(0, 0);    opacity: 1;}
.proSectn .item img {width: 100%; position: relative;}
.proSectn .item .img {position: relative;     transition: all 0.6s ease; transform: scale(1);}
.proSectn h3 {font-size: 18px; font-weight: 600; text-transform: uppercase; padding: 0 0 37px 9px;}
.proSectn {padding: 70px 0 100px;}
.proSectn .txt {padding: 15px 0 0;}
.proSectn .txt h4 {font-size: 18px; font-weight: 300; text-transform: uppercase; color: #1A1A1A;}
.proSectn .txt span {font-size: 14px; color: #f14d2a; display: block;}
.proSectn .item:hover a, .proSectn .item a {color: #000;}
.proSectn .item:hover .img {transform: scale(1.05);}
.proSectn .item .img:before {position: absolute; content: ""; width: 68px; height: 40px;  border: 4px solid #f14d2a; left: 21px; top: -17px;     transition: all 0.3s ease; transform: translate(0, 40px);}
.proSectn .item .img:after {position: absolute; content: ""; width: 68px; height: 40px;  border: 4px solid #f14d2a; right: 21px; bottom: -17px; z-index: -1;     transition: all 0.3s ease;    transform: translate(0, -40px);}
.proSectn .item:hover .img:before, .proSectn .item:hover .img:after {transform: translate(0, 0);}
.contct {max-width: 890px; width: 100%; margin: 0 auto; overflow: hidden;}
.contct .item {float: left; width: 278px; position: relative; padding: 0 0 0 33px; margin: 0 28px 0 0;}
.contct .item h3 {font-size: 16px; font-weight: 600; margin-bottom: 10px; color: #171717; position: relative;}
.contct .item address {font-size: 15px; color: #171717; line-height: 20px;}
.contct .item:before {position: absolute; left: 0; top: 0; content: ""; background: url('../images/call.png' ) no-repeat; width: 25px; height: 25px;}
.contct .item:first-child:before {background: url('../images/location.png' ) no-repeat;}
.contct .item:last-child {margin: 0;}
.contct .item address a {font-size: 15px; text-transform: uppercase; color: #f14d2a; text-decoration: underline;}



.form-wrapper {max-width: 645px; margin: 0 auto 80px; width: 100%;}

.form-group {
position:relative;  
border-bottom: 1px solid #1d1d1d;
width: 295px;
float: left;
margin-bottom: 35px;


}

.form-group:nth-child(2) {float: right;}
.form-group:nth-child(4) {float: right;}
.form-group.last {width: 100%; margin: 0 0 58px;}


.form:after {display: block; content: ""; clear: both;}

.form-label {
position: absolute;
left: 0;
top: 14px;
color: #1d1d1d;
font-weight: 400;
transition: transform 150ms ease-out, font-size 150ms ease-out;
font-size: 12px;
}

.focused .form-label {
transform: translateY(-125%);
font-size: .75em;
}

.form-input {
position: relative;
padding: 12px 0px 5px 0;
width: 100%;
outline: 0;
border: 0;
background: #f8f8f8;
}

.form-wrapper .sbmt {border: 0; font-size: 14px; color: #f14d2a;  position: relative; background: none;}
.form-wrapper .sbmt span {position: relative; display: block;}
.form-wrapper .sbmtBtn:before {background: url('../images/arrow.png') no-repeat; width: 35px; height: 35px; content: ""; position: absolute;
right: -49px;
top: -9px; transition: all 0.5s ease;
transform: rotate(180deg);}
.form-wrapper .sbmt:focus {outline: none;}
.form-wrapper .sbmtBtn:hover:before {right: -59px;}
.contactBx.aboutBox:before, .contactBx.aboutBox:after {display: none;}
.proSectn .item:hover .img {
box-shadow: 0 0 31px -13px black;
transition: all 0.4s ease;
}

.sbmtBtn {
    display: inline-block;
    position: relative;
}



.topHead .navBar.active, .banner .txt h1.active, .banner .txt h2.active,.mouse.active, .aboutBox .lt .txt.active, .aboutBox .lt .txt .read.active, .aboutBox .rt .imgBox.active {transform: translate(0, 0); opacity: 1;}

.cntrTxt {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    max-width: 629px;
    margin: 60px auto 60px;
    width: 100%;
}
.cntrTxt span {
    display: block;
    color: #000;
    font-weight: 400;
}

body .lb-data .lb-number {display: none !important;}
.botmFoo a {color: #ffffff;}




/** header_css start **/

@media all and (min-width: 768px) and (max-width: 1024px) {
.banner .txt h1 {font-size: 52px;}
.banner .txt h2 {font-size: 16px; max-width: 600px;}
.banner .txt {transform: translate(-50%, -69%);}
.mouse {bottom: 16%;}
.banner .insdBnr {height: auto;}
.aboutBox:before { width: 380px; height: 380px;}
.aboutBox:after { width: 380px; height: 380px;}
.aboutBox .rt .imgBox:before {width: 225px; height: 225px;}
h1.ttl {font-size: 60px;}
h2.ttl2 { font-size: 30px;}
.product .proTtl h1.ttl {    margin: 0 0 -46px;}
.aboutBox {margin: 0 0 50px; padding: 102px 0 0;}
.product .proImg li {width: 26.333%;}
.client .clntsay h1.ttl {margin: 0 0 -45px;}

.product.withUs .proTtl h1.ttl {    margin: 0 0 -47px;}
.listBox .listItem { margin: 60px 0 80px;}
.insdAbt.aboutBox .rt {right: 15px;}
.insdAbt.aboutBox .lt {width: 49%;}
.contct {max-width: 710px;}
.contct .item {width: 218px;}


}




@media all and (min-width: 320px) and (max-width: 767px) {
.topHead .logo {padding: 10px 0 0; width: 140px;}
.topHead { min-height: 0; margin: 0 0 7px;}
body {overflow: scroll;}
.topHead .navBar { width: 100%; margin: 0; position: fixed; right: 0; height: 100%;     background: #f14d2a;
z-index: 99; transform: translate(100%, 0);
opacity: 1;
transition: all 0.3s ease;
text-align: center;}
.topHead .navBar li {margin: 0;}
span.trigr { width: 48px;
height: 39px;
background: #f14d2a;
position: absolute;
top: 15px;
right: 15px;
border-radius: 3px;}
span.trigr .line {
background: #fff;
width: 30px;
height: 2px;
display: block;
position: absolute;
left: 9px;
top: 12px; }
span.trigr:before { background: #fff;
width: 30px; content: "";
height: 2px;
display: block;
position: absolute;
left: 9px;
top: 19px; }
span.trigr:after { background: #fff;
width: 30px; content: "";
height: 2px;
display: block;
position: absolute;
left: 9px;
top: 26px; }
.topHead .navBar li {float: none; margin: 0 0 11px;}
.topHead .navBar li a:before {display: none;}
.topHead .navBar li a {        font-weight: 300;
font-size: 22px;
color: #fff;
text-align: left;}
.topHead .navBar li.active a {text-decoration: underline;}
.topHead .navBar ul {    position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 255px;}
.topHead .navBar ul .subMenu {position: static;
transform: none; padding: 0; margin: 7px 0 0 29px;
width: auto;
opacity: 1;
background: none;
box-shadow: none;}
.topHead .navBar ul .subMenu a {font-size: 20px; text-transform: capitalize;}
.topHead .navBar li.active li a {text-decoration: none;}
.topHead .navBar li.active li.active a {text-decoration: underline;}
.closeMenu {    position: absolute;
top: 31px;
right: 11px;
width: 40px;
height: 40px;}
.subMenu:before {display: none;}
.closeMenu:before {position: absolute; right: 0; top: 0; background: #fff; content: ""; width: 100%; height: 2px; transform: rotate(-45deg);}
.closeMenu:after {position: absolute; right: 0; top: 0; background: #fff; content: ""; width: 100%; height: 2px; transform: rotate(45deg);}
.banner .insdBnr {height: auto;}
.banner .txt {transform: none; position: static; padding: 29px 15px 0;}
.banner .txt h1 {font-size: 24px; font-weight: 700;
color: #303030;
text-shadow: none;}
.banner .txt h2 {line-height: 22px; text-shadow: none;    font-size: 16px;
color: #303030;}
.mouse {display: none;}
.aboutBox:before {width: 180px;
height: 180px; display: none;}
.aboutBox:after {    width: 180px;
height: 180px; display: none;}
.aboutBox {padding: 20px 0 0; margin: 0 0 20px;}
.aboutBox .rt {width: 100%; position: static;}
.aboutBox .rt img {    border-top: 8px solid #f14d2a;
border-bottom: 8px solid #f14d2a;}
.aboutBox .rt .imgBox:before {display: none;}
.aboutBox .lt {width: 100%; padding: 15px 0 0;}
h1.ttl { font-size: 36px;}
h2.ttl2 {font-size: 22px; margin: 0 0 15px;}
.aboutBox .lt .txt p {margin-bottom: 15px;    line-height: 25px;}
.product .proTtl h1.ttl {    margin: 0;}
.proTtl {padding: 0 0 30px;}
.product .proImg li {margin: 0; display: block; max-width: 400px;
width: 100%; margin: 0 auto 20px; box-shadow: 0 0 18px -6px #000; transform: translate(0, 0) !important;}  
.product .proImg li img {width: 100%;}
.banner {margin: 0 0 25px;}
.product:after {bottom: -80px;}
.product:before {bottom: -15px;}
.client {padding: 150px 0 0;}
.client .clntsay h1.ttl {margin: 0;}
.clntSlider .txt p {    line-height: 25px;}
.clntSlider .txt {padding: 0 40px;}
.clntSlider .owl-carousel .owl-nav button.owl-next {right: -7px; top: 25%;}
.clntSlider .owl-carousel .owl-nav button {top: 25%; left: -7px;}
.clntSlider .txt h4 {padding: 0 0 30px;}
/* footer .lt {width: 100%; text-align: center;}
footer {padding: 22px 0 0;}
footer .lt ul li {    float: none; padding: 0 9px; display: inline-block;}
footer .rt {width: 100%; text-align: center;}
footer .rt ul li {float: none; padding: 0 9px; display: inline-block;}
footer .rt ul {float: none; padding: 18px 0 0;} */
.menuActive .topHead .navBar {transform: translate(0, 0);}
.aboutBox .rt .imgBox {transform: none !important; opacity: 1;}
.insdHdr {height: 141px;}
.insdHdr h1 {font-size: 34px; line-height: 141px;}

.insdAbt.aboutBox .lt .txt p {margin-bottom: 30px;}
.insdAbt.aboutBox .lt .txt h4 {font-size: 24px;}
.insdAbt.aboutBox {margin: 0 0 55px;}
.listBox .listItem {margin: 0 0 40px;}
.listBox {margin: 50px 0 40px;}
.proSectn .item {width: 50%;}
.proSectn {padding: 40px 0 50px;}
.proSectn .txt h4 {font-size: 14px;}
.proSectn .txt span {font-size: 12px;}
.contct .item {    margin: 0;    width: 100%;}
.form-group {width: 100%; margin-bottom: 15px;}
.form-group.last {margin: 0 0 35px;}
.form-wrapper {margin: 0 auto 40px;}
.abtTtl {   text-align: center; }
.cntrTxt {padding: 0 15px; font-size: 14px;}
.product {margin: 0px 0 150px;}



}




.aboutBox .lt .txt .knowMoreBtn{
    display: inline-block;
    margin-top: 10px;
    padding: 14px 35px;
    background: #f14d2a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #f14d2a;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.aboutBox .lt .txt .knowMoreBtn:hover{
    background: transparent;
    color: #f14d2a;
}


/* New Footer */

.newFooter{
    background:#1a1a1a;
    padding:70px 0 0;
    color:#fff;
}

.newFooter .container{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:50px;
    flex-wrap:wrap;
}

.footerCol{
    flex:1;
    min-width:250px;
}

.footerLogo img{
    max-width:220px;
    margin-bottom:20px;
}

.footerCol p{
    color:#cfcfcf;
    font-size:14px;
    line-height:28px;
}

.footerCol h3{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
    position:relative;
}

.footerCol h3:after{
    content:"";
    width:50px;
    height:3px;
    background:#f14d2a;
    position:absolute;
    left:0;
    bottom:-10px;
}

.footerLinks li,
.contactInfo li{
    margin-bottom:15px;
}

.footerLinks li a{
    color:#cfcfcf;
    font-size:15px;
}

.footerLinks li a:hover{
    color:#f14d2a;
}

.contactInfo li{
    color:#cfcfcf;
    font-size:15px;
}

.socialIcons{
    margin-top:25px;
}

.socialIcons a{
    display:inline-block;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    background:#2b2b2b;
    border-radius:50%;
    margin-right:10px;
    transition:.3s;
    color: white;
}

.socialIcons a:hover{
    background:#f14d2a;
}

.socialIcons img{
    width:18px;
}


/* Mobile */

@media(max-width:767px){

.newFooter .container{
    display:block;
}

.footerCol{
    width:100%;
    margin-bottom:40px;
}

}



.productGrid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:50px;
}

.productItem{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.productItem img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.productItem:hover img{
    transform:scale(1.08);
}

.ndsection {
    padding-top: 50px;
}

.viewAllBtn{
    text-align:center;
    margin-top:50px;
}

.viewAllBtn a{
    display:inline-block;
    background:#f14d2a;
    color:#fff;
    padding:15px 40px;
    border-radius:5px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
    border:2px solid #f14d2a;
    transition:.3s;
}

.viewAllBtn a:hover{
    background:transparent;
    color:#f14d2a;
}

.featuredProducts .abtTtl h1.ttl{
    transition: all 1s ease;
    transform: translate(0,30px);
    opacity: 0;
}

.featuredProducts .abtTtl h2.ttl2{
    transition: all 1s ease;
    transform: translate(0,-30px);
    opacity: 0;
}

.featuredProducts.active .abtTtl h1.ttl,
.featuredProducts.active .abtTtl h2.ttl2{
    transform: translate(0,0);
    opacity: 1;
}

.featuredProducts h1.ttl{
    transform: translateY(30px);
    opacity:0;
    transition:all 1s ease;
}

.featuredProducts h2.ttl2{
    transform: translateY(-30px);
    opacity:0;
    transition:all 1s ease;
}

.featuredProducts h1.ttl.active,
.featuredProducts h2.ttl2.active{
    transform: translateY(0);
    opacity:1;
}


@media(max-width:767px){

.productGrid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.productItem img{
    height:220px;
}


}