body{
    margin: 0;
    padding: 0;    
    overflow-x: hidden !important;
}
a{
    text-decoration: none !important;
}
ul{
    list-style: none !important;
    padding-left: 0 !important;
}
@font-face {
    font-family: "f1";
    src: url(../fonts/Mukta-Regular.ttf);
}
@font-face {
    font-family: "f2";
    src: url(../fonts/Mukta-SemiBold.ttf);
}
@font-face {
    font-family: "f3";
    src: url(../fonts/Mukta-Bold.ttf);
}
.w-90{
    width: 90%;
    margin: auto;
}
.w-50{
    width: 50%;
    margin: auto;
}

.t_op .mc_ic{
    background: #fff;
    color: #ED1C24;
    padding: 4px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 15px;
}
.t_op a{
    font-family: "f2";
    font-size: 14px;
    color: #000 !important;
}
.nav-bar .top_bar{
    background: #DDDDDD;
    padding: 5px 20px;
}
.text-white{
    font-size: 20px;
    padding: 5px;
}
.se_a a{
    margin: 0px 5px;
}
.fa_ce{
    background: #fff;
    color: #ED1C24;
    font-size: 14px;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
}
.ph_one a{
    font-family: "f2";
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
}
/* .search-container{
    padding: 0px 20px;
}
.search-container input{
    width: 100%;
    padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
  border: none;
}
.sea{
    position: relative;
}
.search-container input::placeholder{
    color:#D8D8D8;
}
.search-container button{
    position: absolute;
    right: 2px;
    top: 2px;
  padding: 3px 7px;
  font-size: 14px;
  border: none;
  background: #ED1C24;
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
} */
.nav_me img {
    width: 150px;
}
.navbar-bg{
    background:#f6f6f6;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #ED1C24 !important;
    font-family: "f3";
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ED1C24 !important;
}
.nav-bar .nav_a li{
    margin: 0px 20px;
}
.nav-bar .nav_a li a {
    font-family: "f2";
    font-size: 14px;
}
.navbar-light .navbar-toggler {
    background-color: #ED1C24;
    color: #fff !important;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.re_ser button{
    background-color: #ED1C24 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
}
/* banner starts */
.ban_img {
    background: #000;       
  }
  .ban_img img {
    width: 100%;
    opacity: 0.5;
  }
  .ban_cap h4 {
    font-family: "f3";
    font-size: 35px;
    width: 65%;
    margin: auto;
  }
  .ban_cap p{
    font-family: "f1";
    font-size: 14px;
  }
  .ban_img .carousel-caption {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: start;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
  }
  .carousel-indicators [data-bs-target] {

    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;   
    background-color: #fff;
  
  }
  .carousel-control-prev, .carousel-control-next{
    z-index: -1 !important;
  }
  .carousel-indicators {
    margin-bottom: 0 !important;
  }

/* banner ends */

/* home about starts */
.ab_con h2{
    color: #ED1C24;
    font-size: 30px;
    font-family: "f3";
}
.ab_con p{
    font-family: "f1";
    text-align: justify;
    line-height: 1.6;
    font-size: 16px;
}
.ab_img{
    border-radius: 10px;
    background: #f7f8fa;
    padding: 20px;
}
.ab_img img{
    width: 100%;
    border-radius: 10px;
}
.button{
    background: #ED1C24;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff ;
    width: 135px;
    display: flex;
    align-items: center;
}
.button p{
    margin: 0;
    margin-right: 2px;
}
.button span{
    transform: rotate(322deg);
    font-size: 19px;
}
.bt_n{
    color: #fff !important;
    margin-right: 2px;
}
/* home about ends */

/* three starts */
.points{
    background: #FFD8D8;
    padding: 40px;
}
.box{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.box:hover .box_t{
    border-bottom: 1px solid #ED1C24;
    transition: 0.5s;
}
.box_t{
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    transition: 0.5s;
}
.box_icon{
    background: #ED1C24;
    padding: 10px;
    border-radius: 5px;
    width: 55px;
}
.box_icon img{
    width: 35px;
}
.box_h h5{
    font-family: "f3";
    font-size: 25px;
    margin: 0;
}
.box p{
    font-size: 16px;
    text-align: justify;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 1.6;
}
/* three ends */

/* home categories start */
.ca_con h2{
    color: #ED1C24;
    font-size: 30px;
    font-family: "f3";
}
.ca_con p{
    font-family: "f1";
    text-align: justify;
    line-height: 1.6;
    font-size: 16px;
}
.view{
    background: #ED1C24;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff ;
    width: 117px;
    display: flex;
    align-items: center;
}
.view p{
    margin: 0;
    margin-right: 2px;
}
.view span{
    transform: rotate(322deg);
    font-size: 19px;
}
/* .ca_img{
    background: url(../img/red.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    padding: 0px 30px;
} */
/* .ca_al{
    position: absolute;
    top: 5%;
} */
.ca_img{
    position: relative;
}
.ca_img img{
    width: 100%;
}
.ca_al{
    position: absolute;
    top: -45px;
    left: 0;
    padding: 0px 30px;
}
.cat{
    padding: 60px 0px;
} 
  .ca_box{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 3px 60px rgb(237 28 36 / 13%);    
  }
  .cat_img{
    background: #ededed;
    padding: 5px;
    border-radius: 5px;   
    height: 200px;
    overflow: hidden; 
  }
  .cat_t h6{
    font-family: "f3";
    font-size: 16px;
    color: #ED1C24;
    text-align: center;
    margin: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .cat_t{
    border-top: 1px solid #DDDDDD;
    padding-top: 8px;
  }
/* home categories end */

/* home product start */
.product{
    background: #FFD8D8;
    padding: 40px 0px;
}
.pro_tit h2{
    color: #ED1C24;
    font-size: 30px;
    font-family: "f3";
}
.pro_tit p{
    font-family: "f1";
    font-size: 16px;
}
.nav-pills{
    justify-content: center;
}
.pro_tab h3{
    font-size: 17px;
    font-family: "f2";
    margin: 0;
}
.nav-pills .nav-link.active{
    background: #ED1C24 !important;
    color: #fff !important;
}
.pro_tab .nav-link{
    background: #fff !important;
    color: #000 !important;
    margin-top: 10px;
}
.pro_tab .nav-item{
    padding: 0px 8px;
}
.cont_img{
    padding: 10px;
}
.cont_img img{
    width: 100%;
    transition: 0.5s;
}
.cont{
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 26%);
}
.cont_txt{
    background: #fff;
    padding: 20px 20px 8px;  
    border-top: 2px solid #d1d1d1;  
}
.cont_txt h6{
    font-size: 18px;
    font-family: "f3";  
    text-align: center;
    height: 40px;
    overflow: hidden;
}
.cont_txt p{
    font-family:"f1";
    font-size: 15px;
    text-align: justify;
    margin: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    color: #545454;
}
.cont_img{
    transition: 0.5s;
    overflow: hidden;
    position: relative;
}
.cont:hover .cont_img{
    background: #000;
    transition: 0.5s;
}
.cont:hover .cont_img img{
    transform: scale(1.2);
    opacity: 0.4;
    transition: 0.5s;
}
.cont:hover .po_view{
    opacity: 1;
    transition: 0.5s;
}
.po_view{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}
.po_view a{
    background: #ED1C24;
    color: #fff !important;
    font-size: 16px;
    padding: 5px 10px;
    font-family: "f3";
    border-radius: 5px;
}
/* home product end */

/* why choose starts */
.wh_con h2{
    color: #ED1C24;
    font-size: 30px;
    font-family: "f3";
}
.wh_con p{
    font-family: "f1";
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
}
.ic img{
    width: 55px;
    margin-bottom: 10px;
}
.one h5{
    font-family: "f2";
    font-size: 18px;
}

.wh_img img{
    width: 80%;
}
.cat_img img{
    /* height: 147px; */
 
        min-height: 200px;
    
}
/* .wh_img{
    position: relative;
}
.wh_txt{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 28%;
    left: 0;
}
.wh_su{
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    width: 50%;
}
.wh_su p{
    font-family: "f1";
    font-size: 13px;
    text-align: justify;
    margin: 0;
}
.wh_txt img{
    width: 120px;
}
.qu_ic{
    color: #ED1C24;
} */


/* why choose ends */

/* how we help start */
.he_lp{
    background: #707070;
    padding: 40px;
    color: #fff;
}
.he_lp a{
    font-size: 17px;
    font-family: "f2";
    color: #fff !important;
}
.he_lp h2{
    font-family: "f3";
    font-size: 25px;
}
.he_lp .ca_ll{
    background: #ed1c24;
    padding: 10px 20px;
    width: 80%;
    border-radius: 5px;
}
.he_ic{
    font-size: 15px;
}
.he_lp .ma_il{
    border: 2px solid #fff;
    border-radius: 5px;
    width: 80%;
    padding: 10px 20px;
}
.he_lp p{
    font-family: "f1";
    font-size: 16px;
    margin: 0;
}
.he_txt h1{
    font-family: "f3";
    font-size: 30px;
    color: #ED1C24;
}
.cont_form {
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
  }
  .cont_form h1 {
    font-family: "f3";
    font-size: 30px;
    margin-bottom: 10px;
    color: #ED1C24;
    padding-left: 8px;
  }
  .cont_grp {
    margin-bottom: 10px;
  }
  .wi_dth {
    width: 50%;
  }
  .cont_form .cont_grp label {
    margin-bottom: 7px;
    font-family: "f3";
    font-size: 18px;
  }
  .cont_form .cont_grp .form-control {
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
  }
  .cont_form .cont_grp .form-control:focus {
    color: #000 !important;
    border: 1px solid #ed1c24 !important;
  }
  .cont_form .bt_sub {
    color: #fff !important;
    font-family: "f2";
    font-size: 17px;
    border: none;
    background: #ed1c24 !important;
    border-radius: 4px;
}
/* how we help end */

/* footer starts */
.footer{
    background: #DDDDDD;
    padding: 30px;
}
.fo_con img{
    width: 160px;
}
.li_st a{
    font-family: "f2";
    font-size: 16px;
    color: #000 !important;
}
.fa_c{
    background: #fff;
    color: #ED1C24;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    margin: 2px 10px 0px;
}
.fo_con p{
    font-size: 16px;
    font-family: "f2";
    margin-top: 20px ;
}
.fo_con a:hover{
    color: #ED1C24;
}

/* footer ends */

/* about banner starts */
.ban_img{
    position: relative;
    background: #000;
}
.ban_img img{
    opacity: 0.4;
    width: 100%;
}
.ban_con{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;    
}
.ban_con h1{
    font-family: "f3";
    font-size: 25px;
    color: #fff;
    background: linear-gradient(to right, #ED1C24 , #92060b);
    padding: 10px 20px;
    border-radius: 5px;
}

/* about banner ends */

/* about us starts */
.about_img{
    position: relative;
}
.about_img img{
    max-width: 100%;
    border-radius: 30px;
}
.about_img2{
    position: absolute;
    bottom: -5%;
    left: -2%;    
}
.about_img2 img{
    max-width: 50%;
    border-radius: 30px;
    background: #fff;
    padding: 10px;
}
.about_con h2{
    display: inline-block;
    margin-bottom: 20px;
    padding: 12px 14px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(49, 12, 12, 0.02), 0 5px 15px 0 rgb(93 79 255 / 12%);
    color: #ED1C24;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
}
.about_con p{
    font-family: "f1";
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
}
.about_con h6{
    font-family: "f3";
    font-size: 25px;
    color: #ED1C24;
}
.ab_ic{
    color: #ED1C24;
}
/* about us ends */

/* about point starts */
.point{
    background: url(../img/img17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 40px;
    position: relative;
}
.point::before{
    position: absolute;
    background: rgba(0, 0, 0, 0.76);
    content: "";
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.ab_po{
    color: #fff;
    z-index: 1;
    position: relative;
}
.ab_po h2{
    font-family: "f3";
    font-size: 30px;
    text-align: center;
    color: #ED1C24;
}
.ab_po p{
    font-family: "f2";
    font-size: 22px;
    text-align: center;
}
.po_list li{
    display: flex;
    margin-bottom: 5px;
    font-family: "f2";
}
.po_img img{
    width: 100%;
    border-radius: 30px;
}
/* about point ends */

/* contact starts */
.cont_act {
    background: #fff;
    box-shadow: 0px 2px 50px 0px rgb(0 0 0 / 8%);
    border-radius: 20px;
}
.con_txt h2{
    font-family: "f3";
    font-size: 30px;
    color: #D3000B;
    margin-bottom: 20px;
}
.co_ic{
    font-size: 20px;
    color: #D3000B;
}
.con_tit h5{
    font-family: "f2";
    font-size: 20px;
    margin: 0;
}
.con_txt p{
    font-family: "f1";
    font-size: 15px;
    color: #000 !important;
}
.con_txt a{
    color: #000 !important;
}
.cont_con{
    padding: 20px;
    border-radius: 5px;
    background: #abaaaa;
    color: #000;
}
  .cont_box {
    margin-bottom: 20px;
  }
  .wi_dth {
    width: 50%;
  }
  .cont_con .cont_box label {
    margin-bottom: 7px;
    font-family: "f2";
    font-size: 16px;
  }
  .cont_con .cont_box .form-control {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #000 !important;
    font-family: "f1";
    font-size: 14px;
  }
  .cont_con .cont_box .form-control:focus {
    color: #000 !important;
    border: 1px solid #D3000B !important;
  }
  .cont_con .bt_sub {
    width: 100%;
    background: #D3000B;
    color: #fff !important;
    font-family: "f2";
    font-size: 15px;
    border: none;
  }
/* contact ends */

/* category starts */
.category{
    padding: 40px;
}
.cat_eg h2{
    font-family: "f3";
    font-size: 30px;
    color: #ED1C24;
    text-align: center;
}
.cat_eg p{
    font-family: "f2";
    font-size: 16px;
    text-align: center;
}
.categ_img{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(49, 12, 12, 0.02), 0 5px 15px 0 rgb(93 79 255 / 12%);
}
.cate_img{
    background: #ffffff;
    margin-bottom: 5px;
    border-bottom: 2px solid #d5d5d5;
}
.cate_img img{
    width: 100%;
}
.cat_txt h5{
    font-family: "f3";
    font-size: 18px;
    color: #ED1C24;
    margin: 0;
    height: 45px;
    margin-top: 25px;
    text-align: center;
    overflow: hidden;
}
.cate_txt h5{
    font-family: "f3";
    font-size: 18px;
    color: #ED1C24;
    margin: 0;
    margin-top: 20px;
    text-align: center;
    height: 45px;
    overflow: hidden;
}
.cate_txt p{
    font-family: "f1";
    font-size: 15px;
    text-align: justify;
    margin: 0;
}
.ca_ho .de_btn{
    background: #ED1C24;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    border: 0;
    opacity: 0;
    font-family: "f2";
    transition: 0.5s;
}
.ca_ho:hover .de_btn{
    opacity: 1;
    transition: 0.5s;
}
.ca_ho{
    height: 100%;
}
.cate_img{
    position: relative;
}
.c_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    opacity: 0;
}
.c_btn a{
    background: #ED1C24;
    color: #fff !important;
    font-size: 14px;
    padding: 3px 8px;
    font-family: "f3";
    border-radius: 2px;
}
.ca_ho:hover .c_btn{
    opacity: 1;
}
.ca_ho:hover .cate_img{
    background: #000;
    transition: 0.5s;
}
.ca_ho:hover .cate_img img{
    opacity: 0.4;
    transition: 0.5s;
}

/* category ends */

/* detail popup starts */
.en_back{
    border-radius: 10px !important;
}
.mo_di{
    max-width: 700px !important;
}
.po_img{
    background: #efefef;
    padding: 5px;
    border-radius: 10px;
}
.po_img img{
    width: 100%;
    border-radius: 10px;
}
.po_txt h3{
    font-family: "f3";
    color: #ED1C24;
    font-size: 20px;
}
.po_txt p{
    font-family: "f1";
    font-size: 14px;
    text-align: justify;
}
.fot_enq .clse_btn{
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: -5px;
    background: #ED1C24;
    border: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 1;
    border: 2px solid #fff;
}
.ca_v .bt_n{
    background: #ED1C24;
    color: #fff;
    padding: 5px 20px;
    font-family: "f2";
    font-size: 15px;
    border-radius: 30px;
}
.ca_v .wh_bt{
    background: linear-gradient(317deg, #095200, #76ff4a);
    color: #fff;
    padding: 5px 20px;
    font-family: "f2";
    font-size: 15px;
    border-radius: 30px;
}
.po_txt h5{
    font-family: "f3";
    color: #ED1C24;
    font-size: 18px;
}
.po_txt ul li{
    font-size: 14px;
    font-family: "f1";
    display: flex;
}
.po_ic{
    color: #ED1C24;
}
/* detail popup ends */

/* products start */
.prod{
    padding: 30px;
}
.produ h2{
    font-family: "f3";
    font-size: 30px;
    color: #ED1C24;
    text-align: center;
}
.produ p{
    font-family: "f2";
    font-size: 16px;
    text-align: center;
}
.prod_tab{
    background: #f4f4f4;
    padding: 30px 30px 40px;
    border-radius: 6px;
}
.prod_tab h3{    
    font-weight: 700;
    font-size: 25px;
    color: #ED1C24;
    margin-bottom: 20px;
}
.prod_tab a{
    position: relative;
    font-family: "f3";
    border: 2px solid #d2d2d2;
    padding: 15px;
    color: #666;
    border-radius: 5px;
    transition: 0.3s;
}
.prod_tab a:hover{
    background: #ED1C24;
    color: #fff;
    border: 2px solid #ed1c24;
    transition: 0.3s;
}
.pr_ar{
    position: absolute;
    right: 20px;
    font-size: 15px;
}
.prod_tab .nav-pro{
    display: grid;
}
.prod_tab li{
    margin-bottom: 15px;
}
.nav-pro .nav-link.active{
    background: #ED1C24 !important;
    color: #fff !important;
    border: 2px solid #ed1c24;
}
.prod_side{
    position: sticky;
    top: 5%;
}
/* products ends */

/* social starts */

  .social_icon{
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .social_icon ul .en_quiry{
    font-size: 14px;
    background: #ED1C24;
    color: #fff;
    word-wrap: break-word;
    padding: 10px 10px;
    position: absolute;
    width: 30px;
    bottom: 240px;
    right: 0;
    font-family: "f3";
    text-align: center;
    border-radius: 5px 0px 0px 5px;
  }
  .mo_bo{
    padding: 10px 0px !important;
  }

/* social ends */

/* enquiry form starts */
.job-form .btn-close {
    position: absolute;
    top: 12px;
    right: 5px;
    padding: 10px;
    color: #000;
}
.job-form .modal-content{
    padding: 10px;
}
.job-form .modal-title{
    font-family: "f3";
    font-size: 20px;
    color: #ED1C24;
}
.job-form label{
    font-family: "f2";
    color: #000;
    font-size: 15px;
}
.job-form input{
    font-family: "f1";
    font-size: 13px;
}
.sub_mit .bt_sub{
    font-family: "f2";
    font-size: 15px;
    background: #D3000B !important;
    color: #fff !important;
    padding: 5px 10px;

}
/* enquiry form ends */





.social_icon ul .en_what {
    font-size: 15px;
    background: linear-gradient(317deg, #1cf743, #116814);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 150px;
    right: 0;
    justify-content: center;
}