*{
    margin: 0px;
    padding: 0px;
}
.main{
    width: 100%;
    height: auto;
    background-color: aqua;
    display: flex;
    margin-top: 50px;
}
.row{
    width: 50%;
    height: 500px;
    background-color: #4169e1;
    /* border: 2px solid red; */
}
.row img{
width: 400px;
margin-left: 290px;
margin-top: 50px;
}
.row h1{
    color: white;
    font-size: 35px;
    font-weight: normal;
    margin-top: 70px;
}
.row p{
    margin-top: 20px;
    color: white;
    font-size: 20px;
}
.row h4{
    color: white;
    font-weight: normal;
    font-size: 17px;
    margin-top: 20px;
}
@media only screen and (max-width:768px){
    .main{
        flex-wrap: wrap;
    }
    .row{
        width: 100%;
    }
    .row img{
        display: block;
        margin: auto;
    }
    .row h1{
        text-align: center;
    }
    .row p{
        text-align: center;
    }
    .row h4{
        text-align: center;
    }
}
@media only screen and (max-width:468px){
     .main{
        flex-wrap: wrap;
    }
    .row{
        width: 100%;
    }
    .row img{
        display: block;
        margin: auto;
    }
    .row h1{
        text-align: center;
        font-size: 18px;
    }
    .row p{
        text-align: center;
        font-size: 12px;
    }
    .row h4{
        text-align: center;
        font-size: 10px;
    }
}
.heading{
    margin: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}
.containerbox{
    width: 100%;
    height: auto;
    /* background-color: red; */
    display: flex;
}
.row1{
    width: 50%;
    height: auto;
    /* background-color: aqua; */
    /* border: 2px solid green; */
}
.row1 h4{
    text-align: center;
    font-size: 35px;
    margin-top: 30px;
}
.row1 p{
    margin: 30px 220px;
    font-size: 27px;
    font-weight: normal;

}
.row1 h3{
    margin: 10px 210px;
    font-size: 30px;
}
.row1 h2{
    margin: 10px 210px;
    font-size: 27px;
}
.row1 img{
    width: 700px;
    display: block;
    margin-top: 240px;
}
@media only screen and (max-width:768px){
    .containerbox{
        flex-wrap: wrap;
    }
    .row1{
        width: 100%;
    }
    .row1{
        font-size: 15px;
    }
    .row1 p{
        font-size: 10px;
    }
    .row1 img{
        width: 500px;
    }
    .headind h1{
        font-size: 10px;
    
    }
}
@media only screen and (max-width:468px){
      .containerbox{
        flex-wrap: wrap;
    }
    .row1{
        width: 100%;
    }
    .row1{
        font-size: 15px;
    }
    .row1 p{
        font-size: 10px;
    }
    .row1 img{
        width: 100px;
        display: block;
        margin: auto;
    }
    .headind h1{
        font-size: 8px;
        background-color: red;
    
    }

}
.heading2 h1{
    text-align: center;
    margin: 50px;
    font-size: 35px;
    font-weight: normal;
}
.containerbox2{
    width: 100%;
    height: auto;
    /* background-color: antiquewhite; */
    display: flex;
}
.row2{
    width: 50%;
    height: 600px;
    /* background-color: aliceblue; */
    /* border: 2px solid black; */
}
.row2 p{
    font-size: 22px;
    margin: 50px 100px;
    padding: 0px;
}
.row2 img{
    width: 600px;
    display: block;
    margin-top: 75px;
}
@media only screen and (max-width:768px)
{
    
    .heading2 h2{
        text-align: center;
        font-size: 30px;
        background-color: orange;
    }
    .containerbox2{
        flex-wrap: wrap;
    }
    .row2{
        width: 100%;
    }
    .row2 img{
        width: 500px;
    }
}
 .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;
    }
   }