@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;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  *:focus {
    outline: none;
   }
a{
	color:#b12333;
}
a:hover{
	color:#000;
}
.text-black{
color: #000;
}
.text-maroon{
	color:#6f6468;
}
.text-green{
	color:#04bc08;
}
.nav{
	align-content:center;
	background: #b12333;
	padding:1px 100px 2px 10px;
	justify-content: center;
}
.nav-link {
    color: #fff;
	padding:0;
	font-size: 12px;
}

h1{
	font-size: 18px;
	font-weight: 600;
}
h2{
	font-size: 29px;
	font-weight: 600;
	color: #b12333;
}
h3{
	font-size:16px;
	font-weight:600;
	color:#000;
}
h4{
	font-size: 20px;   
    font-weight: 500;
	margin-bottom: 0;
}
.top-stirp {
	text-align:center;
	color:#fff;
	font-size:15px;
	height: 100px;
	margin-top:20px;
	position: relative;
}
.t-menu{position: absolute;
    right: 0px;
    top: 40%;
    transform: translateY(-50%);}
.skewbg {	
	position: relative;
	top: 0px;
	z-index: 2;
}
.mt-50{
	margin-top:50px;
}
.whitebg{
	background:#fff;
	position:absolute;
	left:0;
	height:76px;
	z-index: 1;
	width:100px;
}
p{
	font-size: 14px;
	font-weight: 400;
	color:#676767;
	line-height: 1.4em !important;
}
.font-20 {
	font-size:20px;
}
.blue-bg {
	background:#8fc0c4;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	width:95%;
}
.logo img{
	width:300px;


	
}
.intro-1 {
	background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
	min-height:530px;
}

.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;
	font-size: 13px;
	line-height: 2.2em;
}
.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 #fff !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;
	
}

.footer {
	background: #b12333;


}
.nav-link.active, .nav-link:focus, .nav-link:hover
{
	color:#ccc!important;
	background: none!important;
}
h5{
	color:#b12333;
    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:#fff;
}
.b-strip{
	background:#003b5d;
	padding:30px 60px;
}
.b-strip p{
	color:#f2c400;
	font-size:18px;
	font-weight: 300;
	margin-bottom: 0 !important;
}
.b-strip h1{
	color:#f2c400;
	font-size:32px;
}
.banner-content h2 {
	 color:#003b5d;
	 font-size:18px;
}
.banner-content p {
	color: #000;
	font-weight: 400;
	margin-bottom: 10px;
}

.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-11{
	font-size: 12px;
font-weight: 400;
line-height: 1.5em;
color: white;
}
.list-2 li {
	line-height:2.5em;
	font-weight:500;
	font-size:18px;
}
.list-2 span{
	background: #1a2458;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 2em;
	font-size:15px;

}
.text-orange{
	color: #000;
    font-size: 16px;

}
.text-gray{
	color:#b12333;
}
select, input {

	font-size:16px !important;
	font-weight:500 !important;
	border:1px solid #999 !important; 
	padding: 12px 10px !important;
	border-radius: 6px !important;
}
.form-control  {
	padding: 12px 10px !important;
	border-radius: 6px !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}
button{
	padding: 8px 39px;
    border: 0;
    font-size: 18px;
	text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;

}
.btn-orange{
background:#f19e70;
color:#fff;
}

.btn-orange:hover{
	background:#e88650;
	color:#fff;
}

.btn-blue{
	background:#fff;
	color:#b12333;
	font-weight:600;
	}
	
	.btn-blue:hover{
		background:#000;
		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: 10px !important;
		border-radius: 0 !important;
		padding: 7px !important;
		border: 1px solid #aaa !important;
	}
	.form-control:focus{
		box-shadow:none !important;
	}
	.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
		border-color: #dc3545 !important;
	}
	.btn-primary {
		color: #fff;
		background-color: #000;
		border-color: #000;
	}
	.btn-primary:hover,.btn-primary:focus {
		color: #fff;
		background-color: #000;
		border-color: #000;
	}
	.breadcrumb-item.active {
		color: #000;
	}

	.breadcrumb {
		font-weight: 500;
		font-size: 18px;
	}
.text-right, .text-right h2{
	text-align:right !important;
}
	.inner-h-s {
		font-size:25px;
		font-weight:600;
		    color: #b12333;
	}

	.normal-list li {
		list-style-type: disc;
	}
	.mt-150 {
		margin-top:150px;
	}
	
.f-14 {
	font-size:14px;
	color:#000;
}
  .form-control::placeholder {
	color: #000 !important;
	opacity: 1;
	font-size: 16px;
	font-weight: 500;
}
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545 !important;
}

.bg-op-1 {
	background-color: rgba(224,223,228,0.5);
}

.bg-op-2 {
	background-color:rgba(186,190,199, 0.5);
}
.form-check-input[type="checkbox"]:checked {
    background-color: #000;
}
.points li {
	display: inline-block;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #676767;
}

.points li span {
    background: #b12333;
border-radius: 50%;
width: 18px;
height: 18px;
display: inline-block;
color: #fff;
font-weight: 500;
line-height: 1.7em;
font-size: 11px;
margin-right:10px;
}

.text-orange1 {
	color:#f38b4e;
	font-size:24px !important;
}
.b-list {
	margin:0;
	padding:0;
}
.b-list li {
color:#000;
line-height: 2em;
}
.b-list span{
	background: #105888;
color: #e9b708;
border-radius: 50px;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
line-height: 1.7em;
font-size: 12px;
font-weight: bold;
margin-right: 7px;
}
.footer-strip {
	background:#8fc0c4;
	padding:20px;
	color:#fff;
}

.footer-strip p {
	font-size:22px;
	font-weight: 300;
	text-align: center;
	margin-bottom:0;
}
.padd-left-0 {
	padding-left: 0 !important;
}
.footer-strip strong {
    font-weight: 500;
}

.form-select:focus, .form-check-input {
    box-shadow: none !important;
}

.w-88{
	width:88%;
}

p strong{
	color:#000;
}
.mt-75{ margin-top:75px;}