body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

header {
    background-color: #187bff;
    color: #fff;
    padding: 10px;
}
.logo-button{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100px; 
    height: auto;
}
.title-cont h1{
  color:white;
}

.title{
    margin-top:-5%;
    padding-bottom:2%;
}

.cta-buttons {
    display: flex;
    margin-top: -5%;
}

.cta-button {
    background-color: #fff;
    color: #187bff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-left: 10px;
}

.cta-button:hover {
    background-color: #f0f0f0;
}

.index{
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.container{
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
}

.recruit-sec h2{
    text-align: center;
}
  
h1 {
    color: #187bff;
    text-align: center;
}

p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}


.Rprocess {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.Process {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin : 10px
}

.process h2 {
    color: #187bff;
}

.process p {
    margin-top: 10px;
}

/*Registration Page*/




.Registration{
    background: url(https://www.123freevectors.com/ezoimgfmt/i2.wp.com/files.123freevectors.com/wp-content/original/130222-abstract-bright-blue-texture-background-vector-art.jpg?w=500&q=95&ezimgfmt=rs:500x281/rscb11/ngcb10/notWebP);
    background-size:cover;
    font-family: arial;
    color: #333;
    font-size: 13px;
    margin: 0;

}
input,select,button{
    font-family: arial;
    color: #333;
    font-size: 14px;
}
h3,h4{
    margin: 0;
}img{
    max-width:100%;
}
:focus{
    outline: none;
}
.wrapper{
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}
.inner{
    padding: 20px;
    background:#fff;
    max-width: 850px;
    margin: auto;
    display: flex;
}
.inner.image-holder{
    width: 50%;
}
.inner form{
    width: 50%;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;


}
.inner h3{
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin-bottom: 28px;


}
.form-group{
    display: flex;


}
.form-group input{
    width: 50%;

}
.form-group input:first-child{
    margin-right: 25px;

}
.form-wrapper{
    position: relative;
}
.form-control{
    border: 1px solid #333;
    border: none;
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
    height: 30px;
    padding-right: 0;
    margin-bottom: 25px;
}
select{
    cursor: pointer;
   color:gray;
   /* padding: left 20px; */

}
select option[value=""][disabled]
{
   display :none;
}
button{
    border:none;
    width: 164px;
    height: 51px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    background: #333;
    font-size: 15px;
    color: #fff;
}
button:hover{
    background: rgba(0, 212, 249, 0.986);
}
@media(max-width:767px){
    .inner{
        display:block;

    }
    .inner.image-holder{
        width: 100%;
    }
.inner form{
    width: 100%;
    padding: 40px 0 30px ;
}
button{
    margin-top: 60px;

}
}