@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.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=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

:root {
    --orange: #f37200;
    --green: #f14b00;
}

/* CSS Document */
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: 1px solid #ccc;
    padding: 1px;

}
body {
    background: #fff;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

::-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: 'Poppins', 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: #216c00;
    --secondary: #f25b02;
}

.headerpart {
    background-color: #fff;
}

.cover {
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}

.header-s {
    padding: 1px 10px;
    font-size: 14px;
}


/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #d1c7c7;
    z-index: 999;
    height: 83%;
}

.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: center;
    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 11px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: .3s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;

}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInUp .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
	border: 1px solid #ccc;
	border-top: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 5px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #5a5151;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #fff;
}

.dropdoqwn li a:hover {
    background-color: var(--green);
    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:#f14b00;
    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 #e7e9f1;
    animation: fadeInDown .4s;
}

.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;
}

.email-b {
    align-items: center;
    display: flex;
    margin-left: 15px;
}

.login {
    padding: 0px !important;
    background-color: #fff !important;
    color: #333 !important;
    text-align: center;
    font-size: 13px !important;
}

.login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.phone_h span {
    display: block;
    color: #9d9797;
    padding-left: 8px;
}

.phone_h strong {
    display: block;
    color: #838383;
    font-size: 16px;
    padding-left: 8px;
    font-weight: 700;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}
.phone_h a{
  color: #838383;
}

.form1 {
    min-width: 380px;
    display: flex;
    position: relative;
}

.formset {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #e6e6e6;
    border: none;
    transition: .5s ease-in-out;
}

.formset::placeholder {
    color: #96989b;
    font-size: 15px;
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;

}

.button1 {
    background-color: #02361c;
    border: none;
    border-radius: 100px;
    width: 55px;
    height: 44px;
    text-align: center;
    font-weight: 700;
    top: 4px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0px 5px 5px 0px;
    font-size: 19px;
    padding-right: 13px;
    padding-top: 7px;
}
.mobilefixed {
    position: fixed;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    color: #fff;
    display: flex;
    text-align: center;
    z-index: 99999 !important;
    box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
}
.mobilefixed li a {
    color: #000 !important;
    padding: 5px 15px 0 15px;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
}
.mobilefixed ul {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3px;
}
.mobilefixed span {
    width: 100%;
    display: block;
    font-size: 11px;
    color: #000;
	line-height: 16px;
}
.mobilefixed img{ width:20px;}

.indexabout{ padding:50px 0px;}
.indexabout h1{ color:#f14b00; font-weight:700; margin-bottom:20px;}
.indexcore{ border-left:2px solid var(--green);font-style: italic; color:#666666; padding:0px 0px 0px 15px;}
.indexread{ background:#02361c; color:#fff; padding:12px 25px; display:table; border-radius:50px; margin-top:20px;}
.indexread:hover{background:#f25b00; color:#fff;}

.indexprosec{ background:url(../images/qlty1.png) no-repeat; background-size:100%; padding:50px 0px;}

.indexprosec h2{ color:#000; font-weight:700; line-height:20px;}
 .owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -25px;
    top: 200px;
    font-size: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    padding: 7px 0px 0px 7px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.owl-prev {

    width: 44px;
    height: 44px;
    position: absolute;
    left: -25px;
    top:200px;
    font-size: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    padding: 7px 0px 0px 7px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.owl-next i {
    font-size: 30px;
}

.owl-prev i {
    font-size: 30px;
}
.service-box {
    padding: 20px 20px 30px 20px;
    background-color: #ffffffbd;
    border-radius: 8px;
    text-align: center;
    margin:40px 15px;
	 -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.service-box img{
object-fit: contain;
width: 100%;
height: 218px;
border-radius: 8px;
}
.service-box  h3 { 
    margin-top: 15px;
    font-size: 20px;
	margin-bottom:25px;
}

.indexserb{ background:#f14b00; color:#fff;border-radius:50px; padding:6px 20px;}
.indexserb:hover{ background:#000; color:#fff;}

.indexfrom{ padding:50px 0px;}
.fromborder{ border:10px solid #eee; padding:50px; text-align:center; min-height:507px;}
.fromborder h6{ font-size:36px; margin-top:15px;}
.indform{  padding:10px; margin-bottom:15px; width:100%; outline:none; border:none;border-bottom:1px solid #CCCCCC; text-align:center;}
.indformbutton{ background:var(--green); color:#fff; border:none; outline:none; display:table; margin:0 auto; padding:14px 40px; margin-top:15px;}
.indformbutton:hover{background:#d5f2c9; color:var(--green);}

.countbg{background:url(../images/qlty1.png) no-repeat; background-size:100%; padding:50px 0px; }
.roundboxdiv{ background:#fff; height:200px; width:200px; padding:20px; border-radius:100px; text-align:center;margin: 0 auto;}
.roundboxdiv i{ font-size:60px; color:#999999; margin-top:20px;    display: block;}
.roundboxdiv strong{ color:#f14b00; font-size:20px;}

/** FAQ **/
.indexfaq{ padding:50px 0px;}
.indexfaqleft strong{ color:#216c00; font-weight:500; font-size:18px;}
.indexfaqleft h5{ font-size:42px; padding:0px 0px 20px 0px;}
.indexfaqbox{background:#f14b00; border-radius:10px; padding:15px 15px 20px; color:#fff;}
.indexfaqbox a{color:#fff!important;}
.indexfaqbox i{margin-top: 2px; font-size:56px;float: left; margin-right:15px;}
.indexfaqbox h6{ font-size:30px;}
.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
	border:none;
}
.accordion-button{ padding:1rem 0rem; font-weight:600;}
.accordion-button:not(.collapsed) {
    color: #2c2c96;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
/** Footer **/
footer{ background:#f2ffed; padding:50px 0px; color:#474747;}
.footerlinks h5{ color:var(--orange); font-size:34px; font-weight:800; padding-bottom:30px;}
.footerlinks ul li{ display:inline;}
.footerlinks ul li a{ background:#eaf1f4; padding:10px 15px; border-radius:5px; color:#000; font-size:24px;}
.footerlinks1 strong{ font-size:24px;}
.footerlinks1 span{ height:4px; width:60px;border-radius:5px; display:block; background:var(--orange); margin-bottom:16px;}
.footerlinks1 i{ font-size:20px; width:30px; margin-right:10px;}
.footerlinks1 ul li{ margin-bottom:5px; color:#fff;}
.footerlinks1 ul li a{color:#474747;}
.footerlinks1 ul li a:hover{ color:#000;}
.footerbottombg{ background:#02361c; text-align:center; padding:15px 0px; color:#fff; font-size:14px;}
.footerbottombg a{color:#CCCCCC;}
.footerbottombg a:hover{color:#CCCCCC;}
.footerbottombg img{ width:20px;}
.footermake{ border:1px solidvar(--green); padding:8px 18px; display:table; color:#216c00; border-radius:30px; font-size:14px;}
.footermake:hover{ background:#216c00; color:#fff;}
.footerbox{ background:#e1f3d9; border:2px solid #fff; border-radius:10px; margin-bottom:15px; padding:20px 30px;}
.footerbox strong{ font-size:20px; font-weight:500;}
.footerbox i{ font-size:26px; margin-right:10px;}
.footerlinks1 span {
    height: 4px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background:var(--green);
    margin-bottom: 16px;
}
.indexoverviw{ font-size:13px; line-height:22px;}
/*** Inner Pages ***/
.breadcrmb{ position:relative;color:#fff;}
.breadcrmb img{ width:100%; object-fit:cover; height:200px;}
.breadcrmbcont{ position:absolute; top:0px; text-align:center; width:100%;background: rgb(43 89 23 / 36%);backdrop-filter: saturate(180%) blur(10px);height:200px; padding-top:50px;}
.breadcrmb h6{ font-size:40px;color:#fff; font-weight:600; padding-bottom:15px;}
.breadcrmb a{ color:#fff;}
.aboutuspage{ padding:40px 0px;}
.aboutuspage h1{ font-size:34px; padding-bottom:15px;}
.contpage strong{ color:var(--green); font-size:20px; }
.contpage{margin-bottom:20px; font-size:18px; line-height:30px;}
.contpagestate ul li{ display:inline-block; border:1px solid #CCCCCC; color:#333333; padding:5px 15px; border-radius:50px; margin-bottom:15px;text-align: center;width: 32%;}
.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:var(--orange);
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
    width: 100%;
}
.continputbutton:hover {
    background: var(--green);
    color: #fff;
}
.mediagallery{ margin-bottom:20px; text-align:center;}
.mediagallery img{ width:100%; height:200px; object-fit:contain;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding:20px; border-radius:10px;}

.allserbg {
    background: url(../images/qlty1.png) no-repeat;
    background-size: 100%;
}
.prodetailspage img{ width:100%; height:450px; object-fit:contain; border:1px solid #ccc; padding:10px; border-radius:10px; margin-bottom:15px;}
.productlist{ margin-top:15px;}
.productlist h6{ background:#ecf5dd; padding:10px 15px; color:#000000;border-radius:10px;margin-bottom:10px;}
.productlist a{ margin-left:15px; display:block;}


.productbox img {
    object-fit: contain;
    width: 100%;
    height: 218px;
    border-radius: 8px;
}
.whychooseus{ background:#2f353f; text-align:center; padding:50px 0px; color:#fff; margin-top:50px;}
.whychooseus h4{ font-size:36px;}
.top-head-choose {border-bottom:4px solid #f14b00; padding:20px; background:#fff;border-radius:10px; margin-top:40px}
.top-head-choose  h3 { font-size:18px; color:#000; padding-top:20px;}
.top-head-choose  p{ font-size:14px;    margin: 5px 0px;
    color:#000;}
.top-head-choose i{ color:#f14b00; font-size:60px; }
.whatappcall{position:fixed; bottom:90px; right:35px;z-index: 99;}

