body {
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b;
    width: 100%;
    overflow-x: hidden;
}
html{
    width: 100%;
    overflow-x: hidden;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 16px;
    color: #1e1e1e;
}
a:hover, a:focus {
    color: #311b92;
    text-decoration: none;
}
.btn-main{
    display: inline-block;
    line-height: 26px;
    text-align: center;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    background: #054585;
    border: 1px solid #054585;
    letter-spacing: .5px;
}
.btn-main:hover, .btn-main:focus, .btn-main:active{
    background: #18425a;
    color: #ffffff;
    border: 1px solid #18425a;
}
.apply-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f3f6fc;
    background-image: url(../../assets/img/apply-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.apply-logo{
    width: 180px
}
.apply-form{
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    margin-bottom: 30px;
    padding :30px
}
.apply-form .form-group{
    margin-bottom: 20px;
}
.apply-form .form-group .top-label{
    font-size: 15px;
    line-height: 20px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 10px;
}
.apply-form .form-control{
    position: relative;
    width: 100%;
    display: block;
    height: 53px;
    line-height: 30px;
    padding: 10px 10px;
    font-size: 16px;
    color: dimgray;
    background-color: #f0f5f7;
    border: 1px solid #f0f5f7;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .3s ease;
}
.apply-form textarea.form-control{
    height: 90px;
}
.apply-form .form-control:focus{
    border: 1px solid blue;
    background-color: #fff;
    box-shadow: none;
}
.apply-form .apply-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    color: #054585;
    margin-bottom: 10px;
}
.apply-form .p-sub{
    margin-bottom: 0px
}
.apply-form hr{
margin-bottom: 30px;   
}