@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900";
@import "https://fonts.googleapis.com/css?family=Raleway:400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Josefin+Slab:400,600,700";

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 15px;
  color: #667488;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #272f46;
  margin-top: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 16px;
}

p {
  position: relative;
  line-height: 23px;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

::selection {
  background: #11b719;
  color: #fff;
}

a {
  color: #272f46;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inverse-bg a,
.inverse-bg h1,
.inverse-bg h2,
.inverse-bg h3,
.inverse-bg h4,
.inverse-bg h5,
.inverse-bg h6,
.inverse-bg p,
.inverse-bg small {
  color: #fff;
}

.extra.row {
  margin-right: 15px;
  margin-left: 15px;
}

section {
  padding: 60px 0;
  /* background: #fff */
}

section.gray,
.gray {
  background: #f6f7f9;
}

.no-mrg {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

a.btn.call-btn {
  background: #fff;
  border-radius: 4px;
  padding: 0.8em 2em;
  color: #11b719;
  text-transform: capitalize;
}

.small-padd {
  padding: 0 7px;
}

section.gray-bg {
  background: #f5f6f7;
}

.freelance-box {
  padding: 5px;
}

.inner-header-title.light-tx h2 {
  color: #fff;
}

html body .padd-0 {
  padding: 0 !important;
}

html body .padd-5 {
  padding: 5px !important;
}

html body .padd-10 {
  padding: 10px !important;
}

html body .padd-15 {
  padding: 15px !important;
}

html body .padd-20 {
  padding: 20px !important;
}

html body .padd-l-0 {
  padding-left: 0 !important;
}

html body .padd-l-5 {
  padding-left: 5px !important;
}

html body .padd-l-10 {
  padding-left: 10px !important;
}

html body .padd-l-15 {
  padding-left: 15px !important;
}

html body .padd-r-0 {
  padding-right: 0 !important;
}

html body .padd-r-5 {
  padding-right: 5px !important;
}

html body .padd-r-10 {
  padding-right: 10px !important;
  padding-right: 15px !important;
}

html body .padd-top-0 {
  padding-top: 0 !important;
}

html body .padd-top-5 {
  padding-top: 5px !important;
}

html body .padd-top-10 {
  padding-top: 10px !important;
}

html body .padd-top-15 {
  padding-top: 15px !important;
}

html body .padd-top-20 {
  padding-top: 20px !important;
}

html body .padd-top-25 {
  padding-top: 25px !important;
}

html body .padd-top-30 {
  padding-top: 30px !important;
}

html body .padd-top-40 {
  padding-top: 40px !important;
}

html body .padd-bot-0 {
  padding-bottom: 0 !important;
}

html body .padd-bot-5 {
  padding-bottom: 5px !important;
}

html body .padd-bot-10 {
  padding-bottom: 10px !important;
}

html body .padd-bot-15 {
  padding-bottom: 15px !important;
}

html body .padd-bot-20 {
  padding-bottom: 20px !important;
}

html body .padd-bot-25 {
  padding-bottom: 25px !important;
}

html body .padd-bot-30 {
  padding-bottom: 30px !important;
}

html body .padd-bot-40 {
  padding-bottom: 40px !important;
}

html body .mrg-0 {
  margin: 0 !important;
}

html body .mrg-5 {
  margin: 5px !important;
}

html body .mrg-10 {
  margin: 10px !important;
}

html body .mrg-15 {
  margin: 15px !important;
}

html body .mrg-20 {
  margin: 20px !important;
}

html body .mrg-l-0 {
  margin-left: 0 !important;
}

html body .mrg-l-5 {
  margin-left: 5px !important;
}

html body .mrg-l-10 {
  margin-left: 10px !important;
}

html body .mrg-l-15 {
  margin-left: 15px !important;
}

html body .mrg-r-0 {
  margin-right: 0 !important;
}

html body .mrg-r-5 {
  margin-right: 5px !important;
}

html body .mrg-r-10 {
  margin-right: 10px !important;
}

html body .mrg-r-15 {
  margin-right: 15px !important;
}

html body .mrg-top-0 {
  margin-top: 0 !important;
}

html body .mrg-top-5 {
  margin-top: 5px !important;
}

html body .mrg-top-10 {
  margin-top: 10px !important;
}

html body .mrg-top-15 {
  margin-top: 15px !important;
}

html body .mrg-top-20 {
  margin-top: 20px !important;
}

html body .mrg-top-25 {
  margin-top: 25px !important;
}

html body .mrg-top-30 {
  margin-top: 30px !important;
}

html body .mrg-top-40 {
  margin-top: 40px !important;
}

html body .mrg-top-70 {
  margin-top: 70px !important;
}

html body .mrg-bot-0 {
  margin-bottom: 0 !important;
}

html body .mrg-bot-5 {
  margin-bottom: 5px !important;
}

html body .mrg-bot-10 {
  margin-bottom: 10px !important;
}

html body .mrg-bot-15 {
  margin-bottom: 15px !important;
}

html body .mrg-bot-20 {
  margin-bottom: 20px !important;
}

html body .mrg-bot-25 {
  margin-bottom: 25px !important;
}

html body .mrg-bot-30 {
  margin-bottom: 30px !important;
}

html body .mrg-bot-40 {
  margin-bottom: 40px !important;
}

html body .extra-mrg-5 {
  margin: 0 -5px !important;
}

html body .extra-mrg-10 {
  margin: 0 -10px !important;
}

html body .extra-mrg-15 {
  margin: 0 -15px !important;
}

html body .extra-mrg-20 {
  margin: 0 -20px !important;
}

html body .bg-info {
  background: #01b2ac !important;
}

html body .bg-primary {
  background: #1194f7 !important;
}

html body .bg-danger {
  background: #f21136 !important;
}

html body .bg-warning {
  background: #ff9800 !important;
}

html body .bg-success {
  background: #11b719 !important;
}

html body .bg-purple {
  background: #c580ff !important;
}

html body .bg-default {
  background: #283447 !important;
}

html body .bg-trans-info {
  background: rgba(2, 182, 179, 0.12) !important;
}

html body .bg-trans-primary {
  background: rgba(17, 148, 247, 0.12) !important;
}

html body .bg-trans-danger {
  background: rgba(242, 17, 54, 0.12) !important;
}

html body .bg-trans-warning {
  background: rgba(255, 152, 0, 0.12) !important;
}

html body .bg-trans-success {
  background: rgba(15, 183, 107, 0.12) !important;
}

html body .bg-trans-purple {
  background: rgba(197, 128, 255, 0.12) !important;
}

html body .bg-trans-default {
  background: rgba(40, 52, 71, 0.12) !important;
}

html body .bg-info-br {
  border: 1px solid #01b2ac !important;
  background: rgba(2, 182, 179, 0.12) !important;
}

html body .bg-primary-br {
  border: 1px solid #1194f7 !important;
  background: rgba(17, 148, 247, 0.12) !important;
}

html body .bg-danger-br {
  border: 1px solid #f21136 !important;
  background: rgba(242, 17, 54, 0.12) !important;
}

html body .bg-warning-br {
  border: 1px solid #ff9800;
  background: rgba(255, 152, 0, 0.12) !important;
}

html body .bg-success-br {
  border: 1px solid #11b719 !important;
  background: rgba(15, 183, 107, 0.12) !important;
}

html body .bg-purple-br {
  border: 1px solid #c580ff !important;
  background: rgba(197, 128, 255, 0.12) !important;
}

html body .bg-default-br {
  border: 1px solid #283447 !important;
  background: rgba(40, 52, 71, 0.12) !important;
}

html body .cl-info {
  color: #01b2ac !important;
}

html body .cl-primary {
  color: #1194f7 !important;
}

html body .cl-danger {
  color: #f21136 !important;
}

html body .cl-warning {
  color: #ff9800 !important;
}

html body .cl-success {
  color: #11b719 !important;
}

html body .cl-purple {
  color: #c580ff !important;
}

html body .cl-default {
  color: #283447 !important;
}

html body .cl-white {
  color: #fff !important;
}

.br {
  border: 1px solid #eaeff5 !important;
}

.bl-1 {
  border-left: 1px solid #eaeff5 !important;
}

.bl-2 {
  border-left: 2px solid #eaeff5 !important;
}

.bl-3 {
  border-left: 3px solid #eaeff5 !important;
}

.bl-4 {
  border-left: 4px solid #eaeff5 !important;
}

.br-1 {
  border-right: 1px solid #eaeff5 !important;
}

.br-2 {
  border-right: 2px solid #eaeff5 !important;
}

.br-3 {
  border-right: 3px solid #eaeff5 !important;
}

.br-4 {
  border-right: 4px solid #eaeff5 !important;
}

.bt-1 {
  border-top: 1px solid #eaeff5 !important;
}

.bt-2 {
  border-top: 2px solid #eaeff5 !important;
}

.bt-3 {
  border-top: 3px solid #eaeff5 !important;
}

.bt-4 {
  border-top: 4px solid #eaeff5 !important;
}

.bb-1 {
  border-bottom: 1px solid #eaeff5 !important;
}

.bb-2 {
  border-bottom: 2px solid #eaeff5 !important;
}

.bb-3 {
  border-bottom: 3px solid #eaeff5 !important;
}

.bb-4 {
  border-bottom: 4px solid #eaeff5 !important;
}

.br-fade {
  border-color: rgba(97, 107, 127, 0.07) !important;
}

html body .br-info {
  border-color: #01b2ac !important;
}

html body .br-primary {
  border-color: #1194f7 !important;
}

html body .br-danger {
  border-color: #f21136 !important;
}

html body .br-warning {
  border-color: #ff9800 !important;
}

html body .br-success {
  border-color: #11b719 !important;
}

html body .br-purple {
  border-color: #c580ff !important;
}

html body .br-gary {
  border-color: #e2e5e8 !important;
}

html body .br-default {
  border-color: #283447 !important;
}

html body .bg-online {
  background: #68c70b !important;
}

html body .bg-offline {
  background: #e02b0d !important;
}

html body .bg-busy {
  background: #2196f3 !important;
}

html body .bg-working {
  background: #ff9800 !important;
}

html body .normal-height {
  height: 46px;
}

html body .height-10 {
  height: 10px;
}

html body .height-20 {
  height: 20px;
}

html body .height-30 {
  height: 30px;
}

html body .height-40 {
  height: 40px;
}

html body .height-50 {
  height: 50px;
}

html body .height-60 {
  height: 60px;
}

html body .height-70 {
  height: 70px;
}

html body .height-80 {
  height: 80px;
}

html body .height-90 {
  height: 90px;
}

html body .height-100 {
  height: 100px;
}

html body .height-110 {
  height: 110px;
}

html body .height-120 {
  height: 120px;
}

html body .height-130 {
  height: 130px;
}

html body .height-140 {
  height: 140px;
}

html body .height-150 {
  height: 150px;
}

html body .height-160 {
  height: 160px;
}

html body .height-170 {
  height: 170px;
}

html body .height-180 {
  height: 180px;
}

html body .height-190 {
  height: 190px;
}

html body .height-200 {
  height: 200px;
}

html body .height-210 {
  height: 210px;
}

html body .height-220 {
  height: 220px;
}

html body .height-230 {
  height: 230px;
}

html body .height-240 {
  height: 240px;
}

html body .height-250 {
  height: 250px;
}

html body .height-260 {
  height: 260px;
}

html body .height-270 {
  height: 270px;
}

html body .height-280 {
  height: 280px;
}

html body .height-290 {
  height: 290px;
}

html body .height-300 {
  height: 300px;
}

html body .height-350 {
  height: 350px;
}

html body .height-400 {
  height: 400px;
}

html body .height-450 {
  height: 450px;
}

html body .full-width {
  width: 100%;
}

html body .width-30 {
  width: 30px;
}

html body .width-40 {
  width: 40px;
}

html body .width-50 {
  width: 50px;
}

html body .width-60 {
  width: 60px;
}

html body .width-70 {
  width: 70px;
}

html body .width-80 {
  width: 80px;
}

html body .width-90 {
  width: 90px;
}

html body .width-100 {
  width: 100px;
}

html body .width-110 {
  width: 110px;
}

html body .width-120 {
  width: 20px;
}

html body .width-130 {
  width: 130px;
}

html body .width-140 {
  width: 140px;
}

html body .width-150 {
  width: 150px;
}

html body .width-160 {
  width: 160px;
}

html body .width-170 {
  width: 170px;
}

html body .width-180 {
  width: 180px;
}

html body .width-190 {
  width: 190px;
}

html body .width-200 {
  width: 200px;
}

html body .width-210 {
  width: 210px;
}

html body .width-220 {
  width: 220px;
}

html body .width-230 {
  width: 230px;
}

html body .width-240 {
  width: 240px;
}

html body .width-250 {
  width: 250px;
}

html body .width-260 {
  width: 260px;
}

html body .width-270 {
  width: 270px;
}

html body .width-280 {
  width: 280px;
}

html body .width-290 {
  width: 290px;
}

html body .width-300 {
  width: 300px;
}

html body .line-height-10 {
  line-height: 10px;
}

html body .line-height-12 {
  line-height: 12px;
}

html body .line-height-14 {
  line-height: 14px;
}

html body .line-height-16 {
  line-height: 16px;
}

html body .line-height-18 {
  line-height: 18px;
}

html body .line-height-20 {
  line-height: 20px;
}

html body .line-height-22 {
  line-height: 22px;
}

html body .line-height-24 {
  line-height: 24px;
}

html body .line-height-26 {
  line-height: 26px;
}

html body .line-height-28 {
  line-height: 28px;
}

html body .line-height-30 {
  line-height: 30px;
}

html body .line-height-32 {
  line-height: 32px;
}

html body .line-height-34 {
  line-height: 34px;
}

html body .line-height-36 {
  line-height: 36px;
}

html body .line-height-38 {
  line-height: 38px;
}

html body .line-height-40 {
  line-height: 40px;
}

html body .line-height-42 {
  line-height: 42px;
}

html body .line-height-44 {
  line-height: 44px;
}

html body .line-height-46 {
  line-height: 46px;
}

html body .line-height-48 {
  line-height: 48px;
}

html body .line-height-50 {
  line-height: 50px;
}

html body .line-height-60 {
  line-height: 60px;
}

html body .line-height-70 {
  line-height: 70px;
}

html body .line-height-80 {
  line-height: 80px;
}

html body .line-height-90 {
  line-height: 90px;
}

html body .line-height-100 {
  line-height: 100px;
}

html body .line-height-110 {
  line-height: 110px;
}

html body .line-height-120 {
  line-height: 120px;
}

html body .line-height-130 {
  line-height: 130px;
}

html body .line-height-140 {
  line-height: 140px;
}

html body .line-height-150 {
  line-height: 150px;
}

html body .line-height-160 {
  line-height: 160px;
}

html body .line-height-170 {
  line-height: 170px;
}

html body .line-height-180 {
  line-height: 180px;
}

html body .line-height-190 {
  line-height: 190px;
}

html body .line-height-200 {
  line-height: 200px;
}

html body .line-height-210 {
  line-height: 210px;
}

html body .line-height-220 {
  line-height: 220px;
}

html body .line-height-230 {
  line-height: 230px;
}

html body .line-height-240 {
  line-height: 240px;
}

html body .line-height-250 {
  line-height: 250px;
}

html body .line-height-260 {
  line-height: 260px;
}

html body .line-height-270 {
  line-height: 270px;
}

html body .line-height-280 {
  line-height: 280px;
}

html body .line-height-290 {
  line-height: 290px;
}

html body .line-height-300 {
  line-height: 300px;
}

html body .line-height-350 {
  line-height: 350px;
}

html body .line-height-400 {
  line-height: 400px;
}

html body .line-height-450 {
  line-height: 450px;
}

html body .font-10 {
  font-size: 10px !important;
}

html body .font-12 {
  font-size: 12px !important;
}

html body .font-13 {
  font-size: 13px !important;
}

html body .font-16 {
  font-size: 16px !important;
}

html body .font-18 {
  font-size: 18px !important;
}

html body .font-15 {
  font-size: 15px !important;
}

html body .font-20 {
  font-size: 20px !important;
}

html body .font-25 {
  font-size: 25px !important;
}

html body .font-30 {
  font-size: 30px !important;
}

html body .font-35 {
  font-size: 35px !important;
}

html body .font-40 {
  font-size: 40px !important;
}

html body .font-45 {
  font-size: 45px !important;
}

html body .font-50 {
  font-size: 50px !important;
}

html body .font-60 {
  font-size: 60px !important;
}

html body .font-70 {
  font-size: 70px !important;
}

html body .font-80 {
  font-size: 80px !important;
}

html body .font-90 {
  font-size: 90px !important;
}

html body .font-100 {
  font-size: 100px !important;
}

html body .font-bold {
  font-weight: 700 !important;
}

html body .font-normal {
  font-weight: 400 !important;
}

html body .font-midium {
  font-weight: 500 !important;
}

html body .font-light {
  font-weight: 300 !important;
}

html body .font-italic {
  font-style: italic !important;
}

html body .label-info {
  background: #01b2ac !important;
}

html body .label-primary {
  background: #1194f7 !important;
}

html body .label-danger {
  background: #f21136 !important;
}

html body .label-warning {
  background: #ff9800 !important;
}

html body .label-success {
  background: #11b719 !important;
}

html body .label-purple {
  background: #c580ff !important;
}

html body .label-default {
  background: #283447 !important;
}

:focus {
  outline: none;
}

.select2-container--open .select2-dropdown {
  top: 0;
}

.select2-container {
  width: 100% !important;
  vertical-align: inherit;
}

body .select2-container--open .iwj-find-jobs-dropdown.select2-dropdown {
  border-width: 0 2px 2px;
  border-style: solid;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
  top: -2px;
}

body .select2-search--dropdown {
  padding: 0;
}

.select2-search--dropdown .select2-search__field {
  background: url(../img/search.png) right 8px top 14px no-repeat #fff;
  padding-right: 30px;
}

body
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: none;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  padding: 5px 15px;
}

.select2-results {
  display: block;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px;
  overflow-y: auto;
}

body .select2-results__option {
  padding: 12px 20px;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

body .select2-container--default .select2-results__option {
  background: #fff;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  color: #606871;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f3f3f5;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #fff;
  color: #5897fb;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

body .select2-search--dropdown:focus {
  outline: none;
}

.select2-dropdown {
  border: 1px solid #e3e5ea;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border: none;
  min-height: 52px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #6a7884;
  border: 1px solid #dde6ef;
  background: #fbfdff;
  font-size: 16px;
  line-height: 50px;
  padding-left: 15px;
  text-align: left;
}

.input-with-icon
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: 1px solid #fff;
  background: #fff;
  line-height: 60px;
}

.slide-banner
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.home-5
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  color: #6a7884;
  line-height: 32px;
  padding-left: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  min-height: 52px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #e3e5ea 1px;
  outline: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #eef1f5;
  border: 1px solid #e3e7ec;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
  line-height: 1.2;
  padding: 5px 10px;
}

.btn:hover,
button:hover,
.btn:focus,
button:focus {
  cursor: pointer;
}

.btn {
  font-size: 14px;
  border-radius: 2px;
  padding: 14px 20px;
  letter-spacing: 0.5px;
  text-shadow: none;
  box-shadow: 0 2px 8px rgba(102, 103, 107, 0.15);
}

.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #677897;
  box-shadow: none;
}

button:focus {
  outline: none;
  outline: none;
}

.btn-rounded {
  border-radius: 50px;
}

.btn.btn-small {
  padding: 0.3rem 1rem;
}

.btn.btn-lg {
  padding: 1rem;
}

.btn-circle-30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #677897;
  background-color: #fff;
  border: 1px solid #eaeff5;
  display: inline-block;
  border-radius: 50%;
}

.btn-circle-30:hover,
.btn-circle-30:focus {
  color: #677897;
  background-color: #eaeff5;
  border-color: #eaeff5;
}

.btn-circle-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #677897;
  border: 1px solid #eaeff5;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}

.btn-circle-40:hover,
.btn-circle-30:focus {
  color: #677897;
  background-color: #eaeff5;
}

.btn-circle-50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #677897;
  border: 1px solid #eaeff5;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}

.btn-circle-50:hover,
.btn-circle-30:focus {
  color: #677897;
  background-color: #eaeff5;
}

.btn-circle-60 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #677897;
  border: 1px solid #eaeff5;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}

.btn-circle-60:hover,
.btn-circle-30:focus {
  color: #677897;
  background-color: #eaeff5;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #da0a2c;
  color: #fff;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-secondary {
  color: #677897;
  background-color: #fff;
  border-color: #eaeff5;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #677897;
  background-color: #eaeff5;
  border-color: #eaeff5;
}

.btn-trans {
  background: transparent;
  border: none;
  color: #677897;
}

.btn.btn-default {
  border: 1px solid #eaeff5;
  background: #fff;
  color: #677897;
}

.btn-default:active,
.btn-default.active {
  border: 1px solid #eaeff5;
  background: #fff;
  color: #677897;
  outline: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  border: 1px solid #eaeff5;
  background: #fff;
  color: #677897;
  outline: none;
}

.btn.btn-dark {
  border: 1px solid #323f46;
  background: #323f46;
  color: #fff;
}

.btn-dark:active,
.btn-dark.active {
  border: 1px solid #323f46;
  background: #323f46;
  color: #fff;
  outline: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover {
  border: 1px solid #323f46;
  background: #323f46;
  color: #fff;
  outline: none;
}

.btn-info {
  background: #1db9aa;
  border-color: #1db9aa;
  color: #fff;
}

.btn-info:active,
.btn-info.active {
  background: #1db9aa;
  border-color: #1db9aa;
  color: #fff;
  outline: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
  background: #1db9aa;
  border-color: #1db9aa;
  color: #fff;
  outline: none;
}

.btn-primary {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
}

.btn-primary:active,
.btn-primary.active {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
  outline: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
  outline: none;
}

.btn-danger {
  background: #e63c3c;
  border-color: #e63c3c;
  color: #fff;
}

.btn-danger:active,
.btn-danger.active {
  background: #e63c3c;
  border-color: #e63c3c;
  color: #fff;
  outline: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  background: #e63c3c;
  border-color: #e63c3c;
  color: #fff;
  outline: none;
}

.btn-warning {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
}

.btn-warning:active,
.btn-warning.active {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
  outline: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
  outline: none;
}

.btn-success {
  background: #11b719;
  border-color: #11b719;
  color: #fff;
}

.btn-success:active,
.btn-success.active {
  background: #11b719;
  border-color: #11b719;
  color: #fff;
  outline: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  background: #11b719;
  border-color: #11b719;
  color: #fff;
  outline: none;
}

.btn-purple {
  background: #c580ff;
  border-color: #c580ff;
  color: #fff;
}

button:hover,
input:hover,
input:focus,
button:focus {
  outline: none;
}

.form-control {
  height: 50px;
  border: 1px solid #dde6ef;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0;
  background: #fbfdff;
  font-size: 15px;
  color: #445461;
  font-weight: 400;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 10px;
  border: 1px solid #dde6ef;
}

.form-control:hover,
.form-control:focus {
  border: 1px solid #dde6ef;
  -webkit-box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075);
  box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075);
  outline: none;
}

.form-control .btn.dropdown-toggle.btn-default:hover,
.form-control .btn.dropdown-toggle.btn-default:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
  background: transparent;
  height: 46px;
  border: 1px solid transparent;
  color: #445461;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 8px 10px;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  box-shadow: none;
  background: #11b719;
  color: #fff;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #445461;
  background-color: transparent;
  border-color: transparent;
}

button.btn.dropdown-toggle.btn-default {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 46px;
}

textarea::-moz-placeholder {
  color: #6a7884;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: #6a7884;
}

textarea::-webkit-input-placeholder {
  color: #6a7884;
}

.form-control::-moz-placeholder {
  color: #99abb9;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #99abb9;
}

.form-control::-webkit-input-placeholder {
  color: #99abb9;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
  outline: none;
  outline-offset: 0;
}

.main-heading {
  text-align: center;
  margin-bottom: 2em;
}

.main-heading p {
  font-size: 16px;
  color: #707c88;
  margin-bottom: 5px;
}

.dark .main-heading p,
.dark .main-heading h2 {
  color: #fff;
}

.main-heading h2 {
  color: #252d40;
  position: relative;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

.main-heading h2 > span {
  color: #11b719;
}

.main-heading span.heading-line {
  width: 80px;
  height: 1.2px;
  display: block;
  background: #11b719;
  position: relative;
  margin: 0 auto;
}

.pagination {
  display: table;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin: 20px auto 0;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 20px;
  margin: 5px;
  line-height: 1.42857143;
  color: #8296a2;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
  z-index: 2;
  color: #11b719;
  cursor: pointer;
  background-color: rgba(7, 177, 7, 0.1);
  border-color: #11b719;
}

.pagination li:first-child a {
  background: #11b719;
  border: 1px solid #11b719;
  border-radius: 2px;
  color: #fff;
}

.pagination li:last-child a {
  background: #252d40;
  border: 1px solid #252d40;
  border-radius: 2px;
  color: #fff;
}

.search-filter {
  padding: 1em 0;
  display: inline-block;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}

.short-by.pull-right {
  margin-top: 12px;
}

.search-filter .input-group {
  height: 46px;
}

.search-filter .form-control {
  border-radius: 2px;
  height: 46px;
  margin-bottom: 0;
  color: #707c88;
  font-weight: 400;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #ccddea;
}

.search-filter button.btn.btn-default {
  height: 46px;
  padding: 0 20px;
  font-size: 18px;
  background: #11b719;
  border: 1px solid #11b719;
  color: #fff;
  border-radius: 0 2px 2px 0;
}

.dropdown-menu {
  right: 0;
  left: initial;
}

.search-filter .form-control:hover,
.search-filter .form-control:focus {
  border-color: #11b719;
  box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1);
  -webkit-box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1);
  -moz-box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1);
}

.search-filter .dropdown,
.dropup {
  position: relative;
  float: none;
  display: inline-block;
  margin-left: 10px;
}

.search-filter .dropdown-menu {
  box-shadow: none;
  border-color: #ccddea;
}

.search-filter .dropdown-menu > li > a {
  padding: 10px 20px;
  color: #252d40;
}

.search-filter .dropdown-menu > li > a:hover,
.search-filter .dropdown-menu > li > a:focus {
  text-decoration: none;
  background: #11b719;
  color: #fff;
}

.navbar.bootsnav.header-general {
  position: relativel;
}

.navbar.header-general.fixed-header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 222;
}

.navbar-default {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
  text-transform: uppercase;
  background-color: transparent !important;
}

.navbar .form-control {
  font-weight: 400;
  font-size: 15px;
  background: #445461;
  color: #99abb9;
  border: 1px solid #586977;
  border-radius: 1px;
  box-shadow: none;
  min-width: 205px;
}

.navbar.navbar-light .form-control {
  background: #fff;
  color: #636d75;
  border: 1px solid #e3e9ef;
}

.navbar .form-control:hover,
.navbar .form-control:focus {
  border: 1px solid #e3e9ef;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-color: #11b719;
}

nav.navbar.navbar-default.navbar-static.white.bootsnav.on.no-full.navbar-transparent
  .logo-scrolled {
  display: none;
}

.form-control::-moz-placeholder {
  color: #99abb9;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #99abb9;
}

.form-control::-webkit-input-placeholder {
  color: #99abb9;
}

.navbar.navbar-transparent .form-control::-moz-placeholder {
  color: #343a40;
  opacity: 1;
}

.navbar.navbar-transparent .form-control:-ms-input-placeholder {
  color: #343a40;
}

.navbar.navbar-transparent .form-control::-webkit-input-placeholder {
  color: #343a40;
}

nav.navbar.bootsnav ul.nav > li > a i {
  font-size: 16px;
  color: #99abb9;
  margin-right: 9px;
}

nav.bootsnav .megamenu-content .title {
  text-transform: capitalize;
  font-size: 20px;
  color: #252d40;
}

ul.cart-list > li.total > .btn {
  border-bottom: solid 1px #cfcfcf !important;
  color: #fff !important;
  padding: 10px 15px;
}

nav.navbar.bootsnav {
  background-color: #252d40;
  border-bottom: 1px solid #252d40;
}

@media only screen and (min-width: 768px) {
  body nav.navbar.bootsnav ul.nav > li > a.signin {
    background: #11b719 !important;
  }

  /* li.left-br {
		border-left: 1px solid rgba(7, 177, 7, 0.4)
	} */
}

@media only screen and (min-width: 1024px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    -webkit-box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2);
    box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2);
    border-radius: 4px;
    padding: 10px 15px;
    width: 250px;
    background: #fff;
    border: none;
    border-top: none;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    padding: 14px 12px;
    clear: both;
    line-height: 1.42857143;
    color: #67757c;
    border-bottom: 1px solid #f1f6f9;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
    background-color: #fff !important;
    background-image: none !important;
    filter: none !important;
  }
}

span.new-offer {
  font-size: 13px;
  color: #fff;
  background: #11b719;
  padding: 4px 12px;
  border-radius: 2px;
  margin-left: 15px;
}

.banner {
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 620px;
  align-items: center;
  position: relative;
  background-position: center;
  padding: 80px 0;
}

.banner.trans {
  min-height: 680px;
}

.simple-banner {
  min-height: 650px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0;
}

.simple-banner.top {
  background-position: center top;
}

.hero-banner {
  min-height: 650px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0;
}

.banner:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #0d1d33;
  opacity: 0.64;
}

.banner.home-gray:before {
  display: none;
}

[data-overlay] {
  position: relative;
}

[data-overlay]:before {
  position: absolute;
  content: "";
  background: #19365f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

.company-brand img:hover,
.company-brand img:focus {
  opacity: 1;
}

.banner-caption {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.banner-text {
  text-align: center;
}

.banner h1 {
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3px;
}

.banner h1 span {
  color: #11b719;
}

.banner p {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.9;
}

.banner .no-padd {
  padding: 0 5px;
}

form.form-horizontal {
  padding: 10px 10px 5px;
  display: table;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.slide-banner form.form-horizontal {
  padding: 10px 10px 5px;
}

.banner-caption .form-control {
  background: #fff;
  border: none;
  border-radius: 0;
  height: 48px;
  color: #282c32;
  font-size: 15px;
  width: 100%;
  box-shadow: none;
}

.banner-caption select.form-control:hover,
.banner-caption select.form-control:focus {
  border: none;
  box-shadow: none;
}

.banner-caption .input-group {
  width: 100%;
  padding: 0;
  display: block;
}

.banner-caption .btn-primary {
  background: #11b719;
  height: 48px;
  color: #fff;
  border-radius: 0;
  border-color: #11b719;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.banner-caption .btn-primary:focus,
.banner-caption .btn-primary:hover {
  background: #11b719;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
  color: #fff;
  border-color: #11b719;
}

.banner-caption .form-control::-moz-placeholder {
  color: #282c32;
  opacity: 1;
}

.banner-caption .form-control:-ms-input-placeholder {
  color: #282c32;
}

.banner-caption .form-control::-webkit-input-placeholder {
  color: #282c32;
}

.company-brand {
  background: #eaedf3;
  display: table;
  padding: 2em 0;
  width: 100%;
  position: relative;
}

.company-brand img {
  display: block;
  margin: 0 auto;
}

.simple-banner {
  background-size: cover;
}

.simple-banner h3 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #252d40;
}

.simple-banner h1 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #252d40;
  font-weight: 700;
  font-size: 40px;
}

.simple-banner h1 span {
  color: #11b719;
}

.bottom-search-form {
  background: #252d40;
  padding: 3em 0 2em;
}

.bottom-search-form input.form-control,
.bottom-search-form select.form-control {
  background: #2a3348;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 10px;
  border: 1px solid #323c54;
  width: 100%;
  color: #99abb9;
}

.bottom-search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #92a4b3;
  background: #2a3348;
  border: 1px solid #323c54;
}

.bottom-search-form.light
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #92a4b3;
  background: #fff;
  border: 1px solid #fff;
}

.bottom-search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #99abb9 transparent transparent;
}

.bottom-search-form button.btn.btn-primary {
  width: 100%;
  height: 52px;
  border-radius: 2px;
  font-size: 16px;
  background: #11b719;
  border: 1px solid #0bbf0b;
}

.bottom-search-form input.form-control:focus,
select.form-control:focus {
  border: 1px solid #11b719;
  box-shadow: 0 0 7px 1px rgba(7, 177, 7, 0.1);
}

.home-three-banner {
  min-height: 680px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  background-size: cover;
  padding: 80px 0;
}

.home-three-banner:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: rgba(53, 67, 78, 0.7);
}

.simple-banner-caption {
  margin-top: 70px;
}

.simple-banner.top .simple-banner-caption {
  margin-top: 0;
}

.home-three-banner .banner-text {
  text-align: left;
}

.home-three-banner form.bt-form {
  margin: 25px -15px;
}

.home-three-banner h1 {
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 700;
}

.home-three-banner p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.home-three-banner h1 span {
  color: #11b719;
}

.home-three-banner input.form-control,
.home-three-banner select.form-control {
  background: #fff;
  border-radius: 2px;
  height: 48px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  width: 100%;
  color: #636d75;
}

.home-three-banner button.btn.btn-primary {
  width: 100%;
  border-radius: 2px;
  font-size: 16px;
  background: #11b719;
  border: 1px solid #0bbf0b;
}

.home-three-banner input.form-control:focus,
.home-three-banner select.form-control:focus {
  border: 1px solid #11b719;
  box-shadow: 0 0 7px 1px rgba(7, 177, 7, 0.1);
}

.home-plane-banner {
  padding: 8em 0 6em;
  position: relative;
  text-align: left;
  background-size: cover;
}

.home-plane-banner:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.02);
}

.home-plane-banner .banner-text {
  text-align: center;
}

.home-plane-banner h1 {
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  color: #252d40;
  line-height: 1.2;
  font-weight: 700;
}

.home-plane-banner p {
  font-size: 16px;
  line-height: 1.8;
  color: #5d6d79;
}

.home-plane-banner h1 span {
  color: #11b719;
}

a.btn.btn-banner {
  background: #11b719;
  width: 220px;
  padding: 15px 0;
  display: table;
  margin: 25px auto;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
}

.banner.home-5 {
  background-size: cover;
  padding-bottom: 0;
  position: relative;
  background-position: center;
}

.banner.home-5:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #282c32;
  opacity: 0.7;
}

.banner.home-gray {
  background: #f4f6f5;
}

.banner.home-gray .full-search-2.hero-search-radius {
  -webkit-box-shadow: 0 10px 10px 0 rgba(62, 28, 131, 0.04);
  box-shadow: 0 10px 10px 0 rgba(62, 28, 131, 0.04);
}

.company-brand img:hover,
.company-brand img:focus {
  opacity: 1;
}

.banner-caption {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.home-5 .banner-text {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
}

.banner h1 {
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3px;
}

.banner h1 span {
  color: #11b719;
}

.banner p {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.9;
}

.banner .dark h1 {
  color: #29365a;
}

.banner .dark p {
  color: #5a6480;
}

.banner .left {
  text-align: left;
}

.banner .small {
  line-height: 1.2;
}

.banner.home-5 .no-padd {
  padding: 0;
}

.banner.home-5 .video-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: table;
  margin: 50px auto 20px;
  padding: 10px;
  position: relative;
}

.banner.home-5 .video-box a.btn.btn-video {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
}

.banner.home-5 .video-box a.btn.btn-video i {
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  color: #11b719;
}

.jobs_video {
  position: relative;
}

.jobs_video:before {
  background: #17203a;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  bottom: 0;
  opacity: 0.5;
  border-radius: 4rem 4rem 4rem 0.5rem;
}

.jobs_video .thumb {
  border-radius: 4rem 4rem 4rem 0.5rem;
  overflow: hidden;
}

.jobs_video .thumb .pro_img {
  height: 400px;
}

.jobs_video .bb-video-box {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.jobs_video .bb-video-box-inner {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
}

.jobs_video .bb-video-box-innerup {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.jobs_video .bb-video-box-innerup a {
  line-height: 0;
  font-size: 25px;
}

.slide-banner {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 1;
}

.slideshow-item,
.slideshow-container .slick-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.list-single-carousel-wrap {
  background: #24324f;
}

.fw-carousel .slick-slide-item {
  width: auto;
  float: left;
  cursor: w-resize;
}

.slide-banner .fl-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.slide-banner h2 {
  font-weight: 600;
  color: #fff;
}

.slide-banner p {
  font-size: 16px;
  color: #fff;
}

.slide-banner .form-horizontal {
  margin-top: 20px;
}

.slide-banner .form-horizontal .input-group {
  width: 100%;
  display: inline-block;
}

.slide-banner .form-horizontal .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.slide-banner .form-horizontal .form-control,
.slide-banner .form-horizontal .btn {
  height: 56px;
}

.fw-carousel .slick-slide-item img {
  width: auto;
  height: 100% !important;
}

.bg:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: #12233e;
  opacity: 0.7;
}

.list-single-carousel-wrap .slick-slide-item .box-item {
  height: 100%;
  z-index: 20;
}

.list-single-carousel-wrap .slick-slide-item .box-item:before {
  display: none;
}

.list-single-carousel-wrap .slick-slide-item {
  float: left;
  width: auto;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

.fl-wrap {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero-section-wrap {
  z-index: 30;
}

.banner-caption .form-control,
.banner-caption .btn-primary,
.banner-caption .btn-primary:focus,
.banner-caption .btn-primary:hover {
  height: 62px;
}

.banner-caption .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: 62px;
}

.banner-caption
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 60px;
}

.banner-caption
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  min-height: 62px;
}

.banner-caption .btn-primary {
  height: 62px;
}

.banner-caption .form-control::-moz-placeholder {
  color: #6a7884 !important;
  opacity: 1;
}

.banner-caption .form-control:-ms-input-placeholder {
  color: #6a7884 !important;
}

.banner-caption .form-control::-webkit-input-placeholder {
  color: #6a7884 !important;
}

.job-feature.advance-fr {
  text-align: center;
  transition: all 0.3s ease 0;
  padding: 3em 0.5em;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.job-feature.advance-fr .feature-icon i {
  font-size: 1.7em;
  color: #11b719;
  margin-bottom: 7px;
  width: 60px;
  height: 60px;
  transition: ease-in-out 0.4s;
  background: rgba(7, 177, 7, 0.07);
  line-height: 60px;
  border-radius: 50%;
}

.job-feature.advance-fr .feature-caption h5 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 16px;
}

.job-feature.advance-fr .feature-caption p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.job-feature.advance-fr:hover i {
  background: #11b719;
  color: #fff;
}

.job-feature.advance-fr:after,
.job-feature.advance-fr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease 0;
}

.job-feature.advance-fr:after {
  border-bottom: 1px solid #11b719;
  border-top: 1px solid #11b719;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
  z-index: -1;
}

.job-feature.advance-fr:before {
  border-left: 1px solid #11b719;
  border-right: 1px solid #11b719;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
  z-index: -1;
}

.job-feature.advance-fr:hover:after {
  transform: scaleX(1);
}

.job-feature.advance-fr:hover:before {
  transform: scaleY(1);
}

.job-feature {
  padding: 2em 0.5em;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
}

.first-feature .small-padding {
  padding: 0 5px;
}

.all-features {
  text-align: center;
}

.feature-post {
  margin-bottom: 40px;
}

.all-features h3 {
  font-weight: 500;
  margin-bottom: 26px;
  color: #282c32;
}

.all-features h3 span {
  color: #11b719;
}

.feature-icon i {
  font-size: 1.7em;
  color: #11b719;
  margin-bottom: 7px;
  width: 60px;
  height: 60px;
  transition: ease-in-out 0.4s;
  background: rgba(7, 177, 7, 0.07);
  line-height: 60px;
  border-radius: 50%;
}

.job-feature:hover i {
  background: #11b719;
  color: #fff;
}

.feature-caption h5 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 16px;
}

.feature-caption p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  padding: 0 5px;
}

.video-sec {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}

.video-sec .heading {
  margin-bottom: 2em;
}

.heading h2,
.heading p {
  position: relative;
}

.video-sec:before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(53, 67, 78, 0.7);
}

a.video-btn {
  position: relative;
  display: table;
  margin: 0 auto;
  vertical-align: middle;
  height: 120px;
  width: 120px;
  background: #fff;
  line-height: 120px;
  border-radius: 50%;
  transition: all 0.4s;
}

a.video-btn i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #11b719;
  box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4);
  -webkit-box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4);
  -moz-box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4);
  line-height: 80px;
  vertical-align: middle;
  transition: all 0.4s;
}

a.video-btn:hover {
  background: #252d40;
}

a.video-btn:hover i {
  background: #11b719;
  color: #fff;
}

.work-process {
  margin-top: 40px;
  margin-bottom: 25px;
}

.work-process-icon {
  width: 50px;
  height: 50px;
  float: none;
  margin-bottom: 13px;
  display: block;
}

.work-process .work-process-caption {
  margin-left: 0;
}

.work-process-icon span {
  font-size: 2.5em;
  color: #11b719;
}

.work-process-caption {
  margin-left: 55px;
}

.work-process-caption h4 {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.work-process-caption h4:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 80px;
  display: block;
  position: absolute;
  background: #11b719;
}

.work-process-caption p {
  color: #707c88;
  line-height: 1.8;
  font-weight: 400;
}

.testimonial {
  background: #f4f7f7;
}

#appller-testimonial-slider {
  margin-top: 2.5em;
  text-align: center;
}

.client-testimonial {
  text-align: center;
  margin: 50px 10px 0;
  padding: 0 10% 4%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.client-testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-bottom: 2px solid #07b107;
  display: inline-block;
  margin-top: -50px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.client-testimonial .pic img {
  width: 100%;
  height: auto;
}

.client-testimonial .client-description {
  font-size: 14px;
  color: #707c88;
  line-height: 1.7;
  margin: 10px 0 5px;
}

.client-testimonial .client-testimonial-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.client-testimonial .client-testimonial-rating {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.client-testimonial .client-testimonial-rating li {
  color: #ff9800;
  display: inline-block;
}

.client-testimonial .client-testimonial-rating li.unfill {
  color: #d3d7e2;
}

.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-pagination {
  width: 140px;
  padding: 10px;
  margin: 0 auto;
  line-height: 13px;
  background: #fe7f8b;
}

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 4px solid #fff;
}

.bl-dark {
  background: #252d40;
}

section.call-to-act {
  padding: 0;
}

.gr-dark {
  background: #11b719;
}

.call-to-act-caption {
  padding: 5em 4em;
  text-align: center;
}

.call-to-act-caption h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.call-to-act-caption h3 {
  font-weight: 400;
  font-size: 18px;
}

.gr-dark .call-to-act-caption h3 {
  color: #beffab;
}

.bl-dark .call-to-act-caption h3 {
  color: #9eb3c3;
}

.bl-dark a.btn.bat-call-to-act {
  border: 1px solid #475865;
}

.gr-dark a.btn.bat-call-to-act {
  border: 1px solid #39c713;
}

a.btn.bat-call-to-act {
  padding: 13px 56px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 17px;
  background: rgba(2, 2, 2, 0.15);
  transition: all ease-in-out 0.4s;
  color: #fff;
  margin-top: 15px;
}

a.btn.bat-call-to-act:hover,
a.btn.bat-call-to-act:focus {
  background: rgba(255, 255, 255, 0.1);
}

.pr-table {
  text-align: center;
  padding: 10px 10px 15px;
  border: 1px solid #c7d1da;
  margin-top: 25px;
  border-radius: 6px;
}

.pr-header {
  background: #252d40;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  border-radius: 6px;
}

.pr-plan {
  padding: 15px 0 5px;
}

.pr-plan h4 {
  color: #fff;
  font-size: 22px;
  margin-top: 0;
  text-transform: uppercase;
}

.pr-price {
  padding: 1em 0 0;
}

.pr-price h3 {
  color: #fff;
  font-size: 5.4em;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
}

.pr-price h3 sup {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
  font-size: 25px;
}

.pr-header.active {
  background: #11b719;
}

.pr-price h3 sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.pr-features ul {
  margin: 0;
  padding: 2em 0;
}

.pr-features ul li {
  color: #596a77;
  padding: 10px 0;
  line-height: 1.8;
  font-size: 15px;
  list-style: none;
  border-bottom: 1px dashed #edeff3;
}

.pr-buy-button {
  padding: 15px 0;
}

.pr-buy-button .pr-btn {
  display: block;
  border: 1px solid #11b719;
  text-transform: uppercase;
  padding: 13px 0;
  color: #11b719;
  border-radius: 4px;
  transition: all ease-in-out 0.4s;
}

.pr-buy-button .pr-btn:hover,
.pr-buy-button .pr-btn:focus {
  background: #11b719;
  color: #fff;
  text-decoration: none;
}

.pr-buy-button .pr-btn.active {
  display: block;
  border: 1px solid #252d40;
  background: #252d40;
  text-transform: uppercase;
  padding: 13px 0;
  color: #fff;
  transition: all ease-in-out 0.4s;
}

.pr-buy-button .pr-btn.active:hover,
.pr-buy-button .pr-btn.active:focus {
  background: #11b719;
  border-color: #11b719;
  color: #fff;
  text-decoration: none;
}

.download-app {
  background-size: cover;
  background-blend-mode: overlay;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.download-app .heading {
  margin-bottom: 0.5em;
}

.app-content {
  position: relative;
}

.app-content h2 {
  font-weight: 500;
  margin: 0;
}

.app-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}

.app-content a.btn.call-btn i {
  margin-right: 15px;
  font-size: 27px;
}

.inverse-bg .app-content a.btn.call-btn {
  border-radius: 4px;
  padding: 0.6em 1.4em;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #fff;
  transition: all ease-in-out 0.4s;
  font-family: "Josefin Slab", serif;
  color: #252d40;
  margin-bottom: 10px;
  font-weight: 600;
}

.inverse-bg .app-content a.btn.call-btn.gps {
  background: #fff;
  border: 1px solid #fff;
  color: #11b719;
}

.inverse-bg .app-content a.btn.call-btn:hover,
.inverse-bg .app-content a.btn.call-btn:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #11b719 !important;
}

.app-content a.btn.call-btn {
  border-radius: 4px;
  padding: 0.6em 1.4em;
  margin-right: 20px;
  background: #11b719;
  border: 1px solid #11b719;
  transition: all ease-in-out 0.4s;
  font-family: "Josefin Slab", serif;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.app-content a.btn.call-btn.gps {
  background: #252d40;
  border: 1px solid #252d40;
  color: #fff;
}

.app-content a.btn.call-btn:hover,
.app-content a.btn.call-btn:focus {
  background: #0ba212;
  border: 1px solid #0ba212;
  color: #fff !important;
}

.download-app img {
  margin: 0 auto;
}

.call-to-act-wrap {
  padding: 50px 0;
}

.call-to-act {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}

.call-to-act-head {
  flex: 1;
}

.call-to-act h3 {
  color: #fff;
  margin-bottom: 5px;
}

.btn.btn-call-to-act {
  background: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  color: #333640;
  font-weight: 600;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.jb4-form-fields .input-group-btn {
  padding-left: 20px;
}

.before-footer {
  background: #252c41;
  border-bottom: 1px solid #2e364e;
}

.job.stock-facts {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.job.stock-facts li {
  display: inline-block;
  list-style: none;
  text-align: center;
  flex: 0 0 25%;
  font-weight: 500;
}

.job.stock-facts li span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.jb4-form-fields {
  max-width: 400px;
}

.jb4-form-fields .form-control {
  border-radius: 2px;
  background: #1f2537;
  border: none;
}

.jb4-form-fields .btn.theme-bg {
  border-radius: 2px !important;
  color: #fff;
}

.before-footer {
  padding: 2.5rem 0;
}

footer {
  z-index: 99;
  position: relative;
}

footer.dark-footer {
  background: #252c41;
}

.footer-logo {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eaeef3;
  border-bottom: 1px solid #eaeef3;
}

footer.footer-small {
  padding: 50px 0 0;
}

img.img-footer {
  max-width: 180px;
  margin-bottom: 2rem;
}

.ft-itext {
  font-weight: 500;
  font-size: 16px;
  text-align: center !important;
  margin: 10px;
}

.ft-itext i {
  margin-right: 5px;
}

ul.social {
  margin: 0;
  padding: 0;
}

ul.social li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}

ul.social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
  line-height: 40px;
  text-align: center;
}

.footer-add {
  color: #858b9f;
  font-size: 13px;
}

.ft-copyright {
  border-top: 1px solid #eaeef3;
  padding: 15px 0 12px;
}

.ft-copyright p {
  margin-bottom: 0;
}

.footer-logo img {
  max-width: 185px;
}

.footer-widget {
  padding: 70px 0;
}

h4.widget-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  list-style: none;
  margin-top: 15px;
  display: block;
}

.footer-widget ul li a {
  color: #626a70;
}

footer.skin-dark-footer h4 {
  color: #fff;
}

footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
  color: #858b9f;
  transition: all ease 0.4s;
  font-size: 14px;
}

footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
  color: #fff;
}

.widget_media_image {
  margin-top: 3rem;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e9edf3;
}

.skin-dark-footer .footer-bottom {
  background: #1b2132;
  border-top: none;
}

ul.footer-bottom-social {
  margin: 0;
  padding: 0;
}

ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  margin-top: 0;
}

ul.footer-bottom-social li a {
  color: #546e7a;
}

ul.footer-bottom-social li a:hover,
ul.footer-bottom-social li a:focus {
  color: #007bff;
}

ul.footer-bottom-social li i {
  margin-right: 5px;
}

footer.skin-dark-footer ul.footer-bottom-social li a {
  color: #858b9f;
  font-size: 14px;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
  color: #fff;
  opacity: 1;
}

.fw {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  width: 100%;
}

.fw:last-child {
  margin: 0;
}

.fw:before {
  font-family: "themify";
  vertical-align: initial;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.fw.fw-location:before {
  content: "\e693";
}

.fw.fw-mail:before {
  content: "\e75a";
}

.fw.fw-call:before {
  content: "\e621";
}

.fw.fw-skype:before {
  content: "\e72d";
}

.fw.fw-web:before {
  content: "\e665";
}

.other-store-link {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.other-store-link:last-child {
  margin-bottom: 0;
}

.other-store-app {
  width: 250px;
  height: 70px;
  border: 1px solid #353d56;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}

.os-app-caps span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #858b9f;
}

.os-app-icon {
  margin-right: 13px;
}

.os-app-icon i {
  font-size: 32px;
}

.os-app-caps {
  font-size: 18px;
  font-weight: 600;
}

.f-newsletter {
  max-width: 510px;
  margin-top: 15px;
  display: block;
  position: relative;
}

.f-newsletter .form-control {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #7f8ca2;
  background-color: transparent;
  border: 2px solid #a5aebf;
  padding: 18px 20px;
  border-radius: 3px;
  height: 60px;
}

.skin-dark-footer .f-newsletter .form-control {
  border: 2px solid #9ea6ba;
}

.f-newsletter .btn {
  bottom: 4px;
  position: absolute;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 18px 12px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  border-width: 0;
  color: #9ea6ba;
  cursor: pointer;
  border-radius: 2px;
  height: 52px;
  background: transparent;
}

.skin-dark-footer .form-control::-webkit-input-placeholder {
  color: #9ea6ba;
}

.skin-dark-footer .form-control:-ms-input-placeholder {
  color: #9ea6ba;
}

.skin-dark-footer .form-control::placeholder {
  color: #9ea6ba;
}

.footer-bottom p {
  margin: 0;
}

.inner-header-title {
  padding-top: 10em;
  text-align: center;
  color: #fff;
  overflow: visible;
  position: relative;
  border-bottom: 4px solid #11b719;
  background-size: cover;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-header-title:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #242d3e;
  opacity: 0.6;
}

.inner-header-title.gray-bg:before,
.inner-header-title.blank:before {
  opacity: 0;
}

.inner-header-title > * {
  position: relative;
}

.inner-header-title.text-left {
  text-align: left;
  color: #252d40;
}

.inner-header-title h1 {
  font-weight: 600;
  color: #fff;
}

.inner-header-title p {
  color: #fff;
}

.inner-header-title.blank {
  padding: 10em 0;
  text-align: center;
  color: #fff;
  overflow: visible;
  border-bottom: 4px solid #11b719;
  background: #53bb13;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #53bb13 0%,
    #11b719 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #53bb13 0%,
    #11b719 100%
  );
  background: radial-gradient(ellipse at center, #53bb13 0%, #11b719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53bb13', endColorstr='#11b719', GradientType=1);
  background-size: cover;
}

.inner-header-title.blank h1,
.inner-header-title.blank p {
  color: #fff;
}

.inner-header-title.blank:brfore {
  opacity: 0;
}

.bottom-mrg {
  margin-bottom: 3em;
}

.detail-desc {
  padding: 0;
  overflow: visible;
}

.detail-desc .form-control::-moz-placeholder {
  color: #6a7884;
  opacity: 1;
}

.detail-desc .form-control:-ms-input-placeholder {
  color: #6a7884;
}

.detail-desc .form-control::-webkit-input-placeholder {
  color: #6a7884;
}

.ur-detail-wrap.top-lay {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  border-radius: 6px;
  -webkit-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  background: #fff;
  border-bottom: 3px solid #11b719;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.ur-detail-wrap.create-kit {
  -webkit-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  background: #fff;
  padding: 0 2em;
  border-radius: 6px;
  border-bottom: 3px solid #11b719;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.ur-detail-wrap {
  width: 100%;
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0 2em 1.5em;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.ur-detail-wrap.colps-wrap {
  padding: 0 2em;
}

.sidebar-widgets {
  margin-bottom: 30px;
}

.ur-detail-box {
  display: flex;
  align-items: center;
  flex: 1;
}

.ur-thumb {
  width: 140px;
  height: 140px;
  border-radius: 6px;
  border: 4px solid #e3e9ef;
  width: 140px;
  height: 140px;
  border-radius: 6px;
  border: 4px solid #e3e9ef;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.ur-title {
  margin-bottom: 3px;
}

.ur-location {
  margin-bottom: 5px;
}

.rateing i {
  color: #d4d5dc;
}

.rateing i.filled {
  color: #ff9b20;
}

.ur-detail-wrap-header {
  padding: 18px 0 10px;
  border-bottom: 1px solid #e0dfe6;
  margin-bottom: 1.5em;
}

.colps-wrap .ur-detail-wrap-header {
  border-bottom: none;
  margin-bottom: 0;
}

.colps-head.collapsed {
  position: relative;
}

.colps-head:before {
  position: absolute;
  right: 27px;
  top: 18px;
  font-size: 19px;
  color: #8892a9;
  font-family: "themify";
  content: "\e622";
}

.colps-head.collapsed:before {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 19px;
  color: #8892a9;
  font-family: "themify";
  content: "\e61a";
}

ul.ove-detail-list {
  margin: 0;
  padding: 0;
}

ul.ove-detail-list li {
  list-style: none;
  margin-bottom: 1.5em;
  padding: 0;
}

ul.ove-detail-list li:last-child {
  margin-bottom: 0;
}

ul.ove-detail-list li i {
  font-size: 27px;
  float: left;
  margin-right: 10px;
  color: #a4abb5;
}

ul.ove-detail-list li h5 {
  margin-bottom: 2px;
}

.detail-status {
  position: absolute;
  right: 15px;
  top: 15px;
}

.detail-status span {
  color: #11b719;
  background: rgba(7, 177, 7, 0.2);
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 5px 25px;
  border-radius: 2px;
}

.detail-pic {
  display: block;
  width: 140px;
  background: #fff;
  border: 1px solid #11b719;
  height: 140px;
  border-radius: 50%;
  margin: 0;
  padding: 9px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.detail-pic img {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
}

a.detail-edit {
  position: absolute;
  left: 44%;
  bottom: -12px;
}

a.detail-edit i {
  width: 30px;
  height: 30px;
  position: relative;
  background: #11b719;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

button.btn.btn-default.btn-xs.dropdown-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
}

button.btn.btn-default.btn-xs.dropdown-toggle i {
  font-size: 26px;
  color: #636d75;
}

.action-btn .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636d75;
  font-size: 15px;
}

.action-btn .dropdown-menu > li > a:hover,
.action-btn .dropdown-menu > li > a:focus {
  background: #11b719;
  color: #fff;
}

.wrap-search-filter {
  padding: 0 0 1em;
  background: #fff;
  display: inline-block;
  width: 100%;
}

.wrap-search-filter button.btn.btn-primary {
  height: 50px;
}

.brows-job-category {
  position: relative;
}

.brows-job-category .no-padding {
  margin: 0;
  margin-bottom: 30px;
}

.brows-job-category h2 {
  font-size: 25px;
}

.brows-job-list {
  display: flow-root;
  width: 100%;
  clear: both;
  padding: 20px;
  transition: 0.4s;
  margin-top: 25px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  align-items: center;
}

.brows-job-list .btn-action {
  position: absolute;
  top: -5px;
  right: -5px;
  box-shadow: 0 0 10px 0 rgb(88 96 109 / 40%);
  background-color: #fff;
  border: none;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brows-job-list .btn-action.edit {
  background-color: #efb100;
}

.brows-job-list .btn-action.cancel {
  background-color: red;
}

.brows-job-list .btn-action.edit:before {
  content: "\F044";
  font-family: fontawesome;
  font-size: 18px;
  color: #fff;
}

.brows-job-list .btn-action.cancel:before {
  content: "\F00D";
  font-family: fontawesome;
  font-size: 20px;
  color: #fff;
}

.brows-job-list:hover,
.brows-job-list:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.njsb-location {
  margin-top: 6px;
  color: #717f86;
}

.brows-job-half {
  flex: 1;
}

.njsb-link .btn.btn-default {
  border: none;
  background: #fff;
  color: #677897;
  border-radius: 50px;
  text-shadow: none;
  transition: all ease 0.4s;
}

.brows-job-list:hover .njsb-link .btn.btn-default,
.brows-job-list:focus .njsb-link .btn.btn-default {
  background: #11b719;
  color: #fff;
}

.njsb-location i {
  margin-right: 5px;
}

.brows-job-company-img {
  width: 75px;
  margin: 0 auto;
  margin: 10px auto;
  height: 75px;
  display: inline-block;
  background: #f4f5f7;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 75px;
}

.item-fl-box .brows-job-company-img {
  margin: 0;
  margin-right: 15px;
  display: table;
}

.brows-job-company-img img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
}

.brows-job-position h3 {
  font-size: 21px;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
  width: auto;
  display: inline-block;
}

.brows-job-position .jb-approved:before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  right: -26px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  top: 3px;
  background: #1bc36b;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  line-height: 18px;
}

span.job-num {
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: capitalize;
  color: #8da2b3;
  background: #f3f6fb;
}

.brows-job-position p span {
  margin-top: 12px;
}

.brows-job-position p .brows-job-sallery {
  margin-right: 0;
}

.item-click .brows-job-list .brows-job-sallery {
  margin-left: 15px;
}

.item-click .brows-job-position p {
  margin-bottom: 0;
}

.brows-job-position p .brows-job-sallery i {
  margin-right: 10px;
}

.brows-job-location {
  margin-top: 23px;
}

.brows-job-location p {
  font-size: 18px;
}

.brows-job-location p i {
  font-size: 16px;
  margin-right: 10px;
}

.brows-job-position .job-type {
  padding: 3px 12px;
  color: #fff;
  margin-left: 10px;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 13px;
}

.full-time {
  background: #03a504;
}

.part-time {
  background: #f6931e;
}

.enternship {
  background: #d20001;
}

.freelanc {
  background: #26a9e1;
}

.jb-type {
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}

.job-instructor-layout {
  background: #fff;
  position: relative;
  display: block;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.job-instructor-layout .popular {
  position: absolute;
  right: 30px;
  top: 30px;
}

.job-instructor-layout .hot {
  position: absolute;
  left: 30px;
  top: 30px;
}

.job-instructor-layout .new {
  position: absolute;
  left: 30px;
  top: 30px;
}

.job-instructor-thumb {
  display: table;
  width: 100%;
  padding: 5em 0 1em;
  margin: 0 auto;
  border-radius: 8px;
}

.job-instructor-thumb img {
  display: table;
  margin: 0 auto;
  max-width: 80px;
  max-height: 80px;
}

.job-instructor-content {
  position: relative;
  padding: 2px 20px 15px;
  display: table;
  text-align: center;
  width: 100%;
}

.instructor-title {
  line-height: 1.5;
  height: 70px;
}

.job-instructor-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.instructor-students {
  flex: 1;
}

.instructor-scount {
  margin: 0;
  color: #ff8b00;
}

.instructor-corses span {
  display: inline-block;
  padding: 4px 14px;
  background: #f1f4fb;
  border-radius: 50px;
  color: #8b91a0;
  font-size: 14px;
}

.job-instructor-layout .tg-themetag {
  top: 30px;
}

.full-time {
  background: rgba(3, 165, 4, 0.1);
  color: #03a504;
}

.part-time {
  background: rgba(246, 147, 30, 0.1);
  color: #f6931e;
}

.enternship {
  background: rgba(210, 0, 1, 0.1);
  color: #d20001;
}

.freelanc {
  background: rgba(38, 169, 225, 0.1);
  color: #26a9e1;
}

.job-instructor-layout .brows-job-type span {
  position: absolute;
  padding: 4px 15px;
  top: 30px;
  right: 10px;
  line-height: 1.4;
  font-size: 12px;
  border-radius: 2px 0 0 2px;
}

.brows-company {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.4s;
  border: 1px solid rgba(88, 136, 247, 0.1);
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.brows-company:hover {
  border-left: 4px solid #11b719;
}

.brows-company .brows-company-pic {
  display: table;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 1px;
}

.brows-company .brows-company-pic img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.brows-company h4 {
  margin-bottom: 5px;
  color: #252d40;
  font-size: 20px;
  margin-top: 0;
}

.brows-company span.brows-company-tagline {
  display: block;
  color: #636d75;
}

.brows-company .brows-company-location p {
  margin-bottom: 5px;
  font-weight: 400;
  color: #636d75;
  font-size: 16px;
}

.brows-company .brows-company-position p {
  text-align: right;
  color: #11b719;
}

.item-fl-box {
  width: 100%;
  display: flex;
  align-items: center;
}

.brows-company .item-fl-box .brows-company-pic {
  margin-right: 15px;
}

.brows-resume {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all ease-in-out 0.4s;
  border: 1px solid rgba(88, 136, 247, 0.1);
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.brows-resume > .row {
  display: flex;
  align-items: center;
}

.brows-resume:hover,
.brows-resume:focus {
  border-left: 4px solid #11b719;
}

.brows-resume.grid-style:hover,
.brows-resume.grid-style:focus {
  border-left: none;
  border: none;
}

.brows-resume .brows-resume-pic {
  display: table;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 1px;
}

.brows-resume .item-fl-box .brows-resume-pic {
  margin-right: 12px;
}

.brows-resume .brows-resume-pic img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.brows-resume h4 {
  margin-bottom: 5px;
  font-weight: 400;
  color: #252d40;
  font-size: 22px;
  margin-top: 0;
}

.brows-resume span.brows-resume-designation {
  text-transform: uppercase;
  display: block;
  color: #11b719;
}

.brows-resume .brows-resume-location p {
  margin-bottom: 5px;
  font-weight: 400;
  color: #636d75;
  font-size: 16px;
}

.brows-resume .browse-resume-rate span {
  text-transform: capitalize;
  font-weight: 400;
  color: #636d75;
  text-align: right;
  display: block;
  font-size: 16px;
}

.brows-resume .browse-resume-rate span i {
  font-size: 18px;
  color: #11b719;
  margin-right: 7px;
}

.brows-resume .browse-resume-exp span {
  float: right;
  background: #11b719;
  padding: 2px 7px;
  border-radius: 2px;
  color: #fff;
  min-width: 150px;
  text-align: center;
}

.row.extra-mrg.row-skill {
  padding: 14px 0 2px;
  border-top: 1px solid #f1f3f4;
  margin-top: 20px;
  display: block;
}

.browse-resume-skills .br-resume span {
  padding: 5px 8px;
  background: #f3f5f9;
  text-transform: uppercase;
  margin-right: 7px;
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #66718a;
}

.cnd-thumb-action {
  text-align: center;
}

.brows-resume.grid-style .item-fl-box {
  display: block;
}

.brows-resume.grid-style {
  padding: 3rem 1.5rem;
  border-radius: 8px;
  border: none;
}

.brows-resume.grid-style .brows-resume-pic {
  width: 80px;
  height: 80px;
  margin: 12px auto;
  margin-right: auto;
}

.brows-resume.grid-style .brows-resume-pic img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.brows-resume.grid-style h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.brows-resume.grid-style span.brows-resume-designation {
  text-transform: capitalize;
}

.cnd-location {
  text-align: center;
}

.cnd-skill {
  padding: 2rem 0.5rem;
  text-align: center;
}

.cnd-skill .br-resume span {
  padding: 4px 8px;
  background: #f3f5f9;
  text-transform: uppercase;
  margin-right: 7px;
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #66718a;
  display: inline-block;
  transition: all ease-in-out 0.4s;
}

.brows-resume.grid-style:hover .br-resume span,
.brows-resume.grid-style:focus .br-resume span {
  color: #fff;
  background: #11b719;
}

.cnd-skill .br-resume span:last-child {
  margin-right: 0;
}

.map-popup-wrap .brows-resume {
  box-shadow: none;
}

.map-popup-wrap .brows-resume span.brows-resume-designation {
  font-size: 13px;
  margin: 4px 0;
}

.manage-cndt {
  background: #fff;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(88, 136, 247, 0.1);
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.manage-cndt .cndt-status {
  padding: 4px 25px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: left;
  border-radius: 4px;
  font-weight: 500;
  text-transform: capitalize;
}

.manage-cndt .cndt-status.pending {
  background: rgba(255, 144, 7, 0.2);
  color: #ffc107;
}

.manage-cndt .cndt-status.available {
  background: rgba(7, 177, 7, 0.2);
  color: #11b719;
}

.manage-cndt .cndt-pic {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 15px auto;
}

.manage-cndt .cndt-caption {
  text-align: center;
  padding: 15px;
}

.manage-cndt .cndt-caption h4 {
  text-transform: capitalize;
  color: #252d40;
  margin-bottom: 5px;
}

.manage-cndt .cndt-caption span {
  text-transform: uppercase;
  color: #11b719;
}

.manage-cndt .cndt-caption p {
  color: #5f707d;
  margin-bottom: 2.5em;
  font-size: 15px;
  margin-top: 10px;
  font-family: "Raleway", sans-serif;
}

.manage-cndt .cndt-profile-btn {
  padding: 15px 0;
  display: block;
  border-top: 1px solid #eef5fb;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  background: #f2f3f5;
}

.manage-cndt:hover .cndt-profile-btn,
.manage-cndt:focus .cndt-profile-btn {
  background: #11b719;
  color: #fff;
  text-decoration: none;
}

.manage-cndt .cndt-profile-btn:hover,
.manage-cndt .cndt-profile-btn:focus {
  background: #11b719;
  color: #fff;
  text-decoration: none;
}

.jn-employee {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all ease-in-out 0.4s;
  border-bottom: 3px solid #fff;
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.jn-employee:hover,
.jn-employee:focus {
  border-bottom: 3px solid #11b719;
}

.mail-form i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #11b719;
  text-align: center;
  border-radius: 50%;
  background: rgba(7, 177, 7, 0.1);
}

.employee-caption {
  text-align: center;
  padding: 1em 0.8em;
}

.employee-caption-pic {
  display: table;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 15px auto;
}

.employee-caption h4 {
  margin-bottom: 5px;
  font-weight: 400;
  color: #252d40;
  font-size: 22px;
}

.employee-caption span.designation {
  color: #636d75;
}

.employee-social {
  margin: 15px 0;
  padding: 0;
}

.employee-social li {
  text-align: center;
  display: inline-block;
  list-style: none;
  padding: 5px 7px;
}

.employee-social li i {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  font-size: 18px;
  color: #636d75;
  transition: all ease-in-out 0.4s;
  background: rgba(137, 153, 167, 0.1);
}

.employee-social li a:hover i,
.employee-social li a:focus i {
  color: #fff;
  background: #11b719;
}

.mng-company {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border-left: 3px solid #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.mng-company:hover,
.mng-company:focus {
  border-color: #11b719;
}

.mng-company .mng-company-pic {
  display: table;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 1px;
}

.mng-company .item-fl-box .mng-company-pic {
  margin-right: 12px;
}

.item-fl-box .cmp-tagline {
  font-size: 15px;
}

.mng-company .mng-company-pic img {
  margin: 0 auto;
  display: table;
  max-width: 85px;
}

.mng-company h4 {
  margin-bottom: 5px;
  font-weight: 400;
  color: #252d40;
  font-size: 22px;
  margin-top: 0;
}

.mng-company span.cmp-time {
  color: #636d75;
}

.mng-company .mng-company-location p {
  margin-bottom: 5px;
  font-weight: 400;
  color: #636d75;
  font-size: 16px;
}

.mng-company .mng-company-location i {
  font-size: 20px;
}

.mng-company .mng-company-action i {
  font-size: 20px;
  padding: 0 5px;
}

.mng-company .mng-company-action i.fa-edit {
  color: #11b719;
}

.mng-company .mng-company-action i.fa-trash-o {
  color: #ff9800;
}

.mng-resume {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-left: 3px solid #fff;
  transition: all ease-in-out 0.4s;
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.mng-resume:hover,
.mng-resume:focus {
  border-color: #11b719;
}

.mng-resume .mng-resume-pic {
  display: table;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 1px;
}

.mng-resume .mng-resume-pic img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.mng-resume .item-fl-box .mng-resume-pic {
  margin-right: 12px;
}

.mng-resume h4 {
  margin-bottom: 5px;
  font-weight: 400;
  color: #252d40;
  font-size: 20px;
  margin-top: 0;
}

.mng-resume h4 span.cand-designation {
  font-size: 15px;
  color: #11b719;
}

.per-hour-rate p {
  font-size: 16px;
}

.per-hour-rate p i {
  margin-right: 7px;
}

.mng-employee-skill span {
  padding: 5px 8px;
  background: #f3f5f9;
  text-transform: uppercase;
  margin-right: 7px;
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #66718a;
}

.mng-resume .mng-resume-location i {
  font-size: 20px;
}

.mng-resume .mng-resume-action i {
  font-size: 20px;
  padding: 0 5px;
}

.mng-resume .mng-resume-action i.fa-edit {
  color: #11b719;
}

.mng-resume .mng-resume-action i.fa-trash-o {
  color: #ff9800;
}

.manage-resume {
  background: #fff;
}

.manage-resume-box {
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  border-left: 4px solid #fff;
  transition: all ease-in-out 0.4s;
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
}

.manage-resume-box:hover,
.manage-resume-box:focus {
  border-color: #11b719;
  border-left: 3px solid #11b719;
}

.manage-resume-box:hover i,
.manage-resume-box:focus i {
  color: #11b719;
}

.manage-resume-picbox {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.manage-resume-picbox img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.manage-resume-box h4 {
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
}

.manage-resume-box a i {
  font-size: 20px;
  color: #636d75;
}

.detail-desc-caption h4 {
  color: #252d40;
  font-size: 22px;
  margin-bottom: 5px;
}

.detail-desc-caption h2 {
  margin-bottom: 0;
}

.detail-desc-caption span.designation {
  color: #546673;
  font-size: 17px;
}

.detail-desc-caption p {
  color: #707c88;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}

.detail-desc-skill span {
  padding: 5px 8px;
  background: #f3f5f9;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 7px;
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #66718a;
}

.detail-desc-caption ul {
  padding: 0;
  margin: 0;
}

.detail-desc-caption ul li i {
  margin-right: 10px;
  font-size: 16px;
  color: rgba(137, 153, 167, 1);
}

.detail-desc-caption ul li {
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #707c88;
  list-style: none;
  display: block;
}

.get-touch h4 {
  color: #252d40;
  font-size: 22px;
  margin-bottom: 15px;
}

.get-touch ul {
  padding: 0;
  margin: 0;
}

.get-touch ul li i {
  margin-right: 10px;
  font-size: 16px;
  color: rgba(137, 153, 167, 1);
}

.get-touch ul li {
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #707c88;
  list-style: none;
}

.detail.pannel-footer {
  padding: 10px 0;
  display: table;
  width: 100%;
}

.row.no-padd {
  margin: 0 -15px;
  padding: 0 15px;
  border-top: 1px solid #ccddea;
}

.detail-pannel-footer-btn a.footer-btn {
  padding: 12px 40px;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}

.detail-pannel-footer-btn a.footer-btn.grn-btn {
  background: #11b719;
}

.detail-pannel-footer-btn a.footer-btn.blu-btn {
  background: #03a9f4;
}

.detail-pannel-footer-btn a:hover,
.detail-pannel-footer-btn a:focus {
  text-decoration: none;
  color: #fff;
}

.fotter-pannel-status {
  color: #707c88;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.fotter-pannel-status > span {
  color: #11b719;
}

ul.working-days {
  padding: 0;
  margin: 0;
}

ul.working-days li {
  display: block;
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px dashed #dfe3e8;
}

ul.working-days li span {
  float: right;
  color: #82858e;
  font-size: 13px;
}

ul.working-days li.active,
ul.working-days li.active span {
  color: #2ab762;
}

ul.working-days li.close-day,
ul.working-days li.close-day span {
  color: #d43a3a;
}

ul.follow-links,
ul.advance-list {
  padding: 0;
  margin: 0;
}

ul.follow-links li,
ul.advance-list li {
  display: block;
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px dashed #dfe3e8;
}

ul.follow-links li,
ul.advance-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.colps-wrap ul.follow-links li,
ul.advance-list li:last-child {
  padding-bottom: 12px;
}

ul.follow-links li i {
  margin-right: 7px;
}

.add-feild .input-group {
  width: 100%;
}

.add-feild .form-control {
  height: 52px;
  width: 100%;
  color: #707c88;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #ccddea;
}

.add-feild textarea.form-control {
  border-radius: 4px;
  height: 100px;
  padding: 15px;
}

.detail-pannel-footer-btn a.footer-btn.choose-cover {
  background: #11b719;
}

.full-detail .input-group {
  margin-bottom: 10px;
  width: 100%;
}

section.full-detail {
  padding: 0 0 3em;
}

section.full-detail .form-control::-moz-placeholder {
  color: #6a7884;
  opacity: 1;
}

section.full-detail .form-control:-ms-input-placeholder {
  color: #6a7884;
}

section.full-detail .form-control::-webkit-input-placeholder {
  color: #6a7884;
}

.full-detail .input-group-addon {
  color: #fff;
  background: #11b719;
  width: 45px;
  border-radius: 0;
  border-color: #13c313;
  font-size: 18px;
}

.btn-primary.small-btn {
  text-transform: uppercase;
  display: table;
  padding: 20px;
  margin: 20px auto;
  height: auto;
  border-radius: 4px;
}

.btn-primary.small-btn:hover,
.btn-primary.small-btn:focus {
  text-transform: uppercase;
  display: table;
  margin: 20px auto;
  height: auto;
  border-radius: 4px;
}

button.btn.remove-field {
  background: #03a9f4;
  margin: 2em auto;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 15px 40px;
  min-width: 180px;
  border: none;
  float: right;
  margin-right: 15px;
}

button.add-field {
  background: #11b719;
  margin: 2em auto;
  border: none;
  margin-left: 15px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 15px 40px;
  min-width: 180px;
}

.wysihtml5-toolbar a.btn {
  background: #e8edf1;
  color: #252d40;
  margin-right: 5px;
  box-shadow: none;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-list {
  background-position: -360px -48px;
}

.form-control.textarea {
  height: 180px;
  border-radius: 4px;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 120px;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  height: 120px;
  background: #3db810;
  border-radius: 50%;
}

.inputfile + label i {
  line-height: 100px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  display: block;
  background: transparent;
  border-radius: 50%;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: none;
  outline: none;
}

.inputupload-pic + label {
  color: #d3394c;
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  padding: 0;
}

.inputupload-pic:focus + label,
.inputupload-pic.has-focus + label,
.inputupload-pic + label:hover {
  border-color: #722040;
}

.inputupload-pic + label span,
.inputupload-pic + label strong {
  padding: 0.625rem 1.25rem;
}

.inputupload-pic + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputupload-pic + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
}

.inputupload-pic:focus + label strong,
.inputupload-pic.has-focus + label strong,
.inputupload-pic + label:hover strong {
  background-color: #722040;
}

.row-bottom {
  margin-bottom: 40px !important;
}

ul.trim-edu-list {
  border-left: 3px solid #d6dbe6;
  margin-left: 1.5em;
}

ul.trim-edu-list li {
  list-style: none;
  margin-bottom: 2em;
  position: relative;
}

.trim-edu {
  padding: 15px 10px;
  border-radius: 4px;
  background: #f5f5f5;
  margin-right: 0 !important;
}

.trim-edu-title {
  margin-bottom: 5px;
}

.trim-edu-title .title-est {
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
  color: #9c9c9c;
}

.trim-edu p {
  padding: 0 !important;
  margin: 0 !important;
}

ul.trim-edu-list li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e9ebef;
  left: -3.6em;
  top: 0.5em;
}

ul.trim-edu-list li:after {
  content: "";
  position: absolute;
  left: -3.2em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #11b719;
  top: 0.9em;
}

h2.detail-title {
  font-size: 18px;
  background: #f5f6f7;
  padding: 8px 20px;
  margin-bottom: 16px;
  line-height: 1.6;
  border-radius: 2px;
  color: #252d40;
  border-left: 3px solid #11b719;
}

.full-detail-description p {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 15px;
  padding: 0 20px;
}

ul.detail-list li {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.9;
  font-size: 17px;
  color: #707c88;
  list-style: none;
}

ul.detail-list li:before {
  content: "\f101";
  position: relative;
  font-size: 17px;
  color: #11b719;
  left: -12px;
  font-family: fontawesome;
}

ul.detail-footer-social {
  padding: 0;
  margin: 0;
}

ul.detail-footer-social li {
  display: inline-block;
  padding-right: 10px;
}

ul.detail-footer-social li a i {
  width: 42px;
  height: 42px;
  background: #f1f3f4;
  line-height: 42px;
  text-align: center;
  font-size: 17px;
  border-radius: 2px;
  margin-bottom: 10px;
  transition: all ease-in-out 0.4s;
}

ul.detail-footer-social li a i:hover {
  background: #11b719;
  color: #fff;
}

.third-progress .progressbar-title {
  font-size: 14px;
  color: #848484;
  text-transform: capitalize;
}

.third-progress .progress {
  height: 4px;
  overflow: visible;
  background: #f0f0f0;
  margin-bottom: 40px;
}

.third-progress .progress .progress-bar {
  position: relative;
  animation: animate-positive 2s;
}

.third-progress .progress .progress-icon {
  width: 32px;
  height: 32px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  top: -15px;
  right: 0;
  background: #fff;
  border-width: 3px;
  border-style: solid;
}

.third-progress .progress-value {
  font-size: 14px;
  color: #848484;
  position: absolute;
  top: 16px;
  right: 0;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.panel-body .simple-tab p {
  color: #707c88;
  font-size: 15.4px;
  text-align: justify;
  line-height: 1.8;
}

#accordion .panel {
  border: none;
  outline: none;
}

#accordion .panel-heading {
  padding: 0;
}

#accordion .panel-heading > .panel-title {
  position: relative;
}

#accordion .panel-heading > .panel-title > a {
  display: block;
  font-size: 14px;
  padding: 18px 35px 18px 15px;
  text-transform: uppercase;
  background: #11b719;
  color: #fff;
  transition: all 0.2s linear 0;
}

#accordion .panel-title > a.collapsed {
  background: #e7ecea;
  color: #707c88;
}

#accordion .panel-title > a.collapsed:hover {
  color: #11b719;
}

.panel-body p {
  color: #707c88;
  font-size: 14px;
  line-height: 30px;
}

#accordion .panel-title > a:after,
#accordion .panel-title > a.collapsed:after {
  content: "\f139";
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 12px;
}

#accordion .panel-title > a.collapsed:after {
  content: "\f13a";
  color: gray;
}

#accordion .panel-body {
  border: none;
}

.panel-body .accordian-style-three p {
  color: #707c88;
  font-size: 15.4px;
  text-align: justify;
  line-height: 1.8;
}

.accordian-style-three .panel-title > a {
  position: relative;
  color: #dc005a;
  display: block;
  padding-right: 70px;
}

#accordion3 .panel-heading {
  padding: 0;
}

#accordion3 .panel-heading > .panel-title {
  position: relative;
}

#accordion3 .panel-heading > .panel-title > a {
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  background: #11b719;
  color: #fff;
  transition: all 0.2s linear 0;
}

#accordion3 .panel-title > a.collapsed {
  background: #252d40;
  color: #707c88;
}

#accordion3 .panel-title > a.collapsed:hover {
  color: #11b719;
}

.accordian-style-three #accordion3 .panel-title > a:after,
.accordian-style-three #accordion3 .panel-title > a.collapsed:after {
  content: "\f068";
  font-family: FontAwesome;
  height: 28px;
  width: 28px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  top: 17px;
  text-align: center;
}

.accordian-style-three #accordion3 .panel-title > a.collapsed:after {
  content: "\f067";
  background: #636d75;
}

.accordian-style-three #accordion3 .panel-title > a.collapsed {
  color: #8699a7;
}

.accordian-style-three #accordion3 .panel-title > a:hover,
.accordian-style-three #accordion3 .panel-title > a:focus {
  text-decoration: none;
  outline: none;
}

.tool-tab .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 0;
}

.tab-pane p {
  color: #707c88;
  font-size: 14px;
  line-height: 30px;
}

.nav.simple.nav-tabs a {
  color: #707c88;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #e7ecea;
}

.nav.simple.nav-tabs li.active a {
  background: #11b719;
  color: #fff;
}

.tab .nav-tabs {
  background: #fff;
  padding: 5px 0;
}

.tab .nav-tabs li {
  margin-bottom: 0;
  margin-right: 0;
  float: none;
  display: inline-block;
}

.tab .nav-tabs li a {
  font-size: 14px;
  color: #11b719;
  background: #fafbfb;
  margin-right: 5px;
  padding: 10px 25px;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #e7ecea;
  transition: ease-in-out 0.5s;
}

.tab .nav-tabs li a:hover {
  color: #fff;
  border-color: transparent;
  background: #11b719;
}

.tab .nav-tabs li a i {
  font-size: 20px;
  margin-right: 10px;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover {
  background: #11b719;
  color: #fff;
  border: 1px solid transparent;
}

.tab .tab-content {
  font-size: 14px;
  color: #707c88;
  line-height: 30px;
  background: #fff;
}

@media only screen and (max-width: 990px) {
  .tab .nav-tabs li a {
    padding: 15px 10px;
  }

  .tab .tab-content {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .tab .nav-tabs li a {
    padding: 15px 5px;
  }

  section.full-detail {
    margin-top: 7.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .tab .nav-tabs li {
    width: 100%;
  }
}

body.modal-open {
  padding-right: 0 !important;
}

.modal-open {
  overflow: initial;
}

.center {
  text-align: center;
}

a.subs-popup {
  width: 55px;
  height: 55px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  line-height: 55px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #11b719;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22);
}

@-moz-keyframes circlebeat {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes circlebeat {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.subs-popup .circlebeat {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 75px;
  width: 75px;
  z-index: 10;
  border: 10px solid #ef0b13;
  border-radius: 70px;
  -moz-animation: circlebeat 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: circlebeat 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: circlebeat 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.tab-pane img {
  margin: 1em auto 2em;
  display: block;
  max-width: 70%;
}

button.close {
  -webkit-appearance: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 0;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 1;
}

form {
  display: inline-block;
  width: 100%;
}

.modal textarea.form-control {
  height: 90px;
  padding: 15px;
}

.modal .form-control {
  height: 52px;
  padding: 0 15px;
  border: 1px solid #d7dfea;
  color: #727272;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 15px;
  border-radius: 2px;
  box-shadow: none;
}

.form-group {
  width: 100%;
}

.modal .form-control::-moz-placeholder {
  color: #6a7884;
  opacity: 1;
}

.modal .form-control:-ms-input-placeholder {
  color: #6a7884;
}

.modal .form-control::-webkit-input-placeholder {
  color: #6a7884;
  font-weight: 400;
  text-shadow: none;
}

.modal-content {
  padding: 0 0 0px;
}

.modal h4 {
  color: #16162c;
  font-size: 30px;
  font-weight: 400;
}

.modal .submit-btn {
  border: 1px dashed #11b719;
  padding: 14px 0;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  transition: ease-in-out 0.6s;
  display: inline-block;
  margin-top: 1em;
  background: #11b719;
}

.modal .dismis-btn {
  border: 1px dashed #dde6ef;
  padding: 14px 0;
  width: 100%;
  text-transform: uppercase;
  color: #3b465f;
  border-radius: 3px;
  font-size: 18px;
  transition: ease-in-out 0.6s;
  display: inline-block;
  margin-top: 1em;
  background: #dde6ef;
}

.modal .submit-btn:hover {
  color: #fff;
  background: #11b719;
}

.success-message {
  text-align: center;
  color: green;
}

.error-message {
  text-align: center;
  color: red;
}

#signup .modal-body {
  position: relative;
  padding: 0;
}

.modal-body .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 50%;
  text-align: center;
}

.modal-body .nav > li > a {
  position: relative;
  display: block;
  color: #95a2a7;
  padding: 18px 15px;
  background: #252d40;
  border-radius: 0;
  margin: 0;
}

.modal-body .nav > li.active > a {
  background: #11b719;
  text-transform: uppercase;
  color: #fff;
}

.modal-body .nav > li > a:hover,
.modal-body .nav > li > a:focus {
  background: #11b719;
  border: 1px solid #0e9cf3;
  color: #fff;
}

.tab-content {
  padding: 2em 0 3em;
}

.modal-body .nav-tabs {
  margin-top: 0;
}

.modal-body .tab .nav-tabs {
  padding: 0;
}

.modal-body .tab .nav-tabs li a {
  border: none;
}

.modal-body .tab .nav-tabs li.active a,
.modal-body .tab .nav-tabs li.active a:hover {
  border: none;
}

.contact-box i {
  background: #f3f6f8;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 25px;
  display: table;
  margin: 20px auto;
  border-radius: 4px;
  color: #11b719;
}

.contact-page h2,
.contact-form h2 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}

.contact-box {
  line-height: 1.8;
  text-align: center;
}

.contact-box p {
  font-size: 16px;
}

.contact-form {
  padding-top: 2em;
}

.contact-form textarea.form-control {
  height: 180px;
}

.contact-form .btn-primary {
  max-width: 250px;
  padding: 15px 25px;
  height: auto;
  margin: 15px auto;
  display: block;
  border: none;
  border-radius: 50px;
}

.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus {
  max-width: 250px;
  padding: 15px 0;
  height: auto;
  margin: 15px auto;
  display: block;
  border: none;
  border-radius: 50px;
}

.short-blog {
  padding: 0;
  margin-bottom: 2em;
  border: 1px solid #d6e3ec;
}

figure.img-holder {
  position: relative;
}

.blog-post-date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #11b719;
  padding: 5px 30px;
  border-radius: 2px;
  color: #fff;
  text-transform: capitalize;
}

.blog-content {
  padding: 40px 25px;
  font-size: 15px;
  line-height: 1.8;
  color: #636d75;
}

.blog-content .blog-sing-title {
  color: #252d40;
  margin: 15px 0 5px;
  font-size: 25px;
}

.post-meta span.author,
.post-meta span.category a {
  color: #11b719;
}

.blog-text p {
  color: #636d75;
  font-size: 15px;
  line-height: 1.8;
}

.post-meta {
  font-family: initial;
}

.post-tags {
  margin: 2em 0 0;
}

.post-tags strong {
  margin-right: 10px;
  color: #334e6f;
  font-size: 16px;
}

.post-tags a {
  color: #7b7b7b;
  background: #eaeef5;
  font-size: 14px !important;
  margin: 0 7px 10px 0;
  display: inline-block;
  padding: 4px 22px;
  -webkit-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.post-meta {
  color: #334e6f;
}

.post-meta > span {
  display: inline-block;
  line-height: 1;
  padding-right: 12px;
  margin-right: 10px;
  border-right: 1px solid #ebebeb;
}

.post-meta i {
  font-size: 17px;
  color: #929292;
  margin-right: 7px;
}

.search-form button.btn.btn-default {
  background: #11b719;
  color: #fff;
  border: 1px solid #11b719;
  height: 50px;
}

.sidebar-widget {
  padding: 30px 0;
}

.sidebar-widget h4 {
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #f1f6fb;
  padding: 12px 15px;
}

ul.sidebar-list {
  padding: 0;
  margin: 0;
}

ul.sidebar-list li {
  list-style: none;
  line-height: 1.8;
  padding: 10px 0;
  border-bottom: 1px solid #e0ecf5;
}

ul.sidebar-list li a {
  font-size: 15px;
  color: #788a9a;
}

ul.sidebar-list li a span {
  float: right;
  color: #11b719;
}

.blog-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0ecf5;
  display: block;
  width: 100%;
}

.blog-item .post-thumb {
  width: 70px;
  height: 70px;
  display: table-cell;
}

.blog-detail {
  vertical-align: top;
  display: table-cell;
  padding-left: 10px;
}

.blog-item h4 {
  text-transform: capitalize;
  color: #707c88;
  line-height: 1.4;
  margin-top: 0;
  padding: 0 0 5px;
  font-size: 15px;
  margin-bottom: 0;
  background: transparent;
}

.post-info {
  color: #11b719;
}

.full-blog {
  border: 1px solid #e0ecf5;
}

.full-blog .blog-content {
  padding: 40px 25px 20px;
}

.blog-footer-social {
  padding: 10px 0 0;
  border-top: 1px solid #e0ecf5;
  margin-top: 20px;
}

ul.list-inline.social {
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
}

ul.list-inline.social li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

ul.list-inline.social li i {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e0ecf5;
  color: #71818e;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  transition: all ease-in-out 0.4s;
}

ul.list-inline.social li i:hover,
ul.list-inline.social li i:focus {
  background: #11b719;
  color: #fff;
}

.comments ul {
  padding-left: 0;
}

.comments ul li {
  display: block;
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
  margin: 50px 0 0;
}

.comments ul li {
  position: relative;
}

.avatar {
  display: inline-block;
  float: left;
  padding: 0 17px 0 0;
  position: absolute;
  left: 0;
  top: -5px;
}

.avatar img {
  max-width: 70px;
  border-radius: 50%;
}

.comment-content {
  color: #666;
  padding: 0 0 0 100px;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  font-weight: 500;
  color: #333;
}

.comment-by span.date {
  color: #888;
  font-weight: 500;
  margin: 0;
  float: none;
  display: block;
  text-align: left;
}

.comment-by a.reply {
  display: inline;
  background-color: #f0f0f0;
  padding: 5px 16px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 4px;
}

.comments ul li ul {
  margin: 0 0 0 100px;
  border-left: 1px solid #e0e0e0;
  padding-left: 35px;
}

.comments ul li ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #e0e0e0;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -35px;
}

.comments-form textarea.form-control {
  height: 150px;
}

.comments-form form {
  margin: 10px -15px;
}

.comments-form button.thm-btn.btn-comment {
  padding: 12px 20px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #11b719;
  background: #11b719;
  min-width: 210px;
  display: table;
  margin: 10px 15px;
}

.comments-form button.thm-btn.btn-comment:hover,
.comments-form button.thm-btn.btn-comment:focus {
  padding: 12px 20px;
  text-transform: uppercase;
  color: #11b719;
  border: 2px solid #11b719;
  background: transparent;
  min-width: 210px;
  display: table;
  margin: 10px 15px;
}

body.simple-bg-screen {
  position: initial;
  background-size: cover;
  background-position: center;
}

body.simple-bg-screen:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  height: 100%;
  opacity: 0.8;
}

.login-screen,
.signup-screen,
.lost-ps-screen {
  position: relative;
  max-width: 450px;
  margin: 12% auto 0;
}

section.login-screen-sec,
section.signup-screen-sec,
section.lost-ps-screen-sec {
  background: transparent;
}

.login-screen .form-control {
  border-radius: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.login-screen img,
.signup-screen img,
.lost-ps-screen img {
  margin: 1.5em auto;
}

button.btn.btn-login {
  background: #11b719;
  border: 1px solid #11b719;
  border-radius: 50px;
  min-width: 200px;
  padding: 12px 0;
  box-shadow: 0 0 12px 1px rgba(61, 214, 34, 0.4);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
}

.login-screen span,
.signup-screen span,
.lost-ps-screen span {
  margin-top: 12px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.login-screen span a,
.signup-screen span a,
.lost-ps-screen span a {
  color: #11b719;
}

.login-plane-sec {
  margin-top: 5%;
}

.login-panel {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04);
  padding: 10px 0 0;
  border: 1px solid #f4f5f7;
  color: #fff;
}

.login-panel.panel-default > .panel-heading {
  color: #636d75;
  background-color: transparent;
  background-image: none;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(158, 173, 191, 0.2);
}

.btn-login {
  background: #11b719;
  border-radius: 2px;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  min-width: 220px;
}

.login-panel .form-control {
  height: 52px;
  color: #636d75;
  font-size: 16px;
  border-radius: 1px;
  background: #fbfdff;
  border: 1px solid #d7dfea;
}

.login-panel .panel-title {
  font-size: 24px;
}

.login-panel img {
  margin: 30px auto 20px;
  max-width: 40%;
}

.login-panel form {
  padding: 0 30px 40px;
}

.login-panel .panel-body {
  padding: 0;
}

.login-panel .social-login {
  padding: 0;
  margin: 0;
  margin-top: 7px;
  position: relative;
}

.login-panel .social-login li {
  padding: 12px 0;
  text-align: center;
  width: 50%;
  display: inline-block;
  float: left;
}

.login-panel .social-login li a {
  color: #fff;
  font-size: 16px;
}

.login-panel .social-login li a i {
  font-size: 14px;
  margin-right: 10px;
  line-height: 32px;
  padding-right: 0;
  border-right: none;
}

.login-panel .social-login .facebook-login {
  background: #35508a;
}

.login-panel .social-login .google-plus-login {
  background: #f32810;
}

.login-panel label {
  color: #11b719;
}

.login-panel .social-login span {
  position: absolute;
  width: 46px;
  height: 46px;
  background: #fff;
  left: 46%;
  color: #263238;
  border-radius: 50%;
  border: 5px solid rgba(2, 2, 2, 0.1);
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  top: 5px;
}

.login-panel .form-control:focus {
  border-color: #11b719;
  outline: 0 none;
  box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075) inset,
    0 0 8px rgba(7, 177, 7, 0.6);
}

.job-types label {
  font-weight: 600;
  color: #707c88;
  margin: 0 0 10px 15px;
}

.job-types {
  text-align: right;
}

.job-types input[type="checkbox"],
.job-types input[type="radio"] {
  top: 3.33333px;
}

@-webkit-keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}

@-moz-keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}

@-o-keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}

@keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}

.check-option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #eaeef3;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 0.5rem;
}

.check-option.full-time {
  background: #03a504;
}

.check-option.part-time {
  background: #f6931e;
}

.check-option.freelancer {
  background: #26a9e1;
}

.check-option.internship {
  background: #d20001;
}

.check-option.full-time:checked {
  background: #03a504;
}

.check-option.part-time:checked {
  background: #f6931e;
}

.check-option.freelancer:checked {
  background: #26a9e1;
}

.check-option.internship:checked {
  background: #d20001;
}

.check-option:checked::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "\002714";
  display: inline-block;
  font-size: 8px;
  text-align: center;
  line-height: 17px;
}

.check-option:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}

.check-option.full-time:checked::after {
  background: #03a504;
}

.check-option.part-time:checked::after {
  background: #f6931e;
}

.check-option.freelancer:checked::after {
  background: #26a9e1;
}

.check-option.internship:checked::after {
  background: #d20001;
}

.check-option.radio {
  border-radius: 50%;
}

.check-option.radio::after {
  border-radius: 50%;
}

.grid-view.brows-job-list {
  position: relative;
  text-align: center;
  padding-bottom: 0;
  margin-top: 30px;
  display: table;
}

.grid-view .brows-job-type span {
  position: absolute;
  padding: 4px 15px;
  top: 10px;
  right: 0;
  line-height: 1.4;
  font-size: 12px;
  border-radius: 2px 0 0 2px;
}

.grid-view.brows-job-list:hover,
.grid-view.brows-job-list:focus {
  border: none !important;
}

.grid-view .brows-job-company-img {
  width: 80px;
  margin: 10px auto;
  height: 80px;
  display: flex;
  border: 1px solid #e4e4e4;
  background: #fff;
  align-items: center;
  border-radius: 50%;
  line-height: 80px;
}

.grid-view .brows-job-company-img img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  max-width: 50px;
  line-height: 50px;
}

.grid-view-caption {
  margin: 2.5em 0 0;
  padding: 0;
  border-top: 1px solid #eaeff5;
  display: flex;
  width: 100%;
}

.brows-job-position {
  padding: 0 15px 15px;
}

.item-click .brows-job-position {
  padding: 0;
}

.grid-view-caption li {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 10px 0;
  line-height: 2.2;
}

.brows-job-description {
  font-size: 15.5px;
  line-height: 1.8;
  color: #5b6d77;
  padding: 10px 12px;
}

.brows-job-description p {
  line-height: 1.9;
}

.grid-view-caption li:first-child {
  border-right: 1px solid #eaeff5;
}

.grid-view-caption li p {
  margin-bottom: 0;
}

.grid-view-caption li i {
  padding-right: 10px;
}

.grid-view-caption .brows-job-location {
  margin-top: 0;
}

.grid-view-caption .brows-job-location p i {
  margin-right: 0;
}

.grid-view-caption .brows-job-location p,
.grid-view-caption .brows-job-sallery {
  font-size: 14px;
  margin-bottom: 0;
  color: #828fa2;
}

.category-box {
  position: relative;
  height: 210px;
  background: #fff;
  box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
  border-radius: 5px;
  text-align: center;
  padding: 50px 12px 30px;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: hidden;
  transition: 0.6s linear;
}

.category-box .category-desc {
  z-index: 2;
}

.category-box .category-desc .category-icon {
  font-size: 40px;
  color: #ff7c39;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc i {
  font-size: 40px;
  color: #11b719;
  margin-bottom: 7px;
  width: auto;
  height: auto;
  transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc .category-detail h4 {
  font-weight: 500;
  margin-bottom: 5px;
}

.category-box .category-desc .category-detail p {
  margin-bottom: 5px;
}

.category-box .category-desc .category-detail span {
  font-weight: 400;
  font-size: 14px;
}

a.btn.width-170 {
  width: 150px;
  box-shadow: 0 2px 10px 0 #d8dde6;
  border: 1px solid #f9f9f9;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  color: #ff7c39;
  font-size: 16px;
  font-weight: 500;
  transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc i.abs-icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  opacity: 0;
  transition: all ease-in 0.4s;
  color: #eff1f3;
}

.category-box .category-desc img {
  max-width: 80px;
  margin: 0 auto 12px;
}

.category-box:hover i.abs-icon {
  position: absolute;
  bottom: 25px;
  left: 25px;
  opacity: 1;
  color: #eff1f3;
}

.full-card {
  background: #fff;
  border-radius: 4px;
  padding-bottom: 30px;
  border: 1px solid #eceff3;
  box-shadow: 0 0 10px 0 rgba(64, 65, 67, 0.1);
}

.card-header {
  padding: 15px 0 0;
  border-bottom: 1px solid #eceff3;
}

.card-header
  .bootstrap-select
  button.btn.dropdown-toggle.bs-placeholder.btn-default {
  height: 40px;
}

article.advance-search-job {
  padding: 15px 0;
  border-bottom: 1px solid #eceff3;
}

ol.breadcrumb.pull-right {
  background: transparent;
}

.breadcrumb > .active {
  color: #11b719;
}

.advance-search-img-box {
  max-width: 70px;
  float: left;
}

.advance-search-caption {
  margin-left: 78px;
  margin-top: 16px;
}

.advance-search-caption h4 {
  color: #3e4850;
  margin-bottom: 3px;
  font-weight: 600;
}

.advance-search-caption span {
  font-weight: 400;
  color: #252d40;
  opacity: 0.8;
}

.advance-search-job-locat {
  vertical-align: middle;
  margin-top: 22px;
}

.advance-search-job-locat i {
  margin-right: 6px;
}

a.btn.advance-search {
  background: #11b719;
  border-radius: 2px;
  margin-top: 16px;
  min-width: 110px;
  padding: 8px 12px;
  color: #fff;
  letter-spacing: 1px;
}

a.btn.applied.advance-search {
  opacity: 0.6;
}

.apply-job-box {
  text-align: center;
  padding: 2em 0;
}

.apply-job-box h4 {
  margin-bottom: 5px;
  margin-top: 0;
}

.apply-job-box img {
  margin: 0 auto;
  display: table;
  max-width: 80px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #d7dfea;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fileUpload span {
  background: #11b719;
  padding: 11px 20px;
  color: #fff;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}

.side-widget {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eceff3;
  box-shadow: 0 0 10px 0 rgba(64, 65, 67, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

.widget-text {
  padding: 15px;
}

.widget-text.padd-0 {
  padding: 0;
}

.job-alert {
  padding: 1.2em 0;
  text-align: center;
}

button.btn.btn-alrt {
  background: #11b719;
  color: #fff;
  padding: 10px 25px;
  min-width: 150px;
}

.sidebar.right-sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar.right-sidebar ul li {
  list-style: none;
  padding: 10px 10px 8px;
  color: #707c88;
  border-bottom: 1px solid #eceff3;
}

.right-sidebar h2.side-widget-title {
  background: #11b719;
  margin: 0;
  text-align: left;
  padding-left: 12px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 48px;
}

.ad-banner img {
  margin: 0 auto;
}

.right-sidebar h2.side-widget-title a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-right: 12px;
  line-height: 1;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 5px 0 0 3px;
  z-index: 9;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.custom-checkbox label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  box-sizing: border-box;
  z-index: 2;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

.custom-checkbox label:before {
  width: 16px;
  height: 16px;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: inherit;
  z-index: 3;
  transform: rotateZ(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #11b719;
  background: #11b719;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-radio:hover input ~ .checkmark {
  background-color: #f4f5f7;
}

.custom-radio input:checked ~ .checkmark {
  background-color: #11a457;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.advance-detail.detail-desc-caption {
  text-align: center;
}

.advance-detail.detail-desc-caption ul li {
  width: 32%;
  text-transform: capitalize;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}

.advance-detail.detail-desc-caption ul li strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.j-view {
  color: #ff2a63;
}

.j-applied {
  color: #1fb6ff;
}

.j-shared {
  color: #23ce00;
}

ul.job-detail-des {
  padding: 0;
}

ul.job-detail-des li {
  padding: 0;
  color: #66727b;
  list-style: none;
  padding: 10px 12px 10px 20px;
}

ul.job-detail-des li span {
  font-weight: 600;
  margin-right: 20px;
  min-width: 120px;
  display: inline-block;
}

ul.job-detail-des li:nth-child(even) {
  background: #f3f6f8;
}

section.simple-bg-screen.big-wrap {
  background-size: cover;
  background-position: center;
  position: relative;
}

section.simple-bg-screen.big-wrap:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  height: 100%;
  opacity: 0.8;
}

.error-page {
  background: transparent;
  position: relative;
  text-align: center;
}

.error-page p {
  font-size: 18px;
}

.error-page h2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
}

.error-page h2 span {
  color: #11b719;
}

.error-page a.btn.btn-success.small-btn {
  background: #11b719;
  border-color: #11b719;
  border-radius: 50px;
  padding: 12px 31px;
  margin: 15px 0;
}

.deatil-tab-employ.tool-tab .tab-content {
  padding-left: 2em;
  padding-right: 2em;
}

.deatil-tab-employ.tool-tab .nav.simple.nav-tabs li.active a {
  background: rgba(7, 177, 7, 0.15);
  color: #11b719;
  border-color: #11b719;
}

.nav.simple.nav-tabs a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 25px;
  border: none;
  border-radius: 0;
  border-right: 1px solid #ddd;
  margin-right: 0;
}

.deatil-tab-employ.tool-tab .nav-tabs > li {
  margin-bottom: 0;
}

.deatil-tab-employ .nav-tabs > li.active > a,
.deatil-tab-employ .nav-tabs > li.active > a:focus,
.deatil-tab-employ .nav-tabs > li.active > a:hover {
  border: none;
  border-right: 1px solid #ddd;
}

.deatil-tab-employ .nav-tabs > li > a:focus,
.deatil-tab-employ .nav-tabs > li > a:hover {
  background: rgba(7, 177, 7, 0.15);
  border-color: #11b719;
  color: #11b719;
}

span.info-bar {
  padding: 3px 5px;
  border: 1px solid #11b719;
  border-radius: 50%;
  background: #daf3da;
  color: #11b719;
  font-size: 12px;
  margin-left: 5px;
}

#address ul.job-detail-des {
  margin: 0;
  padding: 0;
}

.deatil-tab-employ .tab-pane img {
  border-radius: 50%;
}

.deatil-tab-employ .manage-cndt {
  border: 1px solid #e1e7ea;
}

.mail-card {
  border: 1px solid #e8edf1;
  border-radius: 2px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.inbox-widget .card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  background-color: transparent;
}

.flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.card-title.flexbox img.avatar {
  max-width: 60px;
  max-height: 60px;
  margin-right: 10px;
}

.card-title.flexbox h6 {
  margin-bottom: 0;
  margin-top: 10px;
}

.small,
small {
  font-size: 85%;
}

.text-info {
  color: #11b719;
}

h5.text-lighter small {
  font-size: 90%;
  color: #84939a;
}

.attachment-block {
  display: inline-block;
  max-width: 180px;
  margin-right: 15px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e8edf1;
  border-radius: 4px;
  overflow: hidden;
}

.attachment-info {
  padding: 5px 8px;
}

.attachment-info h6 {
  margin-bottom: 2px;
  margin-top: 5px;
}

.attachment-info ul li {
  width: 50%;
  float: left;
  display: inline-block;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 0;
}

.deatil-tab-employ .tab-pane .thumb img {
  border-radius: 0;
  max-width: 100%;
  margin: 0;
}

.card-title.flexbox img {
  margin: 0;
}

.unread .card-title.flexbox h6 {
  font-size: 15px;
  font-weight: 600;
}

.unread .small,
.unread small {
  font-size: 100%;
}

.edit-pro textarea.form-control {
  height: 150px;
}

.edit-pro .form-control {
  margin-bottom: 17px;
}

form.dropzone {
  color: #01b2ac;
  background: rgba(1, 178, 172, 0.07);
  border-color: #01b2ac;
}

.dz-default i.fa.fa-cloud-upload {
  display: block;
  font-size: 2em;
}

.dropzone .dz-message {
  text-align: center;
  margin: 1em 0 !important;
}

form.dropzone.dz-clickable {
  border: 1px dashed #d8e3e8;
  font-size: 20px;
}

.deatil-tab-employ .mng-company {
  border: 1px solid #e8edf1;
}

article {
  position: relative;
}

.tg-themetag {
  top: 7px;
  left: -5px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  background: #ff526c;
  padding: 5px 3px 3px 10px;
  text-transform: uppercase;
}

.tg-featuretag:before,
.tg-featuretag:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
}

.tg-featuretag:before {
  top: 0;
  left: 100%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #ff526c;
}

.tg-featuretag:after {
  top: 100%;
  left: 0;
  border-top: 5px solid #eb344f;
  border-left: 5px solid transparent;
}

.deatil-tab-employ article.advance-search-job {
  border: 1px solid #eceff3;
  margin-bottom: 20px;
}

.tab-pane .advance-search-img-box img {
  margin: 0;
  display: block;
  max-width: 100%;
}

button.update-btn {
  background: #11b719;
  margin: 2em auto;
  border: none;
  display: table;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 15px 40px;
  min-width: 180px;
  margin: 15px auto;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

div.datedropper.my-style {
  border-radius: 8px;
  width: 180px;
}

div.datedropper.my-style .picker {
  border-radius: 8px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

div.datedropper.my-style .pick-l {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

div.datedropper.my-style:before,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-lg-h {
  background-color: #1cc100;
}

div.datedropper.my-style .pick-y.pick-jump,
div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-btn {
  color: #1cc100;
}

div.datedropper.my-style .picker,
div.datedropper.my-style .pick-l {
  background-color: #fff;
}

div.datedropper.my-style .picker,
div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l {
  color: #3a465e;
}

div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-submit {
  color: #fff;
}

div.datedropper.my-style.picker-tiny:before,
div.datedropper.my-style.picker-tiny .pick-m {
  background-color: #fff;
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
  color: #3a465e;
}

div.datedropper.my-style.picker-lkd .pick-submit {
  background-color: #fff;
  color: #3a465e;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.hero-banner .container {
  height: 100%;
  display: table;
}

.hero-banner:before {
  content: "";
  background: url(../img/green-banner.png) center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero-banner .hero-img {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-banner .container .row {
  display: table-cell;
  vertical-align: middle;
}

.hero-banner .content {
  position: relative;
  z-index: 10;
}

.hero-banner h2,
.main-banner h1 {
  font-size: 30px;
  font-weight: 700;
}

.hero-banner p,
.main-banner p {
  font-family: "Josefin Slab", serif;
  line-height: 1.7;
}

.banner-form {
  max-width: 510px;
  margin-top: 30px;
}

.banner-form .input-group {
  width: 100%;
}

.banner-form .form-control,
.banner-form .btn {
  height: 60px;
  padding: 12px 15px;
}

.banner-form .btn {
  color: #fff;
}

.company-brand.freelancer {
  position: relative;
  margin-top: 0;
  padding: 40px 0;
  background: #f2f7fb;
}

.company-brand.freelancer img {
  opacity: 0.8;
}

.grid-slide .grid-slide-box,
.grid-slide-2 .grid-slide-box {
  padding: 5px 10px;
}

.grid-slide .grid-slide-box:focus,
.grid-slide-2 .top-candidate-box:focus {
  outline: none;
}

.top-candidate-wrap {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: 0.4s;
  border: 1px solid #eaeff5;
}

.grid-slide-box .top-candidate-wrap {
  margin-bottom: 0;
}

.top-candidate-wrap:hover,
.top-candidate-wrap:focus {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  cursor: pointer;
}

.tp-candidate-inner-box {
  padding: 50px 20px 10px;
  text-align: center;
}

.top-candidate-box {
  text-align: center;
  padding: 40px 20px 15px;
}

.style-2 .top-candidate-box {
  padding: 40px 20px 35px;
}

.tpc-status {
  position: absolute;
  left: 32px;
  top: 25px;
  background: #01c73d;
  color: #fff;
  text-transform: capitalize;
  padding: 4px 18px;
  border-radius: 50px;
  font-weight: 500;
}

.flc-rate {
  position: absolute;
  right: 32px;
  top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.top-candidate-box-thumb {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.style-2 .top-candidate-box-thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.top-candidate-box-detail h4 {
  margin-bottom: 4px;
  font-size: 20px;
  text-transform: capitalize;
}

.top-candidate-box-detail .desination,
.top-candidate-box-detail .location {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: #677484;
}

.top-candidate-box-extra ul {
  margin: 15px 0;
  padding: 0;
}

.top-candidate-box-extra ul li {
  display: inline-block;
  list-style: none;
  padding: 3px 15px;
  border: 1px solid #b9c5ce;
  border-radius: 50px;
  margin: 5px;
  font-weight: 500;
  color: #657180;
}

.top-candidate-box-extra ul li.more-skill {
  color: #fff;
  border-color: #1194f7;
}

.style-2 .top-candidate-box-extra ul li {
  border-radius: 2px;
}

.btn.btn-freelance {
  padding: 17px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  background: #f2f3f5;
}

.btn.btn-candidate-two {
  border-radius: 2px;
  color: #fff;
  padding: 9px 17px;
  margin: 5px;
}

.btn.btn-freelance:hover,
.btn.btn-freelance:focus {
  background: #01c73d;
  color: #fff;
}

.rattings .fa {
  color: #99abb9;
}

.rattings .fa.fill {
  color: #ff9800;
}

.paid-candidate-container {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: 0.4s;
  border: 1px solid #eaeff5;
}

.paid-candidate-container:hover,
.paid-candidate-container:focus {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  cursor: pointer;
}

.paid-candidate-box {
  text-align: center;
  padding: 60px 20px 15px;
}

.paid-candidate-status {
  position: absolute;
  left: 32px;
  top: 25px;
  background: #01c73d;
  color: #fff;
  padding: 4px 18px;
  border-radius: 50px;
  font-weight: 500;
}

.flc-rate {
  position: absolute;
  right: 32px;
  top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.paid-candidate-box-thumb {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.paid-candidate-box-detail h4 {
  margin-bottom: 4px;
  font-size: 20px;
}

.paid-candidate-box-detail .desination,
.paid-candidate-box-detail .location {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: #677484;
}

.paid-candidate-box-extra ul {
  margin: 15px 0;
  padding: 0;
}

.paid-candidate-box-extra ul li {
  display: inline-block;
  list-style: none;
  padding: 3px 15px;
  border: 1px solid #b9c5ce;
  border-radius: 50px;
  margin: 5px;
  font-weight: 500;
  color: #657180;
}

.paid-candidate-box-extra ul li.more-skill {
  color: #fff;
  border-color: #1194f7;
}

.btn.btn-paid-candidate {
  padding: 17px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  background: #f2f3f5;
}

.btn.btn-paid-candidate:hover,
.btn.btn-paid-candidate:focus {
  background: #01c73d;
  color: #fff;
}

.paid-candidate-box .dropdown {
  position: absolute;
  right: 30px;
  top: 25px;
}

.btn-trans {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #99abb9;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto !important;
  top: 90% !important;
  right: 0;
  border-color: #ebf2f7;
  padding: 0;
  left: auto !important;
  top: 90% !important;
}

.dropdown-menu > a {
  display: block;
  padding: 14px 12px;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  color: #67757c;
  border-bottom: 1px solid #f1f6f9;
}

.popular-jobs-container {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: 0.4s;
  border: 1px solid #eaeff5;
}

.popular-jobs-container:hover,
.popular-jobs-container:focus {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  cursor: pointer;
}

.popular-jobs-box {
  text-align: center;
  padding: 50px 20px 15px;
}

.popular-jobs-status {
  position: absolute;
  left: 32px;
  top: 25px;
  color: #fff;
  text-transform: capitalize;
  padding: 4px 18px;
  border-radius: 50px;
  font-weight: 500;
}

.flc-rate {
  position: absolute;
  right: 32px;
  top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.popular-jobs-box-detail h4 {
  margin-bottom: 4px;
  font-size: 20px;
  text-transform: capitalize;
}

.popular-jobs-box-detail .desination,
.popular-jobs-box-detail .location {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: #677484;
}

.popular-jobs-box-extra ul {
  margin: 15px 0;
  padding: 0;
}

.popular-jobs-box-extra ul li {
  display: inline-block;
  list-style: none;
  padding: 3px 15px;
  border: 1px solid #b9c5ce;
  border-radius: 50px;
  margin: 5px;
  font-weight: 500;
  color: #657180;
}

.popular-jobs-box-extra ul li.more-skill {
  color: #fff;
  border-color: #1194f7;
}

.btn.btn-popular-jobs {
  padding: 17px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  background: #f2f3f5;
}

.btn.btn-popular-jobs:hover,
.btn.btn-popular-jobs:focus {
  background: #01c73d;
  color: #fff;
}

.working-process {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.process-icon {
  float: none;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 98px;
  font-size: 35px;
  text-align: center;
  color: #fe2864;
  background: #f5f9fc;
  border-color: #f5f9fc;
}

span.process-img {
  width: 80px;
  height: 80px;
  margin: 15px auto 0;
  position: relative;
  display: inline-block;
}

span.process-img img {
  z-index: 1;
}

span.process-count {
  position: absolute;
  right: 0;
  bottom: 5px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #fe2864;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

span.process-num {
  position: absolute;
  font-size: 60px;
  font-weight: 600;
  color: #bbc7e1;
  left: -30px;
  top: -10px;
  opacity: 0.2;
}

.working-process h4 {
  margin: 10px 0;
}

.working-process p {
  padding: 2px 15px;
  line-height: 1.9;
}

.inner-header-page {
  padding: 150px 0 50px;
  text-align: left;
  background: #f5f6f7;
  border-bottom: 2px solid #11b719;
}

.left-side-container {
  display: table;
  width: 100%;
}

.inner-header-page .freelance-image {
  height: 140px;
  flex: 0 0 140px;
  margin-right: 35px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0 20px;
  line-height: 140px;
  float: left;
}

.inner-header-page .freelance-image img {
  max-width: 120px;
  margin-top: 10px;
}

.header-details h4 {
  margin: 0 0 5px;
  font-size: 24px;
}

.header-details h4 span {
  font-size: 17px;
}

.inner-header-page .header-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
  margin-bottom: -7px;
}

.inner-header-page .header-details li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
}

.inner-header-page .header-details ul li img {
  height: 16px;
  border-radius: 3px;
  position: relative;
  top: -1px;
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  cursor: default;
}

.verified-action {
  position: relative;
  height: 26px;
  display: flex;
  top: -1px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background-color: #30ab4a;
  text-align: center;
  z-index: 10;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 8px 0 0;
  margin: 0;
  overflow: hidden;
  padding-left: 34px;
  line-height: 27px;
}

.verified-action:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: inline-block;
  background-color: #38b653;
}

.download-action {
  position: relative;
  height: 26px;
  display: flex;
  top: -1px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background-color: #5bbaef;
  text-align: center;
  z-index: 10;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 8px 0 0;
  margin: 0;
  overflow: hidden;
  padding-left: 34px;
  line-height: 27px;
}

.download-action:before {
  content: "\f019 ";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: inline-block;
  background-color: #7dc4eb;
}

.stage-action {
  position: relative;
  height: 26px;
  display: flex;
  top: -1px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background-color: #30ab4a;
  text-align: center;
  z-index: 10;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 8px 0 0;
  margin: 0;
  overflow: hidden;
  padding-left: 34px;
  line-height: 27px;
}

.stage-action:before {
  content: "\f292 ";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: inline-block;
  background-color: #38b653;
}

.header-details {
  margin-top: 20px;
}

.inner-header-page .header-details li .star-rating {
  position: relative;
  top: 0;
}

.star-rating::before {
  content: attr(data-rating);
  float: left;
  background-color: #febe42;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  top: 1px;
  margin-right: 10px;
  border-radius: 4px;
  padding: 5px 7px;
}

.inner-header-page .header-details li .star-rating .fa {
  color: #94a0ad;
}

.inner-header-page .header-details li .star-rating .fa.fill {
  color: #febe42;
}

.right-side-detail ul {
  padding: 0;
  margin: 0;
}

.right-side-detail ul li {
  list-style: none;
  padding: 5px 0;
}

.right-side-detail ul li .detail-info {
  width: 135px;
  font-weight: 500;
  display: inline-block;
}

.right-side-detail ul.social-info li {
  display: inline-block;
  margin: 5px;
}

.right-side-detail ul.social-info li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #e3e8ec;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
}

span.available-status {
  margin-left: 10px;
  background: #01c73d;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
}

.container-detail-box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #eaeff5;
}

.apply-job-detail {
  margin-bottom: 30px;
}

.apply-job-detail h5 {
  font-size: 18px;
}

.apply-job-header a {
  margin-right: 15px;
}

.apply-job-header a i,
.apply-job-header span i {
  margin-right: 5px;
}

.apply-job-header {
  margin-bottom: 40px;
}

.apply-job-header h4 {
  font-size: 22px;
}

ul.skills,
ul.job-requirements {
  margin: 15px 0;
  padding: 0;
}

ul.skills li {
  display: inline-block;
  list-style: none;
  padding: 3px 15px;
  border: 1px solid #b9c5ce;
  border-radius: 50px;
  margin: 5px;
  font-weight: 500;
  color: #657180;
}

ul.job-requirements li {
  list-style: none;
  display: block;
  padding: 7px 0;
}

ul.job-requirements li span {
  display: inline-block;
  width: 120px;
  font-weight: 500;
}

img.img-responsive.payment-img {
  margin-top: 20px;
}

.review-list {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.review-thumb {
  max-width: 80px;
  float: left;
  display: table-cell;
}

.review-detail {
  display: table;
  margin-left: 100px;
}

.review-detail h4 {
  margin: 0 0 3px;
}

.review-detail h4 span {
  float: right;
  opacity: 0.8;
  font-weight: 400;
  font-size: 13px;
}

.review-detail .re-designation {
  font-size: 14px;
  opacity: 0.9;
}

.review-detail p {
  margin: 15px 0 25px;
}

ul.block-list {
  padding: 0;
  margin: 0;
}

ul.block-list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  font-family: "Josefin Slab", serif;
}

ul.block-list li i {
  margin-right: 12px;
}

ul.language {
  padding: 0;
  margin: 0;
}

ul.language li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  margin-right: 20px;
  display: inline-block;
}

ul.language li img {
  height: 16px;
  border-radius: 3px;
  position: relative;
  top: -1px;
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  cursor: default;
}

.sidebar-wrapper {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  transition: 0.4s;
  padding: 0 25px 30px;
  border: 1px solid #eaeff5;
}

.sidebar-box-header {
  padding: 15px 0;
  margin-bottom: 20px;
}

.sidebar-box-header h4 {
  font-size: 17px;
  margin: 5px 0;
}

.member-profile-list {
  display: table;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eaeff5;
  text-align: left;
}

.member-profile-list:last-child {
  border-bottom: none;
}

.member-profile-thumb {
  width: 70px;
  float: left;
}

.member-profile-detail {
  margin-left: 80px;
  margin-top: 7px;
}

.member-profile-detail h4 {
  margin: 0 0 2px;
}

.member-profile-detail span {
  display: block;
  line-height: 1.5;
  font-size: 13px;
}

.sidebar-container {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: 0.4s;
  border: 1px solid #eaeff5;
}

.sidebar-container:hover,
.sidebar-container:focus {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  cursor: pointer;
}

.sidebar-box {
  text-align: center;
  padding: 60px 20px 15px;
}

.style-2 .sidebar-box {
  padding: 40px 20px 35px;
}

.sidebar-status {
  position: absolute;
  left: 32px;
  top: 25px;
  background: #01c73d;
  color: #fff;
  padding: 4px 18px;
  border-radius: 50px;
  font-weight: 500;
}

.flc-rate {
  position: absolute;
  right: 32px;
  top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.sidebar-box-thumb {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.style-2 .sidebar-box-thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.sidebar-box-detail h4 {
  margin-bottom: 4px;
  font-size: 22px;
}

.sidebar-box-detail .desination,
.sidebar-box-detail .location {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: #677484;
}

.sidebar-box-extra ul {
  margin: 15px 0;
  padding: 0;
}

.sidebar-box-extra ul li {
  display: inline-block;
  list-style: none;
  padding: 3px 15px;
  border: 1px solid #b9c5ce;
  border-radius: 50px;
  margin: 5px;
  font-weight: 500;
  color: #657180;
}

.sidebar-box-extra ul li.more-skill {
  color: #fff;
  border-color: #1194f7;
}

a.btn.btn-sidebar {
  padding: 17px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  color: #fff;
}

a.btn.btn-sidebar:hover,
a.btn.btn-sidebar:focus {
  background: #01c73d;
  color: #fff;
}

ul.status-detail {
  width: 100%;
  display: table;
  margin: 20px 0;
}

ul.status-detail li {
  display: inline-block;
  width: 33%;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  text-align: center;
  display: table-cell;
  font-size: 13px;
}

ul.status-detail li > strong {
  display: block;
  font-weight: 600;
  font-size: 16px;
}

ul.social-share {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.social-share li {
  width: 33.3333%;
  display: inline-block;
  padding: 10px;
}

ul.social-share li > a {
  box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
  width: 100%;
  height: 80px;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  border-radius: 4px;
  font-size: 25px;
  color: #b7c4d0;
}

ul.social-share li > a.fb-share {
  color: #3b5998;
  box-shadow: 0 5px 25px 0 rgba(59, 89, 152, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(59, 89, 152, 0.15);
}

ul.social-share li > a.tw-share {
  color: #4ac9ff;
  box-shadow: 0 5px 25px 0 rgba(74, 201, 255, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(74, 201, 255, 0.15);
}

ul.social-share li > a.gp-share {
  color: #f3222a;
  box-shadow: 0 5px 25px 0 rgba(243, 34, 42, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(243, 34, 42, 0.15);
}

ul.social-share li > a.li-share {
  color: #007aaa;
  box-shadow: 0 5px 25px 0 rgba(0, 122, 170, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 122, 170, 0.15);
}

ul.social-share li > a.in-share {
  color: #ec3e7d;
  box-shadow: 0 5px 25px 0 rgba(236, 62, 125, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(236, 62, 125, 0.15);
}

ul.social-share li > a.pi-share {
  color: #d80954;
  box-shadow: 0 5px 25px 0 rgba(216, 9, 84, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(216, 9, 84, 0.15);
}

ul.social-share li > a.be-share {
  color: #0067ff;
  box-shadow: 0 5px 25px 0 rgba(0, 103, 255, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 103, 255, 0.15);
}

.easy-autocomplete {
  position: relative;
  width: 100% !important;
}

.easy-autocomplete .input-group .form-control,
.easy-autocomplete .form-control {
  float: none;
  text-align: left !important;
}

.easy-autocomplete-container {
  text-align: left;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #dbe0e6;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
}

.filter-sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 50px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.filter-sidebar .show-hide-sidebar {
  padding: 10px;
  overflow-y: scroll;
  position: relative;
  width: calc(100% + 17px);
  min-height: 600px;
  display: block;
  height: 100%;
}

.filter-sidebar .ur-detail-wrap {
  padding: 0 1.4em 2em;
}

.filter-sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 36px;
  margin-left: 50px;
  width: 30px;
  height: 30px;
  background: #11b719;
  text-align: center;
  font-size: 11px;
  padding: 0;
  line-height: 32px;
  color: #fff;
  border-radius: 50%;
}

html body .b-l {
  border-left: 1px solid #e0ecf5 !important;
}

html body .b-r {
  border-right: 1px solid #e0ecf5 !important;
}

.italian-search.hero-search-radius .input-with-icon .form-control,
.italian-search.hero-search-radius .input-with-shadow .form-control,
.italian-search.hero-search-radius .input-with-shadow .select2-container,
.italian-search.hero-search-radius .input-with-icon .select2-container {
  border: none;
  border-radius: 3px;
  padding-left: 45px;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  margin-bottom: 0;
  line-height: 62px;
  height: 62px;
}

.italian-search.hero-search-radius
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: none;
}

.input-with-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-size: 20px;
  color: #a2a9bf;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}

.italian-search .form-group {
  margin-bottom: 0;
}

.italian-search.hero-search-radius .btn.search-btn {
  border-radius: 4px;
  height: 62px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.full-search-2.hero-search-radius {
  background: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.input-with-icon {
  position: relative;
  width: 100%;
}

.italian-search.hero-search-radius
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 62px;
}

.italian-search.hero-search-radius .select2-container {
  display: inline-table;
}

.filter-wraps {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  padding: 20px 25px;
  border: 1px solid #eef4f9;
  align-items: center;
  flex-wrap: wrap;
}

.filter-wraps-one {
  flex: 1;
}

.filter-wraps-one ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-left: 1.5rem;
}

.filter-wraps-one ul li {
  display: inline-block;
  padding-right: 10px;
  list-style: none;
}

.filter-wraps h5 {
  margin: 0;
}

.filter-wraps-one ul li a {
  font-size: 12px;
  background: #ecf0f7;
  padding: 5px 10px;
  border-radius: 2px;
  color: #566788;
}

.filter-wraps-one ul li a i {
  margin-left: 4px;
}

.candidate-list-layout,
.newjob-list-layout {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  padding: 20px 25px;
  border: 1px solid #eef4f9;
  align-items: center;
  flex-wrap: wrap;
}

.cll-caption h4 span.jb-status {
  padding: 3px 12px;
  background: #1f86ef;
  border-radius: 2px;
  color: #fff;
  margin-left: 1rem;
  border: none;
  position: relative;
  top: -2px;
}

.cll-caption h4 span.jb-status.full-time {
  background: #03a84e;
}

.cll-caption h4 span.jb-status.part-time {
  background: #f7790a;
}

.cll-caption h4 span.jb-status.freelancer-time {
  background: #f31143;
}

.cll-caption h4 span.jb-status.contract-time {
  background: #71bd20;
}

.cll-caption h4 span.jb-status.internship-time {
  background: #964ed6;
}

.newjob-list-layout h4 a {
  border-right: 1px solid #dbe6ef;
  padding-right: 8px;
}

.cll-wrap {
  flex: 1;
}

.cll-thumb {
  max-width: 80px;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  height: 80px;
  float: left;
}

.cll-thumb img {
  max-width: 80px;
}

.newjob-list-layout .cll-thumb {
  max-width: 60px;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  height: 60px;
  float: left;
  margin-top: 6px;
}

.newjob-list-layout .cll-thumb img {
  max-width: 60px;
}

.cll-caption {
  display: inline-block;
  padding-left: 2rem;
  margin-top: 1.4rem;
}

.newjob-list-layout .cll-caption {
  display: inline-block;
  padding-left: 2rem;
  margin-top: 1rem;
}

.cll-caption i {
  margin-right: 5px;
}

.cll-caption h4 {
  padding-top: 0;
  margin-top: 0;
  font-size: 17px;
}

.cll-caption h4 span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dbe6ef;
  font-size: 14px;
  font-weight: 400;
  color: #8596b3;
}

.cll-caption ul {
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

.cll-caption ul li {
  display: inline-block;
  list-style: none;
  padding-right: 1rem;
  display: inline-block;
  list-style: none;
  padding-right: 1rem;
  border-right: 1px solid #dbe6ef;
  padding-left: 5px;
}

.cll-caption ul li:first-child {
  padding-left: 0;
}

.cll-caption ul li:last-child {
  border-right: none;
}

.btn.theme-btn.btn-shortlist {
  text-transform: capitalize;
  background: #11b719;
  border-color: #11b719;
  padding: 10px 20px;
  color: #fff;
  box-shadow: none;
}

.btn.theme-btn.btn-shortlist i {
  margin-right: 10px;
}

.btn.btn-opening {
  background: #28b446;
  border-color: #28b446;
  color: #fff;
  padding: 6px 15px;
}

.jv-featured {
  background-color: #e81a1a;
  float: left;
  position: absolute;
  transform: rotate(45deg);
  right: -77px;
  top: 11px;
  text-align: center;
  width: 200px;
  font-size: 12px;
  margin: 0;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.new-logwrap {
  background: #fff;
  padding: 70px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.modal-body .new-logwrap {
  background: #fff;
  padding: 60px40px 40px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#signup .modal-content,
#signin-modal .modal-content,
#signin-modal .modal-body,
#register-modal .modal-body {
  padding: 0;
}

.new-logwrap .form-control {
  height: 50px;
  border: none;
  padding-left: 45px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
}

.new-logwrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #263c61;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: -11px;
  left: 40px;
  padding: 0 5px;
  background: #fff;
}

.new-logwrap .form-group {
  border: 1px solid #eee;
  padding: 14px 18px 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.register-account {
  margin-bottom: 15px;
}

.forget-account {
  margin-top: 15px;
}

.new-logwrap .btn-primary {
  padding: 18px 0;
  font-size: 19px;
}

.social-devider {
  margin-top: 35px;
  text-align: center;
  position: relative;
}

.social-devider .line {
  width: 237px;
  height: 1px;
  background: #edf1f9;
  display: inline-block;
}

.social-devider .circle {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #edf1f9;
  color: #354b6b;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.new-logwrap .social-login {
  margin-top: 35px;
}

.social-login > div {
  margin-bottom: 25px;
}

.jb-btn-icon,
.jb-btn-icon:hover,
.jb-btn-icon:focus {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #f4f5f7;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 14px 25px;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  z-index: 0;
}

.social-login i {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  top: 0;
  font-size: 18px;
  font-weight: 500;
}

.social-login .social-login-facebook {
  background: #3b5998;
}

.social-login .social-login-google {
  background: #db4437;
}

.social-login .social-login-twitter {
  background: #0084b4;
}

.social-login .social-login-linkedin {
  background: #006fa6;
}

.new-logwrap .tab-content {
  padding: 0;
}

.nav-tabs.modern-tabs > li {
  float: left;
  margin-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #11b719 !important;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom: none;
}

.nav-tabs.modern-tabs {
  border-bottom: none;
  background: #f4f5f7;
  display: table;
  padding: 5px 2px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.nav-tabs.modern-tabs > li > a:hover,
.nav-tabs.modern-tabs > li > a:focus {
  border: none !important;
  margin: 0 5px !important;
  border-radius: 30px;
  line-height: 1 !important;
  padding: 1.7rem 5rem;
  background: #fff;
  color: #11b719;
}

.nav-tabs.modern-tabs > li > a {
  color: #fff;
  border: none !important;
  margin: 0 5px !important;
  border-radius: 30px;
  line-height: 1 !important;
  padding: 1.7rem 5rem;
}

.map-job-box {
  text-align: left;
  padding: 2rem;
}

.map-job-box > div {
  margin-bottom: 10px;
  width: 100%;
}

.job-title {
  margin-bottom: 18px !important;
}

.job-title img {
  max-width: 25px;
  float: left;
  margin-right: 10px;
}

.job-title a {
  font-size: 18px;
  font-weight: 600;
}

.job-company i,
.job-package i,
.job-location i {
  font-size: 16px;
  margin-right: 8px;
  color: #505f7d;
}

.job-company i {
  color: #ef9b0b;
}

.job-package i {
  color: #19af83;
}

.job-location i {
  color: #e23487;
}

.job-company a,
.job-package a,
.job-location a,
.job-package span {
  color: #505f7d;
  font-size: 14px;
}

.job-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.job-map-status {
  flex: 1;
}

.map-job-box .jb-name {
  padding: 5px 15px;
  color: #353535;
  margin-left: 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #f4f5f7;
}

a.jb-like {
  width: 42px;
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(224, 39, 68, 0.1);
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  color: #e02744;
  font-size: 18px;
  margin-right: 20px;
  transition: all ease 0.4s;
}

a.jb-like:hover,
a.jb-like:focus {
  background: rgba(224, 39, 68, 1);
  color: #fff;
}

.jb-name.full-time {
  background: rgba(17, 183, 104, 0.1);
  color: #11b768;
}

.jb-name.part-time {
  background: rgba(234, 124, 34, 0.1);
  color: #ea7c22;
}

.jb-name.freelancers {
  background: rgba(21, 130, 236, 0.1);
  color: #1582ec;
}

.jb-name.contract {
  background: rgba(236, 48, 21, 0.1);
  color: #ec3015;
}

.scrollContorl {
  position: absolute;
  z-index: 1000;
  bottom: 100px;
  right: 20px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #2f3b59;
  border-radius: 4px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
}

.scrollContorl.enabledsroll i:before {
  content: "\f09c";
}

#singleMap {
  width: 100%;
  position: relative;
  height: 300px;
  float: left;
  margin-bottom: 30px;
}

.box-widget #singleMap {
  margin-bottom: 10px;
}

.mapzoom-in,
.mapzoom-out {
  position: fixed;
  z-index: 100;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  background: #2b4db9;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  -webkit-transform: translate3d(0, 0, 0);
}

#singleMap .mapzoom-in,
#singleMap .mapzoom-out,
.home-map .mapzoom-in,
.home-map .mapzoom-out,
.fw-map .mapzoom-in,
.fw-map .mapzoom-out {
  position: absolute;
  right: 20px;
}

.map-container.column-map.right-pos-map .mapzoom-in,
.map-container.column-map.right-pos-map .mapzoom-out {
  right: 30px;
}

.map-container.column-map.left-pos-map .mapzoom-in,
.map-container.column-map.left-pos-map .mapzoom-out {
  left: 30px;
}

.mapzoom-in:before,
.mapzoom-out:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  content: "\f068";
}

.mapzoom-in:before {
  content: "\f067";
}

.mapzoom-in {
  margin-top: -80px;
}

.mapnavigation {
  position: absolute;
  bottom: 50px;
  right: 7px;
  z-index: 30;
  width: 170px;
}

.mapnavigation a {
  width: 70px;
  padding: 8px 0;
  border-radius: 4px;
  color: #fff;
  float: left;
  margin-left: 10px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

.mapnavigation a,
.mapzoom-in:hover,
.mapzoom-out:hover {
  background: #2f3b59;
}

.cluster img {
  display: none;
}

.cluster {
  width: 40px !important;
  height: 40px !important;
}

.cluster div {
  text-align: center;
  font-size: 15px !important;
  color: #fff !important;
  background: #2b4db9;
  font-weight: 600;
  border-radius: 100%;
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms linear;
  transition: all 100ms 3inear;
  animation: cluster-animation 1.5s infinite;
}

.cluster div:hover {
  background: #fd5332;
}

@keyframes cluster-animation {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.2);
  }
}

.map-popup-location-phone,
.map-popup-location-info {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

.map-popup-wrap {
  display: block;
  border-radius: 8px;
  width: 300px !important;
  background: #fff;
  position: relative;
}

.map-popup-wrap .property-listing.property-2 {
  border: none;
  margin-top: 0;
}

.map-popup {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 20px;
  right: 20px;
  color: #2b4db9;
  text-align: center;
  border-radius: 100%;
  z-index: 20;
  background: #f4f5f7;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.infoBox-close:hover {
  background: #2b4db9;
  color: #fff;
}

.map-container .inc-fleat.inc-bath:before,
.map-container .inc-fleat.inc-bed:before {
  top: -2px;
}

.list-single-img a {
  position: relative;
  display: block;
}

.list-single-img a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  background: #1c2746;
  opacity: 0.5;
}

.fs-container {
  height: 100% !important;
  width: 100%;
  position: relative;
  z-index: 4;
  float: left;
  background: #f4f5f7;
}

.fs-left-map-box {
  float: left;
}

.fs-container #map-main {
  position: relative;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
  margin-bottom: 0;
}

.fs-left-map-box .map-container.fw-map {
  width: 40%;
  height: 100%;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
  top: 0;
}

.home-map.fl-wrap {
  position: relative;
  top: 0;
  left: 0;
  height: 585px;
  width: 100%;
  overflow: hidden;
}

.half-map .fs-inner-container {
  position: relative;
  width: 60%;
  background: #f4f5f7;
  min-height: 100vh;
  z-index: 10;
  float: left;
}

.map-container.fw-map #map-main {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}

.fs-content {
  max-height: 100%;
  overflow: auto;
  padding: 0;
  overflow: visible;
}

.half-map .fs-content {
  padding: 8em 2em 2em;
}

.fs-container section.search {
  padding: 32px 40px 47px;
}

.fs-container .fs-listings {
  padding: 0 25px;
  margin: 0;
}

.fs-switcher {
  padding: 0 25px;
  margin: 0;
}

.fs-inner-container {
  width: 50%;
  height: 100%;
  float: left;
  display: inline-block;
}

.img-wrap {
  height: 300px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 10px 0;
  border-radius: 4px;
}

.img-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #101f4e;
  opacity: 0.4;
  z-index: 11;
  transition: 0.3s ease-out;
}

.img-wrap-content {
  position: absolute;
  z-index: 55;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  transform: translate(0, -50.5%);
}

.img-wrap-content h4 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.img-wrap-content span {
  font-size: 16px;
  color: #fff;
}

.img-wrap-background {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: transform 0.35s ease-out;
}

.home-map.fl-wrap.mrgtp .full-search-2 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 15;
  max-width: 1240px;
  margin: 0 auto;
}

.home-map.fl-wrap.mrgtp {
  margin-top: 50px;
}

.home-map.fl-wrap {
  position: relative;
  top: 0;
  right: 0;
  height: 585px;
  width: 100%;
  overflow: hidden;
}

.home-map.fl-wrap .advance-search-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 33;
  transition: all 0.4s;
  max-width: 1170px;
  margin: 0 auto !important;
  width: 100%;
  right: 0;
}

.map-container {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-map .map-container.fw-map {
  float: none;
  height: 585px;
}

.input-with-icon .form-control,
.input-with-shadow .form-control,
.input-with-shadow .select2-container,
.input-with-icon .select2-container {
  border: none;
  border-radius: 5px;
  padding-left: 45px;
  height: 60px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
}

#signup .input-with-icon .form-control,
#signup .input-with-shadow .form-control,
#signup .input-with-shadow .select2-container,
#signup .input-with-icon .select2-container,
.new-logwrap .input-with-icon .form-control,
.new-logwrap .input-with-shadow .form-control,
.new-logwrap .input-with-shadow .select2-container,
.new-logwrap .input-with-icon .select2-container {
  border: none;
  border-radius: 5px;
  padding-left: 45px;
  height: 50px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.half-map .input-with-icon .form-control,
.half-map .input-with-shadow .form-control,
.half-map .input-with-shadow .select2-container,
.half-map .input-with-icon .select2-container {
  border: none !important;
}

.statistic-item {
  margin-bottom: 20px;
  border: 1px solid #e9eef3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 13px 20px;
  background-color: #fff;
}

.flex-middle {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

.statistic-item .icon {
  font-size: 30px;
}

.statistic-item .text {
  padding-left: 15px;
}

.statistic-item .number {
  font-size: 16px;
  color: #222;
  padding-right: 5px;
}

.job-detail-statistic {
  margin-bottom: 15px;
  margin-top: 15px;
  border: 1px solid #e9eef3;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.job-detail-statistic .statistic-item {
  margin: 0;
  border: none;
  border-right: 1px solid #e9eef3;
  padding-right: 20px;
  padding-left: 20px;
}

.job-detail-statistic .statistic-item:last-child {
  border: none;
}

h4.modal-title.light {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.modal-header {
  color: #fff;
  background: #f16e8e;
  padding: 20px 15px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-bottom: none;
}

label {
  font-size: 13px;
  font-weight: 600;
  color: #495677;
}

.dapply-job-form .form-group {
  margin-bottom: 10px;
}

.simple-list-sshare {
  margin: 0;
  padding: 0;
}

.simple-list-sshare li {
  margin-right: 8px;
  margin-bottom: 5px;
  list-style: none;
  display: inline-block;
}

.simple-list-sshare li a {
  background: #e9f0f9;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50px;
  color: #6e7a8a;
}

.flt-result {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  align-items: center;
}

.flt-result.mb-4 {
  margin-bottom: 3rem;
}

.flt-result-num {
  flex: 1;
}

.flt-result-num h4 {
  margin: 0;
  font-size: 15px;
}

.flt-change-layout {
  display: inherit;
}

.flt-change-layout a {
  background: #f4f5f7;
  color: #637280;
  padding: 12px 15px;
  border-radius: 2px;
  line-height: 1;
  margin: 0 3px;
}

.flt-change-layout a.active {
  background: rgba(17, 183, 25, 0.1);
  color: #11b719;
}

.theme-cl,
.input-with-icon .theme-cl {
  color: #11b719;
}

.theme-bg,
.theme-bg:hover,
.theme-bg:focus {
  background: #11b719 !important;
  border-color: #11b719 !important;
}

button.btn.submit-btn.ft-search {
  background: #11b719;
  border-color: #11b719;
  color: #fff;
  height: 60px;
}

.brows-resume.grid-style:hover .br-resume span,
.brows-resume.grid-style:focus .br-resume span {
  background: #11b719;
}

@media only screen and (min-width: 768px) {
  body nav.navbar.bootsnav ul.nav > li > a.signin {
    color: #fff !important;
    border-radius: 19px;
    padding: 8px 20px;
    margin-left: 5px;
  }

  .hero-banner p,
  .main-banner p {
    font-size: 19px;
  }

  .slide-banner {
    min-height: 650px;
  }

  .slide-banner h2 {
    font-size: 60px;
  }

  .slide-banner .form-horizontal .form-control,
  .slide-banner .form-horizontal .btn {
    height: 62px;
    border-radius: 0;
  }

  .slide-banner .select2-container--default .select2-selection--single,
  .slide-banner .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: none;
    min-height: 62px;
  }

  .slide-banner
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 62px;
  }

  .slide-banner
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    min-height: 62px;
  }

  .hero-banner .content h2 {
    font-size: 55px;
    line-height: 1.2;
  }

  nav.navbar.bootsnav {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  }

  nav.navbar.bootsnav.navbar-transparent.white {
    box-shadow: none;
  }

  h1 {
    font-size: 48px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .banner-caption .btn-primary {
    margin-left: -1px;
  }

  .no-padd {
    padding: 0;
  }

  .tools-features h4 {
    font-size: 2em;
    line-height: 1.2;
  }

  .tools-features p {
    font-size: 17px;
    line-height: 1.9;
  }

  .right-br {
    border-right: 1px solid #465056;
  }

  .container-fluid {
    padding: 0;
  }

  .navbar-right,
  .navbar-left {
    margin-top: 20px;
  }

  .banner p {
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .banner h1 {
    font-size: 64px;
    margin-bottom: 0.5em;
  }

  .banner .small {
    font-size: 55px;
    margin-bottom: 1em;
  }

  .download-app img {
    position: absolute;
    max-width: 80%;
    left: 10%;
  }

  .extra-mrg {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .detail-desc-caption ul li {
    width: 50%;
    display: inline-block;
    float: left;
  }

  .lg-menu ul {
    margin-top: 10px;
  }

  .advance-detail.detail-desc-caption ul li strong {
    font-size: 60px;
    line-height: 1.2;
  }

  section.big-wrap {
    padding: 10% 0;
  }

  .error-page h2 {
    font-size: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .home-map.fl-wrap.mrgtp {
    margin-top: 74px;
  }

  .row.align-center {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .navbar .form-control {
    height: 42px;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }

  nav.navbar.bootsnav
    ul.navbar-right
    li.dropdown
    ul.dropdown-menu
    li.dropdown
    > a.dropdown-toggle:before {
    float: right;
    content: "\f105";
  }

  nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: 100%;
  }

  section {
    padding: 80px 0;
  }

  .easy-autocomplete {
    width: 100% !important;
  }

  .home-plane-banner {
    height: 100vh;
    padding-top: 13%;
    min-height: 620px;
  }

  .min-padd {
    padding: 10px;
  }

  .banner-caption .form-control.right-bor {
    border-right: 1px solid #e4e4e4;
  }

  .simple-banner h1 {
    font-size: 6.5em;
    line-height: 1;
  }

  .simple-banner h1.small {
    font-size: 4em;
  }

  .about p {
    font-size: 18px;
    line-height: 1.9;
    padding: 0 25px;
  }

  section.about h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }

  .services h1 {
    font-size: 4em;
    margin-bottom: 35px;
  }

  .sec-features-caption {
    max-width: 90%;
  }

  a.btn.call-btn {
    font-size: 22px;
    margin-top: 1em;
  }

  .app-content h2 {
    margin-bottom: 5px;
    font-size: 50px;
  }

  .app-content h4 {
    font-size: 25px;
  }

  nav.navbar.bootsnav ul.nav > li {
    padding: 4px;
  }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
  }

  nav.navbar.bootsnav
    ul.dropdown-menu.megamenu-content
    .content
    ul.menu-col
    li
    a {
    text-align: left;
    padding: 8px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #555f69;
    font-size: 15px;
    font-weight: 400;
  }

  nav.navbar .navbar-brand {
    margin-top: 0;
  }

  nav.navbar .navbar-brand img.logo {
    height: 39px;
  }

  nav.navbar .navbar-brand {
    margin-top: 2px;
  }

  nav.navbar .navbar-brand img.logo {
    height: 39px;
  }

  nav.navbar li.dropdown ul.dropdown-menu {
    border-top: solid 5px;
  }

  nav.navbar-brand-top .navbar-brand {
    margin: 10px !important;
  }

  nav.navbar.bootsnav.navbar-transparent.white {
    background-color: transparent;
    border-bottom: none;
  }

  nav.navbar.bootsnav.navbar-light.white {
    background-color: #fff;
    border-bottom: none;
  }

  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
  nav.navbar.bootsnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #555;
  }

  nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    border-left: solid 1px #bbb;
  }

  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #555;
  }

  nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
  nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: rgba(255, 255, 255, 1);
  }

  nav.navbar.bootsnav.navbar-light.no-background.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-light.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-light.white ul.nav > li > a,
  nav.navbar.bootsnav.navbar-light.no-background.white ul.nav > li > a {
    color: #657582;
  }

  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
    color: #eee;
  }

  .inner-header-title h1 {
    font-size: 60px;
    margin: 0;
  }

  .inner-header-title h2 {
    font-size: 45px;
    margin: 0;
  }

  .inner-header-title p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li {
    padding: 4px 12px;
  }

  .work-process-caption {
    padding-right: 30px;
  }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 9px 22px;
  }

  body nav.navbar.bootsnav ul.nav > li > a.signin {
    padding: 8px 30px;
    margin-left: 5px;
  }

  .inner-header-title h1 {
    font-size: 60px;
  }

  .inner-header-title h2 {
    font-size: 50px;
    margin-top: 0;
  }

  .inner-header-title p {
    font-size: 22px;
  }

  .navbar .form-control {
    min-width: 270px;
    height: 42px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  img.logo.logo-scrolled {
    max-width: 120px !important;
    max-height: 30px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .navbar .form-control {
    min-width: 155px;
    max-width: 155px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 993px) {
  .navbar-nav > li > a {
    padding: 9px 8px 26px;
    font-size: 12px;
  }

  .navbar-brand > img.logo.logo-display {
    display: none;
  }

  img.logo.logo-scrolled {
    max-width: 200px;
    margin-top: 10px;
  }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
  }

  nav.bootsnav .megamenu-content .title {
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    color: #55646f;
  }

  nav.navbar.bootsnav
    ul.dropdown-menu.megamenu-content
    .content
    ul.menu-col
    li
    a {
    text-align: left;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #707c88;
    font-size: 14.5px;
    font-weight: 400;
    font-family: "Quicksand", sans-serif;
  }

  .navbar .form-control {
    height: 42px;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 15px;
  }

  .mng-company h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .manage-resume-picbox img {
    width: 60px;
    height: 60px;
  }

  .manage-resume-picbox {
    width: 60px;
    height: 60px;
    display: inline-block;
  }

  .manage-resume-box .col-md-3.col-sm-3,
  .manage-resume-box .col-md-1.col-sm-1 {
    padding: 0;
  }

  .brows-job-type span {
    padding: 6px 5px;
    font-size: 10px;
  }

  .brows-job-position h3 {
    font-size: 19px;
  }
}

@media (max-width: 1023px) {
  .banner-caption .form-control {
    margin-bottom: 15px;
  }

  .brows-job-list {
    display: table;
  }

  .banner,
  .simple-banner,
  .hero-banner {
    min-height: 500px;
    padding: 3em 0;
  }

  .banner.trans {
    min-height: 580px;
    padding: 3em 0;
  }
}

@media screen and (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: max-content !important;
    padding-top: 1rem;
    padding-bottom: 2.5rem !important;
    overflow-y: hidden !important;
  }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border: none !important;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 15px;
  }

  .candidate-list-layout {
    display: block;
    text-align: center;
  }

  .banner h1 {
    margin-bottom: 2rem;
  }

  .home-map.fl-wrap.mrgtp .full-search-2 {
    display: none;
  }

  .cll-thumb {
    max-width: 80px;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    height: 80px;
    float: none;
  }

  .cll-caption ul li {
    border: #ffdead;
  }

  .cll-caption ul {
    margin-bottom: 2rem;
  }

  .filter-wraps-one ul li {
    margin-bottom: 5px;
  }

  .filter-wraps-one i.ti-search {
    display: none;
  }

  .filter-wraps-one ul {
    padding-left: 0;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus,
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover {
    background-color: transparent;
    background-image: none;
  }

  nav.navbar .navbar-brand {
    margin-top: 0;
    position: relative;
    top: -2px;
  }

  nav.navbar .navbar-brand img.logo {
    width: 140px;
  }

  nav.navbar.navbar-mobile ul.nav > li > a {
    padding: 15px;
  }

  nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar-full .navbar-brand {
    top: 0;
    padding-top: 10px;
  }

  .navbar .form-control {
    margin: 14px 0;
  }

  nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent !important;
    top: 9px;
    color: #9fabb1;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    border-bottom: solid 1px #abbdca;
    color: #b6c8d6;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
    border-bottom: solid 1px #abbdca;
    padding: 8px 0;
  }

  ul.menu-col li a {
    color: #b6c8d6;
    font-size: 15px;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #b6c8d6;
    border-bottom: none !important;
    margin-left: 2rem;
  }

  .col-menu {
    padding: 0;
  }

  .navbar-nav .row {
    margin-left: 0;
    margin-right: 0;
  }

  .app-content a.btn.call-btn {
    line-height: 2;
  }

  .app-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .app-content h4 {
    font-size: 20px;
  }

  .inner-header-title h1 {
    font-size: 50px;
  }

  .jobs_video .thumb .pro_img {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 15px;
  }

  .brows-job-link {
    margin-top: 1rem;
  }

  .hero-banner,
  .simple-banner,
  .banner.home-5,
  .home-three-banner,
  .slide-banner {
    /* margin-top: 55px */
  }

  .simple-banner {
    min-height: 350px;
  }

  .banner .small {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }

  .jobs_video {
    display: none;
  }

  .container {
    width: 100%;
  }

  ul.job.stock-facts {
    margin-top: 2rem;
  }

  .call-to-act {
    display: block;
    text-align: center;
  }

  .call-to-act-head {
    margin-bottom: 2rem;
  }

  .simple-banner.top {
    padding: 15px 0 0;
  }

  .brows-job-category h2 {
    font-size: 19px;
    line-height: 1.4;
  }

  .select2-container {
    margin-bottom: 15px;
  }

  .input-with-icon .select2-container {
    margin-bottom: 0;
  }

  nav.navbar.navbar-inverse.navbar-mobile ul.nav {
    border-top: solid 1px #222;
  }

  nav.navbar.navbar-light.bootsnav {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 5px rgba(0, 0, 0, 0.075);
  }

  nav.navbar.bootsnav .navbar-collapse {
    background-color: #252d40;
    border-bottom: 1px solid #252d40;
  }

  nav.bootsnav .megamenu-content .title {
    font-size: 17px;
  }

  .hero-banner:before {
    background: url(../img/hero-banner.jpg) center center/cover repeat local;
  }

  .slide-banner .form-horizontal .form-control,
  .slide-banner .form-horizontal .btn {
    margin-bottom: 12px;
  }

  .inner-header-title h1 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .call-to-act-caption {
    padding: 5em 1em;
    text-align: center;
  }

  .call-to-act-caption h3 {
    line-height: 1.7;
    font-size: 17px;
  }

  .home-plane-banner:before {
    background: rgba(255, 255, 255, 0.8);
  }

  .mng-company {
    text-align: center;
  }

  .mng-company .mng-company-pic {
    display: table;
    margin: 20px auto;
  }

  .mng-company h4 {
    font-size: 18px;
  }

  .manage-resume-box {
    text-align: center;
  }

  .manage-resume-picbox {
    display: table;
    margin: 20px auto;
  }

  .pagination > li > a,
  .pagination > li > span {
    padding: 8px 14px;
  }

  .mng-resume .mng-resume-pic {
    margin: 20px auto;
    display: table;
  }

  .mng-resume {
    text-align: center;
    border-left: none;
    border-top: 3px solid #fff;
  }

  .brows-company {
    text-align: center;
    border-left: none;
    border-top: 4px solid #fff;
  }

  .brows-company .brows-company-pic {
    margin: 20px auto;
    display: table;
  }

  .brows-company .brows-company-position p {
    text-align: center;
  }

  .brows-resume {
    text-align: center;
    border-left: none;
    border-top: 4px solid #fff;
  }

  .brows-resume .brows-resume-pic {
    margin: 20px auto;
  }

  .br-resume {
    margin-bottom: 10px;
  }

  .brows-resume .browse-resume-exp span {
    float: none;
  }

  .brows-resume .browse-resume-rate span {
    text-align: center;
  }

  .detail-pannel-footer-btn a.footer-btn {
    margin-left: 0;
    float: left;
    margin-right: 10px;
    padding: 10px 30px;
  }

  .detail-status {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: table;
  }

  .detail-pannel-footer-btn.pull-right {
    float: left !important;
    width: 100%;
  }

  ul.detail-list li {
    line-height: 1.8;
    font-size: 15px;
  }

  h2.detail-title {
    font-size: 15px;
    padding: 10px 12px;
  }

  .full-detail .panel-body {
    padding: 0;
  }

  .ext-mrg.row.third-progress {
    padding: 0;
    margin: 0;
  }

  .ur-detail-wrap.top-lay {
    -webkit-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    padding: 1.5em 1em;
  }

  .ur-detail-box .ur-thumb {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    border: 4px solid #e3e9ef;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
  }

  .ur-detail-box .ur-thumb img {
    max-width: 70px;
  }

  .ur-detail-box .ur-location {
    font-size: 13px;
  }

  .footer-widget {
    padding: 0.5em 0 1em;
  }

  .footer-social {
    margin-bottom: 0;
  }

  .lg-menu ul {
    margin-top: 20px;
  }

  .lg-menu ul li {
    padding-left: 0;
    padding-right: 10px;
  }

  nav.navbar .navbar-brand {
    top: 4px;
  }

  .brows-job-list {
    text-align: center;
    padding-bottom: 30px;
  }

  .banner-caption {
    padding: 20px 0;
  }

  .item-click article {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brows-job-category .item-click article {
    padding-left: 0;
    padding-right: 0;
  }

  .row.extra-mrg {
    margin-left: 0;
    margin-right: 0;
  }

  .brows-job-list .brows-job-position .job-type {
    display: inline-table;
    width: auto;
  }

  .newjob-list-layout {
    display: block;
    padding: 20px 15px;
  }

  .newjob-list-layout .cll-wrap {
    display: flex;
    align-items: end;
    width: 100%;
  }

  .newjob-list-layout .cll-thumb {
    display: flex;
    width: 60px;
    height: 60px;
    float: none;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .newjob-list-layout .cll-thumb img {
    max-width: 100%;
  }

  .newjob-list-layout .cll-caption {
    flex: 1;
    padding-left: 1rem;
  }

  .newjob-list-layout h4 a {
    display: block;
    border: none;
    margin-bottom: 4px;
  }

  .newjob-list-layout .cll-caption h4 span.jb-status {
    margin: 0;
    display: inline-block;
    margin-top: 2px;
  }

  .newjob-list-layout .cll-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .job-types {
    text-align: left;
  }

  .sidebar-widgets {
    margin-right: 15px;
  }

  article.advance-search-job {
    text-align: center;
  }

  .advance-search-caption {
    margin-left: 0;
  }

  .advance-search-img-box {
    max-width: 70px;
    float: none;
    margin: 0 auto;
  }

  .advance-detail-pr .row.bottom-mrg {
    margin-left: 0;
    margin-right: 0;
  }

  .deatil-tab-employ.tool-tab .tab-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brows-resume > .row,
  .brows-company,
  .manage-resume-box,
  .mng-company,
  .brows-resume,
  .mng-resume {
    display: block;
    align-items: center;
  }

  .item-fl-box {
    display: block;
  }

  .brows-company .item-fl-box .brows-company-pic {
    margin-right: auto;
  }

  .item-fl-box .brows-job-company-img {
    margin: 12px auto;
  }

  .mng-resume .item-fl-box .mng-resume-pic {
    margin: 12px auto;
  }

  .brows-resume .item-fl-box .brows-resume-pic {
    margin: 12px auto;
  }

  .mng-company .item-fl-box .mng-company-pic {
    margin: 12px auto;
  }

  .inner-header-page .freelance-image {
    float: initial;
  }

  .header-details {
    margin-bottom: 25px;
  }

  .fs-container {
    float: none;
  }

  .half-map .fs-inner-container {
    width: 100%;
    min-height: 100vh;
    float: none;
  }

  .fs-left-map-box .map-container.fw-map {
    width: 100%;
    position: relative;
  }

  .map-container.fw-map #map-main {
    position: relative;
    height: 400px;
  }

  .home-map.fl-wrap {
    height: 400px;
  }

  .home-map .map-container.fw-map {
    float: none;
    height: 400px;
  }

  .fs-left-map-box {
    float: none;
  }

  .form-horizontal.p0-m .no-padd {
    padding: 0;
  }

  .form-horizontal.p0-m .form-control,
  .slide-banner .form-horizontal .btn {
    margin-bottom: 10px;
  }

  .slide-banner .form-horizontal.p0-m .input-group {
    width: 100%;
    display: flex;
  }

  .slide-banner .form-horizontal.p0-m .select2-container,
  .form-horizontal.p0-m .select2-container {
    margin-bottom: 10px;
  }

  .mmb-05 {
    margin-bottom: 5px;
  }

  .banner.home-5 .video-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: table;
    margin: 10px auto;
    padding: 5px;
    position: relative;
  }

  .banner.home-5 .video-box a.btn.btn-video {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  .banner.home-5 .video-box a.btn.btn-video i {
    font-size: 19px;
    line-height: 32px;
    text-align: center;
    color: #11b719;
  }

  .candidate-list-layout .cll-caption ul {
    margin-top: 2rem;
  }

  .candidate-list-layout .cll-caption h4 span {
    margin: 0;
    position: relative;
    display: block;
    border: none;
    margin-top: 5px;
    font-size: 11px;
    padding: 0;
  }

  .new-logwrap {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 15px;
  }

  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 12px;
  }

  .inner-header-title h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .mng-company h4 {
    font-size: 16px;
  }

  .manage-cndt .cndt-status {
    padding: 1px 23px;
  }

  .detail-pannel-footer-btn a.footer-btn {
    margin-left: 0;
    float: left;
    margin-right: 10px;
    padding: 8px 18px;
  }

  ul.detail-footer-social li {
    display: inline-block;
    padding-right: 2px;
  }

  .advance-detail.detail-desc-caption ul li {
    font-size: 90%;
  }

  .ur-detail-wrap.top-lay {
    display: block;
  }

  .ur-detail-box {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .job-detail-statistic .statistic-item {
    width: 33%;
    float: left;
  }

  .flex-middle-sm {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
  }
}

.dashboard-wrap {
  background: #f6f7f9;
  padding-bottom: 0;
}

.side-dashboard {
  background: #fff;
  padding: 2rem 0;
  min-height: 100vh;
}

.dashboard-avatar {
  width: 100%;
  padding: 2rem;
  text-align: center;
}

.dashboard-avatar-thumb {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: table;
  margin: 0 auto 10px;
  border: 5px solid #e9ecf3;
}

.dashboard-avatar-thumb img {
  border-radius: 50%;
  max-width: 110px;
}

.dashboard-avatar-text h4 {
  font-size: 18px;
  margin-bottom: 3px;
}

.dashboard-avatar-text span {
  font-size: 13px;
  margin-bottom: 3px;
}

.dashboard-body {
  padding: 2rem 2rem 2rem 0;
  background: #f6f7f9;
}

.dashboard-caption {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eef2fd;
}

.dashboard-caption-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem;
  border-bottom: 1px solid #f3f5f9;
}

.dashboard-caption-wrap {
  padding: 2rem;
}

.dashboard-caption-header h4 {
  flex: 1;
  font-size: 18px;
  margin-bottom: 0;
}

.dashboard-caption-header h4 i {
  margin-right: 8px;
  color: #b0bad6;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.dashboard-menu h4 {
  margin-top: 12px;
  margin-left: 17px;
}

.dashboard-menu ul {
  padding: 0;
  margin: 0;
}

.dashboard-menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dashboard-menu ul li a {
  color: #8894a9;
  width: 100%;
  display: inline-block;
  padding: 1.4rem 0 1.4rem 1.5rem;
  border-bottom: 1px solid #f3f5f9;
}

.dashboard-menu ul li:last-child a {
  border: none;
}

.dashboard-menu ul li a i {
  margin-right: 8px;
}

.dashboard-menu ul li.active a {
  background: rgba(17, 183, 25, 0.1);
  color: #11b719;
  border-color: rgba(17, 183, 25, 0.1);
}

.dashboard-stat {
  display: inline-block;
  padding: 0;
  height: 160px;
  background-color: #444;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.3s;
  cursor: default;
}

.dashboard-stat-content {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-stat-content h4 {
  font-size: 42px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}

.dashboard-stat-content span {
  font-size: 18px;
  margin-top: 4px;
  line-height: 24px;
  font-weight: 300;
  display: inline-block;
}

.dashboard-stat-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-40%);
  font-size: 80px;
  opacity: 0.2;
  font-size: 65px;
}

.dashboard-stat.widget-1 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #1baf65;
}

.dashboard-stat.widget-2 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #f39f00;
}

.dashboard-stat.widget-3 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #002758;
}

.dashboard-stat.widget-4 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #ce024b;
}

.dashboard-gravity-list {
  margin: 0 0 30px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.dashboard-gravity-list h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 20px 30px;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
}

.dashboard-gravity-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.dashboard-gravity-list ul li {
  padding: 23px 30px;
  border-bottom: 1px solid #eaeaea;
  transition: 0.3s;
  position: relative;
}

.dashboard-gravity-list ul li:last-child {
  border-bottom: none;
}

.list-box-listing {
  display: flex;
  padding: 5px 0;
  position: relative;
}

.list-box-listing-img {
  flex: 1;
  max-width: 150px;
  position: relative;
}

.list-box-listing-img a {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.list-box-listing-img a:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(22, 22, 22, 0.2);
  border-radius: 4px;
  z-index: 11;
}

.list-box-listing-img a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.list-box-listing-content {
  flex: 1;
  padding-left: 25px;
}

.list-box-listing-content .inner {
  position: relative;
  top: 14px;
  vertical-align: top;
}

.list-box-listing-content .inner h3 {
  font-size: 18px;
  bottom: -2px;
  position: relative;
  font-weight: 500;
  margin: 0;
  line-height: 27px;
}

.star-rating .ti-star {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #ff9500;
  float: left;
  margin-right: 4px;
  position: relative;
}

span.ti-star.empty {
  color: #b1b9c1;
}

.list-box-listing-content .inner span {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}

.list-box-listing-content .inner .star-rating {
  margin: 5px 0 0;
  display: block;
}

.bookings .list-box-listing-img img {
  max-width: 100%;
}

.rating-counter {
  color: #909090;
  padding-left: 5px;
  display: inline-block;
  font-size: 15px;
}

.star-rating .rating-counter {
  top: -3px;
  position: relative;
  font-size: 14px;
}

.buttons-to-right,
.dashboard-gravity-list .button.to-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate3d(0, -49%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: 0.4s;
  box-shadow: 0 0 10px 15px #fbfbfb;
}

.dashboard-gravity-list .button {
  padding: 8px 15px;
  line-height: 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.dashboard-gravity-list .button.gray {
  background-color: #e4e8ef;
  color: #636a7b;
}

.dashboard-gravity-list .button.gray:hover,
.dashboard-gravity-list .button.gray:focus {
  background: #da0136;
  color: #fff;
}

.dashboard-gravity-list .button i {
  padding-right: 2px;
  position: relative;
  top: 1px;
}

.dashboard-gravity-list li:hover .buttons-to-right,
.dashboard-gravity-list li:hover .button.to-right {
  opacity: 1;
}

.dashboard-gravity-list.with-icons ul li {
  padding-left: 87px;
  font-size: 14px;
}

.dashboard-gravity-list.with-icons ul li strong {
  color: #414b5a;
}

.dashboard-gravity-list ul li i.dash-icon-box {
  height: 38px;
  width: 38px;
  color: #7f8bab;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  background-color: #f4f5f7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.numerical-rating {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  height: 26px;
  width: 44px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  letter-spacing: -0.5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 15px 32px;
}

.dashboard-gravity-list .numerical-rating {
  margin: 0 3px;
}

.numerical-rating:before {
  content: attr(data-rating);
}

a.close-list-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  opacity: 0;
  padding: 4px;
  color: #ea2828;
  transition: 0.3s;
}

.dashboard-gravity-list.invoices li {
  padding: 20px 30px;
}

.dashboard-gravity-list ul li:hover a.close-list-item {
  opacity: 1;
}

.dashboard-gravity-list.invoices ul ul {
  line-height: 22px;
  color: #7c8796;
  padding: 0;
  margin: 0;
}

.dashboard-gravity-list ul ul li {
  padding: 0;
  border: none;
  transition: 0.3s;
  background-color: transparent;
  display: inline-block;
}

.dashboard-gravity-list.invoices ul ul li {
  padding: 0;
}

.dashboard-gravity-list.invoices ul ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #e0e0e0;
  position: relative;
  margin: 0 10px;
}

.dashboard-gravity-list.invoices ul ul li:last-child:after {
  display: none;
}

.numerical-rating.high {
  background-color: #1baf65;
}

.numerical-rating.mid {
  background-color: #ffc10a;
}

.numerical-rating.low {
  background-color: #db2929;
}

.unpaid {
  color: #d4222b;
}

.paid {
  color: #00ba74;
}

.dashboard-gravity-list ul ul {
  background-color: transparent;
}

.dashboard-gravity-list ul ul li {
  padding: 0;
  border: none;
  transition: 0.3s;
  background-color: transparent;
  display: inline-block;
}

.inner-booking-list ul li:after {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 10px;
  height: 12px;
  top: 1px;
  background-color: #ddd;
  width: 1px;
}

.inner-booking-list ul li.highlighted:after {
  display: none;
}

.inner-booking-list ul li.highlighted {
  padding: 2px 10px;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  background-color: #f4f5f7 !important;
  color: #7e8b9a;
  border-radius: 50px;
  display: inline-block;
  border: none;
}

.pending-booking .inner-booking-list ul li.highlighted {
  background-color: rgba(49, 167, 255, 0.1) !important;
  color: #31a7ff;
}

.approved-booking .inner-booking-list ul li.highlighted {
  background-color: rgba(29, 183, 92, 0.1) !important;
  color: #1db75c;
}

.dashboard-gravity-list ul ul li:nth-last-child(2n + 1) {
  background-color: transparent;
}

a.rate-review {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 20px;
  display: inline-block;
  transition: 0.3s;
}

.dashboard-gravity-list a.rate-review {
  border: none;
  background-color: #eceef3;
  color: #636a7b;
  padding: 6px 18px;
}

a.rate-review i {
  padding-right: 3px;
}

.dashboard-gravity-list a.rate-review:hover {
  color: #fff;
  background: #e21f1f;
}

.comission-taken {
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background: #333;
  display: inline-block;
  padding: 6px 10px;
  float: right;
  position: relative;
  top: -3px;
}

#SendMessage .modal-header {
  padding: 12px 15px;
}

#SendMessage .modal-header.theme-bg h4.modal-title {
  color: #fff;
  font-size: 20px;
}

#SendMessage .modal-header.theme-bg .close {
  color: #fff;
  opacity: 1;
}

#SendMessage .modal-content {
  padding: 0;
}

#SendMessage .modal-body {
  position: relative;
  padding: 15px;
}

#SendMessage .modal-body label {
  font-weight: 400;
}

#SendMessage .form-control {
  height: 50px;
  border: 1px solid #dde6ef;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0;
  background: #fbfdff;
  font-size: 15px;
  color: #6b7c8a;
  font-weight: 400;
}

#SendMessage .form-control.big-height {
  height: 150px;
}

#SendMessage .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e0ebf1;
  background: #eef5f9;
}

#SendMessage .btn {
  padding: 6px 14px;
  border-radius: 2px;
}

input.form-control.wide-width {
  width: auto;
}

ul.list {
  margin: 0;
  padding: 0;
}

.job-info.premium-job:before {
  content: "\f005";
  position: absolute;
  left: 10px;
  top: -10px;
  font-family: "FontAwesome";
  color: #ff9800;
}

.mysp-jobs-list ul {
  margin-bottom: 35px;
}

#themesListFilter > li,
.mysp-jobs-list ul > li {
  list-style: none;
}

.manage-list-row {
  background: #fff;
  border: 1px solid #e9f0f3;
  border-radius: 4px;
  padding: 20px 0;
  margin-bottom: 15px;
  margin-left: 0;
  list-style: none;
  box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02);
  -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.manage-list-row:hover,
.manage-list-row:focus {
  box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06);
  -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06);
}

.mysp-sites-list .site-name,
.manage-list-row .job-info {
  float: left;
  padding-left: 80px;
  position: relative;
}

.manage-list-row .job-info {
  padding-left: 25px;
}

.mysp-sites-list .site-options,
.manage-list-row .job-buttons {
  float: right;
  margin-right: 25px;
  position: relative;
}

.manage-list-row .job-buttons {
  margin-top: 7px;
}

.manage-list-row .job-info .job-img {
  border-radius: 2px;
  float: left;
  margin-right: 25px;
  width: 60px;
}

.manage-list-row .job-info .job-img img {
  display: block;
  max-width: 70px;
}

.manage-list-row .job-details {
  display: inline-block;
  font-size: 16px;
}

.manage-list-row .job-info h3 {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.3;
}

.manage-list-row .job-info h3 a:hover,
.manage-list-row .job-info h3 a:focus {
  text-decoration: none;
}

.manage-list-row small {
  color: #546e7a;
  display: inline-block;
  line-height: 1.3;
  margin-right: 15px;
}

.manage-list-row small i {
  margin-right: 7px;
}

.button.button-medium.button-icon {
  height: 40px;
  line-height: 43px;
  width: 43px;
}

.btn.manage-btn {
  margin: 0 2px;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.btn.btn-gary.manage-btn {
  background: #f4f5f7;
  box-shadow: none;
}

a.btn.btn-blue.manage-btn {
  background: #2196f3;
  color: #fff;
}

a.btn.btn-success.manage-btn {
  background: #30ab4a;
  color: #fff;
}

a.btn.btn-shortlist.manage-btn {
  background: #353535;
  color: #fff;
}

a.btn.btn-shortlist.manage-btn:hover,
a.btn.btn-shortlist.manage-btn:focus {
  background: #30ab4a;
  color: #fff;
}

a.btn.btn-cancel.manage-btn {
  background: #f44336;
  color: #fff;
}

.job-details .j-type {
  display: table;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
}

.dashboard-caption .job-details .j-type {
  margin-top: 4px;
  font-size: 13px;
}

.job-details .full-time {
  background: #4caf50;
}

.job-details .part-time {
  background: #ff9800;
}

.job-details .freelancer {
  background: #2196f3;
}

.job-details .internship {
  background: #e91e63;
}

.shortlisted-can {
  position: relative;
  height: 26px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background-color: #30ab4a;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 8px 0 0;
  margin: 0;
  padding-left: 34px;
  line-height: 27px;
  text-transform: capitalize;
}

.shortlisted-can:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: inline-block;
  background-color: #38b653;
}

.skill-tag {
  background-color: #eaedf3;
  border-radius: 0 2px 2px 0;
  color: #8492af;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2727272727;
  margin: 2px 15px 2px 0;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}

.skill-tag:before {
  border-top: 10px solid transparent;
  border-left: 9px solid #eaedf3;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
}

.skill-tag:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  right: -2px;
  width: 4px;
}

.form-control.big-height {
  height: 150px;
}

.skill-show {
  font-size: 12px;
  font-weight: 500;
}

.dashboard-body
  .banner-caption
  .select2-container--default
  .select2-selection--single,
.dashboard-body .select2-container--default .select2-selection--multiple {
  min-height: 50px;
  border: 1px solid #dde6ef !important;
}

.dashboard-body
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  line-height: 36px;
}

.dashboard-body .form-control:hover,
.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn-savepreview,
.btn-savepreview:hover,
.btn-savepreview:focus {
  border: none;
  padding: 1.6rem 4rem;
  color: #fff;
  font-size: 17px;
  border-radius: 6px;
  background: #11a457;
  display: inline-block;
}

.btn-savepreview.small-btn,
.btn-savepreview.small-btn:hover,
.btn-savepreview.small-btn:focus {
  border: none;
  padding: 1rem 2.5rem;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  background: #11a457;
  display: inline-block;
}

.btn-savepreview i {
  margin-right: 1rem;
}

.publish {
  font-size: 18px;
  color: #11b768;
}

.unpublish {
  font-size: 18px;
  color: #d41515;
}

.dashboard-body .table > thead > tr > th {
  border-bottom: 1px solid #eceff5;
}

.dashboard-body .table > tbody > tr > td,
.dashboard-body .table > tbody > tr > th,
.dashboard-body .table > tfoot > tr > td,
.dashboard-body .table > tfoot > tr > th,
.dashboard-body .table > thead > tr > td,
.dashboard-body .table > thead > tr > th {
  padding: 16px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eceff5;
}

.dashboard-body .table tbody tr th a {
  color: #4683da;
}

.filt-width {
  min-width: 200px;
}

.dashboard-body .input-group {
  width: 100%;
}

.custom-file {
  height: calc(2.8em + 0.75rem + 2px);
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.8em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.8em + 0.75rem + 3px);
  padding: 1.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.9em + 0.75rem);
  padding: 1.388rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #43525f;
  position: fixed !important;
  top: 0;
  z-index: 999;
  overflow: auto;
}

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

button.w3-bar-item.w3-button.w3-large {
  background: #2f3b46;
  border: none;
  width: 100%;
  padding: 10px 0;
  color: #889bab;
}

button.w3-button.w3-teal.w3-xlarge.w3-right {
  background: #3b4b56;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  color: #728696;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

ul#styleOptions {
  margin: 30% 0 0;
  padding: 0;
}

ul#styleOptions li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}

a.cl-box {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

a.cl-box.blue {
  background: #0084ff;
}

a.cl-box.red {
  background: #dd2027;
}

a.cl-box.purple {
  background: #aa68fc;
}

a.cl-box.dark-red {
  background: #de185a;
}

a.cl-box.green {
  background: #07b107;
}

a.cl-box.orange {
  background: #ec5525;
}

a.cl-box.sea-blue {
  background: #02b9b5;
}

a.cl-box.pink {
  background: #ff569c;
}

.spin {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 12px;
  left: 15px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.has-error .form-control {
  border: 1px solid #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 6px;
}

.has-error label,
.has-error label.control-label {
  color: #d2232a;
}

#loadingDiv {
  position: fixed;
  top: 0;
  z-index: 1600;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #4a90e2 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

.notification-screen {
  position: fixed;
  top: 0;
  z-index: 1051;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.notification-screen .floating-container {
  text-align: center;
  /* position: absolute;
	top: 20%;
	left: 33%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  min-height: 350px;
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.notification-screen .floating-container .animation {
  margin-top: 20px;
  width: 200px;
}

.tab-sec .animation-success {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* .option-list {
	height: 38px;
} */

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a7884;
    border: 0px;
    background: #fff !important;
}
.select2-selection{
	padding-top: 9px;
    padding-left: 4px;
}

.input-group {
    position: relative;
    display: block !important;
} */

.set-clear {
  float: right;
  cursor: pointer;
}

.center-item {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.center-item img {
  width: 175px;
}

.input-group-otp {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

.input-group-otp .form-otp {
  width: 55px;
  height: 55px;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 10px;
  margin: 0 0.5rem;
  text-align: center;
}

.form-otp:focus {
  border: 1px solid #2196f3;
}

/* ===== Historical List ===== */
ul.historical-list {
  border-left: 3px solid #d6dbe6;
  margin-left: 1.5em;
}

ul.historical-list li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

ul.historical-list li .historical {
  padding: 4px 0;
  border-radius: 4px;
  margin-left: -1rem;
  opacity: 0.5;
  line-height: 23px;
}

ul.historical-list li.done .historical {
  opacity: 1;
}

ul.historical-list li .historical p {
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
}

ul.historical-list li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e9ebef;
  left: -3.6em;
  top: 0.5em;
}

ul.historical-list li:after {
  content: "";
  position: absolute;
  left: -3.2em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e9ebef;
  top: 0.9em;
}

.offering-breadcrumbs {
  display: flex;
  align-items: center;
}

.offering-breadcrumbs .breadcrumbs-link {
  opacity: 0.4;
  margin-bottom: 2px;
  cursor: pointer;
}

.offering-breadcrumbs h4.active {
  opacity: 1;
}

.breadcrumb-divider:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 1.4rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.offering-header {
  border-bottom: 2px solid #dde6ef;
  padding: 0 1.25rem 0.75rem 1.25rem;
  width: max-content;
}

.offering-input-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.offering-input-wrapper-total {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

.offering-input-modal-wrapper {
  display: flex;
  justify-content: space-between;
}

.offering-input-group {
  width: 47%;
}

.offering-input-group-total {
  width: 47%;
}

.offering-input-group-total label {
  width: 100%;
}

.offering-input-group.full-width {
  width: 100%;
}

.offering-input-group.invalid label {
  color: #d2232a;
}

.offering-input-group.invalid .offering-input {
  border: 1px solid #d2232a;
}

.offering-input-group.invalid .offering-document-img {
  border: 1px solid #d2232a;
}

.modal-offering-title {
  font-size: 18px !important;
}

.offering-input {
  width: 100%;
  height: 45px;
  border: 1px solid #dde6ef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background: #fbfdff;
}

.offering-select {
  width: 100%;
  height: 45px;
  border: 1px solid #dde6ef;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 1rem;
  overflow: hidden;
}

.offering-textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #dde6ef;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  resize: none;
}

.offering-input input {
  border: none;
  outline: none !important;
  width: 85%;
  height: 100%;
  padding: 0.75rem 1rem;
  background: #fbfdff;
  margin-right: auto;
}

.offering-input input.width-max {
  width: 100%;
}

/* .offering-input:has(input:disabled) {
	background: #f7f9fb;
} */

.offering-select:disabled {
  opacity: 1 !important;
}

.offering-textarea:disabled {
  background: #fbfdff !important;
}

.offering-input span {
  background: #eee;
  width: max-content;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.offering-document-img {
  width: 250px;
  height: 140px;
  border: 1px solid #dfdfdf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url("../img/no-img.png");
  background-size: cover;
  background-position: center;
}

.offering-document-choose-file-img {
  width: 250px;
  border: none;
  background: rgb(240, 240, 240);
  font-size: 13px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #272f46;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.offering-document-choose-file-img:before {
  content: "\f0ee";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 0.75rem;
}

.btn-offering-group {
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
}

.btn-offering.prev:before,
.btn-offering.back-to-sign:before,
.btn-offering.prev-signature:before,
.btn-offering.prev-integrity-pact:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-right: 1rem;
}

.btn-signature-pad.prev:before,
.btn-signature-pad.back-to-sign:before,
.btn-signature-pad.prev-signature:before,
.btn-signature-pad.prev-integrity-pact:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-right: 1rem;
}

.btn-offering.next:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-left: 1rem;
}

.btn-offering.submit:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-left: 1rem;
}

.btn-offering.submit {
  display: none;
  color: #11a457;
}

.btn-offering.sign-submit:after,
.btn-signature-pad.sign-submit:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-left: 1rem;
}

.btn-signature-pad.sign-edit:before {
  content: "\f044";
  font-family: FontAwesome;
  font-size: 2.5rem;
  margin-right: 1rem;
}

.btn-offering.reject:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-left: 1rem;
}

.btn-offering.negotiate:after {
  content: "\f2b5";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-left: 1rem;
}

.btn-offering.submit-negotiate {
  padding: 8px 14px;
  background: #5bbaef;
  color: #fff;
  border-radius: 50px;
}

.btn-offering.reply-negotiate:after {
  content: "\f112";
  font-family: FontAwesome;
  font-size: 3rem;
  margin-left: 1rem;
}

.btn-offering.reject {
  color: #d2232a;
}

.btn-offering.negotiate,
.btn-offering.reply-negotiate {
  color: #5bbaef;
}

.btn-offering.sign-submit,
.btn-signature-pad.sign-submit {
  color: #11a457;
}

.btn-signature-pad.sign-edit {
  color: #5bbaef;
}

.btn-offering,
.btn-signature-pad {
  padding: 0.25rem 1rem;
  border: none;
  background: transparent;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}

.btn-offering:disabled,
.btn-signature-pad:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.text-title {
  font-size: 18px;
  margin-bottom: 2rem;
  text-align: center;
}

.download-contract {
  margin-bottom: 1.5rem;
}

.check-signature {
  display: flex;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.check-signature input:hover,
.check-signature label:hover {
  cursor: pointer;
}

.check-signature label {
  margin-left: 0.75rem;
  font-size: 1.5rem;
}

.btn-group-choose-signature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-group-choose-signature p {
  margin: 1.5rem 0;
}

.signature-wrapper {
  display: flex;
  justify-content: center;
}

.signature-content {
  max-width: 500px;
  text-align: center;
}

.signature-content h5 {
  text-align: center;
}

.signature-content .clear-signature {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 1.35rem;
}

.signature-pad {
  border: 1px dashed rgb(200, 200, 200);
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

.save-signature {
  width: 250px;
  margin-top: 1.25rem;
}

.signature-image-wrapper {
  max-width: 500px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.signature-image {
  width: 100%;
  max-width: 100% !important;
  height: 250px !important;
  margin: 0 !important;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 10px !important;
}

#btn-sign-contract:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.negotiate-input-wrapper {
  margin-top: 3rem;
  display: flex;
}

.negotiate-picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #999;
  background-size: cover;
  background-position: center;
}

.negotiate-input-group {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  width: 60%;
}

.negotiate-input-group.kandidat {
  margin-left: 1.5rem;
  margin-right: auto;
}

.negotiate-input-group.recruiter {
  margin-left: auto;
  margin-right: 1.5rem;
}

.negotiate-input-group input {
  outline: none;
  border: 1px solid #dde6ef;
  height: 45px;
  border-radius: 6px;
  padding: 0.75rem 1rem;
}

.negotiate-input-group textarea {
  outline: none;
  border: 1px solid #dde6ef;
  height: 90px;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  resize: none;
}

.negotiate-input-group textarea.invalid {
  border: 1px solid #d2232a;
}

.negotiate-input-group.recruiter label {
  text-align: right;
}

.negotiate-input-group .message-text {
  background: #f7f9fb;
  border: 1px solid #dde6ef;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  height: auto;
}

.image-view-full-width {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(3px);
  transition: 0.3s;
}

.image-view-full-width.show-view {
  visibility: visible;
  opacity: 1;
}

.image-view-full-width.show-view .image-view {
  transform: translate(0);
}

.image-view-full-width-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  padding: 0;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  background: transparent;
  cursor: pointer;
}

.image-view-full-width .image-view {
  max-width: 80%;
  max-height: 80%;
  transform: translate(0, 50px);
  transition: 0.3s;
}

.text-note {
  font-size: 1.25rem;
  font-style: italic;
  margin-left: 0.25rem;
  color: rgb(170, 170, 170);
}

.notification-screen.confirmation {
  display: inline;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.notification-screen.confirmation.show {
  visibility: visible;
  opacity: 1;
}

.notification-screen.confirmation img {
  width: 150px !important;
  margin-bottom: 1.25rem;
}

.notification-screen.confirmation #btn-confirmation-yes {
  color: #fff;
  background: #5bbaef;
}

.notification-screen.confirmation #btn-confirmation-yes:hover {
  background: #4ea2d1;
}

.input-group-w-btn-icon {
  display: flex;
  border: 1px solid #dde6ef;
  width: max-content;
  border-radius: 6px;
}

.input-group-w-btn-icon input {
  outline: none;
  border: none;
  padding: 8px 12px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 250px;
}

.input-group-w-btn-icon button {
  border: 1px solid #5bbaef;
  color: #fff;
  background: #5bbaef;
  padding: 8px 16px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 17px;
}

#btn-search-talentpool:before {
  content: "\f002";
  font-family: FontAwesome;
}

.vacancy-not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

.vacancy-not-found img {
  width: 200px;
  margin-bottom: 1.5rem;
}

.vacancy-not-found h3 {
  color: #999;
  margin-bottom: 2.5rem;
  font-size: 22px !important;
}

.right-side-application-status tbody tr td:nth-child(1) {
  width: 150px;
}

.right-side-application-status tbody tr td {
  padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .right-side-detail {
    margin-top: 3rem;
  }
}

.offering-input-popup,
.offering-input-popup input {
  cursor: pointer !important;
}

.info-circle:before {
  font-family: fontawesome;
  content: "\f05a";
  font-size: 15px;
  font-style: normal;
}

.modal-obj .modal-dialog .modal-content .modal-footer {
  border-top: none !important;
}

#add-additional-attachment-field:before {
  content: "\f067";
  font-family: FontAwesome;
}

#add-additional-attachment-field {
  border: #5bbaef !important;
  background: #5bbaef !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

#offering-attachment-additional {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.btn-delete-additional-document:before {
  content: "\f014";
  font-family: FontAwesome;
  font-size: 2.5rem;
}

.btn-delete-additional-document {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  color: #999;
}

.input-group-w-icon-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* register tab regular referal */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tab1,
.tab2 {
  /* width: min(100%, calc(772.5px / 2)); */
  text-align: center;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  /* width: 22px; */
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #5bbaef;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #5bbaef;
}

.tabset > input:checked + label {
  margin-bottom: -1px;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tab-panel {
  padding: 0px;
  margin-top: -10px;
}

/*
   Demo purposes only
  */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.tabset {
  max-width: 65em;
}

.custom-tab-register {
  display: flex;
}

.custom-tab-register li {
  width: 50%;
  text-align: center;
}

.custom-tab-register li.active a,
.custom-tab-register li.active a:hover,
.custom-tab-register li.active a:focus {
  color: #fff !important;
}

.referrer-mark:before {
  content: "\f05a";
  font-family: FontAwesome;
}

.referrer-mark {
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.referrer-mark p {
  margin: 0;
  color: #365e7d;
}

.join-erp-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
}

.join-erp-header img {
  width: 30px;
}

.join-erp-header h4 {
  margin: 0;
}

form#join-erp-form {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
  align-items: center;
}

form#join-erp-form .form-group,
form#join-erp-form .form-group input {
  margin-bottom: 0;
}

form#join-erp-form button:before {
  content: "\f1d8";
  font-family: FontAwesome;
}

form#join-erp-form button {
  background-color: #11a457;
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 0 2rem;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .card2 article {
    padding: 0;
  }

  .card2 .brows-job-list {
    padding: 5px;
  }

  .card2 .item-fl-box {
    display: flex;
  }

  .card2 .brows-job-company-img {
    margin: 0;
    width: max-content;
    background-color: transparent;
  }

  .card2 .brows-job-company-img img {
    width: 50px;
  }

  .card2 .brows-job-position {
    margin-left: 10px;
    text-align: left;
  }

  .card2 .brows-job-position h3 {
    font-size: 15px;
    margin-bottom: 0;
  }

  .card2 .brows-job-position p {
    font-size: 13px;
    margin-bottom: 0;
  }

  .join-erp-header {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }

  #join-erp-form {
    padding: 10px;
  }
}

@media screen and (max-width: 550px) {
  .card2 .item-fl-box {
    flex-direction: column;
  }

  .card2 .brows-job-position {
    text-align: center;
  }

  .referrer-mark {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    font-size: 13px;
  }

  .join-erp-header {
    text-align: left;
  }

  .join-erp-header h4 {
    font-size: 14px;
    line-height: 18px;
  }

  #join-erp-form {
    flex-direction: column;
    margin-bottom: 0 !important;
  }

  #join-erp-form button {
    width: 100%;
  }
}

.nav-tabs.custom-nav-tabs {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  border-bottom: none !important;
}

.nav-tabs.custom-nav-tabs li {
  border-bottom: 1px solid #eaeaea;
}

.nav-tabs.custom-nav-tabs li a {
  border-right: none !important;
}

#custom-panel #left {
  overflow: hidden;
}

#custom-panel #left .menu-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

#custom-panel #left .menu-loader.show-loader {
  opacity: 1;
  visibility: visible;
}

#custom-panel #left ul li,
#custom-panel #left ul li a {
  cursor: pointer;
}

.brows-job-list.list-align-center {
  display: flex !important;
  align-items: center !important;
}

.list-no-padding {
  padding-left: 0;
}

#custom-panel-wrapper {
  overflow: hidden !important;
}

@media screen and (min-width: 992px) {
  #custom-panel #left ul li.active {
    border-left: 2px solid #5bbaef !important;
  }

  #custom-panel #right {
    padding-left: 0;
    border-left: 1px solid #eaeaea;
  }

  #custom-panel #left {
    padding-right: 0;
    border-right: 1px solid #eaeaea;
  }

  #toggle-tabs-link,
  #close-tabs-link {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #custom-panel-wrapper {
    /* overflow: hidden !important; */
    position: relative;
  }

  #toggle-tabs-link {
    position: absolute;
    left: 25px;
    top: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    z-index: 99;
  }

  #close-tabs-link {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 2rem;
  }

  #custom-panel #left {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }

  #custom-panel #left.show-tabs-link {
    opacity: 1;
    visibility: visible;
  }

  #custom-panel #left ul {
    background-color: #fff;
    width: 50%;
    height: 100%;
    overflow-y: auto;
    transform: translateX(-350px);
    transition: 0.3s;
  }

  #custom-panel #left ul.show-tabs-link {
    transform: translateX(0);
  }

  #custom-panel #right {
    padding-top: 40px;
  }

  .brows-job-list.list-align-center {
    display: inline-block !important;
  }
}

@media screen and (max-width: 768px) {
  #toggle-tabs-link {
    left: 8px;
    top: 20px;
  }
}

#custom-panel-loader {
  /* position: absolute;
	left: 0;
	top: 0; */
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 990;
}

.date-dropper:read-only {
  background-color: #fbfdff;
}

#custom-panel .tab-content .tab-pane form .form-group.req label:after {
  content: " *";
  color: red;
}

.modal-body.custom-req .form-group.req label:after {
  content: " *";
  color: red;
}

.btn-modal-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-modal-footer .btn-close-modal {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 1rem 2.5rem;
  border-radius: 4px;
}

@media screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .filter-wraps.mobile-sm {
    padding: 15px 15px;
  }

  .btn-mobile-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  .hide-on-mobile {
    display: none;
  }

  .mobile-find-jobs {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 2rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    transform: translateX(-100%);
    transition: 0.3s;
    z-index: 999;
  }

  .mobile-find-jobs.show-filter {
    transform: translateX(0);
  }

  .mobile-find-jobs .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e2e2e2;
  }

  .mobile-find-jobs .head h3 {
    margin: 0;
  }

  #close-filter-jobs {
    background-color: transparent;
    border: none;
    font-size: 2rem;
  }

  .mobile-filter-jobs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
}

.onboarding-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.progress-percentage .track,
.progress-percentage .fill {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 3;
  transform: rotate(90deg) translate(0px, -80px);
}

.progress-percentage .track {
  stroke: #edf9ff;
}

.progress-percentage .fill {
  stroke: rgb(255, 255, 255);
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 1s;
}

.progress-percentage.blue .fill {
  stroke: rgb(104, 214, 198);
}

.progress-percentage.green .fill {
  stroke: #5bbaef;
}

.progress-percentage .value,
.progress-percentage .text {
  font-family: "Poppins";
  fill: #5bbaef;
  text-anchor: middle;
}

.progress-percentage .number {
  font-size: 13px;
}

.progress-percentage .text {
  font-size: 9px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

#integrity-pact-page,
#unfilled-mandatory-field {
  padding: 2rem;
}

#unfilled-mandatory-field-alert {
  display: none;
  position: relative;
  width: 100%;
}

#unfilled-mandatory-field-alert span {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

#unfilled-mandatory-field {
  min-height: 534px;
  display: flex;
  flex-direction: column;
}

#unfilled-fields .mandatory-field-heading {
  font-weight: 500;
  margin-left: -40px;
}

.unfilled-mandatory-field-buttons {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.unfilled-mandatory-field-buttons button {
  width: 49%;
  border-radius: 6px;
  cursor: pointer;
}

#integrity-pact-page h4 {
  font-size: 16px;
}

#integrity-pact-choose-signature {
  padding: 3.5rem 0;
}

.input-w-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #ced4da;
  padding: 0.75rem 1.1rem;
  border-radius: 6px;
}

.input-w-check.done:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: rgb(19, 171, 19);
  font-size: 1.75rem;
}

.input-w-check.waiting:after {
  font-family: FontAwesome;
  content: "\f017";
  color: orange;
  font-size: 1.75rem;
}

.input-w-check input {
  width: 100%;
  border: none;
  outline: none;
}

.offering-success-screen {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.offering-success-screen p {
  margin: 0;
}

.offering-success-screen p a {
  text-decoration: underline;
  color: #5bbaef;
  margin-left: 3px;
}

.custom-file-label-waiting {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.8em + 0.75rem + 3px);
  padding: 1.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label-waiting::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.9em + 0.75rem);
  padding: 1.388rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  font-family: FontAwesome;
  content: "\f017";
  color: orange;
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-label-done {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.8em + 0.75rem + 3px);
  padding: 1.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label-done::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.9em + 0.75rem);
  padding: 1.388rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  font-family: FontAwesome;
  content: "\f00c";
  color: rgb(19, 171, 19);
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.notes {
  display: flex;
  flex-direction: column;
  background-color: rgb(240, 240, 240);
  padding: 1rem 1.25rem;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
}

.notes span {
  margin: 0;
  font-size: 12px;
}

.custom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 2rem;
  grid-column-gap: 3rem;
}

@media screen and (max-width: 992px) {
  .custom-row {
    grid-template-columns: 1fr;
  }
}

.custom-row .form-group {
  margin: 0 !important;
}

#btn-download-bpjs-kes-form {
  width: max-content;
  margin-top: 1rem;
}

/* Hide arrow input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* begin post onboarding */
#post-onboarding .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#post-onboarding .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

#post-onboarding .post-onboarding-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.day-card {
  width: 100%;
}

.day-card-inner {
  margin: 0px;
  padding: 1rem;
  height: 100px;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px 0px;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 700;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.day-card-inner:hover {
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 12%) 0px 5px 5px 0px;
}

.summary-activity-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 5px;
}

.summary-activity {
  border: none;
  padding: 4px 8px;
  height: max-content;
  /* border-radius: 25px; */
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
}

.button-wrapper-view-all-days {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
}

.button-wrapper-view-all-days .searchbar-all-days {
  height: 40px;
}

.button-wrapper-view-all-days .form-group,
.button-wrapper-view-all-days .form-group .form-control {
  margin: 0px;
}

.button-wrapper-view-all-days .form-group .form-control {
  border-radius: 19px;
  box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
}

#table-responsive-wrapper {
  padding: 2rem;
}

#table-responsive-wrapper .table-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

#table-responsive-wrapper table {
  margin-bottom: 0px;
}

#table-responsive-wrapper table tbody tr td {
  vertical-align: middle;
}

.popup_checkboxes_post_onboarding_table {
  position: fixed;
  bottom: -10px;
  left: -2px;
  right: -2px;
  height: 90px;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px 0px;
  border-radius: 20px;
  background-color: #fff;
  transform: translate(0, 100%);
  transition: 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
  z-index: 1100;
}

.popup_checkboxes_post_onboarding_table._show {
  transform: translate(0, 0);
}

.popup_checkboxes_post_onboarding_table ._right {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.popup_checkboxes_post_onboarding_table ._right select {
  height: 35px;
  width: 170px;
}

@media screen and (max-width: 650px) {
  #post-onboarding .post-onboarding-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 580px) {
  .popup_checkboxes_post_onboarding_table {
    flex-direction: column;
    height: 120px;
    justify-content: center;
    gap: 0.5rem;
  }
}

/* end post onboarding */

.custom-file label.invalid_field {
  border: 1px solid red !important;
}

/* ----------- START GAMIFICATION ----------- */
.heading-gamification {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #ff9600;
}

.heading-gamification img {
  margin: 0px 7px;
  border-radius: 0px !important;
  width: 25px;
  height: 25px;
}

.stage-gamification-wrapper {
  width: 160px;
  margin: 55px auto 0px auto;
}

.item-gamification {
  width: 53px;
  height: 53px;
  background-color: #f1f1f1;
  border-radius: 99px;
  display: flex;
  box-shadow: 0px 4px 4px 0px #00000080;
  margin-bottom: 15px;
  cursor: pointer;
}

.item-gamification:hover {
  background-color: #ff9600;
}

.item-gamification.active {
  background-color: #ff9600;
}

.item-gamification img {
  margin: auto;
}

.footer-gamification {
  font-size: 11px;
  margin-top: 40px;
}

.pophover-gamification {
  background: #ff9600;
  color: #ffffff;
  font-weight: 500;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 80px;
  margin-top: 30px;
  font-size: 14px;
  position: absolute;
  animation: moveUpDown 1s ease-in-out infinite alternate;
}

.pophover-gamification::before {
  content: "";
  position: absolute;
  left: 52px;
  top: 33px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #ff9600;
}

@keyframes moveUpDown {
  0% {
    top: 0;
  }
  100% {
    top: 20px;
  }
}

.modal-gamification {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 1px 21px 0px #69696940;
  border-radius: 11px;
  min-width: 280px;
  min-height: 150px;
  left: 300px;
}

.close-modal-gamification {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 5px;
}

.modal-content-gamification iframe {
  margin-top: 10px;
  border: none;
}

.heading-modal-gamification {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  text-align: center;
}

.label-center-modal-gamification {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.label-modal-gamification {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.btn-modal-gamification {
  background-color: #ff9600;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  border-radius: 8px;
  bottom: 15px;
  position: absolute;
  width: 86%;
  cursor: pointer;
}

.modul-content-gamification {
  border: 1px solid #e7e7e7;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  margin: 10px 0px;
  line-height: 15px;
  color: #676767;
  min-width: 275px;
}

.modul-content-gamification .row {
  cursor: pointer;
}

.modal-content-gamification .collapse .card-body {
  padding: 0px !important;
  font-size: 12px;
  color: #1a85e4;
  font-weight: 500;
  margin-top: 5px;
}

.flex {
  display: flex;
}

.name-submodule-gamification {
  width: 80%;
  cursor: pointer;
}

.point-submodule-gamification {
  width: 20%;
  text-align: right;
  color: #667488;
}

.point-submodule-gamification b {
  color: #ff9600;
}

.icon-module-gamification {
  width: 5%;
}

.name-module-gamification {
  width: 75%;
  cursor: pointer;
}

.point-module-gamification {
  width: 20%;
  text-align: right;
}

.point-module-gamification b {
  color: #ff9600;
}

.label-center-modal-gamification b {
  color: #ff9600;
}

.percentage-modul-gamification {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-top: 10px;
}

.percentage-modul-finished-gamification {
  margin-top: 40px !important;
}

.progress-percentage-modul-gamification {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ff9600;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  padding: 0px 5px;
  line-height: 16px;
}

.progress-full-percentage-modul-gamification {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.content-question-gamification {
  background-color: #fbf4f4;
  min-height: 300px;
  padding: 20px 40px;
}

.title-question-gamification {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ff9600;
}

.btn-action-question-gamification {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.btn-back-question-gamification {
  background-color: #b3b3b2;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 15px;
  cursor: pointer;
}

.btn-submit-question-gamification {
  background-color: #ff9600;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 15px;
  cursor: pointer;
}

.item-question-gamification {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  margin-top: 15px;
}

.label-question-gamification {
  margin-bottom: 5px;
}

.option-question-gamification {
  cursor: pointer;
  padding: 1px 5px;
  margin-bottom: 5px;
}

.active-option-question-gamification {
  background-color: #f1d3a8;
  border: 1px solid #ff9600;
  border-radius: 5px;
}

.leaderboard-gamification-wrapper {
  background-color: #fdfaed;
  padding: 5px 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 25px 0px #a8a8a826;
}

.list-leaderboard-gamification {
  font-size: 12px;
  font-weight: 500;
  color: #676767;
  margin-top: 10px;
}

.rank-leaderboard-gamification {
  width: 15%;
}

.name-leaderboard-gamification {
  width: 60%;
}

.point-leaderboard-gamification {
  text-align: right;
  width: 25%;
}

.survey-container {
  background-color: #c8ecff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.item-question-survey {
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-question-survey input {
  cursor: pointer;
  margin-right: 5px;
}

.item-question-survey span {
  margin-top: 4px;
}

.btn-submit-survey {
  background-color: #5bbaef;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 15px;
  cursor: pointer;
  width: max-content;
  float: right;
}

.img-completing-survey {
  border-radius: unset !important;
}
/* ----------- END GAMIFICATION ----------- */

/* ----------- DROPDOWN NAVIGATION STYLES ----------- */
/* Force dropdown background and text colors */
.nav-user .dropdown-menu,
.dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  min-width: 160px !important;
  z-index: 9999 !important;
}

/* Force dropdown item colors */
.nav-user .dropdown-menu .dropdown-item,
.nav-user .dropdown-menu li a,
.dropdown-menu .dropdown-item,
.dropdown-menu li a {
  color: #212529 !important;
  padding: 0.5rem 1rem !important;
  text-decoration: none !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  background-color: transparent !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* Hover states */
.nav-user .dropdown-menu .dropdown-item:hover,
.nav-user .dropdown-menu .dropdown-item:focus,
.nav-user .dropdown-menu li a:hover,
.nav-user .dropdown-menu li a:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #1e2125 !important;
  background-color: #e9ecef !important;
  text-decoration: none !important;
}

/* Active states */
.nav-user .dropdown-menu .dropdown-item:active,
.nav-user .dropdown-menu li a:active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu li a:active {
  color: #ffffff !important;
  background-color: #0d6efd !important;
}

/* Override any Bootstrap or other framework styles */
.navbar .dropdown-menu .dropdown-item,
.navbar .dropdown-menu li a {
  color: #212529 !important;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus {
  color: #1e2125 !important;
  background-color: #e9ecef !important;
}
/* ----------- END DROPDOWN NAVIGATION STYLES ----------- */
