@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: #f15a25;
}

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 #f15a25;
	display: block;
	top: 5px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #f15a25;
	padding: 0;
	text-decoration: underline;
}

.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 #f15a25;
	cursor: pointer;
}

ul {
	position: relative;
}

li {
	list-style: none;
}

button {
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	border: 0;
	background: #000;
	padding: 10px 60px;
	font-size: 18px;
	font-weight: 600;
}

button:hover {
	background: #f15a25;
	color: #fff;
}

.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: 27px;
	color: #f15a25;
	font-weight: 600;
}

h2 {
	color: #f15a25;
	font-size: 23px;
	font-weight: 600;
}

.pr-150 {
	padding-right: 150px !important;
}

.pr-i {
	padding: 0 30px 0 50px;
}

.bottom-ribbon {
	background: #000000;
	padding: 10px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

h4 {
	color: #f15a25;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.font-13 {
	font-size: 13px;
}

.font-16 {
	font-size: 16px;
}

.mt-100 {
	margin-top: 100px;
}

h3 {
	color: #f15a25;
	font-size: 20px;
}

p {
	line-height: 1.6em;
	font-size: 15px;
	color: #000;
}

.pl-100 {
	padding-left: 100px !important;
}

.font-14 {
	font-size: 14px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #f15a25;
	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 #f15a25;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #f15a25;
	border-color: #f15a25;
}

.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #f15a25;
	border-color: #f15a25;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #f15a25;
	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: #f15a25;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #f15a25;
}

.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: #f15a25;
}

.anchor-list li {
	list-style: numeric;
	line-height: 1.8em;
}

.anchor-list ul li {
	margin-left: 35px;
}

.pr-50 {
	padding: 0 50px;
}

.lite-shadow {
	background: rgba(242, 246, 249, 0.6);
	padding: 13px 20px;
	border-radius: 12px;
}

.list li {
	line-height: 2.5em;
	font-size: 16px;
	color: #000;
	list-style: disc;
	padding-left: 10px;
	margin-left: 20px;
}

.n-list {
	font-size: 16px;
	align-items: center;
	line-height: 1.3em;
}

.n-list span {
	background: #000;
	border-radius: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 2em;
	margin-right: 14px;
}

.p-rel {
	position: relative;
}

.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: 16px;
	z-index: 1;
	font-weight: 400;
}

.c-images strong {
	font-weight: 600;
}

.c-images p {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 35px;
	font-weight: 400;
}

.img-c {
	background: #ffd4bb;
	border-radius: 10px;
	padding: 5px;
}

header img {
	width: 280px;
}

.font-34 {
	font-size: 34px;
}

.font-24 {
	font-size: 24px;
}

.banner {
	background: url(../img/Imge_hero.png) no-repeat;
	background-size: cover;
	height: 450px;
	position: relative;
}

.box {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	height: 70px;
	font-size: 22px;
	font-weight: 600;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box p {
	color: #f15a25;
	margin-bottom: 0;
}

.banner-txt {
	padding-top: 300px;
}

.pr-250 {
	padding: 0 220px;
	font-size: 18px;
}

.checkbox {
	margin: 0;
	padding: 0;
}

.checkbox .fa {
	color: #03c614;
	margin-right: 10px;
}

.checkbox li {
	line-height: 2.6em;
}

.fa-phone {
	color: #f15a25;
}

.btm-c {
	position: absolute;
	width: 100%;
	bottom: 50px;
}


#button {
	display: inline-block;
	background-color: #747373;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  #button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  }
  #button:hover {
	cursor: pointer;
	background-color: #000;
  }
  #button:active {
	background-color: #000;
  }
  #button.show {
	opacity: 1;
	visibility: visible;
  }

  a{
	  text-decoration: none;
  }