@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;
}

h1 {
	color: #000000;
	font-size: 30px;
	font-weight: 600;
}

h2 {
	color: #f15a25;
	font-size: 24px;
	font-weight: 600;
}

h3 {
	color: #f15a25;
	font-size: 18px;
}

h4 {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

h5 {
	color: #000000;
	font-size: 18px;
font-weight: 400;
}

.inner-ul h5 {
	color: #000;
	font-weight: 500;
}

a {
	color: #000000;
}

a:hover {
	color: #000 !important;
}

.text-black {
	color: #000;
}

.logo img {
	max-width: 300px;
	margin: 5px 25px 5px 60px;
}

nav {
	position: relative;
	padding: 12px 60px;
}

header {

}

nav li a {
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #f15a25;
	display: block;
	top: 11px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #f15a25;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.nav-item {
	padding: 0 20px;
	position: relative;
}

.nav-pills li:last-child::after {
	border-right: 0;
}

nav .nav-link:hover, nav .nav-link:focus, nav .nav-link:active {
	color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000;
	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 #000000;
	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;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 500;
}

.bstrip hr {
	color: #fff;
	height: 3px;
	opacity: 1;
}

.inner-ul ul {
	padding: 0;
}

.inner-ul li {
	list-style: disc;
}

.footer {

	padding: 10px 0;
}

.footer li a {
	font-size: 14px;
	color: #f15a25;
}

.footer li a:hover {
	color: #000;
}

.pr-150 {
	padding-right: 150px !important;
}

.bottom-ribbon {
	
	padding: 16px 120px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 2.6em;
	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: 400 !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.font-14 {
	font-size: 14px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #000;
	border-radius: 6px;
	font-size: 16px;
	line-height: 2.2em;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
	border-color: #000;
}

.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: #000000;
	border-color: #000000;
}

.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #006186;
	border-color: #006186;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #000000;
	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: #000000;
	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: #006186;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #006186;
}

.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;
}

.banner {
	background:#e5e5e5;

}

label {
	display: inline-block;
	font-size: 12px;
	color: #000;
	padding: 0 10px;
}

#form {
	position: relative;
	z-index: 1;

	padding: 30px 50px;
}

.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;
}



.num li {
	line-height: 2.5em;
}

.num li span {
	background: #000000;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin: 0 7px;
}

.contact-info {
	background: #f6f5f3;
	border-radius: 10px;
	padding: 15px 25px 15px 25px;
	min-height: 200px;
}

.contact-info h4 {
	color: #000000;
	font-weight: 500;
}

.form-button {
	background: #f15a25;
	border-radius: 5px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 23px;
	width:400px;
}

.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;
}

.ribbon-c {
	/* position: absolute;
	bottom: 60px;
	width: 100%; */
}

.footer-c {
	padding: 20px 0px;
}

#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;
}


.anchor-list {
	margin-left:20px;
}
.anchor-list li a{
	color:#333;
	font-size:15px;
	font-weight:500;
}
.anchor-list li a:hover{
	color:#000000;
}
.anchor-list li{
	list-style:numeric;
	line-height:1.8em;
}
.anchor-list   ul li{
	margin-left:35px;
}


.h-bg {
  background: #000000;

  width: 100%;
  position: absolute;
  height: 180px;
  z-index: 2;
  left: -100px;
  transform: skewX(-28deg);
}
.top-section h1 {
	color:#fff;
	padding:20px 0;
	font-size:40px;
	position:relative;
	z-index: 3;
	line-height: 1.6em;
}
.top-section h5{
	font-size:22px;
	color:#000;
	text-align: left;
	margin:20px 0;
}

.top-section-2 p {
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 15px;
}

.top-section-2 li {
	line-height: 1.6em;
	padding-bottom: 15px;
}

.curve-box{
	background:#e5e5e5;
	padding:20px;
	border-radius:50px;
	min-height: 350px;
	position:relative;
}

.curve-box h1{
	font-size:18px;
	padding:10px 25px;
	padding-bottom:0;
}
.curve-box p{
	
	padding:10px 25px;
}

.curve-box i{
	color:#000000;
	font-size:70px;
	position:absolute;
	bottom:20px;
}

.f-bg {
	background: #000000;
	width: 100%;
	position: absolute;
	text-align: right;
	height: 60px;
	z-index: 2;
	left: 160px;
	transform: skewX(-25deg);
  }

  .bottom-ribbon span{
	  position:relative;
	  z-index: 9;
  }
  .h-150{ min-height: 150px;}