html {
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #242424;
	font-family: "Montserrat", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
*,
*:focus {
	outline: none !important;
	transition: all 0.3s ease 0s;
}
a {
	text-decoration: none !important;
	color: #000;
}
a:hover {
	color: #ccc;
}
p {
	margin-bottom: 25px;
}

.mar-p-0 p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.fw-semi {
	font-weight: 600;
}
.fw-medium {
	font-weight: 500;
}
.no-list {
	margin: 0;
	padding: 0;
}
.no-list li {
	list-style: none;
}
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.breadcrumb {
	color: #818181;
	margin: 0px;
	background-color: transparent;
	padding: 0 0 15px;
	font-size: 12px;
	border-bottom: solid 1px #dddddd;
}
.breadcrumb > li + li:before {
	content: "\27A4";
	color: #818181;
	margin: 0 10px;
}
.breadcrumb a {
	color: #487201;
}
li {
	line-height: 30px;
}
/******* Helpers ********************************************************************/
.ImgFade {
	background-color: #000;
}
.ImgFade img {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
/***************************/
.btn {
	moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 13px;
	padding: 15px 30px;
	font-family: "Montserrat", serif;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 1px;
}
.btn-sm {
	padding: 10px 20px;
	font-size: 12px;
}
.btn.focus,
.btn:focus {
	box-shadow: none;
}
.btn-success {
	background: #669900 !important;
	color: #fff !important;
	border: none !important;
}
.btn-success:hover,
.btn-success:focus {
	background: #000 !important;
	color: #fff !important;
	box-shadow: none;
}
.btn-outline-warning {
	border-color: #bd9d5a !important;
}
.btn-outline-warning:hover {
	border-color: #bd9d5a !important;
	background-color: #bd9d5a !important;
	color: #fff !important;
}
/*****************************/
.bg-warning {
	background-color: #bd9d5a !important;
}
.bg-dark {
	background-color: #1d1c00 !important;
}
/*****************************/
.text-dark {
	color: #3a3a3a !important;
}
/*****************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Lora", serif;
}
h1,
.h1 {
	font-size: 22px;
}
h2,
.h2 {
	font-size: 22px;
}
h3,
.h3 {
	font-size: 15px;
}
h4,
.h4 {
	font-size: 13px;
}
h5,
.h5 {
	font-size: 12px;
}

/*******************************************************************/
input.form-control,
input.form-control:focus {
	box-shadow: none;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ddd;
	outline: none;
}
textarea.form-control:not([rows]) {
	height: 136px;
}
.form-control::-moz-placeholder {
	color: #bebebe;
	opacity: 1;
}
.form-control::-webkit-placeholder {
	color: #bebebe;
	opacity: 1;
}
.form-control::placeholder {
	color: #bebebe;
	opacity: 1;
}
form .border-bottom {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #5a5a5a !important;
}

/********** Back To Top Button ******************/
#ScrollToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #000;
	color: white;
	cursor: pointer;
	padding: 0px;
	border-radius: 10px;
	font-size: 25px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

#ScrollToTop:hover {
	background-color: #aaa;
}
