@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Poppins:wght@200;300;400;500&family=Quicksand:wght@300;400;500;600;700;800;900&display=swap');

/* font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Josefin Sans', sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --primary-color: #00a198;
    --secondry-color: #28abe4;
    --third-color: #25697e;
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #141615;
    --black-color3: #202020;
    --black-color4: #212529;
    --lightgray-color: #e7e6e6;
    --gray-color: #a1a1a1;
    --gray-color2: #a5a4a4;
    --gray-color3: #e7e7e7;
    --facebook-color: #3b5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --background-color: #fafafa;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
}

img{
    max-width: 100% !important;
}

a{
	text-decoration: none;
	
}

a:focus {
	outline: none;
	text-decoration: none;
}

p{
    margin-bottom: 5px !important;
}

/* about us css start */
.about_us_section{
    padding: 50px 0;
    position: relative;
}

.sec_img_overlay{
    position: absolute;
    right: 17%;
    bottom: 7%;
    z-index: -99999;
    opacity: .6;
}

.sec_img_overlay2{
    position: absolute;
    right: 0;
    bottom: 6%;
    z-index: -99999;
    opacity: .6;
}

.sec_img_overlay2 img{
    width: 250px;
}

.about_head_title{
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.about_head_title h1{
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 800;
    position: relative;
    margin-bottom: 5px !important;
    /* display: inline-block;
    padding: 0px 30px; */
   
}

.about_content_div h1{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
}

.about_content_div h2{
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 1px;
}

/* 
.about_head_title h1:before {
    content: "";
    border-top: solid 3px var(--secondry-color);
    width: 10%;
    height: 2px;
    position: absolute;
    top: 45%;
    z-index: 1;
    right: 30%;
  }

  
.about_head_title h1:after {
    content: "";
    border-top: solid 3px var(--primary-color);
    width: 7%;
    height: 2px;
    position: absolute;
    top: 25%;
    z-index: 1;
    right: 30%;
  } */


.about_head_title h1 span{
    color: var(--secondry-color);
}

.about_head_title h1 img{
    width: 60px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.about_head_title p{
    text-align: center;
    font-weight: 500;
}

.about_head_title h2{
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.about_head_title h2 span{
    color: var(--secondry-color);
}

.about_img_main_div{
    position: relative;
    margin-bottom: 20px;
    transition: .5s ease-in-out;
    text-align: center;
    width: 100%;
}

.about_img_box{
    position: relative;
    transition: .5s ease-in-out;
    text-align: center;
    width: 100%;
}

.about_img_box  .abimg{
    transition: .5s ease-in-out;
    text-align: center;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 417px;
    object-fit: cover;

}

.about_img_box .first_big{
    width: 100%;
    height: 461px;
    object-fit: cover;
}

.about_overlay_box{
    position: absolute;
    top: 50%;
    left: 30%;
}


.about_overlay_box .second_small{
    
    width: 187px;
    height: 187px;
    object-fit: cover;
    
}

.about_overlay_box .abimgs{
        height: 144px;
    width: 100%;
    object-fit: cover;

}


.about_overlay_box img{
    width: 200px;
    background-color: var(--secondry-color);
    padding: 6px;
    animation: mover 1s infinite  alternate;
    border-radius: 0px !important;
}



.about_overlay_boxs{
    position: absolute;
    top: 50%;
    left: 30%;
}


.about_overlay_boxs .second_small{
    
    width: 100% ;
    height: 187px;
    object-fit: cover;
    
}

.about_overlay_boxs .abimgs{
        height: 144px;
    width: 100%;
    object-fit: cover;

}


.about_overlay_boxs img{
    width: 200px;
    background-color: var(--secondry-color);
    padding: 6px;
    animation: mover 1s infinite  alternate;
    border-radius: 0px !important;
}


.about_content_div h3{
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black-color);
    line-height: 33px;
}

.about_content_div h4{
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    color: var(--secondry-color); 
    padding-top: 5px;
}

.about_content_div p{
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    padding: 6px 0px;
}
.about_btn_div {
    margin-top: 1px;
}
.about_btn_div img{
    width: 30px;
    animation: mover 1s infinite  alternate;
}

.aboutab_img_div{
    text-align: center;
    position: relative;
}

.aboutab_img_div img{
    margin: auto;
    text-align: center;
    display: block;
}

.aboutab_overlay_div{
position: absolute;
bottom: -30%;
left: 0;
}

.aboutab_overlay_div img{
    width: 300px;
}

.aboutab_overlay_div2 {
    position: absolute;
    bottom: -20%;
    right: 25%;
}

.aboutab_overlay_div2 img {
    /*width: 150px;*/
        width: 150px;
    height: 151px;
    object-fit: contain;
}

.about_btn_div a{
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
    font-size: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px 8px 20px;
    border-radius: 100px;
}
.about_btn_div a{
    text-transform: capitalize;
}

.media_nst_div .flex-shrink-0 img{
    width: 40px;
}

.media_nst_div .flex-grow-1 h3{
    font-size: 13px;
    font-weight: 800;
}

.about_content_div  ul{
    list-style: none;
    padding: 0px 2px;
}


.about_content_div li{
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
}

.about_content_div b{
    color: var(--primary-color);
}

/* 

.about_btn_div a:before {
    content: "";
    border-top: solid 3px var(--secondry-color);
    width: 80%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
    right: -100%;
  }

  
.about_btn_div a:after {
    content: "";
    border-top: solid 3px var(--primary-color);
    width: 50%;
    height: 2px;
    position: absolute;
    top: 10%;
    z-index: 1;
    right: -100%;
  } */


/* about us css end */


/* three box css */
.three_box_section{
    padding: 50px 0px;
}

.three_box_main_div{
    background-color: var(--white-color);
    border: 3px solid var(--white-color);

   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   margin-bottom: 30px;
   text-align: center;
   background-image: url(../images/sectionimg02.png);
  position: relative;
}

.three_overlay_div{
    background-color: var(--secondry-color);
    padding: 30px 30px 50px 30px;
}


.three_box_main_div:before {
    display: block;
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    background-color: var(--secondry-color);
    right: -2px;
    z-index: -1;
    transform: skew(2deg, 2deg);
    }
    
    
    .three_box_main_div:after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px; width: 50%; height: 100%;
    bottom: 0px;
    background:rgba(255,255,255,0.02);
    right: 0px; z-index: -1;
    
    }

    .three_box_icon_div{
        margin-bottom: 15px;
        text-align: center;
    }

    .three_box_icon_div img{
        width: 150px;
        filter: invert(100%);
        margin: auto;
    }

    .three_box_main_div:hover img{
        animation: mover 1s infinite  alternate;
    }

    .three_box_main_div h3{
        color: var(--white-color);
        font-size: 20px;
        text-transform: capitalize;
    }

    .three_box_main_div p{
color: var(--white-color);
font-size: 16px;
line-height: 29px;
    }


    /* 2nd =======================box  */


    .three_box_main_div2{
       
        border: 3px solid var(--white-color);
    
       box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      
       text-align: center;
       background-image: url(../images/sectionimg02.png);
      position: relative;
    }
    
    .three_overlay_div2{
        background-color: #ffffffdb;
        padding: 30px 30px 50px 30px;
    }
    
    
    .three_box_main_div2:before {
        display: block;
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        bottom: -2px;
        background-color: var(--secondry-color);
        right: -2px;
        z-index: -1;
        transform: skew(2deg, 2deg);
        }
        
        
        .three_box_main_div2:after {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px; width: 50%; height: 100%;
        bottom: 0px;
        background:rgba(255,255,255,0.02);
        right: 0px; z-index: -1;
        
        }
    
        .three_box_icon_div2{
            margin-bottom: 15px;
            text-align: center;
        }
    
        .three_box_icon_div2 img{
            width: 150px;
            filter: invert(0%);
            margin: auto;
        }
    
        .three_box_main_div2 img{
            animation: mover 1s infinite  alternate;
        }
    
        .three_box_main_div2 h3{
            color: var(--black-color);
            font-size: 20px;
            text-transform: capitalize;
        }
    
    .three_box_main_div2 p{
    color: var(--black-color3);
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
        }
    /* 2nd box ================================ */
    

/* three box css end */

/* categories css start */
.categories_section{
    padding-top: 30px;
   padding-bottom: 50px;
   background-color: var(--background-color); 
}

.categories_section .owl-prev {
    font-size: 14px !important;
    box-shadow: none !important;
    background-color: var(--secondry-color) !important;
    color: var(--white-color) !important;
    outline: none !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 32px !important;
    text-align: center !important;
    border-radius: 100% !important;


}

.categories_section .owl-next {
    font-size: 14px !important;
    box-shadow: none !important;
    background-color: var(--secondry-color) !important;
    color: var(--white-color) !important;
    outline: none !important;
    width: 35px !important;
        height: 35px !important;
        line-height: 32px !important;
    text-align: center !important;

    border-radius: 100% !important;
} 

.categories_head_title{
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.categories_head_title h1{
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 800;
    position: relative;
   margin-bottom: 2px;
}

.categories_head_title p{
    font-size: 16px;
    font-weight: 600;
}

.categories_main_div{
    text-align: center;
    margin-bottom: 20px;
    transition: .5s ease-in-out;
    background-color: var(--white-color);
    border: 3px solid var(--background-color);
    padding: 5px;
    outline: 5px solid var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.cate_img_box{
    text-align: center;
    margin: auto;
    transition: .5s ease-in-out;
}

.cate_img_box img{
    margin: auto;
    display: block;
    transition: .5s ease-in-out;
    height: 300px;
    object-fit: contain;

}

.categories_main_div h4{
    font-size: 17px;
    font-weight: 700;
    padding-top: 10px;
    color: var(--black-color4);
}

.cate_name_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cate_name_div span{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.categories_main_div:hover span{
    background-color: var(--secondry-color);
}

.categories_main_div:hover h4{
    color: var(--primary-color);
}
/* categories css end */


/* products css start */

.products_section{
   padding-top: 20px;
   padding-bottom: 30px;
   background-color: var(--background-color); 
}


.products_head_title{
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.products_head_title h1{
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 800;
    position: relative;
    /* display: inline-block;
    padding: 0px 30px; */
}


.products_head_title h1 span{
    color: var(--secondry-color);
}

.products_head_title h1 img{
    width: 60px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.products_head_title p{
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.products_head_title h2{
    color: var(--primary-color);
    font-size: 22px;
    padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}

.products_head_title h2 span{
    color: var(--secondry-color);
}

.products_main_div{
    text-align: center;
    margin-bottom: 20px;
    transition: .5s ease-in-out;
    background-color: var(--white-color);
    border: 3px solid var(--background-color);
    padding: 5px;
    outline: 5px solid var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    position: relative;
}

.products_img_div{
    text-align: center;
    width: 100%;
}


.products_img_div .produt_img{
    height: 408px;
    width: 408px;
    object-fit: contain;
}

.products_img_div img{
    width: 100%;
    margin: auto;
    text-align: center;
        height: 300px;
    object-fit: contain;
}

.overlay_icons{
    position: absolute;
    bottom: 8%;
    right: 2%;
}

.overlay_icons a{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 14px;
    border-radius: 100px;
    
}

.overlay_icons .bx-zoom-in{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 14px;
    
}

.overlay_img_pro{
    position: absolute;
    bottom: 16%;
    right: 7%;
}


.overlay_img_pro img{
    width: 50px;
}

.product_name-div_div h3{
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0px !important;
    padding: 5px 2px 2px 2px;
    font-weight: 700;
}

/* products css end */


/* one stop css */
.one_stop_solution{
    padding-bottom: 50px;
    padding-top: 20px;
}

.one_stop_img_div{
    margin-bottom: 20px;
    text-align: center;
}

.one_stop_img_div img{
    width: 300px;
    margin: auto;
}

.one_stop_txt_div h3{
text-transform: capitalize;
font-size: 30px;
line-height: 38px;
font-weight: 700;
}

.one_stop_txt_div h3 span{
    color: var(--secondry-color);
}

.one_stop_txt_div ul{
    list-style: none;
    padding: 0px 2px;
}


.one_stop_txt_div li{
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
}
/* end */

/* making css */
.making_section{
    background-color: var(--background-color);
    padding: 40px 0px;
}

.making_main_txt_div{
    text-align: center;
}

.making_main_txt_div h3{
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 7px;
}

.making_main_txt_div h3 span{
    color: var(--secondry-color);
}

.making_main_txt_div p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.making_main_txt_div h3 img{
    width: 60px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite  alternate;
}
/* making css end */

/* recycle div */

.recycle_div_icon{
    padding: 50px 0px;
}




.recycle_head_title{
  text-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.recycle_head_title h4{
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    font-family: 'Rubik Maps', system-ui;
    letter-spacing: 1px;
    text-align: center;
}

.recycle_head_title h4 span{
    color: var(--secondry-color);
}

.recycle_head_title h4 img{
    width: 60px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite  alternate;
}

.recycle_icon_div{
    margin-bottom: 20px;
    text-align: center;
}

.recycle_img_div {
    text-align: center;
}

.recycle_img_div img{
    text-align: center;
    margin: auto;
    width: 90px;
}

.recycle_icon_div h5{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding-top: 9px;
    line-height: 23px;
    
}

/* end */


/* pagetitle css */
.page_title_mkp_section {
  background-color: var(--background-color);
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }
  
  .page_ti_overly_mkp_div {
    background-color: rgba(233, 233, 233, 0.9);
    padding-top: 30px;
  }
  
  .page_title_tax_mkp_main_div {
    text-align: center;
    margin: auto;
  }
  
  .page_title_tax_mkp_div {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 7px 5px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .page_title_tax_mkp_div h1 {
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
  }

  .page_title_tax_mkp_div h1 img{
    width: 20px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite  alternate;
    display: none;
  }
  
  .page_title_tax_mkp_div ul {
    list-style: none;
    padding: 0px 6px;
    margin-top: -7px;
  }
  
  .page_title_tax_mkp_div li a {
    color: var(--black-color);
    font-weight: 700;
  }
  
  .page_title_tax_mkp_div li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    color: var(--secondry-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
  }
  
  .page_title_tax_mkp_div li:before {
    position: relative;
    content: "\2059";
    margin-right: 4px;
    font-weight: bold;
    color: var(--secondry-color);
    top: -1px;
    font-size: 20px;
  }
  
  /* page titile css end */

  /* ==============contact us page css start=============================*/
.contact_us_page_section{
    padding-top: 40px;
    padding-bottom: 50px;
}


.contact_page_title_div{
    text-align: center;
    padding-bottom: 34px;
}

.contact_page_title_div h2{
    color: var(--black-color4);
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
}

.contact_page_title_div h2 span{
    color: var(--secondry-color);
}

.main_div_contactus_page{
    margin-bottom: 20px;
}

.contact_us_flx_div_main{
    margin-bottom: 15px;
}

.contact_us_flx_div_main .d-flex .flex-shrink-0 i{
    background-color: var(--secondry-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--white-color);
    border-radius: 100px;
    font-size: 20px;
}

.contact_us_flx_div_main .contact_page_num_div b{
    color: var(--secondry-color);
    font-size: 17px;
    text-transform: capitalize;
}

.contact_us_flx_div_main .contact_page_num_div a{
  display: block;
  color: var(--black-color5);
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

}

.contact_us_flx_div_main .contact_page_num_div p {
    color: var(--black-color5);
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
}



.contact_page_form .input-group ::placeholder {
    font-size: 14px;
    font-weight: 500;
}

.contact_page_form .input-group input,
textarea {
    margin-bottom: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    padding: 10px 0px 10px 10px;
}

.contact_page_form .input-group-text {
    margin-bottom: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    padding-top: 13px;
    color: var(--black-color);
}

.contact_page_form select {
    margin-bottom: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    padding: 11px 0px 11px 10px;
}

.contact_page_form select option {
    font-size: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;

}


.contact_page_form select {
    font-size: 14px !important;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;


}

.contact_page_form .input_div input.btn {
    background-color: var(--black-color);
    padding: 10px 20px 10px 20px;
    color: var(--white-color);
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-bottom: 10px;

}

.contact_page_form .input_div input.btn:hover {
    background-color: var(--secondry-color);
}
/* ==============contact us page css end =============================*/



/* gallery css start */

.gallery_section{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--background-color);
 }
 
 
 .gallery_head_title{
     text-align: center;
     align-items: center;
     margin-bottom: 40px;
 }
 
 .gallery_head_title h1{
     text-transform: capitalize;
     font-size: 36px;
     font-weight: 800;
     position: relative;
     /* display: inline-block;
     padding: 0px 30px; */
     margin-left: -100px;
 }
 
 
 
 .gallery_head_title h1 span{
     color: var(--secondry-color);
 }
 
 .gallery_head_title h1 img{
     width: 60px;
     text-align: center;
     align-items: center;
     margin-top: -12px;
     animation: mover 1s infinite  alternate;
 }
 
 @keyframes mover {
     0% { transform: translateY(0); }
     100% { transform: translateY(-10px); }
 }
 
 .gallery_head_title p{
     text-align: center;
     font-weight: 500;
     text-transform: capitalize;
 }
 
 .gallery_head_title h2{
     color: var(--primary-color);
     font-size: 22px;
     padding-top: 10px;
     font-weight: 700;
     text-transform: uppercase;
     line-height: 35px;
 }
 
 .gallery_head_title h2 span{
     color: var(--secondry-color);
 }
 
 .gallery_main_div{
    text-align: center;
    margin-bottom: 20px;
    transition: .5s ease-in-out;
    background-color: var(--white-color);
    border: 3px solid var(--background-color);
    padding: 5px;
    outline: 5px solid var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    position: relative;
 }
 
 .gallery_img_div{
     text-align: center;
     width: 100%;
 }
 
 .gallery_img_div img{
     width: 100%;
     margin: auto;
     text-align: center;
 }
 
  .gallery_img_div .gall{
       height: 300px;
    width: 100%;
    object-fit: contain;
 }
 
 .overlay_icons{
     position: absolute;
     bottom: 8%;
     right: 2%;
 }
 
 .overlay_icons a{
     width: 25px;
     height: 25px;
     line-height: 25px;
     background-color: var(--primary-color);
     color: var(--white-color);
     font-size: 14px;
     
 }
 
 .overlay_icons .bx-zoom-in{
     width: 25px;
     height: 25px;
     line-height: 25px;
     background-color: var(--secondry-color);
     color: var(--white-color);
     font-size: 14px;
     
 }
 
 .overlay_img_pro{
     position: absolute;
     bottom: 16%;
     right: 7%;
 }
 
 
 .overlay_img_pro img{
     width: 50px;
 }
 
 /* gallery css end */


 /* products dt css start */

 .category_sec{
    background-color: var(--background-color);
    padding: 40px 0px;
 }

 .cate_txt_div h2{
    font-size: 27px;
    font-weight: 700; 
 }

 .cate_txt_div p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
 }

 .product_details_mkp_section{
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--gray-color3);
    
 }

 .products_dt_img_main_box{
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--white-color);
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
 }

 .products_mkp_img_box{
    position: relative;
    overflow: hidden;
 }
 
  .products_mkp_img_box .imag{
       height: 391px;
    width: 100% !important;
    object-fit: contain;

 }

 .products_details_div h2{
    font-size: 27px;
    font-weight: 700;
 }

 .products_details_div p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
 }

 .products_dt_btn_div {
    margin-top: 10px;
}
.products_dt_btn_div img{
    width: 30px;
    animation: mover 1s infinite  alternate;
    
    
}

.products_dt_btn_div a{
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
    font-size: 17px;
}
.products_dt_btn_div a{
    text-transform: capitalize;
}

  
  
.category_slider_main_div .owl-prev {
    font-size: 14px !important;
    box-shadow: none !important;
    background-color: var(--black-color3) !important;
    color: var(--white-color) !important;
    outline: none !important;
    width: 27px !important;
    height: 27px !important;
    line-height: 25px !important;
    text-align: center !important;
    border-radius: 0px !important;
    position: absolute;
    top: 40%;
    left: 0;
}

.category_slider_main_div .owl-next {
    font-size: 14px !important;
    box-shadow: none !important;
    background-color: var(--black-color3) !important;
    color: var(--white-color) !important;
    outline: none !important;
    width: 27px !important;
    height: 27px !important;
    line-height: 25px !important;
    text-align: center !important;
    border-radius: 0px !important;
    position: absolute;
    top: 40%;
    right: 0;
} 

.product_details_inner_mkp_section .owl-prev {
    font-size: 12px !important;
    box-shadow: none !important;
    background-color: var(--black-color3) !important;
    color: var(--white-color) !important;
    outline: none !important;
     width: 20px !important;
    height: 20px !important;
    line-height: 15px !important;
    text-align: center !important;
    border-radius: 100px !important;
    position: absolute;
    top: 26%;
    left: 0;
}

.product_details_inner_mkp_section .owl-next {
    font-size: 12px !important;
    box-shadow: none !important;
    background-color: var(--black-color3) !important;
    color: var(--white-color) !important;
    outline: none !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 15px !important;
    text-align: center !important;
    border-radius: 100px !important;
    position: absolute;
    top: 26%;
    right: 0;
} 

  
 /* products dt css end */
 

 
 /* products dt inner css start */

 .product_details_inner_mkp_section{
    padding-top: 50px;
    padding-bottom: 20px;
  
 }

 .products_dt_inner_img_main_box{
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--white-color);
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
 }

 .products_inner_mkp_img_box{
    position: relative;
    overflow: hidden;
 }

 .products_inner_details_div h2{
    font-size: 27px;
    font-weight: 700;
 }

 .products_inner_details_div p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
 }
 
 

 .thumb-img{
    list-style: none;
    padding: 0px 0px !important;
    margin-top: 10px;
    width: 100%;
  }
  
  .thumb-img li {
    display: inline-block;
  }
  
  .thumb-img li a img{
    width: 94px;
    background-color: var(--white-color);
    padding: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 70px;
    object-fit: cover;
  }
  
  .thumb-previewer  img{
      background-color: var(--white-color);
    padding: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 396px;
    width: 100%;
    object-fit: contain;
  }
  

 /* products dt iiner css end */
 
  


/* footer css */
.footer{
   background-color: var(--black-color4);
}

.footer{
    position: relative;
   
  }
  
  .footer::before {
    content: "";
    position: absolute;
    background: var(--primary-color);
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
  }
  
  .footer::after {
    content: "";
    position: absolute;
    background: var(--secondry-color);
    left: 30%;
    right: 30%;
    top: 0;
    height: 6px;
  }

.footer_overlay{
    /* background-color: rgba(4, 104, 12, 0.5); */
   padding-top: 40px;
   padding-bottom: 10px;
}

.footer_about_div{
    margin-bottom: 20px;
}

.footer_logo_div{
    margin-bottom: 10px;
}

.footer_logo_div img{
    width: 200px;
}

.footer_about_div p{
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color);
}

.footer_about_div p a{
    color: var(--primary-color);
}

.makeindia{
    text-align: center; 
    display: inline-block;
    margin-bottom: 20px;
}


.makeindia img{
    width: 150px;
    margin: auto;
    display: inline-block;
}

.footer_headti{
    margin-bottom: 20px;
    position: relative;
}

.footer_headti h5{
    position: relative;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 19px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: var(--primary-color);
}

.footer_headti h5 img{
    width: 20px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite  alternate;
}

.footer_headti ul{
    list-style: none;
    padding: 0px 12px;
}

.footer_headti li{
   
    font-size: 16px;
    border-bottom: 1px dashed var(--gray-color);
    padding: 8px 0px;
   

}

.footer_headti li a{
    color: var(--white-color);
    transition: .4s ease-in-out;
    font-weight: 600;
    font-size: 15px;
}


.footer_headti li a:hover{
    color: var(--primary-color);
    transition: .4s ease-in-out;
    margin-left: 4px;
}

.footer_headti .d-flex{
    margin-bottom: 10px;
}

.footer_headti .flex-shrink-0 .bx{
    font-size: 20px;
    color: var(--white-color) !important;
}

.footer_headti .footer_num_div p{
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    color: var(--white-color);
}

.footer_headti .footer_num_div a{
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    color: var(--white-color);
}

.footer_icon_div a{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
    
}

.footer_icon_div .bxl-instagram{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 14px;
    
}

.footer_icon_div b{
  font-weight: 600;
  margin-right: 17px;
  font-size: 20px;
}

/* footer css end */

 /* ======================copyright section start============*/
 .copyright_section{
    background-color: var(--secondry-color);
     }

     .copyright_section p{
        text-align: center;
        padding-top: 10px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 700;
        color: var(--white-color);
     }
   
     .copyright_section p a{
        color: var(--primary-color);
        font-weight: 800;
     }
 /* ======================copyright section end============ */

 
/* why us css */
.why_choose_us_section{
    padding-top: 45px;
     padding-bottom: 40px;
}

.why_choose_txt h4{
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
}


.why_choose_txt p {
  
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}

.why_choose_us_div_flx{
    margin-bottom: 10px;
}

.why_choose_us_div_flx .flex-shrink-0 img{
    width: 45px;
   }

.why_choose_us_div_flx .flex-shrink-0 i{
    background-color: var(--secondry-color);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 100px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

.why_choose_us_div_flx{
    margin-top: 10px;
    margin-bottom: 15px;
}

.why_us_div_txt_div p{
       font-size: 15px;
        color: var(--black-color4);
        line-height: 25px;
        letter-spacing: .1px;
        font-weight: 500 !important;
        margin-bottom: 2px !important;
}

.why_us_div_txt_div h5{
    color: var(--black-color3);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px;
}

.certifcat_btn_div{
    margin-top: 20px;
}

.certifcat_btn_div a{
    background-color: var(--primary-color);
    padding: 10px 20px 10px 20px;
    color: var(--white-color);
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: .4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .5s ease-in-out;
}

.certifcat_btn_div a:hover{
    background-color: var(--black-color3);
}

.why_us_img_div{
    text-align: center;
    position: relative;
}

.why_us_img_div img{
        height: 528px;
    width: 506px;
    object-fit: contain;
    margin: auto;
    text-align: center;
    display: block;
}

.why_overlay_div{
position: absolute;
bottom: -30%;
left: 0;
}

.why_overlay_div img{
    width: 300px;
}

.why_overlay_div2 {
    position: absolute;
    top: -25%;
    right: 25%;
}

.why_overlay_div2 img {
    width: 200px;
}

/* end */

/* ==============contact us page css end =============================*/
/*certificate start */


.certificate_section_aboutus{
	padding-bottom: 20px;
    padding-top: 40px;
	background-color: #f9f6f1;
}

.certificate_head_ti {
	text-align: center;
	padding-bottom: 20px;
}

.certificate_head_ti h3{
	text-transform: capitalize;
	font-size: 25px;
	font-weight: 700;
    color: #212121;
}

.certificate_head_ti h3 span{
	color: #033c08;
	font-size: 30px;
}

.certificate_main_div{
	text-align: center;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	background-color: #f9f6f1;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 5px;
	width: 100%;
}

.certificate_img_box{
	text-align: center;
	width: 100%;
}

.certificate_img_box img{
	display: block;
	width: 100%;
	height: 300px;
	object-fit: contain;
}

/*certificate end */

/*  */

.blog_section{
  /*margin-top: 20px;*/
  padding: 20px 0px;
    background-color: var(--background-color);
}

.blog_heading_ti{
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.blog_heading_ti h3{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

.blogs_main_div{
    background-color: var(--white-color);
    padding: 5px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.blog_txt_div p span{
    color: var(--black-color3);
    font-weight: 700;
    font-size: 14px;
}

.blog_txt_div h5{
    color: var(--secondry-color);
    font-weight: 700;
    font-size: 15px;
}


.blog_txt_div p{
    color: var(--black-color3);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.blog_txt_div .blog_read_btn span{
    color: var(--primary-color);
}

.view_more_btn{
    text-align: center;
}

.view_more_btn a{
    background-color: var(--secondry-color);
    color: var(--white-color);
    padding: 10px 25px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
}


.blogs_details_div h2{
    font-size: 27px;
    font-weight: 700;
 }

 .blogs_details_div b{
    color: var(--primary-color);
 }

 .blogs_details_div p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
 }

 .blogs_details_div ul{
    padding: 0px 15px;
    list-style: square;
 }

 .blogs_details_div li{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;  
 }
/*  */


.blogs_details_inner_mkp_section{
    padding-top: 50px;
    padding-bottom: 20px;
  
 }

 .blogs_dt_inner_img_main_box{
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--white-color);
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: sticky;
    overflow: hidden;
    transition: .5s ease-in-out;
    top:100px;
 }

 .blogs_inner_mkp_img_box{
    position: relative;
    overflow: hidden;
 }
 
 /**/
 
.mobile_section{
display:none;
}
 
 
.blogs_img_box img{
    width:350px;
    object-fit:contain;
}


 .blogs_slider_main_div .owl-nav{
    display:none;
 }
 
 
.mobile_section{
display:none;
}

.blog_read_btn{
    display:none;
}
 
 .blogs_img_box{
     margin-bottom:10px;
     
 }
 
 
.blogs_img_box2 img{
    width:100px !important;
    object-fit:contain;
}




.aboutab_img_div .firstImage {
   height: 396px;
    width: 459px;
    object-fit: contain;
}

.blogs_img_box .blogsImage{
    height: 350px;
    width:100%;
    object-fit: contain;
}

.products_mkp_img_box img{
    height: 350px;
    width:100%;
    object-fit: contain;
}

/*fhgkfhgkjfhgkh*/


.contact-form {
   padding: 10px;
   border-radius: 0;
   box-shadow: none;
   }
   
   .float {
   position: fixed;
   width: 70px;
   height: 70px;
   bottom: 70px;
   left: 30px;
   background-color: #25D366;
   color: #fff;
   border-radius: 50px;
   text-align: center;
   font-size: 45px;
   border: 2px solid #fff;
   z-index: 100;
   }
   .float:hover {
   color: #fff;
   background-color: #00a82d;
   }   
   .float1 {
   position: fixed;
   width: 50px;
   height: 50px;
   bottom: 135px;
   left: 30px;
   background-color: #fff;
   color: #0071BC;
   border-radius: 50px;
   text-align: center;
   font-size: 25px;
   border: 2px solid #0071BC;
   z-index: 100;
   }
   .float1:hover {
   color: #fff;
   background-color: #0071BC;
   }
   .my-float {
   margin-top: 10px;
   }
   
   
   /*testimonial*/
  .star_rating {
  color: #f4c150;
  margin: 5px 0;
}
.fa-star {
  font-size: 16px;
}
.checked {
  color: #f4c150; /* Gold */
}

/**/

/**/

/**/


