@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 CSS*****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* Fonts : font-family: "Rubik", serif; 
font-family: "Poppins", serif;
font-family: "Plus Jakarta Sans", serif;
*/


/* CSS Document */

body {
    background: #fff;
    color: #515151;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Poppins", serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Plus Jakarta Sans", serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #f25b00;
}



/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 11px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.headerpart{ border-top:4px solid #111111;}
.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}


#sub2:checked~.dropdoqwn {
    display: block;
}

#sub2:checked~.dropdoqwn2 {
    display: block;
}

#sub2:checked~.megmenupart {
    display: block;
}


#sub3:checked~.dropdoqwn {
    display: block;
}

#sub3:checked~.dropdoqwn2 {
    display: block;
}

#sub3:checked~.megmenupart {
    display: block;
}






#sub4:checked~.dropdoqwn {
    display: block;
}

#sub4:checked~.dropdoqwn2 {
    display: block;
}

#sub4:checked~.megmenupart {
    display: block;
}





#sub5:checked~.dropdoqwn {
    display: block;
}

#sub5:checked~.dropdoqwn2 {
    display: block;
}

#sub5:checked~.megmenupart {
    display: block;
}


#sub6:checked~.dropdoqwn {
    display: block;
}

#sub6:checked~.dropdoqwn2 {
    display: block;
}

#sub6:checked~.megmenupart {
    display: block;
}



#sub1:checked~.dropdoqwn {
    display: block;
}

#sub1:checked~.dropdoqwn2 {
    display: block;
}

#sub1:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
    border: 1px solid #ec6928;
    border-top: none;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 5px 15px;
    min-width: 300px;
    text-align: left;
    border-radius: 0px;
    color: #000;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #fff;
}

.dropdoqwn li a:hover {
    background-color: #111111;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.header-bg {
    background-color: #af3a00;
    text-align: center;

}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
}

.darkHeader .top-head {
    display: none;
}

.darkHeader .top-header {
    display: none;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    font-size: 14px;
    flex-wrap: wrap;
}


.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 8px;
    left: 5px;
}

.button1 {
    background-color: #fff !important;
    border: none;
    border-radius: 100px;
    width: 55px;
    height: 43px;
    text-align: center;
    font-weight: 400;
    top: 4px;
    color: #222;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 25px;
    border-radius: 0px 5px 5px 0px;
    font-size: 18px;
    padding-right: 13px;
    padding-top: 7px;
}

.top-bar {
    background-color: #4b1b11;
    color: #fff;
    text-align: right;

}

.top-bar a {
    display: inline-flex;
    justify-content: end;
    color: #fff;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 300;

}

.top-bar a:nth-child(1n+1) {
    color: #fff;
    border-right: 1px solid #fff;
}

.top-bar a:nth-last-child(1) {
    border-right: 0px solid #fff;
    background-color: #fff;
    display: inline-block;
    background-color: #ffd101;
    color: #111;
    padding: 13px 17px;
    font-weight: 400;
    min-width: 100px;
    text-align: center;
}

.top-bar a:nth-last-child(2) {
    border: none;
}

.top-group {
    flex: 1;
}


.navlink a {
    display: inline-block;
    padding: 18px 20px;
}
.form1{ position:relative;}
.formset {
    padding: 12px 40px;
    border-radius: 100px;
    background-color: #efefef;
    border: none;
    transition: .5s ease-in-out;
    font-weight: 400;
	width: 400px;
}
.calltop{ font-size:13px; color:#999999;width: 250px;}
.calltop img{ margin-top: 5px;float:left; margin-right:12px;}
.calltop strong{ color:#ec6928; font-size:20px;}
.headtopbg{ background:#fff5ea; padding:5px 0px; color:#ec6928; font-size:13px;}
.headtopbg a{color:#ec6928;}
.headtopbg i{ font-size:16px;}

.sleccatbg{background:#fff5ea; padding:50px 0px 60px; text-align:center;}
.sleccatbg p{ color:#ec6928; font-size:24px; margin:0px;}
.sleccatbg h6{ color:#ec6928; font-size:40px; font-weight:600; padding:20px 0px;}

.indexprobg{ position:relative; background:#fff; padding:15px; border-radius:10px; margin-top:20px; }
.indexprobg img{width:100%; height:300px; object-fit:contain;}
.indexprobg a {
    display: block;
    background: #ec6928;
    padding: 7px;
    text-align: center;
    color: #fff;
    width:100%;
}
.indexprobg a:hover{ background:#111111;}
.profilebox{ padding:40px 50px; font-size:16px;}
.profilebox h1{ font-size:28px; border-bottom:4px solid #111111; display:table; padding:0px 0px 10px 0px; color:#ec6928; font-weight:600;}
.profilebox h4{ padding:15px 0px; line-height:36px;}
.profileoption{color:#ec6928; font-size:18px;}
.profileoption i { font-size:30px;}
.profilebox li {
    display: inline;
    margin-right: 22px;
}


#dyanmic .indexproduct{background:#f6e8ec; padding:50px 0px; text-align:center;}
#dyanmic .indexproduct:nth-child(2n+2){background:#fff; padding:50px 0px; text-align:center;}
.indexproduct h3{color:#ec6928; font-size:40px; margin-bottom:30px; font-weight:600;}
.productbox{color:#ec6928; font-size:14px; margin-top:20px;}
.productbox img{padding:15px; background:#fff; border-radius:5px;  width:100%; height:300px; object-fit:contain; margin-bottom:15px;}
.productbox strong{ color:#000; font-size:20px; font-weight:500;}
.proread{background: #111111; padding:5px 18px; font-size:15px; color:#fff; border-radius:4px;}
.proread:hover{background: #111111;color:#fff;}
.viewmorpro{border: 2px solid #ec6928; background:#fff;border-radius:5px; color:#111111; padding:12px 25px;}
.viewmorpro:hover{ background:#111111;color:#fff;}

.indexabout{ padding:50px 0px;}
.indexabout h4{color:#ec6928; font-size:40px; margin-top:30px; margin-bottom:30px; font-weight:600;}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px;
}
.accordion-item button {
    border-left: 4px solid #111111;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.reqprodbg{ background:#fff5ea; text-align:center; padding:50px 0px; color:#000;}
.reqprodbg h5{ font-size:40px; padding-bottom:20px;color:#ec6928; font-weight:600;} 
.reqprodbg strong{color:#ec6928; font-weight:500;}
.proenque{ background:#fff; border-radius:5px; padding:12px 15px; width:100%; outline:none; border:none;}
.send_btn{ width:100%; background:#ec6928; padding:12px; color:#fff;border-radius:5px;outline:none; border:none;}
/** FOOTER **/
footer{background:#ec6928; padding:50px 0px 0px 0px; color:#fff;}
footer strong{ font-size:20px; font-weight:500;}
.footercont{ display:flex;}
.footercont i{ margin-right:15px;}
footer ul li a{ color:#fff; line-height:30px;}
footer ul li a:hover{ color:#111111;}
.footermedia{ border:1px solid #fff; padding:5px; width:40px; height:40px; border-radius:100%; color:#fff;display: inline-block;text-align: center; font-size:20px;margin-right:8px;}
.footermedia:hover{color:#fff;}
.copyright{ color:#ffc8ad; margin-top:20px; text-align:center; font-size:13px;}
.copyright a{color:#ffc8ad;}
.footerbottom {
    background: #111111;
    border-top: 1px solid #761d32;
    padding: 15px 0px;
    margin-top: 20px;
    text-align: center;
}
.footerbottom a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
    font-size: 13px;
}
/*** ABOUT US ****/
.commanpage{ padding:50px 0px;}
.aboutpage h6{ font-size:20px; text-align:center;}
.aboutpage h1{ color:#761d32; padding:15px 0px; text-align:center;}
.aboutpage h2{ color:#761d32; padding:15px 0px; text-align:center;}
.aboutcomp{ background:#a5cd38; padding:15px 30px; border-radius:10px; color:#fff;min-height: 260px; border-bottom:4px solid #761d32;}
.aboutcomp strong{ font-size:20px;font-weight:600;}
.aboutpage ul li{ line-height:30px;}

/*** Contact Us ***/
.contbanner img{ width:100%;}
.contbox1{ border:1px solid #ccc; border-top:4px solid #ec6928; border-radius:8px; padding:20px 20px; min-height:265px; position:relative;}
.contbox1 strong{ color:#ec6928; font-size:20px;}
.contbox2{ border:1px solid #ccc; border-top:4px solid #a5cd38; border-radius:8px; padding:20px 20px; min-height:265px; position:relative;}
.contbox2 strong{ color:#ec6928; font-size:20px;}
.contflex{ display:flex;}
.contflex i{ margin-right:10px;}
.callnowbox{ background:#a5cd38; padding:8px; text-align:center; display:block; width:90%; color:#fff; border-radius:5px; position:absolute; bottom:20px;}
.callnowbox:hover{ background:#ec6928;color:#fff;}

.contactpage h5 {
    font-size: 40px;
}
.continput {
    background-image: linear-gradient(#f0efef, white, #f0efef);
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 6px;
}
.continputbutton {
    margin-top: 15px;
    outline: none;
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 6px;
    background: #ec6928;
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
    width: 100%;
}
.continputbutton:hover {
    background: #a5cd38;
    color: #fff;
}
.allcat{ border-top:1px solid #fff;}
.left-side-p h6{ font-size:20px; padding-bottom:10px;}
.accordion-item .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.muprolist{display: inline-grid;}
.muprolist a{font-size: 13px;}
.hidden{ display:none;}
.details h2 {
    font-size: 20px;
    color: #ec6928;
}
.textpanel {
    display: block;
    font-size: 14px;
    text-align: center;
}
.textpanel h1{ font-size:18px;}
.readmore3 a {
    display: inline-block;
    margin: 10px auto;
    background-image: linear-gradient(#ff8400, #fb9f3d);
    color: #fff;
    padding: 10px 50px !important;
    font-size: 17px;
    border-radius: 7px;
    font-weight: 600;
    text-align: center;
}

.heading-set {
    font-size: 17px;

}

.sertpage {
    position: relative;
}
.formsetting {
    width: 100%
}


.formpage5 {
    border-radius: 7px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
	position: sticky;
    top: 60px;
    bottom: 0;
}
.pagedetals{ padding:20px 0px 30px 0px;}
.pagedetals ul li{ background:url(../images/arrow.png) no-repeat; background-position:0px 9px; padding-left:15px; line-height:28px;}
.pagedetals ul{ margin-bottom:15px;}
.left-side {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.left-side img {
    width: 100%;
    object-fit: contain;
    height: 400px;
}
.innerform {
    background: #eeebeb;
    color: #555;
    padding: 0 !important;
    margin: 7px;
    border-radius: 7px
}

.formpage5 h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0;
    background-color: #111111;
    padding: 8px 8px;
    border-radius: 6px 6px 0 0;
}

.innerform form {
    padding: 5px 25px
}

.forminner {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 12px !important;
    padding-top: 13px;
    padding-bottom: 9px
}

.inputname {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    padding: 7px 10px;
    width: 100%
}

.inputbutton {
    outline: 0;
    margin: 0 auto;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    background-color: #ec6928;
    display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px
}
.catkeybox {
    background: #fff;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    min-height: 380px;
    padding: 25px;
	text-align:center;
	box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
}

.catkeybox img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.catkeybox a {
    border: 3px solid #fff;
    display: table;
    text-align: center;
    background: #ec6928;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.productpdf a{ background:#111111; padding:5px 8px; text-align:center; color:#fff; font-size:16px; font-weight:500;display: block; border-radius:5px;}
.productpdf a:hover{ background:#ec6928; color:#fff;}
table{ width:100%;}
td{ border:1px solid #ccc; padding:5px;}
.left-side-p{position: sticky;
    top: 60px;
    bottom: 0;}
    
    
    .accordion-button {
     padding: 7px 15px;
}
.brandlogo img{ width:auto; object-fit:contain; background:#fff; padding:15px; border-radius:8px; margin:10px; display:table; height:120px;float: left;}
.bradcrumb{ text-align:center; margin-top:30px; margin-bottom:30px;}
.bradcrumb h3{ color:#000000;}
.myvideos iframe{ width:100%; border:none; height:300px;}
.galleriin1{ margin-bottom:20px;}
.galleriin1 img{ width:100%; height:280px; object-fit:contain; border-radius:10px; border:4px solid #eee; padding:5px;}
.catemeta{ text-align:left;}
.catemeta h1{ font-size:24px;color:#ec6928;}
.catemeta p{ font-size:14px; color:#000000;}



