/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/open-sans-v40-latin-500.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/open-sans-v40-latin-600.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/open-sans-v40-latin-700.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
	--bs-link-color: #a7bb35;
    --bs-link-hover-color: #8bb026;

}


html {
	font-family: 'Open Sans', sans-serif
}

.mt-15 {
	margin-top: 6.5rem !important
}


.dist-to-header {
	margin-top: 180px;
}

.submenu_header {
	margin-left: 1rem;

}

.footer_main_bg {

	background-color: #666;
}

.footer_bottom_bg {

	background-color: #c4e298;
}

.footer_cap {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}

.footer_indent {
	text-indent: 10;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #a7bb35;
	--bs-btn-border-color: #667024;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #8bb026;
	--bs-btn-hover-border-color: #667024;
	--bs-btn-focus-shadow-rgb: 47, 201, 109;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6670242;
	--bs-btn-active-border-color: #088f3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #667024;
	--bs-btn-disabled-border-color: #667024;
}

.navbar-nav {
margin-bottom: -40px !important;
}

.navbar-brand-logo {
    width: 100%;
    min-width: 7rem;
    max-width: 7rem;
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 2rem;
    line-height: 4rem;
	color: #a7bb35;
}
