/**** Start Default css ****/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600,700');

html,
body {
	font-family: 'Work Sans', sans-serif, arial;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #3c3c3c;
	/*background: url(../images/bg-pattern.jpg) repeat 0 0 #f7edf4;*/
	margin: 0;
	padding: 0;
	height: 100%;
}
::-moz-selection {
 background: #3399ff;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #3399ff;
	color: #fff;
	text-shadow: none;
}
img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-style: normal;
}

a {
	color: #0d3772;
	text-decoration: none;
	outline: 0;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #0b688d;
	cursor: pointer;
}
a:focus {
	outline: none;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
p {
	padding: 0 0 15px 0;
 color:#;
 margin:;
	line-height: 27px;
}
html, button, input, select, textarea {
	color: #222;
	font-family: 'montserratregular', arial;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
 *width: 13px;
 *height: 13px;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	outline: none;
	vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
 *overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
td {
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
blockquote {
	margin: 1em 40px;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: 'montserratregular', arial;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
dd {
	margin: 0 0 0 40px;
}
figure {
	margin: 0;
}
legend {
	border: 0;
 *margin-left: -7px;
	padding: 0;
	white-space: normal;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
.m_top02 {
	margin-top: 2px;
}
.m_top05 {
	margin-top: 5px;
}
.m_top08 {
	margin-top: 8px;
}
.m_top10 {
	margin-top: 10px;
}
.m_top15 {
	margin-top: 15px;
}
.m_top20 {
	margin-top: 20px;
}
.m_top25 {
	margin-top: 25px;
}
.m_top30 {
	margin-top: 30px;
}
.m_right02 {
	margin-right: 2px;
}
.m_right05 {
	margin-right: 5px;
}
.m_right08 {
	margin-right: 8px;
}
.m_right10 {
	margin-right: 10px;
}
.m_right15 {
	margin-right: 15px;
}
.m_right20 {
	margin-right: 20px;
}
.m_right25 {
	margin-right: 25px;
}
.m_right30 {
	margin-right: 30px;
}
.m_left02 {
	margin-left: 2px;
}
.m_left05 {
	margin-left: 5px;
}
.m_left08 {
	margin-left: 8px;
}
.m_left10 {
	margin-left: 10px;
}
.m_left15 {
	margin-left: 15px;
}
.m_left20 {
	margin-left: 20px;
}
.m_left25 {
	margin-left: 25px;
}
.m_left30 {
	margin-left: 30px;
}
.m_bot02 {
	margin-bottom: 2px;
}
.m_bot05 {
	margin-bottom: 5px;
}
.m_bot08 {
	margin-bottom: 8px;
}
.m_bot10 {
	margin-bottom: 10px;
}
.m_bot15 {
	margin-bottom: 15px;
}
.m_bot20 {
	margin-bottom: 20px;
}
.m_bot25 {
	margin-bottom: 25px;
}
.m_bot30 {
	margin-bottom: 30px;
}
.p_top02 {
	padding-top: 2px;
}
.p_top05 {
	padding-top: 5px;
}
.p_top08 {
	padding-top: 8px;
}
.p_top10 {
	padding-top: 10px;
}
.p_top15 {
	padding-top: 15px;
}
.p_top20 {
	padding-top: 20px;
}
.p_top25 {
	padding-top: 25px;
}
.p_top30 {
	padding-top: 30px;
}
.p_left02 {
	padding-left: 2px;
}
.p_left05 {
	padding-left: 5px;
}
.p_left08 {
	padding-left: 8px;
}
.p_left10 {
	padding-left: 10px;
}
.p_left15 {
	padding-left: 15px;
}
.p_left20 {
	padding-left: 20px;
}
.p_left25 {
	padding-left: 25px;
}
.p_left30 {
	padding-left: 30px;
}
.p_bot02 {
	padding-bottom: 2px;
}
.p_bot05 {
	padding-bottom: 5px;
}
.p_bot08 {
	padding-bottom: 8px;
}
.p_bot10 {
	padding-bottom: 10px;
}
.p_bot15 {
	padding-bottom: 15px;
}
.p_bot20 {
	padding-bottom: 20px;
}
.p_bot25 {
	padding-bottom: 25px;
}
.p_bot30 {
	padding-bottom: 30px;
}
.p_rig02 {
	padding-right: 2px;
}
.p_rig05 {
	padding-right: 5px;
}
.p_rig08 {
	padding-right: 8px;
}
.p_rig10 {
	padding-right: 10px;
}
.p_rig15 {
	padding-right: 15px;
}
.p_rig20 {
	padding-right: 20px;
}
.p_rig25 {
	padding-right: 25px;
}
.p_rig30 {
	padding-right: 30px;
}
.btn {
	border-radius: 6px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-weight:600;
}
/**** End Default css ****/

.nidhi-wrapper{min-height:100%; position:relative;}
.section_padding {
	padding:60px 0px 20px;
}
.normal {
	/*height: 75px;*/
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
	text-align: center;
	/*padding: 0px 60px;*/
	
	
}
.shrink {
	background-color:rgba(255,255,255,0.9);
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1001;
	-webkit-box-shadow: 0px 0px 9px -2px #000;
	-moz-box-shadow: 0px 0px 9px -2px #000;
	-ms-box-shadow: 0px 0px 9px -2px #000;
	box-shadow: 0px 0px 9px -2px #000;
}
.navbar-brand img {
	padding: 5px;
	max-height: 75px;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.shrink .navbar-brand img {
	max-height: 50px;
}
.normal .navbar-right {
	padding-top: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.navbar-brand {
	padding: 0px !important;
}
.shrink .navbar-right {
	padding-top: 0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.logo_left img {
	/*height: 65px;*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	padding-top: 10px;
}
/***** End header effect css *****/


.top_text_info {
	display: inline-block;
	padding: 4px 20px 6px 20px;
	background: #fff;
	box-shadow: 0px 3px 11px -6px #000;
	border-radius: 2px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
/*.logo_left {
	float: left;
	padding:5px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}*/

.logo_left {
  left: 20px;
  position: absolute;
  -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.logo-right{right: 20px;
  position: absolute;
  -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;}
.shrink .logo_left {
	top: 10px;
}
.menu_right {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	padding-top: 14px;
	padding-bottom:20px;
}
.top_menu_sec {
	padding:0;
	transition: all 0.5s;
	border-top:1px solid #eee;
	background: url(../images/header-img.jpg) repeat-x left bottom #fff;
}
.shrink .top_menu_sec {
	padding: 0px 0px;
}




.shrink .logo_left img {
	height: 60px;
}
.top_text_info span {
	color: #f9264f;
	font-weight: bold;
}
.bg_yellow {
	/*background: #ffd232;*/
	background:#d8e3c1;
}
.bg_tinnyred {
	background: #cd004f;
}
.bg_skyblue {
	background: #255aa8;
}
.bg_pink {
	background: #b23ce0;
}
.bg_green {
	background: #8ec35b;
}
/*.bg_blue {
	background: #255aa8;
}*/
.heading_white {
	font-size: 85px;
	color: #fff;
	padding-bottom: 70px;
}
.heading_black {
	font-size: 70px;
	padding-bottom: 45px;
}
.color_red {
	color: #f9264f;
}
/*.section_padding {
	padding: 80px 0px;
}*/
.new_banner {
  /*background: #ffd232 none repeat scroll 0 0;*/
  position:relative
}
.banner_sec {
	height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner_text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0px, -39%);
	color: #fff;
}
.banner_text_width {
	width: 50%;
}
.banner_img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.banner_text h2 {
	font-size: 130px;
	padding-bottom: 50px;
}
/*.banner_button {
	padding-top: 30px;
}*/
.banner_text p {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
}





.btn_about_contest:hover, .btn_about_contest:focus {
	color: #fff;
	background: #f9264f;
	border: 1px solid #f9264f;
}
.Apply_sec_content .btn_about_contest {
	color: #000;
}
.Apply_sec_content .btn_about_contest:hover, .Apply_sec_content .btn_about_contest:focus {
	color: #fff;
}
.cont_sec .btn_apply_now:hover, .cont_sec .btn_apply_now:focus {
	color: #fff;
	background: #cd004f;
	border: 1px solid #cd004f;
}
.btn_saveas {
	color: #fff;
	background: #f9264f;
	padding: 15px 38px;
	border: 1px solid #f9264f;
	font-size:18px;
}
.btn_saveas:hover, .btn_saveas:focus {
    color: #fff;
    background: #8ec35b;
    border: 1px solid #8ec35b;
	
}

.btn_submit {
	color: #fff;
	background: #257cb4;
	padding: 15px 38px;
	border: 1px solid #257cb4;
	/*margin-bottom: 20px;*/
	font-size:18px;
		
}
.btn_submit:hover, .btn_submit:focus {
    color: #fff;
    background: #d7504d;
    border: 1px solid #d7504d;
}

.application-form .form-group{ padding-bottom:20px;}
.application-form .form-group label{font-weight:400;}
.application-form .form-group .form-control{ font-size:17px;}

















.banner_text .banner_button .btn_apply_now {
	margin-right: 15px;
}
.box_section {
	display: flex;
}
.focus_areas_sec {
	color: #fff;
}
.box1, .box2, .box3, .box4, .box5, .box6 {
	padding: 50px 20px;
	margin-bottom: 5px;
	text-align: center;
	/*width: 33.33%;*/
}
.focus_areas_sec h2.heading_white, .timeline_sec h2.heading_black {
	text-align: center;
}
.box1 {
	background: #48c2bc;
}
.box2 {
	background: #ffa200;
}
.box3 {
	background: #b274ef;
}
.box4 {
	background: #bfcd33;
}
.box5 {
	background: #f18181;
}
.box6 {
	background: #5c99f4;
}
.box1 h3, .box2 h3, .box3 h3, .box4 h3, .box5 h3, .box6 h3 {
	font-size: 33px;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.box1 p, .box2 p, .box3 p, .box4 p, .box5 p, .box6 p {
	font-size: 19px;
	min-height:100px;
	text-transform: capitalize;
}
/*********** Start timeline *************/
.page-header p {
	font-size: 16px;
	margin-bottom: 0px;
}
.jeff_bezos {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.somenthroy {
	position: relative;
	width: 100%;
	float: left;
	height: 130px;
}
.up_arrow {
	line-height: 96px;
	font-size: 26px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
/*.somenth {
	background: url(../images/timeline_up.png) no-repeat center;
 center center;
	color: rgb(255, 255, 255);
	font-size: 1.4em;
	height: 85px;
	left: 50%;
	line-height: 50px;
	margin-left: -45px;
	position: absolute;
	text-align: center;
	top: -6px;
	width: 91px;
}
.timeline {
	list-style: none;
	margin: 20px 0 20px;
	position: relative;
	padding: 20px 0px;
}
.no_border {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: url(../images/line.png) no-repeat right bottom 33px;
	border-bottom: none;
	width: 50%;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	left: 50%;
	margin-left: -1.5px;
	border-left: 2px dashed;
}
.timeline > li {
	margin-bottom: 40px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 40%;
	float: left;
	padding: 20px 0px 20px 20px;
	position: relative;
}
.timeline > li.timeline-inverted > .timeline-panel {
	width: 40%;
	float: left;
	padding: 20px 20px 20px 0px;
	position: relative;
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	background: url(../images/timeline_left.png) no-repeat center;
	color: #fff;
	width: 92px;
	height: 77px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 52%;
	margin-left: -25px;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge2 {
	background: url(../images/timeline_right.png) no-repeat center;
	color: #fff;
	width: 92px;
	height: 77px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 6px;
	left: 44%;
	margin-left: -25px;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-body > p {
	margin-bottom: 0;
	font-size: 16px;
}
.timeline-body {
	width: 100%;
	text-align: left;
}
.timeline-body2 {
	width: 100%;
	text-align: right;
	float: right;
}
.left_arrow {
	line-height: 74px;
	padding-left: 10px;
	font-size: 26px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.right_arrow {
	line-height: 74px;
	padding-right: 10px;
	font-size: 26px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.timeline_sec p {
	font-size: 20px;
}
.launch_sec h4 {
	font-size: 30px;
	font-weight: 600;
}
.launch_sec {
	text-align: center;
}
.launch_sec p {
	padding: 0;
	margin: 0;
	font-weight: 600;
}
.launch_sec img {
	padding-bottom: 15px;
}
.timeline p {
	padding-bottom: 5px;
	margin: 0;
	font-weight: 600;
}
 @media (max-width: 767px) {
ul.timeline > li > .timeline-panel {
	width: 100%;
	width: 100%;
	width: 100%;
	float: none;
	background: #fff;
	padding: 20px 0px 0px 0px;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline > li > .timeline-badge2, .timeline > li > .timeline-badge {
	background: #fff url(../images/timeline_icon_for_mobile.png) no-repeat center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	height: 85px;
}
.right_arrow {
	padding-right: 0;
}
.timeline-body2 {
	text-align: center;
	float: none;
}
.timeline > li {
	padding: 15px 0px;
	background: #fff;
}
.left_arrow {
	padding-left: 0px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: none;
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.timeline-body {
	text-align: center;
}
}*/
/***** End timeline ******/
/*.partners_logo_sec {
	background: url(../images/partners_logo_bg.png) no-repeat center;
	background-size: auto auto;
	background-size: cover;
	padding: 76px 15px 20px 15px;
	border-radius: 0px 0px 7px 7px;
	min-height: 218px;
	text-align: center;
}
.partners_box {
	color: #fff;
	background: #417fb4;
	border-radius: 7px;
}
.partners_box h4 {
	font-size: 33px;
	font-weight: 600;
	padding: 20px 15px 10px;
	min-height: 103px;
}
.partners_sec {
	text-align: center;
	color: #fff;
}
.partners_sec p, .Contact_us_sec p {
	font-size: 24px;
	line-height: 31px;
}
/*.partners_slider {
	padding-top: 80px;
}*/
.arrow_bullet {
	margin-bottom: 45px;
}
.arrow_bullet li {
	position: relative;
	padding: 4px 4px 4px 17px;
	color: #e6d0ef;
}
.arrow_bullet li:before {
	position: absolute;
	left: 0;
	top: 4px;
	font-family: FontAwesome;
	content: "\f0da";
}
.Apply_sec p {
	text-transform: uppercase;
	color: #fff;
}
.Apply_sec, .FAQs_sec {
	position: relative;
}
.Apply_sec_bg {
	position: absolute;
	right: 0;
	top: 22%;
	/*transform: translate(0px, -50%);*/
	text-align: right;
	width: 39%;
}
.FAQs_sec_bg {
	position: absolute;
	left: 0;
	top: 22%;
	text-align: left;
	width: 39%;
}*/
.Media_sec {
	text-align: center;
}
.Media_box_main {
	padding: 15px;
}
.Media_box {
	padding: 6px;
	background: #fff;
	border-radius: 3px;
}
.Media_box p {
	min-height: 47px;
	padding: 15px 0px;
	margin: 0;
	font-size: 17px;
	font-weight: 500;
}
.faq-img img{
	padding-top: 82px;
}

.faq_accordian .panel-group .panel-heading + .panel-collapse > .panel-body, .faq_accordian .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
	padding: 15px 35px;
}
.faq_accordian .panel-default > .panel-heading {
	background-color: transparent;
	padding: 0;
}
.faq_accordian .panel-title > a {
	display: block;
	padding: 15px 35px ;
	text-decoration: none;
	position: relative;
	font-weight:600
}
.faq_accordian .panel-title > a .glyphicon {
	position: absolute;
	font-size: 19px;
	right: 18px;
	top: 14px;
	/* font-weight: bold; */
	color: #000;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	color: inherit;
	font-weight: 500;
}
.upper_roman_style {
	list-style-type: upper-roman;
	margin-left: 60px;
}
.upper_roman_style li {
	padding: 4px 4px 4px 10px;
}
.Contact_us_sec {
	/*text-align: center;
	color: #fff;*/
}
.cont_sec {
	padding: 60px 100px;
	background: #fff;
	box-shadow: 0px 0px 16px -4px #000;
	margin-top: 40px;
}
.cont_sec .form-group {
	position: relative;
}
.cont_sec .form-group .fa {
	position: absolute;
	color: #265129;
	left: 10px;
	top: 10px;
}
.cont_sec .form-group .form-control {
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	box-shadow: inherit;
	border-bottom: 1px solid #c6c6c6;
	border-radius: 0;
	padding-left: 36px;
	height: 40px;
}
.cont_sec .form-group textarea.form-control {
	box-shadow: inherit;
	padding-left: 36px;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 4px;
}
footer {

	bottom: 0;
	width: 100%;
	background: #2e3495;
	padding: 23px 0;
	color: #fff;
	text-align: center;
	font-size:16px;
}
/*.footer_menu li {
	display: inline-block;
}
.footer_menu li a {
	display: block;
	padding: 5px 15px;
	color: #fff;
}
.footer_menu li a:hover, .footer_menu li a:focus {
	color: #f9264f;
}
.footer_menu {
	border-bottom: 1px solid #326fd6;
	padding-bottom: 20px;
	margin-bottom: 25px;
}*/
.newsletter {
	position: fixed;
	bottom: 0;
	background: #65b40b;
	padding: 6px 0px 3px 0px;
	width: 100%;
	z-index: 100;
	font-size: 13px;
}
/************************** start inner page *************************/
.innerpage_header .normal .top_menu_sec {
	padding: 0px 0px;
}
/*.innerpage_header .normal .logo_left {
	top: 10px;
}*/
.innerpage_header .normal .logo_left img {
	/*height: 60px;*/
}
.innerpage_header .normal {
	background-color: #f8f4f5;
	-webkit-box-shadow: 0px 0px 9px -2px #000;
	-moz-box-shadow: 0px 0px 9px -2px #000;
	-ms-box-shadow: 0px 0px 9px -2px #000;
	box-shadow: 0px 0px 9px -2px #000;
}
.inner_banner {
	background: #f7cf39;
	height: 250px;
	position: relative;
}
.innerbanner_info {
	position: absolute;
	bottom: 50px;
	width: 100%;
	color: #fff;
}
.banner_headding {
	float: left;
}
.breadcamp {
	float: right;
	padding-top: 4px;
}
.breadcamp a {
	color: #f9264f;
}
.innerpage_sec {
	/*margin-top: 220px;*/
	padding: 250px 0px 90px 0px;
}
.innerpage_sec h1, .innerpage_sec h2 {
	font-size: 50px;
	color: #000;
	padding-bottom: 25px;
}
.round_bullet li {
	position: relative;
	padding: 4px 4px 4px 22px;
}
.round_bullet li:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f111";
	top: 5px;
	left: 0;
	font-size: 10px;
}
.fa_red {
	font-size: 20px;
	color: #f9264f;
}
.fa_green {
	font-size: 20px;
	color: #8ec35b;
}
.form_head {
	width: 80%;
	text-align: center;
	padding: 15px 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #5b9bd4;
	color: #5b9bd4;
	font-size: 25px;
	margin: 20px auto 30px auto;
}
.submi_button_area {
	margin: 40px 0px;
}
.form_page textarea {
	margin-bottom: 6px;
}
.reg_log_box {
	width: 500px;
margin: 0 auto;
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
padding: 40px 60px;
}
.btn_login_sign {
	text-align: center;;
	padding: 20px 0px 30px 0px;
}
.reg_log_box form .text-center {
	padding: 0;
	margin:0;
}
.form_page .form-group {
    margin-bottom: 30px;
}
.Apply_sec_bg {
	display:none;
}
.form_page .form-group label {
	font-weight: 500;
}
.new_banner_text {
position: absolute;
top: 42%;
width: 100%;
transform: translate(0px, -15%);
color: #343434;	
}
.new_banner_text_width {
    width: 41%;
}
/*.new_banner_text h2 {
    font-size: 130px;
    padding-bottom: 50px;
	color:#fff;
}*/
/*.new_banner_text p {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}
.new_banner_text .banner_button .btn_apply_now {
    margin-right: 15px;
}
*/

.new_banner_text{padding-top:50px}




.top-sponsors{ text-align:center; /*background:#ffd232;*/ padding:20px 20px 30px 0; /*position:absolute;*/ width:100%; z-index:9999; left:0; top:0;}
.top-sponsors img{max-height:120px}
.top_menu_sec .logo_left{display:none;}
.shrink .top-sponsors{ display:none;}


/********** 18-09-17 **********/
.team_name, .team_email, .team_contact, .team_add_icon {
	float:left;
	border: 1px solid #ddd;
	padding: 10px 12px;
	border-right: none;
}
.team_name {
	width:30%;
}
.team_email {
	width:30%;
}
.team_contact {
	width:30%;
}
.team_add_icon {
	width:10%;
	border-right: 1px solid #ddd;
	text-align:center;
}
.team_contact_info_content_row .team_name, .team_contact_info_content_row .team_email, .team_contact_info_content_row .team_contact, .team_contact_info_content_row .team_add_icon {
	border-top:none;
	height: 55px;
}
.team_contact_info_head .team_name, .team_contact_info_head .team_email, .team_contact_info_head .team_contact, .team_contact_info_head .team_add_icon {
	font-weight:600;
}
.team_contact_info {
	margin-bottom:25px;
}
@media (max-width:767px) {
.team_contact_info {
	width:1000px;
}	
}
.row_add_icon {
	display: inline-block;
	padding-top: 7px;	
}
.Media_box .example-image-link {
	position:relative;
	display: block;
height: 166px;
overflow: hidden;
}
.Media_box .example-image-link .ld {
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);	
}
.arrow_bullet, 
.applysec ul, 
.program-rewards ul,
.innovation-areas ul {
	margin-bottom: 35px;
}
.about-us li,
.arrow_bullet li, 
.applysec  ul li, 
.program-rewards ul li, 
.programme-left ul li, 
.programme-right ul li,
.innovation-areas ul li {
	position: relative;
	padding: 5px 4px 10px 28px;
	color: #333;
	line-height:26px;
	font-size:17px!important;
}
.programme-left-block p{font-size:19.5px!important;}
.about-us ul li,
.applysec  ul li{color:#3c3c3c!important;}
.arrow_bullet li:before, .applysec ul li:before, .program-rewards ul li:before, .programme-left ul li:before, .programme-right ul li:before, .innovation-areas ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	font-family: FontAwesome;
	content: "\f061";
	content: "";
	background: url(../images/arrow-white.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
}
.about-us ul li:before,
.applysec ul li:before {
	position: absolute;
	left: 0;
	top: 6px;
	font-family: FontAwesome;
	content: "\f061";
	color:#000;
}

.programme-left{ background:url(../images/program-bg-left.jpg) no-repeat 0 0 #3968d2; background-size: cover;color: #fff;}

.programme-right{background:url(../images/program-bg-right.jpg) no-repeat 0 0 #12b955;}
.program-rewards h3, .programme-left h3, .programme-right h3, .applysec h3{ font-size:34px; font-weight:700; line-height:40px; padding-bottom:20px;}


.upper_roman_style, .faq_accordian ul, .faq_accordian ol {
	list-style-type: upper-roman;
	margin-left: 60px;
}
.upper_roman_style li, .faq_accordian ul li, .faq_accordian ol li {
	padding: 4px 4px 4px 10px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
.Contact_us_sec select { padding-left:50px;  text-indent:35px; }
}
.Contact_us_sec{
-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.no-pad{ padding:0!important;}







.disclaimer-block {background-color: #2e3495; padding-top: 20px;}
.about-us h2, .Contact_us h2, .timeline_sec h2, .programme h2, .program-rewards h2, .programme-left h2, .innovation-areas h2, .FAQs_sec h2, .Contact_us h2 { color:#fff; font-size:30px; margin-bottom:45px; line-height:36px;}

.about-us .h2-block, .timeline_sec .h2-block, .FAQs_sec .h2-block, .Contact_us .h2-block {
	width: 100%;
	position: relative;
	color: #2e3495;
	text-align: center;
	margin: auto;
	border-bottom:1px solid #eee;
	padding-bottom: 10px;
  }
.program-rewards .h2-block, .programme-left .h2-block, .disclaimer .h2-block {
	
	width: 90%;
	position: relative;
	color: #2e3495;
	text-align: center;
	margin: auto;
	border-bottom:1px solid #eee;
	padding-bottom: 10px;
  }

.programme-left-block {background-color: #d6d7e9; padding: 20px; min-height: 600px;}
.programme-left-block1 {background-color: #d7e7e1; padding: 20px; min-height: 600px;}
.programme-left {color:#333;}
.disclaimer ol, .disclaimer ul {
	margin-left: 25px;
	color: #fff;
  }
.flex-container {
    display: -webkit-flex;
    display: flex;
}
.programme-left {background:#fff!important;}
.eligibility-block {background:#d7e7e1!important; padding-top:20px;}
.highlights-image-left{
	right: inherit;
	left: 0;
	padding: 0;
}
.fit-image {
	width: 100%;
	height: 100%;
}
.innovation-areas,
.program-rewards {
}
.innovation-areas{
	background: #3c3c3c
}

.program-rewards .flex-item {
    background-color: #cf2482;

}
.program-rewards .flex-item, .programme .flex-item{    width: 50%;
	padding:80px 5%;}
 .newbg{ background-image:url(../images/program-bg.jpg); background-repeat:no-repeat; background-position: center; background-size:cover;}



.applysec .newbg{ background-image:url(../images/eligible-bg.jpg); background-repeat:no-repeat; background-position: center; background-size:cover;}

.applysec  {
    background-color: #f2f1f1;
	color:#1c1919
}

.applysec .flex-item {
    background-color: #f2f1f1;
    width: 50%;
	padding:115px 4%;
}

.btn_apply_now, .applysec .btn_apply_now{background:#2e3495; color:#fff; padding: 16px 45px; font-size:18px;box-shadow: 0 3px 10px rgba(0,0,0,0.3);}
.btn_apply_now:hover, .btn_apply_now:focus, .applysec .btn_apply_now:hover, .btn_apply_now:focus, .Contact_us_sec .btn_apply_now:hover {
	color: #fff;
	background: #257cb4;
}
.programme-left .btn_apply_now{background: #2e3495;}
.FAQs_sec{background:#fff; color:#000;}

.faq_accordian .panel{background:none; border:1px solid rgba(0,0,0,0.3);}


/*.get-in-touch{padding:115px 0; float:left;}
.mapsec{float:right}*/

.Contact_us .form-control{ height:49px;background-color: #eee; }
.Contact_us textarea.form-control{width:100%; height:150px; resize:none;}
.Contact_us {
	/*background: #017e3a;
	color:#fff;*/
}
#Contact_Us section {color:#000; font-weight: bold;}
.Contact_us  a{/*color:#fff;*/}
.Contact_us  a:hover{ color:#000;}
.Contact_us i {
	background: #2e3495;;
	padding: 10px 15px;
	font-size: 25px;
	color: #fff;
	margin-bottom:20px;
	transition: all 0.5s ease 0s;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	
}
.Contact_us i:hover{box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);}
.Contact_us .flex-item {
    width: 50%;
    padding: 115px 4%;
}

.Contact_us .newbg{ background-image:url(../images/map.jpg); background-repeat:no-repeat; background-position: center; background-size:cover;}


.new_banner h1 {
	font-size: 44px;
	line-height: 50px;
	font-weight: 600;
	padding-bottom:15px
}

.banner-cont{text-align:center; font-size:30px; line-height:40px; font-weight:400;}

/*.banner_button .btn_apply_now{margin-top:0; background:#f4f52b; color:#3e3e3e; border: 1px solid #f4f52b;}
.banner_button .btn_apply_now:hover{background:#fff; border:1px solid #fff;}*/

.bottom-arrow {
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.applysec .arrow_bullet li{color:#3a3737;}

.timeline-mobile{display:none;}

.partners_sec {
	text-align: center;

}
.item-partner {
	background: #fff;
	padding: 30px;
	margin: 10px 0;
	transition: all 0.5s ease 0s;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	border: 1px solid #ccc;
}
.item-partner:hover {
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}

.k-partner {
	width: 150px;
	float: right;
	text-align: center;
}
.k-partner .item-partner {
	padding: 10px;
	}

.k-partner .item-partner h4 {
	font-size: 12px !important;
}

.partners_sec h4 {
	color: #006441;
	font-weight: 600;
	margin-bottom: 30px;
}
.faq_accordian a{text-decoration:underline;}
.about-us {
	/*background: url(../images/about-bg.jpg) no-repeat bottom center;
	background-size: 100% auto;*/
}
.about-us strong, .about-us b{color:#000;}
.about-us ul li{

}
.new_banner_text strong, .new_banner_text b{font-weight:600; padding:2px 5px}


@-webkit-keyframes blinker {
  from {color: red;}
  to {color:white;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.programme { padding-bottom:0;}
.disclaimer{background: #fff;}
.disclaimer ol,
.disclaimer ul {
	margin-left: 25px;
}
.disclaimer ol li{ list-style-type:decimal; padding-bottom:20px;}
.Contact_us .has-error .help-block, .Contact_us .has-error .control-label, .Contact_us .has-error .radio, .has-error .checkbox, .Contact_us .has-error .radio-inline, .Contact_us .has-error .checkbox-inline, .Contact_us .has-error.radio label, .Contact_us .has-error.checkbox label, .Contact_us .has-error.radio-inline label, .Contact_us .has-error.checkbox-inline label {
	color: #fff!important;
}
.exampart {
	transition: all 0.5s ease 0s;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	padding:40px 20px 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 45px;
	position:relative;
}
.exampart:hover{box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);}
.exampart h3 {
	position: absolute;
	border: 1px solid #ccc;
	padding: 5px 20px;
	border-radius: 6px;
	background: #fff;
	top: -20px;
	color:#257cb4;
}


input[type="file"] {
	max-width: 100%;
}

/*...............Timeline...................*/

.timeline{background:url(../images/timelinebg.jpg) repeat-y center top; padding: 25px 0 0 0;}
.timelineinner{position:relative; padding:15px 0;}
.clear{clear:both;}
.timeleft,.timeright{width:47%; }
.timeleft{float:left; text-align:right; }
.timeright{float:right; text-align:left;}
.date-time {
	font-weight: 600;
	color: #2e3495;
}
.timelineinner::after{content:""; position:absolute; left: 50%; margin-left:-7px;
top: 21px; width:16px; height:16px; background:url(../images/timeround.png) no-repeat 0 0; display:block;}
.timeright img{float:left; margin-right:10px;}
.timeleft img{float:left; margin-right:10px;}
span.bluebox,span.pinkbox,span.orangebox,span.greenbox,span.yellowbox{padding:18px 25px; color:#fff;  display:inline-block;  line-height:35px; font-weight:600;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);}
span.bluebox{background:#37148a; border-radius:0 10px 10px 10px;}
span.pinkbox{border-radius:10px 0 10px 10px; background:#107a54; text-align:left;}
span.orangebox{background:#b78516; border-radius:0 10px 10px 10px;}
span.greenbox{background:#4a8597; border-radius:10px 0 10px 10px; text-align:left;}
span.yellowbox{background:#eb520c; border-radius:0 10px 10px 10px;}

/*...............Timeline...................*/
.fixed-nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

.menu > ul {
    z-index: 99;
}
