@charset "utf-8";

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus, button {
	text-decoration: none;
	outline: none;
}

/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
ul {
	list-style: none;
}
body {
	font-size: 16px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	background: #18172e url("../images/bg.jpg") no-repeat top left;
	background-attachment: fixed;
	background-size: cover;
}
@media (min-width:1200px) {
	.container {
		width: 1000px;
	}
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
}
h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
p {
	font-size: 16px;
	line-height: 30px;
	color: #bbbbbb;
}
.orange_btn {
	background: #f9710e;
	border: 0px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	padding: 8px 20px;
	font-weight: 600;
	display: inline-block;
	transition: 0.3s all ease-out;
}
.orange_btn:hover {
	background: #1cc1fd;
}
a.orange_btn {
	background: #f9710e;
	border: 0px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	padding: 8px 20px;
	font-weight: 600;
	display: inline-block;
	transition: 0.3s all ease-out;
}
a.orange_btn:hover {
	background: #1cc1fd;
}
a.submit_btn {
	min-width: 350px;
	cursor: pointer;
}
#submit_frm {
	min-width: 350px;
}
a.orange_link {
	color: #ff740e;
	font-size: 16px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ff740e;
	font-weight: 600;
	transition: 0.2s all ease-out;
}
a.orange_link:hover {
	color: #1cc1fd;
	border-color: #1cc1fd;
}
.home_brand {
	background: url(../images/home_bg.jpg) no-repeat;
	background-size: cover;
}
.about_anil {
	float: right;
	margin: 30px 62px 0 0;
}
.movie_genius {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.movie_genius .video_container {
	width: 290px;
	height: 165px;
	border: 1px solid #838383;
	text-align: center;
	margin: 0 auto;
	margin-top: 28px;
}
.movie_genius .video_container iframe {
	width: 100%;
	height: 100%;
}
.movie_genius h2 {
	font-size: 37px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}
.movie_genius .orange_btn {
	margin-top: 20px;
}
.movie_genius h3 {
	font-size: 55px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	line-height: 67px;
}
.video_container ul li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 22px;
}
.video_container ul li:last-child {
	margin-right: 0px;
}
footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	padding: 11px 0px 20px;
}
footer p {
	font-size: 10px;
	color: #fff;
}
.copy_text {
	text-align: left;
}
.power {
	text-align: right;
}
.power img {
	display: inline-block;
	vertical-align: middle;
}
.power span {
	display: inline-block;
	vertical-align: middle;
}
.list_footer {
	text-align: center;
}
.list_footer li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
}
.list_footer li:last-child {
	margin-right: 0px;
}
.list_footer li a {
	color: #fff;
	font-size: 20px;
}
.list_footer li a:hover {
	color: #1cc1fd;
	transition: 0.3s all ease-out;
}
.privacy_footer {
	text-align: right;
}
.privacy_footer li {
	display: inline-block;
	background: url("../images/footer_line.png") 100% 90% no-repeat;
	margin-right: 10px;
	padding-right: 15px;
}
.privacy_footer li:last-child {
	background: none;
}
.privacy_footer li a {
	font-size: 11px;
	color: #fff;
}

/*personal details*/
.details_bar {
	margin: 60px 75px;
	position: relative;
}
.details_bar ul li {
	float: left;
	color: #fff;
	position: relative;
	margin-right: 100px;
	z-index: 2;
	font-size: 15px;
	text-transform: uppercase;
}
.details_bar ul li a {
	color: #fff;
	font-weight: 600;
}
.details_bar ul li:nth-child(2) {
	margin-right: 140px;
}
.details_bar ul li:nth-child(3) {
	margin-right: 135px;
}
.details_bar ul li:last-child {
	margin-right: 0px;
}
.details_bar ul li span {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: #191514;
	border-radius: 50%;
	margin: 0 auto 30px;
	font-weight: 400;
	border: 1px solid #b7b7b7;
	position: relative;
	z-index: 9;
}
.details_bar ul li.active span {
	background: #ff740e;
	border: 1px solid #ff740e;
}
.details_bar .orange_line span {
	background: #ff740e;
	height: 1px;
	display: block;
}
.personal_progress span {
	width: 0%;
}
.personality_progress span {
	width: 38%;
}
.iq_progress span {
	width: 70%;
}
.portfolio_progress span {
	width: 100%;
}
.details_bar .orange_line {
	height: 1px;
	width: 86%;
	margin-left: 52px;
	position: absolute;
	top: 20px;
	background: #fff;
}
.thank_you .movie_genius h4 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
.thank_you .movie_genius .orange_btn {
	margin-top: 20px;
}
a.back_home {
	border-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
}
a.back_home .fa-angle-left {
	font-size: 20px;
}
.about_us {
	padding: 25px 0 42px 0;
}
.about_us h1 {
	font-size: 24px;
	color: #fff;
	margin: 30px 0 20px 0;
}
.about_us p {
	color: #bbbbbb;
	font-size: 14px;
	line-height: 18px;
}
.about_us h5 {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0 15px 0;
}
.launch_items {
	margin-bottom: 30px;
}
.launch_items a {
	color: #ff740e;
	font-size: 16px;
	display: block;
	margin: 0px 0;
	line-height: 20px;
	font-weight: 600;
	cursor: pointer;
	padding-top: 8px;
}
.launch_items p {
	color: #bbbbbb;
	font-size: 14px;
}
.launch_items p span {
	font-weight: 600;
	font-style: italic;
	display: inline-block;
	margin-left: 5px;
	color: #fff;
}
.center {
	position: relative;
	text-align: center;
}
.details-head {
	background: rgba(0, 0, 0, 0.4);
	margin-bottom: 120px;
}
.details-form {
	width: 760px;
	margin: 0 auto;
	padding: 30px 25px;
}
.form-control {
	width: 100%;
	height: 37px;
	font-size: 16px;
	padding-left: 15px;
	box-shadow: none;
}
.submit-btn {
	margin-top: 30px;
}
.details-form .form-group {
	margin-bottom: 18px;
}
.details-form .form-group textarea {
	height: 90px;
	resize: none;
}
.physical-details {
	margin-top: 30px;
}
.custom-upload {
	position: relative;	/*height: 55px;*/
	height: auto;
	width: 100%;
	text-align: left;
	cursor: pointer;
	margin-bottom: 18px;
}
.custom-upload input[type="file"] {
	outline: none;
	position: absolute;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity:0);
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.custom-upload .fake-file {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 100%;
}
.custom-upload .fake-file input {
	font-size: 16px;
	height: 37px;
	width: 20%;
	float: right;
	background: url("../images/browse.png") center right no-repeat;
	border: none;
}
.left-pofile {
	width: 75%;
	background: url("../images/left-brose.png") no-repeat;
	background-color: #fff;
	background-position: 5px 5px;
}
.custom-upload .form-control {
	padding-left: 35px;
}
.right-pofile {
	width: 75%;
	background: url("../images/right-browse.png") no-repeat;
	background-color: #fff;
	background-position: 5px 5px;
}
.front-pofile {
	width: 75%;
	background: url("../images/front-browse.png") no-repeat;
	background-color: #fff;
	background-position: 5px 5px;
}
.full-pofile {
	width: 75%;
	background: url("../images/full-browse.png") no-repeat;
	background-color: #fff;
	background-position: 10px 5px;
}

/*personality-test start*/
.personality-test {
	padding: 30px 0;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
.personality-test h4 {
	text-align: center;
}
.personality-test ul {
	display: table;
}
.personality-test ul li {
	display: table-cell;
	color: #fff;
	font-size: 16px;
	color: #bbbbbb;
	padding-right: 15px;
	line-height: 30px;
	text-align: left;
}
.personality-test ul li .select-content li {
	padding-right: 60px !important;
	line-height: 30px;
}
.personality-question {
	margin-top: 30px;
}
input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=radio].css-checkbox + label.css-label {
	padding-left: 18px;
	height: 13px;
	display: inline-block;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	color: #bbbbbb;
	font-weight: 400;
}
input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -13px;
}
label.css-label {
	background-image: url("../images/check.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*personality-test end*/

/*iq-check-start*/
.iq-diagram {
	margin: 45px auto;
}
.iq-diagram-selector ul {
	margin: 0;
}
.iq-diagram-selector ul li {
	padding-right: 28px;
}

/*iq check end*/

/*portfolio start*/
.portfolio {
	height: auto;
}
.portfolio .portfolio-form {
	width: 75%;
	padding-left: 10px;
}
.checkbox label {
	font-size: 16px;
	color: #bbbbbb;
}
.physical-details .checkbox input[type="checkbox"] {
	margin: 6px 0 0;
	margin-left: -20px;
}

/*portfolio end*/
.privacy_policy {
	padding: 45px 58px 100px;
}
.privacy_policy h4 {
	font-size: 22px;
}
.privacy_policy .scroll_content p {
	color: #bbbbbb;
	font-size: 17px;
	margin-bottom: 5px;
}
.privacy_policy h3 {
	color: #bbbbbb;
}
.privacy_policy ul {
	padding: 0px 0 25px 25px;
}
.privacy_policy ul li {
	color: #bbbbbb;
	margin-bottom: 10px;
	font-size: 16px;
}
.privacy_policy .scroll_content {
	height: 375px;
}
.privacy_policy ul li ul {
	padding: 15px 0 15px 25px;
}
.scroll_content p {
	margin-bottom: 30px;
	line-height: 25px;
}
.scroll_content {
	height: 360px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: #423638;
	width: 5px;
	border-radius: 0px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #000000;
	width: 5px;
	border-radius: 0px;
}
..mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #000000;
}
.privacy_policy_container .back_btn {
	margin-bottom: 140px;
	margin-top: 50px;
}
.content_right {
	width: 380px;
	float: right;
	padding-left: 65px
}
.content_left {
	width: 380px;
	float: left;
	padding-right: 65px;
}
.error {

	/*color: #ff740e;*/
	color: red;
	text-align: left;
	margin-top: 10px;
}
#Inputfileup_error {

	/*height: 40px;
	bottom: 0;
	margin-top: -10px;
	vertical-align: middle;*/
	height: auto;
	bottom: 0;
	margin-top: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
}
#Inputother_error {
	height: 40px;
	bottom: 0;
	margin-top: -10px;
	vertical-align: middle;
}
.instructions li {
	list-style: disc;
	margin-bottom: 10px;
	color: #bbbbbb;
}
.noun-question ul li {
	display: block;
	font-size: 14px;
	color: #bbbbbb;
}
.noun-question span {
	display: block;
	font-size: 14px;
	color: #bbbbbb;
}
.noun-answer {
	margin: 15px 0px 20px 0px;
}
textarea {
	resize: none;
}
textarea.form-control {
	height: 66px;
}
.details_bar small {
	font-size: 100%;
}
.modal-content {
	background: #000;
}
.modal-header, .modal-footer {
	border: 0px;
}
.modal-content .close {
	color: #fff;
	opacity: 1;
}
.privacy_policy h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.extra-space {
	display: inline-block;
	font-size: 14px;
	color: #bbbbbb;
	margin-left: 10px;
}
.logo {
	position: absolute;
	top: 0;
	left: 20px;
}
#instructions-modal .details-head {
	margin-bottom: 0px;
}