@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;
	font-size: 16px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

*:focus {
	outline: none;
}

a {
	color: #e46b26;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	width: 330px;
	margin: 10px 25px 15px 25px;
}

nav {
	background: #474747;
	position: relative;
	padding: 7px 20px;
}

nav li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #231f20;
	display: block;
	top: 5px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #e46b26;
	padding: 0;
}

.nav-item {
	padding: 0 20px;
	position: relative;
}

.nav-pills li:last-child::after {
	border-right: 0;
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
	color: #231f20;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #231f20;
	background: none;
}

.form-check-input[type="radio"] {
	border-radius: 50% !important;
	width: 12px !important;
	height: 12px !important;
	padding: 7px !important;
	margin-right: 5px;
	left: 50px;
	position: absolute;
	margin-top: 3px;
	border: 1px solid #e26c26;
	cursor: pointer;
}

ul {
	position: relative;
}

li {
	list-style: none;
}

button {
	color: #fff;
	border-radius: 3px;
	width: 100%;
	text-transform: uppercase;
	border: 0;
	background: #000000;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 500;
}

button:hover {
	background: #e46b26;
}

.inner-ul ul {
	padding: 0;
}

.inner-ul li {
	list-style: disc;
}

.footer {
	padding: 5px 0;
}

.footer li a {
	font-size: 14px;
}

.footer li a:hover {
	color: #231f20;
}

h1 {
	font-size: 24px;
	color: #e46b26;
	font-weight: 600;
}

h2 {
	color: #e46b26;
	font-size: 22px;
}

.pr-150 {
	padding-right: 150px !important;
}

.pr-i {
	padding: 0 30px 0 30px;
}

.bottom-ribbon {
	background: #eea980;
	padding: 10px 80px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.bottom-ribbon-c {
	position: absolute;
	bottom: 50px;
}

h4 {
	color: #e46b26;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.font-13 {
	font-size: 13px;
}

.mt-100 {
	margin-top: 100px;
}

h3 {
	color: #e46b26;
	font-size: 20px;
}

p {
	line-height: 1.6em;
	font-size: 16px;
	color: #000;
}

.pl-100 {
	padding-left: 100px !important;
}

.font-14 {
	font-size: 14px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #e46b26;
	border-radius: 0;
	font-size: 14px;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
	border-color: #000;
}

.form-check-input {
	padding: 9px;
	border-radius: 0 !important;
	border: 1px solid #e46b26;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #e46b26;
	border-color: #e46b26;
}

.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #e46b26;
	border-color: #e46b26;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #e46b26;
	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-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: #e46b26;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #e46b26;
}

.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fix-bottom-1 {
	position: absolute;
	width: 100%;
	bottom: 31px;
}

.inner-ul p {
	font-size: 15px;
}

.inner-ul li {
	margin-left: 20px;
	font-size: 15px;
}

.inner-ul li li {
	margin-left: 30px;
	font-size: 15px;
}

.anchor-list {
	margin-left: 20px;
}

.anchor-list li a {
	color: #333;
	font-size: 15px;
	font-weight: 500;
}

.anchor-list li a:hover {
	color: #e46b26;
}

.anchor-list li {
	list-style: numeric;
	line-height: 1.8em;
}

.anchor-list ul li {
	margin-left: 35px;
}

.top-ribbon {
	background: #eea980;
}

.pr-50 {
	padding: 0 50px;
}

.top-ribbon h1 {
	background: #e8854c;
	margin: 0;
	font-size: 35px;
	color: #fff;
	padding: 20px;
}

.top-ribbon-bottom h2 {
	background: #eea980;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin: 0;
	font-size: 20px;
	color: #000;
	padding: 20px;
	font-weight: 400;
}

.lite-shadow {
	background: rgb(252, 247, 243, 0.6);
	padding: 13px 20px;
	border-radius: 12px;
}

.list {
	margin-bottom: 0;
}

.list li {
	line-height: 1.5em;
	font-size: 16px;
	color: #000;
	list-style: none;
	margin-left: 0;
	padding-bottom: 25px;
	padding-left: 25px;
}

.list li .fa-check {
	color: #e8854c;
	position: absolute;
	left: 0;
}

.n-list span {
	background: #000;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 2em;
	margin-bottom: 8px;
}

.prr-50 {
	padding-right: 50px;
}

.c-images div, .c-images img {
	position: relative;
}

.c-images h2 {
	position: absolute;
	top: 20px;
	left: 35px;
	color: #000;
	font-size: 18px;
	z-index: 1;
	font-weight: 400;
}

.c-images strong {
	font-weight: 600;
}

.c-images p {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 35px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
}

.img-c {
	background: #ffd4bb;
	border-radius: 10px;
	padding: 5px;
}

.fa-phone {
	color: #e46b26;
}

.btm-c {
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.w-100 {
	width: 100%;
}

.ftr-c {
	position: absolute;
	bottom: 0px;
	width: 100%;
}