.navigation_bar{
    width: 100%;
}
.navigation_bar .active>.nav-link{
    color: #0095ff !important;
    border-bottom: 1px solid #0095ff;
}
.navigation_bar .nav-link:hover{
    color: #0095ff !important;
}
.navigation_bar .navbar-nav .nav-link{
    color: rgb(46, 46, 46);
    font-weight: bold;
}
.navigation_bar .nav-item{
    padding: 1rem 1.75rem;
}

#logo{
    color: #2e2e2e;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
#logo p{
    margin-top: 1rem;
    padding: 0 3px;
}
/*------------------------------------------*/
.top_tel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #0e1e40;
    padding: 1px 30px;
}
.top_tel p{
    color: #fff;
    font-weight: bold;
    margin-top: 1rem;
    letter-spacing: .125rem;
    padding: 0 .3125rem;
}
.top_tel a{
    color: #fff;
}
.top_tel a:hover{
    color: #cdcdcd;
}
@media (max-width: 768px) {
    .top_tel {
        justify-content: center;
    }
}

/*-----------------------------------------*/
#footer{
    background-color: #0e1e40;
    padding: 2.5rem .5rem 1rem .5rem;
    margin-top: 60px;
}
#footer .container> .footer-item1{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.list_link ul li{
    padding: 6px 0;
    color: #eaeaea;
    letter-spacing: 3px;
}
.footer_list_title{
    font-size: 1.25rem;
    margin-bottom: .5rem!important;
    color: #eaeaea;
    letter-spacing: 3px;
}
.list_link a{
    color: #eaeaea;
}
.list_link a:hover{
    color: #0074ff;
}

#footer hr{
    background-color: #8a8a8a;
}
.copyright_record p{
    margin-bottom: 0;
    color: #eaeaea;
    margin-right: .5rem;
}
.copyright_record a{
    color: #0058d8;
}
.copyright_record a:hover{
    color: #0074ff;
}

#footer_logo{
    max-width: 200px;
    text-align: center;
}
#footer_logo_text{
    color: #eaeaea;
    padding-top: 1rem;
    line-height: 2;
}

.copyright_record{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    #footer{
        margin-top: 10px;
    }
    #footer .container>div {
        flex-direction: column;
        text-align: center;
    }
    #footer_logo{
        margin: 0 auto;
        padding-bottom: 1rem;
    }
   #footer_list1 {
        margin-bottom: 1rem;
   }

   #footer_list1 ul{
        display: flex;
   	display: -webkit-flex;
  	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 220px;
   	margin: 0 auto;
   }

}

