[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #000;
}

body p {
  color: #333;
  /*  font-size: 13px;*/
  line-height: 22px;
}

body {
  font-size: 13px;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #f5ae05
}

a:focus,
a:hover {
  text-decoration: none !important;
  outline: none !important;
  outline-offset: 0px !important;
}

button {
  cursor: pointer;
}

/*Blue Color*/
/*Orange Color*/
/*White Color*/
/*Light Blue Color*/
header {
  display: inline-block;
  height: 100px;
  width: 100%;
  margin: 0;
}

.logo h1 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
}


.r1 {
  padding-top: 10px;
}

.helpline {
  font-weight: bold;
  color: #086996;
  font-size: 15px;
}

.support-btn {
  background: #f06a36 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  margin-left: 15px;
  padding: 4px 15px 5px;
  position: relative;
  top: -2px;
}

.language span {
  display: inline-block;
}

.language,
.text-size,
.login-btn,
.logout {
  display: inline-block;
}

.language span {
  /* border-right: 1px solid #333;*/
  padding: 0px 9px 0px 2px;
  font-size: 12px
}

.language span:last-child {
  border-right: 0;
}

.language span a {
  color: #fff;
}

.language span.active a {
  color: #F06A36;
}

.text-size {
  border-right: 1px solid #000;
  color: #888;
  font-size: 13px;
  margin-right: 6px;
  padding-right: 8px;
}

.text-size button {
  background: #f06a36;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  height: 24px;
  margin: 0 1px;
  padding: 1px 3px;
  vertical-align: bottom;
  width: 24px;
}

.login-btn button {
  background: none;
  border: 0 none;
  color: #F06A36;
  font-size: 15px;
  height: 25px;
  line-height: 14px;
  padding: 2px 5px 3px;
  vertical-align: bottom;
}

.r2 {
  padding: 9px 0 1px;
}

/*.intro {
  background: url(../img/banner-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 410px;
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0; }

.intro-text {
  padding: 75px 55px; }

.intro-text img {
  width: 560px; }*/
.intro-text.udyog .site-text h2 {
  margin: 30px 0 6px
}

.header-right {
  float: right;
  text-align: right;
}

.header-right .menus {
  padding-top: 8px;
}

.header-right .menus li {
  border-left: 1px solid #000;
  display: inline-block;
  font-size: 13px;
  line-height: 10px;
  margin-left: 4px;
  padding-left: 5px;
}

.header-right .menus li:first-child {
  border: 0;
}

.header-right .menus li a {
  display: block;
  color: #000;
}

.header-right .menus li a:hover {
  color: #F06A36;
}

/** login form css **/
.loginform-wrapper {
  display: inline-block;
  float: right;
  width: 340px;
  /*margin-top: 40px;*/
  text-align: center;
}

.loginform-wrapper form {
  width: 100%;
  display: inline-block;
}

.loginform-wrapper form .form-inner {
  background: rgba(3, 14, 36, 0.7) none repeat scroll 0 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 15px 15px;
  width: 100%;
}

.loginform-wrapper form h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.loginform-wrapper form .has-error .control-label {
  color: #ff4918;
  margin-bottom: 5px
}

.loginform-wrapper form .has-error .control-label strong {
  font-weight: normal;
}

.loginform-wrapper .form-group .form-control {
  border: 0px !important;
  font-style: italic;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 0px !important;
  height: 32px;
}

a.forget-pwd {
  color: #fff;
}

a.forget-pwd:hover {
  color: #fff;
}

.loginform-wrapper .form-actions label {
  color: #fff !important;
  float: left;
}

.register-btn-wrap {
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 5px 20px;
  border-top: 0;
  color: #fff;
}

.register-btn-wrap label {
  cursor: pointer;
  font-size: 15px;
  margin-top: 2px;
  vertical-align: middle;
}

.register-btn-wrap div.radio {
  margin-left: 15px;
  margin-right: 3px;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.register-btn-wrap span {
  display: inline-block;
}

/*.login-btn {opacity:1!important;background:#F4764A;border:0;border-radius:0 !important;color:#fff !important;font-size:22px;text-transform:uppercase;padding:2px 20px}*/
.register-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 0px !important;
  height: 55px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  border: 2px solid #9CA1A5;
  font-size: 22px;
  font-weight: 600;
}

.radio-wrapper {
  margin-bottom: 10px;
  display: inline-block;
}

.radio-wrapper .radio-inline input {
  margin-top: 0px;
}

.radio-wrapper label {
  color: #333;
}

.register-btn:hover {
  background: rgba(244, 118, 74, 0.3);
  color: #fff;
  border: 2px solid #ca4b1e;
  transition: all 0.6s ease 0s;
}

.forgot-password {
  float: left;
}

.form-login-btn {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 20px;
  color: #017cb5;
  float: right;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 30px;
  text-transform: uppercase;
  transition: .5s;
  -webkit-transition: 0.5s;
}

.form-login-btn:hover {
  background: #017cb5;
  color: #fff;
}

.forgot-password {
  padding: 0px 0;
}

.forgot-password a {
  color: #ccc;
}

.checkbox,
.radio {
  display: inline-block;
}

.register-btn-wrap {
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  transition: .5s;
  -webkit-transition: .5s;
}

.register-btn-wrap:hover {
  background: rgba(47, 70, 101, 0.5);
}

.register-btn-wrap .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 0px;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

a.forgot-link {
  color: #f9ff04 !important;
}

.register-btn-wrap span {
  color: #fff;
  display: inline-block;
}

.visitor-coutner {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0 0;
}

.content {
  box-shadow: 0 0 6px #d6e2f9;
  margin-top: 18px;
  padding: 10px 15px 15px;
  min-height: 500px;
  margin-bottom: 30px;
}

.home h2 {
  background: none;
  color: #086996;
  font-size: 20px;
  font-weight: 500;
}

.working-plan {
  /*border: 2px solid #d8593c;*/
  margin: 15px 0 0;
  display: inline-block;
  width: 100%;
}

.working-plan h2 {
  background: #d8593c none repeat scroll 0 0;
  color: #fff;
  font-size: 23px;
  margin: 0;
  padding: 11px 15px;
}

.working-plan .col-sm-6 {
  margin: 5px 0;
  /*border-right: 1px solid #ced9df; */
}

.working-plan .col-sm-6:last-child {
  border: 0;
}

.working-plan .inner {
  border: 1px solid #ddd;
  padding: 0 15px 15px;
}

.working-plan .inner h3 {
  background: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.working-plan .inner p {
  color: #333;
  font-size: 13px;
  line-height: 27px;
}

.working-plan .inner .more {
  text-transform: uppercase;
  color: rgb(246, 182, 30)
}

.working-plan .main-box-heading h4 {
  margin-bottom: -15px;
  position: relative;
  top: 10px;
}

.news {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
}

.news .inner {
  padding: 15px 10px;
  background: #f3f5f5;
  min-height: 210px;
}

.news .inner h3 {
  border-bottom: 1px solid;
  color: #f06a36;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.news .carousel-control {
  background: none;
  width: 20px;
  opacity: 1;
}

.news .carousel-control.left,
.news .carousel-control.right {
  height: 20px;
  left: auto;
  right: 0 !important;
  top: -50px !important;
}

.news .carousel-control .glyphicon {
  font-size: 22px;
  color: #F06A36;
  opacity: 1;
}

.news .carousel-control.left {
  right: 30px !important;
}

.news .inner .carousel ul li a {
  color: #086996;
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0;
}

.websites ul li {
  display: inline-block;
  font-size: 15px;
  list-style: outside none disc;
  margin: 7px;
  width: 46%;
}

.websites ul li .fa {
  font-size: 10px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

footer {
  background: #08415d;
  padding: 15px 0;
  color: #fff;
  text-align: left;
}

.ft-left {
  text-align: left;
  padding: 10px 0 0;
}

.bottom-links {
  margin: 0 0 11px;
}

.bottom-links li {
  border-left: 1px solid #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 17px;
  margin-left: 10px;
  padding-left: 10px;
}

.bottom-links li a {
  color: #fff;
  font-size: 16px;
}

.bottom-links li:first-child {
  border: 0;
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -8px;
  cursor: pointer;
}

div.radio.focus span,
div.radio.hover span {
  background-position: -37px -279px;
}

div.radio span.checked {
  background-position: -73px -279px;
}

.breadcrumb ul {
  padding: 0 15px;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li a {
  font-size: 13px;
  margin: 5px;
  color: #401c0c
}

.breadcrumb {
  margin: 0;
}

.breadcrumb {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
  margin: 18px;
  padding-left: 0;
}

.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin-left: 0;
}

.breadcrumb li:before {
  content: "/";
  padding-right: 3px;
}

.breadcrumb li:first-child:before {
  content: "";
  padding-right: 0;
}

.container-menu {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px
}

.container-menu ul li {
  display: inline-block;
}

.container-menu ul li a,
.container-menu ul li .btn {
  border-radius: 0;
  background: #F6B61E;
  border: 1px solid #F6B61E;
}

.container-menu ul li .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.container-menu ul li .dropdown-menu>li>a {
  background: none;
  border: 0 none;
  padding: 8px 12px;
}

.container-menu ul li .dropdown-menu>li>a:hover {
  background: #eee;
}

.content h1 {
  border-bottom: 2px solid #f5ae05;
  color: #220c02;
  font-size: 22px;
  margin: -10px 0 15px;
  padding: 10px 0px;
}

.profile-photo {
  display: inline-block;
}

.box h2 {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  padding: 6px 8px;
  background: #eee;
}

.btn.btn-primary {
  background: #086996;
  border-radius: 0;
  min-width: 120px;
}

.btn.btn-default {
  background: #D1D1D1;
  border-radius: 0;
  border: 1px solid #D1D1D1;
  min-width: 120px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  background: #f4f4f4;
  border-bottom-width: 2px;
}

.main-container {
  border-top: 1px solid #6BA5C0;
  box-shadow: 0 0 3px #6BA5C0;
}

.box h3 {
  font-size: 16px;
  color: #401c0c;
  font-weight: 500;
}

.table>tbody>tr>th,
.table>thead>tr>th {
  color: #555;
}

.application-detail {
  padding: 10px 0 0;
  width: 100%;
  display: inline-block;
}

.application-detail li {
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 3px 5px;
  padding: 10px;
}

.application-detail li span {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 10px;
  padding: 0 5px 5px;
}

.application-detail li p {
  margin-bottom: 0;
  color: #000;
  padding: 0 5px;
}

.applicant-image {
  padding: 5px;
  border: 1px solid #ddd;
  margin-right: 15px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.control-label {
  color: #333;
}

/*Forms Css*/
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
  border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}

.tab-content>.active,
.pill-content>.active {
  display: block;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

.scroll-outer {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

.scroll-inner {
  margin-right: 62px;
  overflow-x: inherit;
  overflow-y: visible;
}

.scroll-outer table tr td:last-child,
.scroll-outer table tr th:last-child {
  border: 0 none;
  padding: 10px 0;
  right: 0;
  vertical-align: top;
  width: 1px;
}

.scroll-outer table tr td .t-action a {
  margin: 0;
}

.scroll-outer table tr td:last-child div,
.scroll-outer table tr th:last-child div {
  border: 1px solid #ddd;
  height: 100%;
  margin-right: -3px;
  margin-top: -11px;
  padding: 8px 4px 0;
  position: absolute;
  right: 3px;
  width: 63px;
}

.scroll-outer table tr th:last-child div {
  background: none !important;
}

.scroll-outer table.table {
  border-right: 1px solid #ddd;
  margin: 0 !important;
  table-layout: fixed;
  width: 1450px;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto !important;
}

.tools {
  position: absolute;
  right: 10px;
  top: auto;
  padding-top: 20px !important;
}

.income-detail-wrapper {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.income-detail-wrapper .i-deatil label {
  float: left;
}

.income-detail-wrapper .i-deatil span {
  float: left;
}

/*fileupload css */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileupload .thumbnail>img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.fileupload .btn {
  vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

.form-group {
  display: inline-block;
  /*margin-bottom: 0;*/
  width: 100%;
}

.vertical-tab-section .form-group {
  margin-bottom: 10px
}

/*.vertical-tab-section .control-label{margin-top:10px}*/
.tabbable .nav-tabs {
  padding: 0;
}

.tabbable .nav-tabs>li {
  float: none;
  display: block;
  width: 102%;
}

.tabbable .nav-tabs>li.active {
  width: 102%;
}

.tabbable .nav-tabs>li.active a,
.tabbable .nav-tabs>li.active:focus a,
.tabbable .nav-tabs>li:focus a,
.tabbable .nav-tabs>li>a:focus {
  background: #F6B61E;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.tabbable .nav-tabs>li.active a:after {
  border-color: transparent transparent transparent #F6B61E;
  border-style: solid;
  border-width: 21px;
  bottom: 100%;
  content: "";
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
}

.application-detail-section label {
  display: inline-block;
}

.application-detail-section .app-detail-right {
  display: inline-block;
  width: 250px;
}

.application-detail-section {
  margin: 5px 0;
}

.tabbable .nav-tabs {
  border: 0;
}

.tabbable .nav-tabs>li>a {
  border-radius: 0;
  text-decoration: none;
}

.tabbable .form-wrapper form {
  border: 1px solid #ddd;
  margin: -10px 0 0;
  padding: 20px 15px 15px 35px;
}

.tabbable .col-md-3 {
  z-index: 99;
  padding-right: 0;
}

.tabbable .col-md-9 {
  padding-left: 2px;
}

.breadcrumb {
  color: #555;
  font-size: 0.85em;
  line-height: 1.5;
  margin: 5px 0 20px;
  padding-left: 0;
}

#uniform-checkbox1 {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.modal-header {
  background: #086996;
  color: #fff;
}

button.close {
  opacity: 1;
  color: #fff;
}

.modal-body h3 {
  color: #086996;
}

.captcha-img,
.refresh {
  display: inline-block;
  margin-top: 10px;
}

.refresh {
  cursor: pointer;
}

.modal.org-reg .modal-dialog {
  width: 800px;
}

.bootstrap-select>.dropdown-toggle {
  background: none !important;
}

.modal.org-reg .modal-body {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.modal-content {
  border-radius: 0;
}

.modal-body a {
  font-weight: bold;
}

.radio-b {
  display: inline-block;
  margin: 5px 20px 0 0;
}

.radio-b label {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.img-upload {
  width: 100%;
}

.candidate-img {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px;
  width: 120px;
  margin-right: 10px;
}

.candidate-img img {
  max-width: 100%;
}

.btn-wrapper {

  margin: 10px 0;
  padding: 8px;
}

.declaration {
  color: #000;
}

/*.declaration .checkbox{position: relative;margin:0 10px;top: 8px}*/
.table tr td .btn.btn-primary {
  padding: 2px 10px;
  min-width: auto;
}

.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.dropdown-menu>li>a {
  padding: 5px 20px;
}

.required {
  color: #f00;
}

.signature {
  font-weight: bold;
  min-height: 100px;
}

div.checker span.checked {
  background-position: -77px -260px;
}

div.checker.focus span.checked,
div.checker.hover span.checked {
  background-position: -115px -260px;
}

.loan-approval-wrapper ul {
  margin-left: 15px;
}

.loan-approval-wrapper ul li {
  list-style: outside none disc !important;
  color: #333;
  padding-bottom: 10px;
  line-height: 18px;
}

.tab-new-member-registration h4 {
  color: #F06A36;
  margin-bottom: 20px;
}

/*.tab-wrapper .nav-tabs > li > a {
  border-radius: 0;
  border: 1px solid #ddd;
  background: #eff1f1;
  font-size: 15px;
  color: #000;
  text-decoration: none; }

.tab-wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background:#f6b61e;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  text-decoration: none; }

.tab-wrapper .nav-tabs > li {
  padding: 0; }
*/
.tab-wrapper .tab-content {
  padding: 10px;
  /*border: 1px solid #eee;*/
}

.page {
  font-size: 18px
}

.page p {
  padding: 0
}



.page-content-wrapper .box ul li,
.objective-wrapper ol li {
  color: #666;
  padding-bottom: 8px;
  list-style: outside none disc !important;
}

.page-content-wrapper .box ul,
.objective-wrapper ol {
  margin-left: 15px;
}

.box ul,
.box ol {
  padding-left: 20px;
}

.box ul li,
.box ol li {
  /*color: #337ab7;*/
  list-style: disc;
  padding: 3px 0;
  font-size: 13.4px
}

.box ol li {
  list-style: number;
}

.box ul li a {
  text-decoration: underline;
}

.box ul li a:hover {
  text-decoration: none;
}

.content-img {
  padding: 10px;
  display: inline-block;
}

.center-img {
  margin: 10px 0;
}

.director-img {
  padding: 5px;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
}

.img {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px;
}

.success-story .inner p strong {
  color: #f6b61e;
  font-size: 16px;
  font-weight: 500
}

.success-story .inner {
  background: #f4f5f5 none repeat scroll 0 0;
  margin-bottom: 20px;
  min-height: 230px;
  padding: 10px 15px
}

.box .form-horizontal {
  padding: 10px 50px;
}

.thanks h3 {
  font-size: 21px;
}

.f-year {
  font-size: 15px;
  padding-top: 26px;
}

.panel-default>.panel-heading {
  padding: 0;
}

/*.box h2.panel-title{margin: 0}*/
.box .panel-default {
  border: 0;
  box-shadow: none;
}

.box .panel-body {
  padding: 15px 0;
}

.tab-wrapper ul {
  padding: 0;
}

.date-input-wrap {
  display: inline-block;
  width: 100%;
}

.r-day {
  float: left !important;
  width: 72px !important;
  margin-right: 5px;
}

.r-month {
  float: left !important;
  width: 75px !important;
  margin-right: 5px;
}

.r-year {
  float: left !important;
  width: 80px !important;
}

.date-input-wrap .bootstrap-select .dropdown-menu.open {
  top: 54% !important;
}

.custom-dropdown select {
  height: 30px !important;
}

.g-drop .btn {
  padding: 6px 6px !important;
}

.g-drop .bootstrap-select {
  width: 100% !important;
}

.general-user-wrapper .step1 section input {
  width: 100% !important;
}

.general-user-wrapper .step2 section label {
  width: 100% !important;
}

.register .panel {
  min-height: 550px;
}

.custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: .5em;
  /* add some space*/
  margin: 0;
  /* remove default margins */
}

.custom-dropdown__select--white {
  background-color: #fff;
  color: #444;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {

  /*
  h2+p {
    color: green;
  }*/
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .custom-dropdown__select {
    padding-right: 2.5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
  }

  .custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
  }

  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }

  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }

  /* White dropdown style */
  .custom-dropdown--white::before {
    top: .5em;
    bottom: .5em;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .custom-dropdown--white::after {
    color: rgba(0, 0, 0, 0.9);
  }

  /* FF only temporary & ugly fixes */
  /* the "appearance: none" applied on select still shows a dropdown arrow on Firefox */
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=649849 */
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: 0.9em;
    }

    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em;
    }

    .custom-dropdown--small .custom-dropdown__select {
      padding-right: 0.5em;
    }
  }
}

.custom-dropdown {
  margin: 0 6px 0 0;
  display: inline-block;
  float: left;
  border: 1px solid #ddd;
}

.panel-heading {
  padding: 12px 15px;
  color: #220C02;
  background: #fff;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.register h2 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  color: #220C02;
  display: inline-block;
}

.register .content {
  padding: 0px;
  box-shadow: none;
}

.new-registration-wrapper h3 {
  width: 100%;
  text-align: center;
  font-size: 20px
}

.new-registration-wrapper h3 span {
  color: #220c02;
  /*width: 180px;*/
  display: inline-block;
}

.form-control {
  font-size: 13.4px
}

label {
  font-weight: 500
}

.fieldset {
  border: 2px solid #ddd;
  padding: 20px 15px 15px;
  width: 850px;
  margin: 30px auto 0;
}

.has-error {
  color: #b94a48;
  text-align: left;
  /*width: 100%;*/
  margin-bottom: 12px;
  font-weight: normal;
}

.help-text {
  color: #f58056;
  font-size: 13px;
  padding: 5px 0 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  margin-bottom: 10px;
}

.r-note {
  background: #F7F7F7 none repeat scroll 0 0;
  color: #b94a48;
  margin: 37px -15px 0 -5px;
  padding: 15px 10px;
  font-size: 12px;
}

.r-note li {
  margin-bottom: 10px;
  color: #f58056;
  list-style: none;
}

.r-note li em {
  font-style: normal;
  color: #000;
}

.register .panel-body form .form-group label {
  color: #220c02 !important;
  font-weight: 500;
  font-size: 13px;
}

.captch {
  margin-bottom: 10px;
}

.help-text {
  color: #f58056;
  font-size: 13px;
  padding: 5px 0 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.fieldset .btn {
  margin-top: 0;
}

/*.fieldset .btn{margin-top:-29px;}*/
.otp-wrapper {
  width: 300px;
  margin: 0 auto;
}

.otp-wrapper .btn-wrapper {
  border: 0px;
}

.otp-wrapper .form-group label {
  width: 100%;
}

.beneficiary-detail h3 {
  font-size: 20px;
  margin: 0;
  padding-top: 0;
  font-weight: 500
}

.orange-text {
  color: #f67848;
}

.beneficiary-detail .detail-list {
  margin-top: 0px;
}

.beneficiary-detail .detail-list .inner-detail-list {
  border-top: 1px solid #ddd;
  display: inline-block;
  margin-top: 12px;
  padding-top: 20px;
  width: 100%;
}

.detail-list label {
  color: #faa708;
  font-size: 16px;
  padding-top: 16px;
}

.register .o-info {
  display: inline-block;
  padding-top: 4px;
  width: 100%;
}

.o-info .form-group .control-label span {
  color: #555c60;
}

.o-info span {
  font-weight: 400;
  display: inline-block;
  margin-right: 4px;
  /*color: #8a9195;*/
}

.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.p-detail {
  display: inline-block;
  padding-top: 8px;
  width: 100% !important;
}

.fieldset .p-detail .btn {
  margin-top: 0px !important;
  padding: 6px 10px !important;
}

.fieldset .btn-wrapper {
  border: 0px !important;
}

.new-registration-wrapper .beneficiary-detail h3 {
  text-align: left;
}

.new-registration-wrapper .beneficiary-detail h3 span {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.btn-success {
  background: #F6B61E !important;
  color: #fff;
  border: 1px solid #F6B61E !important;
  border-radius: 0px !important;
}

.fieldset .bootstrap-select .btn {
  margin-top: 0px !important;
  font-size: 13.4px
}

#first_step_next {
  margin-top: 10px;
}

.mobile-verification-wrap .otp-wrapper {
  width: 350px;
}

.mobile-verification-wrap .otp-wrapper label {
  width: auto;
}

#thirds-form .fieldset {
  width: 550px;
}

.mobile-verification-wrap .otp-wrapper .form-horizontal .form-group {
  margin-bottom: 0px !important;
}

.mobile-verification-wrap .otp-wrapper .btn-wrapper,
.otp-page .otp-wrapper .btn-wrapper {
  margin-top: 0px !important;
}

.mobile-verification-wrap .fieldset {
  width: 410px;
}

.adhar-detail-wrapper .beneficiary-detail .o-info .form-group label {
  padding-top: 0px;
  font-size: 13px;
}

.adhar-detail-wrapper .beneficiary-detail .detail-list label {
  padding-top: 0px;
}

/*#second-form{display: none;}
#third-form{display: none;}*/
.uploads {
  padding: 0 20px;
}

.uploads .file {
  visibility: hidden;
  position: absolute;
}

.input-lg {
  height: 35px;
}

.uploads .form-control.input-lg {
  font-size: 15px;
}

.our-schemes {
  position: relative;
}

.our-schemes .carousel-control {
  background: none;
  width: 20px;
  opacity: 1;
}

.our-schemes .carousel-control.left,
.our-schemes .carousel-control.right {
  height: 20px;
  left: auto;
  right: 0 !important;
  top: -35px !important;
}

.our-schemes .carousel-control .glyphicon {
  font-size: 22px;
  color: #000;
  opacity: 1;
}

.our-schemes .carousel-control.left {
  right: 35px !important;
}

/*.copyright {
  color: #fff;
  line-height: 16px;
  margin: 15px 0 0; }*/

.table>tbody>tr>td .table {
  margin-bottom: 0;
  border: 1px solid #ddd;
}

.contact-detail-section-bottom {
  display: inline-block;
  margin-top: 20px;
}

.sitemap-inner-wrapper {
  display: inline-block;
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */
.logout .fa.fa-power-off {
  color: #f06a36;
}

.r1 .user img {
  width: 30px;
}

.r1>span {
  margin: 0 0 0 10px;
}

/*--------------------New Header Changes----------------------*/
body {
  padding-top: 160px
}

.container {
  width: 1250px;
}

.font-10 {
  font-size: 10px
}

.font-12 {
  font-size: 12px
}

.font-13 {
  font-size: 13px
}

.font-14 {
  font-size: 14px
}

.font-15 {
  font-size: 13px
}

body {
  font-family: 'Roboto', sans-serif
}

.top-header {
  background: #220c02 none repeat scroll 0 0;
  /*border-bottom: 1px solid #4f3703;*/
  padding: 6px 0;
}

header {
  background: #220c02 none repeat scroll 0 0;
  display: inline-block;
  height: 162px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.main-container {
  z-index: 9;
  position: relative;
}

.hd-top-right {
  margin-right: -5px;
  padding-right: 0;
}

.hd-right {
  font-family: Montserrat;
  margin: 11px 0 0;
}

.suport-ticket {
  display: inline-block;
}

.suport-ticket button {
  background: #f6b61e;
  border: 0 none;
  border-radius: 3px;
  color: #220c02;
  height: 22px;
  margin-bottom: -2px;
  margin-right: 10px;
  margin-top: -6px;
  padding: 0 10px;
}

.screen-reader {
  color: #b7b7b7;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
}

.screen-reader span,
.font-color span {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  padding: 0 2px;
}

.language {
  padding: 0 0 0 5px;
}

.language span {
  /* border-right: 1px solid #fff;*/
  display: inline-block;
  line-height: 13px;
  margin-right: 5px;
  padding-right: 5px;
}

.language span.active a {
  color: #f3bf21;
}

.hd-left {
  margin: 10px 0;
}

.satymev-jayte {
  border-right: 1px solid #4f3703;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

header .satymev-jayte img {
  width: 40px;
}

.hd-right li {
  font-weight: 600;
  margin-left: -5px;
}

.side-intro ul li {
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  overflow: hidden;
  padding-top: 3px;
  text-align: left;
  vertical-align: top;
  width: 275px;
}

.side-intro ul li.side-first {
  border-right: 1px solid #4f3703;
  margin-right: 15px;
  width: 245px;
}

.side-intro ul li .intro-img {
  float: left;
  margin-right: 8px;
  padding-bottom: 12px
}

.side-intro ul li .intro-img img {
  height: auto;
  /* width: 65px;*/
}

.side-intro ul li h4 {
  color: #f6b61e;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.side-intro ul li p {
  color: #b7b7b7;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 14px
}

.side-intro ul li:last-child {
  width: 217px !important;
  padding-right: 0 !important;
}

.side-intro ul li:last-child .detail {
  position: relative;
  top: 0px;
}

.marath .side-intro ul li.side-first {
  width: 210px;
}

.satymev-jayte {
  border-right: 1px solid #4f3703;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

header .logo {
  display: inline-block;
  margin-top: -6px;
  text-align: center;
}

header .logo img {
  height: 100%;
  margin-top: 2px;
  width: 154px;
}

nav {
  background: #F6B61E;
  height: 40px;
  margin-top: -4px;
  display: inline-block;
  width: 100%;
}

nav ul {
  float: left
}

nav ul li {
  display: inline-block;
}

nav ul li:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

nav ul li.active:after,
nav ul li:hover:after {
  width: 100%;
  background: #220C02
}

nav ul li a {
  color: #220c02 !important;
  display: inline-block;
  font-weight: 500;
  padding: 12px 6px 6px;
  /*padding: 12px 8px 6px;*/
  text-decoration: none !important;
  text-transform: uppercase;
}

.helpline {
  color: #220c02;
  float: right;
  font-size: 13px;
  padding: 12px 0 8px;
  position: relative;
  text-align: right;
}

.helpline span {
  display: inline-block;
  font-family: Montserrat;
  font-weight: 500;
  padding-left: 3px;
  position: relative;
  top: -1px;
}

.helpline h3 {
  border-bottom: 0 none;
  color: #220c02;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -1.5px;
  margin: 0;
}

.helpline img {
  margin-right: 10px;
}

button.login {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #220c02;
  border-radius: 18px;
  font-weight: 500;
  line-height: 15px;
  margin: 6px 0 9px 20px;
  padding: 6px 10px 5px;
  text-transform: uppercase;
  min-width: 32px;
  transition: .4s
}

button.login:hover {
  background: #220c02;
  color: #F6B61E;
  border: 1px solid #F6B61E
}

/*--------------Intro--------------*/
.main-container .intro {
  /*background: rgba(0, 0, 0, 0) url("../img/entrepreneurship-slide.png") no-repeat scroll 0 0 / cover ;*/
  display: inline-block;
  max-height: 435px;
  position: relative;
  overflow: hidden;
  top: 0;
  width: 100%;
  /*border-bottom: 2px solid #f6b61e*/
}


.main-container .intro h1 {
  /* color: #8e2221; */
  color: #8e2221;
  /* color: #220c02; */
  font-size: 20px;
  font-weight: bold;
  margin-top: 93px;
  /*margin-top: 127px;*/
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #fff;
}

.main-container .intro-text {
  background: rgba(255, 255, 255, .8);
  padding: 0;
  width: 620px;
  float: left;
}

.site-logo {
  background: #fff;
  padding: 10px;
  width: 170px;
  height: 170px;
  float: left;
}

.site-text {
  float: left;
  padding: 10px 20px;
  width: 450px;
}

.site-text h2 {
  color: #0081bd;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 8px 0 6px;
  text-transform: uppercase;
}

.site-text p {
  color: #333;
  font-size: 13px;
  line-height: 19px;
}

/*------------Man Nav--------------*/
.main-nav {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px #ccc;
  width: 100%;
  margin-top: -5px
}

.main-nav ul li {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 1px
}

.main-nav ul li a {
  color: #220c02;
  display: inline-block;
  font-weight: 500;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
  -webkit-transition: .4s;
}

.main-nav ul li.active a,
.main-nav ul li a:hover {
  background: #f6b61e
}

/*---------Footer----------------*/
footer {
  background: none;
  color: #fff;
  margin-top: 50px;
  padding: 0;
  text-align: left;
}

.new-footer {
  font-family: Montserrat;
  font-size: 13px;
  padding: 23px 0 15px 0;
  background: #220c02
}

.new-footer .bt-links {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
}

.new-footer .bot-links {
  margin-bottom: -3px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.new-footer .bot-links li {
  border: 0 none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  display: inline-block;
}

.new-footer .bot-links li a {
  color: #b7b7b7;
  font-weight: 500
}

.new-footer .bot-links li:last-child {
  border-right: 0
}

.website-policies {
  width: 200px
}

/*.website-policies,.copyright{clear:both;display:inline-block;color:#b7b7b7}
.website-policies a,.copyright{color:#4d433e !important;font-weight:500;}*/
.new-footer .bot-links .satymev-jayte {
  top: -2px;
  border: none
}


.satymev-jayte {
  border-right: 1px solid #4f3703;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.new-footer .satymev-jayte {
  border: medium none;
  top: -2px;
}

.new-footer .satymev-jayte img {
  width: 45px;
}

.social-icons {
  padding-top: 30px
}

.social-icons li {
  display: inline-block;
  margin-left: 5px
}

.social-icons li a {
  background: #401c0c none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 38px;
  padding: 10px 0;
  text-align: center;
  width: 38px;
  color: #b7b7b7
}

.social-icons li a .fa {
  font-size: 18px;
  transition: .4s;
  -webkit-transition: .4s
}

.social-icons li a:hover {
  background: #eee
}

.social-icons li a:hover .fa {
  color: #220C02
}

.main-container {
  border-top: 1px solid #6ba5c0;
  box-shadow: none;
}

/*-----Modal Poups-----*/
.modal-header {
  background: #ddd;
  color: rgb(34, 12, 2);
}

.modal-header .close {
  color: #000;
  margin-top: -2px;
}

.modal.intro .modal-dialog {
  font-family: Montserrat;
  width: 900px;
}

.mr-intro .intro-left {
  float: left;
  width: 300px;
}

.modal.intro .modal-dialog h4 {
  color: #431e0d;
  font-size: 18px;
  font-weight: 600;
}

.modal.intro .designation {
  font-size: 15px;
}

.modal.intro .intro-text {
  padding: 20px
}

.modal.intro .intro-text p {
  color: #666;
  font-size: 13.4px;
  line-height: 23px;
}

#feedback .modal-header .close,
.modal.intro .modal-header .close {
  font-family: arial;
  font-size: 18px;
  margin-top: -5px;
  right: -2px;
}

#feedback .modal-header,
.modal.intro .modal-header {
  background: none;
  border-bottom: 0
}

#feedback .modal-header button.close,
.modal.intro .modal-header button.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #595e61;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 25px;
  line-height: 6px;
  opacity: 0.6;
  padding: 0;
  position: relative;
  right: 4px;
  text-align: center;
  top: 5px;
  width: 25px;
  color: #000
}

#feedback .modal-dialog {
  width: 1170px;
}

#feedback .address strong {
  color: #f6b61e;
  font-size: 16px;
  font-weight: 500;
}

#feedback .map iframe {
  height: 365px;
  width: 100%;
}

#feedback .control-label {
  color: #333;
  display: block;
  text-align: left;
}

#feedback .modal-header {
  border-bottom: 1px solid #ddd
}

#feedback .modal-header h4 {
  color: #000;
  font-size: 22px;
  margin: 0;
  display: inline-block;
  padding-bottom: 10px
}

.btn.btn-primary {
  background: #F6B61E;
  border: 1px solid #F6B61E;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-color: #f6b61e;
  border-color: #f6b61e;
}

.modal-header button.close {
  position: absolute !important;
  right: 5px !important;
  top: 10px !important
}

.panel-title {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
}

/*-------Login Box-------*/
.loginform-wrapper {
  display: inline-block;
  float: right;
  margin-top: -85px;
  /*margin-right:-100px;*/
  /*position: relative;*/
  text-align: center;
  /*top: 0;*/
  vertical-align: top;
  width: 300px;
  margin-right: -4px;
  margin-top: 29px
}

.loginform-wrapper form .form-inner {
  background: rgba(34, 12, 2, 0.8)
}

.loginform-wrapper .form-group .form-control {
  background: rgba(255, 255, 255, 0.4);
  font-style: normal;
}

.loginform-wrapper form .form-inner .has-error {
  margin-bottom: 5px
}

.form-login-btn {
  color: rgb(34, 12, 2)
}

.form-login-btn:hover {
  background: rgb(246, 182, 30)
}

.register-btn-wrap:hover {
  background: rgba(34, 12, 2, 0.4)
}

.loginform-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.loginform-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.loginform-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.loginform-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/*-------Main tab wrapper-----*/
.main-tab-wrapper,
.functions-listing {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 50px;
  width: 100%;
}

.main-tab-wrapper .nav-tabs {
  border-bottom: 2px solid #f6b61e;
  margin-bottom: 30px;
  padding-left: 20px;
}

.main-tab-wrapper .nav-tabs li {
  margin-bottom: -2px;
}

.main-tab-wrapper .nav-tabs>li.active>a,
.main-tab-wrapper .nav-tabs>li.active>a:focus,
.main-tab-wrapper .nav-tabs>li.active>a:hover {
  border-color: #f6b61e #f6b61e transparent;
  border-width: 2px;
}

.main-tab-wrapper .nav-tabs li a {
  border-radius: 10px 10px 0 0 !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-tab-wrapper .nav-tabs>li.active>a,
.main-tab-wrapper .nav-tabs>li.active>a:focus,
.main-tab-wrapper .nav-tabs>li.active>a:hover {
  background-color: #fff;
  color: #f6b61e;
  font-weight: 500;
}

.main-tab-wrapper .nav>li>a:focus,
.main-tab-wrapper .nav>li>a:hover {
  background-color: transparent;
}

.main-tab-wrapper .nav-tabs a {
  color: #6e6e6e;
}

.main-tab-wrapper .nav-tabs a:focus {
  color: #6e6e6e;
}

.main-tab-wrapper .nav-tabs>li>a:hover {
  border-color: #fff;
}

.main-tab-wrapper .nav-tabs p {
  margin: 0 0 10px;
  color: #333
}


/*-----Reach Us poup------*/

#feedback .modal-header h4 {
  text-align: center;
  width: 100%;
}

#feedback .modal-header>p {
  color: #000;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

#feedback .modal-header .close {
  top: -50px;
}

.add-div {
  display: inline-block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: -5px
}

#feedback .modal-header {
  padding: 15px 15px 10px
}

.officer-add {
  width: 100%;
  display: inline-block;
  padding: 0;
  min-height: 200px;
}

.officer-add h5 {
  line-height: 20px;
}

.officer-add p {
  line-height: 17px;
  margin-bottom: 5px
}

.map {
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

/*-------------------*/
.main-box-heading {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.main-box-heading h4 {
  color: #000;
  display: inline-block;
  font-size: 22px
}

.content {
  margin-bottom: 30px;
  margin-top: 0;
  min-height: 500px;
  padding: 0;
  box-shadow: none;
}

.inner-box {
  display: inline-block;
  min-height: 230px;
  width: 100%;
}

.box-img img {
  width: 90px
}

/*add css dipti bais 20/05/17*/
.loader1 {
  background: #000;
  opacity: 0.5;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: visible;
}

.loader1 .loader1-inner {
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
}

.post {
  color: #333;
  font-size: 14px;
  line-height: 23px;
}

.user img {
  width: 38px;
  height: 39px;
  margin-left: 22px;

}

.forgot-password {
  color: #ccc;
}

.user>span {
  margin: 0 0 0 10px;
  height: 25px;
  line-height: 14px;
  padding: 2px 5px 3px;
  vertical-align: bottom;
}

/*.loginform-wrapper{
  margin-top: -245px;
}*/
.loginform-wrapper .alert.alert-danger {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  margin: -14px 0 5px;
}

.add-div p {
  margin: 0px !important;
}

ol {
  padding-left: 15px;
}

ol li {
  list-style: number;
  padding: 10px 0 0 10px;
  color: #333
}

nav {
  top: 127px;
  position: fixed;
  width: 100%;
  left: 0
}

.side-intro ul li {
  width: 285px;
}

/*Break State span*/
.marathi .side-intro ul li h4,
.marathi .side-intro ul li p {
  font-size: 12px;
}

.marathi .side-intro ul li {
  width: 220px;
  padding-top: 0
}

.marathi .side-intro ul li p {
  font-size: 12px
}

.marathi .side-intro ul li.side-first {
  width: 200px
}

.marathi nav ul li a,
.menu-tollfree-wrap .navbar-nav.top-menu li a {
  font-size: 1vw;
  /*font-size: 15px;*/
  font-weight: bold;
  padding-top: 10px;
}

.marathi .tabs-wrapper .nav-tabs li a {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px
}

.menu-tollfree-wrap .navbar-nav.top-menu li a {
  font-size: inherit;
}

.marathi .menu-tollfree-wrap .navbar-nav.top-menu li a {
  font-size: 15px;
  padding-top: 9px;
}

.marathi .main-nav ul li a {
  font-weight: bold;
  font-size: 15px
}

.footer-top,
.footer-center,
.footer-top h4 {
  font-family: 'Roboto', sans-serif
}

.footer-center ul li a {
  border-right: 1px solid #555;
  color: #fff;
  display: inline-block;
  line-height: 15px;
  padding: 0 15px;
}

.footer-center ul li a:hover {
  color: #f6b61e;
  text-decoration: none;
}

.footer-center ul li {
  display: inline-block;
}

.footer-center ul li:last-child a {
  border-right: 0 none;
}

/*.copyright {
    color: #999!important;
    font-weight: normal;
    width: 100%;
    margin-top: 0px;
}*/
.footer-center ul {
  margin: 16px 0 10px;
}

.footer-right-wrapper {
  text-align: right;
}

.main-nav {
  animation: 300ms ease 300ms normal forwards 1 running slide-in-hero;

  /* position: absolute;*/
  /*transform: translateY(-47px);*/
  width: 100%;
  z-index: 1;
}

.scrolled-past-hero .main-nav {
  animation: 300ms ease 0s normal forwards 1 running slide-in-nav;
  top: 163px;
}

.scrolled-past-hero .main-nav {
  border-top: medium none;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 102;
}

.news-ann {
  position: relative;
}

.news-ann .carousel-control {
  background: none;
  width: 20px;
  opacity: 1;
}

.news-ann .carousel-control.left,
.news-ann .carousel-control.right {
  height: 20px;
  left: auto;
  right: 0 !important;
  top: -52px !important;
}

.news-ann .carousel-control .glyphicon {
  font-size: 22px;
  color: #000;
  opacity: 1;
}

.news-ann .carousel-control.left {
  right: 35px !important;
}

.state-employment-wrap p,
.udyog-about-us p {
  color: #8b8b8b;
  font-size: 13px !important;
}

.state-employment-wrap p {
  font-size: 13px;
}

.state-employment-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.txt {
  color: #000 !important;
  font-size: 14px !important;
}

.text-intro {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.about-img img {
  margin: 0 auto;
  width: 150px;
}

.person-img-wrap img {
  border: 2px solid #F6B61E;
  height: 117px;
  margin: 0 auto;
  width: 117px;
}

.person-img-wrap.text-center {
  width: 145px;
  margin: 0 auto
}

.post {
  vertical-align: bottom !important;
}

.person-img-wrap h6 {
  position: relative;
  top: 7px;
  font-size: 14px;
  font-weight: normal;
}

.existing-wrap h5 {
  margin-top: 0px;
}

.person-details>span {
  color: #f6b61e;
  font-style: italic;
  font-weight: 500;
}

.person-details h6 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 14px;
  color: #707070 !important;
}

.existing-wrap table td,
.person-details p {
  color: #8b8b8b !important;
}

.person-details p {
  line-height: 18px;
  font-size: 13px;
  padding-top: 40px
}

.about-tab-wrapper .inner-box {
  min-height: 200px;
}

.abt-detail-sec li {
  padding: 0 0 0 20px;
  color: #8b8b8b !important;
  background-image: url(../img/dot.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  background-position: left 6px;
}

.abt-detail-sec li span {
  color: #8b8b8b !important;
  padding: 0 0 0 0px;
  display: inline-block;
}

/*.main-tab-wrapper .nav-tabs p {
    margin: 0 0 10px;color:#333
}
*/
.reach-detail {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}

.footer-top h4 {
  color: #000;
  /*font-family: Montserrat;*/
  font-weight: 600;
}

.footer-top {
  background: #e8e8e8 none repeat scroll 0 0;
  padding: 27px 0 40px;
}

.footer-top {
  background: #e8e8e8 none repeat scroll 0 0;
  padding: 27px 0 40px;
}

.reach-img {
  border-right: 1px dotted #b7b7b7;
  display: inline-block;
  margin-top: 11px;
  padding-right: 20px;
  vertical-align: top;
  width: 70px;
}

.reachno {
  display: inline-block;
  padding-left: 15px;
}

.reachno span {
  color: #f6b71e;
  font-size: 31px;
}

.reach1 {
  border: 1px solid #b7b7b7;
  border-radius: 15px;
  padding: 7px 38px;
  text-align: left;
}

.reachno>p {
  color: #6c6c6c;
  font-size: 15px;
  margin-bottom: 0;
  margin-left: 6px;
}

.reach2 {
  border: 1px solid #b7b7b7;
  border-radius: 15px;
  padding: 7px;
  text-align: center;
}

.supp-tck img {
  padding-top: 2px;
  width: 18%;
}

.btn.video-btn {
  background: #230d02 none repeat scroll 0 0;
  border-radius: 15px;
  color: #bcbcbc;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
  min-height: 82px;
  padding: 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.box {
  min-height: 82px;
}

.reach2 .reachno span {
  position: relative;
  top: 10px;
}

.footer-top ul li {
  display: inline-block;
  float: left;
  margin-right: 20px;
  vertical-align: top;
  width: 37%;
}

.footer-top ul li:last-child {
  margin-right: 0;
  width: 20%;
}

.btn.video-btn:hover {
  background: #401c0c none repeat scroll 0 0;
}

.footer-top ul {
  text-align: center;
}

.footer>h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}


.new-footer {
  padding: 15px 0 10px
}

.footer-top {
  padding: 15px 0;
}

.footer-top h4 {
  margin: 5px 0 0
}

.reach-detail {
  margin-top: 10px;
}

.footer-top ul li {
  width: 34%
}

.footer-top ul li:last-child {
  margin-right: 0;
  width: 28%;
}

.btn.video-btn {
  width: 100%;
  font-size: 22px;
  border-radius: 6px !important;
  height: 80px;
  min-height: inherit
}

.reachno span {
  color: #f6b71e;
  font-size: 26px;
}

.supp-tck img {
  margin: -5px -10px 0 16px;
  padding-top: 2px;
  width: 15%;
}

.footer-top ul li .box {
  border-radius: 6px !important;
  height: 80px;
}

.bottom-links li a:hover {
  color: rgb(246, 182, 30) !important
}

.reach1 .reachno {
  text-align: right;
  width: 71%
}

.reach2 .reachno span {
  position: relative;
  top: 14px
}

.hd-left {
  margin: -17px 0 0
}

header .logo img {
  width: 185px;
}

.new-footer {
  padding: 15px 0 10px
}


/*consistency css*/
.organisation-profile-vision p.font-14 {
  color: #000;
  font-weight: 500;
}

.footer-top h4 {
  font-size: 22px;
}

.common-box {
  margin-bottom: 20px;
}

.box h2.text-center {
  color: #222;
  font-size: 16px;
}

.marathi .main-tab-wrapper .nav-tabs li a {
  font-weight: 600;
}

.marathi .main-tab-wrapper .nav-tabs>li.active>a,
.marathi .main-tab-wrapper .nav-tabs>li.active>a:focus,
.marathi .main-tab-wrapper .nav-tabs>li.active>a:hover {
  font-weight: 600;
}

.marathi .organisation-profile-vision p.font-14 {
  font-weight: 600;
}

.marathi .panel-title {
  font-weight: 600;
}

a:hover {
  color: #401C0C;
}

.marathi .content h1 {
  font-weight: 600;
}

.marathi .box h2.text-center {
  font-weight: 600;
}

.panel-title {
  color: #707070;
}

.panel-title a:hover {
  color: #707070;
}

.scheme-wrapper .panel-body {
  border: 1px solid #ddd;
  padding: 15px;
  border-top: 0px !important;
}

.scheme-wrapper .box h2.panel-title {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 15px;
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.more-less {
  color: #f6b61e;
  font-size: 11px;
  font-weight: normal;
}

.scheme-wrapper .box h2.panel-title a {
  display: block;
}

.tab-wrapper .nav-tabs {
  border-bottom: 2px solid #f6b61e;
  margin-bottom: 0px;
  padding-left: 20px;
}

.tab-wrapper .nav-tabs li {
  margin-bottom: -5px;
}

.tab-wrapper .nav-tabs li a {
  border-radius: 10px 10px 0 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6e6e6e;
  text-decoration: none;
  cursor: pointer;
}

.tab-wrapper .nav-tabs>li.active>a,
.tab-wrapper .nav-tabs>li.active>a:focus,
.tab-wrapper .nav-tabs>li.active>a:hover {
  background-color: #fff;
  color: #f6b61e;
  font-weight: 500;
}

.tab-wrapper .nav-tabs>li.active>a,
.tab-wrapper .nav-tabs>li.active>a:focus,
.tab-wrapper .nav-tabs>li.active>a:hover {
  border-color: #f6b61e #f6b61e transparent;
  border-width: 2px;
}

.tab-wrapper .nav-tabs li a:hover {
  background: #fff;
  border-color: transparent
}

#step1 .panel-heading {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #F6B61E;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #220c02;
  margin-top: 20px;
  padding: 10px 0;
}

.marathi .tab-wrapper .nav-tabs>li.active>a,
.marathi .tab-wrapper .nav-tabs>li.active>a:focus,
.marathi .tab-wrapper .nav-tabs>li.active>a:hover {
  font-weight: 600;
}

.marathi .tab-wrapper .nav-tabs li a {
  font-weight: 600;
}

.font-size>li {
  display: inline-block;
}

.font-size {
  display: inline-block;
  padding-right: 15px;
}

.hd-top-right {
  display: inline-block;
}

/*.language span:last-child {
    border-right: 1px solid #999!important;
    padding-right: 15px!important;
}*/
.font-size li a {
  color: #b7b7b7;
  font-size: 12px;
  padding: 0 5px;
  cursor: pointer;
}

.font-size>span {
  color: #b7b7b7;
  font-size: 12px;
  padding-right: 10px;
  text-transform: uppercase;
}

.main-nav ul li.active a,
.main-nav ul li a:hover {
  color: #fff;
}

.font-size li.active a {
  color: #f3bf21;
}

body.marathi p {
  font-size: 14px
}

.marathi .organisation-profile-vision p.font-14 {
  font-size: 15px;
}

.marathi .main-box-heading>h4 {
  font-weight: 600;
}

.marathi .main-container .intro h1 {
  font-size: 25px;
  font-weight: bold;
}

.marathi .common-box>h4 {
  font-weight: bold;
}

.text-danger {
  color: #a94442 !important;
}

.site-text h6 {
  color: #000;
  font-size: 16px;
  margin: 0;
}

.copyright {
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding-bottom: 6px
}

.bottom-links li {
  display: inline-block;
  color: #fff
}

.footer-center ul {
  margin-bottom: 5px;
  margin-top: 0
}

.edit {
  background: #230d02 none repeat scroll 0 0 !important;
  border: 1px solid #230d02 !important;
  color: #fff !important;
  min-width: auto;
  padding: 2px 10px;
}

/***** theme changes css ***/
#changecolor {
  background: #000;
  border: 1px solid #fff;
  padding: 0 3px;
  cursor: pointer;
  display: inline-block;
}

body.colorchng,
body.colorchng .main-container {
  background: #1B1B1B !important;
}

.colorchng nav {
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.colorchng nav ul li a {
  color: #fff !important;
}

.colorchng nav ul li:hover::after {
  background: #fff !important;
}

.colorchng .helpline h3,
.colorchng .helpline {
  color: #fff;
}

.colorchng .account-wrapper .fa.fa-user {
  color: #fff;
}

.colorchng .account-wrapper .btn.btn-default.dropdown-toggle {
  border: 1px solid #fff;
}

body.colorchng,
body.colorchng header,
body.colorchng .top-header,
body.colorchng .new-footer {
  background: #1B1B1B !important;
}

body.colorchng header nav ul li.active::after,
body.colorchng header nav ul li:hover::after {
  background: #fff;
}

body.colorchng .jumbotron-top,
body.colorchng .inner-featurejob-wrap,
body.colorchng .well,
body.colorchng .news-links .panel-body,
body.colorchng footer-top {
  background: #55595D
}

.colorchng .news-links .panel-heading {
  padding-bottom: 0px !important;
}

.colorchng .news-links .panel-body p,
.colorchng .news-links .panel li a,
.colorchng .shedule-dt,
.colorchng .top-job-sec a,
.colorchng .bottom-job-sec a {
  color: #fff !important;
}

.colorchng .feature-job .heading-text span {
  background: none;
  color: #fff;
}

.colorchng .feature-right span,
.colorchng .main-employer-detail-sec h4,
.colorchng .employer-chart-list .tc-chart-js-legend li {
  color: #fff;
}

.colorchng .bottom-job-sec i,
.colorchng .footer-top h4,
.colorchng .reachno span,
.colorchng .reachno>p {
  color: #fff
}

.colorchng #innerContent {
  background: none !important;
}

.colorchng .menu-tollfree-wrap {
  box-shadow: none;
  background: #fff;
}

.colorchng .menu-tollfree-wrap .top-menu li a {
  color: #fff
}

.colorchng .heading-text {
  color: #fff !important;
}

.colorchng .list-job-by .btns-group .btn {
  border: 1px solid #1B1B1B !important;
}

.colorchng .loginform-wrapper form .form-inner {
  border: 2px solid #F6B61E;
  background: #1B1B1B
}

.colorchng .loginform-wrapper form h2,
.colorchng .loginform-wrapper .form-actions label,
.colorchng .mandetory,
.colorchng .register-btn {
  color: #fff !important;
}

.colorchng .register-btn-wrap {
  border-color: #F6B61E;
}

.colorchng .search-section .submit-btn {
  background: #1B1B1B !important;
}

.colorchng .search-section .search-wrapper.ng-isolate-scope {
  border: 1px solid #1B1B1B !important;
}

.colorchng .footer-top {
  background: #55595D
}

.colorchng .reach1,
.colorchng .reach2 {
  border: 1px solid #F6B61E;
}

.colorchng .btn.video-btn,
.colorchng .second-tab {
  background: #1B1B1B
}

.colorchng .panel-heading h2 {
  background: #d6d6d6 none repeat scroll 0 0;
  color: #1b1b1b;
}

.colorchng .main-employer-detail-sec h4,
.colorchng .employer-content p,
.colorchng .employer-name {
  color: #fff
}

.colorchng .second-tab .loginform-wrapper .form-inner .form-group .form-control,
.colorchng .loginform-wrapper .form-group .form-control {
  background: #fff !important;
}

.colorchng .employer-feature-sec ul li {
  color: #fff;
}

.colorchng .panel {
  background: #55595d
}

.colorchng .panel-heading h2 {
  background: none;
  padding: 9px 7px;
}

.colorchng .panel-heading {
  background: #d6d6d6 none repeat scroll 0 0;
  padding: 0px !important
}

.colorchng .candidate-profile .tabs-section .form-group label {
  color: #F6B61E !important;
}

.colorchng .candidate-profile .candi-detail,
.colorchng .job-details {
  color: #fff;
}

.colorchng .candidate-profile .phone span {
  color: #F6B61E;
}

.colorchng .candidate-profile .tabs-section h4,
.colorchng .telephone-no,
.colorchng .tab-wrapper .log-tabs .nav-tabs a {
  color: #fff !important;
}

.colorchng .candidate-profile .phone .fa {
  background: none !important;
}

.colorchng .candi-job-status .fa,
.colorchng .email a {
  color: #fff !important;
}

body.colorchng {
  color: #fff;
}

.colorchng .o-info .form-group .control-label span,
.colorchng .o-info table th span,
.colorchng .o-info table th,
.colorchng .o-info .table .fa,
.colorchng .o-info span {
  color: #F6B61E !important;
}

.colorchng .other-details label {
  color: #fff !important;
}

.colorchng .candi-left-top,
.colorchng .top-buttons {
  right: 8px;
}

.colorchng .candi-detail .generate-receipt {
  right: -6px;
}

.colorchng table th {
  color: #F6B61E !important;
}

.colorchng table td {
  color: #fff;
}

.colorchng table.physical-attribute-table td,
.colorchng .o-info table td {
  color: #fff;
}

.colorchng .skill-information table td {
  color: #fff;
}

.colorchng .skill-information .table-striped>tbody>tr:nth-child(2n+1)>td,
.colorchng .skill-information .table-striped>tbody>tr:nth-child(2n+1)>th {
  background: none;
}

.colorchng .o-info .fa-check {
  color: #fff !important;
}

.colorchng .news-links .panel li {
  border-bottom: 1px solid #7e7e7e;
}

.colorchng .table-scrollable>.table {
  background-color: #383c41
}

.colorchng .table-striped>tbody>tr:nth-child(2n+1)>td,
.colorchng .table-striped>tbody>tr:nth-child(2n+1)>th {
  background-color: #383c41;
}

.colorchng .table-scrollable,
.colorchng .table-bordered {
  border: 1px solid #7e7e7e;
  background: #1b1b1b;
}

.colorchng hr {
  border-color: #7e7e7e;
}

.colorchng #pte_click a {
  color: #fff;
}

.colorchng .candi-left-top,
.colorchng .top-buttons {
  top: 13px;
}

.colorchng .d-info.resume p,
.colorchng .lk span {
  color: #fff;
}

.colorchng .btn.btn-secondary,
.colorchng .dlt-btn {
  background: #1B1B1B;
}

.colorchng #content-area {
  background: #616161;
}

.colorchng .form-label-left.filter {
  padding: 0 10px;
}

.colorchng ul.side-menu li a {
  background: none !important;
  color: #fff;
}

.colorchng #home .panel-heading {
  padding: 0px !important;
}

.colorchng .modal-header {
  background: #D6D6D6
}

.colorchng .modal-content {
  background: #616161;
}

.colorchng .modal-title {
  color: #1b1b1b;
}

.colorchng .modal-content label {
  color: #F6B61E
}

.colorchng .disrtrict-search label,
.colorchng .modal.intro .modal-dialog h4 {
  color: #F6B61E
}

.colorchng .menu-tollfree-wrap {
  background: #000 !important;
}

.colorchng .menu-tollfree-wrap .top-menu li.active a,
.colorchng .menu-tollfree-wrap .top-menu li a:hover {
  background: #fff;
  color: #1b1b1b !important;
}

.colorchng .menu-tollfree-wrap .top-menu li a {
  color: #fff;
}

.colorchng .modal.intro .intro-text p,
.colorchng .modal.intro .designation {
  color: #fff;
}

.colorchng .modal-header .close {
  color: #1b1b1b !important;
}

.colorchng .tabs-section .nav-tabs>li.active>a {
  color: #fff;
}

.colorchng .tabs-section.register-page .nav-tabs>li.active>a {
  color: #fff;
}

.colorchng #msform fieldset {
  background: #1B1B1B
}

.colorchng .has-error,
.colorchng .r-note li {
  color: #fff;
}

.colorchng .panel-body form .form-group label,
.colorchng .r-note li em {
  color: #F6B61E !important;
}

.colorchng .r-note {
  background: none;
}

.colorchng .register .tabs-section.register-page .nav-tabs>li.active>a {
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}

.colorchng #msform fieldset {
  border: 2px solid #7e7e7e;
}

.colorchng .error-message {
  color: #fff !important;
}

.colorchng .btn-info {
  font-size: 15px;
  background: #1b1b1b
}

.colorchng .beneficiary-detail .o-info .col-sm-6 .p-detail {
  color: #fff !important;
}

.colorchng .detail-list label {
  color: #fff
}

.colorchng .submit-btn {
  font-size: 15px;
  height: 27px;
  line-height: 21px;
  min-width: 85px;
  background: #1B1B1B !important;
  border: 1px solid #1B1B1B !important;
}

.colorchng .update-btn {
  font-size: 15px;
  background: #F6B61E !important
}

.colorchng .btn-info {
  background: #F6B61E !important;
  border: 1px solid #F6B61E !important;
}

.colorchng .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #5c5c5c !important;
}

.colorchng .dropdown-menu.inner .text {
  color: #5c5c5c !important;
}

.colorchng .form-horizontal .control-label {
  color: #F6B61E
}

.colorchng .dashboard-wrapper .well {
  background: none !important;
}

.colorchng .orange-box {
  background: none;
  border: 2px solid #694a3b
}

.colorchng .blue-box {
  background: none;
  border: 2px solid #426675
}

.colorchng .green-box {
  background: none;
  border: 2px solid #34611e
}

.colorchng .yellow-box {
  background: none;
  border: 2px solid #654800
}

.colorchng .myprofile-section .detail-list .d-info p {
  color: #fff;
}

.colorchng .myprofile-section h3 span {
  background: none;
  color: #fff !important;
}

.colorchng .generate-receipt.employee-generate-receipt {
  right: 7px;
}

.colorchng .employer-editable .detail-list label {
  color: #F6B61E !important
}

.colorchng #employment_card {
  background: none;
}

.colorchng #employment_card p,
.colorchng #employment_card h1,
.colorchng #employment_card h2,
.colorchng #employment_card h3,
.colorchng #employment_card span,
.colorchng #employment_card li,
.colorchng #employment_card a {
  color: #fff !important;
}

.colorchng #employment_card h4 {
  color: #F6B61E !important;
}

.colorchng .modal-footer {
  background: #d6d6d6
}

.colorchng .employee-registerl-edit .tabs-section .nav-tabs>li.active>a {
  color: #f6b61e !important;
}

.colorchng .employee-registerl-edit .company-logo-select span.fileupload-exists,
.colorchng .employee-registerl-edit .company-logo-select span.fileupload-new {
  background: #1B1B1B !important
}

.colorchng .employee-edit-browse .fileupload.fileupload-exists small,
.colorchng .employee-edit-browse .fileupload-preview {
  color: #fff;
}

.colorchng .scroll-outer table.table {
  background: #1b1b1b;
}

.colorchng .tabs-section .nav-tabs>li.active>a {
  color: #F6B61E;
}

.colorchng .note p {
  color: #fff;
}

.colorchng #vacancy-reservation_form .vacancy-reservationline label {
  color: #fff !important;
}

.colorchng .blue-text {
  color: #fff !important;
}

.colorchng .btn.btn-primary.update-btn {
  padding: 3px 12px;
}

.colorchng .search-list ul li {
  background: #55595D
}

.colorchng .search-list ul li {
  color: #fff;
}

.colorchng .search-list h3 a {
  color: #1B1B1B
}

.colorchng .manage-response .candi-left-top {
  top: 6px;
}

.colorchng .theme-change {
  display: inline-block;
  padding-right: 15px;
}

.colorchng .main-nav {
  background: #000;
}

.colorchng .main-nav ul li a {
  color: #fff;
}

.colorchng .main-nav ul li.active a,
.colorchng .main-nav ul li a:hover {
  background: #fff;
  color: #1b1b1b;
}

.colorchng .organisation-profile-vision p,
.colorchng .common-box p {
  color: #fff
}

.colorchng common-box ol li,
.colorchng .main-box-heading h4 {
  color: #fff;
}

.colorchng .box p,
.colorchng .director-img p,
.colorchng .working-plan .inner h3,
.colorchng .news-ann .carousel-control {
  color: #fff
}

.colorchng .content h1,
.colorchng .box h2 {
  background: none;
}

.colorchng .success-story .inner {
  background-color: #55595D !important
}

.colorchng .success-story .inner p label {
  color: #f6b61e
}

.colorchng #feedback p {
  color: #fff
}

.colorchng #feedback .modal-header button.close,
.colorchng #feedback b {
  color: #fff;
}

.colorchng #feedback .modal-header h4 {
  color: #f6b61e
}

.colorchng #feedback h5 {
  color: #f6b61e
}

.colorchng .carousel-inner .item ul li label a {
  color: #fff
}

.colorchng .news-ann .carousel-control .glyphicon {
  color: #fff
}

.colorchng .content h1 {
  color: #f6b61e
}

.colorchng .box ul li,
.colorchng .box ol li {
  color: #fff
}

.colorchng .box .accordian-wrapper .panel-body {
  padding: 15px 10px;
}

.colorchng .table-bordered>thead>tr>td,
.colorchng .table-bordered>thead>tr>th {
  background: #1b1b1b;
}

.colorchng .table-scrollable,
.colorchng .table-bordered {
  background: #1b1b1b !important;
}

.colorchng .btn.btn-primary {
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
}

.colorchng .bootstrap-select>.dropdown-toggle {
  background: #fff;
}

.colorchng .btn-wrapper {
  border: 0px;
}

.colorchng .control-label span:nth-child(2) {
  color: #fff;
}

.thumb {
  width: 100px;
  height: 100px;
  margin: 5px;
  float: left;
}

.btn-cancel {
  background: #220c02 none repeat scroll 0 0;
  border: 1px solid #220c02;
  border-radius: 0;
  color: #fff;
}

.capitalize {
  text-transform: capitalize;
}

/*.marathi .side-intro ul li.side-first{width: 180px;}
*/
/*end css*/
.product_img {
  display: inline-block;
  ;
  position: relative;
}

.product_img .cross-sign {
  position: absolute;
  right: -1px;
  top: -5px;
}

.btn.btn-primary.enable {
  background: #87b87f;
  border: 1px solid #87b87f;
  padding: 2px 10px;
  min-width: auto;
  border-color: #87b87f;
  color: #fff;
}

.btn.btn-primary.disable {
  background: #d9534f;
  border: 1px solid #d9534f;
  padding: 2px 10px;
  min-width: auto;
  border-color: #d9534f;
  color: #fff;
}

.btn.btn-sucess {
  background: green;
  border-radius: 0;
  min-width: 120px;
  color: #fff;
  border: 1px solid green;
}

.side-intro ul li {
  min-height: 84px !important;
  border-right: 1px solid #4f3703 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 302px !important;
  margin-right: 0px !important
}

.side-intro ul li .intro-img {
  padding-top: 6px !important;
  padding-bottom: 12px
}

.hd-right {
  margin: -1px 0 0 !important;
}

.side-intro ul li:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  padding-right: 0px !important
}

.side-intro ul li:first-child {
  /*width:160px!important;*/
  min-height: 86px !important;
}

/*.side-intro ul li:first-child{width: 208px !important}
.side-intro ul li:nth-child(2){width: 221px !important}
.side-intro ul li:nth-child(3){width:288px !important}
.side-intro ul li:nth-child(4){width:208px !important}*/
/*.side-intro ul li:first-child{width: 200 !important}*/
.side-intro ul li:first-child {
  width: 200px !important
}

.side-intro ul li:nth-child(2) {
  width: 180px !important
}

.side-intro ul li:nth-child(3) {
  width: 180px !important
}

.side-intro ul li:nth-child(4) {
  width: 200px !important
}

.side-intro ul li:nth-child(5) {
  width: 205px !important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .side-intro ul li {
    width: 305px !important;
  }

  /* .side-intro ul li:last-child{width: 295px!important;}
    .side-intro ul li:first-child{width: 225px!important;}*/
  .hd-right {
    margin: -3px 0 0 !important;
  }
}

.personal-info p {
  padding-top: 6px;
}

/*-----Fpo form-----*/
.form-horizontal .checkbox,
.form-horizontal .radio {
  /* min-height: 27px;*/
  vertical-align: top;
  margin-top: -2px;
}

.user-table thead tr th {
  vertical-align: top;
}

.form-horizontal .control-label {
  text-align: left;
  min-height: 1px;
  padding-right: 15px;
  /*padding-left: 35px;*/

}

.control-label {
  /*font-weight:bold;*/
}

.form-wrapper .form-group .user-table h5,
.form-wrapper .user-table h5 {

  font-weight: bold;
  padding: 0px;
}

.form-wrapper .form-group h5 {
  font-weight: bold;
}

.form-wrapper .form-group h6 {
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}

#exportabled .table {
  max-width: inherit;
  width: 1500px;
}

#exportabled_new .table {
  max-width: inherit;
  width: 1500px;
}

#exportabled_new .table {
  max-width: inherit;
  width: 1500px;
}

#exportabled_new .table {
  max-width: inherit;
  width: 1500px;
}

#uploadsanctionletter .modal-dialog {
  width: 380px
}

#uploadsanctionletter .modal-header {
  background: none;
  border: none;
}

#uploadsanctionletter button.close {
  color: #000
}

#uploadsanctionletter .modal-body {
  padding: 5px 15px
}

#uploadsanctionletter .modal-footer {
  padding: 0px 15px 10px;
  text-align: center;
  border: none;
}

.cursor_hand {
  cursor: pointer;
}

.declaration {
  font-size: 17px;
  font-family: Times New Roman;
}

.declaration h1 {
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0
}

.declaration h2 {
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: -10px 0 30px;
  line-height: 44px;
}

.declaration h3 {
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 4px dashed #000;
  padding-bottom: 25px
}

.declaration h3 a {
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.declaration h3 a:hover {
  background-color: #ff0;
  opacity: 0.4;
  box-shadow: 0px 2px 10px #ff0
}

.declaration p .para {
  text-indent: 50px
}

.declaration .input-value {
  /*border-bottom: 3px dotted #333;*/
  padding: 0 5px;
  /*min-width:120px;*/
  display: inline-block;
  text-align: left;
  margin: 0 5px;
  font-weight: bold;
  text-indent: 0;
  border-bottom: 1px dotted #ccc
}

.declaration .input-value.md {
  /*border-bottom: 3px dotted #333;*/
  /*padding: 10px;*/
  width: 350px !important;
  display: inline-block;
  /*margin: 0 7px*/
}

.declaration .input-value.sm {
  /*border-bottom: 3px dotted #333;*/
  /*padding: 10px;*/
  width: 150px !important;
  display: inline-block;
  /*margin: 0 7px*/
}

.form-horizontal.personal-info .control-label {
  padding: 0 0 0 10px;

}

.panel-title .front-title {
  margin-left: 180px;
}

.panel-title .front-title-m {
  margin-left: -282px;
}

.personal-info p {
  padding-top: 0;
}

body.marathi .personal-info p {
  font-size: 12px
}

body.marathi .form-horizontal.personal-info .control-label {
  font-size: 13px
}

#exportabled caption {
  font-weight: bold !important
}

.req {
  color: #f00;
  font-size: 1.3em;
}

font-weight:bold !important;

}

.form-actions a.forgot-link {
  float: left;
  border: 1px solid #f00
}

.form-login-btn {
  margin-top: -20px;
}

}

#d .label-warning {
  display: block;
}


.disabledTab {
  pointer-events: none;
}

.new-schemes .websites ul li {
  display: block;
  font-size: 15px;
  width: auto;
  margin: 15px 0;
}

.new-schemes .websites ul li h4 {
  font-size: 16px;
  margin: 0;
  top: 0;
}

.corporation-img-sec {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.working-plan.new-schemes .inner.websites {
  min-height: 298px
}

.working-plan .inner h3 {
  font-size: 16px
}

.corporation-img-sec h3 {
  margin-bottom: 4px
}

.new-schemes .websites ul li {
  margin: 9px 0 0;
}

.new-schemes .websites ul li h4 {
  font-size: 14px;
}

.working-plan.new-schemes .inner.websites a {
  color: #401c0c
}

.home-slider .carousel-inner,
.home-slider .carousel-inner .item img {
  height: 434px
}

.home-info-inner {
  position: absolute;
  width: 100%;
  top: 85px
}

.helpline {
  margin-top: 0px;
  font-weight: 500;
}

#exportabled {
  width: 100%;
}

#exportabled td {
  white-space: nowrap;
}

.status-slider .carousel-control.left {
  /*left: 12%;*/
}

.status-slider .carousel-control {
  height: 45px;
  top: 15px;
  width: 8%;
  background: none;
}

.status-slider .carousel-control.right {
  right: 12%;
}

.status-slider .item h3 {
  /* border: 1px solid #f00; */
  font-size: 22px;
  font-weight: 600;
  height: 63px;
  line-height: 60px;
  margin: 0 auto 5px;
  max-width: 1100px;
  text-transform: uppercase;
}

.stacks ul li {
  /*width: 28%;*/
  width: auto;
  text-align: center;
  padding: 5px 25px;
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #DDD;
}

.stacks ul li:last-child {
  border-right: none;
}

.stacks ul li .stack span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 31px;
  font-weight: 500;
  padding: 20px 0 0;
  color: #F6B61E !important;
}

.stacks ul li .stack em {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: -3px;
  font-size: 16px;
  color: #000
}

.box ul li {
  list-style-type: none !important
}

.no-month {
  text-align: center;
  margin: 35px 0 10px;
}

.no-month label {
  display: inline-block;
}

.no-month .bootstrap-select {
  display: inline-block;
}

.no-month .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 200px
}

.input-value.md {
  margin-top: 7px;
}

.candidate-details {
  padding: 0 50px
}

.date {
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  cursor: pointer;
}

.pi_form .form-group {
  min-height: 80px;
  margin: 0px;
}

#ClaimModel .modal-content {
  padding-bottom: 150px;
}

#collapse1 .panel-body a .bank_list {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 15px;
  /*color: #f5ae05;*/
  color: #401c0c;
}

.scheme_sub_doc {
  padding-left: 15px !important;
}

.ncs_links {
  display: block !important;
  text-align: left;

}

.restrictSelect {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

/**************************Customer Ticket Form CSS*****************************/


.rt-form .well {
  width: 50%;
  margin: 50px auto;
  padding: 10px 100px 50px;
}

.rt-form .well h2 {
  margin-bottom: 20px;
  border-bottom: 2px solid #F6B61E;
  padding-bottom: 10px;
  color: #220c02;
}

.rt-form .btn-primary,
.rt-form .btn-default {
  color: #fff;
  background-color: #f6b61e;
  border-color: #f6b61e;
  box-shadow: none;
  border: 0;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.rt-form .btn-default {
  color: #fff;
  background-color: #6b6968;
  border-color: #000;
  margin-left: 10px;
}

.rt-form .btn-group.open .dropdown-toggle,
.rt-form .btn-group.bootstrap-select .btn-default {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 6px 10px 5px 10px;
  font-weight: normal;
  text-transform: inherit;
  color: #666;
  font-size: 13px;
  background: #fff !important;

}

/**************************Customer Ticket Form CSS*****************************/

.quadrat {
  width: 284px;
  height: 31px;
  -webkit-animation: NAME-YOUR-ANIMATION 5s infinite;
  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 5s infinite;
  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 5s infinite;
  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 5s infinite;
  /* IE 10+, Fx 29+ */
  color: #ffffff;
  padding: 5px;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

  0%,
  49% {
    background-color: #e56d14;

  }

  50%,
  100% {
    background-color: #220c01;

  }


}


#captcha img,
#captcha canvas {
  display: inline-block
}

#captchaFp img,
#captchaFp canvas {
  display: inline-block
}

.rt-form .well {
  width: 50%;
  margin: 50px auto;
  padding: 10px 100px 50px;
}

.rt-form .well h2 {
  margin-bottom: 20px;
  border-bottom: 2px solid #F6B61E;
  padding-bottom: 10px;
  color: #220c02;
}

.rt-form .btn-primary,
.rt-form .btn-default {
  color: #fff;
  background-color: #f6b61e;
  border-color: #f6b61e;
  box-shadow: none;
  border: 0;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.rt-form .btn-default {
  color: #fff;
  background-color: #6b6968;
  border-color: #000;
  margin-left: 10px;
}

.rt-form .btn-group.open .dropdown-toggle,
.rt-form .btn-group.bootstrap-select .btn-default {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 6px 10px 5px 10px;
  font-weight: normal;
  text-transform: inherit;
  color: #666;
  font-size: 13px;
  background: #fff !important;

}

.main-content-section.ng-scope {
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 10x;
  margin: 0;
  width: 100%;
}

.disabled-link {
  pointer-events: none;
  cursor: default;
  color: gray;
  text-decoration: none;
}

.section-padding {
  padding: 70px;
  width: 100%;
}

/* search overlay */
.search-overlay {
    z-index: 20;
    width: 30%;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.search-overlay-inner {
  display: flex;
  flex-direction: column;
}

.search-overlay .search-overlay-inner form {
  width: 100%;
  position: relative; 
}
