@charset "utf-8";
/***** Design By Sagar 4.3 HTML 5 *****/
@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=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Roboto", serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 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: "Alumni Sans", serif;
}

p {
    font-family: "Roboto", 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: #ffa329;
}



/*** header ***/
header {
    position: relative;
}

.topcontmenu {
    background: #002c91;
    color: #fff;
    position: absolute;
    width: 74%;
    top: 0px;
    text-align: right;
    border-radius: 0px 0px 0px 18px;
    right: 0px;
}

.topcontmenu ul {
    padding-right: 4.2%;
}

.darkHeader .topcontmenu {
    top: -4px;
}

.topcontmenu ul li {
    display: inline;
}

.clipcornor {
    z-index: 999;
    position: absolute;
    top: 4px;
    left: -28px;
    border-radius: 0px 0px 0px 0px;
}

.topdirect {
    background: #ffd904;
    color: #000;
    line-height: 36px;
    display: inline-block;
    padding: 0px 13px;
}

.topdirect:hover {
    background: #eee;
    color: #000;
}

.clipmenu {
    padding: 0px 10px;
}

.dbrochure {
    background: #f73200;
    color: #ffffff;
    line-height: 36px;
    display: inline-block;
    padding: 0px 12px;
    margin-left: -5px;
}

.dbrochure:hover {
    background: #eee;
    color: #000;
}


.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%;
}

.logo img {
    width: 266px;
    margin-top: -15px;
    margin-bottom: 0px;
    border-radius: 0px 20px;
    padding: 10px 10px 5px 0px;
}

.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    border-top: 4px solid #002c91;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 16px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 22px 10px;
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #ff7d00;
}

.header {
    display: flex;
    align-items: center;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide: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: -34px;
    min-width: 240px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 6px 15px;
    min-width: 240px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #002c91;
	border-bottom:1px solid #4a61a0;
	border-right:1px solid #4a61a0;
}

.dropdoqwn li a:hover {
    background-color: var(--secondary);
    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;
}



.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffff;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    font-size: 19px;
    border: 1px solid #bfbfbf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}



.get {
    background-color: #fff;
    color: #111;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 22px;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    border: 1px solid #989898;
    font-weight: 500;
}

.get:hover {
    background-color: #989898;
    color: #fff;
}

.counter-Txt {
    font-size: 70px;
    font-weight: 800;
    color: #ff7d00;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 22px;
    position: relative;
    top: -7px;
}

.group_flex {
    display: flex;
    margin-top: 33px;
}

/*** Main CSS ****/
.bannertopcont {
    background-image: linear-gradient(#f0efef, white, #f0efef);
    text-align: center;
    padding: 8px 0px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.bannerbothead {
    background: rgb(20, 190, 240);
    background: linear-gradient(90deg, rgba(20, 190, 240, 1) 35%, rgba(40, 50, 140, 1) 100%);
    color: #fff;
    text-align: center;
    padding: 8px 0px;
}

.bannerbothead h1 {
    font-size: 34px;
    font-weight: 400;
}

.welcommsg img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.welcommsg {
    background: #fdffcc;
    text-align: center;
    color: #000000;
}

.welcommsgbox {
    padding: 40px;
}

.welcommsgbox p {
    line-height: 28px;
}

.welcommsgbox h3 {
    font-size: 70px;
    line-height: 60px;
    color: #000;
    padding: 0px 0px 20px;
}
.welcommsgbox h2{font-family: "Roboto", serif; font-size:16px; line-height:30px; font-weight:400;}

.exploremore {
    background: #f73200;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
    display: block;
}

.exploremore:hover {
    background: #fff;
    color: #000;
}

.qualitybg {
    background: #f2f2f2;
    padding: 50px 0px;
}

.qualitybg1 {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.qualitycont {
    width: 50%;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.qualitycont h6 {
    font-size: 54px;
    color: #002c91;
    border-bottom: 4px solid #f73200;
    display: table;
    margin-bottom: 30px;
}

.industriessec {
    text-align: center;
    padding: 50px 0px;
    color: #666666;
    font-size: 18px;
}

.industriessec h6 {
    font-size: 54px;
    color: #002c91;
    margin-bottom: 10px;
    text-align: center;
}

.industriesbox {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 30px;
}

.industriesbox1 {
    border-bottom: 1px solid #CCCCCC;
    padding: 30px;
}

.industriesbox2 {
    border-right: 1px solid #CCCCCC;
    padding: 30px;
}

.industriesbox3 {
    padding: 30px;
}

.needhelp i {
    font-size: 50px;
    color: #9a9a9a;
}

.needhelp strong {
    font-size: 24px;
}

.needhelp {
    width: 20%;
    float: left;
    margin-top: -10px;
   
}



.needhelp1 {
    width: 80%;
    display: flex ;
}



/*** Footer ****/
.footertopmain {
    padding: 50px 0px;
}

.footertop {
    text-align: center;
    font-size: 18px;
}

.footertop h4 {
    padding: 20px;
    font-family: "Jost", serif;
}

/*** FOOTER ***/
footer {
    background: #eee;
    color: #000;
    padding-top: 50px;
    margin-top: 29px;
}

.footerbox {
    margin-top: 80px;
}

.footerbox a {
    color: #000;
    display: flex;
}

.footerbox a:hover {
    color: #ffa12b;
}

.footerbox h5 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    color: #000;
}

.footerbox ul li {
    margin-bottom: 6px;
}

.footerbox i {
    margin-right: 5px;
    font-size: 20px;
}

.footercopy {
    text-align: center;
    color: #878787;
    margin-top: 20px;
	    border-top: 1px solid #ccc;
		padding:20px 0px 0px;
}

.footercopy a {
    color: #878787;
}

.footerboxcenter {
    text-align: center;
    padding: 0px 50px;
}

.footerboxcenter img {
    margin-bottom: 50px;
	    width: 266px;
}

.footerboxcenter a i {
    color: #000;
    border: 1px solid #000;
    padding: 5px 8px;
    opacity: 0.5;
    background: #fff;
    font-size: 20px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.footerboxcenter a i:hover {
    opacity: 1;
    background-position: left bottom;
    color: #350608;
}

.footerbottom {
    background: #002c91;
    border-top: 1px solid #5f5f5f;
    padding: 15px 0px;
    margin-top: 20px;
    text-align: center;
}

.footerbottom a {
    color: #fff;
    padding: 0px 10px;
    font-size: 13px;
	font-weight:300;
}




/***Manjeet***/
.provide-pannel {
    background-color: #fff;
    padding: 40px;
}

.provide p {
    text-align: center;
    font-size: 48px;
    color: #000;
    margin-bottom: 40px;
}


.products-box {
    border-radius: 10px;
    text-align: center;
    padding: 21px 20px 1px 20px;
    box-shadow: 0px 0px 6px 0px #a39393;
    margin: 15px;
}



.product-photo img {
    background-color: #fff;
    object-fit: cover;
    text-align: center;
    object-fit: contain;
    padding:15px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    display: block;
    width: 100%;
    position: relative;
}



.overlay {
    position: absolute;
    bottom: 0;
    left: 33px;
    right: 0;
    top: 36px;
    background-color: rgb(223 220 220 / 55%);
    overflow: hidden;
    width: 78%;
    height: 55%;
    transform: scale(0);
    transition: .3s ease;
    border-radius: 10px;
}

.product-photo:hover .overlay {
    transform: scale(1);

}

.text a {
    color:#000;
    font-size: 14px !important;
}

.text a:hover {
    color: #000000;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product-photo p:hover {
    color: #002c91;
}

.product-photo span {
    color: #909090;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    text-align: center;
    font-size: 12px;
    margin-top: 16px;
    display: block;
}

.product-photo h3 {
    text-align: center;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-top: 10px;
	white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-photo p {
    text-align: center;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    color: #f1009f;
    margin-top: 9px;
}
.owl-next {
width: 44px;
    height: 44px;
    position: absolute;
    right: -57px;
    top: 169px;
    font-size: 27px;
    border: 1px solid #7e7e7e;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
}

.owl-prev { 

    width: 44px;
    height: 44px;
    position: absolute;
    left: -57px;
    top: 169px;
    font-size: 27px;
    border: 1px solid #7e7e7e;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
}
.owl-next i{font-size:30px;}
.owl-prev i{font-size:30px;}


.We-Get h2 {
    text-align: center;
    color: #002c91;
    font-size: 48px;
}

.We-Get p {
    color: #5b5b5b;
   
    font-size: 18px;
    margin-bottom: 49px;
    text-align: center;
}

.best {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 37px;
}

.main-achive {
    display: flex;
    justify-content: center;
}

.counter {
    font-weight: 600;
    font-size: 42px;
}


.mybestimg {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: 1px solid #fb279a;
    padding: 15px;
}


    .acive-pannel {
        padding: 0px 0px 59px 0px;
    }


.sale-achive p {
    margin: 0px;
    text-align: left;
}

.sale-achive {
    padding-left: 18px;
}

.need-pannel {
    background-color: #fff;
    padding: 43px 0px 20px 0px;
    margin-top: 50px;
}

.need i {
    color: #474545;
    font-size: 42px;
    margin-right: 14px;
}

.need {
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-index h2 {
    font-size: 13px;
}

.help-index p {
    margin: 0px;
    color: #585757;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.Contact-help {
    background-color: #f73200;
    padding: 7px;
    width: 128px;

    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    border-radius: 1px 30px 30px 38px;
    font-size: 14px;
    margin-top: 12px;
}

.Contact-help p {
    text-align: center;
    margin: 0px;
    color: #fff;
}

.Contact-help:hover {
    background-color: #002c91;
    color: #fff;
}
.two-elements {
    display: flex;
    align-items: center;
	position:relative;
}
.indexabouttext{ border-top:1px solid #ccc;border-bottom:1px solid #ccc; padding:40px 0px; margin-bottom:40px; font-size:14px; color:#333333;}
.indexviewmore{ border-bottom:4px solid #ccc; display:table; margin:0 auto;}
.topsearch{ outline:none; border:1px solid #CCCCCC; width:235px; padding:5px;} 
.serbutton{ position:absolute; right:10px; top:5px; border:none; outline:none; background:none; font-size:18px;}

/*** ABOUT US ***/
.breadcrmbg{ background:url(../images/bradcrm.jpg) no-repeat; text-align:center; padding:46px 10px; color:#000; background-size:100%;}
.breadcrmbg h6{ font-size:46px; padding-bottom:10px;}
.comancont{ padding:50px 0px;}
.aboutuspage strong{font-family: "Alumni Sans", serif; font-size:30px; padding-bottom:15px; font-weight:500;}
.aboutuspage{ line-height:30px;}
.contactpage h5{ font-size:40px;}
.contactpage{ text-align:center;}
.continput{background-image: linear-gradient(#f0efef, white, #f0efef); padding:8px 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:#f73200; color:#fff; padding:5px 15px; display:block; text-transform:uppercase; width:100%;}
.conttext{ margin-top:50px; text-align:center;}
.conttext h5{ font-size:30px;}
.conttext i{ font-size:30px;}

.left-side-p h6{ font-size:30px; padding-bottom:10px;}
.accordion-item .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    font-size: 26px;
}
.muprolist{display: inline-grid;}

.hidden{ display:none;}
.details h2{ font-size:30px;}
.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: 116px;
    bottom: 0;
}

.left-side {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.left-side img {
    width: 100%;
    object-fit: contain;
    height: 450px;
}
.innerform {
    background: #eeebeb;
    color: #555;
    padding: 0 !important;
    margin: 7px;
    border-radius: 7px
}

.formpage5 h6 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0;
    background-color: #00b6dd;
    padding:3px 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 27px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    background-color: #647a91;
    display: block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px
}
.catkeybox {
    background: #fff;
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    min-height: 330px;
    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: #ffa12b;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.productpdf a{ background:#ff0b74; padding:5px 8px; text-align:center; color:#fff; font-size:16px; font-weight:500;display: block; border-radius:5px;}
.productpdf a:hover{ background:#000; color:#fff;}
table{ width:100%;}
td{ border:1px solid #ccc; padding:5px;}
.left-side-p{position: sticky;
    top: 116px;
    bottom: 0;}

.indexproducts{ text-align:center; margin-bottom:40px;}
.indexproducts h5{ font-size:26px;}
.indexproducts img{ width:100%; height:200px; object-fit:contain;}






