:root {
	--primary: #007F9F;
	--secondary: #097105;
	--p-clr-3: #000;
	--font-clr: #000;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Italic.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-LightItalic.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),
		url('../fonts/roboto/Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}


body {
	font-family: "Roboto";
}

/*!********************************* Header **********************************/

.top-header {
	background: rgb(197, 240, 164);
	/* border-bottom: 1px solid #045400; */
}

.home-multi-curr {
	margin-left: 80px;
}
.home-head-nav {
	padding: 5px 0;
}

.home-head {
	padding: 0 10px;
}

.home-head-link a,
.home-multi-curr a {
	color: #000;
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}

.home-head-link a:hover,
.home-multi-curr a:hover {
	color: #0d9d07;
}

.home-multi-curr .dropdown-menu {
	border-radius: 5px !important;
	border: 1px solid #f2f2f2;
	margin-top: 10px !important;
	padding: 0;
}

.home-multi-curr .dropdown-item.active,
.home-multi-curr .dropdown-item:active {
	background-color: #fff;
}

.home-multi-curr .dropdown-item:focus,
.home-multi-curr .dropdown-item:hover {
	background-color: #f0f0f0;
	color: #000 !important;
}

.home-multi-curr .dropdown-menu {
	max-height: 205px;
	overflow: auto;
	overflow-x: hidden;
}

.home-multi-curr .drop-bg {
	vertical-align: middle !important;
}

.home-head-link .home-multi-curr li {
	padding: 5px;
	border-bottom: 1px solid #eee;
}

.home-head .home-multi-curr li:last-child {
	border-bottom: 0;
}

.home-head li .dropdown-item:hover {
	color: #fff;
}

.home-multi-curr img {
	margin-top: -3px;
	width: 20px;
	margin-right: 2px;
}

.home-head-logo {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}

.home-head-btn .dropdown-item.active,
.home-head-btn .dropdown-item:active {
	background-color: #f6f6f6;
}

/*!********************************* footer **********************************/
.home-foot-link li a:hover {
	color: #000;
}

.home-foot-pay li {
	display: inline-block;
	padding: 3px 2px 3px 0px;
}

.home-foot-cpy {
	border-top: 1px solid #898989;
	padding: 20px 0;
	margin-top: 25px;
}

.home-foot-bor {
	padding-top: 60px;
}

.home-foot-link li a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.home-foot-social h6 {
	color: #666;
}

.home-foot-link li {
	display: block;
	padding: 5px 0;
}

.home-foot-link li:last-child {
	border: 0;
}

.home-foot-social li a {
	display: inline-block;
	color: #097105;
}

.home-foot-link li a i {
	color: #097105;
}

.home-foot-social li {
	display: inline-block;
	padding-right: 15px;
}

.home-foot-head h5 {
	color: #097105;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.home-foot-sec {
	background-color: #eaffda;
}

.home-foot-head p,
.home-cpy-cont h6 a,
.home-cpy-cont h6 {
	color: #333;
}

.home-foot-social li a i {
	font-size: 20px;
}


/*!********************************* Responsive **********************************/

@media only screen and (max-width: 1349px) {}

@media only screen and (max-width: 1200px) {

	.home-foot-head p br {
		display: none;
	}

	.home-multi-curr {
		margin-left: 0;
	}

}

@media only screen and (max-width: 992px) {

	.home-head-link a {
		padding: 5px 5px;
	}

	.home-head-link a,
	.home-multi-curr a {
		padding: 5px 5px;
		border: none;
	}

	.home-multi-curr {
		margin-right: 10px;
	}

	.home-foot-bor {
		padding-top: 40px;
	}

	.home-foot {
		margin-top: 20px;
	}

	.home-foot-logo {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {

	.home-foot-logo br {
		display: none;
	}

	.home-foot {
		margin: 5px 0;
	}

	.home-navbar-head {
		width: 100%;
		padding: 0;
		border-radius: 10px;
		margin-top: 10px;
	}

	.home-head-btn-link li {
		padding: 5px 0;
	}


	.navbar-toggler:focus {
		box-shadow: none;
	}

	.home-head-navbar span {
		font-size: 25px;
		border: transparent;
	}

	.home-head li {
		margin-top: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}

	.navbar-collapse {
		background-color: rgb(219, 253, 194);
		margin: 0px -12px 0 -12px !important;
	}

	.home-head-btn {
		margin-left: 0;
	}

	.home-head {
		border-radius: 0;
		padding: 0;
	}

	.home-multi-curr .dropdown-menu {
		border-radius: 0;
		margin-top: 0 !important;
	}


	.home-head-link li:hover {
		background: transparent;
	}

	.home-head-nav {
		padding: 10px 0;
	}

	.home-foot {
		margin-bottom: 10px;
	}

	.home-multi-curr {
		background: transparent;
		border-radius: 0;
	}

	.home-head-link li a {
		padding: 5px 0;
	}

	.home-head-nav {
		padding: 0;
	}

	.home-foot-cpy {
		margin-top: 10px;
	}

	.home-cpy-cont {
		text-align: left !important;
		margin-top: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width:768px) {
	.navbar-collapse ul {
		height: auto;
	}

	.home-head-link a,
	.home-multi-curr a {
		padding: 5px 5px;
	}

	.navbar-collapse {
		background-color: transparent;
		margin: 0 !important;
	}

	.home-head li {
		margin-top: 0;
		padding: 0;
		border-bottom: none;
	}

	.home-head-nav {
		padding: 10px 0;
	}

}



@media only screen and (max-width: 576px) {


	.home-head-link li {
		padding: 10px 20px;
	}

	.home-foot-head {
		margin-top: 10px;
	}

	.home-foot-bor {
		padding: 40px 0 0px 0;
	}

	.home-foot-head {
		margin-top: 20px;
	}

	.home-cpy-cont h6 {
		margin-top: 18px;
	}

}

@media only screen and (max-width: 480px) {}