@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

span{
    color: #2272FF;
}
strong{
    color: #000000;
}
.sub-head {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}
.heading{
    font-size: 35px;
}
@media screen and (max-width:950px) {
    .sub-head {
        width: 85%;
    }
}

.mb {
    margin-bottom: 4%;
}
.mb1{
    margin-bottom: 10px;
}
.bold{
    font-weight: bold;
}
.mr1 {
    margin-right: 5px;
}

.nav-scrolled {
    background: #ffffff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
    top: 0;
}

.user {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.user a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width:1100px) {
    #form{
        width: 50%;
    }
}
@media screen and (max-width:850px) {
    #form{
        left: 0;
        transform: translate(0, 50%);
    }
}
@media screen and (max-width:768px) {
    .topp3 {
        display: none;
    }
    #form{
        width: 75%;
    }
}

.logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.logo img {
    width: 135px;
}

.sidenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 80%;
}

.mid-nav {
    width: 30vw;
}

.search-box {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.search-box1 {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
    display: none;
}

.a1 {
    color: #13294a;
    text-decoration: none;
    margin: 0 25px;
}

.a1:hover {
    color: #2272FF;
}



.closebtn {
    display: none;
}
@media screen and (min-width:1250px) and (max-width:1410px){
    .a1 {
        margin: 0 20px;
    }
}
@media screen and (min-width:1250px) and (max-width:1340px){
    .a1 {
        margin: 0 15px;
    }
}
@media screen and (min-width:1180px) and (max-width:1270px){
    .a1 {
        margin: 0 9px;
    }
}
@media screen and (max-width:1180px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .logo a div {
        display: none;
    }

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        border-left: 2px solid transparent;
    }

    .a1:hover {
        color: #f1f1f1;
        border-left: 2px solid red;
    }

    .a1 {
        margin: 0;
        border-bottom: 1px solid #5b5b5b;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .closebtn:hover {
        color: white;
    }
    .search-box{
        display: none;
    }
    .open-search{
        display: flex;
        gap: 20px;
    }
    .search-box1{
        display: block;
    }
}
@media screen and (max-width:950px){
    .topp3{
        display: none;
    }
}
@media screen and (max-width:600px){
    
    .logo img{
        width: 120px;
    }
}
/* header end here */
main{
    font-family: 'Montserrat', sans-serif;
}

.career-banner{
    background-image: url(../images/career.png);
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    color: rgb(255, 255, 255);
    position: relative;
}
.banner-cont{
    position: absolute;
    width: 54%;
    top: 40%;
    left: 10%;
}
.banner-cont h1{
    font-size: 45px;
    margin-bottom: 10px;
}
.banner-cont p{
    font-size: 22px;
}
@media screen and (max-width:950px) {
    .banner-cont{
        width: 70%;
    }
}
@media screen and (max-width:900px) {
    .career-banner{
        height: 40vh;
    }
    .banner-cont{
        top: 20%;
    }
}
@media screen and (max-width:600px){
    /* .banner-cont{
        top: 25%;
    } */
    .career-banner{
        height: 32vh;
    }
    .banner-cont h1 {
        font-size: 35px;
    }
}
/* banner end here */

.discription{
    max-width: 1250px;
    margin: 20px auto;
}
.discription h2{
    font-size: 35px;
    color: #2272FF;
    margin-bottom: 15px;
}
.discription p{
    margin-bottom: 10px;
    font-weight: bold;
}
.discription ul li{
    list-style: square;
    margin-bottom: 6px;
}
@media screen and (max-width:1350px) {
    .discription{
        margin: 20px 30px;
    }
}
@media screen and (max-width:1350px) {
    .discription h2{
        font-size: 30px;
    }
}

/* discription ends here */
.eligibility{
    max-width: 1250px;
    margin: 20px auto;
}

.eligibility p{
    margin-bottom: 10px;
    font-weight: bold;
}

.eligibility ul li{
    list-style: square;
    margin-bottom: 6px;
}

.joblocation{
    max-width: 1250px;
    margin: 20px auto;
}

.joblocation p{
    margin-bottom: 10px;
    font-weight: bold;
}

.joblocation ul li{
    list-style: square;
    margin-bottom: 6px;
}

.desire{
    max-width: 1250px;
    margin: 20px auto;
}

.desire p{
    margin-bottom: 10px;
    font-weight: bold;
}

.desire ul li{
    list-style: square;
    margin-bottom: 6px;
}
@media screen and (max-width:1350px) {
    .desire{
        margin: 20px 30px;
    }

    .eligibility{
        margin: 20px 30px;
    }

    .joblocation{
        margin: 20px 30px;
    }
}
/* desire ends here */

.qualification{
    max-width: 1250px;
    margin: 20px auto;
}

.qualification p{
    margin-bottom: 10px;
    font-weight: bold;
}

.qualification ul li{
    list-style: square;
    margin-bottom: 15px;
}
@media screen and (max-width:1350px) {
    .qualification{
        margin: 20px 30px;
    }
}
/* qualification ends here */
.career-form{
    max-width: 1250px;
    margin: 30px auto 20px auto;
    font-family: 'Montserrat', sans-serif;
}

.career-form h2{
    font-size: 35px;
    margin-bottom: 20px;
    color: #2272FF;
    text-align: center;
}

.cr-form{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.cr-form ::placeholder{
    font-family: 'Montserrat', sans-serif;
}

.career-form-left{
    display: flex;
    flex-direction: column;
}

.career-form-left{
    width: 50%;
}

.career-form-right{
    width: 50%;
}

.place1{
    padding: 18px 18px;
    margin-bottom: 10px;
    border: none;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

#myfile{
    font-family: 'Montserrat', sans-serif;
}

.career-btn{
    font-family: 'Montserrat', sans-serif;
    background-color: #2272ff;
    display: block;
    margin:  20px auto;
    color: white;
    border: 1px solid black;
    font-size: 17px;
    padding: 12px 29px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.2s;
}
.career-btn:hover{
    background-color: #000000;
}
@media screen and (max-width:1280px) {
    .career-form{
        margin: 30px 15px 20px 15px;
    }
}
@media screen and (max-width:768px) {
    .cr-form{
        flex-direction: column;
        gap: 0px;
    }
    .career-form-left{
        width: 100%;
    }
    
    .career-form-right{
        width: 100%;
    }
}
@media screen and (max-width:400px) {
    .career-form h2{
        font-size: 30px;
    }
}
/* career-form ends here */

.i {
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.i:hover {
    font-size: 20px;
    color: #1476f2;
    padding: 0 10px;
}

.copy p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width:950px) {
    .share {
        flex-direction: column;
        padding: 45px 10px 30px 10px;
    }
    .second{
        padding: 0 10px;
    }
    .third{
        padding: 0 10px;
    }
    .fourth{
        padding: 0 10px;
    }
}
@media screen and (max-width:500px) {
    .icon{
        margin-bottom: 5px;
    }
    .i {
        padding: 0 15px 0 0;
    }    
}