.back{
    background-image: url("https://analyticsindiamag.com/wp-content/uploads/2019/05/apps.55787.9007199266246365.687a10a8-4c4a-4a47-8ec5-a95f70d8852d.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: relative;
    clear: both;
    
}
.middle{
    position: absolute;
    top: 0;
    z-index: 1;
}
*{
    box-sizing: border-box;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serifs;
}
.secdiv div{
    display: inline-block;
    margin-left: 40px;
}
.secdiv{
    padding: 30px;
}
.thsec div{
    display: inline-block;
    margin-left: 55px;
    position: relative;
}
.uff{
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 20px;
    padding: 10px;
}
.fosec{
    margin: 30px;
    padding: 50px;
}
.fosec input{
    color: white;
    background-color: rgb(41, 41, 41);
    margin: 5px;
    
}
.fivesec{
    color: white;
    width: 100%;
    height: auto;
   
    margin-left: 100px;
    
}
.first{
   display: inline-block;
   width: 20%;
   height: auto;
}
.second{
    display: inline-block;
   width: 20%;
   height: auto;
}
.thired{
    display: inline-block;
   width: 20%;
   height: auto;
}
.fourth{
    display: inline-block;
   width: 20%;
   height: auto;
}
.fivesec select{
    /* padding-left: 50px; */
    /* margin: 150px; */
    width: 100px;
    height: 40px;
    color: rgb(230, 3, 3);

}