.bg-main {
    background-color: #9b27b0 !important;
    box-shadow: 5px 5px 0px 5px #ececec
}
.text-cat
{
	color: #fff;
}
.title-line span
{
	color: #ff2343;
}
.heading span
{
	color: #ff2343;
}
.text-dark span
{
	color: #ff2343;
}
.about-section
{
	background-color: #e6e2e4;
}
.bg-job-bg
{
	background-color:#39393c !important;
}

.bg-job-bg span.text-dark
{
	color: #fff !important;
}

.bg-facts
{
	background-color: rgba(42, 43, 47, 0.75);
}

.home-counter h1
{
	font-size: 2rem;
}

.registration-form-box .btn.btn-primary
{
height: 45px !important;
background-color: #ff2343;
border-color: #ff2343;
}

.registration-form-box .btn.btn-primary:hover
{
height: 45px !important;
background-color: #ff2343;
border-color: #ff2343;
}




/*sidebar*/

/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/


/* Profile container */
.profile {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 50px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #000;
    font-size: 14px;
    font-weight: 400;
    background-color: #e4e4e4;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #ffffff;
    background-color: #353131;
    border-left: 2px solid #ff0066;
    margin-left: -2px;

}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.profile-username .nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;


}

.nav
{
  display: inherit !important;
    -ms-flex-wrap: wrap;
    flex-wrap: inherit !important;
}
.nav>li>a {
    position: relative !important;
    display: block !important;
    padding: 15px 20px !important

}

.profile-username .nav
{
padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}




.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cand-name
{
text-align: center;
text-align: center;
    margin: 0;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 800;
}

.login-form .btn-primary
{

background: #ff2343 !important;
    border: 1px solid #ff2343 !important;
}
.login-bg
{
 background-color: #171414;
 background: linear-gradient( rgba(10,10,10, .6), rgba(10,10,10, .6)), url(../../images/3.jpeg);
}