*{
    margin:0;
    padding:0;
    box-sizing: border-box;
     font-family: 'Poppins', sans-serif;
}


#contect {
    color:black;
    text-decoration: none;
}

.dropdown-item {
    color:#004d90;
}
 


body{
    font-size: 16px; 
    overflow-x: hidden;
   
}

.first{
    display: flex;
}

.logo img{
    width:45%;
    height:auto;
}

.iconrow{
   
  
}

.iconrow .fa{
       display: block;
    width: 41px;
    height: 40px;
    color: #ffffff;
    text-align: center;
   
/*    background: #f4952c;*/
    border-radius: 50%;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
/*    border:1px solid #004d90;*/
    border-right: 1px solid #ffffff;
}

.iconrow .fa-facebook{
    border-left: none;;
}

.icons {
    display: flex;
  align-items: center;
    height: 100%;
}

.iconrow{
    
}


.mainicon{
    border-bottom: 1px solid #e1e1e1;
    background:#004d90;
}

.maintwo{
    padding:20px 0;
    align-items: center;
    background: #ffffff;
}


#contect{
    font-size: 12px;
}

.four button{
    
    margin:0 auto;
    align-items: center;
    padding:2px;
    border-radius: 50px;;
    padding:8px 16px;
    background:white;
}



.four{
    display: flex;
    align-items: center;

}

.two .first{
       border: 1px solid #e1e1e1;
    padding: 5px 10px;
    border-radius: 20px;
}

.three .first{
        border: 1px solid #e1e1e1;
    padding: 5px 10px;
    border-radius: 20px;
}



.mail .fa{
  
    display: block;
    font-size: 20px;
    color:#f4952c;
}


.mail{
    width:30px;
   
    display: flex;
    align-items: center;
    text-align: center;
    padding-right:20px;
    border-right: 1px solid #f4952c;
}

.first p{
    margin-left: 10px;
}


#bold{
    font-weight: 800;
    color:#333333;
}


.nav ul{
    list-style: none;
}


.nav ul{
    margin:0;
}


.nav ul li{
    display: inline-block;
    padding:10px 14px;
    margin-bottom: 0;
   
}

.nav ul li a{
    text-decoration: none;
    color:#fff;
    display: block;
    text-transform: uppercase;

}


.nav li:hover{
    background:#f4952c;
}

.nav li:hover > a{
    color:white;
}


.mainnav{
    background:#004d90;
}

.three{
    padding:0;
}


.nav .fa-home{
    font-size: 25px;
}

#now{
  
}
#now a{
     margin-bottom: -3px;
}

.nav{
    display: flex;
    justify-content: space-between;
}

.address{
        width: 30%;
    background: #f4952c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: CENTER;
    text-transform: uppercase;
    margin: 4px 0;
    border-radius: 20px;

  
}

.mainnav .col{
    padding:0;
}

.address .fa{
    margin-right: 10px;
    font-size: 25px;
}


.address a{
    display: block;
    color:white;
    text-decoration: none;
}



.w3-animate-fading {
    animation: fading 10s infinite;
}

@keyframes fading{
    0%{
        opacity: 0;
    }
    
    50%{
        opacity: 1;
    }
    
    100%{
        opacity: 0;
    }
}




.lps img{
    width:auto;
    max-height:85%;
    display:block;
    margin:0 auto;
   
    
}

.imgs{
    padding:10px;
    height:300px;
     background:white;
     margin-top:20px;
     color:#004d90;
}

.lpsmain  h1{
    display: block;
    margin:0 auto;
    text-align: center;
    margin-bottom:60px ;
    color:;
}

.lpsmain{
    padding:60px 0;
    background: #e1e1e1;
}


.owl-item img{
    height: 300px;
    width:auto;
}

.owl-item {
    width:auto;
    height:300px;
}


.aboutmain{
    background:rgb(0 77 144 / 64%);
    color:gray;
    padding:60px 0;
    height: 500px;
    overflow: scroll;
    
}

.fixed{
     background:url(../img/fixedbg.jpg);
    padding: 0;
   
}

.fixedtwo{
    background:black;
}

.aboutmain span{
    font-size: 24px;
    margin-right: 10px;
    color:lightgray;
}

.aboutmain h1, h4{
    color:lightgray;
}


.section3{
    padding:60px 0;
    background:url(../img/bgwhite.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}

.section3 h1{
    margin-bottom: 60px;
    text-align: center;
    color:lightgray;
    animation:suraj 5s infinite;
    font-family: 'Courgette', cursive;
}

.section3 h2{
    color:black;
    font-size: 26px;
    font-family: 'Courgette', cursive;
}

.section3  p{
   
    font-size: 14px;
}


@keyframes suraj{
    0%{
        color:#ff0505;
    }
    
    50%{
        color:black;
        letter-spacing: 2px;
    }
    
    100%{
        color:#ff0505;
    }
}


.block .fa{
    font-size: 30px;
    color:#ff0505;
    margin-bottom: 20px;
    position: absolute;
    top:-15px;
    animation: jump 2s infinite;
}

.black{
    
}

.formone{
    background:#000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    text-align: center;
}


.formone p{
    color:#f4952c;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin: 0;
}




@keyframes jump{
    0%{
        TOP:-15PX;
        
    }
    
    50%{
       top:-20px;
        font-size: 35px;
    }
    
    100%{
        top:-15px;
    }
}


.formtwo{
    display: flex;
    width:100%;
}



.emailform {
    width: 100%;
    /* padding: 20px 0; */
    padding-bottom: 20px;
}

.emailform input{
    width:100%;
    padding:20px;
}

.username{
    width:100%;
    padding:20px 0;
}

.username input{
    width:70%;
    padding:20px;
}


.mainform{
    background:#f9f9f9;
    padding:60px 0;
}

.mainform input{
    outline:none;
    border:none;
    border:1px solid #e1e1e1;
    background: transparent;
    border-radius: 20px;
}

.mainform textarea{
    border-radius: 20px;
}


.mainform P{
    margin-bottom:10px;
    text-transform: uppercase;
    color:BLACK;
    font-weight: 800;
    font-size: 13px;
}

.allform h2{
    font-weight: 600;letter-spacing: 2px;
    text-transform: uppercase;
    color:BLACK;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -10px;
}

#submitbtn{
    display: block;
    margin:0 auto;
    padding:10px 30px;
    outline:none;
    background:#004d90;
    border:none;
    border-radius: 30px;
    border:1px solid #004d90;
}

#submitbtn a{
    text-decoration: none;
    color:white;
}

form .fa{
    margin-right: 10px;
    color:#1c65a5;
}

.main24{
    padding:60px 0;
    background:url(../img/247bg.jpg);
    background-size: cover;
}

.main24 P{
    font-size: 13PX;
}


.main24 A{
    text-decoration: none;
    color:red;
    margin-left: 30px;
    
}

.main24 h1{
    font-size: 24px;
}

.main24 A .fa{
    font-size: 25px;
    margin-right: 10px;
    color:red;
    position: absolute;
    left: 10px;
    animation: big 4s infinite;
}


@keyframes big{
    0%{
        font-size: 25px;
    }
    
    50%{
        font-size: 40px;
    }
    
    100%{
        font-size: 25px;
    }
}


footer{
    padding:60px 0;
    color:lightgray;
    background:#002c52;
    font-size: 14px;
   
}

footer h4{
    font-size: 23px;
    color:#f4952c;
    margin-top: 16px;
    font-weight: 500;
}

footer .logofooter img{
    margin-bottom: 20px;
    width:100%;
    height: auto;
    margin-left: -20px;
}

.aboutimg img{
    width: 80%;
    height:auto;
    display: block;
    margin:0 auto;
    border-radius: 30px;
}

.aboutimg{
    margin:20px 0;
}

.aboutnew{
    padding: 50px 0;
}


.footer{
    
}

.logofooter .fa{
    padding:20px;
    border:1px solid white;
    margin-top: 20px;
    border-radius: 20px;
   
}


.social {
    display: flex;
    justify-content: center;
    
    
  
}

.social .fa{
    margin:0 10px;
}


.newadd {
    margin-left: 20px;
}

.map{
    margin:0 20px;
}

.map iframe{
    width:100%;
    height:300px;
    margin-top: 20px;
}


.newadd li {
    padding:20px 0;
    list-style: none;
    display: flex;
}

.newadd li img{
    width:40px;
    height: 40px;
    margin-right: 20px;
}

.section{
    text-align: center;
    background: #191414;
    color:lightgray;
    padding:10px 0;
}

.section a{
    text-decoration: none;
    color:red;
}

.section a:hover{
     text-decoration: none;
    color:red;
}

.maingallery{
    padding:60px 0;
    background:#004d90;   
}


.maingallery h1{
    display: block;
    text-align: center;
    margin-bottom: 60px;
    color:white;
   
  
    text-transform: uppercase;
}


.toggel button{
   padding:5px 20px;
    display:none;
     outline:none;
    border:none;
    color:#fda92e;
    font-size: 25px;
    background: #004d90;
}

.addresss textarea{
    width:100%;
    background:transparent;
}
.addresss{
    width:100%;
    margin-bottom: 20px;
    background:transparent;
}


#navigation{
    position: absolute;
    width:0;
    overflow: hidden;
    height:100vh;
    background:black;
    z-index: 999;
   
    transition:.5s;
}

#navigation ul li{
    display: block;
    margin:0 auto;
    text-align: center;
    padding:20px 0;
   
}

#navigation ul li a{
    text-decoration: none;
    color:red;
    
}

#closetoggel button{
    margin-left: 20px;
    background:transparent;
    color:white;
    padding:20px;
    border:none;
    outline:none;
    font-size: 30px;
}

.dropdown-item a{
    color:red;
}


#navigation #noono{
   width:100%;
    text-align: center;
    background: white;
    position: relative;
}

.dddn{
    padding:0 40px;
}

#nnee{
    text-align: center;
}

#boldone{
    font-weight: 700;
    color: #004d90; 
}




.dropdown-menu {
    position: absolute;
    top: 60px!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}


.aboutbanner{
    background:url(../img/aboutbanner.jpg);
    height: 500px;
    position: relative;
}


.aboutbanner h1{
    color:white;display:block;position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-transform: uppercase;
}

.aboutlaxmi{
    padding:60px 0;
    text-align: center;
}

.aboutlaxmi h2{
    color:red;
}

.aboutlaxmi p{
    color:gray;
}

.whyus{
    padding-bottom: 60px;
    text-align: center;
}


.whyus p{
    color:gray;
}


.whyus h2{
    color:red;
}

.mission{
    padding-bottom: 60px;
    text-align: center;
}

.mission p{
    color:gray;
}

.mission h2{
    color:red;
}

.product{
    padding:60px 0;
}

.product img{
    width:auto;
    height:500x;
}

.produtpage button{
    display: block;
    margin:30px auto;
    border:none;
    padding:8px 16px;
    background: black;
    border:1px solid red;
    border-radius: 10px;
    
}

.produtpage button:hover{
    background: red;
    
}

.produtpage button a{
    color:white;
    text-decoration: none;
}

.produtpage p{
    text-align: center;
    color:red;
    font-weight:700; 
}

.producthead{
    text-align: center;
    padding:60px;
}


.producthead p{
    color:gray;
}

.maindiscription{
    padding:60px 0;
}

.maindiscription P{
    color:gray;
}

.maindiscription h2{
    color:red;
    font-weight: 800;
    margin: 40px 0;
}

#disbold{
    color:red;
    margin-top: 40px;
    font-weight: 600;
}


#modelbtn{
    display: block;
    margin:50px auto;
   border:none;
    padding:8px 16px;
    background: black;
    border:1px solid red;
    border-radius: 10px;
}

#modelbtn a{
    color:white;
    text-decoration: none;
}

#modelbtn:hover{
    background:red;
}


.modal-header{
    background:red;
    color:white;
}
.modal-header h4{
    color:white;
}

.modal-body input,textarea{
    width:100%;
    outline:none;
    border:1px solid lightgray;
    padding:10px;
    margin:10px 0;
}

.modal-footer input{
    padding:8px 16px;
    border-radius: 10px;
    background:red;
    outline:none;
    border:none;
    border:1px solid transparent;
    color:white;
}


.modal-footer input:hover{
    background: white;
    color:red;
    border:1px solid red;
    
}

#letdown a{
    color:#004d90!important;
}

#letdown{
    border-top: 4px solid #004d90; 
     border-bottom: 4px solid #004d90; 
}

.contactnow{
    padding:60px 0;
    text-align: center;
}

.contactnow p{
    color:gray;
}

.contactnow h1{
    color:red;
    font-weight: 700;
}


.pdded{
    padding:0 30px;
}

#submitbtn:hover{
    background:red;
    
}

#submitbtn:hover a{
    color:white;
}


.dddn a{
    text-decoration: none;
    color:lightgray;
}
.icons a{
    text-decoration: none;
    color:black;
}


.hoverbtn{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    margin-top: 400px;
    transition: all .5s;
    
}

.lpsmain .hovernew{
    overflow: hidden;
}


.lpsmain .hovernew:hover .hoverbtn{
    margin:0;
}

.hoverbtn button{
    position: absolute;
    toP:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding:8px 16px;
    background:red;
    border:none;
    outline: none;
    border-radius: 10px;
    color: white;
    
}

.hoverbtn button:hover{
    background:white;
    color:red;
}

.hoverbtn button a{
    color:white;
    text-decoration: none;
}


.nowt li{
    display: inline-block;
    padding:3px;
    color:red;
    
    
}

.maingallery img{
   border:3px solid white;
    
}

.nowt a{
    text-decoration: none!important;
    color:red!important;
}

.path a{
    text-decoration: none;
    color:red;  
}


.discriptionrow{
    padding: 60px 0;
}

.discriptionrow button{
    padding: 8px 16px;
    border-radius: 5px;
    background-color: green;
    color: white;
    outline: none;
    border:none;
    margin: 20px auto 40px;
}

.discriptionrow img{
    width:80%;
    margin: 0 auto 20px 0;
    border-radius: 10px;
    display: block;
    max-height:392px;
}

.discriptionrow p{
    color: gray;;
}

textarea {
    resize: none;;
}

.widthcrume {
    display:flex;
    list-style:none;
    padding-top: 30px;;
}

.widthcrume li{
    margin-right: 10px;
    font-size: 15px;;
   
}

.widthcrume a{
    text-decoration: none;
   
}

/*-----------------------------------------------------*/



@media screen and (max-width:1200px){
    .four{
        display: none;
    }
    
    #contect{
        font-size: 10px;
    }
    
    .address{
        display: none;
    }
    
  
}

@media screen and (max-width:998px){
    .nav ul{
        display: none;
    }
    
    .toggel button{
        display: block;
    }
    
    .logofooter .fa {
        padding:13px;
    }
}

@media screen and (max-width:767px){
        .logofooter .fa {
        padding:20px;
            
    }
    
    .maintwo {
    padding: 0px 0 10px 0;
    align-items: center;
    background: #ffffff;
}
    
    .newadd{
        margin:43px 0;
        
    }
    
    .formone p {
        font-size: 20px;
    }
    
    .three{
        display: none;
    }
    
    .lpsmain h1{
        font-size: 20px;
    }
    
    .first p {
        margin-bottom: 0;
    }
    
    .first{
        margin-top: 20px;
    }
    
    .mainicon{
        display: none;
    }
    
    .section3 h1{
        font-size: 25px;
    }
    
    .section3 h2{
        font-size: 20px;
    }
    
    .block{
        margin-bottom: 29px;
    }
    
    .maingallery h1{
        font-size: 26px;
    }
    
    .formtwo {
        display: flex;
        flex-direction: column;
    }
    
    .mainform input{
        width:100%;
    }
    
    
    #bold{
        display:none;
    }
    
    #display{
        display:none;
    }
    
    #contect{
        font-size: 19px;
        text-align: center;
        margin-left: 36px;
    }
    

    .owl-theme .owl-dots .owl-dot {
        display:none;
    }
    
    .product img{
        width: 100%;
        height:auto;
    }
    
    .producthead{
        padding: 60px 0 0 0;
    }
    
    .contactnow h1{
        font-size: 25px;
    }
    
    .aboutbanner h1{
        font-size: 21px;
    }
    
    .producthead h1{
        font-size: 25px;
    }
    
    .aboutlaxmi h2{
        font-size: 20px;
    }
    
    .aboutlaxmi p{
        font-size: 14px;
    }
    
    .whyus h2{
        font-size: 20px;
    }
    
     .whyus p{
        font-size: 14px;
    }
    
    .mission h2 {
        font-size: 20px;
    }
    
    
    .mission p {
        font-size: 14px;
    }
    .maindiscription h2{
        font-size: 20px;margin-bottom: 20px;;
    }
    
    .maindiscription P{
        font-size: 14px;
    }
    
    .contactnow p{
    font-size: 14px;
}

   .logo img {
    width: 50%!important;
       display: block;
       margin:10px auto;
    height: auto;
}
    
    }




@media screen and (max-width:400px){
        .main24{
        text-align: center;
    }
    
    .lps img{
    width:auto;
    height:80%;
    display:block;
    margin:0 auto;
   
    
}

.imgs{
    padding:10px;
   max-height:600px;
     background:white;
     margin-top:20px;
     width:100%;
     text-align:center;
}
    
    .first {
    margin-top: 0px;
}

#contect {
    font-size: 19px;
    text-align: center;
    margin-left: 50px;
    
}
    
    .main24 A .fa {
    font-size: 25px;
    left: 111px;
    }
    
    .mainnav {
    background: #004d90;
    padding: 10px 10px!important;
}

.two .first {
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
    border-radius: 20px;
}
    
    
    .aboutbanner h1{
        font-size: 21PX;
    }
    
    .producthead h1{
        font-size: 22PX;
    }
    
    .producthead p{
        font-size: 18px;
    }
    
   .logo img {
    width: 50%!important;
       display: block;
       margin:10px auto;
    height: auto;
}
    
}


