.nav {
    width: 100%;
    top: 0%;
    z-index: 999;
    
}
.background-color-grey{
    background-color: rgba(76, 76, 76, .8);
}

.nav-content {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.nav-logo {
    height: 100%;
    display: flex;
    align-items: center;

}

.logo {
    width: 210px;
    height: 58px;

}
.nav-ul {
    float: right;
    color:#0261A1;
}
.search-nav-ul>li{
    display: inline-block;
    width: 150px;
    height: 40px;
}
.search-nav-ul>li>a{
  color: #1A1A1A;
}
.search-nav-ul>li>a:hover {
    font-weight: bold;
  color: #0260A1; 
}
.nav-ul>li {
    display: inline-block;
    width: 150px;
    height: 40px;
}
.blue-text{
    color:#0261A1;
}
.nav-ul .search-nav-ul>li>a:hover {
    font-weight: bold;
}

.nav-ul-bottom {
    float: right;
    margin-top: -25px;
}
/* .nav-ul-bottom>li:nth-child(1){
    width: 80px;
}
.nav-ul-bottom>li:nth-child(2){
    width:140px;
}
.nav-ul-bottom>li:nth-child(7){
    width:100px;
}
.nav-ul-bottom>li:last-child{
    width: 40px;
} */
.nav-ul-bottom>li{
    display: table-cell;
    height: 60px;
    /* width: 120px; */
    line-height: 60px;
    text-align: left;
    position: relative;
}

.background-Color-01{
    color: #1A1A1A;
}
.background-Color-01:hover{
    font-weight: bold;
    color: #0261A1;
}
.background-Color-ff:hover {
    font-weight: bold;
    color: #fff;
}

.nav-ul-bottom>li>ul {
    line-height: 50px;
    margin-top: 3px;
    margin-left: 0px;
    display: none;
}
.nav-ul-bottom>li>ol {
    list-style: none;
    line-height: 50px;
    margin-top: -100px;
    /* width: 140px;
    margin-left: 140px; */
   
}

.display-none{
    display: none;
}
.display-block{
    display: block;
}
.nav-ul-bottom>li>ol>li>a{
    color: #fff;
}
.nav-ul-bottom>li>ol>li>a:hover{
    color: #F5AF1D;
}

.nav-ul-bottom>li>ul>li>a {
    color:white;
}
.nav-ul-bottom>li>ul>li>a:hover {
    color: #F5AF1D;
}
.hover-color{
    color: #F5AF1D;
}
.search-search{
    border: 1px solid black;
    color: #1A1A1A;
    margin-top: -10px;
    margin-left: 10px;
    width: 120px;
    height: 28px;
    border-radius: 20px;
    display: flex;
    align-items: center;
   
}
.search {
    margin-top: -10px;
    margin-left: 10px;
    width: 100px;
    height: 28px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.background-Color-06
.search-logo {
    width: 20px;
    margin-left: 5px;
    margin-right: 20px;
}
.search-search>input{
    width: 320px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: medium;
    margin-left: 10px;
}
.search>input {
    width: 320px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: medium;
    margin-left: 10px;
}

.background-Color-06 {
    color: rgba(255, 255, 255, .6);
}

.background-Color-ff {
    color: #fff;
}

.nav-ul-1>li:hover a {
    color: #fff;
    font-weight: bold;
}

.current {
    font-weight: bold;
    color: #FFFFFF;

}

.footer {
    width: 100%;
    height: 550px;
    background: linear-gradient(-16deg, #004A7C 0%, #0260A1 100%);
    padding: 70px 100px;
}

.footer-left {
    float: left;
  
}

.footer-content {
    width: 95%;
    height: 100%;
    margin: 0 auto;
}

.footer-right {
    float: right;
    color: #fff;
    line-height: 36px;
    text-align: left;
    width: 60%;

}

.footer-right>table>thead>tr>th {
    padding-bottom: 50px;
    
}


.footer-right>table>thead>tr>th>a:hover {
    color: #fff;
}
.footer-right>table>tbody>tr>td>a:hover {
    color: #fff;
   
}
.footer-right>table>thead>tr>th{
    text-align: left;
}
.footer-right>table>tbody>tr>td{
    text-align: left;
}
.footer-right>table>thead>tr>th,
.footer-right>table>tbody>tr>td
 {
    width: 10%;
 
}

.footer-right>table>th,
td:last-child {
    padding-right: 0px;
}

.footer-content>.footer-line {
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 60px;
    background-color: #fff;
    
}

.footer-p {
    width: 80%;
    position: absolute;
    bottom: 26px;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
}

.company-left {
    font-size: 1rem;
    color: #4C4C4C;
    line-height: 30px;
}

.company-left>div:nth-child(1) {
    color: #1A1A1A;
}

.background-Color-1A{
    color: #1A1A1A;
   
}
.background-Color-blue{
    font-weight: bold;
    color: #0261A1;
}


.mobile-menu-ul-li{
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    margin: 0 30px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
