
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
/* font-family: 'Poppins', sans-serif; */

 @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700&display=swap');
 /* font-family: 'Raleway', sans-serif; */



body{
   font-family: 'Poppins', sans-serif !important; 
}

a{
    color: inherit !important;
    text-decoration: none !important;
}

.top-head{
    background-color: #EC661D;
    text-align: center;
    color: #fff;
    padding: 7px 0px;
    font-size: 14px;
}
/* .fix {
    position: fixed;
    width: 100%;
    z-index: 1;
} */

#site-header {
    top: 0;
    width: 100%;
    position: fixed;
    transition: all 0.3s ease;
    z-index: 100;
  }
  #site-header.hide {
    top: -56px;
  }
  

.flex_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a .repairing img {
    width: 25px;
}
a .repairing .imgspan {
    position: absolute;
    left: -13px;
    bottom: 0;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
}
a .repairing{
    background-color: #f26530;
    color: #fff;
    padding: 8px 15px 8px 31px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #feb179;
    transition: all 0.6s ease;
    position: relative;
}
a:hover .repairing{
    background-color: #feb179;
    color: #202020;
    transition: all 0.6s ease;
    border: 1px solid #f26530;
}
header{
    background-color: #fff;
    box-shadow: 0px 6px 6px -3px #66666626;
    padding: 5px 0px;
}
.header_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navs ul{
    list-style: none;
    display: inline-flex;
    gap: 2rem;
    margin: 0;
    font-size: 15px;
}
.toggle_icon{
    display: none;
}
.logo :first-child{
    display: block;
    width: 19vw;
}
.logo :last-child{
    display: none;
    width: 19vw;
}
.banner_slider div{
    width: 100%;
    height: 100dvh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
.banner_slider .slide1{
    background-image: url(../images/banner-new001.jpg);
}
.banner_slider .slide2{
    background-image: url(../images/banner-image2.jpg);
}
.banner_slider .slide3{
    background-image: url(../images/banner-image1.png);
}

.banner img{
    width: 100%;
    position: relative;
}
.banner_cnt{
    /* position: absolute; */
    /* color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%; */
}

.banner_cnt {
    color: #0a0a0a;
    text-align: left;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 65vh 10vw;
}
.banner_cnt .slide1 h1{
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 600;
    animation:fadeInUp ease .4s forwards .6s;
}

.banner_cnt .slide2 h1{
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 600;
    animation:fadeInUp ease .5s forwards 1.2s;
}




@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}


.banner_cnt p{
    /* padding: 0rem 25rem; */
    font-size: 18px;
}
.about_main{
    margin-top: 100px;
    margin-bottom: 100px;
}
.abt_cnt h2{
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
}
.abt_cnt span{
    color: #EC661D;
}
.abt_cnt p{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.abt_img img{
    width: 100%;
}

.scope_bg{
    background-color: #FFF4EE;
    padding: 5rem 0rem;
}
.scope_list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    margin-top: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-left: 0;
}
.scope_list ul li{
    position: relative;
    list-style: none;
    padding-left: 30px;
    width: 45%;
}
.scope_list ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/list_icon.svg);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}
.scope_cnt h2{
    font-size: 35px;
}
.scope_cnt p{
    margin-bottom: 2rem;
    font-size: 16px;
}
.scope_cnt img{
    width: 100%;
    border-radius: 30px 300px 300px 300px;
}

.servi_main{
    padding: 5rem 0rem;
}
.servi_title{
    text-align: center;
}
.servi_title p{
    padding: 1.5rem 5rem;
    font-size: 15px;
}
.servi_title h2{
    font-size: 35px;
}

.servi_flex{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 3px solid #ededed;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 1.5rem;
    transition: 0.5s ease;
}
.servi_flex:hover{
    border: 3px solid #f69069;
    background-color: #fff1ec;;
}
.servi_flex p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.saving_img img{
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 50px;
}
.saving_cnt {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.saving_cnt h3{
    font-size: 35px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.saving_cnt p{
    font-size: 15px;
    line-height: 26px;
}

.specialties_items{
    background-color: #fff;
    width: min-content;
    padding: 1.5rem;
    border-radius: 15px;
    height: 225px;
}
.specialties_items img{
    border-radius: 100px;
    border: 3px solid #f26530;
    margin-bottom: 1rem;
}
.specialties_items h5{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.special_main h4{
    font-weight: 500;
    margin: 2rem 0rem;
}



.foot_up .ftr_right{
    margin: 8vh 0;
}

.foot_up .col-md-4:nth-child(3) {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.foot_up .ftrUp_item:hover img {
    animation: animate 3s ease-in-out;
}
@keyframes animate {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

  .foot_up .image-banner img {
    width: 100%;
  }

.ftrUp_item{
    position: relative;
}
.ftrUp_item img {
    position: relative;
    display: block;
    width: 3.5vw;
    border-radius: 50px;
    padding: 5px;
    border: 0.14vw dashed #f16334;
}
.ftrUp_item img{
    /* filter: invert(1); */
  /* filter: invert(0.6) sepia(1) saturate(5) hue-rotate(175deg); */
  }
.ftrUp_item p{
    padding-left: 0rem;
    color: #929292;
}
.ftrUp_item span{
    padding-left: 0rem;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    display: inline-block;
}







footer{
    background-color: #F4F4F4;
    padding: 2rem 0rem;
    font-size: 15px;
}
.ftr_left ul{
    list-style: none;
    display: flex;
    padding-left: 0;
    gap: 20px;
    margin-top: 2rem;
}
.ftr_right h6{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2rem;
}
.ftr_item{
    position: relative;
}
.ftr_item img{
    position: absolute;
    top: 3px;
}
.ftr_item p{
    padding-left: 2rem;
}
.ftr_item span{
    padding-left: 2rem;
    font-size: 18px;
    font-weight: 500;
}
.cp-right{
    margin-top: 8rem;
}


.sub_banner{
    background-image: url(../images/sub-banner.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 350px;
    display: grid;
    place-items: center;
    margin-top: 135px;
}
.sub_title h1{
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
}

.director_main{
    margin: 5rem 0rem;
}

.md_profile{
    text-align: center;
}
.md_profile img{
    /* border: 4px solid #f3612d;
    border-radius: 15px;
    margin-bottom: 1rem; */
    border: 2px solid #d9d9d9;
    border-radius: 300px 300px 30px 30px;
    margin-bottom: 1rem;
    padding: 20px;
}
.md_cnt p{
    font-size: 15px;
}
.md_profile h2{
    display: none;
}

.vision{
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.vision h2{
    margin-bottom: 1rem;
}
.vision_flex{
    display: flex;
    align-items: center;
    gap: 15px; 
    margin-bottom: 1rem;  
}
.vision_flex h4{
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}
.vision p{
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
}
.vision:last-child{
    margin-bottom: 0;
}

.values ul{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    margin-top: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-left: 0;
}
.values ul li{
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.values ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/list_icon.svg);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}
.values h2{
    margin-top: 1rem;
}
.quality_img img{
    width: 100%;
    border-radius: 300px 300px 30px 300px;
}

.quality_main{
    margin: 5rem 1rem;
}
.quality_cnt h2{
    margin-bottom: 1rem;
}
.quality_cnt p{
    font-size: 15px;
}
.quality_cnt ul{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    margin-top: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-left: 0;
}
.quality_cnt ul li{
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.quality_cnt ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/list_icon.svg);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}

.contact_frm input{
    border: 1px solid #F4C3A8;
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    outline: none;
}
.contact_frm textarea{
    border: 1px solid #F4C3A8;
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    outline: none;
}
.contact_frm button{
    background-color: #f26530;
    border: none;
    color: #fff;
    padding: 7px 35px;
    font-size: 17px;
    border-radius: 50px;
}

.adrs_item{
    position: relative;
    margin-bottom: 1.8rem;
}
.adrs_item img{
    position: absolute;
    top: 3px;
}
.adrs_item p{
    padding-left: 2rem;
}
.adrs_item span{
    padding-left: 2rem;
    font-size: 18px;
    font-weight: 500;
}

.contact_frm h6{
    margin-bottom: 1.5rem;
}

.contact_item{
    margin: 5rem 0rem;
}
.contact_adrss h4{
    margin-bottom: 2rem;
}
.call{
    position: fixed;
    bottom: 15%;
    right: 2%;
}
.whatsapp{
    position: fixed;
    bottom: 6%;
    right: 2%;
}
.call button{
    background-color: #01b7ed;
    border: none;
    padding: 9px 12px;
    border-radius: 50px;
}
.call button img{
    filter: invert(1);
}
.whatsapp button{
    background-color: #01c309;
    border: none;
    padding: 9px 10px;
    border-radius: 50px;
}
.whatsapp button img{
    filter: invert(1);
    width: 23px;
}
.cpright{
    text-align: center;
    border-top: 1px solid #d6d6d6;
    padding-top: 2rem;
}
.cpright p{
    margin-bottom: 0;
}

.my_shop_main{
    margin: 4rem 0rem;
}
.wrkshop_img{
    padding: 1rem;
}
.wrkshop_img img{
    width: 100%;
    border-radius: 8px;
}
.shop_title h2{
    text-align: center;
    font-size: 35px;
    margin-bottom: 2rem;
}

.client_main{
    margin: 4rem 0rem;
}
.client_main h2{
    text-align: center;
    margin-bottom: 3rem;
    font-size: 35px;
    font-weight: 500;
}
.client_items img{
    margin: auto;
}


.repair_banner{
    background-image: url(../images/repairing.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 450px;
    display: grid;
    place-items: center;
    color: #fff;
    text-align: center;
    margin-top: 135px;
}

.abt_repair h2{
    margin-bottom: 2rem;
}
.repair_main{
    margin: 4rem 0rem;
}
.abt_repair_img img{
    width: 100%;
    border-radius: 20px 100px 20px 20px;
}

.repair_servi_img img{
    width: 100%;
    border-radius: 100px 20px 20px 20px;
}
.benifits_repair_img img{
    width: 100%;
    border-radius: 20px 100px 20px 20px;
}
.repair_servi{
    margin: 7rem 0rem;
}