/* ==========================================================================
 Font:  Use for Content
========================================================================== */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Oblique.woff2') format('woff2'), url('../fonts/Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
/* ==========================================================================
Global Styles
========================================================================== */
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
html,
body {
    width: 100%;
}
body {
    margin: 0;
    background: #fff;
    height: 100%;
	font-family: 'Helvetica';
}
ul li {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
select::-ms-expand {
    display: none;
}
p {
    padding: 0;
    margin: 0;
}
a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}
ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
select,
input,
button,
a {
    outline: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
button:focus {
    border: 0;
    outline: none;
}
.card-title {
    margin-bottom: 0;
}
/* ==========================================================================
Heading Tags
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.container {
    max-width: 1200px;
    width: 100%;
}
/*---- header section css strt ---*/
.bg-light {
    background-color: #fff!important;
}
.nav-link {
    color: #000;
}
.navbar-nav.ml-auto ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-left: 2rem!important;

}
.top-header {
	background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    left: 0;
}
.recent_job .media-body ul li span {
    display: inline-block;
    padding: 0px 5px 0px 0px;
}
.loader_job {
   text-align: center;
    width: 100%;
}
.loader_job img {
    max-width: 200px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #991c22;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 2rem;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 20px 0px;
}
.logo{
		width:150px;
}
/* ==========================================================================
Disbility Section
========================================================================== */
.disbility_section {
    margin-top: 0px;
}
.jumbotron {
    padding: 120px 0;
	margin-bottom:0;
}
.title {
    margin-bottom: 50px;
    text-transform: uppercase;
}
.disbility_section .disable-text {
    max-width: 676px;
    margin: 0 auto;
	text-align: center;
}
.disbility_section .disable-text h1 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 900;
}
.disbility_section .disable-text p {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
	padding-bottom: 14px;
}
.icon_card{
	display: flex;
	margin-top:30px;
	height:100px;
}

.disbility_section .icon_card img{
    padding: 0px 29px;
}
.disbility_section .media-body h5 {
    font-size: 18px;
    font-weight: 400;
	padding-left: 25px;
	color: #000;
}
.disbility_section .media-body h5 a {
	color: #000;
}
.media-txt::before {
    height: 100px;
    display: block;
    width: 3px;
    background: #E7E7E7;
    content: "";
    position: absolute;
    top: 23%;
    //left: 32%;
}
/* ==========================================================================
candidate Section
========================================================================== */
 .candidate_banner {
	 position:relative;
	 background-color:#e9ecef;
 }
.candidate_content{
	padding: 30px;
	background: #ffffff57;
	position: absolute;
	top: -10%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.candi_box{
    background-color: #991C22;
	display: flex;
}
.icon-box{
	padding:22px;
	color: #fff;
}
.candi_box .txt-right {
    align-self: center;
}
.candi_box .txt-right h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
	line-height: 35px;
}
.candibg_img {
  height:780px;
  min-height: 780px;
  background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('../img/Mask-Group.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}
.candi_content{
	color:#fff;
}
.candibg_img .candi_content h2 {
    font-size: 55px;
    margin-bottom: 30px;
}
.candibg_img .candi_content p{
	font-size:20px;
	font-weight:400;
}
.job_form{
	background:#ffffff57;
	padding: 30px;
	margin-top:30px;	
}
.job_form .form-group .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #991C22;
}
select::-ms-expand {
    display: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.job_form .form-group {
    margin-bottom: 0;
	
}
.job_form  .form-control-lg{
	border-radius:0;
}
.job_form  .form-control{
	border:none;
}
.border_right:after{
    display: block;
	content: '';
	background: #ccc;
	height: 30px;
	border: none;
	width: 2px;
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 0;
}
a.text-white i {
    padding-left: 5px;
}
.form-control.form-control-lg:focus {
    box-shadow: none;
}
.mytextwithicon {
    position:relative;
}   
/*---- hr sec css strt ----*/
.why_hr{
		padding:100px 0;
}
.why_hr_content h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 900;
}
.why_hr_content p{
	font-size:18px;
	font-weight:400;
	line-height: 32px;
}
.why_hr_content {
    padding-right: 70px;
}

/*---------*/
.recent_job {
    padding-bottom: 100px;
}
.jobss {
	display:flex;
	justify-content:space-between;
}
.recent h4 {
	font-size:35px;
	font-weight:900;
}
.jobss .browse h6 a {
    font-size: 24px;
    font-weight: 700;
    color: #991C22;
}
.jobss .browse {
    align-self: center;
}
.recent_job .media {
    border: 1px solid #F0F0F0;
    border-radius: 5px;
	padding:2%;
	margin-top: 30px;
	background: #fff;
}
.recent_job .media-body h5 {
    font-size: 24px;
    font-weight: 900;
	line-height: 32px;
    padding-bottom: 10px;
}
.recent_job .media-body h5 + span {
    margin-top: -9px;
    margin-bottom: 15px;
    display: block;
}
.recent_job .media-body h5 + span i{
    color: #991c22;
}
.recent_job .media-body ul li {
    display: inline-block;
    padding-right: 10px;
	color: #A3A3A3;
}
.recent_job .media-body {
    padding-left: 40px;
}
.recent_job .apply_btn {
    background: #991C22;
    color: #fff;
    padding: 11px 32px;
}
.recent_job .apply_btn a {
	color:#fff;
}
.recent_job .media-body ul li i {
    color: #991c22;
	font-weight: 900;
}
.recent_job .media-body i {
	padding-right: 5px;
}
/*--- looking job sec css strt ---*/ 
.looking_job {
    padding: 100px 0;
    background: #676767;
    color: #fff;
}
.looking_job .loking_best {
    display: flex;
    justify-content: space-between;
    align-self: center;
}
.looking_job .loking_best .left_txt {
    max-width: 663px;
}
.looking_job .loking_best .left_txt h4 {
    font-size: 35px;
    font-weight: 900;
    padding-bottom: 20px;
}
.looking_job .loking_best .left_txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.loking_best .right_btn a {
    background: #fff;
    color: #000;
    padding: 20px 60px;
}
.loking_best .right_btn {
    align-self: center;
}
/*---- footer sec css strt ----*/
.upper-footer {
    padding: 100px 0;
    background: #2C2C2C;
    color: #fff;
}
.upper-footer h6 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 20px;
}
.upper-footer ul li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.upper-footer ul li{
	padding-bottom:20px;
}
.copyright_sec {
    background: #1C1C1C;
}
.copyright_sec p {
    color: #747474;
    text-align: center;
    padding: 18px 0;
}

/* ==========================================================================
        Candidate job page css strt
========================================================================== */
.btn-danger {
    background-color: #991c22;
    border-color: #991c22;
}
select.form-control.form-control-lg {
	font-size: 16px;
    height: 50px;
}
input.btn-lg.btn.btn-danger.w-100.search.rounded-0 {
    height: 50px;
}
.job_description {
	padding:100px 0;
	background:#F6F6F6;
}
.job_description .textile-wrker h4 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 20px;
}
.job_description .textile-wrker .job_num {
    padding: 20px 30px;
    margin-bottom: 30px;
    background: #fff;
    margin-top: 10px;
	border: 1px solid #ECECEC;
}
.job_description .textile-wrker .job_num li {
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
}
.job_description .textile-wrker .job_num i {
    color: #991c22;
    padding-right: 7px;
	font-size: 20px;
    font-weight: 900;
}
.job_description .job_desc h4 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 20px;
}
.job_description .job_desc p {
    font-size: 18px;
    font-weight: 400;
	line-height: 32px;
}
.job_description .job_desc h6 {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 10px;
}
.job_description .job_desc .ability {
    padding-bottom: 20px;
}
.job_description .job_desc .ability li {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    list-style: inside;
}
.job_description .share_job h6 {
    font-size: 18px;
}
.job_description .related {
    background: #fff;
    padding: 30px;
	margin-top: 10px;
}
.job_description .related i {
    color: #991c22;
	font-weight: 900;
	padding-right: 10px;
}
.job_description .related h4 {
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
	margin-bottom: 15px;
}
.job_description .related h5 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
	color: #000;
}
.job_description .related h6 a {
    line-height: 28px;
	color: #000;
}
.job_description .related h6 {
    padding-bottom: 30px;
}
.share_job {
    display: flex;
	margin: 25px 0;
}
.share_job h6 {
    align-self: center;
}
.job_content{
		margin-bottom:30px;
}
/* .job_content h6{
		margin-bottom:15px;
} */
.job_description .socal_icns i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    margin-left: 10px;
}
i.fa.fa-share-alt {
    background: #95CF3A;
}
i.fa.fa-facebook {
    background: #4267B2;
}
i.fa.fa-twitter {
    background: #55ACEE;
}
i.fa.fa-linkedin {
    background: #0077B5;
}
i.fa.fa-envelope {
    background: #7D7D7D;
}
.submit_btn .submit {
    background: #991c22;
	border:1px solid #991c22;
    color: #fff;
    padding: 12px 37px;
    display: inline-block;
	margin-bottom: 10px;
}
.submit_btn .submit:hover {
	background: transparent;
	border:1px solid #991c22;
    color: #991c22;
}
.stats{
	margin:30px 0;
}
/* ==========================================================================
        Candidate login page css strt
========================================================================== */
.sign_in {
    background: #F6F6F6;
    padding: 100px 0;
	margin-top: 75px;
}
.sign_in .existing-candi {
    background: #fff;
    padding: 30px;
}
.sign_in .exist{
	padding-top:20px;
}
.sign_in .new{
	padding-top:20px;
}
.sign_in .existing-candi h5 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 6px;
    line-height: 35px;
}
.sign_in .existing-candi p {
    line-height: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}
.sign_in .our_button {
    color: #fff;
    background-color: #991c22;
    border-color: #991c22;
    width: 100%;
    padding: 13px;
    font-size: 18px;
    line-height: 21px;
	border-radius:0;	
}
.our_button {
    color: #fff;
    background-color: #991c22;
    border-color: #991c22;
    padding: 11px;
    font-size: 18px;
	border-radius:0;
}
.our_button:hover {
    color: #fff;
}
.sign_in .existing-candi .text-right {
    color: #991c22;
	padding-top: 20px;
    display: block;
}
.form-check {
    padding-bottom: 10px;
}
.uplod {
  width: 100%;
  height: 100px;
  border: 4px dashed #991c22;
}
.uplod h6{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 91px;
  color: #991c22;
}
.uplod input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  outline: none;
  opacity: 0;
}
input::placeholder {
    font-size: 16px;
}
.sign_in .uplod-txt h6 {
    padding-top: 15px;
	color: #B9B9B9;
}
.sign_in .existing-candi .form-control {
    height: 60px;
	font-size: 16px;
}
.sign_in .form-check-txt {
    font-size: 15px;
}
.sign_in .existing-candi .form-control.edu {
	height: 100px;
}
.sign_in .existing-candi .wrap {
    position: relative;
}
.sign_in .existing-candi .wrap .caret_icon {
    position: absolute;
    right: 25px;
    top: 52px;
	color: #991c22;
}
/* ==========================================================================
        employer post job page css strt
========================================================================== */
.post_job_deatils {
    background: #F6F6F6;
    padding: 100px 0;
	margin-top: 75px;
}
.post-job .form-group.bordr-botm {
    padding-bottom: 40px;
    border-bottom: 1px solid #ECECEC;
}
.post-job h5 {
    font-size: 22px;
    font-weight: 900;
    padding: 20px 0;
}
.form-check-inline {
    margin-right: 0;
}
.bordr-out p {
    border: 1px solid #DCDCDC;
    background: #fff;
    padding: 33px;
    line-height: 32px;
    font-size: 18px;
}
.form-group.bordr-botm h6 {
    padding-top: 20px;
}
.bordr-out .require {
    border: 1px solid #DCDCDC;
    background: #fff;
    padding: 33px;
    line-height: 40px;
    font-size: 18px;
}
.post-job .wrap-date {
    position: relative;
}
.post-job .wrap-date .down-icn {
    position: absolute;
    right: 20px;
    top: 90px;
	color: #991c22;
}
.post-job .form-control {
    height: 60px;
}
.post-job .form-group .prsnl-detail {
    font-size: 22px;
    font-weight: 900;
    padding: 15px 0;
}
.post-job .stats .txt-red {
    color: #991c22;
	padding-bottom: 10px;
	font-size: 18px;
}
.stats p {
    font-size: 18px;
}
.stats ul li{
	display:inline-block;
	color: #ccc;
	font-size: 18px;
}
.stats ul li a {
    color: #ccc;
}
.uplod-here {
    color: #991c22;
}
textarea.form-control.text {
    height: 400px;
    font-size: 18px;
    line-height: 32px;
    padding: 30px;
}
.form-group .txtarea-heading {
    font-size: 22px;
    font-weight: 900;
}
/* ==========================================================================
        candidate detail select page css strt
========================================================================== */
.slect-detail {
    background: #F6F6F6;
    padding: 100px 0;
}
.slect-detail .full-details {
    margin-bottom: 40px;
}
.slect-detail .full-details b {
    font-size: 18px;
	line-height: 32px;
}
.full-details .resume-dwnld a {
    color: #991c22;
}
.nav-item.sign_out .nav-link {
    color: #991c22;
}
/* ==========================================================================
        registration success page css strt
========================================================================== */
.register{
    background: #F6F6F6;
    padding: 100px 0;
	margin-top: 75px;	
}
.registr-suces {
    max-width: 570px;
    margin: 0 auto;
    padding: 130px 0;
    background: #fff;
    text-align: center;
}
.registr-suces .suces-gren {
    color: #1DDC89;
    font-size: 18px;
    padding-bottom: 20px;
}
.registr-suces h5 {
    font-size: 26px;
    font-weight: 900;
    line-height: 31px;
    padding-bottom: 15px;
}
.registr-suces a {
    background: #991c22;
	border:1px solid #991c22;
    color: #fff;
    padding: 12px 50px;
    display: inline-block;
}
.registr-suces i {
    font-size: 100px;
	color: #1DDC89;
	margin-bottom: 10px;
}
/* ==========================================================================
        candidate signin page css strt
========================================================================== */
.sign-btn a {
    display: block;
    width: 356px;
    margin: 20px auto;
}
.registr-suces .serch-job {
    background: transparent;
    border: 1px solid #991c22;
    color: #991c22;
    padding: 12px 50px;
}
.registr-suces .serch-job:hover {
    background: #991c22;
    border: 1px solid #991c22;
    color: #fff;
}
h3.widget-title {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 20px;
}
/* ==========================================================================
       candidate search page css strt
========================================================================== */
.recent_job.available {
    padding: 100px 0;
    background: #F6F6F6;
}
.jobss .recnt h6 {
    font-size: 18px;
	font-style: italic;
}
.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  padding: 8px;
  text-decoration: none;
}
.pagination a.active {
  color: #991c22;
}
.pagination a i {
    background: #991c22;
    color: #fff;
    padding: 7px 10px;
}
.post_job_deatils .form-row .form-group .icon{
    position: absolute;
    top: 78%;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #991C22;
}
.listing-logo{
    max-width: 80px;
}
img.custom-logo {
    width: 150px!important;
}
.nav-item a {
    color: #000;
}
/*---  Responsive  ---*/
@media only screen and (min-width: 991px) {
	.candidate_content{
		max-width: 75%;	
	}	
}
@media only screen and (max-width: 991px) {
	.looking_job .loking_best {
		display: block;
	}
	.border_right:after {
		display: none;
	}
	.loking_best .right_btn {
		margin: 15px 0;	
	}
	.looking_job {
		padding: 60px 0;
	}
	.upper-footer {
		padding: 60px 0;
	}
	.why_hr_content {
		padding-right: 0;
	}
	.navbar-nav.ml-auto ul li {
		display: block;
	}
	.candi_box{
		margin: 15px 0;
	}
	.candibg_img .candi_content h2 {
		font-size: 36px;
	}
	.why_hr_content h2 {
		font-size: 28px;
	}
	.candi_box .txt-right h3 {
		font-size: 15px;
		line-height: 20px;
	}
	.candidate_content{
		top: -19%;		
	}	
}
@media only screen and (max-width: 767px) {
	.disbility_section .disable-text h1 {
		font-size: 26px;
	}
	.icon-box {
		padding: 15px;
	}
	.recent_job .media-body {
		padding-left: 10px;
	}
	.recent_job .media-body h5 {
		font-size: 16px;
	}
	.looking_job .loking_best .left_txt h4 {
		font-size: 28px;
	}
	.sign_in {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 550px){
	.share_job {
		display: block;
	}
	.socal_icns i {
		margin-left:5px;
	}	
	.job_description {
		padding: 60px 0;
	}
	.job_form .form-control {
		border: none;
	}
	.bordr-out .require {
		padding: 20px;
		font-size: 16px;
	}
}

body
{
	display:block;
}
.searchandfilter p
{
	margin-top: 1em;
	display:inline-block;
}
.searchandfilter ul
{
	display:inline-block;
}
.searchandfilter li
{
	list-style: none;
	display:inline-block;
	padding-right:10px;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .searchandfilter li, .widget-area .searchandfilter p
{
	display:block;
}
.searchandfilter label
{
	display:block;
}
.searchandfilter h4
{
	margin:15px 0;
	font-size:16px;
}

.searchandfilter ul > li > ul:not(.children)
{
	margin-left:0;
}

select.postform {
    font-size: 16px;
    height: 50px;
    width: 161px;
    padding: 13px;
    margin-right: -11px!important;
    border-left: 2px solid;
}
.searchandfilter.form-group input[type="text"] {
    font-size: 16px!important;
    height: 50px!important;
    padding: 20px!important;
    margin-right: -11px;
}

.searchandfilter.form-group input[type="submit"] {
    color: #fff;
    background-color: #991c22;
    border-color: #991c22;
    padding: 11px;
    font-size: 18px;
    width: 194%;
    border: none;
}
.job_form .form-group .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #991C22;
}


.existing-candi input#user_email-380 {
    height: 63px!important;
    font-size: 16px!important;
    width: 100%;
}

.existing-candi input#user_password-380 
{
 height: 63px!important;
    font-size: 16px!important;
    width: 100%;
}

.existing-candi input#um-submit-btn {
    background-color: #991c22;
    border-color: #991c22;
    width: 100%!important;
    padding: 22px!important;
    font-size: 18px;
    line-height: 21px;
    border-radius: 0;
    /* width: 100%; */
}

.existing-candi input#first_name-381 {
    height: 60px!important;
    font-size: 16pximportant;;
}
.um-modal-header {
    background: #991c22;
}


.existing-candi input#last_name-381
{
 height: 60px!important;
    font-size: 16pximportant;
}
.existing-candi input#user_email-381
{
 height: 60px!important;
    font-size: 16pximportant;
}

.existing-candi input#phone_number-381
{
 height: 60px!important;
    font-size: 16pximportant;
}
.existing-candi input#user_login-381
{
 height: 60px!important;
    font-size: 16pximportant;
}

.existing-candi input#user_password-381
{
 height: 60px!important;
    font-size: 16pximportant;
}

.existing-candi input#1-381
{
 height: 60px!important;
    font-size: 16pximportant;
}
.existing-candi a.um-button.um-btn-auto-width {
    background: #991c22!important;
}


.sig_out menu-item menu-item-type-custom menu-item-object-custom menu-item-409.nav-item a {
    color: #991c22!important;
}

.existing-candi input#user_email-425{
height: 60px!important;
font-size: 16pximportant;
}
.existing-candi input#user_password-425
{
height: 60px!important;
font-size: 16pximportant;
}
.stats ul li a {
    color: #212529!important;
}

.textarea#work_exp 
{
width: 89%!important;
}

element.style {
}
input#start {
    height: 60px!important;
    width: 100%!important;
}
span.fa.fa-caret-down {
    display: none;
}
nav.menu-footer-menu-container a {
    color: #fff!important;
}
 input#um-submit-btn {
        background-color: #991c22;
    border-color: #991c22;
    width: 100% 
    padding: 22px!important;
    font-size: 18px;
    line-height: 21px;
    border-radius: 0;
    /* width: 100%;
}

.forgot_pas {
    background: #fff!important;
    text-align: center!important;
    padding: 30px !important;
    width: 450px !important;
    margin: 0 auto !important;
}

	.work_exp {
padding: 10px 30px;

}