
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* --primary:#fbbd02; */
    --primary:#005ABB;
    /* --secondary:#232323; */
    --secondary:#172B4D;
    --black:#111111;
    
    font-family: 'Montserrat', sans-serif;

}
.Orange{
    
   color:#28acdf; 
}
html {
    scroll-behavior: smooth;
}

body{
    /* background-color: palevioletred; */
}

a, i{
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    color: white;
}
.btn-anchor{
    background-color: #5D8BF4;
    margin: 0;
    width: 3rem;
    height: 3rem;
    /* padding: .7rem; */
    border-radius: 100%;
    position: absolute;
    top: 90%;
    right: 3%;
    position: fixed;
    z-index: 1;
    border: none;
    
    align-items: center;
}

.btn-anchor i{
    font-size: 2.6rem;
    color: white !important;
}



.btn{
    min-width: 7rem;
    height: 2.3rem;
    border: none;
    outline: none;
    background-color: var(--primary);
    color: white;
    margin-right: 2%;
    margin-bottom: 4%;
    margin-top: 3%;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 5px;
    /* padding: 1.5% 4%; */
    text-transform: uppercase;
    transition: .5s ease-in-out;
}
.btn:hover{
    background-color: white;
    color: var(--secondary);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);

}

.btn .fas{
    margin-left: .5rem;
    font-size: .8rem;
    font-weight: 600;
    /* color: var(--secondary); */
}
.btn:hover .fas{

    color: var(--secondary);
}
.btn2{
    background-color: var(--secondary);
    margin-top: 4%;
}

h1{
    font-size: 1.6rem;
    color: var(--secondary);
     /*margin-bottom: 1.8rem;*/
    text-transform: uppercase;

}

h2{
    font-size: 1.6rem;
    color: var(--secondary);
     /*margin-bottom: 1.8rem;*/
    text-transform: uppercase;

}
 /*h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    top: .5rem;
    position: relative;
    left: 50%;
}*/
h3{
    color: var(--black);
    font-size: 1.3rem;
    font-weight: 700;
    transition: .3s ease-in-out;
}
h3:hover{
    color: var(--primary);
    
}
h4{
    font-size: 1.2rem;
    font-weight: 700;

    text-transform: capitalize;
    margin-bottom: 2%; 
    margin-top: 2%; 
}
h4 span{
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;  
    /* color: var(--primary); */
    
}
h4::after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--primary);
    top: 3px;
    position: relative;
}
h5{
    font-size: 2rem;
    margin-bottom: 2rem;
}
h6{
    font-size: 1.5rem ;
    font-weight: 600;
}

p{
    font-size: 1rem;

    
}
.sub-p{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2rem;
    width: 100%;
    text-align:left;
}

.theme{
    color: #f4811f;
}


.p1{
    font-size: 8px;
    
    font-weight: 400;

    
}
.text-box li{
    font-size: 13px;
    text-transform: uppercase;
}

.text-box ul{
    padding-left: 14px;
}
.text-box h3{
    font-size: 18px;
    text-align: center;
    color: #f5811f;
    text-transform: uppercase;
    line-height: 25px;
}
.collapse .dropdown-menu li{
   margin: 5px 0px; 
}
.collapse .dropdown-menu li:hover{
   background: #032d46;
    padding: 0px;
    color: white;
    
        
}
.collapse .dropdown-menu a:hover{
   
    color: white;
    
        
}

.top {
    margin-top: 50px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  
    pointer-events: none;
}

.threeservice-box {
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
    
}
.threeservice-box2{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.threeservice-box2:hover{
    opacity: 1;
}
.servicenew{
    position: absolute;
    top: 0px;
    left: 93px;
    
    
}
.servicenew h5{
    font-size: 19px;
    font-weight: 700;
}

.threeservice-box img{
    margin-top: 18px;
}
.threeservice-box:hover threeservice-box2{
    opacity: 1;
}

.main:hover .threeservice-box2{
    opacity: 1;
}
.main p{
    margin-top: -20px;
    font-family: 'Lato', sans-serif;
}

.main{
    margin: 50px 0px;
}

.text-box h5{
    font-size: 16px;
    font-weight: bold;
    color: #f5811f;
    margin-bottom: 50px;
}

.side-nav {
    background: #131f48;
    border-radius: 15px;
    
}

.side-nav li{
    list-style: none;
    margin: 10px;
     font-family: 'Lato', sans-serif;
    
    
}

.side-nav ul{
    padding: 20px;
}
.side-nav a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.top-gap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bike {
    position: relative;
    overflow: hidden;
}
.overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
    opacity: 0;
    transition: 0.4s;
}
.overlay:hover{
    opacity: 1;
}
.bike:hover img{
    transform: scale(1.12);
    transition: 0.4s;
}

.overlay h5{
    color: white;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}












.sub-title{
    color: var(--primary);
    font-size:1.3rem ;
    margin: 0;   
    position: relative;

}

.sub-title::after{
    /* content: '';
    background-color: var(--primary);
    width: 5%;
    height: .1rem;
    display: block;
    bottom: -10%;
    right: 50%;
    position: absolute; */
}







/* top-line starts from here  */


.top-line{
    background-color: var(--secondary);
    color: white;
    padding: .5rem;
}
 .top-line .left .social {
    background-color: #fbbd02;
}
.top-line .left span{
    font-size: .9rem !important;
    /* display: inline; */
    padding: 0% 2%;
}

.top-line .right {
    /* width: 100%; */
    /* background-color: var(--primary);  */
}
.top-line .left .fas{
    margin-right: .5rem ;
}
.top-line .fab{
    margin-right: .5rem;
}

.top-line .fas{
    margin-right: .1rem;
}
.top-line  .fas:hover{
    color: var(--primary);
}
.top-line  .fab:hover{
    color: var(--primary);
}

/* top-line ends from here  */


/* header starts from here  */
header nav{
    /* background-color: black; */

}
.navbar-brand{
    color: var(--secondary) !important; 
    font-size: 1.8rem;
    font-weight: 800;
    /* background-color: red; */
}
.navbar-brand p{
    display: inline;
}


.navbar-toggler .fa-bars{
    color: black;
}


/* .navbar-brand img{
    width: 8rem;
} */
.nav-link{
    color: var(--secondary) !important;
}
.nav-link:hover{
    color: var(--primary) !important;
}
.navbar {
    padding-top: 0;
}
.navbar-brand img {
    width: 75%;
}
header .navbar ul{
    font-size: 1rem;
}

header .navbar ul li{
    /* width: 7.8rem; */
    /* padding: .5rem 0; */ 
    /* background-color: red; */
    font-size: 1rem;
    font-weight: 500;
    list-style: none;
    margin-right: 1rem;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;


}
header li:hover{
    color: var(--primary);

}
.active{
    color: var(--primary) !important;
}
header .navbar-toggler {
    color: white !important;


}
.navbar-toggler .fas{
    font-size: 1.5rem;
    padding: 0 !important;
    margin: 0 !important;
    border:none !important;
    outline: none !important;

}


/* header ends from here  */
/* banner starts from here  */
.banner{
    width: 100%;
    min-height: 55vh;
    color: white !important;
    background-image: url(../images/banner-2.jpg)  ;
    /* background-image: linear-gradient(to left, rgba(0,0,0,0.1),rgba(0,0,0,1)), url(../images/banner-2.jpg)  ;*/
    background-position: center ;
    background-size: cover;
    /* background-size: contain; */
    position: relative;
    background-repeat: no-repeat;
}


.banner .ban{
    width: 100%;
    /* min-height: 80vh; */
    padding: 5% 8%;
    
}

.banner .ban .title1{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    /* color: var(--primary); */
}
.banner .ban .title{
    font-size: 4.2rem;
    line-height: 5rem;
    font-weight: 800;
}
.banner .ban .title::after{
    content: '';
    display: block;
    width: 5rem;
    height: .3rem;
    background-color: var(--primary);
    top: 6px;
    position: relative;
}
.banner .ban .p{
    margin-top: 5%;
    font-size: 1.25rem;
    font-weight: 500;
    /* line-height: 5rem; */
}

.banner .img-box{
    width: 50%;
    /* background-color: red; */
}

.banner .img-box img{
    width: 50%;
    position: absolute;
    bottom: 0;
}


/* banner ends from here  */




/* about start from here  */
.about{
    padding: 3%;
}





.about img{
    width: 35%;
    float: left;
    margin: 0 5%;
    transition: .5s ease-in-out;


}
.about:hover img{
    transform: scale(1.05);
}

.about h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    top: 0.5rem;
    left: 45%;
    position: relative;
}

.about h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    top: .5rem;
    left: 45%;
    position: relative;
}

.about .left .deco3 p{
    /* color: white; */
    color: var(--secondary);
    display: inline;
    font-size: 4rem;
    font-weight: 900;
    margin: 0;

}

.about  .box1, .box2, .box3{
    margin-top: 0;
    padding: 0;
    padding-left: 5rem;
    /* background-color: #fbbd02; */
}

.about  .box1::before{
    content: "\f013";
    font-family: "Font Awesome 5 Free"; 
    font-size: 2rem;
    font-weight: 900; 
    top: 3rem;
    right: 3rem;
    position: relative;
    color: var(--primary);

}
.about  .box2::before{
    content: "\f0ad";
    font-family: "Font Awesome 5 Free"; 
    font-size: 2rem;
    font-weight: 900; 
    top: 3rem;
    right: 3rem;
    position: relative;
    color: var(--primary);

}
.about  .box3::before{
    content: "\f7d9";
    font-family: "Font Awesome 5 Free"; 
    font-size: 2rem;
    font-weight: 900; 
    top: 3rem;
    right: 3rem;
    position: relative;
    color: var(--primary);

}


/* about ends from here  */

.features{
    padding: 3%;
    background-color: var(--secondary);
}

.features .top{
    color: white;
    text-align: center;
}

.features .top h2{
    color: white;
}
.features h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    top: .5rem;
    left: 35%;
    position: relative;
}
.features .box{
    text-align: center;
    /* width: 90%; */
    height: 22rem;   
    padding: 5% 10%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    margin-bottom:6%;

}

.features .box img{
    width: 40%;
    margin: 5% 0;
    transition: .5s ease-in-out;
}
.features .box:hover img{
    transform: scale(1.1);
}
/* features ends here  */

/* products start from here  */
.products{
    padding: 3% 0;
    background-color: #eff1f3;
    

    /* background-color: var(--primary); */
}
.products h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    left: 31%;
    top: .5rem;
    position: relative;
}
.products .top{
    text-align: center;
}
.products .box{
    width: 100%;
    height: 33rem;
    margin-bottom: 8%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 1% 5%;
    position: relative;
    border-radius: 10px;
    background-color: white;


}
.products button{
    position: absolute;
    bottom: 2%;
}
.products .btn{
    position: none;
    /* bottom: 2%; */
}
.products .box:hover{
    box-shadow: 0px 0px 40px rgb(0 23 60 / 10%);
}
.products .box:hover img{
    transform: scale(1.15);
    transition: .5s ease-in-out;
}
.products .box .img-box{
    width: 100%;
    height: 19rem;
    padding: 6% 0;
    border-bottom: 1px solid var(--primary);
    overflow: hidden;

}
.products .box .img-box img{
    width: 100%;
    transition: 1s;
}
.products .box .text-box{
    width: 100%;
    padding: 5% 0;

}


.text-box P{
    
    font-size: 12PX;
    text-align: center;
}

/* products end from here  */
.touch{
    padding: 3% 0;
}

.touch .top{
    /* background-color: #fbbd02; */
    text-align: center;
}
.touch h2{
    position: relative;
}
.touch h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    left: 38%;
    top: .5rem;
    position: relative;
}

.touch .t-left{
    /* width: 100%; */
    /* min-height: 25rem; */
    color: white;
    background-color: var(--secondary);
    padding: 17.5% 10%;
    margin-bottom: 2%;

}


.touch img{
    width: 100%;

}




/* Footer ends from here  */
footer{
    background-color: var(--secondary);
    color: white;
    padding: 3% 8% 0;
}

footer p{
    font-size: .85rem;
    
}


footer ul {
    padding-left: 3%;
}
footer ul li{
    text-decoration: none;
    list-style: none;
    color: white;
    font-size: .9rem;
    font-weight: 400;
    margin: 3% 0;
    text-transform: capitalize;

}
footer ul li:hover{
    color: var(--primary);

}

footer .phone {

}


footer .fas{
    margin-right: 1rem;
    font-size: 1.1rem;
    color: white;
}
footer .box:hover .fas{ 
    color: var(--primary);

}
footer .social a{
    background-color: var(--primary);
    width: 15rem;
    /* width: 25rem; */
}
footer .social .fab{
    font-size: 1.5rem;
    margin: 0 2%;
}
footer .social .fab:hover{
    color: var(--primary);
}

footer button{
    width: 7rem;
    height: 2.5rem;
    border: none;
    outline: none;
    background-color: var(--primary);
    color: white;
    margin-right: 2%;
    margin-bottom: 4%;
    margin-top: 2%;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 1.5% 4%;
    text-transform: uppercase;
    transition: .5s ease-in-out;
}
footer button:hover{
    background-color: white;
    color: var(--secondary);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);

}
/* Footer starts from here  */
/* .pro-list starts from here  */

.pro-list{
    /* background-color: var(--primary); */
    margin-top: 5%;
}
.pro-list h3{
    background-color: var(--primary);
    color: white;
    padding: 3% 4%;
    font-size: 1.3rem;

}
.pro-list ul{
    list-style: none;
    padding: 0;
}
.pro-list ul li{
    background-color: var(--primary);
    color: white;
    padding: 1% 5%;
    margin: 1% 0;
    padding-right: 8%;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    transition: 0.3s all ease-in-out;
    
}
.pro-list .fas{
    position: absolute;
    top: 20%;
    right: 5%;
}

.pro-list ul li:hover{
    background-color: var(--secondary);
    color: white;
}

/* .pro-list ends here  */
