*{
    margin: 0;
    padding: 0;
}
/* nav------ */
.menubar img{
    width: 200px;
    margin-top: 30px;
}
.menubar{
    width: 100%;
    background-color: rgb(239, 239, 239);
    float: right;
}
.menubar ul{
    display: flex;
    align-items: center;
    list-style: none;
    float: right;
    margin-right: 150px;
    margin-top: 30px;
}
.menubar ul li{
    margin: 20px;
    padding: 10px;
}
.menubar ul li a{
    color: black;
    text-decoration: none;
}
.menubar ul li a:hover{
    background-color: rgb(202, 241, 226);
    border-radius: 5px;
    padding: 7px;
}
.Submenu{
    position:absolute;
    display: none;
}


.menubar ul :hover .Submenu{
    display: block;
    position: absolute;
    background-color: rgb(244, 242, 240);
}
.menubar ul :hover .Submenu ul li a{
float:left;
padding: 5px;
}
.menubar ul :hover .Submenu ul{
    display: block;
    justify-content: center;
}
/* media query  */
@media only screen and (max-width:786px){
    .menubar ul {
        float: right;
        display: block;

    }
    .menubar ul li a{
        float:center;

    }
     .Submenu ul li a{
        float: left;
    }

}
@media only screen and (max-width:480px) {
    
     .menubar ul {
        float: right;
        display: block;
        background-color: green;

    }
    .menubar img{
        margin-left: 140px;
    }
    .menubar ul li a{
        float:center;

    }
     .Submenu ul li a{
        float: left;
    }   
    }
   .container{
    width: 100%;
    height: auto;
    background-color: aqua;
    display: flex;
   }
   .box{
    width: 50%;
    height: 600px;
    background-color:#4169e1;
   }
   .box img{
    width: 500px;
    margin-top: 45px;
    margin-left: 250px;
   }
   .box h1{
    margin-top: 70px;
    font-size: 35px;
    font-weight: normal;
    margin-left: 10px;
    color: white;
   }
   .box h2{
    margin-top: 40px;
    font-size: 26x;
    font-weight: normal;
    margin-left: 10px;
    color: white;
   }
   .box h3{
    font-weight: normal;
    margin-top: 35px;
    margin-left: 10px;
    color: white;
   }
   
   @media only screen and (max-width:786px){
    .box img{
        width: 200px;
        

    }
    .container{
        flex-wrap: wrap;

    }
    .box
    {
        width: 100%;
    }
    .box img{
        width: 400px;
        margin-left: 80px;
    }
    .box h1{
        text-align: center;
        background-color: red;
    }
    .box h2{
        height: auto;
    }
    .box h3{
        text-align: center;
    }
   }
   @media only screen and (max-width:480px) {
     .box img{
        width: 200px;
        
    }
    .container{
        flex-wrap: wrap;

    }
    .box
    {
        width: 100%;
    }
    .box img{
        width: 200px;
        margin-left: 80px;
    }
    .box h1{
        text-align: center;
        background-color: red;
        font-size: 20px;
    }
    .box h2{
        height: auto;
    }
    .box h3{
        text-align: center;
    }
   }

   .secondheading h1{
    text-align: center;
    margin-top: 70px;
    font-weight: normal;
   }
   .container2{
    width: 100%;
    margin-top: 50px;
    height: auto;
    display: flex;
   }
   .box2{
    width: 50%;
    height: 550px;
    background-color: white;
   }
   .box2 h4{
    margin-top: 50px;
    margin-left: 120px;
    font-size: 22px;
    font-weight: normal;
   }
   .box2 img{
    width: 600px;
    margin-top: 80px;
    margin-right: 120px;
   }
    @media only screen and (max-width:786px){
        .box2 h4{
            font-size: 20px;
            background-color: green;
            text-align: center;
        }
        .container2{
            flex-wrap: wrap;
        }
        .box2{
            width: 100%;
        }
        .box2 img{
            margin-left: 100px;
        }
    }
     @media only screen and (max-width:480px){
        .box2 h4{
            font-size: 15px;
            background-color: rgb(23, 0, 128);
            text-align: center;
        }
        .container2{
            flex-wrap: wrap;
        }
        .box2{
            width: 100%;
        }
        .box2 img{
            /* margin-l */
        }
     }
   .mainheading h1{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-top: 50px;
   }
   .container4{
    width: 100%;
    height: 600px;
    margin-top: 100px;
    display: flex;
   }
   .box4{
    width: 25%;
    height: 550px;
    background-color:white;
    /* border: 2px solid black; */
    
   }
   .image1 img{
    width: 310px;
    margin-top: 25px;
    margin-left: 37px;
   }
   .image2 img{
    width: 390px;
    margin-top: 40px;
    margin-left: 37px;
   }
   
   .image3 img{
    width: 320px;
    margin-top: 30px;
    margin-left: 37px;
   }
   .image4 img{
    width: 370px;
    margin-top: 30px;
    margin-left: 37px;
   }
.box4 h1{
    font-weight: normal;
    text-align: center;
}
.box4 h3{
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
}
 @media only screen and (max-width:786px){
    .box4{
        width: 50%;
    }
    .container4{
        flex-wrap: wrap;
    }
 }
 

.jobheading h1{
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    margin-top: 30px;
}
 
.jobfilfrom{
    width: 100%;
    height: 600px;
    margin-top: 100px;
    /* background-color: blueviolet; */
    display: flex;
}
.from1{
    width: 50%;
    height: 550px;
    /* background-color: aqua; */
    /* border: 2px solid red; */
}
.from1 h1{
    text-align: center;
    font-weight: normal;
    font-size: 35px;
    color: #5f71fd;
}
.from1 h3{
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}
.from1 img{
    margin-top: 30px;
    width: 650px;
    margin-left: 50px;
}

.form-container {
    background: #fff;
    /* padding: 25px; */
    /* width: 490px; */
    height: 500px;
    margin-left: 150px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

label {
    margin: 10px 0 5px;
    display: block;
    color: #555;
}

input, textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    margin-bottom: 15px;
    font-size: 14px;
}

input:focus, textarea:focus {
    border-color: #007BFF;
}

button {
    width: 100%;
    padding: 12px;
    background: #007BFF;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}
 @media only screen and (max-width:786px){
.from1{
    width: 100%;
    height: ;
}
.jobfilfrom{
    flex-wrap: wrap;
}
.jobheading{
    margin-top: 500px;
}
 }
.footer{
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
    background-color: #0056b3;
    display: flex;
}
   .footerbox{
    width: 25%;
    height: 500px;
    background-color: rgb(235, 231, 231);
    /* border: 2px solid red; */
   }
   .footerbox h1{
    text-align: center;
    font-weight: normal;
    color: rgb(75, 72, 72);
    font-size: 28px;
    margin-top: 100px;
   }
   .footerbox p{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin-top: 20px;

   }@media only screen and (max-width:786px){
    .footerbox{
        width: 50%;
    }
    .footer{
        flex-wrap: wrap;
    }
    .footer{
        margin-top: 500px;
    }
   }
   
   