#signupForm label.error {
    width: auto;
    display: block;
    color: red;
	}
	
.productfruntbox img {
    /*width: auto;*/
    height: 502px!important;
    margin-right: 50px;
    max-width:500px!important;
}

.detailsbox{
width:100%;
}

td, th{
border:1px solid #020156;
}

th{
color:#020156;
}

.table th{
    border:1px solid black!important;
}

.table{
    word-break:initial!important;
}

.first{
    background: #040277;
    
}


*{
    font-family: 'Oswald', sans-serif;
  
}

p{
    font-family: sans-serif;
}

html,body{
    scroll-behavior: smooth;
    overflow-x:hidden;
} 

.fa-bars{
    color:white;
}

  .carousel-inner img {
    width: 100%;
    height: 500px;
  }


.nav-item{
  
    padding:3px 10px;
    margin-left: 20px;
  
}

.nav-link{
    transition: all 0.2s;
}

.nav-link:hover{
    color:red;
}

.heading{
    text-align: center;
    margin-bottom: 50px;
  
}

.aboutmain{
    padding:30px 0;
    background: #020156;
    color:white;
    margin-bottom: 30px;
}


.container{
    max-width: 1400px;
}


.flexcat{
    display: flex;
    justify-content: space-around;
}

.flexcat img{
 
    width: 100%;
    height: auto;
}


.maincatg{
    padding:60px 0;
}


.productfruntbox{
    display: flex;
}

.productfruntbox img{
    width:auto;
    height: 300px;
    margin-right: 50px;
}

.product-margin{
    margin-bottom: 30px;
    background: #007eff26;
    padding:20px;
}


.btnbox button{
    background:#020156;
        padding: 9px 45px;
    outline: none;
    border:none;
   margin-top: 20px;
    transition: all 0.3s;
    border-radius: 5px;
}


.btnbox button:hover{
    background: red;
}

.btnbox button:hover a{
    color:#fff;
}

.btnbox button a{
    color:white;
    text-decoration: none;
    transition:all 0.4s;
}


.statbox{
    background: #020156;
    color:white;
    border:10px solid white;
    border-radius: 25px;
    padding:20px;   
    text-align: center;
    transition:all 2s;
}

.red{
    background: #772828;
}

.statbox img{
    margin-bottom: 30px;
}

.detailsbox h3{
    color:#020156;
}

.productfrunt{
    padding: 30px 0 ;
}


.sectionstats{
    padding:30px 0 60px 0;
}


form{
    display: flex;
    flex-direction: column;
}

form input{
    padding:20px;
    margin-bottom: 30px;
    border-radius: 10px;
    outline: none;
    border:1px solid lightgray;
}

form textarea{
    padding:20px;
   
     border-radius: 10px;
    outline: none;
    border:1px solid lightgray;
  
}

.formsection{
    padding: 30px 60px;
    background: #007eff26;
}


.footer{
  padding: 60px 0 20px;
    background: #020156;
    color:white;
}

.footer li a{
    text-decoration: none;
    color:white;
    transition: 0.2s;
}

.quickfooterlinks ul li{
    padding:5px 0; 
}

.footer h1{
    margin-bottom: 30px;
}


.quickfooterlinks ul li:hover a{
    color:red; 
}

.sliderbox{
    text-align: center;
}

.sliderbox h4{
    margin-top: 20px;
    text-decoration: none;
    color:red;  
}
.sliderbox a{
    text-decoration: none;
}

.sliderbox{
    border:5px solid transparent;
    transition: all 0.3s;
}

.sliderbox:hover{
    border:0px solid transparent;
}


 ul li a{
    color:white;
    letter-spacing: 1px;
}

.navbar-brand{
    display: flex;
}

.navbar-brand p{
    margin:0;
    color:white;
    margin-left: 20px;
}


.carousel-item img{
    width:100%;
    height: auto;
}

.productfruntbox{
    display: flex;

}

.phoneno a{
    text-decoration: none;
    color:white;
    font-family: serif;
}

.top{
    display: flex;
    justify-content: space-between;
    padding: 5px 40px;
    background: rgba();
        
}

.pphone a{
    text-decoration: none;
    color:#020156;
}

.aboutmain img{
    border-radius: 10px;
}

iframe{
    width:100%;
    min-height: 300px!important;
    padding-bottom: 10px!important;
}


footer{
    padding:10px 0;
    text-align: center;
    border-top: 1px solid white;
    background: #020156;
    color:white;
}

footer a{
    color:red;
}


#submit{
    margin-top: 20px;
    padding:20px;
    outline: none;
    border:none;
    background: #020156;
    color:white;
    transition: all 0.2s;
}

#submit:hover{
    background: red;
}




.fa-home{
    font-size: 30px;
    color:red;
}


.modal-body input{
    width:100%;
    border:1px solid #020156;
}

.modal-body textarea{
    width:100%;
     border:1px solid #020156;
}

.modal-footer input{
    width:100%;
    border:none;
    background: #020156;
    color:white;
    display: block;
    margin:0px auto;
}

.modal-header{
    background:red;
    color:white;
}


.discription{
    padding:60px 20px!important;
}

.discription img{
    margin-bottom: 30px;
    width:80%;
    margin:0 auto;
    display:block;
}

.submitbtn{
    background: red!important;
    color:white;
    min-width: 300px;
    padding: 14px;
    margin-top: 60px;
    display: block;
    margin: 60px auto 0;
    font-size: 24px;
    border-radius: 20px;    
    border:none;
    outline: none;
    transition:0.4s;
}

.submitbtn:hover{
    background: #020156!important;
}


.imgaboutpage{
    width:80%;
    display: block;
    margin:20px auto;
}





/*-------------------------------------------------------------------------------*/



@media screen and (max-width:695px){
   .productfruntbox{
    display: flex;
       flex-direction: column;

}

}


@media screen and (max-width:695px){
    #firstline{
        font-size: 15px;
         margin-top: 0!important;
    }
    
    #secondline{
        font-size: 10px!important;
       
    }
    
    .navbar-brand img{
        width:41px;
        height: 41px!important;
    }
}

@media screen and (max-width:400px){
     #firstline{
        font-size: 8px;
         margin-top: 5!important;
    }
    
    #secondline{
        font-size: 7px!important;
       
    }
    
  
    
    .formsection {
    padding: 30px 0px;
    background: #007eff26;
}
    
    .productfruntbox img {
    width: 100%;
    height: auto;
  
    display: block;
    margin: 10px  auto;
}
    
     h1{
        font-size: 30px!important;
    }
    
    .top{
    display: flex;
    justify-content: space-between;
    padding: 5px 40px;
    background: rgba();
        font-size: 13px;
}
    
   
    
}





@media screen and (max-width:345px){
     #firstline{
        font-size: 8px;
         margin-top: 4!important;
    }
    
    #secondline{
        font-size: 5px!important;
       
    }
    
}




.first{
    background: #040277;
    
}


*{
    font-family: 'Oswald', sans-serif;
  
}

p{
    font-family: sans-serif;
}

html,body{
    scroll-behavior: smooth;
} 

.fa-bars{
    color:white;
}

  .carousel-inner img {
    width: 100%;
    height: 500px;
  }


.nav-item{
  
    padding:3px 10px;
    margin-left: 20px;
  
}

.nav-link{
    transition: all 0.2s;
}

.nav-link:hover{
    color:red;
}

.heading{
    text-align: center;
    margin-bottom: 50px;
  
}

.aboutmain{
    padding:30px 0;
    background: #020156;
    color:white;
    margin-bottom: 30px;
}


.container{
    max-width: 1400px;
}


.flexcat{
    display: flex;
    justify-content: space-around;
}

.flexcat img{
 
    width: 100%;
    height: auto;
}


.maincatg{
    padding:60px 0;
}


.productfruntbox{
    display: flex;
}

.productfruntbox img{
    width:auto;
    height: 300px;
    margin-right: 50px;
}

.product-margin{
    margin-bottom: 30px;
    background: #007eff26;
    padding:20px;
}


.btnbox button{
    background:#020156;
        padding: 9px 45px;
    outline: none;
    border:none;
   margin-top: 20px;
    transition: all 0.3s;
    border-radius: 5px;
}


.btnbox button:hover{
    background: red;
}

.btnbox button:hover a{
    color:#fff;
}

.btnbox button a{
    color:white;
    text-decoration: none;
    transition:all 0.4s;
}


.statbox{
    background: #020156;
    color:white;
    border:10px solid white;
    border-radius: 25px;
    padding:20px;   
    text-align: center;
    transition:all 2s;
}

.red{
    background: #772828;
}

.statbox img{
    margin-bottom: 30px;
}

.detailsbox h3{
    color:#020156;
}

.productfrunt{
    padding: 30px 0 ;
}


.sectionstats{
    padding:30px 0 60px 0;
}


form{
    display: flex;
    flex-direction: column;
}

form input{
    padding:20px;
    margin-bottom: 30px;
    border-radius: 10px;
    outline: none;
    border:1px solid lightgray;
}

form textarea{
    padding:20px;
   
     border-radius: 10px;
    outline: none;
    border:1px solid lightgray;
  
}

.formsection{
    padding: 30px 60px;
    background: #007eff26;
}


.footer{
  padding: 60px 0 20px;
    background: #020156;
    color:white;
}

.footer li a{
    text-decoration: none;
    color:white;
    transition: 0.2s;
}

.quickfooterlinks ul li{
    padding:5px 0; 
}

.footer h1{
    margin-bottom: 30px;
}


.quickfooterlinks ul li:hover a{
    color:red; 
}

.sliderbox{
    text-align: center;
}

.sliderbox h4{
    margin-top: 20px;
    text-decoration: none;
    color:red;  
}
.sliderbox a{
    text-decoration: none;
}

.sliderbox{
    border:5px solid transparent;
    transition: all 0.3s;
}

.sliderbox:hover{
    border:0px solid transparent;
}


 ul li a{
    color:white;
    letter-spacing: 1px;
}

.navbar-brand{
    display: flex;
}

.navbar-brand p{
    margin:0;
    color:white;
    margin-left: 20px;
}


.carousel-item img{
    width:100%;
    height: auto;
}

.productfruntbox{
    display: flex;

}

.phoneno a{
    text-decoration: none;
    color:white;
    font-family: serif;
}

.top{
    display: flex;
    justify-content: space-between;
    padding: 5px 40px;
    background: rgba();
        
}

.pphone a{
    text-decoration: none;
    color:#020156;
}

.aboutmain img{
    border-radius: 10px;
}

iframe{
    width:100%;
    min-height: 300px!important;
    padding-bottom: 10px!important;
}


footer{
    padding:10px 0;
    text-align: center;
    border-top: 1px solid white;
    background: #020156;
    color:white;
}

footer a{
    color:red;
}


#submit{
    margin-top: 20px;
    padding:20px;
    outline: none;
    border:none;
    background: #020156;
    color:white;
    transition: all 0.2s;
}

#submit:hover{
    background: red;
}




.fa-home{
    font-size: 30px;
    color:red;
}


.modal-body input{
    width:100%;
    border:1px solid #020156;
}

.modal-body textarea{
    width:100%;
     border:1px solid #020156;
}

.modal-footer input{
    width:100%;
    border:none;
    background: #020156;
    color:white;
    display: block;
    margin:0px auto;
}

.modal-header{
    background:red;
    color:white;
}


.discription{
    padding:60px 0;
}

#submitbtn{
    background: #020156;
    color:white;
}





/*-------------------------------------------------------------------------------*/



@media screen and (max-width:695px){
   .productfruntbox{
    display: flex;
       flex-direction: column;

}

}


@media screen and (max-width:695px){
    #firstline{
        font-size: 15px;
         margin-top: 0!important;
    }
    
    #secondline{
        font-size: 10px!important;
       
    }
    
      .productfruntbox img {
    width: auto;
    height: 300px;
    margin-right: 0px;
    width: 100%!important;
}
    
    .navbar-brand img{
        width:41px;
        height: 41px!important;
    }
}

@media screen and (max-width:400px){
     #firstline{
        font-size: 8px;
         margin-top: 0!important;
    }
    
    .productfruntbox img {
    width: auto;
    height: 300px;
    margin-right: 0px;
    width: 100%;
}
    
    #secondline{
        font-size: 7px!important;
       
    }
    
    .formsection {
    padding: 30px 0px;
    background: #007eff26;
}
    
    .productfruntbox img {
    width: 100%;
    height: auto!important;
  
    display: block;
    margin: 10px  auto;
}
    
     h1{
        font-size: 30px!important;
    }
    
    .top{
    display: flex;
    justify-content: space-between;
    padding: 5px 40px;
    background: rgba();
        font-size: 13px;
}
    
   
    
}





@media screen and (max-width:345px){
     #firstline{
        font-size: 10px;
         margin-top: 0!important;
    }
    
    #secondline{
        font-size: 5px!important;
       
    }
    
}




