body{
    background-color: #DDDDDD;
}
/*Top Header*/
.top-header{
    background-color: #FF0000;
    
}
#header-nav{
    
    padding: 10px 0;
    margin-bottom: 0px;
}
#header-nav li {
    display:inline;
    color: #fff;
}
.header-nav-item a{
    text-decoration: none;
    color: #fff;
    
}
/*
Nav Bar
*/

.top-header-item{
    display: inline-block;
    
}
.nav-item{
    padding: 5px 20px;
}
.nav-link{
    text-transform: uppercase;
    font-size: 15px!important;
    transition: .5s;
    color: #000000!important;
    font-weight: bold;
}
.actived{
    color: #fdc800!important;
}
.nav-link:hover{
    color: #fdc800!important;
    
}
.main-card{
    padding: 10px;
    width: 100%;
    margin: 40px 0;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}
label{
    font-weight: 500;
}
.bg-green{
    background-color: #07833c;
}
.edu_header{
    font-weight:bold;
    color:#444444;
    font-size: 26px!important;
    padding-bottom: 10px;
    padding-top: 10px;
}
.error{
    color: red;
}
.is-green{
    border:1px solid green;
}
.education_info{
    display: none;
}
/*Footer Css*/
.bg-grey {
    background: #002147;
    color: #fff;
 }
 .featured_link li a{
    text-decoration: none;
    list-style: none;
    color: #fff;
 }
 .logo-footer {
    margin-bottom: 30px;
 }
 footer {
    color: grey;
 }
 footer p, a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
 }
footer h4 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}
footer h4:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
     .btn-footer {
                 color: grey;
              
                text-decoration: none;
                border: 1px solid;
                border-radius: 43px;
                font-size: 13px;
                padding: 7px 30px;
                line-height: 47px;
     }
     .btn-footer:hover {
                
                text-decoration: none;
               
     }
    .form-footer input[type="text"] {
        border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    
}
#footer ::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
 .form-footer input[type="button"] {
    border: none;
    background:#232323;
        margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
     .social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: grey;
  text-decoration:none;
}
a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;
    
}
.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    }