@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Poppins', sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	font-family: 'Poppins', sans-serif;
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.logo {
    margin-top: 30px;
}
.logo img {
    height: 120px;
}
.banner {
	width: 100%;
	background: #fff;
	position: relative;
}
.no-pad-gap {
	padding: 0 !important;
}
.banner_img {
	float: right;
	width: 70%;
}
.banner_content {
    position: absolute;
    content: '';
    top: 30%;
    left: 9.5%;
}
.banner_content h2 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0065b3;
	margin: 0 0 10px;
}
.black-text {
	display: inline-block;
	color: #000;
}
.white-text {
    display: inline-block;
    color: #fff;
    margin-left: 12px;
    background: #ed1b24;
    padding: 0 5px;
}
.banner_content h3 {
	font-size: 60px;
	font-weight: 500;
	color: #4a4545;
	margin: 0;
}
.banner_content p {
    font-size: 22px;
    color: #4a4545;
    font-weight: 500;
    background: #fff;
    padding: 12px 15px 12px 0;
    margin: 10px 0 0;
    display: inline-block;
}
.banner_content h4 {
    font-size: 25px;
    color: #4a4545;
    font-weight: 700;
    margin: 150px 0 0;
}
.form_title {
    font-size: 20px;
    color: #3b3434;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 700;
}
.banner_form_sec {
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 99;
}
.form-control {
    height: 35px;
    font-size: 14px;
    color: #3b3434;
    background-color: #fff;
    border: 1px solid #3b3434;
    border-radius: 0;
}
.submit-btn {
	background: #3b3434;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px;
}
.submit-btn:hover {
	background: #ed1b24;
	color: #fff;
}
.no-padding {
	padding: 0!important;
}
.banner_below_sec {
	padding: 15px;
	width: 100%;
}
.gray_bg {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,efefef+50,cdcdcd+100 */
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(239,239,239,1) 50%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 50%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 50%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cdcdcd',GradientType=1 ); /* IE6-9 */
}
.white_bg {
	background: #fff;
}
.banner_below_sub_sec {
	padding: 20px 25px;
	min-height: 206px;
	box-shadow: 1px 0 21px rgba(0,0,0,0.16);
}
.banner_below_icon {
	width: 100%;
	height: 76px;
	text-align: center;
	margin-bottom: 10px;
}
.banner_below_sub_sec p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #4a4545;
	margin: 0;
}
.banner_below_sec h4 {
    font-size: 30px;
    color: #0065b3;
    font-weight: 700;
    margin: 80px 0 0 16%;
}
.banner_below_sec h4 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
.program_outline_wrap {
	margin: 40px 0;
	padding: 40px 0 60px;
	position: relative;
}
.program_outline_wrap::before {
	position: absolute;
	content: '';
	width: 30%;
	height: 100%;
	background: #fde6e7;
	top: 0;
	left: 0;
}
.program_outline_wrap::after {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	background: #e3eef7;
	top: 0;
	right: 0;
}
.program_outline_left_sec {
	position: relative;
	z-index: 99;
}
.program_outline_left_sec h2 {
	font-size: 40px;
	font-weight: 700;
	color: #4a4545;
	margin: 25px 0;
}
.program_outline_left_sec p {
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #4a4545;
    margin: 0 60px 30px 0;
}
.program_outline_right_sec {
	position: relative;
	z-index: 99;
}
.program_outline_right_sec h4 {
	font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #4a4545;
    margin: 35px 0 0px 60px;
}
.waiting_wrap {
	background: url(../images/waiting_bg.jpg) no-repeat center top / 100% 100%;
	padding: 80px 0;
	margin: 10px 0 50px;
	display: inline-block;
	width: 100%;
}
.waiting_wrap h4 {
	font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: right;
    line-height: 44px;
}
.waiting_btn {
	display: inline-block;
	font-weight:700;
	font-size: 18px;
	color:#fff;
	background: #0065b3;
	padding: 10px 50px;
	border-radius: 50px;
	margin: 0 0 0 50px;
}
.waiting_btn:hover {
	color:#0065b3;
	background: #fff;
}
.eligibility_selection_wrap {
	background: #4a4545;
	padding: 80px 0;
	position: relative;
}
.eligibility_selection_wrap::before {
	position: absolute;
	content: '';
	background: url(../images/eligibility_selection_overlay1.png) no-repeat top left / 100% 100%;
	width: 82px;
	height: 94px;
	top: 25px;
	left: 25px;
	opacity: 0.2;
}
.eligibility_selection_wrap::after {
    position: absolute;
    content: '';
    background: url(../images/eligibility_selection_overlay2.png) no-repeat top left / 100% 100%;
    width: 330px;
    height: 300px;
    bottom: 0;
    right: 0;
    opacity: 1;
}
.eligibility_selection_content {
	margin: 0 0 0 40px;
}
.eligibility_selection_content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 60px;
}
.eligibility_selection_content ul {
	padding: 0;
	margin: 0;
}
.eligibility_selection_content ul li {
	display: inline-block;
	width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 60px;
    position: relative;
    padding: 0 0 0 20px;
}
.eligibility_selection_content ul li::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	top: 5px;
	left: 0;
	border-radius: 50px;
}
.eligibility_selection_content h4 {
	font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 100px 0 0;
}
.footer_wrap {
	background: #0065b3;
	padding: 60px 0;
	position: relative;
}
.footer_wrap::before {
	position: absolute;
	content: '';
	width: 120px;
	height: 285px;
	background: rgba(255,255,255,0.3);
	top: -142px;
	left: 0;
}
.footer_content_sec {
	margin: 0 0 0 40px;
}
.footer_content_sec ul {
	padding: 0;
	margin: 0;
}
.footer_content_sec ul li {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px;
}
.footer_content_sec ul li:last-child {
    margin: 0;
}
.footer_content_sec ul li a {
	display: inline-block;
	color: #fff;
}
.footer_content_sec p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin: 40px 0 0;
}
.social_media_sec {
	padding: 0;
	margin: 40px 0 0;
	text-align: center;
}
.social_media_sec li {
	display: inline-block;
	margin-right: 10px;
}
.social_media_sec li:last-child {
	margin: 0;
}

.form-group label{
    font-weight: 500;
}
.nav-tabs li a{
    background: #fff;
    color: #7d7d7d;
}
.nav-tabs .nav-link{
    border: 0;
    background: transparent;
    padding: 5px 5px;
}
.nav-tabs .nav-link:hover{
    color: #c32b02;
    border: 0;
}
.nav-tabs .nav-link.active{
    color: #c32b02;
    border: solid 1px #c32b02;
    background: transparent;
    /*border-bottom: solid 1px #c32b02;*/
}
.nav-tabs .nav-link.active:hover{
    color: #c32b02;
}
.tab-content{
    /*background: #f1f1f1;*/
    padding: 15px 0 0;
    border-radius: 5px;
    /*min-height: 390px;*/
}
.card.mb-4{
    padding: 15px;
    box-shadow: 0px 0px 10px #b7aeae;
}
.add_more{
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 9px 29px;
    border-radius: 6px;
    background-color: #0393fd;
    color: #fff;
    font-size: 17px;
    font-family: inherit;
}
.add_more:hover{
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 9px 29px;
    border-radius: 6px;
    background-color: #0393fd;
    color: #fff;
    font-size: 17px;
    font-family: inherit;
}
.smTxt {
    color: #777;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}