body {
    background: #ffffff;
}

.about {
    width: 100%;
}
.content {
    width: 100%;
}
.form_section {
    position: relative;
    
}
.g_form {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-NAVBAR-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #000000;
    padding: 25px 0;
    transition: all 0.3s ease;
}
.navbar .sticky{
    background: #3A5199;
    padding: 10px 0;
}
.navbar .content{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.navbar .menu-list{
    display: inline-flex;
}
.menu-list li {
    list-style: none;
}
.menu-list li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    font-family: 'mick1';
    transition: all 0.3s ease;
}
.menu-list li a:hover{
    color: #D5D6D2;
}
.content{
    max-width: 100%;
    margin: auto;
    padding: 0px 30px;
    color: red;
    justify-content: center;
    align-items: center;
}
.navbar .logo a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'mick1';
}
.icon {
    color: #D5D6D2;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.cancel-btn{
    position: absolute;
    right: 30px;
    top: 20px;
    color: #3A5199;
}



/*-------------------------NAVBAR END----------------------------*/




