/*@font-face {
    font-family: 'NotoKufiArabic-Regular';
    src:   url('../NotoKufiArabic.woff') format('woff');
    src: url('../fonts/NotoKufiArabic-Regular.eot');
    src: url('../fonts/NotoKufiArabic-Regular.eot?#iefix') format('embedded-opentype')
        url('../fonts/NotoKufiArabic-Regular.woff2') format('woff2')
        url('../fonts/NotoKufiArabic.woff') format('woff')
        url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype')
        url('../fonts/NotoKufiArabic-Regular.svg#arial') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
font-family: 'Cairo', sans-serif;}
body {
    font-family: 'Cairo', sans-serif;
}
h1,h2,h3,h4,h5,h6,p {font-family: 'Cairo', sans-serif;}





img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
}

select{
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	cursor:pointer;
}
select::-ms-expand {
    display: none;
}

/*************** default ***************/

.inner-page{
	background-color: #F4F7FA;
}
.inner-page .head {
  height: 35px;
  margin-bottom: 20px !important;
  margin-top: 0;
  padding: 0;
}

/**************** Side bar ****************/

.bs-docs-sidenav li a {
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  color: #cdcdcd;
}
.bs-docs-sidenav li a::after {
  border: 1px solid;
  border-radius: 50%;
  bottom: 0;
  color: #cdcdcd;
  content: "";
  display: block;
  font-family: fontawesome;
  height: 20px;
  line-height: 20px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.bs-docs-sidenav li a:hover, .bs-docs-sidenav li.active a, .bs-docs-sidenav li a:focus{
  color: #07b5ad;
}
.bs-docs-sidenav li a:focus,.bs-docs-sidenav li a:hover{
	background-color: transparent;
}
.bs-docs-sidenav li a:hover::after, .bs-docs-sidenav li.active a::after {
  color: #07b5ad;
  content: "\f00c";
}

/**************** User-info ****************/

.inner-page .applied-button {
  text-align: right;
}
.applied-button .btn {
  display: inline-block;
}
.applied-job-title label.control-label {
  color: #777777;
  font-size: 16px;
  text-align: left;
}
body .form-control {
  border: 1px solid #999 !important;
  border-radius: 0;
  box-shadow: 0 0 !important;
  color: #777777;
  /*font-family: "NotoKufiArabic-Regular",sans-serif;*/

  font-size: 16px;
  height: 39px;
  padding: 0 10px;
  text-align: left;
  text-overflow: ellipsis;
}
body select.form-control {
  background-image: url("../../images/select-arrow.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  padding-right: 25px;
  padding-left: 6px;
}
.form-control::-webkit-input-placeholder { 
	color: #CBCBCB;
}
.form-control:-moz-placeholder { 
	color: #CBCBCB;
}
.form-control::-moz-placeholder { 
	color: #CBCBCB;
}
.form-control:-ms-input-placeholder { 
	color: #CBCBCB;
}
/* The switch - the box around the slider */
.switch {
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 18px;
  padding-left: 45px;
  position: relative;
  width: auto;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider-text {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 36px;
}
.slider-text::before {
  background-color: white;
  bottom: 1px;
  content: "";
  height: 16px;
  left: 1px;
  position: absolute;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 16px;
}


input:checked + .slider-text {
  background-color: #cbcbcb;
}

input:focus + .slider-text {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-text:before {
  -webkit-transform: translateX(17px);
  -moz-transform: translateX(17px);
  -ms-transform: translateX(17px);
  -o-transform: translateX(17px);
  transform: translateX(17px);
}
.switch .slider-on {
  display: none;
}
input:checked ~ .slider-on {
  display: inline-block;
  color: #777;
}
input:checked ~ .slider-off {
  display: none;
}
/* Rounded sliders */
.slider-text.round {
  border-radius: 34px;
}

.slider-text.round:before {
  border-radius: 50%;
}
.note {
  border-bottom: 1px solid #f1f1f1;
  color: #cbcbcb;
  font-size: 14px;
  margin-bottom: 18px;
  padding-bottom: 17px;
}
.applied-job-title .account-form h3 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}
.account-form > p {
  color: #cbcbcb;
  font-size: 16px;
}
html .form-group {
  margin-bottom: 10px;
}
.privacy-text {
  color: #cbcbcb;
  float: right;
  font-size: 14px;
  line-height: 18px;
}
.privacy-group-input {
  padding-top: 10px;
}
html hr {
  border-color: #f1f1f1;
  margin: 20px 0;
}
body .phone select.form-control {
  background-position: 94% center;
  background-size: 9px auto;
  float: left;
  font-weight: normal;
  width: 50%;
}
body .phone input,
.phone .dropdown.dropdown-select {
  float: left;
  width: 50%;
}
.phone {
  padding-right: 5px;
}
.description {
  padding-left: 5px;
}
.primary-desc {
  position: relative;
}
body .primary-desc .form-control {
  font-size: 14px;
  padding-left: 66px;
}
.primary-desc > span {
  color: #777;
  font-size: 16px;
  left: 10px;
  line-height: 38px;
  position: absolute;
}
.applied-button .btn-overlay {
  min-width: 100px;
  width: auto;
}
.location-group > p {
  color: #cbcbcb;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 0;
  vertical-align: top;
}
.applied-button .btn-overlay.btn2 {
   background: #084d60;
   color: #fff !important;
   margin-left: 8px;
}
.btn-overlay.btn2:hover::after {
  -webkit-transform: translateY(-42%) skew(25deg) scale(1);
  -moz-transform: translateY(-42%) skew(25deg) scale(1);
  -ms-transform: translateY(-42%) skew(25deg) scale(1);
  -o-transform: translateY(-42%) skew(25deg) scale(1);
  transform: translateY(-42%) skew(25deg) scale(1);
}
.location-group .btn.btn-overlay {
  float: right;
  margin-bottom: 0;
}
.address-group textarea.form-control {
  margin-bottom: 10px;
  padding: 6px 10px;
}
.address-group textarea.form-control:last-child {
  margin-bottom: 0;
}
.applied-button .btn-overlay.btn2 span {
  color: #fff !important;
}
.radio > input {
  display: none;
}
html .radio label {
  line-height: 18px;
  padding-left: 28px;
  position: relative;
}
html .radio label::after {
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
html .radio label::before {
  background-color: #03b5ad;
  border-radius: 50%;
  content: "";
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
html .radio input:checked ~ label::before {
  display: block;
}
.profile-image {
  border: 4px solid #cbcbcb;
  border-radius: 50%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  overflow: hidden;
  width: 80px;
}
.form-group .row {
  margin: 0 -5px;
}
.form-group .row [class*="col-"] {
  padding: 0 5px;
}
body .birthdate select.form-control {
  background-position: 93% center;
  padding-right: 25px;
  text-align: center;
}
.username {
  color: #777;
  font-size: 16px;
  font-weight: normal;
  padding-left: 140px;
  position: relative;
}
.username > span {
  left: 0;
  line-height: 39px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 131px;
}
body .about-group .form-control {
  height: 88px;
  padding: 7px 10px;
}
.applied-job-title .key-group label.control-label {
  padding-top: 0;
}
.key-group > p {
  color: #cbcbcb;
  font-size: 13px;
  margin-bottom: 7px;
}
body .salary-group .form-control,
.salary-group .dropdown.dropdown-select {
  float: left;
  width: 50%;
}
.salary-group .dropdown.dropdown-select .form-control {
  float: none;
  width: 100%;
}
body .salary-group select.form-control {
  background-position: 96% center;
}
.cust-checkbox label {
  color: #cbcbcb;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding-left: 25px;
  position: relative;
  padding-top: 1px;
}
.cust-checkbox label::after {
  border: 1px solid #999;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 18px;
}
.cust-checkbox label::before {
  border-bottom: 2px solid #05b5ad;
  border-left: 2px solid #05b5ad;
  content: "";
  display: none;
  height: 6px;
  left: 4px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 10px;
}
.cust-checkbox input:checked ~ label::before {
  display: block;
}
.cust-checkbox > input {
  display: none;
}
.notifications-form {
  padding: 0 15px;
}
.notifications-form .col-sm-12 .row:not(:last-child) {
  margin-bottom: 15px;
}
.notifications p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
  margin-top: 5px;
}
.notifications p span {
  display: block;
  font-size: 16px;
}
.cust-checkbox b {
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
}
.cust-checkbox input:checked ~ label {
  color: #777;
}
html .social-media {
  color: #cbcbcb;
  font-size: 18px;
  padding-left: 35px !important;
  position: relative;
}
.social-media .fa {
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 2px;
}
.networks p {
  color: #cbcbcb;
  font-size: 16px;
  margin-bottom: 0;
}
.social-media .switch {
  float: right;
  margin-top: 3px;
  min-width: 72px;
}
input:checked + .slider-text {
  background-color: #05b5ad;
}
.social-media.active, .networks.active > p {
  color: #777;
}
.social-media.active .fa {
  color: #05b5ad;
}

.password-secured {
  color: #05b5ad;
  font-size: 16px;
  line-height: 34px;
}
.btn.btn-overlay.password-btn {
  background-color: transparent;
  border: 1px solid #084d60;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 95%;
}
.btn.btn-overlay.password-btn span {
  color: #084d60;
}
.btn.btn-overlay.password-btn:hover span {
  color: #fff;
}
.authentication-extra {
  color: #777;
  font-size: 14px;
}
.authentication-extra b {
  display: block;
}
.phone::after {
  clear: both;
  content: "";
  display: block;
}
.social-form .row:not(:last-child) {
  margin-bottom: 15px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0px, -75%);
  -moz-transform: translate(0px, -75%);
  -ms-transform: translate(0px, -75%);
  -o-transform: translate(0px, -75%);
  transform: translate(0px, -75%);
}
.modal.in .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.modal-open {
  height: auto;
}
.password-popup .modal-dialog {
  background-color: #074b5f;
  margin: 0 auto;
  max-width: 95%;
  padding: 0 60px;
  width: 1170px;
  max-height: 80%;
}
.make-secure {
  background-color: #fff;
  margin: -25px 0;
  padding: 35px 40px 40px;
}
.make-secure > h3 {
  color: #232323;
  font-size: 34px;
  margin: 0 0 20px;
}
.make-secure input {
  background-image: url("../../images/lock.png");
  background-position: right center;
  background-repeat: no-repeat;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cbcbcb; 
  color: #777;
  font-size: 16px;
  height: 40px;
  padding: 0 20px 0 0;
  width: 100%;
}
.make-secure > h3 {
  border-bottom: 1px solid #cbcbcb;
  color: #232323;
  font-size: 34px;
  margin: 0;
  padding-bottom: 20px;
}
.make-secure button {
  background-color: #03b5ad;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  margin-top: 20px;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.make-secure button:hover {
  background-color: #074b5f;
}
.description-pass h2 {
  color: #fff;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 16px;
}
.description-pass > p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.description-pass {
  padding: 45px 0 0 15px;
}
.modal {
  background-color: rgba(7, 77, 95, 0.5);
}
.modal .close {
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 24px;
  font-weight: normal;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: -32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.modal .close::after {
  background-image: url("../../images/close-icon.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  font-size: 28px;
  height: 26px;
  margin-left: 10px;
  margin-top: -2px;
  vertical-align: middle;
  width: 26px;
}
.modal .close:hover::after {
  background-position: -37px 0;
}


.iframe-map {
  border: 1px solid #d7d1d2 !important;
  height: 418px;
  width: 100%;
  margin: 25px 0 20px;
}
.map-location h3 {
  font-size: 30px;
  margin: 0 0 10px;
}
.map-location p {
  color: #cbcbcb;
  font-size: 18px;
  line-height: 120%;
}
.map-location .modal-dialog {
  background-color: #fff;
  margin: 0 auto;
  max-height: 85%;
  overflow: auto;
  padding: 5px;
  max-width: 95%;
  border-radius: 3px;
  width: 1170px;
}
.location-desc h4 {
  font-size: 24px;
  margin: 0 0 8px;
}
.location-desc > p {
  color: #777;
  font-size: 16px;
  margin: 0;
}
.map-location .applied-button {
  padding-top: 12px;
  text-align: right;
}


.sticky_sidebar .bs-docs-sidebar {
  bottom: 0;
  left: 50%;
  margin-left: -570px;
  overflow: auto;
  position: fixed;
  right: auto;
  top: 85px;
  width: 262px;
  z-index: 99;
}
.password-popup .close:hover {
  color: #000;
}
.applied-button .btn-overlay.phone-btn {
  background-color: #084d60;
  border-color: #0e728e;
}
.applied-button .btn-overlay.phone-btn span {
  color: #fff !important;
}
/* my account */

#header-1 .search-box {
  top: 26px;
}
.scrollToTop {
  background-color: #07b5ad;
  border-radius: 4px;
  bottom: 15px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 35px;
}
.scrollToTop:hover {
  background-color: #777;
}
#header-1.show .search-box::before {
  border-color: #074c60 transparent;
  border-style: solid;
  border-width: 0 8px 8px;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  right: 348px;
  width: 0;
}
html .navicon {
  height: 18px;
}


/* home page */
body {
  background-color: #f4f7fa;
}
.home-form {
  clear: both;
  margin-bottom: 20px;
  padding: 0 15px;
}
.home-form .search-box input {
  color: #cbcbcb;
  font-size: 18px;
  height: 56px;
  padding: 0 20px;
  border-right: 1px solid #f1f1f1;
  border-radius: 5px 0 0 5px;
}
body .home-form .search-box .nice-select {
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  color: #cbcbcb;
  border: 0 none !important;
}
body .home-form .col-md-3:nth-child(2) .nice-select {
  border-right: 1px solid #f1f1f1 !important;
}
.home-form .row {
  margin: 0;
}
.home-form .nice-select::after {
  border-color: #cccccc;
  height: 14px;
  right: 25px;
  top: 22px;
  width: 14px;
}
.home-form .search-box .btn {
  background-color: #084d60;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
}
.home-form .col-xs-12:first-child .nice-select {
  border-radius: 5px 0 0 5px;
}
.home-form .search-box {
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.home-form .dropdown-select.dropdown .caret {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-family: FontAwesome;
  font-size: 30px;
  margin-top: 0;
  right: 20px;
  top: 0;
}
.dropdown-select.dropdown .caret {
  background-image: url("../../images/select-arrow.png");
  background-repeat: no-repeat;
  border: 0 none;
  float: right;
  height: 6px;
  margin-top: 9px;
  position: absolute;
  right: 12px;
  top: 8px;
  width: 11px;
}
.home-form .dropdown-select.dropdown .caret::after {
  content: "\f107";
}
.home-section .applied-job h3 {
  font-size: 18px;
  margin-top: -3px !important;
}
.home-section .app-jobs .applied-job ul li {
  margin-bottom: 0;
}
.home-section .grid li h2 {
  font-size: 14px;
}
.home-section .app-jobs .applied-job ul.job-ul li {
  margin-bottom: 5px;
}
.job-ul p {
  color: #777;
  font-size: 14px;
}
.btns-bottom .btn-overlay {
  float: right;
  margin: 0 !important;
  width: auto;
  text-decoration: none;
}
.wishlist {
  color: #cccccc;
  float: left;
  font-size: 13px;
  line-height: 35px;
}
.wishlist a {
  color: #cccccc;
}
.wishlist a:hover {
  color: rgb(7, 181, 173) !important;
}
.btns-bottom {
  margin-top: 10px;
}
.wishlist .fa.fa-heart-o {
  font-weight: bold;
  margin-right: 7px;
}


.box-recruiters {
  background-color: #fff;
  border: 1px solid #CBCBCB;
  padding: 20px;
  text-align: center;
}
.profile-recruiters {
  border-radius: 50%;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  width: 120px;
}
.profile-recruiters img {
  width: 100%;
}
.col-sm-6.control-label > span {
  color: red;
}
.app-jobs {
  padding: 15px 20px;
}
.authentication-extra,
#security .form-group:last-child {
  margin-bottom: 0;
}
.btn.btn-overlay.profile-btn {
  background-color: transparent;
  border: 1px solid #084d60;
  padding: 6px 7px;
  margin-bottom: 5px;
  min-width: 160px;
}
.btn.btn-overlay.profile-btn span {
  color: #084d60;
}
.btn.btn-overlay.profile-btn:hover span {
  color: #fff;
}
.applied-button.bottom-button {
  margin-top: 10px;
}
.social-media.active > span {
  display: none;
}
.authentication-group .switch {
  margin-top: 3px;
}


.desc-recruiters > p,
.viewer-box p {
  color: #777777;
  font-size: 14px;
  line-height: 120%;
}
.desc-recruiters > h3 {
  color: #232323;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 0;
  margin-top: 16px;
}
.desc-recruiters ul {
  margin: 0 auto;
  max-width: 250px;
}
.desc-recruiters li {
  color: #777;
  float: left;
  font-size: 14px;
  line-height: 20px;
  width: 50%;
}
.total-recruitment .applied-button .btn-overlay {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.total-recruitment {
  border-top: 1px solid #cbcbcb;
  margin-top: 10px;
  padding-top: 6px;
}
section {
  padding: 20px 0;
}
.all-body {
  padding: 20px 0 40px;
}
.main-banner.all-body > img {
  max-width: 100%;
  width: 100%;
}
.main-banner.all-body {
  padding-bottom: 0;
}
.home-section .current {
  color: #cbcbcb;
}
.home-section .app-jobs {
  margin-bottom: 0;
  padding: 15px 0 20px;
}
.main-title {
  font-size: 30px;
  margin: -5px 0 28px;
}
.desc-recruiters li span {
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: middle;
}
.total-recruitment > p {
  color: #777;
  font-size: 18px;
}
.recruiters > .row > .col-md-4:not(:nth-last-child(-n+3)) {
  margin-bottom: 30px;
}
.btn-overlay span {
  display: block;
  text-align: center;
}


@media not all and (min-resolution:.001dpcm) { @media
{
    .applied-button .btn-overlay {
  padding: 9px 7px 5px;
}
.all-job-applied .btns-bottom .btn-overlay {
  padding-top: 9px !important;
  padding-bottom: 5px !important;
}
.follow .btn-overlay {
    padding-bottom: 6px;
    padding-top: 8px;
}
.tab-content .btn-overlay {
  padding-top: 8px !important;
  padding-bottom: 6px !important;
}
.staff-box .btn.btn-overlay {
  padding-bottom: 5px !important;
  padding-top: 7px !important;
}
.viewer-box .btn-overlay {
  height: auto;
  line-height: 36px;
  padding-top: 2px;
}
}}

.employers-section {
  background-color: #fff;
  padding: 20px;
}
.employers-section .main-title {
  margin-bottom: 19px;
}
.employers-box {
  border: 1px solid #f1f1f1;
  height: 160px;
  position: relative;
  width: auto;
}
.employers-box > img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 0;
}
.employers-section > .row > .col-xs-6:not(:nth-last-child(-n+6)) {
  margin-bottom: 30px;
}
.employers-section .applied-button {
  margin-top: 20px;
  text-align: center;
}
.categories-section .nav-tabs li {
  width: 50%;
}
.categories-section .nav-tabs > li > a {
  background-color: transparent !important;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
  vertical-align: top;
}
.tab-title > img {
  bottom: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  left: 0;
  margin: auto;
  max-width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nav a:hover .tab-title > img, .nav .active a .tab-title > img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.nav a:hover .tab-title p, .nav .active a .tab-title p {
  color: #000;
}
.tab-title > p {
  color: #CBCBCB;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  text-align: left;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tab-title span {
  display: block;
  font-size: 18px;
  margin-bottom: -6px;
}
.categories-section .nav.nav-tabs {
  border-top: 0 none;
  margin-bottom: 25px;
}
.box-categories {
  background-color: #fff;
  min-height: 141px;
  padding: 20px 0 16px;
  position: relative;
  text-align: center;
}
.categories-section .tab-pane li {
  float: left;
  padding: 0 8px;
  width: 14.285%;
}
.categories-section .tab-pane ul {
  margin: 0 -8px;
}
.box-categories > img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 25px;
  max-width: 100%;
}
.box-categories > h2 {
  color: #232323;
  font-size: 20px;
  line-height: 100%;
  margin: 6px 0 0;
}
.box-categories > span {
  color: #06b5ad;
  display: block;
  font-size: 30px;
  line-height: normal;
}
.box-categories > p {
  color: #777777;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 0;
}
.box-categories > a, .grid-btn .box.grid-view > a {
  color: #074d5f;
  font-size: 18px;
  left: 50%;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.box-categories > a:hover, .grid-btn .box.grid-view > a:hover {
  color: #06b5ad;
}
.app-jobs .first {
  border-top: 1px solid #cbcbcb !important;
  border-bottom: 0 none;
}
.app-jobs .all-job-info:last-child .first {
  border-bottom: 1px solid #cbcbcb;
}
.search-box input {
    border-radius: 0;
}
.grid .box.list-view,
.box.grid-view {
  display: none;
}
.grid .box.grid-view {
  display: block;
}
.featured-text .applied-job {
  padding-left: 20px;
  position: relative;
}
.featured-content {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: -32px;
  margin: 0;
  position: absolute;
  top: 34px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.featured-text::before {
  background-color: #074b5f;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.list-view .applied-job ul li h3 {
  color: #232323;
  font-size: 16px;
  font-weight: bold;
}
.list-view .applied-job h2 {
  color: #777;
  font-size: 14px;
margin-top: 21px;
}
.featured-text.list-view .applied-job ul li h3 {
  color: #fff;
}
.featured-text.list-view .applied-job h2,
.featured-text.list-view .applied-job .job-ul h2 {
  color: #cbcbcb;
}
.list-view .applied-job li p {
  color: #232323;
  font-size: 14px;
  line-height: 120%;
  margin-top: 6px;
  max-width: 260px;
}
.list-view.featured-text .applied-job li p {
  color: #fff;
}
.home-section .app-jobs .list-view .applied-job ul.job-ul li {
  margin-bottom: 13px;
}
.list-view .wishlist {
  color: #cbcbcb;
  line-height: normal;
  /*position: absolute;*/
  right: 100px;
  top: 0;
}
.list-view .wishlist a {
  color: #cbcbcb;
}
.list-view.featured-text .wishlist {
  right: 50px;
}
.list-view.featured-text .wishlist a,
.list-view .applied-job .job-ul h2 {
  color: #777;
}
.per-month > span {
  display: inline-block;
  font-size: 12px;
  margin-top: -6px;
  vertical-align: top;
}
.per-month {
  color: #06b5ad;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: -8px;
  margin-top: -5px;
  text-align: right;
}
.list-view .btns-bottom {
  margin-top: 0;
}
.list-view.featured-text .btns-bottom-overlay {
  background-color: #fff;
}
.btn-overlay::after {
    left: 3px;
    width: 120%;
}
.list-view.featured-text .btns-bottom .btn-overlay span {
  color: #074b5f;
}
.list-view.featured-text .btns-bottom .btn-overlay {
  background-color: #fff;
}
.list-view.featured-text .btns-bottom .btn-overlay:hover span {
  color: #fff;
}
.list-view .applied-job ul.job-ul {
  padding-left: 95px;
}
/*.app-jobs .applied-button {
  margin-top: 20px;
  text-align: center;
}*/
.user-info-three h3.head {
  font-size: 30px;
  margin-bottom: 14px !important;
  padding: 0 5px;
}
.home-section .all-job-info {
  padding: 0;
}
.grid-box {
  display: none;
}
.app-jobs .all-job-info:nth-last-child(2) .first {
  border-bottom: 1px solid #cbcbcb !important;
}
.change-view img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  margin-bottom: 2px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.change-view a:hover img, .change-view a.active-grid img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);	
  filter: grayscale(0%);
}
.home-section .change-view {
  right: 20px;
  
}
.change-view a {
  color: #cbcbcb;
  font-size: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.change-view a:hover, .change-view a.active-grid {
  color: #cbcbcb;
}

.home-section .all-job-info.grid {
  padding: 0 15px;
  display: block;
  margin-bottom: 30px;
}
.home-section .app-jobs.grid-wrap {
  padding-left: 5px;
  padding-right: 5px;
}
.grid-wrap.user-info-three h3.head {
  padding: 0;
}
.grid-wrap .col-sm-12.list-view {
  display: none;
}
.grid-box .all-job-applied.first {
  min-height: 269px;
}
.col-sm-12.list-view.list-view-btn {
  border-top: 1px solid #cbcbcb;
  clear: both;
  padding-top: 20px;
  text-align: center;
}
.top-recruiters {
  padding-bottom: 40px;
}
.grid .applied-job ul a:hover {
  color: #777;
}
.home-form .search-box .btn:hover {
  background-color: #05b5ad;
}
.home-section .app-jobs .job-ul li {
  padding-left: 25px;
  position: relative;
}
.applied-job ul img {
  display: inline-block;
  height: auto;
  left: 0;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  top: 1px;
  width: auto;
}
.grid .col-md-3:nth-child(3) .applied-job li:first-child {
  padding-left: 25px !important;
}
.home-section .app-jobs .grid-view .applied-job ul li:first-child {
  padding-left: 0;
}
.search-desktop::before {
    border: 2px solid #ccc ;
    border-radius: 50% ;
    height: 100% ;
    left: -2px ;
    top: -2px ;
    width: 100% ;
}
.search-desktop::before, .search-desktop::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.1s ease 0s;
}
.search-desktop::after {
    background: #ccc none repeat scroll 0 0;
    height: 2px;
    left: 14px;
    top: 17px;
    transform: rotate(45deg);
    width: 10px;
}
.search-desktop {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}
.all-job-applied .btns-bottom .btn-overlay {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}
.home-section .app-jobs .list-view .applied-job ul.job-ul li:last-child {
  margin-bottom: 0;
}
.job-ul li > p {
  line-height: 120%;
}
.dropdown-select .dropdown-menu {
  background-color: #fff;
  left: 0;
  padding-top: 5px;
  width: 100%;
  z-index: 1;
}
.dropdown-select .dropdown-menu > li > a {
  color: #777;
  font-size: 16px;
  padding: 6px 15px;
}
.dropdown-select.dropdown .caret {
  background-image: url("../../images/select-arrow.png");
  background-repeat: no-repeat;
  border: 0 none;
  float: right;
  height: 6px;
  margin-top: 9px;
  position: absolute;
  right: 12px;
  width: 11px;
  top: 8px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #05b5ad;
  color: #fff !important;
}
body .dropdown-select .form-control {
  padding-right: 25px;
}

body .birthdate .dropdown-select .form-control {
  text-align: center;
}
body .experience-group select.form-control {
  background-position: 96% center;
}
/* home page close */



/* company profile page */
.company-section {
  padding-top: 82px;
}
.profile-box {
  background-color: #fff;
  padding: 20px 20px 13px;
  text-align: center;
}
.prof-img {
  background-color: #777;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  height: 175px;
  margin: 0 auto;
  width: 175px;
  overflow:hidden;
}
.profile-box h4 {
  color: #242424;
  line-height: 120%;
  margin: 0 0 5px;
}
.profile-box h4 span {
  color: #777;
  display: block;
  font-size: 16px;
}
.profile-box .col-sm-9 > a {
  color: #27a5fd;
  font-size: 14px;
}
.company-section a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.profile-box p {
  color: #777;
  font-size: 14px;
  line-height: 140%;
  margin-top: 5px;
}
.follow {
  color: #ccc;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0;
}
.profile-tab {
  border-top: 1px solid #ccc;
  margin: 18px 0 0;
  padding-top: 12px;
}
.profile-tab > li {
  float: left;
  padding: 0 10px;
  width: 25%;
}
.profile-tab a {
  color: #ccc;
  font-size: 18px;
}
.company-section a:hover, .profile-tab .active {
  color: #084d60;
}
.company-section .head {
  color: #242424;
  font-size: 30px;
  margin-bottom: 28px;
  margin-top: 0;
}
.company-section .page-link {
  margin-bottom: 18px;
  position: static;
  top: 0;
  margin-top: 0;
}

.sidebar-company {
  background-color: #fff;
  padding: 10px;
}
.sidebar-company h3 {
  color: #777;
  font-size: 20px;
  margin: 0;
}
.sidebar-company > ul {
  margin-bottom: 0;
  margin-top: 16px;
}
.sidebar-company li {
  color: #242424;
  float: left;
  font-size: 12px;
  margin-bottom: 26px;
  padding-left: 28px;
  position: relative;
  width: 50%;
}
.sidebar-company li:nth-child(2n+3) {
  clear: both;
}
.sidebar-company li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.sidebar-company li img {
  display: block;
  max-width: 100%;
}
.detail-img {
  height: 30px;
  left: 0;
  top: 6px;
  position: absolute;
  text-align: center;
  width: 28px;
}
.sidebar-company li:nth-child(4) img {
  margin-left: 3px;
}
.sidebar-company li:nth-child(2n) {
  margin-left: 2%;
  width: 48%;
}
.company-details-wrap {
  background-color: #fff;
  margin-top: 20px;
  padding: 15px 20px;
}
.about-company:not(:last-child) {
  margin-bottom: 22px;
}
.about-company > h3 {
  color: #000;
  display: inline-block;
  font-size: 24px;
  margin: 0 0 15px;
  vertical-align: top;
}
.about-company > p:last-child {
  margin-bottom: 0;
}
.about-company a {
  color: #ccc;
  float: right;
  font-size: 17px;
}
.about-company > p {
  color: #777;
  font-size: 14px;
  line-height: 140%;
}
.about-wrap-section .edit-details {
  background-image: url("../../images/pen-img.png");
  display: block;
  height: 20px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  width: 20px;
}
.about-wrap-section .edit-details:hover {
  background-position: -31px 0;
}
.company-details-edit .about-company {
  padding-left: 30px;
  position: relative;
}	
.about-select {
  
  left: 0;
  position: absolute;
  top: 3px;
}
.about-select input:checked ~ label {
  background-color: #04b5ad;
  border-color: #04b5ad;
}
.about-select input {
  display: none;
}
.about-select label {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.about-select label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 6px;
  left: 3px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 11px;
}
.about-wrap-section .company-edit {
  position: relative;
  z-index: 1;
}
.company-edit li {
  float: left;
  margin-left: 18px;
}
.company-edit li a {
  color: #ccc;
  font-size: 16px;
}
.company-edit ul {
  float: right;
  margin-bottom: 14px;
}
.company-edit li a:hover, .company-edit li.active a {
  color: #000;
}
body .add-new-form .form-control {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  padding: 8px 0;
}
html .add-new-form .form-group {
  margin-bottom: 0;
}
.add-new-form .btn-overlay {
  display: block;
  margin: 10px 0 16px auto;
  width: 48px;
}
.company-edit li.prof-add a::before {
  background-image: url("../../images/plus-icon.png");
  background-position: -41px 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 5px;
  vertical-align: top;
  width: 21px;
  margin-top: 1px;
}
.company-edit li.prof-add a:hover::before,
.company-edit li.prof-add.active a::before {
  background-position: 0 center;
}
.company-edit li.prof-delete a::before {
  background-image: url("../../images/close.png");
  background-position: -37px 0;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
  width: 16px;
}
.company-edit li.prof-delete a:hover::before, .company-edit li.prof-delete.active a::before {
  background-position: 0 0;
}
.add-new-form .btn-overlay::after {
  width: 150%;
}
/**/

/* profile contact */
.contact-label {
  color: #777777;
  font-weight: bold;
  line-height: 140%;
  padding-left: 55px;
  position: relative;
  font-size: 16px;
}
.contact-label > img {
  left: 0;
  position: absolute;
  top: -2px;
}
.contact-desc {
  color: #777;
  font-size: 16px;
}
.prof-contact > .row:not(:last-child) {
  margin-bottom: 16px;
}
.prof-title > h4 {
  color: #232323;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 0;
  vertical-align: top;
}
.prof-title .edit-details {
  background-image: url("../../images/pen-img.png");
  display: block;
  height: 20px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  width: 20px;
  float: right;
  margin-top: 5px;
}
.prof-title .edit-details:hover {
  background-position: -31px 0;
}
.contact-desc > span {
  display: block;
  margin-top: 15px;
}
.contact-social > li {
  color: #777;
  float: left;
  font-size: 16px;
  width: 33.33%;
}
.contact-social > li i {
  color: #03b5ad;
  display: inline-block;
  font-size: 20px;
  margin-right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.contact-social {
  margin: 0;
}
.radio2 > input {
  display: none;
}
.radio2 > label {
  color: #cbcbcb;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding-left: 28px;
  position: relative;
}
.radio2 > label::after {
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.radio2 > label::before {
  background-color: #03b5ad;
  border-radius: 50%;
  content: "";
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.radio2 > input:checked ~ label::before {
  display: block;
}
.radio2 > input:checked ~ label {
  color: #232323;
}
.map-contact img {
  display: block;
  margin-top: 10px;
}
.contact-btn {
  float: right;
  padding: 3px 0;
}
.contact-btn > a {
  color: #777777;
  font-size: 16px;
  margin-left: 18px;
}
.contact-btn > a:hover {
  color: #000;
}
body .contact-desc .phone select.form-control {
  padding-right: 14px;
}
.contact-section .applied-button {
  margin-top: 10px;
  text-align: right;
}
.contact-desc.form-group {
  margin-bottom: 0;
}
.red {
  color: red;
}
.contact-edit .prof-contact > .row:not(:last-child),
.contact-desc.form-group.social-input:not(:last-child) {
  margin-bottom: 10px;
}

body .social-input select.form-control {
  background-color: transparent !important;
  background-position: 95% center;
  padding-left: 38px;
  position: relative;
  z-index: 9;
}
.select-wrap {
  position: relative;
}
.select-wrap .fa {
  color: #03b5ad;
  font-size: 20px;
  left: 12px;
  line-height: 39px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.contact-edit .social-label {
  line-height: 38px;
}
.map-contact .company-edit {
  float: right;
}
.location-edit-sec .contact-label {
  padding-top: 7px;
}
.location-edit-sec .cust-checkbox {
  padding-top: 7px;
}
.contact-label > p {
  color: #cbcbcb;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 0;
}
.location-edit-sec .row.form-group:last-child {
  margin-bottom: 0;
}
.map-contact .prof-title > h4 {
  font-size: 18px;
}
.map-contact .cust-checkbox label {
    padding-top: 1px;
}
.contact-section .map-contact .applied-button {
  margin: 0;
}
.map-contact .applied-button .btn-overlay {
  float: left;
  width: 48%;
}
.map-contact .applied-button .btn-overlay:last-child {
  float: right;
  margin: 0;
}
.prof-contact .row:nth-child(3) .contact-label > img {
  top: 17px;
}
.contact-edit .prof-contact .row:nth-child(3) .contact-label > img {
  top: 0;
}
.prof-contact .row:nth-child(6) .contact-label > img {
  top: -5px;
}
.contact-label > span {
  color: red;
}
.location-edit-sec {
  margin-top: -8px;
}
.map-contact .location-edit-sec ~ .row .applied-button {
  margin-top: 20px;
}
.map-contact .location-edit-sec ~ .row .applied-button .btn-overlay {
  float: none;
  margin-top: 0;
  width: auto;
}
.follow .btn-overlay {
  width: 68px;
  margin-bottom: 6px;
}
/* profile contact close*/

/* profile staff */
.staff-box {
  border: 1px solid #cbcbcb;
  padding: 20px;
  position: relative;
  text-align: center;
}
.staff-prof-img {
  border-radius: 50%;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  width: 60px;
}
.staff-box > h4 {
  color: #232323;
  font-size: 16px;
  margin: 8px 0 5px;
}
.staff-box > p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
}
.staff-box li {
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.staff-box li img {
  left: 0;
  max-width: 15px;
  position: absolute;
  top: 3px;
}
.staff-box li p {
  color: #777;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  vertical-align: top;
}
.staff-box li span {
  color: #232323;
  float: right;
  font-size: 14px;
  width: 41%;
}
.staff-box .btn.btn-overlay {
  background-color: transparent;
  border: 1px solid #074d5f;
  font-size: 16px;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
}
.staff-box .btn.btn-overlay span { 
  color: #074d5f;
}
.staff-box .btn.btn-overlay::after {
  left: -10px;
  width: 150%;
}
.staff-box li:last-child img {
  margin-top: 3px;
}
.staff-box .btn.btn-overlay:hover span {
  color: #fff;
}
.staff-section > .row {
  margin: 0 -10px;
}
.staff-section > .row > [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}
.staff-section > .row > [class*="col-"]:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.staff-section > .row > [class*="col-"]:nth-child(3n+4) {
  clear: both;
}
.pagination > li {
  display: inline-block;
  line-height: 120%;
  vertical-align: top;
}
html .pagination > li > a {
  border-radius: 0 !important;
  color: #cbcbcb;
  display: inline-block;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 180%;
  padding: 0 7px;
  vertical-align: top;
}
html .pagination > li > a:hover, html .pagination > li.active > a {
  color: #06b5ad !important;
}
html .pagination > li.active > a {
  font-weight: bold !important;
  padding: 6px 5px;
}
html .pagination > li > a.next, html .pagination > li > a.prev {
  background-image: url("../../images/arrow-icon.png");
  background-size: 25px auto;
  height: 14px;
  margin: 8px 10px 0;
  padding: 0;
  width: 9px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
html .pagination > li > a.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
html .pagination > li > a.next:hover, html .pagination > li > a.prev:hover {
  background-position: -17px 0;
}
.pagination {
  display: block;
  margin-top: 16px;
  padding: 0;
}
.staff-section .pagination > li > span {
  color: #cbcbcb;
}
.staff-section .prof-title > h4 {
  margin-bottom: 5px;
  color: #000000;
}
.staff-section .prof-title > p {
  color: #cbcbcb;
  font-size: 16px;
  margin-bottom: 19px;
}


/* profile grid  */
.profile-grid .grid .all-job-applied {
  padding: 20px;
}
.profile-grid .job-ul > li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  height: auto;
}
.profile-grid .job-ul > li:first-child img {
  left: 3px;
}
.profile-grid .applied-job h3 {
  font-size: 18px;
  margin-top: -3px;
}
.profile-grid .job-ul span {
  color: #06b5ad;
  display: block;
  margin-top: 3px;
}
.profile-grid .btns-bottom .btn-overlay {
  float: left;
  width: 48%;
  padding-left: 0;
  padding-right: 0;
}
.profile-grid .btns-bottom .btn-overlay:last-child {
  float: right;
}
.profile-grid .btns-bottom {
  margin-top: 20px;
}
.profile-grid .btns-bottom .btn-overlay:first-child,
.job-close .btn-overlay {
  background-color: transparent;
  border: 1px solid #084d60;
  padding-top: 6px;
}
.profile-grid .btns-bottom .btn-overlay:first-child span,
.job-close .btn-overlay span {
  color: #084d60;
}
.profile-grid .btns-bottom .btn-overlay:first-child:hover span,
.job-close .btn-overlay:hover span {
  color: #fff;
}
.profile-grid .applied-job {
  margin-bottom: 5px;
}
.profile-grid .prof-title > h4 {
  margin-bottom: 3px;
}
.profile-grid .prof-title > p {
  color: #777;
  font-size: 14px;
}
.profile-grid .change-view {
  margin-top: 8px;
}
.profile-grid .applied-job h2 {
  font-size: 14px;
}
.profile-grid .job-ul > li:last-child {
  margin-bottom: 0;
}
/* profile grid close */

/* profile list  */

.profile-list .all-job-info.list:first-child .all-job-applied {
  border-top: 1px solid #ddd;
}
.profile-list .all-job-applied {
  margin: 0 -20px;
  padding: 20px 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.profile-list .box::after {
  clear: both;
  content: "";
  display: block;
}
.profile-grid.profile-list .btns-bottom {
  margin: 0;
}
.profile-list .col-xs-12:last-child .applied-job {
  padding: 0;
}
.profile-grid.profile-list .applied-job {
  margin-bottom: 0;
}
.profile-grid .btns-bottom .btn-overlay::after {
  width: 150%;
}
/* profile list close */

/* sidebar view */
.sidebar-company.company-similar {
  margin-top: 20px;
}
.sidebar-company.company-similar > h3 {
  color: #074b5f;
  margin-bottom: 15px;
}
.company-similar h4 {
  color: #074b5f;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
  text-align: center;
}
.company-similar .carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 22px;
  position: absolute;
  top: 0;
  width: 12px;
}
.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
  display: none;
}
.company-similar .item {
  padding: 0 1px;
}
.company-similar .glyphicon-chevron-left, .company-similar .glyphicon-chevron-right {
  background-image: url("../../images/arrow-icon.png");
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  left: 13px;
  margin: -12px 0 0 -15px;
  width: 13px;
}
.company-similar .glyphicon-chevron-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -12px 0 0 -13px;
}
.company-similar .glyphicon-chevron-left:hover, .company-similar .glyphicon-chevron-right:hover {
  background-position: -27px 0;
}
.similar-logo > img {
  float: left;
  max-width: 35%;
  padding-right: 10px;
}
.prof-company-desc h5 {
  color: #777;
  font-size: 14px;
  line-height: 130%;
  margin: 0;
}
.prof-company-desc > span {
  color: #cbcbcb;
  font-size: 14px;
}
.similar-logo {
  margin-bottom: 10px;
}
.company-similar .item p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 25px;
}
.company-similar .btn-overlay,
.btn-job .btn.btn-overlay {
  background-color: transparent;
  border: 1px solid #074b5f;
  display: block;
  width: 100%;
  padding-bottom: 6px;
  padding-top: 6px;
}
.company-similar .btn-overlay span,
.btn-job .btn.btn-overlay span {
  color: #074b5f;
}
.company-similar .btn-overlay:hover span,
.btn-job .btn.btn-overlay:hover span {
  color: #fff;
}
/* sidebar view close */

/* company job view */
.job-close {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.company-job-section .applied-job .job-ul li {
  margin-bottom: 3px;
  padding-left: 25px;
  position: relative;
}
.company-job-section .applied-job ul li h2 {
  font-size: 14px;
}
.job-close .all-job-applied {
  padding: 20px 5px;
  border-bottom: 0 none;
}
.company-job-section .applied-job ul li:last-child {
  margin-bottom: 0;
}
.job-close .job-ul span {
  color: #06b5ad;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.job-close .applied-job h3 {
  font-size: 18px;
  margin-top: 0;
}
.job-close .btns-bottom {
  margin: 0;
}

.total-view {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px 20px 8px;
}
.total-view h3 {
  color: #242424;
  font-size: 24px;
  margin: -4px 0 10px;
}
.view-box > span {
  color: #777;
  font-size: 48px;
  line-height: 85%;
  margin-left: 5px;
}
.view-box > p {
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  vertical-align: top;
}
.view-box > span.text-green {
  color: #42b51a;
}
.view-box > span.text-red {
  color: #e60000;
  margin-left: -4px;
}
.prof-graph > p {
  color: #ccc;
  font-size: 14px;
  margin: 6px 0 16px;
}
.prof-graph {
  margin-top: 12px;
}
.view-prof {
  border-radius: 50%;
  float: left;
  height: 60px;
  margin-right: 18px;
  overflow: hidden;
  width: 60px;
}
.matching-box h5 {
  color: #242424;
  font-size: 16px;
  margin: 3px 0;
}
.matching-box p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
}
.matching-box .staff-box {
  border: 0 none;
  padding: 0;
   margin: 0;
}
.matching-box .staff-box li p {
  font-size: 12px;
}
.matching-box .staff-box li span {
  color: #000;
  float: none;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  line-height: 120%;
  width: auto;
}
.matching-box .staff-box li img {
  top: 0;
}
.matching-box .staff-box > li:not(:last-child) {
  margin-bottom: 3px;
}
.compatibility {
  text-align: right;
}

.compatibility > span {
  color: #04b5ad;
  font-size: 48px;
  line-height: 90%;
}
.compatibility > p {
  color: #ccc;
  font-size: 12px;
}
.prof-strength {
  text-align: center;
}
.shortlist > p,
.list-view-job .shortlist > p {
  font-size: 12px;
}
.strength > p,
.list-view-job .strength p {
  color: #ccc;
  font-size: 12px;
}

.strength {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.shortlist {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.shortlist > img {
  display: block;
  margin: 0 auto 8px;
}
.strength > span {
  background-image: url("../../images/strength.png");
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  font-size: 18px;
  min-height: 38px;
  padding-top: 13px;
}
.matching-view {
  margin-top: 15px;
}
.matching-box {
  margin: 0 -20px;
  padding: 10px 5px;
}
.matching-box:nth-child(2n) {
  background-color: #f1f1f1;
}
.matching-view > p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
}


.posted-job {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding: 20px;
}
.view-filter {
  padding-right: 80px;
  position: relative;
  margin-bottom: 20px;
}
body .view-filter select.form-control {
  background-position: 94% center;
  color: #ccc;
  width: 176px;
}



body .view-filter > select.form-control {
  float: left;
}
.staff-box .shortlist {
  left: 15px;
  position: absolute;
  top: 20px;
}
.staff-box .shortlist > img {
  width: 18px;
}
.staff-box .strength {
  max-width: 45px;
  position: absolute;
  right: 15px;
  top: 20px;
}
.staff-box .strength > span {
  background-size: 45px auto;
  font-size: 12px;
  min-height: 26px;
  padding-top: 7px;
}
.shortlist > p.shortlist-text {
  color: #ccc;
}
.posted-job h3 {
  color: #242424;
  font-size: 24px;
  margin: -5px 0 12px;
}
.view-filter .change-view {
  right: 0;
}
.sidebar-company.company-similar.recommended {
  margin-top: 0;
  padding: 17px 20px 10px;
}
.company-similar.recommended h4 {
  color: #242424;
}
.recommended .similar-logo > img {
  border: 1px solid #074b5f;
  border-radius: 60px;
  height: 46px;
  max-width: 100%;
  padding: 0;
  margin-right: 10px;
  width: 46px;
}
.recommended .prof-company-desc h5 {
  line-height: 110%;
  margin-top: -2px;
}
.company-similar.recommended .item p {
  margin-bottom: 10px;
}
.sidebar-company.company-similar > h3 {
  color: #074b5f;
  font-size: 18px;
  margin-bottom: 15px;
}
.list-view-job .staff-prof-img {
  float: left;
  margin-right: 20px;
}
.list-view-job h4 {
  color: #242424;
  display: block;
  font-size: 16px;
  margin: -3px 0 0;
  text-align: left;
}
.list-view-job p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 0;
}
.list-view-job ul.staff-box {
  border: 0 none;
  margin: -3px 0 0;
  max-width: 206px;
  padding: 0;
}
.list-view-job:first-child {
  border-top: 1px solid #ccc;
}
.list-view-job {
  border-bottom: 1px solid #ccc;
  margin: 0 -20px;
  padding: 10px 5px 8px;
}
.shortlist-wrap {
  display: inline-block;
  vertical-align: top;
}
.btn-job {
  float: right;
}
.shortlist-wrap .shortlist {
  margin-left: 0;
  margin-right: 0;
}
.shortlist-wrap .strength {
  margin-left: 0;
}
.list-view-job .btn-job .btn.btn-overlay {
  margin: 14px 0 0;
}
.shortlist-wrap .shortlist .shortlist-text {
  padding: 0 6px;
}
.company-job-section {
  padding-top: 82px;
}
/* company job view close */


/* company account */

.form-group.logo-company {
  padding-top: 54px;
}
.profile-image.company-logo {
  border: 3px solid #e5e5e5;
  border-radius: 0;
  height: 90px;
  margin-top: -50px;
  padding: 8px;
  width: 90px;
}
.logo-company .btn.btn-overlay.profile-btn {
  float: right;
  width: 190px;
}
body .location-group select.form-control {
  margin-bottom: 10px;
}
.company-size p {
  color: #777;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  padding-left: 28px;
}
.company-size span {
  color: #cbcbcb;
  display: block;
  font-size: 12px;
}
.company-size .cust-checkbox {
  left: 6px;
  position: absolute;
  top: 0;
}
.company-size .cust-checkbox label {
  height: 23px;
  padding: 0;
  width: 20px;
}
.company-size .cust-checkbox input:checked ~ label::after,
.sidebar-wrap .cust-checkbox input:checked ~ label::after,
.hire-candidate .cust-checkbox input:checked ~ label::after,
.cust-checkbox2 input:checked ~ label::after {
  background-color: #07b5ad;
  border-color: #07b5ad;
}
.company-size .cust-checkbox input:checked ~ label::before,
.sidebar-wrap .cust-checkbox input:checked ~ label::before,
.hire-candidate .cust-checkbox input:checked ~ label::before,
.cust-checkbox2 input:checked ~ label::before {
  border-color: #fff !important;
  z-index: 1;
}
body .company-size select.form-control {
  background-position: 96% center;
}
.key-group .spacialities-text {
  font-size: 14px;
}
.company-account .bs-docs-sidenav li a {
  font-size: 18px;
}
.company-account .bs-docs-sidenav li a:hover, .company-account .bs-docs-sidenav li.active a {
  color: #242424;
}
.company-account .nav > li > a {
  padding-bottom: 7px;
  padding-top: 7px;
}
.company-account .bs-docs-sidenav li a::after {
  font-size: 14px;
}
.company-account .btn.btn-overlay.password-btn {
  margin-bottom: 0;
}
.public-radio {
  margin-bottom: 6px;
  padding-top: 2px;
}
.range-slide .form-control {
  font-size: 16px;
  height: 24px;
  text-align: center;
}
.range-wrap {
  background-color: #ccc;
  border-radius: 5px;
  height: 5px;
  margin-top: 11px;
  position: relative;
  width: 100%;
}
.range-wrap span {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: -6px;
  width: 15px;
}
.range-wrap span.right-slide {
  left: 22%;
}
.line-range {
  background-color: #03b5ad;
  height: 5px;
  left: 1px;
  position: absolute;
}
/* company account close */


/* search-candidates */

.search-candidates-section .home-form {
  padding: 0;
}
.sidebar-title h3 {
  color: #242424;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  vertical-align: top;
}
.sidebar-title > a {
  color: #777777;
  float: right;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sidebar-wrap:first-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}
.sidebar-title {
  margin-bottom: 8px;
}
.sidebar-wrap {
  margin-bottom: 15px;
}
.box-skill {
  background-color: #fff;
  display: block;
  padding: 5px 5px 0px;
}
.box-skill > a {
  background-color: #f6faff;
  border: 1px solid #f1f1f1;
  color: #000;
  display: inline-block;
  line-height: 26px;
  margin: 0 2px 5px 0;
  padding: 0 10px;
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.close-i {
  display: inline-block;
  height: 14px;
  margin-left: 8px;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  width: 10px;
}
.close-i::after, .close-i::before {
  background-color: #000;
  border-radius: 2px;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 2px;
}
.close-i::before {
  transform: rotate(-45deg);
}
.availability .col-xs-6:not(:nth-last-child(-n+2)) {
  margin-bottom: 8px;
}
.range-text {
  color: #242424;
  font-size: 16px;
  margin-top: 6px;
}
.search-candidates-page {
  background-color: #f1f1f1;
}
.sidebar-title > a:hover {
  color: #000;
}
.search-candidates-section h2 {
  color: #06b5ad;
  font-size: 28px;
  line-height: 120%;
  margin: -10px 0 10px;
}
.search-candidates-section .staff-section h3 {
  color: #333;
  font-size: 30px;
}
.search-candidates-section .home-form form {
  padding-right: 108px;
  position: relative;
}
.search-candidates-section .home-form form {
  padding-right: 108px;
  position: relative;
}
.search-candidates-section .form-btn {
  position: absolute;
  right: 0;
  width: 108px;
}
.home-form .search-box .job-cat .nice-select {
  border-left: 1px solid #f1f1f1 !important;
  border-right: 1px solid #f1f1f1 !important;
}
.search-candidates-section .home-form .search-box input {
  border-radius: 0;
}
.search-candidates-section .posted-job {
  margin-top: 0;
}
.search-candidates-section .view-filter .change-view {
  top: 3px;
}
.banner-img {
  max-width: 100%;
  margin-top: 12px;
  width: 100%;
}
body .posted-job .form-control.nice-select {
  width: 178px;
}
body .sidebar-wrap .form-control {
  margin-bottom: 10px;
  width: 100%;
}
html .nice-select.open .list,
.posted-job .nice-select.open .list {
  border-radius: 0;
  margin: 0;
}
.search-sidebar .nice-select .option,
.posted-job .nice-select .option {
  color: #777;
  line-height: 38px;
  padding: 0 12px;
}
html .nice-select .option.selected, html .nice-select .option:hover,
.posted-job .nice-select .option.selected, .posted-job .nice-select .option:hover {
  background-color: #084d60 !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
}
html .nice-select .option.selected,
.posted-job .nice-select .option.selected {
    font-weight: bold !important;
}
.nice-select .list:hover .option:not(:hover),
.posted-job .nice-select .list:hover .option:not(:hover) {
  background-color: inherit !important;
}
html .nice-select .list:hover .option:hover,
html .posted-job .nice-select .list:hover .option:hover,
html .nice-select .list:hover .option.selected,
html .posted-job .nice-select .list:hover .option.selected {
  background-color: #084d60 !important;
}
.job-list, .profile-list .job-grid,
.active-list .job-grid {
	display: none;
}
.profile-list .job-list,
.active-list .job-list {
	display: block;
}
.banner-search {
  position: relative;
  margin-top: 12px;
}

.banner-popop {
  background-color: #fff;
  border-radius: 5px;
  left: 0;
  margin: auto;
  max-width: 251px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popop-img {
  border: 1px solid rgb(8, 76, 96);
  border-radius: 50%;
  float: left;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  width: 60px;
}
.banner-search .prof-company-desc h4 {
  color: #242424;
  font-size: 16px;
  margin: 0;
}
.banner-popop > p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
}
.banner-search .btn-overlay {
  width: 100%;
  margin: 0;
}
.prof-tags {
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding: 5px 5px 0 5px;
}
.prof-tags > span {
  background-color: #f6faff;
  border: 1px solid #f1f1f1;
  color: #777;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 0 5px;
  vertical-align: top;
}
.banner-search .similar-logo {
    margin-bottom: 8px;
}
.banner-search .banner-img {
  margin-top: 0;
}
.banner-popop::after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 20px 14px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 1px;
    top: 100%;
    width: 0;
}
.company-edit ul {
  display: none;
  margin-bottom: 0;
}
.company-edit .show-section{
  display: block;
}
.company-edit {
  float: right;
  padding-top: 3px;
}
.about-select {
	display: none;
}
.company-details-edit .about-select {
	display: block;
}
.follow .btn-overlay::after {
  width: 150%;
}
.cust-checkbox #map-check ~ label {
  margin-top: 10px;
}
.company-size .cust-checkbox label::after {
  top: 10px;
}
.company-size .cust-checkbox label::before {
    top: 15px;
}
.company-edit li:first-child {
  margin-left: 0;
}
/* search-candidates */



/* post-jobs */
.nav-tabs {
  border: 0 none;
}
.post-job-warp .nav-link {
  background-color: #094b61;
  border: 0 none;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 62px;
  margin-right: 0;
  padding: 0;
}
.post-job-warp .nav-link.active, .post-job-warp .nav-link:hover {
  background-color: #fff;
  color: #242424 !important;
}
.post-job-warp .nav .active a {
  line-height: 70px;
  margin-top: -8px;
  color: #242424 !important;
}
.nav-tabs li:nth-child(2) a {
  margin-left: 2px;
  margin-right: 2px;
}
.post-job-warp .tab-content {
  background-color: #fff;
  padding: 20px;
}
body .first-job .form-control {
  margin-bottom: 10px;
}
.hide-company {
  float: right;
  margin-right: 5px;
  margin-top: -49px;
  text-align: right;
}
.hide-company > p {
  color: #ccc;
  font-size: 12px;
  line-height: 140%;
  margin: 0;
}
.hide-company .switch {
  margin: 0;
}
body .first-job .form-control.post-cname {
  padding-right: 120px;
}
.paragraph-title h5 {
  color: #777;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0;
  vertical-align: top;
}
.paragraph-title {
  margin-bottom: 10px;
}
.paragraph-title .company-edit {
  margin-bottom: 0;
}
body .paragraph-text .form-control {
  height: 78px;
  padding-top: 5px;
}
.paragraph-controls .about-select {
  display: block;
  top: 34px;
}
.job-func {
  padding-left: 30px;
  position: relative;
}
.no-skill {
  background-color: rgb(241, 241, 241);
  color: #ccc;
  display: block;
  height: 72px;
  padding: 7px 10px;
}
.post-form > h3 {
  color: #242424;
  font-size: 24px;
  margin: 0 0 5px !important;
}
.post-form p {
  color: #ccc;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0;
}
.post-form p ~ .form-control {
  margin-top: 11px;
}
.no-skill.no-lang {
  height: 38px;
  line-height: 38px;
  margin-top: -19px;
  padding: 0 10px;
}


.post-form .btn.btn-overlay.btn2 {
  float: right;
  width: auto;
}
.post-form .cust-checkbox {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}
.post-form img {
  width: 100%;
}
.all-done > p {
  color: #ccc;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 2px;
}
.all-done .btn-overlay {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}
.post-sidebar .sidebar-title h3 {
  margin-bottom: 0 !important;
}
.post-sidebar .sidebar-wrap:first-child {
  border-bottom: 0 none;
  margin-bottom: 22px;
  padding-bottom: 0;
}
.post-sidebar h2 {
  color: #333;
  /*font-family: NotoKufiArabic-Regular;*/
  font-size: 20px;
  font-weight: bold;
  margin: -3px 0 13px;
}
.post-sidebar .sidebar-wrap::after {
  clear: both;
  content: "";
  display: block;
}
.post-sidebar .sidebar-wrap {
  margin-bottom: 22px;
}
.post-sidebar .range-text > span {
  color: #777;
}
.post-sidebar .form-group.search-sidebar, .post-sidebar .form-group.search-sidebar .nice-select {
  margin-bottom: 0;
}
.post-sidebar .sidebar-title img {
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
  vertical-align: top;
}
#p-subline:active, #p-subline:focus {
  border-color: #04b5ad !important;
  color: #242424;
}
.first-job .col-sm-2 {
  padding-right: 0;
}
.post-job-warp {
  margin-top: 16px;
}
body .form-control.job-description-error {
  background-color: #fde5e5;
  border-color: red !important;
}
.tab-content>.tab-pane {
  display: none !important;
}
.tab-content>.active {
  display: block !important;
}
.tab-content .applied-job ul {
  display: block;
  width: 100%;
}
.tab-content .profile-grid.profile-list .applied-job {
  padding-left: 0;
  padding-right: 10px;
}
.tab-content .job-list .btn-overlay {
  display: inline-block;
  float: none;
  margin: 0 3px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  width: auto;
}
.tab-content .job-list .btn-overlay {
  display: inline-block;
  float: none;
  margin: 2px 3px 0 !important;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  width: auto;
}
.tab-content .job-list .btns-bottom {
  text-align: right;
  padding-right: 12px;
}
.active_post {
  color: #06b5ad;
  margin-left: 15px;
}
.tab-content .prof-title > p {
  color: #ccc;
  font-size: 18px;
  line-height: 120%;
  margin: 7px 0 26px;
  padding-right: 75px;
}
.info-img {
  float: left;
  height: 90px;
  margin: 7px 18px 10px 0;
  width: 90px;
}
.job-descrip h2 {
  color: #06b5ad;
  font-size: 45px;
  margin-top: -7px;
}
.job-descrip h2 span {
  color: #777;
  display: block;
  font-size: 30px;
  margin-top: 15px;
}
.job-descrip h5 {
  color: #777;
  font-family: 'Cairo', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 18px 0 10px;
  clear: both;
}
.job-descrip p {
  color: #777;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Cairo', sans-serif;
}
.job-descrip li {
  color: #777;
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-left: 11px;
  position: relative;
}
.job-descrip > ul > li:first-child::before {
  display: none;
}
.job-descrip > ul > li:first-child {
  padding-left: 0;
}
.job-descrip ul ul {
  margin: 20px 0 20px 35px;
}
.post-map-img {
  margin-top: 20px;
}
.company-job-section .sidebar-wrap .applied-job ul li h2 {
  color: #777;
  font-weight: normal;
  margin: 0;
}
.company-job-section .sidebar-wrap .applied-job .job-ul li:not(:last-child) {
  margin-bottom: 14px;
}
.profile-grid .sidebar-wrap .job-ul > li:first-child img {
  left: 0;
}
.info-side > p {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.info-side > p span {
  float: right;
}
.info-side {
  margin-top: 12px;
}
.info-job.job-list {
  display: block;
}
.all-job-applied::after {
  clear: both;
  content: "";
  display: block;
}
.info-job .all-job-applied.first,
.company-job-edit .all-job-applied.first {
  border-bottom: 0 none;
}
.info-job .all-job-info {
  margin: 0 0 20px;
}
.info-job .btns-bottom,
.company-job-edit .btns-bottom {
  margin: 0;
}
.info-job .all-job-applied.first {
  border: 1px solid #ccc;
  margin: 0 -20px;
}
.back-to-active {
  color: #ccc;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 28px;
  padding-left: 22px;
  position: relative;
}
.back-to-active::before {
  background-image: url("../../images/arrow-icon.png");
  background-repeat: no-repeat;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px;
}
.back-to-active:hover {
  color: #06b5ad;
}
.back-to-active:hover::before {
  background-position: -27px 0;
}
.info-job .post-sidebar .sidebar-wrap {
  margin: 0;
}
.company-job-edit .job-func.form-group {
  border: 1px solid #f1f1f1;
  margin-left: 30px;
  padding: 10px;
}
.job-func.form-group > h5 {
  color: #777;
  font-family: 'Cairo', sans-serif;
  font-size: 20px;
  margin: 0 0 14px;
}
.job-func.form-group > p {
  color: #777;
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 9px;
}
.company-job-edit .paragraph-controls .about-select {
  bottom: 0;
  height: 18px;
  left: -29px;
  margin: auto 0;
  top: 0;
  width: 18px;
}
.job-func.form-group li {
  color: #777;
  font-family: NotoKufiArabic-Regular;
  font-size: 14px;
  line-height: 20px;
  padding-left: 11px;
  position: relative;
}
.job-func.form-group li::before,
.job-descrip li:before {
  content: "-";
  left: 0;
  position: absolute;
  top: -1px;
}
.job-edit-form {
  padding: 0 15px;
}
.company-job-edit .all-job-applied.first {
  border: 1px solid #ccc;
  margin: 0 -20px;
  padding: 15px 20px 15px;
  width: auto;
}
.company-job-edit .box.list-prof {
  margin-left: -15px;
}
.company-job-edit .box-skill {
  border: 1px solid #f1f1f1;
}
.language-post-form .box-skill {
  margin-top: -20px;
}
.company-job-edit .all-job-info {
  margin-bottom: 20px;
}
.company-job-edit .first .btn-overlay {
  display: inline-block;
  float: none;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}
.company-job-edit .first .btn-overlay:last-child {
  float: none;
  margin-left: 7px !important;
}
.company-job-edit .btns-bottom {
  text-align: right;
}
.images-post {
  height: 90px;
  max-width: 90px;
}
.history-tab.profile-grid .btns-bottom .btn-overlay {
  background-color: #084d60;
  width: 100%;
}
.history-tab.profile-grid .btns-bottom .btn-overlay span {
  color: #fff;
}
.post-closed {
  color: #ccc !important;
}
.history-tab.profile-grid .list .btns-bottom .btn-overlay {
  width: auto;
}
.post-sidebar .sidebar-wrap:last-child,
.post-sidebar .sidebar-wrap .form-group {
  margin-bottom: 0;
}
/* post-jobs close */


/* candidate-cv-view page */
.cv-wrap {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}
.profile-btns.staff-box {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.profile-btns > li {
  float: left;
  padding: 0 5px;
  width: 33.33%;
}
.staff-box.profile-btns .btn.btn-overlay span {
  display: block;
  font-size: 16px;
  width: 100%;
}
.profile-box.cv-profile-box p {
  color: #ccc;
}
.profile-box.cv-profile-box h4 span {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
}
.prof-info-wrap {
  margin-bottom: 80px;
}
.prof-info-wrap img {
  display: block;
  margin: 0 auto 5px;
}
.profile-box.cv-profile-box .prof-info-wrap p {
  font-size: 12px;
  margin: 0;
}
.prof-info-wrap > div {
  float: left;
  margin: 0 0 0 13px;
}
.prof-info-wrap > div:first-child {
  margin-left: 0;
}
.cv-wrap h2 {
  color: #242424;
  font-size: 24px;
  font-weight: bold;
  margin: -4px 0 20px;
  padding-left: 45px;
  position: relative;
}
.cv-wrap h2 img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cv-list {
  margin: 0 0 0 45px;
}
.cv-list > li {
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}
.cv-list > li::before,
.education-details .education-check div::after {
  background-color: #cccccc;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 10px;
}
.cv-list h3 {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.cv-list li > span,
.label-check h4 {
  color: #777;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
.cv-list h3 span {
  color: #777;
  font-weight: normal;
}
.education-wrap {
  margin-bottom: 36px;
}
.progress-wrap > h4,
.skill-section h3,
.skill-section span {
  color: #242424;
  font-size: 18px;
  margin: 0 0 5px;
}
.progress-wrap .progress,
.barWrapper .progress-skill {
  background-color: #cccccc;
  border-radius: 3px;
  height: 13px;
  margin-bottom: 0;
}
.progress-wrap .progress-bar,
.barWrapper .progress-bar {
  background-color: #04b5ad;
  border-radius: 3px;
  box-shadow: none;
  height: 100%;
}
.progress-wrap {
  margin-top: 20px;
  padding-left: 45px;
}
.cv-wrap .progress-bar-wrap h2 {
  margin-bottom: 36px;
}
.cv-wrap .progress-bar-wrap h2 img {
  margin-top: -3px;
}
.cv-list p, .label-check p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
  margin: 6px 0 0;
}
.cv-list h4 {
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.awards-wrap .cv-list li > span {
  font-size: 18px;
}
.awards-wrap .cv-list p {
  font-size: 16px;
}
.education-wrap.awards-wrap {
  margin-bottom: 0;
  margin-top: 16px;
}
.cv-list > li:last-child {
  margin-bottom: 0;
}
.profile-box.cv-profile-box .shortlist p {
  color: #777;
}
.candidate-sidebar span {
  color: #04b5ad;
  font-size: 12px;
  line-height: 120%;
}
.candidate-sidebar p {
  color: #242424;
  font-size: 12px;
  line-height: 110%;
  margin: 0;
  text-shadow: 0 0;
}
.sidebar-company.candidate-sidebar {
  padding: 14px 16px;
}
.sidebar-company.candidate-sidebar h3 {
  color: #333;
}
.sidebar-company.candidate-sidebar:nth-child(2) {
  margin: 20px 0;
}
.compatibility-wrap > p {
  color: #ccc;
  float: left;
  margin-top: 7px;
  width: 50%;
}
.candidate-sidebar .strength > span {
  background-image: url("../../images/strength-2.png");
  color: #242424;
  font-size: 26px;
  margin: 0;
  min-height: 48px;
  padding-top: 20px;
  width: 97px;
  float: right;
}
.candidate-sidebar .strength {
  float: right;
  margin: 0;
  width: 50%;
}
.compatibility-wrap {
  margin: 8px 0;
}
.sidebar-company.candidate-sidebar .compatibility-wrap ~ p {
  color: #777;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 10px;
}
.candidate-sidebar .prof-tags {
  margin: 0 -5px;
}
.candidate-sidebar .prof-tags span {
  color: #777;
}

.prof-info-wrap a:hover p {
  color: #777;
}
.company-similar.candidate-sider > h3 {
  font-size: 20px;
}
.company-edit li.prof-add.active a:hover {
  color: #03b5ad;
}
.range-text b {
  font-size: 12px;
  font-weight: normal;
}
.tab-content .list .applied-job .job-ul, .tab-content .list .applied-job .active_post {
  margin-top: 11px;
}
.profile-btns.staff-box li:last-child .btn.btn-overlay {
  background-color: #084d60;
}
.profile-btns.staff-box li:last-child .btn.btn-overlay span {
  color: #fff;
}
.active-job-tab > .job-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-details-popup li {
  display: inline-block;
  float: none;
  padding-left: 30px;
  padding-right: 29px;
  position: relative;
  text-align: left;
}
.contact-details-popup img {
  left: 0;
  position: absolute;
  top: 0;
}
.contact-details-popup h6 {
  color: #242424;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.contact-details-popup span {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  vertical-align: top;
}
.btn-popup-wrap {
  position: relative;
}
.contact-details-popup {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  padding: 8px;
  position: absolute;
  width: 100%;
  display: none;
}
.contact-details-popup ul {
  margin: 0;
}
.contact-details-popup::before, .btn-popup-wrap .credits-pupup:before {
  background-image: url("../../images/arrow-shadow.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 33.33%;
  margin-top: 1px;
}
.contact-details-popup li:nth-child(2) {
  padding-left: 42px;
}
.btn-popup-wrap .credits-pupup {
  background-color: #fffbda;
  border: 1px solid #fff288;
  border-radius: 4px;
  bottom: 100%;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  left: 0;
  margin-bottom: 10px;
  padding: 10px;
  position: absolute;
  width: 100%;
  display: none;
}
.btn-popup-wrap .credits-pupup:before {
  background-image: url("../../images/arrow-shadow2.jpg");
}
.credits-pupup > h5 {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}
.credits-pupup li {
  float: left;
  width: 25%;
}
html .credits-pupup .radio label {
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
}
html .credits-pupup .radio input:checked ~ label {
  color: #777;
}
html .credits-pupup .radio label span {
  display: block;
  font-weight: normal;
}
.credits-pupup > p {
  color: #777 !important;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  vertical-align: top;
}
.credits-pupup .applied-button {
  float: right;
  margin-top: -6px;
}
.credits-pupup .applied-button .btn-overlay {
  min-width: auto;
}
.credits-pupup ul {
  margin-bottom: 7px;
}
.contact-details-popup.open-popup,
.credits-pupup.open-popup {
  display: block;
}
.profile-btns > li:first-child {
  padding-left: 0;
}
.profile-btns > li:last-child {
  padding-right: 0;
}
.staff-box .btn.btn-overlay:hover {
  box-shadow: 0 0 0 2px #0e728e inset;
}
.credits-pupup .applied-button .btn-overlay::after {
  width: 150%;
}
/* candidate-cv-view page close */

/* company interviewpage */
.interview-wrap {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
  padding: 20px;
}
.candidate-interview .list-view-job.row {
  border: 0 none;
  margin: 0 -15px;
  padding: 0;
}
.title-interview > h3 {
  color: #242424;
  font-size: 24px;
  margin: -4px 0 2px;
}
.title-interview > p {
  color: #777;
  font-size: 16px;
  line-height: 140%;
}
.candidate-interview {
  margin-top: 28px;
}
.profile-icon a {
  clear: both;
  color: #ccc;
  float: right;
  font-size: 14px;
  margin-bottom: 12px;
  padding-right: 28px;
  position: relative;
}
.profile-icon a:last-child {
  margin-bottom: 0;
}
.candidate-interview .shortlist-wrap {
  margin-left: -10px;
}
.profile-icon img {
  position: absolute;
  right: 0;
  top: 0;
}
.steps-interview > p {
  color: #777;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0;
}
.step-number {
  background-color: #cccccc;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  margin: 0 auto 7px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.active-step .step-number::before {
  background-color: #fff;
  border: 8px solid #04b5ad;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: -1;
}
.active-step .step-number {
  color: #777;
}
.steps-interview li p {
  color: #272727;
  font-size: 16px;
  margin-bottom: 0;
}
.steps-interview li p {
  color: #ccc;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 0;
}
.steps-interview li.active-step .multiselect span {
  color: #ccc;
}
.steps-interview li.active-step .date-time-selected .multiselect span {
  color: #777;
}
.steps-interview li .date-time-selected .auto-update-wrap p,
.date-time-selected .auto-update-wrap > span {
  color: #777 !important;
}
.steps-interview > ul {
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
}
.steps-interview > ul::before {
  background-color: #ccc;
  content: "";
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 14px;
  width: 67%;
}
/*.steps-interview .active-step .step-desc-wrap p {
  color: #272727;
}*/
.steps-interview .active-step.step-2 .step-desc-wrap .hidden {
  color: #ccc;
  display: block !important;
  visibility: visible !important;
}
.steps-interview > ul > li {
  float: left;
  padding: 0;
  width: 33.33%;
  text-align: center;
}
.steps-interview {
  margin-top: 12px;
}
.step-1 .step-desc {
  float: left;
  padding: 0 5px;
  width: 50%;
}
.step-desc-wrap {
  min-height: 100px;
}
.steps-interview .step-desc > p {
  color: #ccc;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0;
}
.steps-interview .step-desc > p b {
  display: block;
}
.date-time-set .form-group {
  position: relative;
}
.steps-interview > ul > li.step-2.active-step {
  min-height: 470px;
}

.multiselect.dropdown-toggle.btn.btn-default {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  box-shadow: none;
  color: #ccc;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  padding: 0 25px 0 10px;
  position: relative;
  text-align: left;
  z-index: 3;
  margin-top: 0;
}
.multiselect-container.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  left: 1px;
  margin: -1px 0 0;
  overflow: hidden;
  padding: 10px;
  right: 1px;
  width: auto;
  background-color: #fff;
  z-index: 2;
}
html .multiselect-container a {
  color: #777;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  background-color: transparent !important;
}
html .multiselect-container a label {
  font-weight: normal;
  margin: 0;
  color: #777;
  padding-right: 25px;
  cursor: pointer;
}
html .multiselect-container a label::before {
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
html .multiselect-container .active a label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 4px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
}
html .multiselect-container a label input {
  display: none;
}
html .multiselect-container .active a label::before {
  background-color: #06b5ad;
  border-color: #06b5ad;
}
.multiselect .caret::after {
  border-bottom: 2px solid #777;
  border-right: 2px solid #777;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 66% 66% 0;
  -moz-transform-origin: 66% 66% 0;
  -ms-transform-origin: 66% 66% 0;
  -o-transform-origin: 66% 66% 0;
  transform-origin: 66% 66% 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  width: 8px;
}
.open .multiselect .caret::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.multiselect .caret {
  border: 0 none;
}
.date-time-set p {
  color: #242424 !important;
}
.date-time-set > span {
  color: #ccc !important;
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.date-time-set {
  margin-top: 15px;
}
.steps-interview li .auto-update-wrap p {
  color: #ccc !important;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
}
.auto-update-wrap > span {
  color: #ccc !important;
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 17px;
  margin-top: 5px;
}
.auto-update-wrap {
  margin-top: 20px;
  text-align: left;
}
.steps-interview .applied-button .btn-overlay {
  float: left;
  margin: 0;
  width: 48%;
  min-width: inherit;
}
.steps-interview .applied-button .btn-overlay:last-child {
  float: right;
}

.hire-candidate .make-secure > h3 {
  border: 0 none;
  padding-bottom: 7px;
}
.hire-candidate .make-secure > p {
  color: #ccc;
  font-size: 16px;
  line-height: 140%;
}
.hire-candidate .auto-update-wrap {
  margin-top: 0;
}
.hire-candidate form .row p {
  color: #ccc;
  font-size: 16px;
  line-height: 18px;
}
.hire-candidate form .row.switch-active p {
  color: #777;
}
.hire-candidate .auto-update-wrap p {
  float: right;
  font-size: 12px !important;
  line-height: 14px !important;
  width: 60%;
}
.hire-candidate .cust-checkbox {
  margin-top: 6px;
}
.popup-btn-candidate .btn.btn-overlay.btn2 {
  margin: 10px 0 0;
  width: 110px;
}
.hire-candidate {
  display: block;
  visibility: hidden;
}
.hire-candidate.in {
  visibility: visible;
}
.hire-candidate .btn-group {
  margin-bottom: 10px;
}
.hire-candidate .description-pass .btn.btn-overlay {
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 20px;
  margin-right: 0;
  margin-top: 18px;
}
.hire-candidate .description-pass > p {
  line-height: normal;
}
.hire-candidate .make-secure {
  margin-bottom: -70px;
  margin-top: -70px;
}
.hire-candidate .description-pass {
  padding-top: 20px;
}
body .form-control.nice-select {
  padding-right: 25px;
  width: 100%;
}
html .hire-candidate .nice-select .option {
  padding: 0 10px;
}
.inter-info .control-label {
  padding-top: 7px;
}
.inter-info > h2,
.office-interview > h2,
.form-interview > h3 {
  color: #242424;
  font-size: 24px;
  margin: 0 0 21px;
}
.inter-info .nice-select.form-control {
  margin-bottom: 20px;
}
.inter-info {
  clear: both;
  padding: 30px 0 15px;
}
.interview-wrap .nice-select .option {
  line-height: 39px;
  padding: 0 10px;
}
.office-interview .cust-checkbox2 {
  margin-top: 5px;
}
.office-interview .control-label {
  color: #777;
  font-size: 16px;
  line-height: normal;
}
.office-map-loca {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.office-interview .location-group .btn-overlay {
  width: 50%;
}
.office-map-loca > p {
  color: #ccc;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
}
.office-map-loca .control-label {
  line-height: 100%;
  margin-bottom: 0;
}
.office-interview > h2 {
  margin-bottom: 16px;
}
.office-interview h2 span {
  color: #ccc;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.office-interview h2 .set-location, .loca-added { 
  color: #07b5ad !important;
  display: none;
}
.office-interview.location-seted h2 .set-location,
.location-seted .loca-added {
  display: block;
}
.office-interview.location-seted h2 span:last-child,
.location-seted .office-map-loca > p:last-child {
  display: none;
}
body .location-seted .form-control.nice-select .current {
  color: #777;
}
.inter-info .list-view-job {
  background-color: #084d60;
  border-bottom: 0 none;
  padding: 20px 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.inter-info .list-view-job h4 {
  color: #fff;
  font-size: 18px;
}
.inter-info .list-view-job p {
  color: #ccc;
  text-shadow: 0 0;
}
.info-contact {
  display: inline-block;
  vertical-align: top;
}
.info-contact > a {
  clear: both;
  color: #ccc;
  float: left;
  font-size: 14px;
  line-height: 120%;
}
.info-contact > h4 {
  margin-bottom: 8px;
}
.inter-info .profile-icon a {
  color: #fff;
}
.inter-info .profile-icon a:hover,
.info-contact > a:hover {
  color: #0e728e;
}
body .inter-info .phone select.form-control {
  width: 62%;
  color: #ccc;
  padding-right: 16px;
}
body .inter-info .phone input {
  width: 38%;
}
.general-notes p {
  color: #ccc;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
body .general-notes .about-group .form-control {
  height: 76px;
}
.steps-interview .form-interview .applied-button .btn-overlay {
  float: none;
  margin-left: 17px;
  min-width: 112px;
  width: auto;
}
.form-interview .applied-button {
  text-align: right;
}
.step-completed .step-number::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  height: 10px;
  left: 10px;
  position: absolute;
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 19px;
  z-index: 2;
}
.step-completed .step-number::after {
  background-color: #04b5ad;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.steps-interview > ul::after {
  background-color: #04b5ad;
  content: "";
  display: none;
  height: 8px;
  left: 18%;
  position: absolute;
  top: 16px;
  width: 30%;
  z-index: 1;
}
.steps-interview > ul.step-1-completed::after {
  display: block;
}
.steps-interview > ul.step-2-completed::after {
  width: 64%;
  display: block;
  z-index: 0;
}
.step-2-completed .step-completed.step-3 .step-desc-wrap .step-number span::before {
  left: 0;
  width: 35px;
}
.step-desc-wrap > span {
  color: #ccc;
}
.steps-interview li.step-1.active-step .step-desc-wrap p {
  color: #242424;
}
.step-1.active-step .step-desc-wrap > span {
  color: #777;
}
.map-location.interview-map-popup p {
  line-height: 30px;
  margin-bottom: 0;
}
.interview-map-popup .iframe-map {
  margin-top: 15px;
}
.interview-map-popup.modal .close {
  color: #ccc;
  position: relative;
  right: 0;
  top: 0;
}
.interview-map-popup.modal .close::after {
  background-image: url("../../images/close-popup.png");
  height: 20px;
  width: 20px;
}
.step-2-completed .step-completed .step-desc-wrap .step-number span::before {
  background-color: #04b5ad;
  bottom: 0;
  content: "";
  height: 8px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 42px;
}
.step-2-completed .step-completed.step-2 .step-desc-wrap .step-number span::before {
  left: 0;
}
.steps-interview li.step-completed .step-desc-wrap .hidden {
  color: #ccc;
  display: block !important;
  visibility: visible !important;
}
.steps-interview li.step-completed .step-desc-wrap span:nth-last-child(2) {
  display: none;
}
.steps-interview li.step-completed .step-desc-wrap p {
  color: #242424;
}
.active-icon .hidden {
  display: block !important;
  margin: 0 auto;
  visibility: visible !important;
}
.active-icon .icon-show {
  display: none;
}
.steps-interview .step-desc.active-icon > p b {
  color: #777;
}
.office-interview.location-seted .location-group .btn-overlay.hidden {
  display: block !important;
  visibility: visible !important;
}
.office-interview.location-seted .location-group .btn-overlay:last-child {
  display: none;
}
html .datepicker {
  background-color: #fff;
  left: 125px !important;
  right: auto;
}
.hire-candidate .make-secure input {
  background: rgba(0, 0, 0, 0) none repeat 0 0;
  padding: 0 10px;
  color: #ccc;
}
.steps-interview::after {
  clear: both;
  content: "";
  display: block;
}
html .multiselect-container .multiselect-all a label::before {
  display: none;
}
.hire-candidate .multiselect-container.dropdown-menu {
  max-height: 48vh;
  overflow: auto;
}
/* company interviewpage close */




.education-details .education-check div::after {
  left: -10px;
  top: 8px;
}
.education-details .edit-section div:hover {
  color: #242424;
}
.education-details .edit-section .add-new-button:hover {
  color: #04b5ad;
}
.education-details .education-check div {
  margin-bottom: 15px;
}
.skills--box .education-check .skill-section {
  margin-bottom: 0;
}
.education-details .education-check div.barWrapper div {
  margin-bottom: 0;
  width: 100%;
}
.education-details .education-check div.barWrapper div {
  margin-bottom: 0;
  width: 100%;
  clear: both;
}
.user-info-second .progress-confirm .circle.done .label {
  padding-left: 0;
  padding-right: 0;
}
.user-info-second .progress-confirm .bar {
  width: 24px;
}
.user-info-second {
  margin-top: 20px;
}
.user-info-second .currntly-work {
  position: relative;
}
.user-info-second .currntly-work img {
  left: 0;
  position: absolute;
  top: 0;
}
.user-info-second .currntly-work h4 {
  margin-left: 34px;
}
.user-info-second:first-child {
  margin-top: 0;
}
.viewer-box p {
  margin-bottom: 0;
}
.viewer-box .flex---box {
  margin-top: 10px;
}
.viewer-box .btn-overlay {
  margin-top: 15px;
  text-decoration: none;
}
.price-description {
  font-size: 25px;
  margin-bottom: 0;
  color: #242424;
}
.viewers---body .item > p {
  margin-bottom: 0;
}
.item p.price-description label {
  color: #242424 !important;
  font-size: 22px !important;
}
.item > p.price-description {
	  margin: 10px 0 18px !important;
}
.viewers---body .sidebar-company.company-similar,
.job-overview--page .sidebar-company.company-similar,
.sidebar-company.company-similar.seeker-company-similar {
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
}
.profile-viewers--cards {
  padding: 20px 20px 0;
}
.profile-viewers--cards .col-md-4 {
  padding: 0 15px;
}
.user--job--content .info-img {
  margin-right: 0;
  padding-right: 10px;
}
.job-overview--page .user--job--content .body {
  padding-top: 0;
}
.job-overview--page .company-similar .item p {
  margin-bottom: 0;
}
.user-info-three .col-md-3 .applied-job h2 {
  padding-left: 23px;
  position: relative;
}
.app-jobs .all-job-info:nth-last-child(2) .first {
  border-bottom: 0 none !important;
}
.user-info-three .pagination {
  margin-bottom: 15px;
  margin-top: 0;
}
.user-info-three.app-jobs {
  padding-bottom: 20px;
}
.show-boxx .change-view {
  right: 15px;
}

.user-info-three .head-info-three a {
  color: #777777;
  display: block;
  float: right;
  font-size: 18px;
  text-decoration: none;
  margin-top: 5px;
}
.user-info-three h3.head-info-three {
  display: block;
}
.user-info-three .head-info-three a:hover {
  color: rgb(7, 181, 173);
}
.user-info-three.app-jobs .applied-job ul li a {
  margin-left: 23px;
}
.user-info-three.app-jobs .applied-job ul li a:hover {
  color: #242424;
}
.user-info-three .applied-button .btn-overlay {
  min-width: inherit;
}
.item.list-group-item .list-group-item-text {
  width: 56%;
}
.user-info-second .progress-confirm .circle .label i {
  margin-left: 0;
}
.user-info-second .progress-confirm .circle .label {
  line-height: 20px;
  padding: 0;
  text-align: center;
}
.user-info-three .active-list .pagination {
  margin-top: 15px;
}
.job-descrip .action li::before {
  display: none;
}
.list-group-item .all-add-short {
  width: 50%;
}
.folowed-comp-body .sidebar-company.company-similar {
  margin-top: 0;
}
.job-seeker-profile .profile-tab > li {
  width: 33.33%;
}
.job-seeker-profile .contact-social > li {
  margin-right: 15px;
  width: auto;
}
.job-seeker-profile .contact-social > li:last-child {
  margin-right: 0;
}
.job-seeker-profile .contact-social > li i {
  margin-right: 0;
}
.job-seeker-profile .map-contact .prof-title > h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.job-seeker-profile .user-info-three {
  box-shadow: none;
  padding: 0 5px;
  margin-bottom: 0;
}
.job-seeker-profile .user-info-three .pagination {
  margin-bottom: 0;
}
.viewers---body h2.title {
    padding-right: 15px;
}
.job_applied .user-info-three h3.head {
  padding: 0;
}
.job_applied .show-boxx .change-view {
  right: 0;
}
.job_applied .all-job-applied.first {
  border-bottom: 1px solid #cbcbcb;
}
.app-jobs .grid .col-md-3:nth-child(3) .applied-job li:first-child {
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0 !important;
}
.job_applied .side-jobs h3 {
  margin-bottom: 10px;
}
