@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: #c2bc4e;
	font-size: 35px;
	font-weight: 600;
}

h2 {
	color: #006186;
	font-size: 20px;
	font-weight: 600;
}

h3 {
	color: #006186;
	font-size: 18px;
}

h4 {
	color: #006186;
	font-size: 25px;
	font-weight:500;
}

h5 {
	color: #006186;
	font-size: 22px;
	font-weight: 300;
}
.inner-ul h5{
	color:#000;
	font-weight:500;
}
a {
	color: #0f5e7d;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	width: 420px;
	margin: 10px 25px 15px 60px;
}

nav {
	background: #c2bc4e;
	position: relative;
	padding: 12px 60px;
	border-left: 10px solid #2a5d7a;
}

nav li a {
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #000;
	display: block;
	top: 5px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #000;
	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: #2a5d7a;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #2a5d7a;
	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 #6d99d1;
	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 {
	background: #c2bc4e;
	padding: 10px 0;
}

.footer li a {
	font-size: 14px;
	color: #000;
}

.footer li a:hover {
	color: #2a5d7a;
}

.pr-150 {
	padding-right: 150px !important;
}

.bottom-ribbon {
	background: #006186;
	padding: 16px 280px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	font-weight: 500;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.font-14 {
	font-size: 14px;
}

.mt-100 {
	margin-top: 100px;
}

p {
	line-height: 1.7em;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

.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: #006186;
	border-color: #006186;
}

.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: #006083;
	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:#b7b230;
	padding: 10px 30px;
	color:#000;
}
.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;
}

.top-section li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.top-section li {
	padding-left: 25px;
}

.banner {
	background-image: url(../img/carrow.png);
	background-size: cover;
	height: 710px;
}

.bg-yellow::before {
	background-color: rgba(163, 158, 40, 0.8);
	content: "";
	position: absolute;
	height: 710px;
	width: 45%;
	z-index: 0;
}
label {
    display: inline-block;
    font-size: 12px;
    color: #000;
    padding: 0 10px;
}
#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: 2em;
	font-size: 17px;
	font-weight: 400 !important;
}
.c-section li span{
	color:#a49f29;
 }
 .px-30{
	 padding:0 30px;
 }

 .f-18{
	font-size: 17px;
    line-height: 1.4em;
    color: #323232 !important;
    font-weight: 400 !important;
}

 .num li{
	 line-height: 2.5em;
 }
 .num li span {
    background: #b7b230;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0 11px;
}
.contact-info{
	background:#fcfbf6;
border-radius: 10px;
padding: 15px 25px 15px 25px;
min-height:200px;
}
.contact-info h4{
	color:#c3bd33;
	font-weight:500;
}


.inner-ul p{
	font-size:15px;
}
.inner-ul li {
	margin-left:20px;
	font-size:15px;
	list-style:disc;
	padding-left:0;
}
.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:#c2bc4e;
}
.anchor-list li{
	list-style:numeric;
	line-height:1.8em;
}
.anchor-list   ul li{
	margin-left:35px;
}
.inner-ul h3{
	font-size:20px;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #36d98e;
}

.fa-phone{
	color:#006186;
}