@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding-bottom: 40px;
	font-family: 'Raleway', sans-serif;
}
.wrapper {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ftr_btm, .ftr_main, .log_menu, .sign_main, .cont, .cont_main, .cont_bdy, .cont_lft, .cont_rgt, .request, .req_demo, .main_banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */

.overlay {
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 33%;
	left: 0;
	width: 100%;
	text-align: center;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 1;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #555;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 400px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
	border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}
}
.banner {
	background: red;
	min-height: 200px;
}
.banner .row {
	text-align: center;
	margin-top: 50px;
}
.banner h1 {
	color: white;
}
/***********************************************************************
*  OPAQUE NAVBAR SECTION
***********************************************************************/
.opaque-navbar, .opaque-navbar1 {
	background-color: rgba(255,255,255,0.3);
	/* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
	height: auto;
	border-bottom: 0px;
	transition: background-color .5s ease 0s;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0 1px 6px 1px rgba(70,70,70,.3);
	-moz-box-shadow: 0 1px 6px 1px rgba(70,70,70,.3);
}
.opaque-navbar.opaque, .opaque-navbar1.opaque {
	background-color: white;
	height: auto;
	transition: background-color .5s ease 0s;
}
 @media (max-width: 992px) {
.opaque-navbar {
	background-color: black;
	height: 60px;
	transition: background-color .5s ease 0s;
}
}
/*external csss start here*/
.sort {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.san_cate {
	margin-top: 18px;
	background: #f5f5f5;
	padding: 4px;
}
.nopaddingright {
	padding-right: 0px;
}
.nopadding {
	padding: 0px 0px;
}
.nopaddingleft {
	padding-left: 0px;
}
.sear input, .sear select {
	width: 100%;
	width: 100%;
	height: 34px;
	padding-left: 30px;
	padding-right: 10px !important;
	border: 1px solid #d5d5d5;
	font-weight: 600;
	color: #000;
	border-radius: 0px;
	font-size: 12px;
}
.faicon {
	line-height: 34px !important;
	left: 0px;
	color: #bbbbbb !important;
	font-size: 18px;
}
.selectt select {
	border-radius: 0px !important;
	font-size: 12px;
	font-weight: 600;
}
.submit input {
	background: #13284b;
	padding: 0px;
	color: #fff;
	border: none;
}
.submit input:hover {
	background: #6bb2e2;
}
/*menu*/
.navbar-brand {
	padding: 0px;
}
.navbar-brand > img {
	height: 100%;
	padding: 0px 15px;
	width: auto;
	margin-top: 5px;
}
.example3 .navbar-brand {
	height: 50px;
}
.example3 .nav > li > a {
	padding-top: 20px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #13284b !important;
}
.example3 .navbar-toggle {
	padding: 10px;
	margin: 25px 15px 25px 0;
}
.aboutus {
	width: 100%;
	height: auto;
	float: left;
	background: #f5f5f5;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px;
}
.about_inr {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.about_inr h1 {
	font-size: 30px;
	text-align: center;
	margin: 0px 0px 30px 0px;
	color: #13284b;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fltRt {
	float: right;
}
.live_video h2 {
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.live_video p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	font-weight: 500;
}
.mainSp1 {
	display: inline-block;
	padding: 0 23px;
	margin: 10px 0 0 0;
	font-size: 14px;
	height: 36px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #000;
	border-radius: 30px;
	text-transform: uppercase;
}
.mainSp1 a {
	color: #000;
	text-decoration: none;
}
.mainSp1:hover {
	background: #13284b;
	color: #fff;
}
.mainSp1 a:hover {
	color: #fff;
}
.platform {
	margin-bottom: 50px;
}
.section_main {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 40px 0px;
	background: #324367;
}
.video_section {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.video_section h1 {
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.video_section p {
	text-align: center;
	color: #fff;
	padding: 0 16%;
	line-height: 21px;
	margin: 22px 0px 36px 0px;
}
.step_content {
	position: relative;
	min-height: 100px;
	margin-bottom: 30px;
}
.img_otr {
	width: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
}
.step_content .p16 {
	font-size: 16px;
	line-height: 24px;
	padding-left: 160px;
	padding-top: 6px;
	padding-right: 0px;
	text-align: left;
	margin: 0px;
}
.step_content p span {
	font-weight: 700;
}
/*testimonila start*/
.vid_section, .testimonial, .teti {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px;
	padding: 0px;
}
.testimonial {
	margin: 30px 0px;
}
.vid_section {
	margin: 40px 0px 0px 0px;
}
#testimonial4 {
	overflow: hidden;
	min-height: 375px;
	position: relative;
}
#testimonial4 .carousel-inner {
	width: 100%;
	margin: auto;
}
#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
	overflow: hidden;
	height: auto;
	background: #fff;
}
.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #ebebeb;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	background-color: #0063a8;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
 height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
 background: #eeeeee;
 -webkit-border-radius: 0;
 border-radius: 0;
}
.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent;
	border: 2px solid #000;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
	left: 7%;
	right: auto;
	color: #000;
}
.testimonial4_control_button .carousel-control.right {
	right: 7%;
	color: #000;
	left: auto;
}
.testimonial4_control_button .carousel-control.left:hover, .testimonial4_control_button .carousel-control.right:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}
.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.testimonial4_header h4 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}
.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 70px;
	height: 70px;
	min-height: auto;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
}
.testimonial4_slide p {
	color: #000;
	font-size: 16px;
	margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
 @media only screen and (max-width: 480px) {
.testimonial4_control_button .carousel-control {
	display: none;
}
.testimonial4_header {
	width: 95%;
}
.testimonial4_header h4 {
	font-size: 20px;
}
.testimonial4_slide {
	width: 98%;
	padding: 5px;
}
}
 @media (min-width: 481px) and (max-width: 767px) {
.testimonial4_control_button .carousel-control.left {
	left: 2%;
}
.testimonial4_control_button .carousel-control.right {
	right: 2%;
}
.testimonial4_header {
	width: 95%;
}
.testimonial4_slide {
	width: 98%;
	padding: 5px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.testimonial4_control_button .carousel-control.left {
	left: 5%;
}
.testimonial4_control_button .carousel-control.right {
	right: 5%;
}
}
 @-webkit-keyframes psBoxShadowEffect_2 {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
}
 100% {
 -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
 -webkit-transform: scale(1.5);
 opacity: 0;
}
}
@keyframes psBoxShadowEffect_2 {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
 transform: scale(1.5);
 opacity: 0;
}
}
/*footer start here*/
.footer {
	width: 100%;
	height: auto;
	float: left;
	background: #0063a8;
	padding: 30px 0px;
	margin: 0px 0px 0px 0px;
}
.ftr_links {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.ftr_links li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ftr_links li a {
	color: #fff;
	line-height: 28px;
	text-decoration: none;
}
.follow {
	margin: 0px;
	color: #fff;
	font-size: 20px;
}
.socials {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.socials li {
	margin-bottom: 20px;
	list-style: none;
	padding: 0px;
}
.socials li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.socials li img {
	width: 50%;
}
.scl li {
	display: inline-block;
	margin-right: 15px;
}
.ftr_main p {
	color: #000;
	text-align: center;
	margin: 8px 0px;
}
.icont li {
	display: inline-block;
}
.san_nav > li > a {
	color: #fff !important;
}
.san_nav > li > a:hover {
	color: #13284b !important;
}
.san_nav > .active > a, .san_nav > .active > a:focus, .san_nav > .active > a:hover {
	color: #13284b !important;
	background: none !important;
}
.san_nav > .open > a, .san_nav > .open > a:focus, .san_nav > .open > a:hover {
	color: #fff;
	background: none !important;
}
/*.san_nav ul.dropdown-menu {
	background-color: #fff;
	opacity:0.5;
	color: #fff;
}*/
/*.logg a {
	border: 1px solid #a0b7de;
	padding: 9px 18px !important;
	margin-top: 9px;
	color: #fff !important;
	background: #a0b7de;
}*/
.san_nav li a {
	border: 1px solid #a0b7de;
	padding: 5px 11px !important;
	margin: 10px 0 10px 23px;
	background: #16c0db;
	border-radius: 30px;
}
.call_m li a {
	border: none;
	background: none;
	border-radius: 0px;
	padding: 3px 20px;
	margin: 0px 0px;
}
.ftr_btm {
	background: #fff;
}
.login_menu {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}
.login_menu {
	background: #428bca;
	margin-top: 52px;
}
.log_menu {
	padding: 60px 0px 40px 0px;
}
.log_menu h1 {
	margin: 0px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 27px;
}
.signs {
	border-bottom: 2px solid #000;
	padding: 0 0 5px 0;
}
.sign_main {
	background: #fff;
	padding: 60px 30px 30px 30px;
	margin: 32px 0px 0px 0px;
}
.sign_main::before {
	/* content: "Vresume";*/
	content: url(../images/login_logo.png);
	color: #fff;
	text-align: center !important;
	margin: 0px auto;
	background: #fff;
	left: 34%;
	position: absolute;
	top: -40px;
	padding: 32px 44px 32px 44px;
	border-radius: 50%;
	font-size: 25px;
}
.sign_main input {
	border-radius: 0px;
}
.log_sub {
	border-radius: 0px;
}
.sign_main label {
	font-size: 13px;
	font-weight: 400;
}
.cont {
	text-align: center;
	padding-top: 40px;
	margin-top: 60px;
	padding-bottom: 40px;
	width: 100%;
	min-height: 160px;
	background: #428bca url("../images/contact-bg.png") no-repeat center bottom;
	background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cont h1 {
	color: #fff;
	text-align: center;
}
.cont_bdy {
	margin: 40px 0px;
}
.cont_lft {
	background: #428bca;
	padding: 30px;
}
.cont_lft h1 {
	font-size: 26px;
	margin: 0px 0px 10px 0px;
	color: #fff;
}
.cont_lft h2 {
	font-size: 15px;
	color: #fff;
	line-height: 21px;
	margin: 0px 0px 15px 0px;
}
.cont_lt::before {
	content: none;
}
.cont_lt {
	background: none;
	padding: 0px;
	margin: 0px;
}
.cont_lt label {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.block-title {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	color: #232323;
	overflow: hidden;
}
.block-title span {
	display: inline-block;
	position: relative;
}
.block-title span::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 2000px;
	background-color: #a5abb7;
	top: 10px;
}
.block-title span::after {
	left: 100%;
	margin-left: 15px;
}
.contact-info .media-list {
	margin-bottom: 30px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.media:first-child {
	margin-top: 0;
}
.contact-info .media .fa {
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 20px;
	margin-right: 15px;
	text-align: center;
	background-color: #d3d3d3;
	color: #ffffff;
}
.contact-info .media-body {
	line-height: 22px;
}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}
.conts {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #fff;
	line-height: 24px;
}
.abt {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.thank {
	line-height: 32px;
	margin: 30px auto 0px auto;
	width: 800px;
}
 [aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
 display: none;
}
/* BELLOW JUST STYLING */
.live_video h3 {
	color: #008298;
	font-size: 18px;
	margin: 0 0px 6px 0px;
	font-weight: 600;
}
.request {
	background: #f2f2f2;
}
.req_demo {
	background: #fff;
	padding: 60px 30px 30px 30px;
	margin: 32px 0px 0px 0px;
}
.req_demo label {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: 400;
	margin: 0;
}
.req_demo input, .req_demo select {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 8px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none !important;
}
.txtCnt {
	text-align: center !important;
}
.btn.bluBtn {
	border-color: #39c3da;
	border-bottom-color: rgb(57, 195, 218);
	border-bottom-color: #20a3b9;
	background-color: #39c3da;
	box-shadow: 0 2px 3px rgba(57, 195, 218, 0.3);
	color: #fff;
}
.res_sub {
	border-radius: 3px;
	width: 100%;
	margin: 16px 0 0 0;
	height: 45px;
}
.rr_menu {
	padding: 40px 0px 40px 0px;
}
.capbox {
	background-color: #92D433;
	border: #B3E272 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
 *display: inline;
	zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
}
.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#CaptchaInput {
	margin: 1px 0px 1px 0px;
	width: 135px;
}
.rea_demo {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 18px 0px;
	padding: 20px;
	background: #f2f2f2;
	text-align: center;
}
.rea_demo h1 {
	margin: 0px;
	font-size: 24px;
}
.rea_demo h2 {
	margin: 20px 0px 0px 0px;
}
.rea_demo h2 a {
	background: #ff7e00;
	font-size: 20px;
	color: #fff;
	padding: 8px 40px;
	border-radius: 3px;
	text-decoration: none;
}
.rea_demo h2 a:hover {
	background: #dc831c;
}
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
	font-family: "entypo", sans-serif;
}
.report {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sticky-social {
	right: 0;
	position: fixed;
	bottom: 150px;
}
#sticky-social a {
	background: #333;
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
	position: relative;
	text-align: center;
	width: 45px;
	font-size: 27px;
}
#sticky-social a span {
	line-height: 45px;
	right: -230px;
	position: absolute;
	text-align: center;
	width: 230px;
}
#sticky-social a:hover span {
	right: 100%;
}
#sticky-social a[class*="facebook"], #sticky-social a[class*="facebook"]:hover, #sticky-social a[class*="facebook"] span {
	background: #3b5998;
}
.reportStikyBtn:hover {
	width: 180px;
	color: #fff;
}
.reportStikyBtn {
	position: fixed;
	bottom: 65px;
	right: 0;
	width: 54px;
	text-align: center;
	background: #0063a8;
	color: #fff;
	font-size: 13px;
	padding: 13px 20px;
	text-transform: uppercase;
	z-index: 99999999;
	white-space: nowrap;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
}
.reportStikyBtn .fa {
	padding-right: 15px;
	font-size: 20px;
}
.main_banner p {
	margin: 0px;
}
.main_banner p img {
	width: 100%;
}
.hrr {
	margin: 8px 0 10px 0px !important;
}
.cap_box {
	margin: 23px 0 0 0;
}
 @media only screen and (min-width: 50px) and (max-width: 767px) {
.cap_box {
	margin: 0px !important;
}
.lu_login {
	width: 100% !important;
}
.md-modal.md-effect-8.md-show {
	margin: 96px 0px !important;
	overflow: auto;
	position: absolute;
	padding: 0 5px;
}
.md-content > div {
	padding: 15px 10px 30px;
}
.rea .radio-inline {
	margin: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.md-modal.md-effect-8.md-show {
	margin: 20px 0px !important;
	overflow: auto;
	position: absolute;
	padding: 0 5px;
}
.rea .radio-inline {
	margin: 0px;
}
}
/*login css start here*/
.cust_btn {
	margin: 10px 0 10px 23px;
	background: #16c0db;
	color: #000;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 5px 11px !important;
	text-transform: uppercase;
	outline: none;
	border: 1px solid #a0b7de;
	border-radius: 30px;
	background-color: rgb(22, 192, 219);
}
.cust_btn:hover {
	background-color: transparent;
	color: #13284b !important;
}
.lu_login h4 {
	font-size: 15px;
	font-weight: 300;
	margin: 20px 0;
	color: #666;
}
.lu_login {
	width: 56%;
	margin: 30px auto 30px auto;
}
.lu_frm input, .lu_frm select {
	border-radius: 0px;
	font-size: 13px;
}
.forgt a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
.lu_lo-subit {
	background: #1071b9;
	border-radius: 0px;
	border: 1px solid #1071b9;
	width: 100%;
	padding: 9px 12px;
	margin: 16px 0 0 0;
}
.lu_lo-subit:hover {
	background: #A5281B;
	border-radius: 0px;
	border: 1px solid #A5281B;
}
.lu_singh h5 {
	font-size: 14px;
	margin: 20px 0;
	color: #666;
}
.loiu {
	font-size: 13px;
	font-weight: 300;
	color: #666;
	text-decoration: underline;
}
.mcl {
	color: #818181;
	font-size: 19px !important;
	position: absolute;
	right: -25px;
	top: -10px;
}
.nopaddingleft {
	padding-left: 0px;
}
.nopaddingRight {
	padding-right: 0px;
}
.checkbox label {
	color: #000;
	font-size: 14px;
}
/* enable absolute positioning */
.inner-addon {
	position: relative;
}
/* style icon */
.inner-addon .glyphicon, .inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
/* align icon */
.left-addon .glyphicon, .left-addon .fa {
	line-height: 34px;
	left: 0px;
	color: #bbbbbb !important;
}
.right-addon .glyphicon, .right-addon .fa {
	right: 0px;
}
/* add padding  */
.left-addon input {
	padding-left: 30px;
	padding-right: 10px !important;
}
.right-addon input {
	padding-right: 30px;
}
.fr_login {
	width: 76%;
}
.rea {
	font-size: 14px;
}
.role {
	margin: 0 0 3px 0;
	font-size: 15px;
}
/*login start*/
.sc_links {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.sc_links li {
	list-style: none;
	display: inline-block;
	width: 32%;
	text-align: center;
}
.omb_btn-facebook {
	background: #3b5998;
	color: #fff;
}
.omb_btn-google {
	background: #c32f10;
	color: #fff;
}
.omb_btn-linkedin {
	background: #0274b3;
	color: #fff;
}
.omb_btn-facebook:hover, .omb_btn-google:hover, .omb_btn-linkedin:hover {
	color: #fff;
}
.omb_btn-facebook, .omb_btn-google, .omb_btn-linkedin {
	border-radius: 0px;
}
.terms {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.terms h1 {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #f60;
}
.terms p {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
}
.lu_frm {
	min-height:54px;
}


.content_header {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.sub_header {
	width: 100%;
	float: left;
	margin: 30px 0 30px 0;
	background: #f2f2f2;
    padding: 10px 10px 10px 10px;
    border-left: 3px solid #f60;
	height: auto;
}
.sub_header p {
	text-align: justify;
	line-height: 26px;
	font-weight: 400;
}
.recruting li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.recruting {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.recruting li {
	margin-bottom: 14px;
	list-style: none;
	padding: 0px;
}