.more-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #25a9d6;
	border:1px solid #25a9d6;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.more-btn-border {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: transparent;
	border:1px solid #25a9d6;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.more-btn:hover{
	background:#257591;
	color:#fff;
}
.hero-bg{
	background:#173972 !important;
	color:#fff !important;
}
.nav-link{
	color:#fff !important;
}
.login-btn {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 20px;
    min-width: 100px;
    color: #fff !important;
    background: #25a9d6;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #fff;
    letter-spacing: 1px;
}
.img-small{
	max-width:80px;
	padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(211 229 246) !important;
}	
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #173972 !important;
}