:root {
	--lexend: 'Lexend', serif;
	--optical-sizing: auto;

	--inter: 'Inter', serif;
	--roboto: 'Roboto', serif;
}

/*--------------------------------------------------------------
>>> GLOBAL STYLE
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	line-height: 24px;
	-webkit-text-size-adjust: 100%;
}
html,
body {
	overflow-x: hidden;
}
body {
	font-family: var(--roboto);
	font-optical-sizing: var(--optical-sizing);
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
a {
	color: #3758F9;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #3758F9;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
img {
	max-width: 100%;
	height: auto;
} 
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	width: 100%;
	margin: 0 0 1.5em;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
.container {
	max-width: 1200px; 
}
.comment-navigation,
.posts-navigation,
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@-moz-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@-ms-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@-o-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}


/*------------------------------------------
------------------------------------------*/
@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@-moz-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@-ms-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@-o-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}

@keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg); 
	} 
}


/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------
>>> HEADER STYLE
---------------------------------------------------*/
.muni-header-wrapper {
	position: relative;
	padding: 12px 0;
	z-index: 999;
}
.muni-header-content-area {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	justify-content: space-between;
}
.muni-header-logo {
    position: relative;
    max-width: 200px;
}
.muni-header-navigation-wrapper {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	align-items: center;
}
.muni-header-navigation .navbar-nav li {
	padding: 0 16px;
}
.muni-header-navigation .navbar-nav li a {
	font-family: var(--inter);
	font-optical-sizing: var(--optical-sizing);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #637381;
}
.muni-navigation-button {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	padding-left: 16px;
}
.muni-navigation-button .bv_new_toolbar__search_login,
.bv_new_toolbar__search_login a {
	position: relative;
	padding: 8px 16px;
	background-color: #FBAF41;
	display: inline-flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	color: #ffffff;
	font-family: var(--inter);
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.muni-navigation-button .navbar-toggler, 
.muni-navigation-button .navbar-toggler:focus:not(:focus-visible) {
	box-shadow: none;
	background-color: #3758F9;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	padding: 0;
	margin-left: 10px;
}
@media (max-width: 991px) {
	.muni-header-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		border-top: 1px solid #3758F9;
	}
	.muni-header-navigation .navbar-nav {
		padding: 10px 15px;
		margin: 0;
	}
	.muni-header-navigation .navbar-nav li {
		padding: 0;
	}
	.muni-header-navigation .navbar-nav li a {
		font-size: 20px;
		line-height: 24px;
		padding: 5px 0;
		display: block;
	}
}
@media (max-width: 575px) {
	.muni-header-logo {
		max-width: 180px;
	}
	.muni-navigation-button .bv_new_toolbar__search_login, 
	.bv_new_toolbar__search_login a {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.muni-header-navigation .navbar-nav li a {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 400px) {
	.muni-header-logo {
		max-width: 150px;
	}
}
@media (max-width: 375px) {
	.muni-header-logo {
		max-width: 110px;
	}
}

/*--------------------------------------------------
// BreadCrumb
---------------------------------------------------*/
.muni-banner-wrapper {
	position: relative;
	background: linear-gradient(90deg, #3451B9 0%, #7B4BE0 45%, #79B3FF 100%);
	padding: 85px 0;
}
.bv_new_breadcrumb__title {
	font-size: 42px;
	font-weight: 700;
	line-height: 63px;
	text-align: center;
	color: #ffffff; 
    margin-bottom: 0;
}
.bv_breadcrumb_description {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
}
@media (max-width: 991px) {
	.bv_new_breadcrumb__title {
		font-size: 28px; 
	} 
}
@media (max-width: 575px) {
	.muni-banner-wrapper {
		padding: 50px 0;
	}
}

/*--------------------------------------------------
// post_wrapper
---------------------------------------------------*/
.bv_post, .bv_new_post_wrapper .bv_post {
	position: relative;
	display: inline-block;
	background: #ffffff;
	padding: 30px;
	border-radius: 0.375rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px; 
}
@media (max-width: 767.98px) {
	.bv_post, .bv_new_post_wrapper .bv_post {
		padding: 24px; 
	} 
}
.bv_post__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px; 
	transition: color 0.3s ease;
}
@media (max-width: 767.98px) {
	.bv_post__title {
		font-size: 18px;
		line-height: 21px; 
	} 
}
.bv_post__title a {
	color: #111928;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; 
}
.bv_post__title:hover a {
	color: #3758F9;
	text-decoration: underline; 
}
.bv_post__date {
	font-style: italic;
	font-size: 14px;
	color: #333; 
}
.bv_post__category a {
	display: inline-flex;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.0625rem;
	margin: 0 4px 0.5rem 0;
	padding: 0 0 0.25rem 0;
	border-bottom: 0.125rem solid #ebebeb;
	color: #3758F9;
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear; 
}
@media (max-width: 767.98px) {
	.bv_post__category a {
		font-size: 10px; 
	} 
}
.bv_post__category a:hover {
	color: #3758F9;
	text-decoration: underline; 
}
.bv_post__content {
	padding: 20px 0; 
}
.bv_post__content p {
	font-size: 15px;
	line-height: 1.5;
	font-style: italic; 
}
.bv_post:hover .bv_post__title a {
	color: #3758F9; 
}

.bv_new_post_wrapper {
	padding-top: 60px; 
}
@media (min-width: 992px) {
	.bv_new_post_wrapper {
		padding-bottom: 130px; 
	} 
}
@media (min-width: 768px) {
	.bv_new_post_wrapper {
		padding-bottom: 60px; 
	} 
}


/* --------------------------------
// 404 page
-------------------------------- */
.error-404.not-found .page-content {
	padding: 46px 0 88px 0;
	text-align: center;
	position: relative;
}
.error-404.not-found .page-content .page-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 214px;
	margin: 0;
	top: 47%;
	z-index: -1;
	color: #f3f6f9;
}
.error-404.not-found p {
	color: #0087af;
	font-size: 32px;
	margin-bottom: 15px;
}
.error-404.not-found a {
	border-color: rgba(45, 129, 165, 1);
	border-radius: 5px;
	border-width: 1px;
	color: rgba(255, 255, 255, 1);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: linear-gradient(to bottom, #46acd7 0%, #2e82a6 100%);
	min-width: 164px;
	box-shadow: 0 2px 2px rgb(1 2 2 / 50%), inset 0 1px 1px rgb(255 255 255 / 72%);
	border: 1px solid #2d81a5;
	margin: 10px 0;
}

/*--------------------------------------------------
//pagination
---------------------------------------------------*/
.bv_new_nav_links {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px; 
}
.bv_new_nav_links .page-numbers {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-right: 5px;
	color: #3758F9; 
}
.bv_new_nav_links .page-numbers.current {
	background: #3758F9;
	color: #fff; 
}
.bv_new_nav_links .page-numbers.next {
	background: #3758F9;
	color: #fff;
	border-radius: 0px; 
}
.bv_new_nav_links .page-numbers.prev {
	background: #3758F9;
	color: #fff;
	border-radius: 0px; 
}
.bv_new_nav_links .page-numbers:hover {
	background: #3758F9;
	color: #fff; 
}

/*--------------------------------------------------
//sidebar
---------------------------------------------------*/
.bv_new_sidebar .widget .wp-block-categories-list li, 
.bv_new_sidebar .widget .wp-block-archives-list li, 
.bv_new_sidebar .widget_categories ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	border-bottom: 1px solid #CED4DA;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.bv_new_sidebar .widget .wp-block-latest-posts__list li, 
.bv_new_sidebar .widget .wp-block-latest-posts li {
	background: #F3F4F6;
	padding: 14px 7px;
	list-style: none;
	margin-bottom: 17px;
}
.bv_new_sidebar .widget .wp-block-latest-posts__list li a, 
.bv_new_sidebar .widget .wp-block-latest-posts li a {
	font-family: var(--roboto);
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #111928;
}
.bv_new_sidebar .widget {
	margin-bottom: 30px; 
}
.bv_new_sidebar .widget .widget-content .widget-title {
	font-family: var(--roboto);
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #3758F9;
	margin-bottom: 15px; 
}
.bv_new_sidebar .widget .widget-content .bv_serch_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative; 
}
.bv_new_sidebar .widget .widget-content .bv_serch_form input {
	font-family: var(--roboto);
	width: 100%;
	border: 1px solid #cecece;
	padding-left: 35px;
	height: 34px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 34px;
	border-radius: 5px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
}
.bv_new_sidebar .widget .widget-content .bv_serch_form input:focus {
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6); 
}
.bv_new_sidebar .widget .widget-content .bv_serch_form span {
	position: absolute; 
	left: 9px;
	top: 6px;
	height: 28px;
	width: 28px;
}
.bv_new_sidebar .widget .widget-content .bv_serch_form span i {
	font-size: 18px;
	color: #666; 
}
.bv_new_sidebar .widget .widget-content nav ul:not(.wp-block-latest-posts) li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px; 
}
.bv_new_sidebar .widget .widget-content nav ul:not(.wp-block-latest-posts) li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
	color: #333;
	margin-right: 10px; 
}
.bv_new_sidebar .widget .widget-content nav ul:not(.wp-block-latest-posts) li a {
	font-family: var(--roboto);
	font-size: 15px;
	color: #111928;
	font-weight: 500;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; 
}
.bv_new_sidebar .widget .widget-content nav ul:not(.wp-block-latest-posts) li a:hover {
	text-decoration: underline; 
}
@media (max-width: 767.98px) {
	.bv_new_sidebar {
		margin-top: 40px; 
	} 
}
@media (max-width: 767.98px) {
	.bv_new_sidebar .widget .widget-content nav ul:not(.wp-block-latest-posts) li a {
		font-size: 13px; 
	} 
}
.bv_new_sidebar .widget .widget-content nav ul {
	margin-left: 0;
	padding-left: 0; 
}
.bv_new_sidebar .widget .widget-content nav ul.wp-block-latest-posts {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0; 
}
.bv_new_sidebar .widget .widget-content nav ul.wp-block-latest-posts li {
	margin-bottom: 17px;
	background: #eaf0f6;
	padding: 11px 7px;
	list-style: none; 
}
.bv_new_sidebar .widget .widget-content nav ul.wp-block-latest-posts li a {
	font-family: var(--roboto);
	color: #111928;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4; 
}
.bv_new_sidebar .widget .widget-content nav ul.wp-block-latest-posts li a:hover {
	text-decoration: underline; 
}
@media (max-width: 767px) {
	.bv_new_sidebar .widget .widget-content nav ul.wp-block-latest-posts li a {
		font-size: 13px; 
	} 
}

/*--------------------------------------------------
//footer
---------------------------------------------------*/
.muni-footer-wrapper {
	position: relative;
}
.muni-footer-top-wrapper {
	position: relative;
	padding: 45px 0;
	background-color: #F9FAFB;
}
.muni-footer-top-contents {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
}
.muni-footer-top-contents .muni-footer-logo {
    max-width: 200px;
}
.muni-footer-logo a {
	display: inline-block;
}
.muni-footer-bottom-wrapper {
	position: relative;
	padding: 16px 0;
	background: #3758F9;
}
.muni-footer-bottom-contents {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-content: space-between;
}
.muni-footer-top-navbar {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	column-gap: 64px;
}
.muni-footer-top-navbar ul {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	column-gap: 64px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.muni-footer-top-navbar ul li a {
	color: #374151;
}
.muni-footer-top-navbar .bv_new_toolbar__search_login a {
	color: #ffffff;
}
.muni-insta-link a {
	display: inline-block;
}
.muni-footer-copyright-menu .footer-bottom-menu {
	list-style: none;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	padding: 0;
	margin: 0;
}
.muni-footer-copyright p, .muni-footer-copyright a {
	font-family: var(--inter);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
}
.muni-footer-copyright-menu .footer-bottom-menu li {
	padding: 0 8px;
}
.muni-footer-copyright-menu .footer-bottom-menu li a {
	font-family: var(--inter);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
	text-decoration: underline;
}
@media screen and (max-width: 991px) {
	.muni-footer-top-navbar ul {
		column-gap: 30px;
	}
	.muni-footer-top-navbar {
		column-gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.muni-footer-top-contents {
		grid-template-columns: 100%;
		justify-content: center;
	}
	.muni-footer-logo {
		text-align: center;
	}
	.muni-footer-top-navigation {
		margin-top: 30px;
	}
	.muni-footer-top-navbar ul {
		justify-content: center;
	}
	.muni-footer-bottom-contents {
		grid-template-columns: 100%;
		justify-content: center;
	}
	.muni-footer-copyright {
		text-align: center;
	}
	.muni-footer-copyright-navbar {
		margin-top: 20px;
	}
	.muni-footer-copyright-menu .footer-bottom-menu {
		justify-content: center;
	}
}


/*--------------------------------------------------
//single_post
---------------------------------------------------*/
.bv_single_post,
.bv_single_post h1, 
.bv_single_post h2, 
.bv_single_post h3, 
.bv_single_post h4, 
.bv_single_post h5, 
.bv_single_post h6, 
.bv_single_post p, 
.bv_single_post ul, 
.bv_single_post li, 
.bv_single_post table, 
.bv_single_post table td, 
.bv_single_post table th, {
	font-family: var(--roboto);
}
.single-post .post-navigation .nav-links {
	justify-content: space-between;
}
.single-post .post-navigation .nav-links > div {
	flex: initial;
	width: calc(50% - 5px);
}
.single-post .post-navigation .nav-links > div > a {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	height: 100%;
}
.single-post .post-navigation .nav-links > div > a > div {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.widget_search .search___button {
		margin-top: 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.single-post .post-navigation .nav-links > div > a > div {
		padding: 20px;
		margin-top: 0;
	}
}
.bv_single_post__meta_date, 
.bv_single_post__meta_author {
	color: #637381;
	font-style: italic;
	font-size: 14px; 
}
.bv_single_post__meta_date i, .bv_single_post__meta_author i {
	display: inline-flex;
	margin-right: 3px; 
}
.bv_single_post__title {
	font-size: 24px;
	margin-bottom: 6px;
	font-weight: 800;
	line-height: 1.1; 
}
.bv_single_post__title a {
	color: #3758F9; 
}
.bv_single_post__meta_date {
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row; 
}
.bv_single_post__meta_author {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row; 
}
.bv_single_post .bv_single_post__content {
	padding-top: 25px; 
}
.bv_single_post .bv_single_post__content p, 
.bv_single_post .bv_single_post__content em {
	font-size: 15px;
	color: #333333; 
	margin: 0 0 15px;
}
.bv_single_post__tag {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row;
	flex-wrap: wrap;
	margin-top: 30px; 
}
.bv_single_post__tag_icon {
	display: inline-flex;
	margin-right: 5px; 
}
.bv_single_post__tag_icon i {
	color: #292826;
	font-size: 14px; 
}
.bv_single_post__tag a {
	font-family: var(--roboto);
	color: #292826;
	font-size: 12px;
	display: inline-flex;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .0625rem;
	padding: 0 0 0.25rem 0;
	border-bottom: 0.125rem solid #ebebeb;
	margin-right: 5px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; 
}
.bv_single_post__tag a:hover {
	text-decoration: underline; 
}
.bv_single_post__pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row;
	margin-top: 50px; 
}
.bv_single_post__pagination_prev {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row;
	border: 1px solid transparent;
	background: #3758F9;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	padding: 16px;
	border-radius: 5px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; 
}
.bv_single_post__pagination_prev i {
	font-size: 36px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; 
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.bv_single_post__pagination_prev i {
		font-size: 24px; 
	} 
}
.bv_single_post__pagination_prev span {
	font-family: var(--roboto);
	display: inline-flex;
	font-weight: 500;
	letter-spacing: .3px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.bv_single_post__pagination_prev:hover {
	background: #fff;
	border: 1px solid #3758F9; 
}
.bv_single_post__pagination_prev:hover i {
	color: #3758F9; 
}
.bv_single_post__pagination_prev:hover span {
	color: #3758F9; 
}
.bv_single_post__pagination_next {
	font-family: var(--roboto);
	font-size: 16px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	color: #ffffff;
	text-align: left;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row;
	border: 1px solid transparent;
	background: #3758F9;
	padding: 16px;
	border-radius: 5px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; 
}
.bv_single_post__pagination_next i {
	font-size: 36px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; 
}
.bv_single_post__pagination_next span {
	display: inline-flex;
	font-weight: 500;
	letter-spacing: .3px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.bv_single_post__pagination_next:hover {
	background: #fff;
	border: 1px solid #3758F9; 
}
.bv_single_post__pagination_next:hover i {
	color: #3758F9; 
}
.bv_single_post__pagination_next:hover span {
	color: #3758F9; 
}
@media (max-width: 767px) {
	.bv_single_post__pagination_next {
		margin-top: 15px; 
	} 
}
@media (min-width: 768px) and (max-width: 991px) {
	.bv_single_post__pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column; 
	} 
}
@media (max-width: 767px) {
	.bv_single_post__pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column; 
	} 
}


/*---------------------------------------
Sidebar
-----------------------------------------*/
.bv_new_sidebar .widget h2,
.bv_new_sidebar .widget h4,
.bv_new_sidebar .widget h3,
.widget_search .wp-block-search__label {
	font-family: var(--roboto);
	font-weight: 700;
	font-size: 18px;
	color: #3758F9;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.bv_new_sidebar .widget ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.bv_new_sidebar .widget ul li {
	list-style: none;
	padding-left: 0;
}

.bv_new_sidebar .widget .wp-block-latest-posts__list li,
.bv_new_sidebar .widget .wp-block-latest-posts li {
	background: #F3F4F6;
	padding: 11px 7px;
	list-style: none;
	margin-bottom: 17px;
}

.bv_new_sidebar .widget .wp-block-categories-list li,
.bv_new_sidebar .widget .wp-block-archives-list li,
.bv_new_sidebar .widget_categories ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	border-bottom: 1px solid #CED4DA;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.bv_new_sidebar .widget .wp-block-categories-list li::before,
.bv_new_sidebar .widget .wp-block-archives-list li::before,
.bv_new_sidebar .widget_categories ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #111928;
	margin-right: 10px;
	font-size: 14px;
}
.bv_new_sidebar .widget .wp-block-categories-list li a,
.bv_new_sidebar .widget .wp-block-archives-list li a,
.bv_new_sidebar .widget_categories ul li a {
	font-family: var(--roboto);
	font-size: 15px;
	color: #111928;
	font-weight: 500;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.bv_new_sidebar .widget .wp-block-categories-list li:hover,
.bv_new_sidebar .widget .wp-block-archives-list li:hover,
.bv_new_sidebar .widget_categories ul li:hover {
	text-decoration: underline;
}
/*  */
.bv_new_sidebar .widget .wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}

/*--------------------------------------------------
//sections_title
---------------------------------------------------*/
.bv_section_title {
	font-size: 30px;
	color: #3758F9;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center; 
}

/*--------------------------------------------------
//related_post
---------------------------------------------------*/
.bv_related_section {
	padding-bottom: 30px; 
}


/*--------------------------------------------------
//KCG FORM STYLE BY MUKUL
---------------------------------------------------*/
.bondview-download-guide-forms {
	padding: 30px 30px 30px 30px;
	border-color: rgba(248, 250, 252, 1);
	box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.1);
}
.bondview-download-guide-forms .kcgform-field-wrapper label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #737B84;
	margin: 0;
}
.bondview-download-guide-forms .kcgform-field-wrapper label span {
	color: #f00f00;
}
.bondview-download-guide-forms .kcgform-field-wrapper input {
	font-size: 18px;
	width: 100%;
	background-color: #ffffff;
	border-color: #D1D6DC;
	color: #454545;
	padding: 7px 20px;
	border-radius: 5px;
	min-height: 59px;
}
.bondview-download-guide-forms .kcgform-field-wrapper input:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	outline: 0;
}
.bondview-download-guide-forms .kcgform-submit-button-wrappers {
	justify-content: center;
}
.bondview-download-guide-forms .kcgform-submit-button-wrappers .kcgform-btn {
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	padding: 12px 18px 12px 18px;
	background-color: #0083A9;
	color: #ffffff;
	min-height: 40px;
}
.bondview-download-guide-forms .succes-message {
	text-align: left;
	width: 100%;
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	color: #737B84;
	padding: 3px 8px;
	border: 1px solid #0083A9;
	border-radius: 5px;
}
.bondview-download-guide-forms .succes-message p {
	margin: 0;
}
