.navbar-default {
	background-color: #FFF;
	border-color: #CCC;
}
.navbar {
	background: #ffffff;
	border-top: 5px solid #ed6d2c;
}
.navbar-collapse{
	border-color: #fff !important;
}
@media(min-width:1200px) {
	.main-tab {
		/* margin-left: 44px !important; */
		margin: 0 auto;
		display: table;
	}
}
@media(min-width:767px) {
 .navbar {
 padding: 20px 0;
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
}
 .top-nav-collapse {
 padding: 0;
}
}
.navbar-toggle {
	background-color: #ed6d2c !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color:#fa762c;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #fa762c;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 18px;
	font-weight: 300;
}
#main-slider {
	position: relative;
	margin-top:90px;
}
@media (min-width: 767px) and (max-width: 1199px) {
 ul.pro-menu {
 display: block !important;
}
 ul.pro-menu li {
 padding: 15px 15px !important;
}
 ul.pro-menu li a {
 font-size: 14px;
}
}
@media(max-width:767px) {
 textarea.text-ht {
 height: 140px !important;
}
 .edit_btn {
 font-size: 14px !important;
 padding: 12px 10px !important;
}
 ul.pro-menu {
 display: block !important;
}
 ul.pro-menu li {
 padding: 15px 15px !important;
}
 ul.pro-menu li a {
 font-size: 14px;
}
 .pro-right h3 {
 font-size: 20px !important;
}
.pro-sec h3 {
 font-size: 16px !important;
 margin-bottom: 10px !important;
}
.pro-sec {
 left: 15px !important;
}
 .sec-bt {
 padding: 15px 10px !important;
}
 .sec-bt p {
 font-size: 14px !important;
margin-bottom:0px;
}
 .sec-left {
 margin-top: 20px;
}
 .col-footer img {
 max-width: 100%;
}
 #main-slider {
 margin-top:50px;
}
}
#main-slider .carousel h2 {
	font-size: 48px;
	line-height: 60px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 24%;
	font-weight: 700;
	padding-left: 0;
}
#main-slider .carousel p {
	font-size: 28px;
	line-height: 24px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 0;
	margin: 21px 0px;
}
#main-slider .carousel .btn {
	color: #fff;
	border-radius: 0;
	margin-top: 5px;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px;
	border-radius: 3px;
}
#main-slider .carousel .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 600px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	outline: 0;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
 @media(max-width:767px) {
 
 /*create-step-1 page css*/
 .file-btn {
 height: 30px !important;
}
 span.file-bx {
 margin-bottom: 25px;
}
 ul.st-up li:last-child {
 padding-left: 0px;
}
 /*create-step-1 page css end*/
 
 .rm-left {
 border: none !important;
}
 .apple-bx {
 display: none;
}
 .investor {
 padding-right: 0;
}
 .investor-rt {
 padding-left: 0px;
}
 .tax-bx:nth-child(1) {
 margin-top: 10px;
}
 .spon-bx {
 width: 100% !important;
 padding-top: 0px !important;
 margin-bottom: 40px;
}
 .share-bx ul li {
 padding: 0px 10px 15px 5px !important;
}
 .app-slide {
 margin-bottom: 15px;
}
 #main-slider .carousel h2 {
 font-size: 42px;
 line-height:36px;
 color:#FFF;
 text-transform:uppercase;
 margin-top:30%;
 font-weight:700;
 padding-left:0;
}
}
/* Section Title */
.section-title h1 {
	font-size:48px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:50px;
}
.section-title h1:before {
	content: url(../img/title-before.png);
	display:block;
	float:left;
}
 @media(max-width:767px) {
.section-title h1 {
 font-size:32px;
 text-transform:uppercase;
 font-weight:700;
 margin-left:30px;
}
}
/* Portfolio Grid and Hover Effects */

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}
.grid figure {
	margin: 0;
	position: relative;
	margin-top:20px;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #000;
	color: #ed4e6e;
}
.grid figcaption h3 {
	font-size:18px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}
.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 0;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}
.cs-style-3 figure {
	overflow: hidden;
}
.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.cs-style-3 figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style-2 figure:hover img, .cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}
.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}
.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}
ul.languge {
	list-style: none;
	padding: 15px 0px;
	margin: 0px;
}
ul.languge li {
	display: inline-block;
	padding: 0px 3px;
	font-size: 18px;
	font-weight: 300;
}
ul.languge li a {
	font-size: 16px;
	font-weight: 300;
	display:block;
	padding:12px 10px;
	    text-decoration: none !important;
}
ul.languge li a.link_border {
	border-radius:3px;
	border:1px solid #ccc;
	background:#fff;
	text-decoration:none;
}
ul.languge li a.link_border i {
	margin: 0px 3px;
}
ul.languge li .log {
	border-radius: 3px;
	background: #aab636;
	padding: 12px 15px;
}
ul.languge li .log:hover {
	background:#c0cf2d;
}
ul.languge li .sign_up {
	border-radius: 3px;
	background: #ee6e2d;
	padding: 12px 15px;
}
ul.languge li .sign_up:hover {
	background:#f95604;
}
section#main-slider ol.carousel-indicators li.active {
	background:#aab636;
	border:1px solid #aab636;
}
section#main-slider ol.carousel-indicators li {
	background-color: rgba(255, 255, 255, 1);
}
.section.section-orange {
	background: #ef7230;
	text-transform: capitalize;
	color: #fff;
}
.section.section-orange h3 {
	color: #fff;
	font-size: 42px;
}
.section.section-orange p {
	font-size: 18px;
	margin-top: 8px;
}
.box_slide {
	padding:40px 0px;
}
.box_slide h2 {
	font-size:28px;
	margin-bottom:40px;
	text-transform: capitalize;
}
.box_banner {
	border:1px solid #ccc;
	border-radius:3px;
	margin-bottom: 20px;
}
.box_slide #myCarousel ol, .box_slide #coming_soon ol {
	bottom: -65px;
}
.box_slide h3 {
	font-weight:500;
}
.box_slide h4 {
	font-weight:400;
}
.table_box table td {
	font-size:18px;
	font-weight:500;
	line-height:28px;
}
.gray_bg.table_box {
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.gray_bg.table_box td {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.gray_bg.table_box .progress {
	background: #fff;
	box-shadow: none;
	border: 1px solid #5070a9;
	border-radius: 50px;
	height: 28px;
}
.gray_bg.table_box .progress .progress-bar.progress-bar-success {
	background-color: #5070a9 !important
	;
	font-size: 18px;
	width: 0%;
	font-weight: 300;
	padding: 4px 0px;
	 
}
.text_box {
	margin-top:10px;
}
.text_box p {
	font-size:16px;
	font-weight:300;
	line-height:22px;
	margin:0px;
}
.text_box {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.box_slide ol.carousel-indicators li.active {
	background: #8094cc !important;
}
.box_slide ol.carousel-indicators li {
	background: #e5e9f5 !important;
}
.gray_bg.table_box .progress .progress-bar.progress-bar-success.greenbxc {
	background: #5cb85c !important;
}
.gray_bg.table_box .progress {
	border:1px solid #5cb85c !important;
}
.greenjk {
	background:#bfc361 !important;
	text-align:center;
}
section.box_slide.greenjk h5 {
	font-size:52px;
	color:#fff;
	font-weight:500;
}
section.box_slide.greenjk p {
	font-size:24px;
	color:#fff;
	font-weight:400;
}
.gallery {
	width:100%
}
.gallery_box_img {
	width:100%;
	float:left;
}
.gallery_box_img {
	position:relative;
	display:table;
	height:633px;
}
.texthj {
	display:table-cell;
	vertical-align:middle;
}
.bg-1 {
	background:url(../img/pr-1.jpg) no-repeat;
	background-size:cover;
}
.bg-2 {
	background:url(../img/pr-2.jpg) no-repeat;
	background-size:cover;
}
.bg-3 {
	background:url(../img/pr-3.jpg) no-repeat;
	background-size:cover;
}
.bg-4 {
	background:url(../img/pr-4.jpg) no-repeat;
	background-size:cover;
}
.texthj h2 {
	color: #fff;
	font-weight: 400;
}
.texthj p {
	color: #fff;
	font-size:18px;
}
 .gallery [class*="col-"] {
padding:0px;
}
.stm {
	background:#e6e6e6;
	font-size:14px;
	text-align:center;
}
.stm p {
	padding: 10px 0px;
	color: #333;
	margin: 0px;
	font-weight: 300;
	text-decoration: underline;
}
.col-footer img {
	margin: 0px 0 20px 0px;
}
.abt {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.abt li {
	display:block;
}
.abt li a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	color: #999;
	line-height: 28px;
}
.footertyou {
	padding-top:50px;
	padding-bottom:40px
}
.news {
	float:left;
	width:100%;
}
.news input.form-control {
	height: 74px;
	border-radius: 0px;
	color: #8e8e8e;
}
.news button.btn.btn-primary {
	height: 74px;
	background: #f07231;
	border: 1px solid #f07231;
	border-radius: 0px;
	font-weight: 300;
}
.footer p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom:15px;
}
.footer h3 {
	color: #E4E4E4;
	font-size: 20px;
	border-bottom: 0px;
	font-weight: 300;
	margin-bottom: 15px;
}
.copy {
	background:#20201c;
	padding:15px 0px;
}
.copy p {
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:300;
}
.footertyou a.dropdown-toggle.btn-default.link_border {
	background: #565652;
	border: 0px;
	color: #fff;
}
.login {
	background:url(../img/login_bg.jpg) no-repeat center bottom;
	background-size:cover;
	margin-top: 112px;
	padding:100px 0px 70px 0px;
}
.login h1 {
	color:#f46d2a;
	font-size:42px;
	font-weight:bold;
	padding-bottom:15px;
}
.register h1 {
	color:#f46d2a;
	font-size:42px;
	font-weight:bold;
}
.register p {
	color:#000;
	font-size:16px;
	font-weight:400;
	margin:10px 0 30px 0px;
}
.login_box {
	margin-left:auto;
	margin-right:auto;
}
.login_box input[type="text"], .login_box input[type="password"] {
	height:72px;
	font-size:24px;
	border:2px solid #aaaaaa;
	padding: 6px 12px 6px 50px;
}
.login_bg {
	background:#fff url(../img/user.png) no-repeat 3% 50% !important;
	    padding: 6px 12px 6px 50px !important;
}
.pass_word_bg {
	background:#fff url(../img/password.png) no-repeat 3% 50% !important;
	padding: 6px 12px 6px 50px !important;
}
.email_bg {
	background:#fff url(../img/email.png) no-repeat 3% 50% !important;
	padding: 6px 12px 6px 50px !important;
}
.m-bottom {
	margin-bottom:30px;
}
.remember {
	color:#fff;
	font-size:24px;
	font-weight:bold;
	display:table;
}
.remember input[type="checkbox"] {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	margin-top:-5px;
	border:2px solid #aaa;
}
.forgot a {
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
.forgot a:hover {
	color:#f46d2a;
}
.log_bottom {
	background:#f07231;
	height:72px;
	font-size:24px;
	border:0px;
	border-radius:3px;
	font-weight:300;
	width:193px;
	outline:none;
	color:#fff;
}
.full-width {
	float:left;
	width:100%;
}
.log:hover {
	background:#FF6600;
}
.btn_socail {
	float:left;
	width:100%;
}
.btn_socail ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.btn_socail ul li {
	display:inline-block;
	margin-right:5px;
}
.btn_socail ul li a {
	display:block;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	padding:20px;
	border-radius:3px;
}
.btn_socail ul li a i {
	margin-right: 10px;
	font-size: 24px;
}
.facebook {
	background: #4866a5;
}
.twitter {
	background:#45b0e3;
}
.linked {
	background:#007bb6;
}
.weibo {
	background:#d72928;
}
.permission p {
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#fff;
	font-weight:300;
}
.permission a {
	color:#fff;
	text-decoration:underline;
}
.permission_sign p {
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#2f2f2a;
	font-weight:400;
}
.permission_sign a {
	color:#2f2f2a;
	text-decoration:underline;
	font-weight:400;
}
.register {
	background:#efefef;

	padding: 50px 0px 50px 0px;
	border-top:1px solid #ccc;
}
.name_passport label {
	font-weight:400;
	font-size:17px;
	margin-bottom:10px;
}
.name_passport label span {
	color:red;
}
.gender {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}
.mailing {
	width: 25px;
	height: 25px;
	float: left;
	margin-top: -2px !important;
	margin-right: 10px !important;
}
/*contact page css*/
	
	.con_bottom {
	background: #f07231;
	height: 72px;
	font-size: 24px;
	border: 0px;
	border-radius: 3px;
	font-weight: 300;
	font-family:Roboto-Regular;
	width: 100%;
	outline: none;
	color: #fff;
}
.con_bx {
	height:72px;
	font-size: 18px;
	padding: 20px 25px;
	border: 2px solid #ccc;
	font-family:Roboto-Regular;
}
.captcha-bx {
	float:none;
	margin: 5px auto 20px;
	;
}
.text-ht {
	height: 256px !important;
}
.cpt_bx {
	height:72px;
	color:#000;
	padding: 2px 10px;
	border: 1px solid #ccc;
	font-family:Roboto-Regular;
}
.cpt_bx label {
	font-size: 14px;
}
.cp-lb {
	padding-top:20px;
}
/*contact page css end*/
	
	/*my profile page css */
	.profile {
/*	background: #fff;*/
	    background: #f7f7f7;
	margin-top: 48px;
	padding: 40px 0px 70px 0px;
	border-top: 1px solid #ccc;
}
 
.pro_bx {
	margin:auto;
	float:none;
	text-align:center;
	padding: 40px 0px 30px;
}
.pro-left {
	display:table-cell;
}
.pro-right {
	display:table-cell;
	padding-top: 10px;
	vertical-align: top;
	text-align: left;
}
.pro-right h3 {
	font-size: 30px;
	margin: 0;
	margin-bottom: 25px;
	color:#323232;
	
}
.pro-left a img {
	margin-right: 25px;
}
.edit_btn {
	border-radius: 3px;
	border: 2px solid #ccc;
	
	background: #fff;
	font-size:17px;
	padding: 12px 35px;
	text-decoration: none;
	color:#999;
}
.edit_btn:hover {
	color:#323232;
}
.bor {
        background-color: white;
	border:1px solid #ccc;
}
ul.pro-menu {
    border: 1px solid #cccccc;
	margin-top: 30px;
	padding: 0;
	display: -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	margin-bottom:0px;
}
ul.pro-menu li {
	display: block !important;
	list-style: none;
	padding: 12px 30px;
	    border-right: 1px solid #ccc;
}
ul.pro-menu li:last-child{border-right:0px;}
ul.pro-menu li a {
	color:#555;
	
	font-size:18px;
	text-decoration:none;
}
ul.pro-menu.pr-tp li.active>a {
    color: #ffffff;
    //font-family: Roboto-Regular;
    font-size: 18px;
    text-decoration: none;
}
.active {
	background:#fff;
}
.carousel-inner .active {
	background:none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fffcfa;
     
}
.navbar-nav.navbar-right .active a {
	color:#fff;
}
.navbar-nav>.active>.dropdown >a {
	color:black !important;
}
.tp-border {
	border-top:1px solid #ccc
}
.pro_bt h4 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
	color: #323232;
	
}
.pro_bt p {
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	
}
.pro_bt {
	padding: 160px 0px 200px;
}
/*my profile page css end*/


/*sector-cat-view page css */
.sec-bx img {
	max-width:100%;
	width:100%;
}
.sec-bx {
	padding-top:10px;
	position: relative;
}
.pro-sec {
	position: absolute;
	left: 25px;
	bottom: 0;
	z-index: 1025;
}
.pro-sec h3 {
	font-size: 30px;
	margin: 0;
	margin-bottom: 25px;
	color: #fff;
	font-family: Roboto-Bold;
}
.pr-tp {
	margin-top:0 !important;
}
.sec-menu {
        border: 1px solid #ccc;
	float:left;
	width:100%;
}
ul.pro-menu.pr-tp li {
	display: block;
	list-style: none;
	padding: 20px 22.8px;
	border: 1px solid #ccc;
	border-right: 0px;
    border-bottom: 0px;
}
ul.pro-menu.pr-tp li a {
	color: #555;
	//font-family: Roboto-Regular;
	font-size: 18px;
	text-decoration: none;
}
.sec-bt {
	float:left;
	width:100%;
	background:#24a0da;
	text-align:center;
	margin-top: 10px;
	padding: 30px 0px;
}
.sec-bt p {
	color:#fff;
	font-size: 18px;
	font-weight: 400;
	font-family: Roboto-Regular;
}
.sec-ht {
	min-height:700px;
}
.sec-left {
    background-color: white;
	float:left;
	width:100%;
}
ul.sec-lt-bx {
	padding-left: 0px;
}
ul.pro-menu.pr-tp li.active {background: #aab636!important;}
ul.sec-lt-bx li.active {background: #aab636!important;}
ul.pro-menu li.active {background: #aab636!important; }
ul.pro-menu li.active a{ color:#fff!important; }


ul.sec-lt-bx li {
	display: block;
	list-style: none;
	padding: 10px 25px;
	border: 1px solid #ccc;
}
ul.sec-lt-bx li a {
	color: #555;
	//font-family: Roboto-Regular;
	font-size: 16px;
	text-decoration: none;
}
.sec-filter {
    background-color: white;
	float:left;
	width:100%;
	margin-top: 10px;
	border:1px solid #ccc;
	padding:10px;
}
.sec-filter h2 {
	color:#555;
	font-size: 22px;
	margin: 0;
	margin-bottom: 20px;
	//font-family: Roboto-Bold;
}
.fil-tx {
	font-size:18px;
	font-family: Roboto-Regular;
}
.sec-filter h4 {
	font-size:18px;
	font-family: Roboto-Regular;
	color:#555;
	margin-top: 0;
	margin-bottom: 15px;
}
.fill-check li {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #858585;
	
}
ul.fill-check {
	padding: 0;
}
.pad-fill {
	padding:0;
}
.sec-filter-bx {
	float: left;
	width: 100%;
}
.sea_btn {
	background: #f17234;
	height: 45px;
	font-size: 17px;
	border: 0px;
	border-radius: 3px;
	font-family: Roboto-BOld;
	width: 100%;
	outline: none;
	color: #fff;
}
/*sector-cat-view page css end*/

/*active-campaign page css */

.geust-menu {
	margin-top: 20px !important;
	padding: 0;
	margin-bottom: 20px;
	display: -webkit-inline-box;
}
.rm-left {
	padding:20px;
	border: 1px solid #ccc;
	margin: 30px 0px 15px;
}
.rm-left h3 {
	font-size: 30px;
	margin: 10px 0px;
	color: #555;
	//font-family: Roboto-Black;
}
.rm-left p {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	font-family: Roboto-Regular;
}
.rm-bar {
	background-color:#e9e9e9;
	box-shadow: none;
}
.rm-pro {
	margin-bottom:10px;
	margin-top: 4px;
	height: 25px;
}
.day-bx {
	float:left;
	width:100%;
	margin-bottom: 8px;
}
.cn-bx {
	width:100%;
	margin-bottom:10px;
	float:left;
}
.invest_bottom {
	background: #f07231;
	height: 60px;
	font-size: 20px;
	border: 0px;
	border-radius: 3px;
	font-weight: 300;

	width: 100%;
	outline: none;
	color: #fff;
}
.rm-right h4 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 20px;
	color: #555;
	//font-family: Roboto-Black;
}
.rm-right {
	margin-top: 30px;
}
.deal {
	float:left;
	width:100%;
	text-align:center;
	border: 1px solid #ccc;
	padding: 25px 0px;
}
.deal h4 {
	font-size: 18px;
	margin: 0;
	//font-family: Roboto-bold;
	color: #555;
}
.deal-bx {
	float:left;
	width:100%;
	margin-top:20px;
}
.investor {
	padding-left:0px !important;;
}
.tax-bx {
	float: left;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 25px 25px;
}
.tax-bx h4 {
	font-size: 16px;
	margin: 0;
	//font-family: Roboto-Black;
	color: #555;
}
.tax-bx h5 {
	font-size: 16px;
	margin: 0;
	font-family: Roboto-Regular;
	color: #555;
}
.investor-rt {
	padding-right:0px !important;;
}
.tax-bx:nth-child(1) {
border-bottom:none;
}
.tax-bx:nth-child(2) {
/* border-bottom:none; */
}
.equity-tx {
	font-size: 18px;
	font-family: Roboto-Regular;
	padding-left: 35px;
}
.fa-cl {
	padding-right:10px;
	color:#b5b5b5;
}
.over-bx {
	padding-top:40px;
}
.over-bx h1 {
	font-size: 30px;
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #323232;
	border-bottom: 1px solid #ccc;
	//font-family: Roboto-bold;
}
.over-bx p {
	font-size: 16px!important;
	line-height: 26px;
	margin-bottom:25px;
	color: #323232;
	font-family: Roboto-Regular;
}
.high-rt {
	float:right;
	width:90%;
}
.high-fa {
	font-size:20px !important;
	color:#323232;
	padding-top: 3px;
}
.high-tx {
	float:left;
}
.spon-bx {
	width: 40%;
	padding-top: 60px;
}
.share-bx {
	padding-top:15px;
}
.share-bx ul li {
	display: inline;
	float: left;
	line-height: 50px;
	padding: 0px 20px 20px 5px;
	text-align: center;
}
.share-bx ul {
	padding: 0px;
}
.apple-bx {
	position: absolute;
	left: 28px;
	bottom: 0px;
	top: 35px;
	z-index: 1025;
}
.apple-bx img {
	width: 120px !important;
	height: 110px !important;
}
.app-slide {
	position: relative;
	float:left;
	width:100%;
}
.app-slide img {
	max-width: 100%;
	width: 100%;
}
.app-lt {
	padding-left:40px;
}
.app-lt h3 {
	font-size: 30px;
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
	font-family: Roboto-Bold;
}
.app-lt ul li {
	display:block;
	font-size: 18px;
	color:#fff;
	padding-bottom: 10px;
}
.app-lt ul {
	padding:0px;
}
.app-lt ul li a {
	color:#fff;
	font-family: Roboto-Regular;
}
.app-fa {
	padding-right:20px;
}
/*active-campaign page css end*/

/*active-campaign login page css */
a.log-tx {
	font-size:15px !important;
	color: #999;
	font-weight: 300;
	padding-left: 3px !important;
}
/*active-campaign login page css end*/


/*create-step-1 page css */
.basics {
	padding:25px 15px;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.basics a {
	font-size: 17px;
	font-family: Roboto-Bold;
	color: #555;
}
.panel-default {
	border-radius: 0px !important;
	border:1px solid #ccc;
}
.list-group-item {
	padding: 20px 15px;
	font-size: 16px;
	font-family: Roboto-Regular;
}
.panel-group .panel + .panel {
	margin-top: 0px;
}

.list-group {
	color:#555;
	font-family: Roboto-Regular;
	cursor:pointer;
	margin-bottom: 0px;
}
.panel-heading:hover a {
	text-decoration:none;
}
.panel-heading:hover a {
	color:#858585;
}
.panel-title a:after {
	font-family: "Glyphicons Halflings";
	content: "\e114";
	float: right;
	font-size: 14px;
	margin-left: 15px;
}
/* Icon when the collapsible content is hidden */
  a.collapsed:after {
	content: "\e080";
}
.fa-pad {
	margin-right:15px;
}
h2.info-tx {
	font-size: 32px;
	margin: 0;
	margin-bottom: 25px;
	color: #323232;
	/*font-family: Roboto-Bold;*/
	    font-weight: 400;
}
.intro-pad {
	padding:25px 10px;
}
.info-bx h5 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	color: #323232;
	/*font-family: Roboto-Regular;*/
}
.info-bx p {
	font-size: 14px;
    margin: 0;
    padding-top: 8px;
    color: #323232;
    font-weight: 500;

}
.file-btn {
	border: none;
	opacity: 0;
	padding-left: 0;
	height:70px;
}
span.file-bx {
	width: 100%;
	color: #858585;
	font-size: 16px;
	text-align: right;
	float: left;
	
}
.lab-tx label {
	font-weight: 500;
	font-size: 14px;
	color:#323232;
	margin-bottom: 10px;
	
}
.lab-tx span {
	color:#FF0000;
}
.lab-tx {
	margin-bottom: 30px;
}
.st-up li {
	color:#323232;
	font-weight: 500;
	font-size: 14px;
	padding: 0px 15px;
	
}
ul.st-up li:first-child {
	padding-left:0px;
}
h4.raise-tx {
	font-weight: 500;
	font-size: 16px;
	color: #323232;
	margin-bottom: 20px;
	
}
.res-bx li {
	padding: 0px 0px;
	margin-bottom: 10px;
	display:block;
}
.fin-ht {
	height:140px !important;
	resize:none;
}
.con-btn {
	width:150px;
	float:right;
}
.save-btn {
	background-color:#aab736;
	width:100px;
	margin-right:10px;
}
.save-bx {
	border-top: 1px solid #ccc;
	padding-top: 25px;
	margin-top: 25px;
}


.carousel-indicators li {

    width: 22px !important;
    height: 22px !important;


}
.margin-bottom-50{margin-bottom:50px; padding-top:0px;}

.copy_text, .designedby a{margin: 0px;
    font-size: 20px;
    font-weight: 300;
    color: #535b60 !important;}

/*create-step-1 page css end*/
.col-md-5.pro_bx {
    margin: auto;
    float: none;
    text-align: center;
    padding: 40px 0px 30px;
}

.bg-grey, .bg-black{display:none;}
.row.info-bx {
    margin-right: 14px;
    margin-left: -14px;
}

@media screen and (min-width:320px) and (max-width:768px){

    .profile {
    background: #fff;
    /*margin-top: 40%;*/
    padding: 40px 0px 70px 0px;
    border-top: 1px solid #ccc;
}
.sub {
    color: #9d9d9d !important;

}
}
.width-accred{    margin-right: 15px!important;
    margin-left: 15px!important;}
	
	
	
	
	/* css by mahedi 25.04.2017 starts */
		.custom_disable {
			opacity: 1;
		}
		.custom_disable > .bootstrap-select > button {
			background: #eee!important;
			padding: 0 15px;
			font-size: 16px;
		}
		.custom_disable > .bootstrap-select > button span{
			color:#333!important;
		}
		
				/* only for chrome start */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.form_star {
    color: #de4343;
    margin-left: 0px;
}
}
/* only for chrome end */
	/* css by mahedi 25.04.2017 ends */
.rm_right_campaign{
	padding-right:13px!important;
}
.company_overview_1{
	padding-right: 13px !important;
}
.sec_ht_1{
	padding-right: 13px !important;
}
.main_logo {
    padding: 4px 15px 15px 15px!important;
}