@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;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  *:focus {
    outline: none;
   }
a{
	color:#6f6468;
}
a:hover{
	color:#000;
}
.text-black{
	color:#000;
}
.text-maroon{
	color:#6f6468;
}
.text-green{
	color:#04bc08;
}
.nav{
	align-content:center;
}
.nav-link {
    color: #fff;
	padding:0;
}
header {
	background:#fcfcfe;
	margin-top:4em;
}

h1{
	font-size:24px;
	font-weight:400;
}
h2{
	font-size:40px;
	font-weight:600;
}
h3{
	font-size:20px;
	font-weight:600;
}
h4{
	font-size:35px;
	color: #6f6468;
	font-weight:400;
}
.top-stirp {
	background:#0ba78f;
	text-align:center;
	color:#fff;
	font-size:18px;
}
.skewbg {
	background: #fff;
    position: absolute;
    height:108px;
    width:625px;
    z-index: 2;
    transform: skewX(-40deg);
}
.whitebg{
	background:#fff;
	position:absolute;
	left:0;
	height:76px;
	z-index: 1;
	width:100px;
}
p{
    font-size: 16px;
    font-weight: 500;
	line-height:.1.5em;
}
.logo {
	position: relative;
    top: -35px;
    left: -25px;
}

.logo1{
position:relative;
z-index: 3;
}
.intro-1 {
	background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
	min-height:530px;
}
.intro-1 .text-white{
	color:#0ba78f!important;
}

.intro-2 {
	background:#ebebeb;
}
.font-25 {
	font-size:25px !important;
}
.d-flex1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro-3 {
	background:#f5f5f5;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style: none;
	position:relative;
}
.nav-item {
		padding: 0 20px;
}
.nav-pills li:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #fff;
    display: block;
    top: 4px;
    right: 0%;
    height: 17px;
}
.footer .nav-pills li:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #000 !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:#1a5dab;
}
h5{
	color: #1a5dab;
    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:#1a5dab;
	font-weight: 500;
    font-size: 16px;
}
.footer a:hover {
	color:#000;
}
.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-16{
	font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
}
.list-2 li {
	line-height:2.5em;
	font-weight:500;
	font-size:18px;
}
.list-2 span{
	background: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #1a5dab;
    text-align: center;
    line-height: 2em;
    font-size: 15px;

}
.text-orange{
	color:#1a5dab;
}

.strip-section {
	background: #0ba78f;
    border-radius: 20px;
    margin: 20px 20px 0 20px;
  padding: 30px 50px 30px 50px;
    color: #fff;
}

select, input {
	padding:15px !important;
	font-size:16px !important;
	font-weight:600 !important;
	border-radius:3px !important; 
	width:100% !important;
	border:1px solid #ddd !important; 
	height: 57px;
}
.form-control  {
	padding:25px !important;
	font-size:20px;
}
button{
	padding:15px 30px;
	border:0;
	font-size:18px;
	font-weight:500;
	border-radius:3px;
}
.btn-orange{
background:#1a5dab;
color:#fff;
}

.btn-orange:hover{
	background:#000;
	color:#fff;
}

.btn-blue{
	background:#000;
	color:#fff;
	}
	
	.btn-blue:hover{
		background:#1a5dab;
		color:#fff;
	}

	.weight-500 {
		font-weight:500;
	}

	.btn-white {
		background:#fff;
	}
	.btn-white:hover {
		background:#f0f0f1;
	}

	.box {
		background:#fff;
		border-radius:3px;
		padding:15px;
	}

	.w-200 {
		width:200px;
	}

	.form-check-input[type=checkbox] {
	
		width: auto !important;
	}
	.form-control:focus{
		box-shadow:none !important;
	}

	.btn-primary {
		color: #fff;
		background-color: #000;
		border-color: #000;
	}

	.breadcrumb-item.active {
		color: #000;
	}

	.breadcrumb {
		font-weight: 500;
		font-size: 18px;
	}

	.inner-h-s {
		font-size:25px;
		font-weight:600;
		color:#1a5dab;
	}

	.normal-list li {
		list-style-type: disc;
	}
	.mt-150 {
		margin-top:150px;
	}

	.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
		color: #8c0d19 !important;
	}
	
		select {
	padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    background-position: 96% 50% !important;
    background: url("../img/arrow.JPG") no-repeat right #fff;
    -webkit-appearance: none;
  }