@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
body{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  *:focus {
    outline: none;
   }
a{
	color:#c66a05;
}
a:hover{
	color:#000;
}
.text-black{
color: #000;
}
.text-maroon{
	color:#6f6468;
}
.text-green{
	color:#04bc08;
}
.nav{
	justify-content: end;
	padding:20px 10px 0px 20px;
}
.nav-link {
    color: #c66a05;
	padding:0;
	text-decoration: underline;
}

h1{
	font-size: 18px;
	font-weight: 600;
}
h2{
	font-size:36px;
	font-weight:600;
	color:#027301;
	text-align: center;
}
h3{
	font-size: 16px;
	font-weight: 600;
	color: #027301;
}
h4{
	font-size: 25px;
	font-weight: 600;
	color: #c66a05;
}

.top-stirp {
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:30px 20px;
}

.mt-50{
	margin-top:50px;
}

p{
    font-size: 13px;
    font-weight: 400;
	line-height:.1.5em;
}
.font-20 {
	font-size:20px;
}

.logo img{
	
	width:280px;
}


.font-25 {
	font-size:25px !important;
}
.d-flex1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul{
	margin:0;
	padding:0;
}
li{
	list-style: none;
	position:relative;
	font-size:14px;
	color:#303030;
	line-height: 2em;

}
.nav-item {
		padding: 0 20px;
}
.nav-pills li:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #0b6f0c;
    display: block;
    top: 4px;
    right: 0%;
    height: 17px;
}
.footer .nav-pills li:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #0b6f0c !important;
    display: block;
    top: 4px;
    right: 0%;
    height: 17px;
}
.nav-pills li:last-child:after, .footer .nav-pills li:last-child:after {
	border-right:0 !important;
}
.footer li{
	display: inline;
	padding: 0 20px;
	
}

.nav-link:active, .nav-link:focus, .nav-link:hover
{
	color:#0b6f0c;
}
h5{
	color:#c66a05;
    font-weight: 600;
    font-size: 16px;
}
.f-10 {
    font-size: 7px !important;
    position: absolute;
    left: 0;
	top:7px;
}
.mt-200{
	margin-top:200px;
}
.font-13 {
	font-size:13px;
}
.footer a {
	color:#c66a05;
}

.rounded{
	border-radius:25px !important;
}
.list-n li{
	line-height: 2.2em;
    list-style: disc;
    margin-left: 20px !important;
	font-weight:500;
	font-size:18px;
}
.font-11{
	font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}
.list-2 li {
	line-height:2.5em;
	font-weight:500;
	font-size:18px;
}
.list-2 span{
	background: #1a2458;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 2em;
	font-size:15px;

}
.text-orange{
	color:#c76905;
}

select, input {

	font-size:14px !important;
	font-weight:500 !important;
	border:1px solid #999 !important; 
	padding: 9px 10px !important;
	border-radius: 6px !important;
}
.form-control  {
	padding: 9px 10px !important;
	border-radius: 6px !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}
button{
	padding: 9px 40px;
    border: 0;
    font-size: 18px;
	text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;

}
.btn-orange{
background:#f19e70;
color:#fff;
}
.text-center{
	text-align:center;
}
.btn-orange:hover{
	background:#e88650;
	color:#fff;
}
	.form-check-input[type=checkbox] {
		width: 10px !important;
		border-radius: 0 !important;
		padding: 8px !important;
		border: 1px solid #000 !important;
	}
	.form-control:focus{
		box-shadow:none !important;
	}
	.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
		border-color: #dc3545 !important;
	}
	.btn-primary {
		color: #fff;
		background-color: #c66a05;
		border-color: #c66a05;
		text-transform: uppercase;
	}
	.btn-primary:hover,.btn-primary:focus {
		color: #fff;
		background-color: #0a700a;
		border-color: #0a700a;
		box-shadow: none !important;
	}
	.breadcrumb-item.active {
		color: #000;
	}

	.breadcrumb {
		font-weight: 500;
		font-size: 18px;
	}
.text-right, .text-right h2{
	text-align:right !important;
}
	.inner-h-s {
		font-size:25px;
		font-weight:600;
		    color: #c66a05;
	}

	.normal-list li {
		list-style-type: disc;
	}
	.mt-150 {
		margin-top:150px;
	}
	
.f-14 {
	font-size:14px;
	color:#000;
}
  .form-control::placeholder {
	color: #000 !important;
	opacity: 1;
	font-size: 14px;
	font-weight: 500;
}
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545 !important;
}

.bg-op-1 {
	background-color: rgba(224,223,228,0.5);
}

.bg-op-2 {
	background-color:rgba(186,190,199, 0.5);
}
.form-check-input[type="checkbox"]:checked {
    background-color: #c66a05;
}
.points li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
}

.points li span {
    background: #f38b4e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    line-height: 1.7em;
}

.text-orange1 {
	color:#f38b4e;
	font-size:24px !important;
}
.padd-left-0 {
	padding-left: 0 !important;
}

.form-select:focus, .form-check-input {
    box-shadow: none !important;
}

.pr-5 {
	padding-right:5px;
}

.w-85{
	width:85%;
}

.points li span {
    background: #c66a05;
    border-radius: 50%;
    width:18px;
    height: 18px;
    display: inline-block;
    color: #fff;
	font-size:12px;
	margin-right:5px;
    font-weight: 500;
    line-height: 1.53em;
}

.footer-strip {
    background: #c66a05;
    padding: 20px;
    color: #fff;
}
.footer-strip p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}
.footer-strip strong{
	font-weight:600;
}