body{
    margin:0;
    padding:0;
   background-color: #000;
   cursor:pointer;
}
#preloader{
    background : white url('images/loader3.gif') no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(0,0,0,1.9);
}
.navlogo{
    border-radius: 50%;
    width:230px;
    height:160px;
}
.right_nav a{
    transition:0.4s all;
    font-size:18px;
    color:white !important;
}
.right_nav a:hover{
    border:1px solid #fff;
    border-radius:20%;
    font-size:20px;
    color:#E52A2A !important;
}   
.nav1{
    height:75px;
    font-size:17px; 
}
.main1{
    background-image: url('https://cdn.shopify.com/s/files/1/1724/5219/t/46/assets/enap-photo-61781253c2bd8.jpg?v=1635258964&width=1024');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.sec1{
    
    margin-top:5%;
    background-color: rgba(0,0,0,0.8);
}
.sec01{
    margin-top:7%;
}
.sec01 h4{
    padding:50px 0;
}
.main1{
    color:#fff;
}
.email{
    padding:60px 0;
}
.pd1{
 border-color:red;
 margin:40px 0;
}
.button1{
    border:1px solid #222 ;
    color:#fff;
    background-color: #222;
    border-radius:4px;
    margin:35px 0;
    border-radius:10px 10px 10px 10px;
}
.button1:hover{
    border:1px solid ;
    color:#fff;
    background-color: #222;
    border-radius:4px;
}
.bt{
    text-align: right;
}
@media(max-width:992px){
    .txt2{
        margin-top:10%;
    }
}
.rightcol{
    padding-top:2%;
    font-size:20px;
    color:red;
}
.leftcol{
    margin-top:5%;
}




































.footer{
    background-color:#2C2C2C;
    margin-top:10%;
    background-image:url('images/fcar.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color:#fff;
    background-attachment: fixed;
}
.foot1{
    background-color: rgba(0,0,0,0.7);
    
}
.fa1{
    color:#fff;
    font-size:30px;
    
}
.foottop{
    margin-top:10%;   
}
.lastfooter{
    display:flex;
    justify-content: space-between;
}
.rightfoot{
    gap:4px;
}
.foot1 a{
    color:#fff;
    text-decoration: none;
    transition:0.4s all;
}
.foot1 p  :hover{
    color:red;
    font-size:20px;
}
.foot1 p{
    font-size:20px;
}