@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

*:focus {
	outline: none;
}

h1 {
	color: #000;
	font-size: 23px;
	font-weight: 600;
}

h2 {
	color:#000;
	font-size: 20px;
	font-weight: 600;
}

h3 {
	color: #000;
	font-size: 18px;
}

h4 {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

h5 {
	color: #000;
	font-size: 22px;
	font-weight: 300;
}

.inner-ul h5 {
	color: #000;
	font-weight: 500;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	width: 250px;
	margin: 20px 25px 15px 60px;
}

nav {
	position: relative;
	padding: 12px 60px;
}


nav li a {
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	background: #9f9fa4;
	display: block;
	top: 20px;
	right: 0%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #9f9fae;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
}

.nav-item {
	padding: 7px 20px;
	position: relative;
}

.nav-pills li:last-child::after {
	background: unset;
}

nav .nav-link:hover, nav .nav-link:focus, nav .nav-link:active {
	color: #66cc00;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #66cc00;
	background: none;
}

.form-check-input[type="radio"] {
	border-radius: 50% !important;
	width: 25px !important;
	height: 25px !important;
	padding: 7px !important;
	margin-right: 5px;
	left: 0px;
	position: relative;
	margin-top: 3px;
	border: 1px solid #3e8079;
	cursor: pointer;
}

ul {
	position: relative;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	line-height: 2em;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

button {
	color: #fff;
	border-radius: 3px;
	border: 0;
	background: inherit;
	font-size: 15px;
	font-weight: 500;
}

.bstrip hr {
	color: #fff;
	height: 3px;
	opacity: 1;
}

.inner-ul ul {
	padding: 0 0 20px 15px;
}

.inner-ul li {
	list-style: disc;
	padding-bottom: 13px;
	line-height: 1.5em;
}

.footer {

	padding: 10px 0;
}

.footer li a {
	font-size: 14px;
	color: #fff;
}

.footer li a:hover {
	color: #fff;
}

.footer .nav-pills li::after {

	content: "";
	position: absolute;
	z-index: 1;
	background: #fff;
	display: block;
	top: 20px;
	right: 0%;
	width: 6px;
	height: 6px;
	border-radius: 50%;

}

.footer .nav-pills li:last-child::after {
	background: unset;
}

.pr-150 {
	padding-right: 150px !important;
}

.bottom-ribbon {
	background: #f5f5f5;
	padding: 16px 120px;
	font-size: 22px;
	color: #537ec3;
	text-align: center;
	line-height: 1.4em;
	font-weight: 600;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.font-14 {
	font-size: 14px;
}

.mt-100 {
	margin-top: 100px;
}

p {
	line-height: 1.6em;
	color: #323232 !important;
	font-weight: 500 !important;
	font-size: 14px;
}

.pl-100 {
	padding-left: 100px !important;
}

.font-14 {
	font-size: 14px;
	color: #000;
}
form {
	position: relative;
	z-index: 1;
  }
.form-control, .form-select {
	border: 0;
	border-radius: 2px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.form-control:focus, .form-select:hover {
	box-shadow: none;
	border-color: #3a7ecf;
}

.form-check-input {
	padding: 9px;
	border-radius: 0 !important;
	border: 1px solid #000;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #000;
	border-color: #000;
}

.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #3e8079;
	border-color: #3e8079;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #66cc00;
	color: white;
}

.modal-header h5 {
	color: white;
}

.btn-close {
	background: none !important;
	font-size: 19px;
	color: white;
	opacity: 1;
	font-weight: 400;
	height: inherit !important;
}

.btn-close:focus {
	box-shadow: none !important;
}

.modal-footer {
	border-top: 0 !important;
	text-align: center;
	display: inline;
	padding-bottom: 40px;
}

.modal-footer button {
	background: #66cc00;
	padding: 10px 30px;
	color: #fff;
}

.modal-body {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 30px 0;
	font-weight: 500;
}

.modal-dialog {
	margin: 15% auto;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #fe0000;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #fe0000;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #000;
	border-color: #000;
  }
.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fix-bottom-1 {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.px-60 {
	padding: 0 60px;
}

.px-40 {
	padding: 0 40px;
}

.top-section li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.top-section li {
	padding-left: 25px;
}

label {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	text-align: left;
}

#form {
	position: relative;
	z-index: 1;

}

.e-select-p {
	float: left;
	font-size: 13px;
	padding-top: 15px;
	margin-bottom: 0;
}

.e-select {
	width: 120px;
	float: right;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #ff0000;
}

.c-section li {
	list-style: none;
	line-height: 1.6em;
	color: #323232 !important;
	font-weight: 400 !important;
	font-size: 16px;
}

.c-section li span {
	color: #a49f29;
}

.px-30 {
	padding: 0 30px;
}

.contact-info {
	background: #f6f5f3;
	border-radius: 10px;
	padding: 15px 25px 15px 25px;
	min-height: 200px;
}

.contact-info h4 {
	color: #663629;
	font-weight: 500;
}

.form-button {
	background: #5d3627;
	border-radius: 5px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 23px;
}

.form-check-input {
	background-color: #eeeae9;
}

.scrore p {
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
}

.scrore span {
	font-weight: 600;
	font-size: 14px;
}



.banner {
	background: url(../img/banner.jpg) no-repeat;
	height:1050px;
	background-size: cover;

}

/*.banner:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: rgba(204, 169, 106, 0.2);
	height: 830px;
}*/

.banner h1 {
	font-size: 30px;
	color: #ffffff;
	text-shadow: 2px 0 2px #4d4b4b;
}

.banner h2 {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
}

.banner h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.top-section li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.top-section {
	background: rgb(102,204,0, 0.8);
	border-radius: 30px;
	padding: 40px 0px 30px 20px;
	position: relative;
}

.top-section h3 {
	color: #fff;
	font-size: 25px;
	text-shadow: 2px 0 2px #666464;
}

.top-section p {
	font-size: 12px !important;
	color: #fff !important;
	text-shadow: 2px 0 2px #666464;
}

.banner p {
	list-style: none;
	line-height: 1.6em;
	font-size: 15px;
	color: #fff !important;
	font-weight: 500 !important;
	position: relative;
}

.intro-section li {
	list-style: none;
	line-height: 1.6em;
	color: #323232 !important;
	font-weight: 500 !important;
	font-size: 17px;
}

.intro-section li span {
	color: #3a7ecf;
	font-size: 20px;
}

.num li p {
	font-size: 20px;
	font-weight: 500 !important;
}

.num li span {
	background: #3a7ecf;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 2.1em;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.text-black {
	color: #000;
}


.fa-phone {
	color: #000;
}

header {
	position: relative;
	z-index: 4;
}

.h-bg {
	background: rgb(255,255,255,0.2);
	border-bottom-right-radius: 50px;
	width: 570px;
	position: absolute;
	height: 110px;
	z-index: 2;
	left: -100px;
	transform: skewX(-28deg);
}

.s-btn {
	font-size: 23px;
	font-weight: 600;
	z-index: 9;
	position: relative;
	top: 8px;
	text-shadow: 2px 0 2px #666464;
}

.cash {
	width: 170px;
	position: relative;
	right: 0;
	bottom: 0;
	z-index: 22;
	top: 50px;
}

.intro {
	background: #ddf3c5;
}

.intro h1 {
	color: #353b31;
	font-size: 22px;
}

.intro p {
	color: #353b31;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
}

.intro h2 {
	color: #353b31;
	font-size: 18px;
}

.intro h5 {
	color: #353b31;
	font-weight: 300;
	font-size: 25px;
}

.intro li {
	color: #353b31;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 17px;
	line-height: 1.5em;
}

.intro .fa-circle {
	color: #000;
	font-size: 11px;
	position: absolute;
	top: 7px;
	left: 0;
}

.circle {
	width: 24px;
	height: 24px;
	background: #000;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}

.btn-white {
	background: #fff;
	padding: 6px 30px;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	border-radius: 3px;
	color: #3e8079;
	position: relative;
	z-index: 9;
}

.btn-white:hover {
	background: #ccc;
	font-weight: 600;
	color: #000;
}

.scrorebtn button {
	background: #fff;
	padding: 0;
	width: 180px;
	position: relative;
	z-index: 9;
}

.scrorebtn button:hover {
	background: #e7f0fe;
	padding: 0;
	width: 180px;
}

.scrorebtn div {
	background: #3e8079;
	color: #fff;
	padding-bottom: 10px;
}

.scrorebtn p {
	font-size: 20px !important;
	color: #fff !important;
	font-weight: 500 !important;
	margin: 0;
	padding: 10px 0 0 0;
}

.scrorebtn span {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px 0;
}

.btn-submit {
	background: #fff;
	border-radius: 5px;
	padding: 14px 80px;
	color: #3e8079;
	font-weight: 600;
	font-size: 22px;
}

.btn-submit:hover {
	color: #3e8079;
	background: #f2eeee;
}

.bread-crumbs {
	background: #f6f5f3;
	padding: 12px;
}

.breadcrumb, ol {
	margin-bottom: 0;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb li {
	color: #66cc00 !important;
}

.breadcrumb-item+.breadcrumb-item::before {

	color: #66cc00;
}

.inner-ul h3{
	padding-top:10px;
}
.inner-ul h4{
	padding-top:10px;
	color:#000;
	font-size:16px;
}

.scrorebtn {
	display: flex;
	justify-content: space-around;
}

.big-btn{
	background: #000;
	display: block;
	width: 100%;
	padding: 4px;
}
.strip {
	background:#fff;
	padding:20px;
}
.strip h1{
	font-size:20px;
	color:#38483b;
	font-weight:600;
}
.strip p{
	margin:0;
}

.bottom-strip {
	background:#66cc00;
	padding:15px;
}

.bottom-strip h5 {
	color:#000;
	font-weight:400;
}

footer {
	background:#000;
}
.c-bottom-strip {
	position: absolute;
	bottom: 0;
	width: 100%;
	border: 200px;
	bottom: 64px;
  }
.c-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
  }