.profile-head {
    width: 100%;
    background-color: rgb(255, 102, 0);
    float: left;
    padding: 15px 5px;
}

.profile-head img {
    height: 170px;
    width: 180px;
    margin: 0 auto;
    border: 4px solid #fff;
    border-radius: 5px;
}

.profile-head h5 {
    width: 100%;
    padding: 0px 5px 8px 5px;
    text-align: justify;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.profile-head p1 {
    width: 100%;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

.profile-head ul {
    list-style: none;
    padding: 0;
}

.profile-head ul li {
    display: block;
    color: #ffffff;
    padding: 5px;
    font-weight: 400;
    font-size: 15px;
}

.profile-head ul li:hover span {
    color: rgb(0, 4, 51);
}

.profile-head ul li span {
    color: #ffffff;
    padding-right: 10px;
}

.profile-head ul li a {
    color: #ffffff;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

.nav-tabs>li>a {
    background: #DADADA;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4), -2px -2px 5px -2px rgba(0, 0, 0, .4);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    background: #F5F5F5;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px -3px 5px -2px rgba(0, 0, 0, .4);
}

.tab-pane {
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 0;
    text-align: center;
    padding: 10px;
}

.tab-content>.active {
    margin-top: 20px;
    margin-bottom: 10px;
    /*width:100% !important;*/
}

h2.register {
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 25px;
    color: rgb(255, 102, 0);
}

.fom-main {
    overflow: hidden;
}

legend {
    font-family: 'Bitter', serif;
    color: #ff3200;
    border-bottom: 0px solid;
}

label.control-label {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 100;
    margin-bottom: 5px !important;
    text-align: left !important;
    text-transform: uppercase;
    color: #798288;
}

.submit-button {
    color: #fff;
    background-color: rgb(255, 102, 0);
    width: 190px;
    border: 0px solid;
    border-radius: 0px;
    transition: all ease 0.3s;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

.submit-button:hover,
.submit-button:focus {
    color: #fff;
    background-color: rgb(0, 4, 51);
}

select.selectpicker {
    color: #99999c;
}

select.selectpicker option {
    color: #000 !important;
}

select.selectpicker option:first-child {
    color: #99999c;
}

.input-group {
    width: 100%;
}

.uplod-picture {
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 5px;
}

.uplod-file {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: rgb(0, 4, 51);
    border: 0px solid #a02e09;
    border-radius: 0px;
    transition: all ease 0.3s;
    margin: 0px;
}

.uplod-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.uplod-file:hover,
.uplod-file:focus {
    color: #fff;
    background-color: rgb(255, 102, 0);
}

h4.pro-title {
    font-size: 24px;
    color: rgba(0, 4, 51, 0.96);
    text-transform: capitalize;
    text-align: justify;
    padding: 10px 7px;
    font-family: 'Bitter', serif;
}

.bio-table {
    width: 75%;
    border: 0px solid;
}

.bio-table td {
    text-transform: capitalize;
    text-align: left;
    font-size: 15px;
}

.bio-table td {
    text-transform: capitalize;
    text-align: left;
    font-size: 15px;
}

.bio-table>tbody>tr>td {
    border: 0px solid;
    text-transform: capitalize;
    color: rgb(0, 4, 51);
    font-size: 15px;
}

.responsiv-table {
    border: 0px solid;
}

.bio-table>tbody>tr>td.lowercase {
    text-transform: lowercase !important;
}

.nav-menu li a {
    margin-top: 5px;
    position: relative;
    display: block;
    padding: 10px 50px;
    border: 0px solid !important;
    box-shadow: none !important;
    background-color: rgb(0, 4, 51) !important;
    color: #fff !important;
    white-space: nowrap;
}

.nav-menu li.active a {
    background-color: rgb(255, 102, 0) !important;
}

.stick {
    position: fixed !important;
    top: 0;
    z-index: 999 !important;
    width: 100%;
    background: #ffffff !important;
    height: auto;
    transition: all ease 0.8s;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
}

.stick a {
    line-height: 20px !important;
}

.stick img {
    margin: 0 !important;
}

.topp{
    margin-top: 5px;
}

.alert-margin{
    margin-bottom: 0px !important;
}