@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

.Common_btn{
    text-align: center;
    background-color:#d90429;
    border-radius: 10px;
    font-weight: 600;
    width: 100px;
}
.Common_btn:hover{
    
    background-color:#ef233c;
    
}

.section_btn{
    padding: 20px 0px;
}

.Common_btn_two{
    
    background-color: #d90429;
    border-radius: 10px;    
    padding: 8px 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #d90429;
    transition: transform 1s;
    font-weight: 600;
    letter-spacing: 1px;

}

.Common_btn_two:hover{
    border: 2px solid #ffffff;
    background-color:#d90429;
    text-decoration:none;
    color: #ffffff;

}
.section_btn_one{

    padding: 20px 0px;

}
.Common_btn_three{
   
    border-radius: 10px;    
    padding: 8px 16px;
    text-decoration: none;
    color: #d90429;
    font-size: 16px;
    border: 2px solid #d90429;
    transition: transform 1s;
    font-weight: 600;
    letter-spacing: .5px;

}

.Common_btn_three:hover{
    background-color: #d90429;
    border: 2px solid #d90429;
    text-decoration:none;
    color: #ffffff;

}
.Common_btn_four{
   
    border-radius: 10px;    
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    border: 2px solid #ffffff;
    transition: transform 1s;
    font-weight: 600;
    letter-spacing:1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Common_btn_four:hover{
    background-color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration:none;
    color: #d90429;

}
.body_div{
    background-color: #f8f9fa;

}
.inner {
    width: 100px;
    height: 1px;
    margin: 0px auto;
    border-radius: 10px;
    border-bottom: 5px solid #000000;
}
.inner_2{
    width: 100px;
    height: 1px;
    border-radius: 10px;
    border-bottom: 5px solid #000000;
    margin-left:3px;
}
/****************** Nav Bar ******************/
.header_div{
    position: absolute;
    background-color: transparent;
    border-radius:10px;
    width: 100%;
    height: auto;
    padding: 1%;
    transform: 2s;
    font-size: 17px;
}
.header_div li a{
    letter-spacing:.5px;
    color: #ffffff;
}
.nav-item span{
    color: #ffffff;
}
.header_div li{
    width:90px;
}
.header_div2{
    border-radius:2vh;
    width: 100%;

}
.navbar_div{
    background-color: transparent;
    border-radius: 10px;

}
.navbar{

}
.navbar button img{
    width:30px;
}
.navbar-brand img{
    width:100px;
}

@media(max-width:500px)
{
    .header_div
    {
        padding:1%;
    }
}

/****************** Banner Start ******************/
.banner_side_one_body{
    margin-top:20%;
    letter-spacing: 1px;
}
.wrapper{
    display: flex;
}
.static-txt{
    color: #ff8800 ;
    font-size: 60px;
    font-weight:700;
}
.wrapper ul{
    margin-bottom: 0px;
    padding-inline-start:20px ;
}
.wrapper .dynamic-txts{
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}
.dynamic-txts li{
    list-style: none;
    color: #ffffff;
    font-size: 60px;
    font-weight:700;
    position: relative;
    top: 0;
    animation: slide 12s steps(4) infinite;
}
@keyframes slide {
    100%{
        top: -360px;
    }
}
.dynamic-txts li span{
    position: relative;
    margin: 5px 0;
    line-height: 90px;
}
.dynamic-txts li span::after{

    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 2px;
    background: #000000;
    border-left: 2px solid #ffffff;
    animation: typing 3s steps(10) infinite;
}
@keyframes typing {

    40%, 60%{
        left: calc(100%);
    }
    100%{
        left: 0;
    }
}
@media(max-width:1200px)
{
    .banner_side_one_body{
        margin-top:30%;

    }
    .static-txt{
        font-size:40px;
        font-weight:800;
        line-height: 60px;
    }
    .wrapper ul{
        margin-bottom: 0px;
        padding-inline-start:20px ;
    }
    .dynamic-txts li{
        
        font-size: 40px;
        font-weight:700;
        
    }
    .dynamic-txts li span{
        
        line-height: 60px;
    }
    .wrapper .dynamic-txts{
        height: 60px;
        line-height: 60px;
        overflow: hidden;
    }
    @keyframes slide {
        100%{
            top: -240px;
        }
    }
}
@media(max-width:500px)
{
    .navbar-brand img{
        width:80px;
    }
    .banner_side_one_body{
        margin-top:80%;

    }
    .static-txt{
        font-size:25px;
        line-height:40px;
    }
    .wrapper ul{
        margin-bottom: 0px;
        padding-inline-start:10px ;
    }
    .dynamic-txts li{
        
        font-size:25px;
        font-weight:700;
        
    }
    .dynamic-txts li span{
        
        line-height:40px;
    }
    .wrapper .dynamic-txts{
        height: 40px;
        line-height:40px;
    }
    @keyframes slide {
        100%{
            top: -160px;
        }
    }
}
@media(max-width:350px)
{
    .navbar-brand img{
        width:80px;
    }
    .banner_side_one_body{
        margin-top:80%;

    }
    .static-txt{
        font-size:20px;
        line-height:40px;
    }
    .wrapper ul{
        margin-bottom: 0px;
        padding-inline-start:10px ;
    }
    .dynamic-txts li{
        
        font-size:18px;
        font-weight:700;
        
    }
    .dynamic-txts li span{
        
        line-height:40px;
    }
    .wrapper .dynamic-txts{
        height: 40px;
        line-height:40px;
    }
    @keyframes slide {
        100%{
            top: -160px;
        }
    }
}
/****************** Banner End ******************/
    
/****************** Slide Start ******************/
.Section_slides{

    position: relative;
    bottom: 100px;
}
.brands_slider_container {
    background-color: #ffffff;
    width: 100%;
    padding:30px 50px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.brands_slider .brands_item {
    height: 100%;
    text-align: center;

}

.brands_slider .brands_item img {
    height: 130px;
}

@media(max-width:500px)
{
    .brands_slider_container {
        height: auto;
        background-color: #ffffff;
        width: 100%;
        padding:30px 50px;
    }

    .brands_item img {
        height:180px;
    }

}

/****************** Slide End ******************/

/****************** About Start ******************/

.Section_about{

    padding:0px 0px 20px 0px;
    position: relative;
    bottom:30px;

}

.Section_about_body{
    text-align: center;
    padding: 20px 10px;
}
.Section_about_body p{
    font-size: 15px;
    color: #979dac;
    letter-spacing: 1px;
    font-weight: 600;
}
.Section_about_body_two{
    font-size:30px;
    letter-spacing:1px;
    font-weight: 600;

}
.Section_about_body h2{
    letter-spacing:2px;
    font-weight: 700;
    font-size:60px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.Section_about_icons{
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.Section_about_icons img{
   width: 14px;
   display: inline-block;
}
@media(max-width:500px)
{
    .Section_about_body_two{
        text-align: center;
        font-size:20px;
    }

}

/****************** About End ******************/

/****************** About One Start ******************/

.Section_about_one header{

    text-align: left;
    padding: 50px 0px 40px;

}
.Section_about_one .container{

    border-top: 1px solid #e7e7e7;

}
.Section_about_one header h2{

    font-weight:700;
    font-size:45px;
    color: #d90429;

}
.Section_about_one_side_one{

    padding:50px 0px;

}
.Section_about_one_side_two_body p{
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
}
@media(max-width:500px)
{   
    .Section_about_one_side_two_body {
        text-align: center;
    }
    .Section_about_one header h2{

        font-size:40px;
        text-align: center;
    }
    .Section_about_one header .inner_2{
        width: 50px;
        height: 1px;
        margin: 0px auto;
        border-radius: 10px;
        border-bottom: 5px solid #000000;
    }
    .Section_about_one_side_one{

        padding:50px 0px 0px 0px;

    }
    .section_btn_one{
        text-align: center;
        padding: 20px 0px;
        margin-bottom: 20PX;

    }
}

/****************** About End ******************/

/****************** Menu Start ******************/

.Section_menu{
    padding: 60px 0px;
    background-color: #e9ecef;
    border-radius: 10px;
    background: rgb(182,0,0);
    background: linear-gradient(175deg, rgba(182,0,0,1) 0%, rgba(255,78,78,1) 100%);
}
.Section_div_menu header{

    padding: 20px 0px 20px 0px;
    text-align: center;
}
.Section_div_menu header h2{

    font-weight:700;
    font-size:45px;
    color: #ffffff;

}
.Section_menu_product{
    
    padding:0px 5px;

}
.section_menu_product_body{
    padding:5px;
}
.Section_menu_product_main{

    padding:30px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #ffffff;
    border-radius: 10px;
}
.Section_menu_product_main img{

    border-radius: 10px 10px 10px 10px;

}
.Section_menu_product_main{
    padding: 10px;
    margin-bottom: 20px;
}
.Section_menu_product_main h5{
    font-size: 18px;
    font-weight:700;
    padding:20px 0px 0px 0px;

}
.Section_menu_product_main p{
    display: inline-block;
    font-size:14px;
    font-weight: 600;
    color: #482011;
    letter-spacing: 1px;
    padding: 2px;

} 
.Section_menu_product_main a{
    float: right;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    background-color: #ffffff;
    padding: 1px 10px;
    color: #e0292b;
    font-size: 16px;
    border: 1px solid #e0292b;  
} 
.Section_menu_product_main a:hover{
  
    text-decoration: none;
    background-color: #e0292b ;
    padding: 1px 10px;
    color: #ffffff;
    
}

.Section_div_menu header ul{

    text-align: center;
    padding:30px 0px 0px 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}
.Section_div_menu header li {

    display: inline-block;
    background-color:#ffffff;
    margin-left: 10px;
    color: #e0292b;
    padding: 10px 20px;
    border-radius:5px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.section_btn_three{

    text-align: center;
    padding:50px 0px 20px 0px;
}

@media(max-width:500px)
{
    .Section_menu{
    
        padding:60px 0px 40px 0px;
        background-color: #ffffff;
        border-radius: 10px;

    }
    .Section_menu header .inner{
        width:70px;
        
    }
    .Section_menu header h2{

        font-size:40px;
        color: #ffffff;

    }

}
/****************** Menu End ******************/

/****************** Fecilities Start ******************/

.Section_fecilities{
    padding:80px 0px 60px 0px;
    
}
.Section_fecilities header{

    padding: 20px 0px 20px 0px;
    text-align: center;
}
.Section_fecilities header h2{

    font-weight:700;
    font-size:45px;
    color: #e0292b;

}
.div_facilities_each{
    padding: 20px 0px;
}
.div_facilities h6{
    text-align:center;
    font-weight:700;
    letter-spacing:1px;
}
.div_facilities_each img{
    width: 90%;
    padding: 10px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.div_facilities_each h6{

    text-align: center;
    padding: 10px 0px 0px 0px;
    letter-spacing:.5px;
    font-weight:700;
    font-size: 17px;

}
.div_facilities_each p{
    
    text-align: center;
    font-weight:500;
    color: #6c757d;
    letter-spacing:.5px;

}

@media(max-width:500px)
{
    .Section_fecilities{
    
        padding:60px 0px 40px 0px;
        border-radius: 10px;

    }
    .Section_fecilities header .inner{
        width:70px;
        
    }
    .Section_fecilities header h2{

        font-size:40px;

    }

}

/****************** Fecilities End ******************/


/****************** Review Start ******************/

.Section_review{
    
    padding:80px 0px 60px 0px;
    background-color: #ffffff;
    border-radius: 10px;

}

.Section_review header{

    padding: 20px 0px 20px 0px;
    text-align: center;
}
.Section_review header h2{

    font-weight:700;
    font-size:45px;
    color: #e0292b;

}
.Section_review_body{

    padding: 30px 0px;
}

.Section_review_body .Section_review_body_slide .item{

    padding:0px 20px 20px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}
.Section_review_body .Section_review_body_slide .item p{

    color: #495057;
    letter-spacing: .5px;
}
.Section_review_body .Section_review_body_slide .item img{

    width: 50px;
}
.Section_review_body .Section_review_body_slide .item header{
    padding: 30px 0px 10px 0px;
    text-align: left;
}
.Section_review_body .Section_review_body_slide .item header h4{
    font-size: 17px;
    font-weight:600 ;
    padding: 10px 0px 5px 0px;
    margin-bottom: 0px;
}
.Section_review_body .Section_review_body_slide .item header a{
    text-decoration: none;
}
.Section_review_body .Section_review_body_slide .item header h5{
    font-size: 15px;
    color: #e0292b;
}
@media(max-width:500px)
{
    .Section_review{
    
        padding:60px 0px 40px 0px;
        background-color: #ffffff;
        border-radius: 10px;

    }
    .Section_review header h2{

        font-weight:700;
        font-size:25px;
        color: #e0292b;

    }

}

/****************** Review End ******************/


/****************** Contact Start ******************/

.Section_contact{

    padding:80px 0px 60px 0px;

}
.Section_contact_header{

    padding: 20px 0px 30px 0px;
    text-align: center;
}
.Section_contact_header h2{

    font-weight:700;
    font-size:45px;
    color: #e0292b;
    margin-bottom: 0px;

}
.Section_contact_header p{

    
    font-size:18px;
    color: #666666;
    padding: 0px 0px px 0px ;

}
.Section_container{

    width: 70%;
    margin: auto;
}
.Section_contact_branches{

    padding: 10px;
    padding-bottom: 20px;

}
.Section_contact_branches_body{

    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding:30px 30px 20px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    
}
.Section_contact_branches_body header h2{

    font-size:20px;
    font-weight:700;
    
}
.Section_contact_branches_body header h4{

    font-size:16px;
    font-weight:700;
    color: #666666;
    letter-spacing:1px;

}
.Section_contact_branches_body img{
    width:35px;
}
.Section_contact .contact_one{
    padding-top:15px;
    width:50px;
    float: left;
    padding-top: 5px;
}
.Section_contact .contact_two{
    padding: 10px 20px 10px 10px;
    text-align: left;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
.Section_contact .contact_two a{
    
    color: #666666;
    text-decoration: none;


}
.Section_contact .contact_three a{
    
    text-decoration: none;


}

.contact_three{

    padding: 10px 0px;
    text-align: center;

}
.btn_phone{
    padding: 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #2E86C1 ;
}
.btn_phone a{
    
    text-decoration: none;
    color: #ffffff;
}
.btn_phone a:hover{
    
    text-decoration: none;
    color: #ffffff;
}
.btn_phone:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media(max-width:1450px)
{
    .Section_container{
        width:90%;
    }
}


@media(max-width:1350px)
{
    .Section_container{
        width:90%;
    }
}
@media(max-width:500px)
{
    .contact_three{

        padding:10px 10px;

    }
    .Section_contact_branches_body{

        padding:30px 20px;
        
    }
    .Section_contact_branches{


    }
}
/****************** Contact End ******************/

/****************** Map Start ******************/

.section_map{
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 10px;
}

.section_map header h2{

    font-size:20px;
    font-weight:700;
    
}
.section_map header h4{

    font-size:16px;
    font-weight:700;
    color: #666666;
    letter-spacing:1px;

}
.section_map iframe{

    margin-bottom: 20px;

}
@media(max-width:500px)
{
    .section_map{
        padding: 20px;
    }
}
/****************** Map End ******************/


/* ****************** Powered Start ****************** */
.section_powered{
    padding: 10px 0px 0px 0px ;
}
.div_powered{
    text-align: center;
    padding: 15px 10px 5px 10px;
    text-decoration: none;
    color: white;
    letter-spacing:.5px;
    background-color:#231f20;
    font-size: 14px;
}
.div_powered a{
    color: #90e0ef;
    text-decoration: none;
}
.div_powered a:hover{
    color: #0077b6;
    text-decoration: none;
}