/*
* © Seddike Tanvir
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* !-------Footer section--------------------------------- */
.footer {
	width: 85%;
	max-width: 85rem;
	/* height: 3rem; */
	margin: auto;
	margin-top: 25vh;
	/* margin-bottom: 3rem; */
	text-align: center;
	text-decoration: none;
	border-top: 1px solid var(--footerTopBorderColor01);
	padding: 1.7rem 0rem 1rem 0rem;
	/* padding-bottom: 1vh; */
	/* background-color: var(--headerBgColor01); */
}
@media only screen and (max-width: 730px) {
	.footer {
		padding: 1.7rem 0rem 1.4rem 0rem;
		}
}
.footer  a,
.footer  .f_1 a,
.footer  .f_2  a,
.footer  span  a,
.footer  p  a{
	text-decoration: none;
	color: var(--footerCreditTxtColor01);
}

.footer  .f_1,
.footer  .f_2,
.footer  .f_1 span,
.footer  a,
.footer  span{
	font-size: .8rem;
	font-weight: 300;
	color: #0663b9;
	color: var(--footerCreditTxtColor01);
	font-family: var(--bn_font_14);
}

.f_2 {
	margin-top: .1rem;
}

.footer a,
.f_1  a,
.f_2  a,
.f_3  a,
.f_1  span  a,
.f_2  span  a{
	font-family: var(--bn_font_14);
	cursor: pointer;

}

.footer a:hover,
.f_1  a:hover,
.f_2  a:hover,
.f_3 a:hover,
.f_1  span  a:hover,
.f_2  span  a:hover{
	text-decoration: underline;
	color: var(--inlineAHrefTagTextColor01);

}

/* #nm1,
#nm2{
   font-size: .98rem ;
}
#nm1{
    color: red;
}
#nm2{
    color: rgb(3, 151, 3);
} */
.f_3,
.f_3  a {
	font-family: var(--bn_font_14);
	font-weight: 300;

}
.f_3 {
	margin-top: .9rem;
	font-size: .75rem;
	font-weight: 100;
	/* color: #858585; */
	/* font-family: var(--bn_font_4); */
}

.f_3  a {
	text-decoration: none;
	font-size: .75rem;
	/* font-weight: 300; */
	color: #0663b9;
	font-family: var(--bn_font_2);
	padding: 0px 5px;
	/* display: inline-block; */
	white-space: nowrap;
	color: var(--footerCreditTxtColor01);
	cursor: pointer;
}

.f_3 a:hover {
	text-decoration: underline;
	color: var(--inlineAHrefTagTextColor01);

}