html {
	height: 100%;
	width: 100%;
}

/*for blinking challenge button*/

.date-of-event{font-weight: 700;font-size: 30px;}
.venue{color:#fff; font-weight: 700; font-size: 30px;}
.challenge-blink {
  background-color: #004A7F;
  -webkit-border-radius: 4px;
  border-radius: 25px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  margin: -10px 0 0 0;
}
.global-summit a.challenge-blink:hover{color:#000;}

/*join the movement newsletter*/

.join-the-move {width: 100%;}
.join-the-move h5{font-size: 14px; color:#01ffce; margin: 0 0 7px 0; text-align: center;text-transform: uppercase;}
.quick-link {width: 100%;margin: 0 auto;}
.quick-link h5{font-size: 14px; color:#01ffce; margin: 0 0 7px 0; text-align: left;text-transform: uppercase;}
.newsletter-form {width: 80%;margin: 0 auto;}
.newsletter .form-control{-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
box-shadow: inset 0 1px 1px rgba(0,0,0,0);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; }
.newsletter.form-control:focus {border-color: #07a87d;}
.newsletter.form-horizontal label.error{color: #fff;position: absolute;top: 55px;left: 15px;width: 73%;margin: 0 auto;font-size: 11px;font-weight: 500;}
.newsletter input.btn.btn-info {width: 100%;margin: 13px 0 0 0; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; font-weight: 700;
font-size: 15px;}
.newsletter input.btn.btn-info:hover {color:#fff; background:#2ba783}

.icon {position:relative;text-align:center;width:0px;height:0px;padding: 15px;color:#fff;}
.icon i {font-size:20px;position:absolute;left:9px;top:10px;}
.icon.social {
	float:left;
	margin:0 5px 0 0;
	cursor:pointer;
	background:#00ffbb ;
	color:#262626;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.icon.social:hover {background:#0eb085;color:#00ffbb;transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;-webkit-filter:	drop-shadow(0 1px 10px rgba(0,0,0,.8));-moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));-ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));-o-filter: 		drop-shadow(0 1px 10px rgba(0,0,0,.8));filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));	 	}
.icon.social.fb i {left: 9px;top: 6px;}
.icon.social.tw i {left: 7px;top: 6px;}
.icon.social.in i {left: 7px;top: 6px;}

.campus-links{width: 100%;margin: 0 auto;padding: 0;}
.campus-links ul{width: 100%; margin: 0; padding: 0;}
.campus-links ul li{width: 46%;margin: 0;padding: 0;display: inline-block;}
.campus-links ul li a {width: 100%; margin: 0; padding: 0; display: inline-block; color:#fff; text-decoration: none;}
.campus-links ul li a:hover {color:#22FFBD}

.copy-right{width: 100%; background: #232325; text-align: center; color: #fff; padding: 15px; margin: 14px 0 0 0;}

@-webkit-keyframes glowing {
  0% { background-color: #2e8877; -webkit-box-shadow: 0 0 3px #2e8877; }
  50% { background-color: #01ffce; -webkit-box-shadow: 0 0 40px #01ffce; }
  100% { background-color: #2e8877; -webkit-box-shadow: 0 0 3px #2e8877; }
}

@-moz-keyframes glowing {
  0% { background-color: #2e8877; -moz-box-shadow: 0 0 3px #2e8877; }
  50% { background-color: #01ffce; -moz-box-shadow: 0 0 40px #01ffce; }
  100% { background-color: #2e8877; -moz-box-shadow: 0 0 3px #2e8877; }
}

@-o-keyframes glowing {
  0% { background-color: #2e8877; box-shadow: 0 0 3px #2e8877; }
  50% { background-color: #01ffce; box-shadow: 0 0 40px #01ffce; }
  100% { background-color: #2e8877; box-shadow: 0 0 3px #2e8877; }
}

@keyframes glowing {
  0% { background-color: #2e8877; box-shadow: 0 0 3px #2e8877; }
  50% { background-color: #01ffce; box-shadow: 0 0 40px #01ffce; }
  100% { background-color: #2e8877; box-shadow: 0 0 3px #2e8877; }
}

.challenge-blink {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
/*for blinking challenge button ends*/
/*movement css starts*/
.bs-searchbox .form-control {border: 1px solid #2fcd9d;}
.movement-cont{width: 65%;position: absolute;text-align: center;color: #fff;bottom: 240px;left: 0;right: 0;margin: 0 auto;}
.movement-cont h2  { font-size: 30px;text-transform: uppercase;color: #fff;font-weight: 700;font-family: 'Source Sans Pro', sans-serif;text-shadow: 0 4px 4px #444;-webkit-text-shadow: 0 4px 4px #444;-moz-text-shadow: 0 4px 4px #444;-o-text-shadow: 0 4px 4px #444;letter-spacing: 3px;margin-bottom: 10px;
}
.movement-cont h2 span { color: white; font: bold 24px/45px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; }
.movement-cont h2 span.spacer { padding: 0 2px; background: none;  }
.join-movement {background-color: white;border-radius:0;width: 90%;z-index: 2;position: absolute;top: 510px;right: 83px;padding: 0;}
.email-container{width: 20%; float: left;text-align: left; border-right: 1px solid #ccc;}
.email-container-padding{ padding: 7px 15px 20px 15px;}
.email-id-icon{padding: 0 5px 0 0; color:#2fcd9d}
.join-button {font-size: 19px;margin: 19px 0 0 0;font-weight: 700;padding: 17px 35px 19px;color:#fff;font-weight: 700;background-color: #2fcd9d;border-radius: 0;line-height: 10px;text-transform: none; overflow: hidden;position: relative; border: none;}
.join-button a{color: #fff; text-decoration: none;}
.join-button a:hover{color: #000; text-decoration: none; }

.bs-docs-example > p {
  margin-top: 20px;
}

.bs-docs-example > p:last-child {
  margin-bottom: 0;
}

.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}

.bs-docs-example .pagination {
  margin-top: 0;
}

.make-input-good{
padding: 10px;
width: 100%; border: 1px solid #ccc;margin: 4px 0 0 0}
.make-select-good{margin: 5px 0 0 0;}
.are-you{width: 70%; margin: 0 auto; text-align: center; color:#3db897;font-size: 31px;line-height: 40px;padding: 30px 20px 30px 20px; font-weight: 500; line-height: 1.1; font-family: inherit; font-family: 'Open Sans', sans-serif; overflow: hidden;}

.cities-network{width: 100%; position: relative; padding: 20px; overflow: hidden;}

.icons-here{width: 100%; position: relative; margin: 20px 0 0 0;}
.icons-here ul{width: 100%; margin: 0; padding: 0;}
.icons-here li {width: 100%; display: inline-block; padding: 10px; overflow: hidden;}


.icon-pic-here{width: 12%; float: left; overflow: hidden;margin: 0 30px 0 0;}
.icon-text-here{width: 70%; float: left; color:#000; font-size: 17px;}
.icon-text-here h3{color: #2fcd9d; font-size: 20px; font-weight: 700; text-align: left; margin-top: 0px;margin-bottom: 5px;}
.icon-text-here p{line-height: 20px;}

.new-style{background-color:#fff; line-height: 1.7 !important;}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}
.city-colors{font-weight: 600 !important;
  color: #000 !important;
  background: #fff !important;
  text-transform: uppercase;
font-size: 15px !important;
line-height: 1.7 !important;	
}

#joinMovemntForm.form-horizontal label.error {
	position: relative;
	right: 20px;
	top: 8px;
	left: auto;
	color: #ff6e6e;
}
label#email-error {
	color: #ff6e6e;
    font-size: 12px;
    font-weight: 700;
}
label#name-error {
	color: #ff6e6e;
    font-size: 12px;
    font-weight: 700;
}
label#city-error {
	color: #ff6e6e;
    font-size: 12px;
    font-weight: 700;
}
label#-error{
	color: #ff6e6e;
    font-size: 12px;
    font-weight: 700;
}
/*movement css ends*/


/*for modal*/

.invite-startup {
    text-align: center;
    color: #138774;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	margin: 30px 0 0 0;
    width: 100%;
	float: left;
	line-height: 26px;
   
}

.invite-popup-heading{
	width: 40%;
    float: left;
    padding: 5px;
    border-bottom: 1px dotted #292929;
	margin: 65px 0 0 0;
}



.side-shading{width: 1%;
    float: left;
    background: #22ddaa;
   height: 500px;}

.modal-bg{background-color: #fff; border: 0;}

p.empowering {
    text-align: center;
    color: #138774;
    font-size: 28px;
    font-weight: 600;
    margin: 7px auto 10px auto;
    line-height: 28px;
    width: 73%;
    padding: 0 0 0 4px;
    text-transform: uppercase;
}


.go-to-challenge{background-color:#0ff5c8;}

.challenge-logo img{width: 35%;}

.challenge-logo {text-align: center;
width: 100%; margin: 0 auto;
border-bottom: none;}

.modal-header.invite-bg {
    border-bottom: 0;
    width: 98%;
    float: left;
    overflow: hidden;
}

.empowering-border{width: 85%;border-bottom: 2px solid #fff;height: 2px;margin: 0 auto 0 45px;}

button.close.close-pop {color: #2b9679;opacity: 1;width: 25px;background: #fff;border-radius: 50%;position: absolute;right: -12px;top: -11px;font-size: 23px;height: 25px;border:2px solid #19ba9b;}

.register-for-challenge {
    width: 90%;
    text-align: center;
    padding: 10px 0 20px 0;
    margin: 0 auto 0 44px;
}

button.btn.btn-success-challenge {
    background: #000;
    border: none;
    text-align: center;
	color:#fff;
}


.for-diverting {
	margin-top:8%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-big-bg{ background: #22ddaa;padding: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; }


button.btn.btn-success.register-and-go {
    border: 0;
    background-color: #000;
}

/* for modal ends*/

body {
	height: 100%;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
}
.main_area {
	display: table;
	width: 100%;
	table-layout: fixed;
	height: 100%;
}
.upbody {
	display: table-row;
	height: auto;
}
.footer_body {
	display: table-row;
	height: 1px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0 none;
}
a {
	text-decoration: none;
	text-decoration: none;
	word-wrap: break-word;
}
ul, ul li {
	margin: 0px;
	padding: 0px;
}
a:focus, a:active {
	outline: none;
}
input[type="submit"]:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="reset"]:focus, input[type="button"]:focus {
	outline: none;
}
.clear {
	height: 0px;
	clear: both;
	line-height: 0;
}
.carousel-inner {
	height: 100%;
}
/* challenge form*/
div#MayIHelp {
	/*margin: 50px 0 0 0;*/
	/*background: #011814;
	border: 3px solid #0ff5c8;
	padding: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}



.submit-startup-new {background:rgba(1,24,20,0.5);
	border: 3px solid #0ff5c8;
	padding: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

.done {
	visibility: hidden;
}
.input-lg {
	height: 35px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
	font-size: 14px;
}
.startUpForm .mayiconHelp {
	display: inline-block;
	position: absolute;
	height: 30px;
	width: 23px;
	background: url(../images/spriteb-new.png) no-repeat;
	background-position: -635px -146px;
	top: -3px;
}
.page-content1 {
	background: #000 none repeat scroll 0 0;
	background: url(../images/challenge-form.jpg);
	background-size: cover;
	background-repeat: repeat-y
}
.page-content-inner-form {
	padding: 0 0 140px 0;
	background-color: none;
}
.startUpForm .MayIHelpYou span.MayTex {
	color: #0ff5c8;
	font-size: 20px;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	margin: 0 0 0 35px;
}
.startUpForm .MayIHelpYou {
	text-align: center;
	position: relative;
}
.startUpForm .form-wizard .steps, .startUpForm .form-wizard .steps > li > a.step {
	background-color: transparent;
}
.progress-bar-success {
	background-color: #1da074;
}
.forImageVector {
	overflow: visible;
	margin: 136px 0 0 0;
}
ul.SomeTingAddAteer {
	width: 100%;
	text-align: center;
}
ul.SomeTingAddAteer li {
	width: calc(100%/4);
	float: left;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-weight: 700;
}
.navbar-nav > li > a {
	font-family: "Lato", sans-serif;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 0;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active {
	background-color: transparent;
	color: #16d5a1;
}
.navbar-inverse {
	background-color: #000;
	border-color: #080808;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 0;
	min-height: 67px;
	position: relative;
	padding: 8px 0 0;
}
.nav-tabs>li>a:hover {
	border-color: transparent;
	color: #36a186;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #2bb793;
	font-weight: 700;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent;
	border-color: transparent;
	border-image: none;
	border-style: none;
	border-width: 0;
	cursor: default;
	border: none;
	font-size: 23px;
	font-weight: 600;
	color: #0ff5c8;
}
.page-content-form {
	background: #000 none repeat scroll 0 0;
	background-image: url(../images/challenge.jpg);
}
.quotes-form {
	width: 100%;
    margin: 0 auto 0;
    padding: 30px 10px 30px 10px;
    color: #eeeeee;
    font-size: 16px;
    text-align: left;
    line-height: 39px;
}
.startUpForm h3.block {
	padding: 0px 0 0px 0;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #0ff5c8;
	line-height: 1;
    /* border-right: 1px solid #f54f36; */
    width: calc(0.55em * 14);
	white-space: nowrap;
	overflow: hidden;
	-webkit-animation: typing 2s steps(14, end), blink-caret .5s step-end infinite alternate;
	margin: 0 0 14px 0;
}
.personal-sec {
	width: 193px !important;
}
.form-wizard .progress {
	margin-bottom: 17px !important;
}
.new-browse-field {
    margin: 10px 0 0 0;
}
.startup-lets-talk {
	color: #fff !important;
}
.mobile-no {
	margin: 0 26px 0 15px;
	padding: 0 0px 0 0;
}
.startUpForm .btn.btn-outline.green {
	width: auto;
	height: auto;
	display: inline-block;
	border: 2px solid #297c66;
	color: #fff;
	padding: 5px 0px;
	border-radius: 3px;
	font-weight: 700;
	min-width: 100px;
	border-radius: 25px;
}
button:focus
{
    outline:none;
}
a.forInve:hover {
	background: #fff;
	color: #3db897;
}
.this-platform .help-block {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	color: #ff9290 !important;
	width: 100%;
	text-align: left;
}

.visit-container {
    background: #162922;
    padding: 20px;
    width: 34%;
}

.visit-container a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.visit-container a:hover {
	color:#00ffa7;	
	text-decoration: none;
}

.visit-website{color:#fff;
font-size: 14px;
text-transform: uppercase;
width: 100%;
margin: 0 auto;
letter-spacing: 0;}


a:hover.visit-website {
    text-decoration: none;
    color: #fff;
}


.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #ff9290;
}
.browse.btn.btn-primary.input-lg {
	background: #16d18d;
	border: none;
	color: #000;
}
.startUpSubMission .file {
	visibility: hidden;
	position: absolute;
}
input#financial_details_doc {
	visibility: hidden;
}
input#startup_video {
	visibility: hidden;
}
input#startup_pitchdeck {
	visibility: hidden;
}
.green1 {
	width: auto;
	height: auto;
	display: inline-block;
	border: 2px solid #297c66;
	color: #fff;
	padding: 7px 0px;
	border-radius: 3px;
	font-weight: 700;
	min-width: 115px;
	border-radius: 25px;
	background: transparent;
}
.button-previous {
	width: auto;
	height: auto;
	display: inline-block;
	border: 2px solid #fff;
	color: #fff;
	padding: 5px 0px;
	border-radius: 3px;
	font-weight: 700;
	min-width: 100px;
	border-radius: 25px;
}
span#char {
    color: #fff;
}
.submit-container {
	width: 21%;
	float: left;
	text-align: left;
	margin: 12px 0 0 0;
}
.previous-container {
	width: 30%;
	float: right;
	text-align: left;
}
input.form-control.input-lg.upload-here {
	color: #fff !important;
	background: #000 !important;
	font-weight: 700 !important;
	padding: 0 0 0 10px !important;
}

.confident{margin-top:100%; width: 100%;}


.confident-heading {
    color: #0ff5c8;
    font-size: 18px;
    margin: 0 0 10px 0;
}


.logo-image {
	position: absolute;
	top: 0%;
	left: 48%;
	width: auto;
	height: auto;
	margin: 42px 0 0 -169px;
	-webkit-animation: spin 16s linear infinite;
	-moz-animation: spin 16s linear infinite;
	animation: spin 16s linear infinite;
}

.logo-image-submit {
	position: absolute;
	top: 0%;
	left: 48%;
	width: auto;
	height: auto;
	margin: 42px 0 0 -169px;
	-webkit-animation: spin 16s linear infinite;
	-moz-animation: spin 16s linear infinite;
	animation: spin 16s linear infinite;
}





@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.challenge-text {
	position: absolute;
    top: 202px;
    left: 19px;
    text-align: center;
	width:100%;
}
.startUpForm .page-title {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
	color: #0ff5c8;
	text-align: center;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 70px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #ff9290;
}
#mobile-error {
	left: 0;
	margin: 0 0 0 -125px;
}
/* challenge form ends*/






.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
	padding: 0px;
	z-index: 1
}
#back-to-top.back-to-top.btn-primary {
	background: none;
	border: none;
}
#back-to-top.back-to-top.btn-primary .glyphicon-chevron-up::before {
	content: ""
}
#back-to-top.back-to-top.btn-primary span.glyphicon {
	width: 36px;
	height: 56px;
	display: block;
	background: url(../images/sprite.png) no-repeat;
	background-position: -109px -1px;
}
#back-to-top.back-to-top.btn.active, #back-to-top.back-to-top.btn:active {
	box-shadow: none;
}
.carousel-inner > .item {
	background-position: center center;
	background-size: cover;
	height: 100%;
}
.new-bar {
	color: #fff !important;
}
.head-wrap nav.navbar-fixed-top {
	background: #fff;
	width: 100%;
	height: 77px;
	display: block;
	box-shadow: 4px 3px 5px #444;
	-webkit-box-shadow: 4px 3px 5px #444;
	-moz-box-shadow: 4px 3px 5px #444;
	-ms-box-shadow: 4px 3px 5px #444;
	-o-box-shadow: 4px 3px 5px #444;
}
.global-summit {
	position: relative;
	width: 100%;
	text-align: center;
}
.global-summit ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.global-summit ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	width: 32%;
}
.global-summit ul li a {
	color: #FFF;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.global-summit ul li a:hover {
	color: #36a186;
	text-decoration: none;
}
#navbar {
	padding: 13px 0 0;
}
.head-wrap .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 3px;
	color: #4a4a4a;
	padding-bottom: 5px;
    padding-top: 17px;
}
.head-wrap .navbar-nav > li > a:hover {
	color: #3db897;
}
.head-wrap .navbar-nav > li.active a {
	color: #3db897;
}
.head-wrap .nav > li > a:focus, .head-wrap .nav > li > a:hover {
	background: none;
}
#carousel-example-generic .carousel-control.left, #carousel-example-generic .carousel-control.right {
	background: none;
}
#carousel-example-generic .glyphicon.glyphicon-chevron-left, #carousel-example-generic .glyphicon.glyphicon-chevron-right {
	display: none;
}
.carousel-control.left:hover .glyphicon.glyphicon-chevron-left, .carousel-control.right:hover .glyphicon.glyphicon-chevron-right {
	display: block;
}
#carousel-example-generic .carousel-caption {
	top: 50%;
}
#carousel-example-generic .carousel-caption-fintech {
	top: 40%;
}
.carousel-caption-fintech {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


#carousel-example-generic .main-title {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 0 4px 4px #444;
	-webkit-text-shadow: 0 4px 4px #444;
	-moz-text-shadow: 0 4px 4px #444;
	-o-text-shadow: 0 4px 4px #444;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
#carousel-example-generic .left-text p {
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
#carousel-example-generic .left-text {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#carousel-example-generic .left-text.ss {
	text-align: left;
	width: 600px;
	float: left;
}
#carousel-example-generic .left-text.ssr {
	text-align: left;
	width: 345px;
	float: left;
}
#carousel-example-generic .left-text.bb {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
#carousel-example-generic .left-text.sss {
	text-align: left;
	width: 470px;
	float: right;
}
#carousel-example-generic .left-text.rr {
	text-align: left;
	width: 600px;
	float: right;
}
#carousel-example-generic .left-text a.forInve {
	text-shadow: none;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 10px;
	padding: 12px 20px;
	border-radius: 25px;
	font-family: 'Source Sans Pro', sans-serif;
}
#carousel-example-generic .left-text a.forInve:hover {background: #fff;color: #3db897;}
.head-wrap .navbar-brand {height: auto;}
.head-wrap .navbar-brand > img {max-width: 100%;}
.head-wrap nav.navbar-fixed-top {margin-bottom: 0px;}
#slide1, #slide2, #slide3, #slide4 {display: none;}

span.startup-summit {font-size: 50px;text-transform: uppercase; font-weight: 700}
span.startup-summit.fintech-head {font-size: 48px;text-transform: uppercase;font-weight: 700;}
.challenge-banner-txt {font-size: 30px;line-height: 43px;margin: 0 auto;width: 100%;}
.challenge-banner-txt .participate {border: 2px solid #fff;border-radius: 25px;color: #fff;display: inline-block;font-family: "Source Sans Pro", sans-serif;font-size: 16px; font-weight: 700; letter-spacing: 1px;line-height: 1;margin-top: 10px;padding: 12px 20px;text-decoration: none;text-shadow: none;text-transform: uppercase;}
.challenge-banner-txt a.participate:hover {background: #fff;color: #3db897;}
.StartUPloginForm {
	margin: 80px 0 80px 0;
}
a.closeBtn {
	color: #3db897;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.StartUPloginForm .innerPartBackIngors {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.3);
}
.StartUPloginForm .imgSection {
	display: block;
}
.StartUPloginForm .imgSection img {
	max-width: 100%;
}
.howToLogin a.logLogo {
	display: block;
	height: auto;
	margin-bottom: 20px;
}
.StartUPloginForm .howToLogin {
	display: block;
	background: #fff;
}
.StartUPloginForm .omb_login .omb_authTitle {
	text-align: center;
	line-height: 300%;
}
.StartUPloginForm .omb_login .omb_socialButtons a {
	color: white;
//In yourUse @body-bg opacity:0.9;
}
.StartUPloginForm .omb_login .omb_socialButtons a:hover {
	color: white;
	opacity: 1;
}
.StartUPloginForm .omb_login .omb_socialButtons .omb_btn-facebook {
	background: #3b5998;
}
.StartUPloginForm .omb_login .omb_socialButtons .omb_btn-twitter {
	background: #0077B5;
}
.StartUPloginForm .omb_login .omb_socialButtons .omb_btn-google {
	background: #c32f10;
}
.StartUPloginForm .omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.StartUPloginForm .omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.StartUPloginForm .omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}
.StartUPloginForm .omb_login .omb_StartUPloginForm .input-group.i {
	width: 2em;
}
.StartUPloginForm .omb_login .omb_StartUPloginForm .help-block {
	color: red;
}
.StartUPloginForm .forVcenter {
	position: relative;
}
.StartUPloginForm .toVcent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.StartUPloginForm .veceToo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
.StartUPloginForm label.checkbox {
	margin-left: 20px
}
.StartUPloginForm .omb_StartUPloginForm .btn-primary {
	background: #3DB897;
	border: 1px solid #3DB897;
}
.StartUPloginForm .omb_StartUPloginForm .btn-primary:hover {
	background: #26836a;
	border: 1px solid #26836a;
}
.StartUPloginForm .textSectoin {
	display: block;
}
.StartUPloginForm .textSectoin h1 {
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	color: #3DB897;
	font-size: 30px;
	margin-bottom: 10px;
}
.StartUPloginForm .textSectoin p {
	font-size: 17px;
	line-height: 25px;
	color: #171919;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
.StartUPloginForm .textSectoin a {
	text-decoration: none;
	color: #444;
	font-size: 16px;
}
.StartUPloginForm .textSectoin a + a {
	margin-left: 10px;
}
.StartUPloginForm .textSectoin a:hover {
	color: #3DB897;
}
.StartUPloginForm .ad {
	background: #f5f5f5;
	padding: 50px 120px 62px 110px;
}
.form-control {
	font-size: 13px;
}

.make-input-good:focus {
	box-shadow: none;
	border-color: #3db897;
}

.make-select-good:active {
  border: #fff;
}
.colorgraph {
	height: 5px;
	border-top: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.StartUPloginForm .howToLogin.sigUpp .btn.btn-primary.btn-block.btn-lg {
	text-shadow: none;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 10px;
	padding: 12px 20px;
	border-radius: 25px;
	background: #3db897;
	width: auto;
}
.StartUPloginForm .howToLogin.sigUpp .btn.btn-primary.btn-block.btn-lg:hover {
	background: #fff;
	color: #3db897;
	border: 2px solid #3db897;
}
.StartUPloginForm h2.mBottam {
	margin-bottom: 10px;
}
.StartUPloginForm .box {
	width: auto;
	height: auto;
	background: #FFF;
	margin: 0px auto;
}
.StartUPloginForm .effect5 {
	position: relative;
}
.StartUPloginForm .effect5:before, .StartUPloginForm .effect5:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 20px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 20px 20px #777;
	-moz-box-shadow: 0 20px 20px #777;
	box-shadow: 0 20px 20px #777;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.StartUPloginForm .effect5:after {
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	right: 10px;
	left: auto;
}
.StartUPloginForm .centered-form {
	margin-top: 0px;
}
.StartUPloginForm .centered-form .panel {
	border-radius: 0px;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px;
}
.StartUPloginForm .centered-form .panel-body {
	padding: 0px;
}
.StartUPloginForm .centered-form .panel-heading {
	background: none;
	border: none;
	padding: 0px;
	margin-bottom: 30px;
}
.StartUPloginForm .centered-form .panel-heading p {
	font-size: 14px;
	color: #474646;
	font-family: 'Open Sans', sans-serif;
}
.StartUPloginForm label.label-floatlabel {
	font-weight: bold;
	color: #46b8da;
	font-size: 11px;
}
.StartUPloginForm .panel-title {
	text-transform: uppercase;
	color: #3db897;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 3px;
}
.StartUPloginForm input, .StartUPloginForm textarea {
	padding: 12px 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 100%;
	color: #878787;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
}
.StartUPloginForm .input-sm {
	height: auto;
	border-radius: 0;
}
.StartUPloginForm .form-control:focus {
	box-shadow: none;
	border-color: #3db897;
}
.StartUPloginForm .form-control {
	height: auto;
	border-radius: 0;
}
.StartUPloginForm .form-control::-webkit-input-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.StartUPloginForm .form-control::-moz-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.StartUPloginForm .form-control:-ms-input-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.StartUPloginForm .form-control:-moz-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.StartUPloginForm .btn.btn-info.btn-block {
	text-shadow: none;
	font-size: 16px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 0px;
	padding: 12px 20px;
	border-radius: 25px;
	background: #3db897;
	width: auto;
}
.StartUPloginForm .btn.btn-info.btn-block:hover {
	background: #fff;
	color: #3db897;
	border-color: #3db897;
}
.innerBanner {
	width: 100%;
	display: block;
	height: 612px;
	background: url(../images/investorBanner.jpg) no-repeat;
	background-attachment: fixed;
	position: relative;
}
.innerBanner.stuppp {
	background: url(../images/sartuppBanner.jpg) no-repeat;
	background-attachment: fixed;
}
.innerBanner.corporate {
	background: url(../images/corporateBanner.jpg) no-repeat;
	background-attachment: fixed;
}
.innerBanner.movement {
	background: url(../images/movement-banner.jpg) no-repeat;
	background-attachment: fixed;
}

.innerBanner.cinquiry {
	background: url(../images/corporateBanner.jpg) no-repeat;
	background-attachment: fixed;
}
.innerBanner.contact {
	background: url(../images/ContactBanner.jpg) no-repeat;
	background-attachment: fixed;
}
.innerBanner .container {
	position: absolute;
	bottom: 127px;
	text-align: center;
	left: 0;
	right: 0;
}
h1.textOnBanner {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	padding: 30px 50px;
	background: rgba(0,0,0,0.5);
}
.innerBanner .left-text.sss {
	text-align: left;
	width: 470px;
	float: right;
}
.innerBanner .left-text a.forInve {
	text-shadow: none;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 10px;
	padding: 12px 20px;
	border-radius: 25px;
	font-family: 'Source Sans Pro', sans-serif;
}
.innerBanner .left-text a.forInve:hover {
	background: #fff;
	color: #3db897;
}
.innerBanner .left-text p {
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
.innerBanner .left-text {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.innerBanner .main-title {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 0 4px 4px #444;
	-webkit-text-shadow: 0 4px 4px #444;
	-moz-text-shadow: 0 4px 4px #444;
	-o-text-shadow: 0 4px 4px #444;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.startuppForStart {
	display: block;
	width: 100%;
	padding: 30px 0 0 0;
	background: #fff;
}
.pointsHighlitst {
	display: block;
}
.pointsHighlitst .points {
	background: #e3e3e3;
}
.pointsOfInvest {
	display: block;
	background: #3F3E45;
	padding: 0px 0;
	position: relative;
	margin: 3px 0;
}
.pointsOfInvest .container {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.pointsOfInvest .lineDiv {
	height: 100%;
	width: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
}
.pointsOfInvest .lineDiv:after {
}
.pointsOfInvest .pointOne {
	position: relative;
}
.pointsOfInvest .pointOne + .pointOne {
	margin-top: 20px;
}
.pointsOfInvest .pointOne.arrow:after {
	position: absolute;
	content: "";
	width: 21px;
	height: 27px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0 0;
	left: -25px;
	top: 0px;
}
.pointsOfInvest .pointOne.rounddd:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: #3db897;
	border-radius: 50%;
	left: -23px;
	top: 0px;
	border: 5px solid #3F3E45;
}
.pointsOfInvest .pointOne h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	margin-bottom: 5px;
}
.pointsOfInvest .pointOne p {
	color: #cdcdcd;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.pointsOfInvest .container:after {
	position: absolute;
	content: "";
	top: 0;
	left: -41px;
	width: 84px;
	height: 34px;
	background: url(../images/sprite.png) no-repeat;
	background-position: -22px -1px;
}
.pointsOfInvest .container:before {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: -41px;
	width: 84px;
	height: 34px;
	background: url(../images/sprite.png) no-repeat;
	background-position: -22px -1px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.pointsOfInvest .higlightIconss {
	position: absolute;
	left: auto;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.pointsOfInvest .higlightIconss img {
	max-width: 100%;
}
.RegiAsInvestor {
	width: 100%;
	padding: 55px 0 0px 0;
	background: #fff;
}
.RegiAsInvestor h3 {
	display: inline-block;
	margin-right: 10px;
}
.RegiAsInvestor a.forInve {
	text-shadow: none;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 0px;
	padding: 12px 20px;
	border-radius: 25px;
	background: #3db897;
	font-family: 'Source Sans Pro', sans-serif;
}
.RegiAsInvestor a.forInve:hover {
	background: #fff;
	color: #3db897;
	border-color: #3db897;
}
.howItWorkss {
	padding: 30px 0 40px 0;
	background: -moz-radial-gradient(50% 50%, circle cover, #fdfdfd 0%, #dfdfdf 100%);
	background: -webkit-radial-gradient(50% 50%, circle cover, #fdfdfd 0%, #dfdfdf 100%);
	background: -o-radial-gradient(50% 50%, circle cover, #fdfdfd 0%, #dfdfdf 100%);
	background: -ms-radial-gradient(50% 50%, circle cover, #fdfdfd 0%, #dfdfdf 100%);
	background: radial-gradient(50% 50%, circle cover, #fdfdfd 0%, #dfdfdf 100%);
}
.howItWorkss h3 {
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #636363;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.howItWorkss .stepHowit {
}
.howItWorkss img {
	max-width: 100%;
}
.howItWorkss .stepHowit h4 {
	font-size: 35px;
	line-height: 1;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	color: #646060;
	margin-bottom: 15px;
}
.howItWorkss .stepHowit p {
	font-size: 18px;
	color: #646060;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
.howItWorkss .row.startHere {
	position: relative;
}
.howItWorkss .row.startHere:before {
	position: absolute;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	content: "";
	background: #3f3e45;
	left: 0;
	top: -6px;
	z-index: 9;
}
.howItWorkss .row.endHere {
	position: relative;
}
.howItWorkss .row.endHere:before {
	position: absolute;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	content: "";
	background: #646060;
	left: 0;
	bottom: -6px;
	z-index: 9;
	top: auto;
}
.howItWorkss .stepHowit .borTop {
	padding: 70px 25px;
	text-align: center;
	border-width: 2px 0px 0 0;
	border-style: dashed;
	border-color: #48b395;
	position: relative;
}
.howItWorkss .stepHowit .borLeft {
	padding: 30px 25px 60px;
	text-align: center;
	border-width: 0px 0px 0px 2px;
	border-style: dashed;
	border-color: #48b395;
}
.howItWorkss .stepHowit .borderr {
	padding: 30px 25px 60px;
	text-align: center;
}
.howItWorkss .stepHowit .borderr.padbootms {
	padding-bottom: 90px;
}
.howItWorkss .stepHowit .borderr.ssss {
	padding-bottom: 68px;
}
.howItWorkss .stepHowit .borLeft img {
	max-width: 100%;
}
.howItWorkss .stepHowit .borRightt {
	padding: 70px 25px;
	text-align: center;
	border-width: 2px 2px 2px 0;
	border-style: dashed;
	border-color: #48b395;
	position: relative;
}
.howItWorkss .stepHowit .borRightt:after {
	border-width: 0 2px 0 0;
	position: absolute;
	border-style: dashed;
	border-color: #48b395;
	height: 75px;
	top: auto;
	bottom: -77px;
	content: "";
	left: 0;
}
.howItWorkss .stepHowit .borTop span.numberWhich {
	position: absolute;
	top: -22px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	background: #3f3e45;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	margin-left: -22px;
}
.howItWorkss .stepHowit .borRightt span.numberWhich {
	position: absolute;
	top: -22px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	background: #3f3e45;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	margin-left: -22px;
}
.howItWorkss .stepHowit .marTopForSome {
	margin-top: 46px;
}
.howItWorkss .stepHowit .marTopForSome .borTop {
	border-width: 2px 0 2px 2px;
	position: relative;
}
.howItWorkss .stepHowit .marTopForSome .borTop:after {
	border-width: 0 2px 0 0;
	position: absolute;
	border-style: dashed;
	border-color: #48b395;
	height: 56px;
	top: auto;
	bottom: -56px;
	content: "";
	left: auto;
	right: 0;
}
.howItWorkss .stepHowit .marTopForSome .borTop.avbcd:after {
	height: 85px;
	bottom: -87px
}
.howItWorkss .stepHowit .marTopForSome .borLeft {
	border-width: 0 0 0px 0;
	margin-top: 0px;
}
.howItWorkss .stepHowit .bottamBoorder {
}
.howItWorkss .stepHowit .bottamBoorder .borderr {
	border-width: 0 0 2px 0;
	border-style: dashed;
	border-color: #48b395;
}
.howItWorkss .stepHowit .bottamBoorder .borRightt::after {
	height: 15px;
	bottom: -15px;
}
.howItWorkss .stepHowit .bottamBoorder .borRightt.sinHiLogn::after {
	height: 45px;
	bottom: -45px;
}
.howItWorkss .stepHowit .bottamBoorder .borRightt.ssedb::after {
	height: 45px;
	bottom: -45px;
}
.howItWorkss .stepHowit .arraow1, .howItWorkss .stepHowit .arraow2, .howItWorkss .stepHowit .arraow3, .howItWorkss .stepHowit .arraow4, .howItWorkss .stepHowit .arraow5, .howItWorkss .stepHowit .arraow6, .howItWorkss .stepHowit .arraow7, .howItWorkss .stepHowit .arraow8, .howItWorkss .stepHowit .arraow9, .howItWorkss .stepHowit .arraow10, .howItWorkss .stepHowit .arraow11, .howItWorkss .stepHowit .arraow12, .howItWorkss .stepHowit .arraow13, .howItWorkss .stepHowit .arraow14, .howItWorkss .stepHowit .arraow15 {
	position: absolute;
	height: 18px;
	width: 13px;
	border-radius: 50%;
	background: url(../images/arrow.png) 0 0 no-repeat;
}
.howItWorkss .stepHowit .arraow1 {
	left: 0px;
	top: -10px;
	display: block;
}
.howItWorkss .stepHowit .arraow2 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: -8px;
	top: 0px;
	display: none;
}
.howItWorkss .stepHowit .arraow3 {
	left: 0px;
	top: -10px;
	display: none;
}
.howItWorkss .stepHowit .arraow4 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: auto;
	right: -8px;
	top: 0px;
	display: none;
}
.howItWorkss .stepHowit .arraow5 {
	left: auto;
	right: 0;
	top: auto;
	bottom: -10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	display: none;
}
.howItWorkss .stepHowit .arraow6 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: -6px;
	top: auto;
	bottom: -5px;
	display: none;
}
.howItWorkss .stepHowit .arraow7 {
	left: auto;
	right: 0;
	top: auto;
	top: -10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	display: none;
}
.howItWorkss .stepHowit .arraow8 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: -8px;
	top: 0px;
	display: none;
}
.howItWorkss .stepHowit .arraow9 {
	left: 0px;
	bottom: -10px;
	top: auto;
	display: none;
}
.howItWorkss .stepHowit .arraow10 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	right: -6px;
	left: auto;
	top: auto;
	bottom: -5px;
	display: none;
}
.howItWorkss .stepHowit .arraow11 {
	left: 0px;
	top: -10px;
	display: none;
}
.howItWorkss .stepHowit .arraow12 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	right: -8px;
	left: auto;
	top: 0px;
	display: none;
}
.howItWorkss .stepHowit .arraow13 {
	left: auto;
	right: 0;
	bottom: -10px;
	top: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	display: none;
}
.howItWorkss .stepHowit .arraow14 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: -6px;
	top: auto;
	bottom: -5px;
	display: none;
}
.howItWorkss .stepHowit .arraow15 {
	left: auto;
	right: 0;
	top: auto;
	bottom: -10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	display: none;
}
.howItWorkss .row.borderOne {
	position: relative;
}
.howItWorkss .mobArrow1, .howItWorkss .mobArrow2, .howItWorkss .mobArrow3, .howItWorkss .mobArrow4, .howItWorkss .mobArrow5, .howItWorkss .mobArrow6, .howItWorkss .mobArrow7, .howItWorkss .mobArrow8, .howItWorkss .mobArrow9 {
	position: absolute;
	height: 18px;
	width: 13px;
	border-radius: 50%;
	background: url(../images/arrow.png) 0 0 no-repeat;
	display: none !important;
}
.howItWorkss .mobArrow1 {
	top: -10px;
	left: 15px;
}
.howItWorkss .mobArrow2 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: auto;
	top: 0px;
	right: -7px;
}
.howItWorkss .mobArrow3 {
	left: auto;
	right: 0;
	top: auto;
	bottom: -10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.howItWorkss .mobArrow4 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: -8px;
	top: 0px;
}
.howItWorkss .mobArrow5 {
	bottom: -9px;
	top: auto;
}
.howItWorkss .mobArrow6 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: auto;
	top: 0px;
	right: -7px;
}
.howItWorkss .mobArrow7 {
	left: auto;
	right: 0;
	top: auto;
	bottom: -10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.howItWorkss .mobArrow8 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	left: -8px;
	top: 0px;
}
.howItWorkss .mobArrow9 {
	bottom: -9px;
	top: auto;
}
.StartUPloginForm.thankYouPage {
	text-align: center;
	margin-top: 180px;
}
.StartUPloginForm.thankYouPage .panel-title {
	text-transform: none;
}
.StartUPloginForm.thankYouPage .ad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.investing-title {
	font-size: 21px;
	width: 100%;
	margin: 0 0 14px 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.tagline {
	padding: 0;
}
.tagline h2 {
	font-size: 30px;
	text-align: center;
	padding: 0;
}
.membership {
	margin: 30px 0 0 0;
	font-size: 16px;
}
.membership h4 {
	color: #3db897;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 7px;
}
.membership-fund {
	margin: 30px 0 30px 0;
    font-size: 16px;
}
.membership-fund h4 {
	color: #3db897;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 7px;
}
.investor-member {
	margin: 0 0 70px 0;
}
.qualities {
	width: 100%;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
}
.qualities ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.qualities ul li {
	width: 100%;
	margin: 0;
	display: inline-block;
	padding: 0 0 10px 10px;
	font-size: 16px;
}
.qualities-startup {
	margin: 4px 0 9px 20px;
	font-weight: 700;
}
.challenge-member h5 {
	font-size: 25px;
	color: #3db897;
	text-align: center;
	margin: 0 0 20px 0;
}
.corpo-bullets {
	border-radius: 50%;
	background: #3db897;
	float: left;
	height: 8px;
	margin: 7px 0 0 17px;
	width: 8px;
	border: 1px solid #6b6b6b;
	-webkit-box-shadow: -3px 2px 5px 4px #ddd;
	-moz-box-shadow: -3px 2px 5px 4px #ddd;
	box-shadow: -3px 2px 5px 4px #ddd;
}
.corpo-content {
	width: 90%;
	float: left;
	margin: 0 0 0 13px;
}
.corp-enquiry {
	font-size: 15px;
	margin: 0 0 13px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
	color: #3db897;
}
.jointly {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.jointly ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.jointly ul li {
	width: 100%;
	display: inline-block;
	padding: 8px;
	background: rgba(230,230,230, 0.4);
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-weight: 500;
}
.challenge-member {
	margin: 37px 0 0;
}
.text-left {
	text-align: left;
}
.hover-me {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.hover-me:hover > li {
	background-color: #1b8569;
	-webkit-box-shadow: -3px 2px 5px 4px #ddd;
	-moz-box-shadow: -3px 2px 5px 4px #ddd;
	box-shadow: -3px 2px 5px 4px #ddd;
	color: #fff;
}
.RegiforChallen {
	background: #fff none repeat scroll 0 0;
	padding: 13px 0;
	width: 100%;
}
.RegiforChallen a.forInve {
	text-shadow: none;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 0px;
	padding: 12px 20px;
	border-radius: 25px;
	background: #3db897;
	font-family: 'Source Sans Pro', sans-serif;
}
.RegiforChallen a.forInve:hover {
	background: #fff;
	color: #3db897;
	border-color: #3db897;
}
.investorSignupForm {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.investorSignupForm #msform {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.investorSignupForm #msform fieldset {
	background: #fff;
	border: 0 none;
	-webkit-box-shadow: 0 2px 4px #777;
	-moz-box-shadow: 0 2px 4px #777;
	box-shadow: 0 2px 4px #777;
	padding: 75px 80px 75px 67px;
	width: 100%;
	margin: 0px;
	position: relative;
}
.investorSignupForm #msform fieldset:not(:first-of-type) {
	display: none;
}
.investorSignupForm #msform input, .investorSignupForm #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 100%;
	color: #878787;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
}
.investorSignupForm #msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0 0 0;
}
.investorSignupForm #msform .action-button:hover, .investorSignupForm #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.investorSignupForm .fs-title {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: left;
	color: #3db897;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
}
.investorSignupForm .fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
.investorSignupForm #progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
.investorSignupForm #progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
.investorSignupForm #progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
.investorSignupForm #progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
.investorSignupForm #progressbar li:first-child:after {
	content: none;
}
.investorSignupForm #progressbar li.active:before, .investorSignupForm #progressbar li.active:after {
	background: #27AE60;
	color: white;
}
.investorSignupForm .howToLogin.sigUpp .btn.btn-primary.btn-block.btn-lg {
	text-shadow: none;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 10px;
	padding: 12px 20px;
	border-radius: 25px;
	background: #3db897;
	width: auto;
}
.investorSignupForm .howToLogin.sigUpp .btn.btn-primary.btn-block.btn-lg:hover {
	background: #fff;
	color: #3db897;
	border: 2px solid #3db897;
}
.investorSignupForm h2.mBottam {
	margin-bottom: 10px;
}
.investorSignupForm .box {
	width: auto;
	height: auto;
	background: #FFF;
	margin: 0px auto;
}
.investorSignupForm .effect5 {
	position: relative;
}
.investorSignupForm .effect5:before, .investorSignupForm .effect5:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 20px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 20px 20px #777;
	-moz-box-shadow: 0 20px 20px #777;
	box-shadow: 0 20px 20px #777;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.investorSignupForm .effect5:after {
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	right: 10px;
	left: auto;
}
.investorSignupForm .centered-form {
	margin-top: 0px;
}
.investorSignupForm .panel {
	border-radius: 0px;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px;
}
.investorSignupForm .panel-body {
}
.investorSignupForm .panel-heading {
	background: none;
	border: none;
	padding-bottom: 0px;
}
Rahul .investorSignupForm .panel-heading p {
	font-size: 14px;
	color: #474646;
	font-family: 'Open Sans', sans-serif;
}
.investorSignupForm label.label-floatlabel {
	font-weight: bold;
	color: #46b8da;
	font-size: 11px;
}
.investorSignupForm .panel-title {
	text-transform: uppercase;
	color: #3db897;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 10px;
}
.investorSignupForm input, .investorSignupForm textarea {
	padding: 12px 15px;
	margin-bottom: 10px;
	width: 100%;
	color: #878787;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
	border-radius: 4px;
}
.investorSignupForm .input-sm {
	height: auto;
	border-radius: 0;
}
.investorSignupForm .form-control:focus {
	box-shadow: none;
	border-color: #3db897;
}
.investorSignupForm .form-control {
	height: auto;
	border-radius: 4px;
}
.investorSignupForm .form-control::-webkit-input-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.investorSignupForm .form-control::-moz-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.investorSignupForm .form-control:-ms-input-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.investorSignupForm .form-control:-moz-placeholder {
text-transform:uppercase;
color:#878787;
opacity:1;
}
.investorSignupForm .btn.btn-info.btn-block {
	text-shadow: none;
	font-size: 16px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 0px;
	padding: 10px 22px;
	border-radius: 25px;
	background: #3db897;
	width: auto;
	position: absolute;
	right: 20px;
	left: auto;
	top: auto;
	bottom: 20px;
}
.investorSignupForm .btn.btn-info.btn-block.backResves {
	left: 20px;
	right: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.investorSignupForm .btn.btn-info.btn-block:hover {
	background: #fff;
	color: #3db897;
	border-color: #3db897;
}
.investorSignupForm .btn.btn-info.btn-block.forSpIcontss {
	padding: 0px;
	background: none;
}
.investorSignupForm .btn.btn-info.btn-block .glyphicon-chevron-right::before {
	content: "";
}
.investorSignupForm .btn.btn-info.btn-block .glyphicon-chevron-right {
	width: 35px;
	height: 26px;
	background: url(../images/sprite.png) no-repeat;
	background-position: -150px -26px;
}
.investorSignupForm .btn.btn-info.btn-block.forSpIcontss:hover {
	border-color: transparent;
}
.investorSignupForm .btn.btn-info.btn-block:hover .glyphicon-chevron-right {
	width: 35px;
	height: 26px;
	background: url(../images/sprite.png) no-repeat;
	background-position: -150px -26px;
	border: none;
}
.investorSignupForm p.forRadioCheckbox {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #878787;
	font-weight: 700;
	margin-bottom: 2px;
}
.investorSignupForm .checkbox label:after, .investorSignupForm .radio label:after {
	content: '';
	display: table;
	clear: both;
}
.investorSignupForm .readioOne {
	margin-bottom: 28px;
}
.investorSignupForm .checkbox label, .investorSignupForm .radio label {
	padding-left: 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #878787;
	line-height: 25px;
	min-height: inherit;
	font-weight: 600;
}
.investorSignupForm .radio {
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
}
.investorSignupForm .checkbox {
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
}
.investorSignupForm .radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}
.investorSignupForm .checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}
.investorSignupForm .radio .cr {
	border-radius: 50%;
}
.investorSignupForm .checkbox .cr .cr-icon, .investorSignupForm .radio .cr .cr-icon {
	position: absolute;
	font-size: 8px;
	line-height: 0;
	top: 50%;
	left: 20%;
	color: #3eb998;
}
.investorSignupForm .radio .cr .cr-icon {
	margin-left: 0.04em;
}
.investorSignupForm .checkbox label input[type="checkbox"], .investorSignupForm .radio label input[type="radio"] {
	display: none;
}
.investorSignupForm .checkbox label input[type="checkbox"] + .cr > .cr-icon, .investorSignupForm .radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}
.investorSignupForm .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .investorSignupForm .radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}
.investorSignupForm .checkbox label input[type="checkbox"]:disabled + .cr, .investorSignupForm .radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
}
.investorSignupForm .basicInfo, .investorSignupForm .investorInfo, .investorSignupForm .investorSector {
	min-height: 480px;
	position: relative;
	padding: 30px;
	border: 1px solid #ccc;
}
.investorSignupForm .range-slider {
	margin: 10px 0 0 0;
}
.investorSignupForm .range-slider {
	width: 100%;
}
.range-slider__range {
	-webkit-appearance: none;
width:calc(100% - (73px));
	height: 10px;
	border-radius: 0px;
	background: #fff;
	outline: none;
	padding: 0;
	margin: 0;
}
.investorSignupForm .range-slider__range::-webkit-slider-thumb {
-webkit-appearance:none;
appearance:none;
width:20px;
height:20px;
border-radius:50%;
background:#2c3e50;
cursor:pointer;
-webkit-transition:background .15s ease-in-out;
transition:background .15s ease-in-out;
}
.investorSignupForm .range-slider__range::-webkit-slider-thumb:hover {
background:#1abc9c;
}
.investorSignupForm .range-slider__range:active::-webkit-slider-thumb {
background:#1abc9c;
}
.investorSignupForm .range-slider__range::-moz-range-thumb {
width:20px;
height:20px;
border:0;
border-radius:50%;
background:#2c3e50;
cursor:pointer;
-webkit-transition:background .15s ease-in-out;
transition:background .15s ease-in-out;
}
.investorSignupForm .range-slider__range::-moz-range-thumb:hover {
background:#1abc9c;
}
.investorSignupForm .range-slider__range:active::-moz-range-thumb {
background:#1abc9c;
}
.investorSignupForm .range-slider__value {
	display: inline-block;
	position: relative;
	width: auto;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 0px;
	background: #3db897;
	padding: 0px 8px;
	margin-left: 4px;
	margin-top: 5px;
}
.investorSignupForm .range-slider__value::after {
	border-bottom: 7px solid #3db897;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: -7px;
	width: 0;
}
.investorSignupForm .range-slider input[type="range"] {
	padding: 2px 4px;
	border-radius: 0;
	font-size: 4px;
}
.investorSignupForm::-moz-range-track {
background:#d7dcdf;
border:0;
}
.investorSignupForm input::-moz-focus-inner, .investorSignupForm input::-moz-focus-outer {
border:0;
}
.investorSignupForm .form-group {
	position: relative;
}
.investorSignupForm #firstname1, .investorSignupForm #lastname1, .investorSignupForm #email1, .investorSignupForm #city1, .investorSignupForm #contact1 {
	position: absolute;
	top: 0px;
	font-size: 12px;
	left: 15px;
}
.investorSignupForm #investor_type1, .investorSignupForm #experience1, .investorSignupForm #interested_sector1 {
	font-size: 12px;
	position: absolute;
	top: -18px;
}
.investorSignupForm #investment_size1 {
	font-size: 12px;
	position: absolute;
	top: 7px;
}


.startupp-challenge {
    position: relative;
    top: 100px;
    z-index: 1;
}
.pollSlider {
    position: fixed;
    width: 220px;
    right: -220px;
    top: 202px;
    padding: 0 0 0px 0;
    font-style: normal;
    overflow: hidden;
}
.inviting {
    text-align: center;
    font-size: 13px;
    color: #3f3e45;
    line-height: 16px;
    padding: 10px 15px;
    font-weight: 100;
    background: #1ee4af;
    height: auto;
    margin: 1px 0 0 0;
    font-style: normal;
    width: 220px;
}

.register-for-challenge {
    width: 100%;
    text-align: center;
    padding: 4px 0 4px 0;
    margin: 5px 0 0 0px;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    background: #23303e;
}
.register-for-challenge a {
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto 0 10px;
    padding: 5px 0 3px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 48%;
    letter-spacing: 1px;
}

#pollSlider-button {
    position: fixed;
    width: auto;
    height: auto;
    right: 0px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    text-decoration: none;
    font-style: normal;
    top: 160px;
    cursor: pointer;
    padding: 0;
}

.challenge-blink {
    -webkit-animation: glowing 1200ms infinite;
    -moz-animation: glowing 1200ms infinite;
    -o-animation: glowing 1200ms infinite;
    animation: glowing 1200ms infinite;
}

.challenge-blink {
    background-color: #004A7F;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 20px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    margin: 0px 0 0;
}
.startup-name-here {
    height: auto;
    font-weight: 700;
}
.startup-head h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding: 0;
    text-align: center;
}






.StartUPloginForm .form-group {
	position: relative;
}
.StartUPloginForm #firstname-error, .StartUPloginForm #lastname-error, .StartUPloginForm #email-error, .StartUPloginForm #password-error, .StartUPloginForm #confirmPassword-error, .StartUPloginForm #startup_name-error {
	position: absolute;
	top: 0px;
	font-size: 12px;
	color: rgb(255, 0, 0);
	font-weight: normal;
	left: 14px;
}
.investorSignupForm .boderForArea {
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
}
.investorSignupForm a.closeBtn {
	position: absolute;
	top: -20px;
	z-index: 99;
	right: 0px;
	left: auto;
}
.investorSignupForm a.closeBtn i {
	background: white;
	border-radius: 26px;
	height: 27px;
	margin-top: 0;
	padding: 0;
}
.StartUPloginForm a.closeBtn i {
	background: white;
	border-radius: 26px;
	height: 27px;
	margin-top: 0;
	padding: 0;
}
.StartUPloginForm a.closeBtn {
	position: absolute;
	top: -20px;
	z-index: 99;
	right: -15px;
	left: auto;
}
.btn.active, .btn:active {
	box-shadow: none;
}
.btn-info.focus, .btn-info:focus {
	border: none;
	border-color: transparent;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none !important;
}
.CountUsPagte {
	display: block;
	width: 100%;
	padding: 30px 0 15px 0;
	background: #fff;
}
.CountUsPagte h1 {
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #2d987a;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 30px;
}
.CountUsPagte .submit {
	text-shadow: none;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 0px;
	padding: 12px 20px;
	border-radius: 25px;
	background: #3db897;
	float: right;
}
.CountUsPagte .submit:hover {
	background: #fff;
	color: #3db897;
	border-color: #3db897;
}
.containOnOverLay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #fff;
	z-index: 999;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.containOnOverLay h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.containOnOverLay p {
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.containOnOverLay a.forInvessss {
	text-shadow: none;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	color: #3db897;
	letter-spacing: 3px;
	text-decoration: none;
	border: 2px solid #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 10px;
	padding: 12px 20px;
	border-radius: 25px;
}
.containOnOverLay a.forInvessss:hover {
	background: #fff;
}
#videooddd {
}
#videooddd .orlayyy {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
#videooddd video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/Hey-World.jpg) no-repeat;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}
#videooddd .stopfade {
	opacity: .5;
}
#videooddd #polina {
	font-weight: 100;
	background: rgba(0,0,0,0.3);
	color: white;
	padding: 2rem;
	width: 33%;
	margin: 2rem;
	float: right;
	font-size: 1.2rem;
}
#videooddd h1 {
	font-size: 3rem;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: .3rem;
}
#videooddd #polina button {
	display: block;
	width: 80%;
	padding: .4rem;
	border: none;
	margin: 1rem auto;
	font-size: 1.3rem;
	background: rgba(255,255,255,0.23);
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s background;
	transition: .3s background;
}
#videooddd #polina button:hover {
	background: rgba(0,0,0,0.5);
}
#videooddd a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	padding: .5rem;
	-webkit-transition: .6s background;
	transition: .6s background;
}
#videooddd a:hover {
	background: rgba(0,0,0,0.9);
}
#campus {
}
#campus .header-pic {
	max-width: 100%;
	height: 727px;
	background: url(../images/campus-amba.jpg) 100% 68px/100% no-repeat;
	padding: 360px 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.anchor {
	display: block;
	height: 83px;
	margin-top: -83px;
	visibility: hidden;
}
#campus .wrapper {
	width: 100%;
	position: relative;
}
#campus .top-nav {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	padding: 10px;
	position: fixed;
	z-index: 1;
}
#campus .top-nav .logo {
	width: 30%;
	float: left;
	overflow: hidden;
}
#campus .top-nav img {
	width: 50%;
}
#campus .banner-text {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
#campus .banner-text h1 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 38px;
	color: #3db897;
}
#campus .contact-info {
	width: 50%;
	float: right;
	overflow: hidden;
}
#campus .contact-info ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#campus .contact-info ul li {
	float: right;
	display: inline-block;
	margin: 0;
	padding: 12px;
}
#campus .contact-info ul li a {
	color: #2c2c2c;
	font-size: 17px;
	font-weight: 400;
	text-transform: inherit;
}
#campus .contact-info ul li a:hover {
	color: #3db897;
	text-decoration: none;
}
#campus .form-fields {
	width: 100%;
	margin: 10px 0 10px 0;
}
#campus .contact-forms {
	width: 100%;
	margin: 49px 0 0 0;
}
#campus input:focus {
	border: 1px solid #3db897;
}
#campus .challenge-teaser {
	background: #000;
	width: 100px;
	overflow: hidden;
	margin: 0 0 14px 0;
}
#campus .challenge-teaser img {
	width: 100%;
}
#campus .contact-us {
}
#campus .contact-us h5 {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}
#campus .btn-green {
	background-color: rgba(0,158,227,0.78);
	box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
	padding: 15px 55px;
	color: #fff;
}
#campus .mail-icon {
	width: 5%;
	float: initial;
	font-size: 17px;
	float: left;
}

.mail-id {
    width: 100%;
    overflow: hidden;
	margin: 10px 0 5px 0;
}
#campus .mail-name {
    float: left;
    font-size: 17px;
    font-weight: 600;
    width: 91%;
}
#campus .mail-name a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
#campus .mail-name a:hover {
	color: #3db897;
	text-decoration: none;
}
#campus .follow-us {
	width: 100%;
	margin: 23px 0 0 0;
}
#campus .follow-us h5 {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}
#campus .follow-us ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#campus .follow-us ul li {
	display: inline-block;
}
#campus .follow-us ul li a {
	display: inline-block;
	font-size: 22px;
	margin: 10px 0 10px 5px;
	padding: 4px;
	height: 40px;
	width: 40px;
	color: #000;
}
#campus .follow-us ul li a:hover {
	color: #3db897;
}
#campus .form-custom {
	width: 96%;
	padding: 9px;
}
#campus .know-more {
	width: 50%;
	margin: 15px auto 0 auto;
	text-align: center;
}
#campus .click-to {
	padding: 14px 45px 14px 45px !important;
	font-weight: 700;
	font-size: 16px !important;
	border-radius: 0!important;
	background: transparent;
	color: #18f6ba;
	margin: 10px 0 5px 0;
}
#campus .send-here {
	padding: 14px 45px 14px 45px !important;
	font-weight: 700;
	font-size: 16px !important;
	border-radius: 0!important;
	border: 0;
	margin: 17px 0 10px 0;
}
#campus .campus-text {
	width: 66%;
	margin: 30px auto 30px auto;
	text-align: center;
}
#campus .campus-text h2 {
	margin: 0;
	text-align: center;
	color: #3db897;
	font-size: 22px;
}
#campus .objective-cont {
	width: 100%;
	margin: 0 auto;
	background-color: rgba(246, 242, 226, 0.5);
	padding: 49px 0 49px 0;
	text-align: center;
}
#campus .objective-cont h3 {
	text-align: center;
	margin: 0 0 31px 0;
}
#campus .objective {
	margin: 15px 0 0 0;
}
#campus .objective h5 {
	text-align: left;
	margin: 0 0 25px 12px;
	font-size: 18px;
	color: #3db897;
	text-transform: uppercase;
	font-weight: 700;
}
#list2 {
	width: 100%
}
#list2 ol {
	font-size: 19px;
	color: #3db897;
}
#list2 ol li {
}
#list2 ol li p {
	padding: 8px;
	font-style: normal;
	font-size: 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	border-left: 1px solid #ccc;
	text-align: left;
}
#list2 ol li p em {
	display: block;
}
footer {
	width: 100%;
	padding: 20px 0 0  0;
	background: #3f3e45;
	position: relative;
	margin: 76px 0 0;
}
footer ul.footerMenu {
	display: block;
	list-style: none;
}
footer ul.footerMenu li {
	display: inline-block;
    position: relative;
    width: 48%;
}
footer ul.footerMenu li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
footer ul.footerMenu li a:after {
}
footer ul.footerMenu li a:hover:after {
}
footer ul.footerMenu li + li {
	margin-left: 0;
}
/*footer ul.footerMenu li + li:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 1px;
	background: #3db897;
	top: 6px;
	left: -10px;
}*/
footer ul.footerMenu li a:hover {
	color: #3db897;
}
footer .socialIcon {text-align: left !important; width: 90%;margin: 7px auto 0 auto;}
footer .copyRigh {
	color: #838383;
	font-size: 12px;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
}
footer .socialIcon i.fa {
	color: #3f3e45;
	font-size: 20px;
}
footer .socialIcon i.fa:hover {
	color: #fff;
}

@media screen and (min-width:525px) and (max-width:599px) and (orientation:landscape) {
#carousel-example-generic .carousel-caption-fintech {top: 40%;}
.join-movement{width:100%; position: inherit;right: 0;top: 0;}	
.forImageVector {
    margin: 25px 0 0 0;
}
	.confident {
    margin-top: 0%;
    width: 100%;
}
	.logo-image {
    width: auto;
    height: auto;
    margin: 42px 0 0 -169px;
   
}
	.home-icons {
    width: 35%;
    margin: -1px 0 37px 0;
}
	.logo-image-submit{
    width: auto;
    height: auto;
    margin: 42px 0 0 -169px;
	position: inherit;
   
}
}


@media (min-width:992px) and (max-width:1199px) {
	#carousel-example-generic .carousel-caption-fintech {
    top: 40%;
}
.join-movement {width: 100%;position: absolute;right: 0;}
.join-button {font-size: 16px;margin: 17px 0 0 12px;padding: 17px 4px 19px;}
.home-icons {
    width: 35%;
    margin: -1px 0 37px 0;
}
.howItWorkss .stepHowit .borTop.spMobSiete {
	padding-bottom: 0px;
}
.howItWorkss .stepHowit .marTopForSome .borLeft.therProAInb {
	padding-bottom: 85px;
}
.howItWorkss .stepHowit .borderr.ssss {
	padding-bottom: 140px;
}
}

@media (min-width:768px) and (max-width:992px) {
	#carousel-example-generic .carousel-caption-fintech {
    top: 40%;
}
	.confident {
    margin-top: 0%;
    width: 100%;
}
	
	.for-diverting {
    margin-top: 4%;
}
	.home-icons {
    width: 35%;
    margin: -1px 0 37px 0;
}
	
.head-wrap .navbar-brand {
	width: 170px;
	height: auto;
}
.head-wrap .navbar-nav > li > a {
	letter-spacing: 1px;
	font-size: 14px;
}
.head-wrap nav.navbar-fixed-top {
	height: 62px;
}
.head-wrap .navbar-nav > li > a {
	padding-bottom: 24px;
	padding-top: 15px;
}
.howItWorkss .stepHowit .borderr.padbootms {
	padding-bottom: 115px
}
.howItWorkss .stepHowit .borTop.spMobSiete {
	padding-bottom: 15px;
}
.howItWorkss .stepHowit .marTopForSome .borLeft.therProAInb {
	padding-bottom: 110px;
}
.howItWorkss .stepHowit .borderr.ssss {
	padding-bottom: 188px;
}
.investorSignupForm .basicInfo, .investorSignupForm .investorInfo, .investorSignupForm .investorSector {
	padding: 20px 15px;
}
}
@media (max-width:991px) {
#carousel-example-generic .carousel-caption-fintech {
    top: 40%;
}
	.home-icons {
    width: 35%;
    margin: -1px 0 37px 0;
}
	
.StartUPloginForm .forVcenter {
	position: inherit;
}
.StartUPloginForm .toVcent {
	position: inherit;
	top: 0;
	transform: translateY(0);
}
.StartUPloginForm .veceToo {
	position: inherit;
	top: 0;
	transform: translateY(0);
}
.StartUPloginForm .howToLogin {
	margin: 25px 0 0 0;
}
.socialIcon.pull-right {
	float: left !important;
	margin-top: 10px;
}
.howItWorkss .stepHowit .borRightt::after {
	bottom: -50px;
	height: 50px;
}
.howItWorkss .stepHowit .bottamBoorder .borRightt::after {
	bottom: -42px;
	height: 42px;
}
}

@media screen and (max-width:800px) {
#carousel-example-generic .carousel-caption-fintech {top: 30%;}
.are-you {width: 70%;margin: 8px auto 0 auto;}	
	
.join-movement{width:100%; position: inherit;right: 0;top: 0;}
.movement-banner h2 {
    left: 0;
    position: inherit;
    text-align: center;
    text-shadow: 0 4px 4px #444;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
	.movement-banner {
    height: 372px;
}
	.confident {
    margin-top: 0%;
    width: 100%;
}
	
	.home-icons {
    width: 35%;
    margin: -1px 0 37px 0;
}

	
html #videooddd {
	background: url(../images/Hey-World.jpg) no-repeat center center fixed;
}
}

@media (min-width:768px) {.home-icons {width: 35%;margin: -1px 0 37px 0;}
#carousel-example-generic .carousel-caption-fintech {top: 45%;}
.movement-banner h2 {left: 0;letter-spacing: 3px;margin-bottom: 10px;position: inherit;top: 0;width: 100%; font-size: 29px;}
	
.StartUPloginForm .omb_login .omb_forgotPwd {
	text-align: right;
	margin-top: 10px;
}
.StartUPloginForm .omb_row-sm-offset-3 div:first-child[class*="col-"] {
	margin-left: 25%;
}
}

@media (max-width:767px) {
.join-movement {width: 100%;}	
.investorSignupForm .container {
	padding-left: 35px;
	padding-right: 35px;
}
.carousel-inner > .item:nth-child(3) .ddd {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: block;
	background: rgba(0,0,0,0.75);
}
.StartUPloginForm {
	position: inherit;
	padding: 30px;
	top: 0;
	transform: translateY(0);
	margin-top: 80px;
}
.StartUPloginForm .ad {
	padding: 30px;
}
.howItWorkss .mobArrow1, .howItWorkss .mobArrow2, .howItWorkss .mobArrow3, .howItWorkss .mobArrow4, .howItWorkss .mobArrow5, .howItWorkss .mobArrow6, .howItWorkss .mobArrow7, .howItWorkss .mobArrow8, .howItWorkss .mobArrow9 {
	display: block !important;
}
.howItWorkss .mobArrow1 {
	display: block
}
.howItWorkss .stepHowit .arraow1, .howItWorkss .stepHowit .arraow2, .howItWorkss .stepHowit .arraow3, .howItWorkss .stepHowit .arraow4, .howItWorkss .stepHowit .arraow5, .howItWorkss .stepHowit .arraow6, .howItWorkss .stepHowit .arraow7, .howItWorkss .stepHowit .arraow8, .howItWorkss .stepHowit .arraow9, .howItWorkss .stepHowit .arraow10, .howItWorkss .stepHowit .arraow11, .howItWorkss .stepHowit .arraow12, .howItWorkss .stepHowit .arraow13, .howItWorkss .stepHowit .arraow14, .howItWorkss .stepHowit .arraow15 {
	display: none!important
}
.howItWorkss .row.startHere::before {
	top: -8px;
}
.howItWorkss .row.endHere::before {
	left: auto;
	right: 0px;
	bottom: -8px;
}
.head-wrap .navbar-toggle {
	background: #3db897;
}
.containOnOverLay {
	width: auto;
	padding: 0 25px;
}
.head-wrap .navbar-toggle .icon-bar {
	background: #fff;
}
.head-wrap .navbar-collapse {
	width: 100%;
	background: #fff;
	padding: 0px;
	margin: 0px !important;
}
.head-wrap .container.navbar-container {
	background: #fff;
}
.head-wrap .navbar-nav {
	margin: 0px;
}
.head-wrap .navbar-brand {
	width: 160px;
}
.head-wrap nav.navbar-fixed-top {
	height: 62px;
}
.head-wrap .navbar-toggle {
	margin-top: 12px;
}
.head-wrap .navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
#carousel-example-generic .left-text.ss, #carousel-example-generic .left-text.sss, #carousel-example-generic .left-text.ssr, .innerBanner .left-text.sss, #carousel-example-generic .left-text.bb, #carousel-example-generic .left-text.rr {
	width: auto;
}
.pointsOfInvest .container {
	padding: 50px;
}
.pointsOfInvest .lineDiv {
	left: 35px;
}
.pointsOfInvest .container::before {
	left: -6px;
}
.pointsOfInvest .container::after {
	left: -6px;
}
.howItWorkss .container.stepHowit {
	margin: 0 15px;
}
.howItWorkss .stepHowit h4 {
	font-size: 28px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.howItWorkss .stepHowit .borRightt::after {
	bottom: -62px;
	height: 62px;
}
.howItWorkss .stepHowit .marTopForSome .borTop::after {
	height: 78px;
	bottom: -78px;
}
.howItWorkss .stepHowit .bottamBoorder .borRightt::after {
	height: 54px;
	bottom: -54px;
}
.howItWorkss .stepHowit .borTop, .howItWorkss .stepHowit .borLeft, .howItWorkss .stepHowit .borderr, .howItWorkss .stepHowit .borRightt {
	padding: 15px;
	border: none;
}
.howItWorkss .stepHowit .marTopForSome .borLeft {
	margin-top: 0px;
}
.howItWorkss .stepHowit p {
	font-size: 14px;
}
.howItWorkss .stepHowit .bottamBoorder .borderr {
	border: none
}
.howItWorkss .stepHowit .marTopForSome .borTop::after, .howItWorkss .stepHowit .borRightt::after {
	display: none;
}
.howItWorkss .row.borderOne {
	border-width: 2px 2px 2px 0;
	border-style: dashed;
	border-color: #48b395;
	position: relative;
	padding-bottom: 20px;
}
.howItWorkss .row.borderTwo {
	border-width: 0px 0px 2px 2px;
	border-style: dashed;
	border-color: #48b395;
	position: relative;
	padding-bottom: 20px;
}
.howItWorkss .row.borderThree {
	border-width: 0 2px 2px 0;
	border-style: dashed;
	border-color: #48b395;
	position: relative;
	padding-bottom: 20px;
}
.howItWorkss .row.borderFour {
	border-width: 0 0 2px 2px;
	border-style: dashed;
	border-color: #48b395;
	position: relative;
	padding-bottom: 20px;
}
.howItWorkss .stepHowit .marTopForSome {
	margin-top: 0px;
}
.investorSignupForm {
	position: inherit;
	top: 0px;
	transform: translateY(0);
	margin: 50px 0;
}
.investorSignupForm .basicInfo {
	margin-bottom: 30px;
}
.investorSignupForm .investorInfo {
	margin-bottom: 30px;
}
.investorSignupForm .basicInfo, .investorSignupForm .investorInfo, .investorSignupForm .investorSector {
	min-height: inherit;
}
html {
	height: auto;
}
}


@media only screen and (max-width:1366px) and (min-width:768px) {
	.mobile-no {
    margin: 0 21px 0 12px;
    padding: 0 0px 0 0;
	width: 18%;
}
	.logo-image {
    margin: 42px 0 0 -172px;  
}
	
.logo-image-submit {
    margin: 42px 0 0 -172px;  
}	
	.confident {
    margin-top: 100%;
    width: 100%;
}
	
}



@media screen and (max-width:500px) {
#videooddd div {
	width: 70%;
}
.quotes-form {
	width: 100%;
	margin: 0 auto 0;
	padding: 24px;
	color: #eeeeee;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
}
.mobile-no {
	margin: auto;
	padding: auto;
}
.mobile-no {
	margin: 0 auto 3px 20px;
	padding: auto;
}

}

@media (max-width:479px) {
	
	.join-movement {width: 100%;}	
	
.StartUPloginForm .panel-title {
	font-size: 20px;
}
.StartUPloginForm .centered-form .panel-heading {
	margin-bottom: 20px;
}
#carousel-example-generic .main-title {
	font-size: 22px;
	margin-bottom: 5px;
}
.innerBanner .main-title {
	font-size: 22px;
	margin-bottom: 5px;
}
#carousel-example-generic .left-text p {
	font-size: 14px;
	line-height: 20px;
}
#carousel-example-generic .left-text a.forInve {
	margin-top: 5px;
	font-size: 14px;
	padding: 10px 20px;
	letter-spacing: 0;
}
.innerBanner .left-text p {
	font-size: 14px;
	line-height: 20px;
}
.innerBanner .left-text a.forInve {
	margin-top: 5px;
	font-size: 14px;
	padding: 10px 20px;
	letter-spacing: 0;
}
.startuppForStart h1 {
	font-size: 28px;
}
.RegiAsInvestor h3 {
	display: block;
	margin: 0 0 10px 0;
}
.quotes-form {
	width: 105%;
	margin: 0 auto 0;
	padding: 24px;
	color: #eeeeee;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
}
#mobile-error {
	left: 0;
	margin: 0 0 0 -1px;
}
.mobile-no {
	margin: 0 auto 3px 20px;
	padding: auto;
}

}

/* Portrait */
@media only screen  and (min-width: 320px)  and (max-width: 568px)  and (orientation: portrait) {
	
.pollSlider {top: 185px;}	
.challenge-text {top: 200px;left: 22px;width: 100%;position: relative;text-align: center;}
.movement-cont {width: 100%;bottom: 160px;}
.join-movement {width: 100%;z-index: 2;position: inherit;top: 0;right: 0;padding: 0;}
.previous-container {    width: 92%;float: none;text-align: center; margin: 0 0 10px 0;overflow: hidden;}
.submit-container { width: 100%;float: none;text-align: center; margin: 12px 0 0 0; overflow: hidden;}
.green1 {min-width: 140px;}
	}

/* Landscape */
@media only screen  and (min-width: 320px)  and (max-width: 568px)  and (orientation: landscape) {
.join-movement {width: 100%;}
.movement-cont {width: 100%;}
.join-button {width: 100%;}
.forImageVector {margin: 100px 0 0 0;}
.confident {margin-top: 0%;width: 100%;}
.logo-image-submit {position: inherit;}}
section.fonNewWayto.investorSignupForm {position: inherit;top: 0px;transform: translateY(0);}
section.fonNewWayto.investorSignupForm p.forRadioCheckbox {color: #3db897;}
section.fonNewWayto.investorSignupForm .checkbox label, section.fonNewWayto.investorSignupForm .radio label {
color: #393939}
.investorSignupForm p.forRadioCheckbox {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #878787;
	font-weight: 700;
	margin-bottom: 0;
}
.investorSignupForm .checkbox label:after, .investorSignupForm .radio label:after {
	content: '';
	display: table;
	clear: both;
}
.investorSignupForm .readioOne {
	margin-bottom: 19px;
}
.investorSignupForm .checkbox label, .investorSignupForm .radio label {
	padding-left: 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #878787;
	line-height: 25px;
	min-height: inherit;
	font-weight: 600;
}
.investorSignupForm .radio {
	margin-top: 0px;
	display: block;
	margin-bottom: 12px;
	width: 50%;
	float: left;
}
.investorSignupForm .checkbox {
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
}
.investorSignupForm .radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}
.investorSignupForm .checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}
.investorSignupForm .radio .cr {
	border-radius: 50%;
}
.investorSignupForm .checkbox .cr .cr-icon, .investorSignupForm .radio .cr .cr-icon {
	position: absolute;
	font-size: 8px;
	line-height: 0;
	top: 50%;
	left: 20%;
	color: #3eb998;
}
.investorSignupForm .radio .cr .cr-icon {
	margin-left: 0.04em;
}
.investorSignupForm .checkbox label input[type="checkbox"], .investorSignupForm .radio label input[type="radio"] {
	display: none;
}
.investorSignupForm .checkbox label input[type="checkbox"] + .cr > .cr-icon, .investorSignupForm .radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}
.investorSignupForm .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .investorSignupForm .radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}
.investorSignupForm .checkbox label input[type="checkbox"]:disabled + .cr, .investorSignupForm .radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #FFF;
	cursor: default;
	background-color: #5cc3a5;
	border: 1px solid #41a98b;
	border-bottom-color: transparent;
	text-transform: uppercase;
}
.nav-tabs > li > a {
	background: #2ae4ae none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42857;
	margin-right: 2px;
	text-transform: uppercase;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 4px 11px 10px;
	overflow: hidden;
}
.page-content {
	background: #000 none repeat scroll 0 0;
}
#general > div {
	background: #222222 none repeat scroll 0 0;
	width: 593px;
	margin: 0 auto;
}
#theNeedView > div {
	background: #222222 none repeat scroll 0 0;
	width: 593px;
	margin: 0 auto;
}
#startupFiles > div {
	background: #222222 none repeat scroll 0 0;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #23d29f
}
.catagory-color {
	color: #fff;
}
.edit-button {
	background-color: #427e6d;
	color: #000;
	font-size: 12px;
	padding: 4px 33px;
	text-transform: uppercase;
	margin: 0 30px 0 0;
}
.btn-info {
	background-color: #23d29f;
	border-color: #23d29f;
	color: #000;
}
.btn-info:hover {
	color: #12624b;
	background-color: #21dba5;
	border-color: #21dba5;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #23d29f;
	border-color: #21dba5
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #22c293;
	opacity: 1;
}
.startup-form-bg {
	background: #fff;
}
.mt-radio {
	font-weight: 400;
}
.mt-radio-line {
	font-size: 16px;
	font-weight: 400;
	margin: 8px 0 0;
	padding: 0 10px 0 0;
	color: #fff
}
.help-block {
	color: #fff;
	font-size: 12px;
}
.moreKnowSS {
	background-color: #23d29f;
	color: #000;
	font-weight: 700;
	margin: 0 9px 26px 0;
	padding: 9px 31px;
	text-transform: uppercase;
}
.required {
	color: #df181e;
}
.btnSection {
	left: 9px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 85px;
	z-index: 1;
}
.mt-checkbox-inline {
	font-size: 13px;
}
.mt-checkbox {
	margin: 0 0 11px;
}
.edit-pull-from-right {
	margin: 0 30px 0 0;
}
.backwhite {
	margin: 20px 0 0 0px;
}
.btn-group-sm > .btn, .btn-sm {
	background: #47b796 none repeat scroll 0 0;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
}
.no-doc {
	padding: 7px 0 0 0;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	padding-top: 7px;
	text-align: left;
}
.caption {
	color: #2fdaa8;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 26px;
	margin: 0 0 18px;
	text-transform: uppercase;
}
.file-spec {
	font-size: 13px;
	line-height: 28px;
}
.upload-here {
	padding: 10px 10px 10px 0;
}
.page-content-inner {
	padding: 0 0 140px 0;
	background-color: #000;
}
.icons-tab {
	font-size: 10px;
	width: 100%;
	text-align: center;
}
.icons-tab1 {
	font-size: 22px;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 10px 0 10px;
}
.general {
	width: 100%;
	color: #000;
	margin: 5px 0 0 2px;
	text-align: center;
}
.form-horizontal .left-form label.error {
	position: absolute;
	right: 20px;
	top: 8px;
	left: auto;
}
.form-horizontal label.error {
	position: absolute;
	right: 20px;
	top: 8px;
	left: auto;
}
.form-details {
	width: 100%;
	position: relative;
}
.form-details label {
	color: #F9080C;
	font-weight: 600;
	font-size: 13px;
	position: absolute;
	width: 25%;
	right: 27px;
	text-align: right;
	top: 10px;
}
.dropdown-menu {
	width: 100%;
	padding: 0 0 0 0;
}
.dropdown-menu>li>a {
	padding: 13px 20px;
	overflow: hidden;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #346c5c;
}
.hello {
	width: 10%;
	float: left;
	overflow: hidden;
}
.hello-name {
	width: 40%;
	float: left;
	overflow: hidden
}
.home-heading {
	margin: 40px 0 0 0;
	text-align: center;
	color: #3db897;
}
.startupp-heading {
	margin: 40px 0 0 0;
	text-align: center;
	color: #3db897;
	font-size: 36px;
}
blockquote {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-style: normal;
	width: 100%;
	margin: 1.35em 0;
	padding: 0.25em 7px;
	line-height: 1.45;
	position: relative;
	border-left: none;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 88px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #1a9d7a;
}
blockquote:after {
	display: block;
	content: "\201D";
	font-size: 88px;
	position: absolute;
	right: 0;
	bottom: -98px;
	color: #1a9d7a;
}
p.home-content {
	margin: 30px 0 22px;
	text-align: justify;
	font-size: 16px;
	line-height: 27px;
}
.content-area {
	margin: 3.35em 0;
}
.fa-stack-bottom-right {
	position: absolute;
	left: 1.2em;
	top: 0.8em;
}
.home-icons {
	width: 21%;
	float: left;
	overflow: hidden;
	margin: -1px 0 37px 0;
	font-size: 23px;
	color: #3db897;
}
.about-head {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #3db897
}
.home-icons2 {
	width: 27%;
	float: left;
	overflow: hidden;
	margin: -12px 0 37px 0;
	font-size: 43px;
	color: #3db897;
}
.home-icons3 {
	width: 16%;
	float: left;
	overflow: hidden;
	margin: -12px 0 37px 0;
	font-size: 46px;
	color: #3db897;
}
.home-icons4 {
	width: 16%;
	float: left;
	overflow: hidden;
	margin: -16px 0 37px 0;
	font-size: 52px;
	color: #3db897;
}
.home-icons5 {
	width: 20%;
	float: left;
	overflow: hidden;
	margin: -8px 0 37px 0;
	font-size: 35px;
	color: #3db897;
}
.icon-contents {
	width: 56%;
	float: left;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
	margin: 9px 0 0 0;
	letter-spacing: 1px;
	font-weight: 700;
}
.princi-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 20px;
}
.princi-icons {
	width: 26%;
	float: left;
}
.princi-icon-trust {
	width: 22%;
	float: left;
}
.our-princi {
	text-align: center;
	margin: 0 0 45px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.our-initi {
	padding: 0 20px 0 20px;
}
.start-challenge {
	background: #1dbc91;
	padding: 56px 30px 58px 30px;
	background: url(../images/challenge-crowd.jpg)
}
div.start-challenge:hover {
	background: url(../images/challenge-crowd-hover.jpg);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.start-summit {
	background: #2bc29a;
	padding: 56px 30px 58px 30px;
	background: url(../images/startup-summit.jpg)
}
div.start-summit:hover {
	background: url(../images/startup-summit-hover.jpg);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.top-menus-again {
	padding: 28px 0 0 10px;
	position: relative;
}
.top-menus-again ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.top-menus-again ul li {
	background: #07a87d none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	float: left;
	margin: 0 2px 0 0;
	padding: 26px 0;
	text-align: center;
	width: 33%;
}
.top-menus-again ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.top-menus-again ul li a:hover {
	color: #323232;
	margin: 0 2px 0 0;
	padding: 35px 0;
	text-align: center;
}
.start-chall-hover a:hover {
	border: 1px solid #000;
}
.start-chall-hover a {
	border: 1px solid #000;
}
.challenge-icon {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 45px;
	margin: 0 0 12px 0;
	color: #fff
}
.summit-icon {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 45px;
	margin: 0 0 12px 0;
	color: #fff
}
.startup-ini-text {
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.our-initiative h3 {
	text-align: center;
	margin: 23px 0 47px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.office-hrs {
	text-align: center;
}
.office-hrs h3 {
	text-align: center;
	margin: 80px 0 4px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.contact-office {
	margin: 0 0 40px;
}
.every-sat {
	text-align: center;
	padding: 27px 0 10px 0;
	font-size: 16px;
}
.btn-success {
	color: #fff;
	background-color: #3db897;
	border-color: #3db897;
	margin: 14px 0 0 0;
}
.btn-success:hover {
	color: #fff;
	background-color: #1b8569 !important;
	border-color: #297c66
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #1b8569 !important;
	border-color: #297c66
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #1b8569 !important;
	border-color: #297c66
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #297c66
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #297c66
}
.btn {
	padding: 7px 39px;
	text-transform: uppercase;
	border: 2px solid #297c66;
}
.new-browse-field .btn {
	padding: 7px 20px;
	text-transform: uppercase;
	border: 2px solid #297c66;
}



.saturday {
	font-size: 20px;
	text-transform: uppercase;
	color: #1dbc91;
	font-weight: 700;
}
.new-bar {
	background: #000 none repeat scroll 0 0;
	padding: 0 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 16;
	height: 60px;
}
.head-wrap .navbar-brand {
	color: #fff;
	height: auto;
}
.navbar-fixed-top {
	border-width: 0 0 1px;
	top:0;
}




@media only screen and (min-width:320px) and (max-width:480px) and (orientation:landscape) {
#carousel-example-generic .carousel-caption-fintech {top: 40%;}
.campus-links {width: 100%;}	
.join-the-move {width: 100%; margin: 20px 0 0 0;}
.join-the-move h5 {text-align: left;}
.newsletter-form {width: 100%;margin: 0 auto;}
footer ul.footerMenu li { width: 49%;}	
.quick-link {width: 100%; margin: 20px 0 0 0;}	
.icon-pic-here {width: 17%;margin: 0 10px 0 0;}
.icons-here {margin: 10px 0 0 0;}
.icon-text-here {width: 77%;font-size: 20px;line-height: 23px;}
.cities-network {padding: 0;}	
.are-you {width: 100%;font-size: 28px; line-height: 32px;}		
.join-button {text-align: center; margin: 0 0 0 0;}	
.email-container {width: 100%;}
.movement-banner {height: 300px;}	
.movement-banner h2 {position: inherit;top: 0;left: 0;font-size: 24px;text-transform: uppercase;width: 100%;}	
.join-movement {width: 100%;position: inherit;top: 0;right: 0;}		
.forImageVector {overflow: visible;margin: 25px 0 0 0;}
	
}
@media screen and (min-width:481px) and (max-width:599px) and (orientation: portrait){
#carousel-example-generic .carousel-caption-fintech {top: 40%;}
.campus-links {width: 100%;}	
.join-the-move {width: 100%; margin: 20px 0 0 0;}
.join-the-move h5 {text-align: left;}
.newsletter-form {width: 100%;margin: 0 auto;}
footer ul.footerMenu li { width: 49%;}	
.quick-link {width: 100%; margin: 20px 0 0 0;}		
.are-you {color: #3db897;font-size: 27px;line-height: 26px;width: 100%;}
.join-movement {position: inherit;right: 0;top: 0;width: 100%;z-index: 2;}
.movement-banner h2 {font-size: 28px;left: 0;position: inherit;top: 0;width: 100%;}
.movement-banner {height: 350px;}
.email-container {border-right: none;float: left;text-align: left;width: 100%;}
.newsletter-form {width: 100%;margin: 0 auto;}
}

@media only screen and (min-width:641px) and (max-width:767px) and (orientation:landscape) {
#carousel-example-generic .carousel-caption-fintech {top: 30%;}
.quick-link {width: 100%;margin: 20px auto 0 auto;}
.campus-links {width: 100%;}
.mobile-no {margin: 0 26px 4px 15px;padding: 0 0px 0 0;width:94%}	
.join-the-move h5 {text-align: left;}
.join-the-move { width: 100%;margin: 20px 0 0 0;}
.newsletter-form { width: 100%;margin: 0 auto;}
}


@media only screen and (min-width:641px) and (max-width:767px) and (orientation:portrait) {	
#carousel-example-generic .carousel-caption-fintech {top: 30%;}
.quick-link {width: 100%;margin: 20px auto 0 auto;}	
.mobile-no {margin: 0 26px 4px 15px;padding: 0 0px 0 0;width:94%}}


@media only screen and (min-width:360px) and (max-width:640px) and (orientation:landscape) {
.pollSlider { top: 140px;}	
#pollSlider-button {top: 95px;}	
span.startup-summit.fintech-head {font-size: 40px;line-height: 45px;}
#carousel-example-generic .carousel-caption-fintech {top: 30%;}
.campus-links {width: 100%;}	
.join-the-move {width: 100%; margin: 20px 0 0 0;}
.join-the-move h5 {text-align: left;}
.newsletter-form {width: 100%;margin: 0 auto;}
footer ul.footerMenu li { width: 49%;}	
.quick-link {width: 100%; margin: 20px 0 0 0;}	
.submit-container {width: 23%; margin: 0 0 0 0;}
.green1 { min-width: 140px;}
.challenge-banner-txt {line-height: 20px;}
span.startup-summit {font-size: 30px;}
.date-of-event {font-weight: 700;font-size: 20px;}
.venue{font-size: 24px;}
.top-menus-again ul li {width: 32%;}
.global-summit ul li a {font-size: 15px;}	
	
.icon-pic-here {width: 17%;margin: 0 10px 0 0;}
.icons-here {margin: 10px 0 0 0;}
.icon-text-here {width: 77%;font-size: 20px;line-height: 23px;}
.cities-network {padding: 0;}	
.are-you {width: 100%;font-size: 28px; line-height: 32px;}		
.join-button {text-align: center; margin: 0 0 0 0;}	
.email-container {width: 100%;}
.movement-banner {height: 365px;}	
.movement-banner h2 {position: inherit;top: 0;left: 0;font-size: 20px;text-transform: uppercase;width: 100%; margin: 30px 0 0 0;}	
.join-movement {width: 100%;position: inherit;top: 0;right: 0;}
.forImageVector {overflow: visible;margin: 100px 0 0 0;}
.mobile-no {margin: 0 26px 6px 15px;padding: 0 0px 0 0;width: 94%;}
}
@media only screen and (min-width:360px) and (max-width:640px) and (orientation:portrait) {
span.startup-summit.fintech-head {font-size: 40px;text-transform: uppercase;font-weight: 700;}
#carousel-example-generic .carousel-caption-fintech {top: 30%;}
.campus-links {width: 100%;}	
.join-the-move {width: 100%; margin: 20px 0 0 0;}
.join-the-move h5 {text-align: left;}
.newsletter-form {width: 100%;margin: 0 auto;}
footer ul.footerMenu li { width: 49%;}	
.quick-link {width: 100%; margin: 20px 0 0 0;}		
.mobile-no {margin: 0 26px 6px 15px;padding: 0 0px 0 0;width: 94%;}
}
@media only screen and (min-width:320px) and (max-width:480px) and (orientation:portrait) {
span.startup-summit.fintech-head {font-size: 40px;text-transform: uppercase;font-weight: 700;}
#carousel-example-generic .carousel-caption-fintech {top: 30%;}
.campus-links {width: 100%;}	
.join-the-move {width: 100%; margin: 20px 0 0 0;}
.join-the-move h5 {text-align: left;}
.newsletter-form {width: 100%;margin: 0 auto;}
footer ul.footerMenu li { width: 49%;}	
.quick-link {width: 100%; margin: 20px 0 0 0;}	
.submit-startup-new {padding: 17px;}
.previous-container {width: 86%;}
span.startup-summit {font-size: 35px;}	
	
.are-you { width: 100%;font-size: 21px;line-height: 25px;}
.icon-pic-here {width: 18%;margin: 0 10px 0 0;}
.icons-here {margin: 10px 0 0 0;}
.icon-text-here {width: 77%;font-size: 20px;line-height: 23px;}
.cities-network {padding: 0;}	
.are-you {width: 100%;width: 100%;font-size: 25px;line-height: 28px;}		
.join-button {text-align: center; margin: 0 0 0 0; width: 100%;}	
.email-container {width: 100%;}
.movement-banner {height: 249px;   margin: 0;}	
.movement-banner h2 {position: inherit;top: 0;left: 0;font-size: 19px;text-transform: uppercase;width: 100%;margin: 9px 0 0 0;}	
.join-movement {width: 100%;position: inherit;top: 0;right: 0;}
.confident{margin-top:0%;margin-bottom: 40px;}	
	
.logo-image {
    height: auto;
    margin: 42px 0 0 -150px;
    position: absolute;
    width: 312px;
}
.logo-image-submit {
    height: auto;
    margin: 42px 0 0 -150px;
    position: inherit;
    width: 312px;
}		
.mobile-no {
	margin: 0 auto 3px 15px;
	padding: auto;
	 width: 85%;

}
.challenge-text {
	top: -190px;
	left: 0;
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 2px 12px;
	margin: 0 2px 2px 0;
}
.nav-tabs > li > a {
	color: #fff;
	font-size: 13px
}
.edit-me {
	display: none;
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	width: 100%;
}
.form-control-static1 {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	width: 100%;
}
.align-category {
	margin: 19px 0 0 0;
}
#general > div {
	background: #222222 none repeat scroll 0 0;
	width: 100%;
	margin: 0 auto;
}
#theNeedView > div {
	background: #222222 none repeat scroll 0 0;
	width: 100%;
	margin: 0 auto;
}
.general {
	width: 100%;
	color: #000;
	margin: 5px 0 0 2px;
	text-align: center;
}
.icons-tab {
	font-size: 7px;
}
.icons-tab1 {
	font-size: 15px;
}
.page-content-inner {
	padding: 0 0 78px 0;
	background-color: #000;
}
blockquote:before {
	left: -13px;
}
.princi-container {
	padding: 30px 0 0 16px;
	width: 93%;
}
.home-icons {
	width: 30%;
	font-size: 18px;
}
.home-icons2 {
	width: 27%;
	font-size: 33px;
}
.princi-icons {
	float: left;
	width: 93%;
}
#campus .campus-text {
	margin: 30px auto;
	text-align: center;
	width: 93%;
}
.form-details label {
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	right: 16px;
	text-align: right;
	top: 10px;
	width: 53%;
}
.our-initi {
	background: #1a9d7a;
	padding: 0;
}
.start-challenge {
	margin: 0 0 2px 0;
}
.top-menus-again ul li {
	margin: 0 2px 6px 0;
	padding: 15px 0;
	width: 96%;
}
.global-summit ul {
	margin: 3px 0 0 0;
	padding: 0;
	width: 73%;
}
.new-bar {
	padding: 0;
	position: absolute;
	top: 62px;
	 height: 90px;
}
.navbar-fixed-top {
	top: 0;
}
.global-summit ul li {
    margin: 5px 0 1px 17px;
    width: 79%;
    text-align: left;
}
.global-summit ul li a {
	font-size: 14px;
	letter-spacing: 0;
}
.head-wrap .navbar-nav > li > a {
	text-align: left;
}
.princi-icon-trust {
	float: left;
	width: 90%;
}
.icon-contents {
	margin: 0;
}
.princi-container {
	padding: 4px 0 0 40px;
	width: 100%;
}
.home-icons4 {
	margin: -20px 20px 25px 0;
	width: 19%;
}
.home-icons3 {
	font-size: 36px;
	margin: -16px 0 37px;
	width: 26%;
}
.home-icons5 {
	margin: -15px 0 37px;
	width: 27%;
}
.h1, h1 {
	font-size: 26px;
	line-height: 30px;
}
blockquote {
	margin: 1.35em 0;
}
.tagline h2 {
	font-size: 26px;
	line-height: 30px;
}
.challenge-member h5 {
	font-size: 18px;
}
.jointly ul li {
	font-size: 13px;
}
.corpo-content {
	margin: 0 0 0 13px;
	width: 85%;
}
.corp-enquiry {
	font-size: 12px;
}
.text-left {
	text-align: center;
}
.qualities-startup {
	margin: 0 0 9px 10px;
}
.qualities {margin: 0;padding: 0;}
.challenge-banner-txt {font-size: 16px;line-height: 30px;margin: 0;width: 100%;}
#campus .top-nav .logo {width: 100%;text-align: center;}
#campus .top-nav {
	-webkit-box-shadow: 4px 3px 5px #444;
	-moz-box-shadow: 4px 3px 5px #444;
	-ms-box-shadow: 4px 3px 5px #444;
	-o-box-shadow: 4px 3px 5px #444;
}
#campus .contact-info ul li a {
	color: #2c2c2c;
	font-size: 15px;
	font-weight: 400;
}
#campus .header-pic {
	background: url(../images/campus-amba.jpg) 100% 138px no-repeat;
	max-width: 100%;
	height: 305px;
	padding: 188px 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#campus .banner-text {
	color: #262626;
	width: 96%;
}
#campus .banner-text h1 {
	font-size: 17px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 700;
}
#campus .know-more {
	width: 88%;
	margin: 15px 0 0 22px;
	text-align: center;
}
#campus .contact-info {
	width: 97%;
	float: left;
	overflow: hidden;
}
#campus .contact-info ul li {
	width: 100%;
	padding: 10px 0 0px 0;
}
#campus .campus-text h2 {
	margin: 0;
	text-align: center;
	color: #3db897;
	font-size: 18px;
	line-height: 26px;
}
#campus .objective-cont h3 {
	text-align: center;
	margin: 0 0 31px 0;
	font-size: 22px;
}
#campus .contact-forms {
	width: 100%;
	margin: 20px 0 0 0;
}
#campus .click-to {
	font-weight: 700;
	font-size: 16px !important;
	border-radius: 0!important;
	padding: 14px 27px !important;
	width: 100%;
}
#campus .contact-us {
	margin: 30px 0 0 0;
}
#campus .mail-icon {
	width: 11%;
	font-size: 20px;
	float: left;
}
#campus .objective-cont {
	background-color: rgba(246, 242, 226, 0.5);
	margin: 0 auto;
	padding: 49px 0;
	text-align: center;
	width: 98%;
}
#campus .mail-name {
	font-size: 20px;
	font-weight: 600;
	width: 83%;
	margin: 0 0 21px 0;
}
	.for-diverting {
    margin-top: 15%;
}

	.invite-startup {
    font-size: 18px;
    margin: 50px 0 0 15px;
    width: 90%;
    line-height: 26px;
}
	.invite-popup-heading {
    width: 87%;
    padding: 5px;
    margin: 0 0 0 15px;
}
	p.empowering {
    font-size: 18px;
    line-height: 22px;
    width: 88%;
    padding: 0 0 0 4px;
}
	
	.empowering-border {
    width: 76%;
    margin: 0 auto 0 45px;
}
	.register-for-challenge {
    width: 100%;
    padding: 10px 0 20px 0;
    margin: 0 auto 0 0;
}
	.side-shading {
    background: #138774;
    height: 450px;
}
}

@media screen and (width:360px) and (height:640px) {
.quick-link {width: 100%;margin: 20px auto 0 auto;}
.challenge-banner-txt {font-size: 16px;line-height: 30px;margin: 0;}
#campus .objective-cont {width: 95%;padding: 49px 0 49px 0;text-align: center;}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.newsletter-form {width: 100%;margin: 0 auto;}
.submit-container {width: 30%;margin: 0;}
.are-you {width: 70%;margin: 110px auto 0 auto;}
.movement-cont {width: 95%;bottom: 291px;left: 0;right: 0;margin: 0 auto;}
.email-container {
width: 50%;}
.join-button {font-size: 25px;margin: 13px 0 0 0;padding: 23px 20px 26px;}
	
.movement-banner {height: auto; max-height: 680px; min-height: 680px;}	
.join-movement {width: 100%;right: 0;padding: 0; border-bottom: 1px solid #ccc;}
	
	.mobile-no {
    margin: 0 21px 0 12px;
    padding: 0 0px 0 0;
	width: 25%
}
	
	.confident {
    margin-top: 0%;
    width: 100%;
}
	
.challenge-text {
    position: absolute;
    top: 202px;
    left: 13px;
    text-align: center;
}	
	
	
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 12px 10px;
	overflow: hidden;
}
#general > div {
	background: #222222 none repeat scroll 0 0;
	width: 100%;
	margin: 0 auto;
}
.tab-content {
	padding: 0 10px 50px 10px;
}
#theNeedView > div {
	background: #222222 none repeat scroll 0 0;
	width: 100%;
	margin: 0 auto;
}
.viewStatHeader {
	margin: 30px 0 0 0;
}
.head-wrap .navbar-nav > li > a {
	font-size: 13px;
	letter-spacing: 0;
}
.icon-contents {
	font-weight: 700;
	letter-spacing: 1px;
	margin: 9px 0 0;
	overflow: hidden;
	text-transform: uppercase;
	width: 68%;
}
.home-icons {
	color: #3db897;
	float: left;
	font-size: 19px;
	margin: -1px 0 37px;
	overflow: hidden;
	width: 21%;
}
.home-icons2 {
	font-size: 36px;
	margin: -12px 0 37px;
	overflow: hidden;
	width: 27%;
}
.home-icons4 {
	font-size: 44px;
	margin: -16px 0 37px;
	width: 16%;
}
.home-icons3 {
	color: #3db897;
	float: left;
	font-size: 38px;
	margin: -12px 0 37px;
	overflow: hidden;
	width: 24%;
}
.home-icons5 {
	font-size: 33px;
	margin: -8px 0 37px;
	width: 28%;
}
.challenge-banner-txt {
	font-size: 30px;
	line-height: 43px;
	margin: 93px 0 0;
	width: 100%;
}
#campus .header-pic {
	background: rgba(0, 0, 0, 0) url("../images/campus-amba.jpg") no-repeat scroll 100% 68px/100% auto;
	height: 601px;
	max-width: 100%;
	overflow: hidden;
	padding: 217px 0 0;
}
#campus .campus-text h2 {
	font-size: 26px;
}
.mail-id {
	margin: 0 0 32px;
}
.submit-me {
	margin: 0 0 20px 0;
}
#campus .campus-text {
	margin: 30px auto;
	text-align: center;
	width: 100%;
}
#campus .top-nav img {
	margin: 7px 0 0;
	width: 50%;
}
	.for-diverting {
    margin-top: 20%;
}
	.logo-image {
    position: absolute;
    top: 0%;
    left: 48%;
    width: auto;
    height: auto;
    margin: 42px 0 0 -180px;
 
}
	
	.logo-image-submit {
    position: inherit;
    top: 0%;
    left: 48%;
    width: auto;
    height: auto;
    margin: 42px 0 0 -180px;
}
.future.events {
    width: 100%;
}		
}

@media (max-width: 659px) and (min-width: 600px) and (orientation: landscape){.confident {margin-top: 0%;width: 100%;}
.future.events {width: 100%;}
}

@media (max-width: 659px) and (min-width: 600px) and (orientation: portrait){
.join-movement {width: 100%;position: inherit;top: 0;right: 0;padding: 0;}
.movement-banner h2 {position: inherit;top: 0;left: 0;width: 100%;font-size: 40px;}	
	.confident {
    margin-top: 0%;
    width: 100%;
}
	.logo-image {
    margin: 42px 0 0 -186px;
}
.logo-image-submit {
    margin: 42px 0 0 -186px;
	position: inherit;
}
	.challenge-text {
    position: absolute;
    top: 202px;
    left: 7px;
    text-align: center;
    width: 100%;
}
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.newsletter-form {width: 100%;margin: 0 auto;}	
	
.movement-cont {width: 100%;position: absolute;bottom: 365px;left: 0;right: 0;margin: 0 auto;}	
.email-container {width: 50%;border-right: 1px solid #ccc;}	
.icon-pic-here {width: 9%;margin: 0 30px 0 0;}	
.are-you {width: 100%;font-size: 34px;line-height: 35px;    padding: 30px 20px 10px 20px;}
.movement-banner {height: auto;
    max-height: 580px;
    min-height: 580px;}	
.join-button {font-size: 21px;padding: 17px 28px 18px 21px;line-height: 14px;margin: 12px 0 0 0;border-radius: 0;text-align: center;}		
.join-movement {width: 100%;
    position: absolute;
    top: 409px;
    right: 0;
    padding: 0;
    border-radius: 0px;}
	.movement-banner h2 {
    position: absolute;
    top: 172px;
    left: 4px;
    width: 100%;
}
	
	.mobile-no {
    margin: 0 20px 0 12px;
    padding: 0 0px 0 0;
	width: 25%;
}	
.challenge-text {
    position: absolute;
    top: 202px;
    left: 0;
    text-align: center;
}	
	.confident {
    margin-top: 0%;
    width: 100%;
}
	
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 5px 10px;
	overflow: hidden;
}
#general > div {
	background: #222222 none repeat scroll 0 0;
	width: 100%;
	margin: 0 auto;
}
.tab-content {
	padding: 0 10px 50px 10px;
}
#theNeedView > div {
	background: #222222 none repeat scroll 0 0;
	width: 100%;
	margin: 0 auto;
}
.viewStatHeader {
	margin: 30px 0 0 0;
}
.icon-contents {
	width: 68%;
}
.princi-container {
	padding: 30px 0 0 0px;
}
.our-initi {
	padding: 0;
}
#navbar {
	padding: 0;
}
.home-icons {
	font-size: 18px;
	margin: -1px 0 37px;
	overflow: hidden;
	width: 25%;
}
.princi-icons {
	float: left;
	width: 25%;
}
.home-icons2 {
	color: #3db897;
	float: left;
	font-size: 29px;
	margin: -7px 0 37px;
	overflow: hidden;
	width: 27%;
}
.home-icons4 {
	color: #3db897;
	float: left;
	font-size: 43px;
	margin: -19px 0 37px;
	overflow: hidden;
	width: 16%;
}
.home-icons5 {
	color: #3db897;
	float: left;
	font-size: 29px;
	margin: -8px 0 37px;
	overflow: hidden;
	width: 20%;
}
.icon-contents {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 9px 0 0;
	width: 69%;
}
.home-icons3 {
	color: #3db897;
	float: left;
	font-size: 33px;
	margin: -6px 0 37px;
	overflow: hidden;
	width: 16%;
}
.challenge-banner-txt {
	font-size: 30px;
	line-height: 43px;
	margin: 93px 0 0;
	width: 100%;
}
#campus .header-pic {
	background: rgba(0, 0, 0, 0) url("../images/campus-amba.jpg") no-repeat scroll 100% 68px/100% auto;
	height: 468px;
	max-width: 100%;
	overflow: hidden;
	padding: 192px 0 0;
}
#campus .top-nav .logo {
	margin: 6px 0 0;
}
#campus .contact-info ul li a {
	font-size: 15px;
}
#campus .banner-text h1 {
	font-size: 21px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
#campus .campus-text h2 {
	font-size: 20px;
	margin: 0;
	text-align: center;
	font-weight: 600;
}
.mail-id {
	margin: 0 0 28px;
	width: 100%;
}
#campus .mail-icon {
	float: left;
	font-size: 17px;
	width: 8%;
}
#campus .mail-name {
	float: left;
	font-size: 17px;
	font-weight: 500;
	width: 80%;
}
#campus .contact-us {
	margin: 18px 0 0;
}
.submit-me {
	margin: 0 0 20px;
}
#campus .contact-info {
	width: 55%;
}
#campus .contact-info ul li a {
	font-size: 15px;
}
#campus .top-nav .logo {
	float: left;
	margin: 10px 0 0;
	overflow: hidden;
	width: 30%;
}
.form-details label {
	color: #f9080c;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	right: 17px;
	text-align: right;
	top: 10px;
	width: 48%;
}
	.for-diverting {
    margin-top: 25%;
}
	.logo-image {
  margin: 42px 0 0 -185px;
 
}
.logo-image-submit {
  margin: 42px 0 0 -185px;
	position: inherit;
}	
}

@media only screen and (min-width:900px) and (max-width:1500px) {
.movement-cont {width: 100%;position: absolute;bottom: 240px;left: 0;right: 0;margin: 0 auto;}	
.join-button {font-size: 16px;margin: 18px 0 0 5px;padding: 17px 5px 19px;}
	
.nav>li>a {padding: 4px 8px 10px;}
}
@media only screen and (min-width:1191px) and (max-width:1280px) and (orientation:landscape) {	
	
.join-movement { width: 88%;right: 72px;padding: 0;}}

@media only screen and (min-width:800px) and (max-width:1336px) and (orientation:portrait) {	
.icons-here {width: 100%;margin: 0;}
.icon-pic-here {width: 9%;}
.icon-text-here {width: 76%;}
.icon-text-here h3 {font-size: 25px;}
.icon-text-here p {line-height: 20px; font-size: 20px;}
.are-you {width: 100%;font-size: 29px;line-height: 35px;padding: 10px 10px 8px 10px;}	
.movement-banner {height: auto;
    max-height: 593px;
    min-height: 593px;}
.join-button {font-size: 17px;padding: 17px 12px 18px;  }
.movement-banner h2 {left: 2px; width: 100%; font-size: 25px;}
.join-movement {width: 100%;overflow: auto;  position: inherit; top:0; right:0; left:0;}}
@media only screen and (min-width:1824px) {
.movement-banner h2 {
top: 200px;left: 29px;width: 100%;text-align: center;}
#campus .header-pic {
	height: 950px;
}
.logo-image {
	position: absolute;
	top: 0;
	left: 49%;
	width: auto;
	height: auto;
	margin: 42px 0 0 -175px;
	-webkit-animation: spin 16s linear infinite;
	-moz-animation: spin 16s linear infinite;
	animation: spin 16s linear infinite;
}
	
	
	.logo-image-submit {
	position: absolute;
	top: 0;
	left: 49%;
	width: auto;
	height: auto;
	margin: 42px 0 0 -175px;
	-webkit-animation: spin 16s linear infinite;
	-moz-animation: spin 16s linear infinite;
	animation: spin 16s linear infinite;
}
	
	
	
	
.for-diverting {
	margin-top:15%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Startupp */
.userDashboard.this-platform.whenOneInStartuppp{margin:0px; background: #000; padding-bottom: 28px;}
/* Startupp */	
.whenOneInStartupppH3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 93px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 28px;
    text-shadow: 0px 0px #ccc !important;
	color:#fff !important;
}
	
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.challenge-text {
    width: 100%;
    position: absolute;
    top: 202px;
    left: 22px;
    text-align: center;
}
}
@media all and (min-width:600px) and (max-width:659px) and (orientation: portrait) {
.join-movement {width: 100%;position: inherit;top: 0;right: 0;padding: 0;}
.email-container {width: 50%;float: left;text-align: left;border-right: 1px solid #ccc;overflow: auto;}
.are-you {
    width: 100%;
    font-size: 29px;
}
.global-summit ul li a {font-size: 14px;}
.movement-banner h2 {position: inherit;top: 0;left: 0;width: 100%;font-size: 30px;}
.movement-banner {height: 375px;}
.join-button { width: 100%;}
.are-you {padding: 30px 20px 0px 20px;}	
}
@media (max-width: 659px) and (min-width: 600px) and (orientation: landscape){
.confident {margin-top: 0%; width: 100%;}
.logo-image {margin: 42px 0 0 -189px; }
.logo-image-submit {margin: 42px 0 0 -189px; position: inherit;}
.challenge-text {position: absolute;top: 202px;left: 5px;text-align: center;width: 100%;}}
@media only screen and (max-width: 667px) and (min-width: 375px) and (orientation: landscape){.email-container {width: 50%;}
.join-button {
    font-size: 21px;
    padding: 17px 5px 17px;
    margin: 15px 0 0 0;
    line-height: 16px;
    width: 100%;
}
}
@media only screen and (max-width: 767px) and (min-width: 660px) and (orientation: landscape){
.movement-banner h2 {position: inherit;top: 0;left: 0;width: 100%;}
.join-movement {width: 100%;position: inherit;top: 0;right: 0;padding: 0;overflow: auto;border-bottom: 1px solid #ccc;
}
}
@media only screen and (max-width: 767px) and (min-width: 660px) and (orientation: portrait){	
.movement-banner h2 {position: inherit;top: 0;left: 0;width: 100%;}
.email-container {width: 50%;}}
@media only screen and (max-width: 767px) and (min-width: 660px) and (orientation: landscape){
.are-you {width: 100%;font-size: 26px;line-height: 30px;padding: 30px 20px 30px 20px;}
.join-button {font-size: 15px;padding: 10px 11px 10px;margin: 15px 0 0 0;line-height: 16px;}
.movement-banner {height: 420px;}
.join-movement {width: 100%;position: inherit;top: 0;right: 0;padding: 0; overflow: auto; border-bottom: 1px solid #ccc;}
.movement-banner h2 {position: inherit;top: 0;left: 0;width: 100%; font-size: 26px;margin: 30px 0 0 0;}
.confident {margin-top: 0%;width: 100%;}
.logo-image {margin: 42px 0 0 -181px;}
.logo-image-submit {margin: 42px 0 0 -181px;position: inherit;}}
