/*----------------------------------------------
 1.0 General Style
 -----------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: inherit; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: inherit; }

h1 {
  font-size: 6.4rem; }

h2 {
  font-size: 4.8rem; }

h3 {
  font-size: 3.6rem; }

h4 {
  font-size: 2.8rem; }

h5 {
  font-size: 2.2rem; }

h6 {
  font-size: 1.8rem; }

p {
  color: inherit;
  line-height: 1.85;
  font-size: 1.4rem; }
  p:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

a {
  transition: all 0.3s ease; }

a, a:hover, a:focus {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  outline: none; }

.button {
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease; }

.primary-color {
  color: #246df8; }

.primary-bg {
  background: #246df8; }

.white-text {
  color: #fff; }

.white-bg {
  background: #fff; }

.alice-bg {
  background: #f7f9fc; }

.section-padding {
  padding: 120px 0; }

.section-padding-top {
  padding-top: 120px; }

.section-padding-bottom {
  padding-bottom: 120px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.section-padding-60 {
  padding: 60px 0; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.margin-balance {
  margin-bottom: -30px;
  zoom: 1;
  position: relative;
  overflow: hidden; }

.section-wrapper + .section-wrapper {
  margin-top: 50px; }

.fix:before {
  display: block;
  content: '';
  clear: both; }
/*------------------------------------------
 Responsive
 -------------------------------------------*/
@media (max-width: 991px) {
  .right-content-md {
    margin-top: 60px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 4.8rem; }

  h2 {
    font-size: 3.6rem; }

  h3 {
    font-size: 3.2rem; }

  h4 {
    font-size: 2.4rem; }

  .right-content-sm {
    margin-top: 60px; } }
/*---------------------------------------------
 02.0 Banner Style
 ---------------------------------------------*/
.banner-1-bg {
  background: url(../images/bg/banner-1-bg.jpg) no-repeat bottom left;
  background-size: cover; }

.banner-1 .banner-content {
  padding: 250px 0 270px;
  color: #fff; }
  .banner-1 .banner-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 4.2rem;
    font-weight: 600;
    margin-bottom: 15px; }
  .banner-1 .banner-content p {
    color: #f5f8fe;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    max-width: 500px;
    position: relative; }
    .banner-1 .banner-content p:before {
      position: absolute;
      content: url(../images/curv-arrow-2.png);
      top: 100%;
      left: 190px; }
  .banner-1 .banner-content .button {
    background: rgba(255, 255, 255, 0.15);
    padding: 14px 30px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
    .banner-1 .banner-content .button:hover {
      background: #fff;
      color: #246df8; }

.banner-2-bg {
  background: url(../images/bg/banner-2-bg.jpg) no-repeat bottom left;
  background-size: cover; }

.banner-2 .banner-content {
  padding: 215px 0 170px;
  color: #232630; }
  .banner-2 .banner-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 4.2rem;
    font-weight: 600;
    margin-bottom: 25px; }
  .banner-2 .banner-content p {
    color: #6f7484;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    max-width: 500px; }
  .banner-2 .banner-content .short-infos {
    display: flex;
    max-width: 350px;
    margin-top: 40px; }
    .banner-2 .banner-content .short-infos .info {
      flex-grow: 1; }
      .banner-2 .banner-content .short-infos .info h4 {
        font-size: 2.8rem;
        color: #232630;
        font-weight: 600; }
      .banner-2 .banner-content .short-infos .info span {
        font-size: 1.6rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #6f7484; }

.banner-3-bg {
  background: url(../images/bg/banner-3-bg.jpg) no-repeat center left;
  background-size: cover; }

.banner-3 .banner-content {
  padding: 70px 0 190px; }
  .banner-3 .banner-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 4.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #232630; }
  .banner-3 .banner-content p {
    color: #6f7484;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    max-width: 500px;
    position: relative; }
    .banner-3 .banner-content p:before {
      position: absolute;
      content: url(../images/curv-arrow.png);
      top: 100%;
      left: 190px; }
  .banner-3 .banner-content .button {
    background: rgba(36, 109, 248, 0.15);
    color: #246df8;
    padding: 14px 30px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
    .banner-3 .banner-content .button:hover {
      color: #fff;
      background: #246df8; }

.banner-4-bg {
  background-image: url(../images/bg/banner-4-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

.banner-4 .banner-content {
  padding: 290px 0 210px;
  text-align: center;
  color: #fff; }
  .banner-4 .banner-content h1 {
    font-size: 4.2rem;
    margin-bottom: 20px; }
  .banner-4 .banner-content p {
    font-size: 1.6rem; }
  .banner-4 .banner-content .banner-search {
    background: rgba(255, 255, 255, 0.2);
    max-width: 970px;
    margin: 40px auto 0;
    padding: 30px;
    border-radius: 5px; }
    .banner-4 .banner-content .banner-search .search-form input:not([type="checkbox"]) {
      height: 55px;
      border: 0;
      border-bottom: 2px solid rgba(255, 255, 255, 0.15);
      background: transparent;
      padding: 0;
      color: #fff;
      outline: none;
      width: calc(50% - 110px);
      margin-right: 30px; }
      .banner-4 .banner-content .banner-search .search-form input:not([type="checkbox"])::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff; }
      .banner-4 .banner-content .banner-search .search-form input:not([type="checkbox"])::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      .banner-4 .banner-content .banner-search .search-form input:not([type="checkbox"]):-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      .banner-4 .banner-content .banner-search .search-form input:not([type="checkbox"]):-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      .banner-4 .banner-content .banner-search .search-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: calc(50% - 110px);
        margin-right: 30px; }
      .banner-4 .banner-content .banner-search .search-form .btn {
        padding: 0;
        border: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.15);
        height: 55px;
        background: transparent;
        border-radius: 0; }
      .banner-4 .banner-content .banner-search .search-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        line-height: 55px;
        font-size: 1.4rem;
        color: #fff; }
      .banner-4 .banner-content .banner-search .search-form .dropdown-toggle::after {
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-bottom: 0;
        border-left: 5px solid transparent; }
      .banner-4 .banner-content .banner-search .search-form .bootstrap-select:focus {
        outline: none !important;
        box-shadow: none; }
      .banner-4 .banner-content .banner-search .search-form .btn:focus, .banner-4 .banner-content .banner-search .search-form .btn-light:focus {
        box-shadow: none; }
      .banner-4 .banner-content .banner-search .search-form .bootstrap-select .dropdown-toggle:active:focus {
        background: transparent;
        outline: none !important; }
      .banner-4 .banner-content .banner-search .search-form .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
        color: #fff; }
      .banner-4 .banner-content .banner-search .search-form .dropdown-menu {
        font-size: 1.4rem; }
      .banner-4 .banner-content .banner-search .search-form .button {
        width: 150px;
        color: #fff;
        height: 55px;
        border-radius: 5px; }
      .banner-4 .banner-content .banner-search .search-form .button i {
        margin-right: 10px; }
    .banner-4 .banner-content .banner-search .trending-key {
      font-size: 1.4rem;
      font-weight: 500;
      margin-top: 30px;
      text-align: left; }
      .banner-4 .banner-content .banner-search .trending-key span {
        margin-right: 10px; }
      .banner-4 .banner-content .banner-search .trending-key a {
        font-style: italic;
        margin-right: 10px; }
      .banner-4 .banner-content .banner-search .trending-key a:hover {
        text-decoration: underline; }

@media (max-width: 991px) {
  .banner-2 .banner-content {
    padding: 150px 0 170px; } }

@media (max-width: 767px) {
  .banner-1 .banner-content h1, .banner-2 .banner-content h1, .banner-3 .banner-content h1, .banner-4 .banner-content h1 {
    font-size: 3.4rem; }

  .banner-4 .banner-content {
    padding: 200px 0 150px; }
    .banner-4 .banner-content .banner-search .search-form input, .banner-4 .banner-content .banner-search .search-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }

.job-view-controller-wrapper, .employer-view-controller-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px; }
  .job-view-controller-wrapper .job-view-controller, .employer-view-controller-wrapper .job-view-controller, .employer-view-controller-wrapper .employer-view-controller, .job-view-controller-wrapper .employer-view-controller {
    display: flex; }
    .job-view-controller-wrapper .job-view-controller .controller, .employer-view-controller-wrapper .job-view-controller .controller, .employer-view-controller-wrapper .employer-view-controller .controller, .job-view-controller-wrapper .employer-view-controller .controller {
      margin-right: 15px;
      height: 40px;
      width: 40px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 3px;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      color: #b1b1b1;
      transition: all 0.3s ease; }
      .job-view-controller-wrapper .job-view-controller .controller.active, .employer-view-controller-wrapper .job-view-controller .controller.active, .employer-view-controller-wrapper .employer-view-controller .controller.active, .job-view-controller-wrapper .employer-view-controller .controller.active {
        color: #246df8;
        border-color: rgba(36, 109, 248, 0.3); }
      .job-view-controller-wrapper .job-view-controller .controller svg, .employer-view-controller-wrapper .job-view-controller .controller svg, .employer-view-controller-wrapper .employer-view-controller .controller svg, .job-view-controller-wrapper .employer-view-controller .controller svg {
        height: 24px; }
  .job-view-controller-wrapper .showing-number span, .employer-view-controller-wrapper .showing-number span {
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500; }

.job-view-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .employer-view-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 150px; }
  .job-view-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner, .employer-view-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 1.4rem;
    padding: 9px 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    box-shadow: none; }
  .job-view-filter .btn:not(:disabled):not(.disabled), .employer-view-filter .btn:not(:disabled):not(.disabled) {
    height: 40px; }
  .job-view-filter .bootstrap-select > .dropdown-toggle.bs-placeholder, .employer-view-filter .bootstrap-select > .dropdown-toggle.bs-placeholder {
    height: 40px; }
  .job-view-filter .bootstrap-select .dropdown-toggle .filter-option, .employer-view-filter .bootstrap-select .dropdown-toggle .filter-option {
    padding: 0; }
  .job-view-filter .btn, .employer-view-filter .btn {
    padding: 0; }
  .job-view-filter .dropdown-toggle::after, .employer-view-filter .dropdown-toggle::after {
    position: absolute;
    top: 17px;
    right: 15px; }
  .job-view-filter .dropdown.bootstrap-select:focus, .employer-view-filter .dropdown.bootstrap-select:focus {
    outline: none !important; }
  .job-view-filter .btn-light:not(:disabled):not(.disabled):active:focus, .employer-view-filter .btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }
  .job-view-filter .bootstrap-select .dropdown-toggle:focus, .employer-view-filter .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
  .job-view-filter .bootstrap-select .dropdown-menu li a, .employer-view-filter .bootstrap-select .dropdown-menu li a {
    font-size: 1.4rem; }

.job-filter-wrapper {
  background-image: linear-gradient(to right, #fff, #f7f9fc); }
  .job-filter-wrapper .job-filter, .job-filter-wrapper .employer-filter {
    padding: 30px 30px 30px 50px;
    position: relative; }
    .job-filter-wrapper .job-filter.same-pad, .job-filter-wrapper .employer-filter.same-pad {
      padding-left: 30px; }
    .job-filter-wrapper .job-filter:before, .job-filter-wrapper .employer-filter:before {
      position: absolute;
      bottom: 0;
      left: 30px;
      right: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0.08);
      content: ''; }
    .job-filter-wrapper .job-filter .option-title, .job-filter-wrapper .employer-filter .option-title {
      font-size: 1.5rem;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease; }
      .job-filter-wrapper .job-filter .option-title:before, .job-filter-wrapper .employer-filter .option-title:before {
        position: absolute;
        content: "\e622";
        font-family: 'themify';
        top: 0;
        right: 0;
        transition: all 0.3s ease; }
      .job-filter-wrapper .job-filter .option-title.compress:hover, .job-filter-wrapper .employer-filter .option-title.compress:hover {
        color: #246df8; }
      .job-filter-wrapper .job-filter .option-title.compress:before, .job-filter-wrapper .employer-filter .option-title.compress:before {
        content: "\e61a"; }
    .job-filter-wrapper .job-filter ul, .job-filter-wrapper .employer-filter ul {
      padding: 20px 0 0;
      margin: 0;
      list-style: none; }
      .job-filter-wrapper .job-filter ul li, .job-filter-wrapper .employer-filter ul li {
        position: relative;
        padding-left: 20px; }
      .job-filter-wrapper .job-filter ul li + li, .job-filter-wrapper .employer-filter ul li + li {
        margin-top: 7px; }
      .job-filter-wrapper .job-filter ul li a, .job-filter-wrapper .employer-filter ul li a {
        color: #6f7484;
        font-size: 1.4rem; }
        .job-filter-wrapper .job-filter ul li a:hover, .job-filter-wrapper .employer-filter ul li a:hover {
          color: #246df8; }
      .job-filter-wrapper .job-filter ul li:before, .job-filter-wrapper .employer-filter ul li:before {
        position: absolute;
        content: "\e622";
        font-family: 'themify';
        top: 0;
        left: 0; }
    .job-filter-wrapper .job-filter:last-child:after, .job-filter-wrapper .employer-filter:last-child:after {
      position: absolute;
      bottom: 0;
      left: 30px;
      right: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0.08);
      content: ''; }
    .job-filter-wrapper .job-filter.job-type ul li, .job-filter-wrapper .employer-filter.job-type ul li {
      padding-left: 0; }
      .job-filter-wrapper .job-filter.job-type ul li:before, .job-filter-wrapper .employer-filter.job-type ul li:before {
        content: ''; }
      .job-filter-wrapper .job-filter.job-type ul li svg, .job-filter-wrapper .employer-filter.job-type ul li svg {
        height: 14px;
        width: 14px;
        margin-right: 7px; }
      .job-filter-wrapper .job-filter.job-type ul .full-time svg, .job-filter-wrapper .employer-filter.job-type ul .full-time svg {
        color: #ff9247; }
      .job-filter-wrapper .job-filter.job-type ul .part-time svg, .job-filter-wrapper .employer-filter.job-type ul .part-time svg {
        color: #6e75d0; }
      .job-filter-wrapper .job-filter.job-type ul .freelance svg, .job-filter-wrapper .employer-filter.job-type ul .freelance svg {
        color: #82d219; }
      .job-filter-wrapper .job-filter.job-type ul .temporary svg, .job-filter-wrapper .employer-filter.job-type ul .temporary svg {
        color: #ff5377; }
    .job-filter-wrapper .job-filter .nstSlider, .job-filter-wrapper .employer-filter .nstSlider {
      width: 100%;
      height: 3px;
      margin: 20px 0 37px;
      background: #e3e3e3;
      cursor: auto; }
      .job-filter-wrapper .job-filter .nstSlider .bar, .job-filter-wrapper .employer-filter .nstSlider .bar {
        height: 3px;
        top: 0;
        min-width: 0;
        background: #246df8; }
      .job-filter-wrapper .job-filter .nstSlider .leftGrip, .job-filter-wrapper .employer-filter .nstSlider .leftGrip, .job-filter-wrapper .job-filter .nstSlider .rightGrip, .job-filter-wrapper .employer-filter .nstSlider .rightGrip {
        height: 15px;
        width: 15px;
        background: #fff;
        border: 3px solid #246df8;
        top: -6px;
        padding-left: 5px;
        cursor: pointer; }
      .job-filter-wrapper .job-filter .nstSlider .grip-label, .job-filter-wrapper .employer-filter .nstSlider .grip-label {
        padding-top: 20px; }
      .job-filter-wrapper .job-filter .nstSlider .grip-label .leftLabel:before, .job-filter-wrapper .employer-filter .nstSlider .grip-label .leftLabel:before, .job-filter-wrapper .job-filter .nstSlider .grip-label .rightLabel:before, .job-filter-wrapper .employer-filter .nstSlider .grip-label .rightLabel:before {
        content: "$"; }
      .job-filter-wrapper .job-filter .nstSlider .grip-label .leftLabel:after, .job-filter-wrapper .employer-filter .nstSlider .grip-label .leftLabel:after {
        content: '-';
        padding-left: 8px;
        padding-right: 5px; }
    .job-filter-wrapper .job-filter .price-range-slider, .job-filter-wrapper .employer-filter .price-range-slider {
      padding-bottom: 30px; }
  .job-filter-wrapper .job-filter-dropdown {
    padding: 20px 30px 0 50px; }
    .job-filter-wrapper .job-filter-dropdown.same-pad {
      padding-left: 30px; }
    .job-filter-wrapper .job-filter-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 100%; }
    .job-filter-wrapper .job-filter-dropdown .dropdown.bootstrap-select:focus {
      outline: none !important; }
    .job-filter-wrapper .job-filter-dropdown .btn-light:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
    .job-filter-wrapper .job-filter-dropdown .bootstrap-select .dropdown-toggle:focus {
      outline: none !important; }
    .job-filter-wrapper .job-filter-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
      font-size: 1.4rem;
      padding: 9px 0; }
    .job-filter-wrapper .job-filter-dropdown .btn:not(:disabled):not(.disabled) {
      height: 40px; }
    .job-filter-wrapper .job-filter-dropdown .bootstrap-select > .dropdown-toggle.bs-placeholder {
      height: 40px;
      color: #6f7484; }
    .job-filter-wrapper .job-filter-dropdown .bootstrap-select .dropdown-toggle .filter-option {
      padding: 0; }
    .job-filter-wrapper .job-filter-dropdown .btn-light {
      background: transparent;
      border: 0;
      border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
    .job-filter-wrapper .job-filter-dropdown .btn {
      padding: 0; }
    .job-filter-wrapper .job-filter-dropdown .dropdown-toggle::after {
      position: absolute;
      top: 17px;
      right: 0; }
    .job-filter-wrapper .job-filter-dropdown .bootstrap-select .dropdown-menu li a {
      font-size: 1.4rem; }
  .job-filter-wrapper .selected-options {
    padding: 30px;
    padding-left: 50px;
    display: none;
    position: relative; }
    .job-filter-wrapper .selected-options.same-pad {
      padding-left: 30px; }
      .job-filter-wrapper .selected-options.same-pad:before {
        left: 30px; }
    .job-filter-wrapper .selected-options:before {
      position: absolute;
      bottom: 0;
      left: 50px;
      right: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0.08);
      content: ''; }
    .job-filter-wrapper .selected-options .selection-title {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .job-filter-wrapper .selected-options .selection-title h4 {
        font-size: 1.5rem;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        position: relative; }
      .job-filter-wrapper .selected-options .selection-title a {
        font-weight: 500;
        font-size: 1.2rem;
        padding: 5px 8px;
        border-radius: 3px;
        background: rgba(248, 36, 71, 0.1);
        color: #f82447;
        line-height: 1.3; }
    .job-filter-wrapper .selected-options .filtered-options {
      padding: 0;
      padding-top: 20px;
      margin: 0;
      list-style: none; }
      .job-filter-wrapper .selected-options .filtered-options li + li {
        margin-top: 5px; }
      .job-filter-wrapper .selected-options .filtered-options li {
        color: #246df8;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .job-filter-wrapper .selected-options .filtered-options li span {
        font-size: 1rem;
        color: #f82447;
        cursor: pointer; }

.breadcrumb-area h1 {
  font-size: 2.6rem;
  font-weight: 500; }
  .breadcrumb-area .breadcrumb {
    padding: 0;
    padding-top: 12px;
    margin: 0;
    background: transparent; }
    .breadcrumb-area .breadcrumb li {
      color: #6f7484; }
      .breadcrumb-area .breadcrumb li a {
        color: #aaa; }
      .breadcrumb-area .breadcrumb li a:hover {
        color: #246df8; }

.breadcrumb-form {
  text-align: right; }
  .breadcrumb-form form {
    max-width: 350px;
    position: relative;
    margin-left: auto; }
    .breadcrumb-form form input {
      width: 100%;
      border: 0;
      border-radius: 0;
      border-bottom: 2px solid rgba(36, 109, 248, 0.2);
      background: transparent;
      outline: none;
      height: 50px;
      padding: 0;
      transition: all 0.3s ease; }
      .breadcrumb-form form input:focus {
        border-color: #246df8; }
    .breadcrumb-form form input:focus + button {
      color: #246df8; }
    .breadcrumb-form form button {
      background: transparent;
      position: absolute;
      top: 10px;
      right: 0;
      border: 0;
      box-shadow: none;
      outline: none;
      color: rgba(36, 109, 248, 0.3);
      transition: all 0.3s ease;
      cursor: pointer; }
      .breadcrumb-form form button:hover {
        color: #246df8; }

@media (max-width: 767px) {
  .breadcrumb-form form {
    margin-right: auto;
    margin-left: 0;
    margin-top: 15px; } }

.job-filter-result .job-list, .employer-filter-result .job-list {
  padding: 30px 20px; }

.job-filter-result.grid, .employer-filter-result.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .job-filter-result.grid .job-list, .employer-filter-result.grid .job-list {
    width: calc(50% - 10px); }

.basic-info-input h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-transform: uppercase; }
  .basic-info-input h4 svg {
    height: 15px;
    margin-right: 7px;
    color: #aaa; }

.job-post-form .form-group {
  margin-bottom: 30px; }
  .job-post-form .form-group label {
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #6f7484; }
  .job-post-form .form-group .form-control {
    height: 40px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    transition: all 0.3s ease;
    outline: none;
    font-size: 1.4rem;
    box-shadow: none; }
    .job-post-form .form-group .form-control:focus {
      border-bottom-color: #246df8; }
  .job-post-form .form-group textarea.form-control {
    height: 85px; }
  .job-post-form .button {
    padding: 12px 30px;
    background: #246df8;
    color: #fff; }

.job-post-form .col-form-label {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #6f7484; }

.job-post-form .basic-info-input .form-group {
  position: relative; }
  .job-post-form .basic-info-input .form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding-left: 0.5em;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 10; }
  @-moz-document url-prefix() {
  .job-post-form .basic-info-input .form-group select {
    width: 110%; } }
  .job-post-form .basic-info-input .form-group select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 black; }
  .job-post-form .basic-info-input .form-group select::-ms-expand {
    display: none; }
  .job-post-form .basic-info-input .form-group i {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 5;
    color: #aaa; }

.job-post-form .form-group.terms {
  margin-top: 30px; }
  .job-post-form .form-group.terms label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.4rem; }
  .job-post-form .form-group.terms label a {
    color: #246df8;
    text-decoration: underline; }

@media (max-width: 991px) {
  .job-list {
    padding: 30px 20px; } }

@media (max-width: 767px) {
  .job-list {
    align-items: flex-start; }
    .job-list .body {
      display: block; }
      .job-list .body .more .buttons {
        flex-direction: row;
        padding-top: 20px; }
        .job-list .body .more .buttons .button {
          margin-left: 0;
          margin-right: 20px; }
        .job-list .body .more .deadline {
          text-align: left; }

  .job-view-controller-wrapper .job-view-controller .controller, .employer-view-controller-wrapper .job-view-controller .controller, .employer-view-controller-wrapper .employer-view-controller .controller, .job-view-controller-wrapper .employer-view-controller .controller {
    display: none;
    visibility: hidden; } }

@media (max-width: 479px) {
  .job-list {
    display: block; }
    .job-list .thumb {
      margin-bottom: 20px; }
      .job-list .thumb:before {
        height: 0;
        width: 0; }
    .job-list .body {
      padding-left: 0;
      width: 100%; }
      .job-list .body .content .info span {
        margin-right: 10px; }

  .job-view-controller-wrapper, .employer-view-controller-wrapper {
    display: block; }
    .job-view-controller-wrapper .showing-number, .employer-view-controller-wrapper .showing-number {
      margin-top: 20px; } }

@media (max-width: 439px) {
  .job-tab {
    display: block; }
    .job-tab .nav-item {
      margin: 0;
      display: block;
      text-align: center; }
      .job-tab .nav-item a:focus, .job-tab .nav-item a:hover {
        display: block; }
      .job-tab .nav-item:focus {
        outline: none; }
      .job-tab .nav-item + .nav-item {
        margin-top: 15px; } }

.details-section {
  padding-left: 30px; }
  .details-section h4 {
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 20px; }
  .details-section h4 svg {
    height: 22px;
    position: absolute;
    top: 0;
    left: -30px;
    color: #828794; }
  .details-section p {
    color: #6f7484; }
  .details-section p + p {
    margin-top: 20px; }

.details-section + .details-section {
  margin-top: 60px; }

.portfolio .portfolio-slider .portfolio-item {
  position: relative; }
  .portfolio .portfolio-slider .portfolio-item:hover .overlay a {
    margin: 0 5px;
    opacity: 1; }
  .portfolio .portfolio-slider .portfolio-item .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    text-align: center; }
  .portfolio .portfolio-slider .portfolio-item .overlay a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 40px;
    margin: 0 23px;
    opacity: 0;
    color: #246df8; }
  .portfolio .portfolio-slider .portfolio-item .overlay a svg {
    height: 20px; }

.portfolio-slider {
  position: relative; }
  .portfolio-slider .owl-item.active .portfolio-item:before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); }
  .portfolio-slider .owl-item.active + .owl-item.active .portfolio-item:before {
    height: 0;
    width: 0;
    background-image: transparent; }
  .portfolio-slider .owl-item.active + .owl-item.active + .owl-item.active .portfolio-item:before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); }
  .portfolio-slider .owl-nav .owl-next, .portfolio-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    outline: none; }
  .portfolio-slider .owl-nav .owl-next {
    right: 0; }
  .portfolio-slider .owl-nav .owl-prev {
    left: 0; }

.personal-information {
  margin-top: 60px; }
  .personal-information ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0; }
  .personal-information ul li {
    font-size: 1.4rem;
    color: #6f7484; }
  .personal-information ul li span {
    font-size: 'Poppins', sans-serif;
    font-weight: 500;
    margin-right: 5px;
    color: #232630; }
  .personal-information ul li + li {
    margin-top: 8px; }

.information {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), rgba(247, 249, 252, 1)); }
  .information h4 {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .information ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0; }
  .information ul li {
    font-size: 1.4rem;
    color: #6f7484; }
  .information ul li span {
    font-size: 'Poppins', sans-serif;
    font-weight: 500;
    margin-right: 5px;
    color: #232630; }
  .information ul li + li {
    margin-top: 8px; }

@media (max-width: 991px) {
  .information-and-contact {
    margin-top: 60px; } }

@media (max-width: 767px) {
  .portfolio-slider .owl-item.active .portfolio-item:before {
    height: 0;
    width: 0; } }

@media (max-width: 439px) {
  .information-and-contact .buttons {
    display: block; }
    .information-and-contact .buttons .cover-download, .information-and-contact .buttons .contact-download {
      width: 100%; }
      .information-and-contact .buttons .cover-download svg, .information-and-contact .buttons .contact-download svg {
        height: 15px; }
      .information-and-contact .buttons .cover-download:hover, .information-and-contact .buttons .contact-download:hover {
        border-color: rgba(36, 109, 248, 0.2);
        color: #246df8; } }

.header-2 {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: 999;
  background: #fff; }
  .header-2 .fluid-nav {
    padding: 0 50px; }

.cp-nav.fluid-nav {
  padding: 0 15px; }

header {
  position: relative; }
  header .absolute-nav {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 999; }

.transparent-nav.bg-light {
  background: transparent !important; }

.navbar {
  padding: 0; }

.transparent-nav .navbar-collapse .navbar-nav > li > a {
  color: #fff; }

.cp-nav .navbar-brand {
  padding: 0; }
  .cp-nav .navbar-collapse .navbar-nav {
    align-items: center; }
  .cp-nav .navbar-collapse .navbar-nav li {
    margin-left: 25px; }
  .cp-nav .navbar-collapse .navbar-nav li:first-child {
    margin-left: 0; }
  .cp-nav .navbar-collapse .navbar-nav li a {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 12px 0; }
  .cp-nav .navbar-collapse .navbar-nav.job-browse li a i {
    margin-right: 8px; }
  .cp-nav .navbar-collapse .navbar-nav .post-job a {
    background: #fff;
    color: #246df8;
    padding: 12px 30px;
    border-radius: 3px;
    font-weight: 500; }
  .cp-nav .navbar-collapse .navbar-nav .post-job a i {
    margin-right: 10px;
    font-size: 1.2rem; }

.header-top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-top .header-top-toggler {
    display: none; }

.top-nav .bootstrap-select {
  outline: none !important; }
  .top-nav .bootstrap-select .btn {
    outline: none !important; }

.cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-button {
  font-size: 1.3rem;
  position: relative;
  padding-right: 8px; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-button:after {
    position: absolute;
    top: -14px;
    right: -7px;
    height: 4px;
    width: 4px;
    border-radius: 5px;
    background: #fff;
    content: ''; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-button:before {
    position: absolute;
    top: -15px;
    left: -2px;
    content: "\e6b8";
    font-family: 'themify';
    font-size: 1.4rem;
    color: #fff; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    background: #fff;
    width: 315px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-head {
    padding: 10px 20px;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    color: #6f7484;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-head a {
    padding: 0;
    color: #aaa; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-head a:hover {
    color: #246df8; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body {
    padding: 20px;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* Set Scrollbar Width */
    /* Set Scrollbar Buttons */
    /* Set Scrollbar Track */
    /* Set Scrollbar Handle */ }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body::-webkit-scrollbar {
    width: 8px;
    background: #f3f3f3;
    right: 20px;
    border-radius: 5px; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body::-webkit-scrollbar-track {
    border-radius: 5px; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #dbe0e9; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body .notification-list {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    display: block; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body .notification-list i {
    position: absolute;
    top: 14px;
    left: 0;
    color: rgba(1, 209, 61, 0.5);
    transition: all 0.3s ease; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body .notification-list p {
    margin-bottom: 0;
    color: #6f7484;
    line-height: 1.3; }
    .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body .notification-list p span {
      font-size: 1.4rem;
      font-style: normal;
      color: #246df8; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body .notification-list span {
    color: #aaafcb;
    font-size: 1.3rem;
    font-style: italic; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-body .notification-list:hover i {
    color: rgba(1, 209, 61, 1); }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-footer {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-footer a {
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #aaa; }
  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card .notification-footer a:hover {
    color: #246df8; }

.cp-nav .navbar-collapse .navbar-nav.account-nav > li.dropdown a:after {
  top: 10px; }

.header-top-account .account-button, .header-top-account > button {
  font-size: 1.3rem;
  color: #6f7484;
  position: relative;
  padding-right: 8px;
  margin-right: 10px; }
  .header-top-account .account-button:before, .header-top-account > button:before {
    content: "\e602";
    font-family: 'themify';
    margin-right: 6px; }
  .header-top-account > button {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    cursor: pointer; }
  .header-top-account .account-card {
    padding: 20px 0;
    display: none;
    background: #fff;
    z-index: 99999;
    width: 290px;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05); }
  .header-top-account .account-card .header-top-account-info {
    padding: 0 20px;
    display: flex; }
  .header-top-account .account-card .header-top-account-info .account-thumb {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px; }
  .header-top-account .account-card .header-top-account-info .account-body h5 {
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }
  .header-top-account .account-card .header-top-account-info .account-body .mail {
    font-size: 1.3rem; }
  .header-top-account .account-card .account-item-list {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style: none;
    font-size: 0; }
  .header-top-account .account-card .account-item-list li a {
    padding: 5px 20px;
    display: block;
    color: #6f7484;
    font-size: 1.4rem;
    font-weight: 400; }
  .header-top-account .account-card .account-item-list li a span {
    margin-right: 10px;
    color: #aaa;
    transition: all 0.3s ease; }
  .header-top-account .account-card .account-item-list li a:hover {
    color: #246df8; }
    .header-top-account .account-card .account-item-list li a:hover span {
      color: #246df8; }
  .header-top-account.login-modals a:before, .header-top-account.login-modals button:before {
    content: '';
    height: 0;
    width: 0; }

.cp-nav-2 {
  padding: 0 0 20px 0; }
  .cp-nav-2 .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center; }
  .cp-nav-2 .navbar-collapse .navbar-nav .menu-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-right: 30px;
    color: #6f7484; }
  .cp-nav-2 .navbar-collapse .navbar-nav .menu-item a:hover {
    color: #246df8; }
  .cp-nav-2 .navbar-collapse .navbar-nav .menu-item.post-job {
    margin-left: auto;
    margin-right: 0; }
  .cp-nav-2 .navbar-collapse .navbar-nav .menu-item.post-job a {
    background: #246df8;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 3px;
    padding: 11px 20px; }
    .cp-nav-2 .navbar-collapse .navbar-nav .menu-item.post-job a i {
      font-size: 1.2rem;
      margin-right: 10px; }

.account-entry .modal-header {
  padding: 15px 30px;
  align-items: center; }
  .account-entry .modal-header h5 {
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .account-entry .modal-header h5 svg {
    height: 15px;
    width: 15px;
    margin-right: 7px;
    color: #6f7484; }
  .account-entry .modal-header .close {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: #6f7484;
    transition: all 0.3s ease;
    outline: none; }
  .account-entry .modal-header .close:focus, .account-entry .modal-header .close:hover {
    color: #246df8; }
  .account-entry .modal-body {
    padding: 30px; }
  .account-entry .modal-body .account-type {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
  .account-entry .modal-body .account-type a {
    padding: 15px 20px;
    background: #f7f9fc;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #232630;
    width: 45%;
    text-align: center; }
  .account-entry .modal-body .account-type a.active {
    color: #246df8;
    background: rgba(36, 109, 248, 0.2);
    border-color: transparent; }
  .account-entry .modal-body .account-type a svg {
    height: 14px;
    width: 14px;
    margin-right: 7px; }
  .account-entry .modal-body .form-group {
    margin-bottom: 30px; }
  .account-entry .modal-body .form-group .form-control {
    height: 50px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 1.4rem; }
  .account-entry .modal-body .form-group .form-control:focus {
    border-bottom-color: #246df8; }
  .account-entry .modal-body .more-option {
    display: flex;
    justify-content: space-between;
    color: #6f7484;
    margin-bottom: 30px; }
  .account-entry .modal-body .more-option .form-check .form-check-input {
    margin-top: 6px; }
  .account-entry .modal-body .more-option .form-check .form-check-label {
    margin-left: 7px; }
  .account-entry .modal-body .more-option.terms .form-check-label a {
    color: #246df8;
    text-decoration: underline; }
  .account-entry .modal-body .more-option a:hover {
    color: #246df8; }
  .account-entry .modal-body .button {
    color: #fff;
    padding: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500; }
  .account-entry .modal-body .shortcut-login {
    margin-top: 30px; }
  .account-entry .modal-body .shortcut-login span {
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    color: #6f7484;
    margin-bottom: 10px;
    display: inline-block; }
  .account-entry .modal-body .shortcut-login .buttons {
    display: flex;
    justify-content: space-between; }
  .account-entry .modal-body .shortcut-login .buttons a {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #101725;
    text-align: center;
    width: 45%; }
  .account-entry .modal-body .shortcut-login .buttons a i {
    margin-right: 7px; }
  .account-entry .modal-body .shortcut-login .buttons a.facebook i {
    color: #3b5998; }
  .account-entry .modal-body .shortcut-login .buttons a.google i {
    color: #ea4335; }
  .account-entry .modal-body .shortcut-login p {
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #6f7484;
    margin-top: 20px; }
  .account-entry .modal-body .shortcut-login p a {
    font-weight: 500; }
  .account-entry .modal-body .shortcut-login p a:hover {
    color: #246df8; }

.logout-mobile {
  display: none; }

@media (min-width: 1440px) {
  .cp-nav.fluid-nav {
    padding: 0 50px; } }

@media (min-width: 1200px) {
  .cp-nav .navbar-collapse {
    align-items: center; }
    .cp-nav .navbar-collapse .navbar-nav > li.dropdown a {
      padding-right: 13px; }
      .cp-nav .navbar-collapse .navbar-nav > li.dropdown a:after {
        position: absolute;
        top: 23px;
        right: 0;
        color: #a6c5ff; }
      .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        top: 100%;
        left: 0; }
      .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
        right: auto; }
        .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
          left: auto;
          right: 100%; }
      .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown a:after {
        right: 20px;
        top: 20px; }
      .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        transition: all 0.3s ease;
        min-width: 190px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 3px; }
      .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li {
        margin-left: 0; }
        .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:last-child {
          border-bottom: 0; }
        .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
          padding: 8px 20px;
          display: block;
          font-weight: 400;
          position: relative;
          color: #6f7484; }
          .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover {
            color: #246df8; }
      .cp-nav .navbar-collapse .navbar-nav.main-nav li.dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0; }
      .cp-nav .navbar-collapse .navbar-nav.main-nav li.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav {
        margin-left: 20px !important; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav li {
        margin-left: 20px; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav li a {
        padding-top: 0;
        padding-bottom: 0; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav li svg {
        height: 20px;
        width: 20px; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav li:first-child {
        margin-left: 0; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav li.dropdown .dropdown-menu {
        left: auto;
        right: 0; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav .login-popup button {
        background: transparent;
        border: 0;
        box-shadow: none;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        padding: 0;
        cursor: pointer; }
      .cp-nav .navbar-collapse .navbar-nav.job-browse {
        margin-left: 40px; }
      .cp-nav .navbar-collapse .navbar-nav.job-browse li a.dropdown-toggle:hover {
        color: #fff; }
      .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu {
        display: flex;
        visibility: hidden;
        opacity: 0;
        padding: 40px 30px;
        margin: 0;
        list-style: none; }
        .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by h5 {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
          font-size: 1.4rem;
          text-transform: uppercase;
          color: #515666;
          margin-bottom: 20px; }
          .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by ul li {
              min-width: 220px; }
              .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by ul li a {
                padding: 0;
                color: #6f7484;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 1.4rem; }
                .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by ul li a:hover {
                  color: #246df8; }
                  .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by ul li a:hover span {
                    color: #246df8; }
                .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by ul li a span {
                  color: #aaa; }
            .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by ul li + li {
              margin-top: 12px; }
        .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by:first-child() {
          position: relative;
          margin-right: 30px; }
          .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu .search-by:first-child():before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px;
            background: rgba(0, 0, 0, 0.08);
            content: ''; }
      .cp-nav .navbar-collapse .navbar-nav.job-browse li .dropdown-menu.show {
        visibility: visible;
        opacity: 1; } }

@media (min-width: 992px) {
  .top-nav {
    display: block; }

  .header-top {
    margin-bottom: 8px; }
    .header-top .logo-area a img {
      height: 43px; }

  .header-top .top-nav {
    display: flex; }
    .header-top .top-nav .header-top-notification {
      position: relative; }
      .header-top .top-nav .header-top-notification .notification-button {
        color: #6f7484;
        font-size: 1.3rem;
        margin-right: 12px; }
        .header-top .top-nav .header-top-notification .notification-button:before {
          content: "\e6b8";
          font-family: 'themify';
          margin-right: 5px; }
      .header-top .top-nav .header-top-notification .notification-card {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        width: 315px;
        background: #fff;
        box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
        border-radius: 3px;
        z-index: 99; }
        .header-top .top-nav .header-top-notification .notification-card .notification-head {
          padding: 10px 20px;
          font-size: 1.4rem;
          font-family: 'Roboto', sans-serif;
          color: #6f7484;
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
          .header-top .top-nav .header-top-notification .notification-card .notification-head a {
            padding: 0;
            color: #aaa; }
            .header-top .top-nav .header-top-notification .notification-card .notification-head a:hover {
              color: #246df8; }
        .header-top .top-nav .header-top-notification .notification-card .notification-body {
          padding: 20px;
          max-height: 320px;
          overflow-x: hidden;
          overflow-y: scroll;
          /* Set Scrollbar Width */
          /* Set Scrollbar Buttons */
          /* Set Scrollbar Track */
          /* Set Scrollbar Handle */ }
          .header-top .top-nav .header-top-notification .notification-card .notification-body::-webkit-scrollbar {
            width: 8px;
            background: #f3f3f3;
            right: 20px;
            border-radius: 5px; }
          .header-top .top-nav .header-top-notification .notification-card .notification-body::-webkit-scrollbar-track {
            border-radius: 5px; }
          .header-top .top-nav .header-top-notification .notification-card .notification-body::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: #dbe0e9; }
          .header-top .top-nav .header-top-notification .notification-card .notification-body .notification-list {
            padding: 10px 0;
            padding-left: 30px;
            position: relative;
            display: block; }
            .header-top .top-nav .header-top-notification .notification-card .notification-body .notification-list i {
              position: absolute;
              top: 14px;
              left: 0;
              color: rgba(1, 209, 61, 0.5);
              transition: all 0.3s ease; }
            .header-top .top-nav .header-top-notification .notification-card .notification-body .notification-list p {
              margin-bottom: 0;
              color: #6f7484;
              line-height: 1.3; }
              .header-top .top-nav .header-top-notification .notification-card .notification-body .notification-list p span {
                font-size: 1.4rem;
                font-style: normal;
                color: #246df8; }
            .header-top .top-nav .header-top-notification .notification-card .notification-body .notification-list span {
              color: #aaafcb;
              font-size: 1.3rem;
              font-style: italic; }
            .header-top .top-nav .header-top-notification .notification-card .notification-body .notification-list:hover i {
              color: rgba(1, 209, 61, 1); }
        .header-top .top-nav .header-top-notification .notification-card .notification-footer {
          text-align: center;
          border-top: 1px solid rgba(0, 0, 0, 0.08); }
          .header-top .top-nav .header-top-notification .notification-card .notification-footer a {
            padding: 10px 20px;
            font-family: 'Roboto', sans-serif;
            text-transform: uppercase;
            font-size: 1.3rem;
            color: #aaa; }
            .header-top .top-nav .header-top-notification .notification-card .notification-footer a:hover {
              color: #246df8; }
    .header-top .top-nav .login-modals {
      margin-right: 6px; }

  .cp-nav-2 .navbar-collapse .navbar-nav > li.dropdown a {
    padding-right: 13px; }
    .cp-nav-2 .navbar-collapse .navbar-nav > li.dropdown a:after {
      position: absolute;
      top: 12px;
      right: 0;
      color: #aaa; }
    .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      top: 100%;
      left: 0; }
    .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
      top: 0;
      left: 100%;
      right: auto; }
      .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
        left: auto;
        right: 100%; }
    .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown a:after {
      right: 20px;
      top: 20px; }
    .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown:hover > .dropdown-menu {
      visibility: visible;
      opacity: 1; }
    .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
      transition: all 0.3s ease;
      min-width: 190px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 3px; }
    .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li {
      margin-right: 0;
      margin-left: 0; }
      .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:last-child {
        border-bottom: 0; }
      .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
        padding: 8px 20px;
        display: block;
        font-weight: 400;
        position: relative; }
        .cp-nav-2 .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover {
          color: #246df8; }
    .cp-nav-2 .navbar-collapse .navbar-nav.main-nav li.dropdown .dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0; }
    .cp-nav-2 .navbar-collapse .navbar-nav.main-nav li.dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible; }
    .cp-nav-2 .navbar-collapse .navbar-nav.account-nav {
      margin-left: 20px !important; }
    .cp-nav-2 .navbar-collapse .navbar-nav.account-nav li {
      margin-left: 20px; }
    .cp-nav-2 .navbar-collapse .navbar-nav.account-nav li svg {
      height: 20px;
      width: 20px; }
    .cp-nav-2 .navbar-collapse .navbar-nav.account-nav li:first-child {
      margin-left: 0; }
    .cp-nav-2 .navbar-collapse .navbar-nav.account-nav li.dropdown .dropdown-menu {
      left: auto;
      right: 0; }
    .cp-nav-2 .navbar-collapse .navbar-nav.account-nav li.nav-notification a {
      padding-right: 0; }
      .cp-nav-2 .navbar-collapse .navbar-nav.account-nav li.nav-notification a:after {
        content: '';
        height: 0;
        width: 0;
        border-top: 0;
        border-bottom: 0;
        border-radius: 0;
        border-left: 0; }
    .cp-nav-2 .navbar-collapse .navbar-nav.job-browse {
      margin-left: 20px; }
    .cp-nav-2 .navbar-collapse .navbar-nav.job-browse li a.dropdown-toggle:hover {
      color: #fff; } }

@media (max-width: 1199px) {
  .header-2 .fluid-nav {
    padding: 0 15px; }

  .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-card {
    top: 40px; }
    .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-button {
      margin-top: 15px;
      margin-bottom: 5px; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-button:before {
        color: #6f7484;
        top: 0; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav .header-top-notification .notification-button:after {
        background: #6f7484;
        top: 0; }

  .cp-nav .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 2.2rem;
    padding: 5px 10px;
    outline: none;
    background: #fff; }
    .cp-nav .navbar-toggler .navbar-toggler-icon {
      color: #246df8;
      background-image: url();
      height: auto;
      width: auto; }
      .cp-nav .navbar-toggler .navbar-toggler-icon:before {
        content: "\e68e";
        font-family: 'themify'; }
    .cp-nav .navbar-toggler.collapsed {
      background: transparent; }
    .cp-nav .navbar-toggler.collapsed .navbar-toggler-icon {
      color: #fff; }
    .cp-nav .navbar-collapse {
      background: #fff; }
    .cp-nav .navbar-collapse .navbar-nav {
      padding: 0 20px;
      display: block; }
      .cp-nav .navbar-collapse .navbar-nav li {
        margin-left: 0;
        display: block; }
        .cp-nav .navbar-collapse .navbar-nav li a {
          color: #6f7484;
          padding: 7px 0;
          display: block; }
      .cp-nav .navbar-collapse .navbar-nav li.dropdown a {
        position: relative; }
        .cp-nav .navbar-collapse .navbar-nav li.dropdown a:after {
          position: absolute;
          top: 18px;
          right: 0; }
        .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
          padding: 0 20px;
          margin-bottom: 15px; }
      .cp-nav .navbar-collapse .navbar-nav li.post-job a {
        display: inline-block;
        background: #246df8;
        color: #fff;
        margin-top: 15px; }
      .cp-nav .navbar-collapse .navbar-nav.job-browse {
        padding-top: 10px; }
        .cp-nav .navbar-collapse .navbar-nav.job-browse .dropdown-menu .search-by {
          padding: 20px 0; }
          .cp-nav .navbar-collapse .navbar-nav.job-browse .dropdown-menu .search-by h5 {
            font-size: 1.4rem;
            margin-bottom: 20px;
            font-weight: 500; }
          .cp-nav .navbar-collapse .navbar-nav.job-browse .dropdown-menu .search-by ul {
            padding-left: 0; }
      .cp-nav .navbar-collapse .navbar-nav.account-nav {
        padding-bottom: 10px; }
        .cp-nav .navbar-collapse .navbar-nav.account-nav li.dropdown > a {
          display: inline-block;
          padding-right: 10px; }
          .cp-nav .navbar-collapse .navbar-nav.account-nav li.dropdown > a:after {
            top: 18px; }
        .cp-nav .navbar-collapse .navbar-nav.account-nav li.dropdown .notification-card {
          left: 0;
          right: auto; }
        .cp-nav .navbar-collapse .navbar-nav.account-nav .login-popup button {
          background: transparent;
          border: 0;
          box-shadow: none;
          outline: none;
          padding: 7px 0;
          color: #6f7484;
          font-family: 'Poppins', sans-serif;
          font-weight: 500;
          cursor: pointer; } }

@media (max-width: 991px) {
  .logout-mobile {
    display: block;
    outline: none; }

  li.menu-item.post-job {
    text-align: center;
    width: 100% !important; }

  .header-top {
    padding: 10px 0;
    height: 60px;
    position: relative; }
    .header-top .logo-area a img {
      height: 40px; }
    .header-top .header-top-toggler {
      display: block; }
      .header-top .header-top-toggler .header-top-toggler-button {
        position: relative;
        font-size: 2.2rem;
        line-height: 33px; }
        .header-top .header-top-toggler .header-top-toggler-button:before {
          content: "\f142";
          font-family: 'Font Awesome\ 5 Free';
          color: #6f7484;
          font-weight: 900; }
    .header-top .top-nav {
      display: none;
      position: absolute;
      top: 60px;
      right: 0;
      background: #fff;
      width: 150px;
      z-index: 99;
      padding: 20px;
      border-radius: 3px;
      box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08); }
      .header-top .top-nav .dropdown {
        display: block; }
      .header-top .top-nav .notification-button {
        font-size: 1.3rem;
        color: #6f7484; }
      .header-top .top-nav .notification-card {
        display: none;
        position: absolute;
        top: 25px;
        right: calc(100% + 20px);
        width: 315px;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
        z-index: 999; }
        .header-top .top-nav .notification-card .notification-head {
          padding: 10px 20px;
          font-size: 1.4rem;
          font-family: 'Roboto', sans-serif;
          color: #6f7484;
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
          .header-top .top-nav .notification-card .notification-head a {
            padding: 0;
            color: #aaa; }
            .header-top .top-nav .notification-card .notification-head a:hover {
              color: #246df8; }
        .header-top .top-nav .notification-card .notification-body {
          padding: 20px;
          max-height: 320px;
          overflow-x: hidden;
          overflow-y: scroll;
          /* Set Scrollbar Width */
          /* Set Scrollbar Buttons */
          /* Set Scrollbar Track */
          /* Set Scrollbar Handle */ }
          .header-top .top-nav .notification-card .notification-body::-webkit-scrollbar {
            width: 8px;
            background: #f3f3f3;
            right: 20px;
            border-radius: 5px; }
          .header-top .top-nav .notification-card .notification-body::-webkit-scrollbar-track {
            border-radius: 5px; }
          .header-top .top-nav .notification-card .notification-body::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: #dbe0e9; }
          .header-top .top-nav .notification-card .notification-body .notification-list {
            padding: 10px 0;
            padding-left: 30px;
            position: relative;
            display: block; }
            .header-top .top-nav .notification-card .notification-body .notification-list i {
              position: absolute;
              top: 14px;
              left: 0;
              color: rgba(1, 209, 61, 0.5);
              transition: all 0.3s ease; }
            .header-top .top-nav .notification-card .notification-body .notification-list p {
              margin-bottom: 0;
              color: #6f7484;
              line-height: 1.3; }
              .header-top .top-nav .notification-card .notification-body .notification-list p span {
                font-size: 1.4rem;
                font-style: normal;
                color: #246df8; }
            .header-top .top-nav .notification-card .notification-body .notification-list span {
              color: #aaafcb;
              font-size: 1.3rem;
              font-style: italic; }
            .header-top .top-nav .notification-card .notification-body .notification-list:hover i {
              color: rgba(1, 209, 61, 1); }
        .header-top .top-nav .notification-card .notification-footer {
          text-align: center;
          border-top: 1px solid rgba(0, 0, 0, 0.08); }
          .header-top .top-nav .notification-card .notification-footer a {
            padding: 10px 20px;
            font-family: 'Roboto', sans-serif;
            text-transform: uppercase;
            font-size: 1.3rem;
            color: #aaa; }
            .header-top .top-nav .notification-card .notification-footer a:hover {
              color: #246df8; }
      .header-top .top-nav .header-top-account button {
        margin-top: 5px; }
        .header-top .top-nav .header-top-account button:before {
          margin-right: 0; }
      .header-top .top-nav .select-language .dropdown-toggle {
        margin-top: 10px;
        padding: 0;
        text-align: left; }
        .header-top .top-nav .select-language .btn-light {
          color: #aaa; }

  .cp-nav-2 {
    position: relative;
    padding: 0; }
    .cp-nav-2 .navbar-toggler {
      border: 1px solid rgba(36, 109, 248, 0.4);
      border-radius: 0;
      font-size: 2.2rem;
      padding: 5px 10px;
      outline: none;
      background: #fff;
      position: absolute;
      top: -49px;
      right: 0px; }
      .cp-nav-2 .navbar-toggler .navbar-toggler-icon {
        color: #246df8;
        background-image: none;
        height: auto;
        width: auto; }
        .cp-nav-2 .navbar-toggler .navbar-toggler-icon:before {
          content: "\e68e";
          font-family: 'themify'; }
    .cp-nav-2 .navbar-collapse {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background: #fff; }
      .cp-nav-2 .navbar-collapse.collapse:not(.show) {
        display: none !important; }
      .cp-nav-2 .navbar-collapse .navbar-nav {
        align-items: flex-start;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 40px 0px; }
        .cp-nav-2 .navbar-collapse .navbar-nav li {
          display: block;
          width: 100%;
          margin-right: 0; }
        .cp-nav-2 .navbar-collapse .navbar-nav li a {
          padding: 5px 0;
          display: block; }
          .cp-nav-2 .navbar-collapse .navbar-nav li a.dropdown-toggle {
            position: relative; }
            .cp-nav-2 .navbar-collapse .navbar-nav li a.dropdown-toggle:after {
              position: absolute;
              top: 15px;
              right: 0; }
        .cp-nav-2 .navbar-collapse .navbar-nav li.post-job {
          margin-top: 10px;
          display: inline-block;
          width: auto;
          margin-right: 0;
          margin-left: 0; }
        .cp-nav-2 .navbar-collapse .navbar-nav li .dropdown-menu {
          padding: 15px; }
        .cp-nav-2 .navbar-collapse .navbar-nav .menu-item.post-job {
          margin-right: 0;
          margin-left: 0; } }

@media (max-width: 499px) {
  .header-top .top-nav .notification-card {
    right: -20px; } }

@media (max-width: 439px) {
  .cp-nav .navbar-collapse .navbar-nav {
    padding: 0 15px; }
    .cp-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
      padding: 0 15px; }
    .cp-nav .navbar-collapse .navbar-nav.account-nav li.dropdown.header-top-notification .notification-card {
      top: 40px;
      left: -15px;
      width: 290px; }

  .header-top .top-nav .notification-card {
    width: 290px; }

  .account-entry .modal-body .shortcut-login .buttons {
    display: block; }
    .account-entry .modal-body .shortcut-login .buttons a {
      width: 100%; }
      .account-entry .modal-body .shortcut-login .buttons a.facebook {
        margin-right: 0; }
    .account-entry .modal-body .shortcut-login .buttons a + a {
      margin-top: 15px; } }

.footer-bg {
  background: #fff; }

.footer-bottom {
  padding: 40px 0; }
  .footer-bottom .copyright-text {
    color: #6f7484;
    padding-top: 15px; }
  .footer-bottom .copyright-text a:hover {
    color: #246df8; }
  .footer-bottom .back-to-top {
    text-align: right; }
  .footer-bottom .back-to-top a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #6f7484; }
  .footer-bottom .back-to-top a i {
    height: 55px;
    width: 55px;
    font-size: 2.2rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: #6f7484;
    line-height: 55px;
    text-align: center;
    margin-left: 15px;
    transition: all 0.3s ease; }
  .footer-bottom .back-to-top a:hover {
    color: #246df8; }
  .footer-bottom .back-to-top a:hover i {
    border-color: #246df8;
    color: #246df8; }

@media (max-width: 991px) {
  .footer-bottom {
    padding: 40px 0; }
    .footer-bottom .copyright-text {
      padding-top: 25px;
      text-align: center; }
    .footer-bottom .back-to-top {
      text-align: center;
      margin-top: 20px; } }

.employer-filter-result.grid {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .employer-filter-result.grid:before {
    position: absolute;
    top: 30px;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
    content: ''; }

.employer.half-grid {
  width: calc(50% - 30px); }
  .employer.half-grid .body {
    display: block;
    margin-top: 0; }
  .employer.half-grid .body .content span {
    display: inline-block;
    margin-bottom: 8px; }
  .employer.half-grid .body .button-area {
    margin-top: 10px; }

.employer {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
  border-radius: 3px;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .employer .thumb {
    width: 80px;
    height: 80px;
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
  .employer .thumb a {
    height: 80px;
    width: 80px;
    position: relative; }
  .employer .thumb a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }
  .employer .thumb + .body {
    padding-left: 20px; }
  .employer .body {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    align-items: center; }
  .employer .body .content h4 {
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 12px; }
  .employer .body .content h4:hover {
    color: #246df8; }
  .employer .body .content .info span {
    color: #6f7484;
    margin-right: 15px; }
  .employer .body .content .info span.work-post svg {
    color: rgba(36, 109, 248, 0.4); }
  .employer .body .content .info span.location svg {
    color: #6f7484; }
  .employer .body .content .info span svg {
    height: 15px;
    color: #aaa; }
  .employer .body .button-area a {
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    color: #246df8;
    border-radius: 3px;
    background: rgba(36, 109, 248, 0.15); }
  .employer:hover {
    border-bottom-color: transparent;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); }
  .employer:hover .body .button-area a {
    background: #246df8;
    border-color: #246df8;
    color: #fff; }

.information-and-contact .information ul li a {
  color: #246df8; }

@media (max-width: 767px) {
  .employer .body {
    display: block; }
    .employer .body .button-area {
      margin-top: 20px; }

  .company-details {
    padding: 20px; } }

@media (max-width: 439px) {
  .employer {
    display: block; }
    .employer .thumb + .body {
      padding-left: 0;
      margin-top: 15px; }
    .employer .body {
      width: 100%; }

  .information {
    padding: 20px; }
    .information h4 {
      margin-bottom: 20px; } }

.working-process {
  position: relative;
  overflow: hidden; }
  .working-process:before {
    position: absolute;
    content: url(../images/dot.png);
    top: 35px;
    left: 13px; }
  .working-process h3 {
    font-size: 1.8rem;
    padding-bottom: 15px; }
  .working-process h3 span {
    color: #246df8;
    margin-right: 10px; }
  .working-process p {
    padding-left: 47px;
    color: #6f7484; }

.working-process + .working-process {
  margin-top: 60px; }

.invoice-table {
  padding-top: 60px;
  margin-bottom: 60px;
  overflow-x: auto; }
  .invoice-table table {
    min-width: 400px; }
  .invoice-table table thead {
    width: 100%; }
  .invoice-table table thead tr {
    width: 100%; }
  .invoice-table table tr th {
    background: #f2f2f2;
    border-bottom: 0;
    border-top: 0;
    padding: 10px; }
  .invoice-table table tr td {
    padding: 15px;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

@keyframes {
  fadeOut 0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.custom-pagination {
  padding: 40px 0 30px;
  margin: 0;
  display: block;
  font-size: 0; }
  .custom-pagination.navigation {
    margin-top: 10px; }
  .custom-pagination.navigation.padding-top-60 {
    margin-top: 0; }
  .custom-pagination li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 5px;
    font-weight: 400;
    color: #6f7484;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
  .custom-pagination li:hover {
    color: #246df8; }
  .custom-pagination li:last-child:before {
    border-right: 1px solid rgba(0, 0, 0, 0.08); }
  .custom-pagination li.current a {
    color: #fff !important;
    background: #246df8;
    pointer-events: none; }
  .custom-pagination li a {
    width: 100%;
    color: inherit; }

.dashboard-sidebar .dashboard-menu ul {
  display: block; }

.tab-content form > div:not(.active) {
  display: none; }

.list-radio-flex-image [role="radiogroup"] {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  justify-content: center; }
  .list-radio-flex-image [role="radiogroup"] label, .list-radio-flex-image [role="radiogroup"] .flex-div {
    cursor: pointer; }
  .list-radio-flex-image [role="radiogroup"] label:hover, .list-radio-flex-image [role="radiogroup"] .flex-div:hover, .list-radio-flex-image [role="radiogroup"] label.active, .list-radio-flex-image [role="radiogroup"] .flex-div.active {
    box-shadow: 0 1px 3px rgba(150, 150, 150, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(150, 150, 150, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(150, 150, 150, 0.6); }
  .list-radio-flex-image [role="radiogroup"] label input, .list-radio-flex-image [role="radiogroup"] .flex-div input {
    display: none; }
  .list-radio-flex-image [role="radiogroup"] label img, .list-radio-flex-image [role="radiogroup"] .flex-div img {
    max-width: 98%;
    max-height: 88px; }

.field-input_hersteller .control-label {
  display: none; }

.job-post-form .btn-block {
  float: right;
  margin-top: 50px;
  background: #246df8;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  padding: 11px 20px;
  cursor: pointer; }
  .job-post-form .form-control[data-toggle="modal"] {
    cursor: pointer;
    line-height: 3; }
  .job-post-form .form-group.dropdown-toggle::after {
    position: absolute;
    top: 18px;
    color: #aaa;
    right: 0.5em; }
  .job-post-form .modal-body input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    vertical-align: middle; }
  .job-post-form .modal-footer button {
    margin: 0; }
  .job-post-form .col-form-label {
    padding-top: 10px; }

.register .banner-content {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 100px !important; }
  .register .banner-content .banner-search {
    padding-bottom: 60px; }
  .register .banner-content .banner-search .dropdown.bootstrap-select {
    width: 100% !important; }
  .register .banner-content .banner-search #form-next, .register .banner-content .banner-search #form-prev {
    display: flex;
    justify-content: center;
    flex-direction: column; }

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }

.modal-backdrop {
  opacity: 0.5 !important; }

.modal.fade.show {
  opacity: 1 !important; }

.default-btn-block {
  background: #246df8;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  padding: 11px 20px;
  cursor: pointer; }
  .default-btn-block.gray {
    background: #bdc0cc; }

#kvaModal .kva-status-1, #kvaModal .kva-status-2, #kvaModal .kva-status-3 {
  display: none; }
  #kvaModal[data-kva-status="1"] .kva-status-1 {
    display: block; }
  #kvaModal[data-kva-status="2"] .kva-status-2 {
    display: block; }
  #kvaModal[data-kva-status="3"] .kva-status-3 {
    display: block; }

.news .employer:hover .button-area .button-link {
  background: #246df8;
  border-color: #246df8;
  color: #fff;
  transition: all 0.3s ease; }
  .news .employer .thumb .img-link {
    height: 80px;
    width: 80px;
    position: relative;
    cursor: pointer; }
  .news .employer .thumb .img-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .news .employer .button-area .button-link {
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    color: #246df8;
    border-radius: 3px;
    background: rgba(36, 109, 248, 0.15);
    cursor: pointer; }
  .news .employer .content .title-link {
    transition: all 0.3s ease;
    cursor: pointer; }

.personal-information a.fancybox-link.float-right.position-relative {
  z-index: 999; }

.cursor-pointer {
  cursor: pointer; }

.employer:hover .body .button-area a.shipping.print .button-area a.shipping.print, .employer .body .button-area a.shipping.print {
  padding: 0;
  margin-right: 3em;
  background-color: unset;
  color: #246df8; }
  .employer:hover .body .button-area a.shipping.print .content h4:hover, .employer .body .content h4:hover {
    color: inherit !important; }
  .employer .shipping-checkbox {
    position: absolute;
    margin-left: -16px;
    margin-top: 32px; }

a.accounting-link:hover {
  color: #246df8; }

.disabled-block {
  pointer-events: none !important;
  opacity: 0.4; }

.btn.brand-color {
  color: #246df8;
  background-color: transparent;
  background-image: none;
  border-color: #246df8; }
  .btn.brand-color:hover {
    color: #fff;
    background-color: #246df8;
    border-color: #246df8; }

.alert.guest-flash {
  top: 125px; }

.login.banner-4 .banner-content, .register.banner-4 .banner-content {
  padding-top: 100px; }
  .login.banner-4 .banner-content .banner-search .search-form input:not([type="checkbox"]), .register.banner-4 .banner-content .banner-search .search-form input:not([type="checkbox"]) {
    width: 100%; }
  .login.banner-4 .banner-content .banner-search input[type="checkbox"], .register.banner-4 .banner-content .banner-search input[type="checkbox"] {
    margin-top: 6px; }
  .login.banner-4 .banner-content .banner-search input:-webkit-autofill, .register.banner-4 .banner-content .banner-search input:-webkit-autofill, .login.banner-4 .banner-content .banner-search input:-webkit-autofill:hover, .register.banner-4 .banner-content .banner-search input:-webkit-autofill:hover, .login.banner-4 .banner-content .banner-search input:-webkit-autofill:focus, .register.banner-4 .banner-content .banner-search input:-webkit-autofill:focus, .login.banner-4 .banner-content .banner-search textarea:-webkit-autofill, .register.banner-4 .banner-content .banner-search textarea:-webkit-autofill, .login.banner-4 .banner-content .banner-search textarea:-webkit-autofill:hover, .register.banner-4 .banner-content .banner-search textarea:-webkit-autofill:hover, .login.banner-4 .banner-content .banner-search textarea:-webkit-autofill:focus, .register.banner-4 .banner-content .banner-search textarea:-webkit-autofill:focus, .login.banner-4 .banner-content .banner-search select:-webkit-autofill, .register.banner-4 .banner-content .banner-search select:-webkit-autofill, .login.banner-4 .banner-content .banner-search select:-webkit-autofill:hover, .register.banner-4 .banner-content .banner-search select:-webkit-autofill:hover, .login.banner-4 .banner-content .banner-search select:-webkit-autofill:focus, .register.banner-4 .banner-content .banner-search select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s; }

.wrapper-input-upload .upload-with-smartphone {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  cursor: pointer; }
  .wrapper-input-upload .upload-portfolio-image {
    display: flex;
    flex-wrap: wrap; }
  .wrapper-input-upload .upload-portfolio-image div {
    margin: 0 5px 5px; }
  .wrapper-input-upload .upload-portfolio-image .update-photo {
    height: 100px;
    position: relative;
    width: 100px;
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer; }
  .wrapper-input-upload .upload-portfolio-image .update-photo.glyphicon-eye-open:before {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 1; }
  .wrapper-input-upload .upload-portfolio-image .update-photo .glyphicon-trash {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1; }
  .wrapper-input-upload .upload-portfolio-image .update-photo:hover.glyphicon-eye-open:before {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    right: calc(50% - 7px);
    top: calc(50% - 7px);
    z-index: 0; }
  .wrapper-input-upload .upload-portfolio-image .update-photo:hover img {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.6; }
  .wrapper-input-upload .upload-portfolio-image .update-photo img {
    height: 105%;
    width: initial;
    max-height: 100%;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .wrapper-input-upload .upload-portfolio-image .file-upload {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    border: 0;
    background: rgba(36, 109, 248, 0.7);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
  .wrapper-input-upload .upload-portfolio-image .file-upload.glyphicon-plus:before {
    position: absolute;
    height: 14px;
    width: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px); }
  .wrapper-input-upload .upload-portfolio-image .file-upload .file-input {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%; }

.owl-carousel .owl-item img.file-img {
  width: 150px;
  height: 150px;
  margin: 0 auto; }

nav.navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none; }
  nav.navbar:before, nav.navbar:after {
    content: none; }

.login.banner-4 .banner-content .banner-search .search-form input[type="checkbox"] {
  width: 13px; }

.banner-4 .banner-content .banner-search {
  background: rgba(0, 0, 0, 0.5); }

.lds-default {
  position: fixed;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  display: inline-block;
  width: 64px;
  height: 64px; }
  .lds-default:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000 !important;
    opacity: 0.1; }
  .lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite; }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px; }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px; }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px; }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px; }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px; }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px; }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px; }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px; }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px; }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px; }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px; }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px; }

.recaptcha-margin div {
  margin: 0 auto; }

.line-height-3 {
  line-height: 3; }

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1); }

  50% {
    transform: scale(1.5); } }

@media (max-width: 992px) {
  .default-btn-block {
    float: none !important; }

  .register .banner-content {
    padding-bottom: 50px !important; }
    .register .banner-content .banner-search {
      padding-bottom: 10px; }
      .register .banner-content .banner-search #register-form .button {
        width: 100%;
        float: none !important; }
        .register .banner-content .banner-search #register-form .button[type="submit"] {
          margin-top: 10px; }

  .section-padding-bottom {
    padding-bottom: 160px; }

  .dashboard-content-wrapper .personal-information .d-flex.justify-content-between {
    display: block !important; }
    .dashboard-content-wrapper .personal-information .d-flex.justify-content-between .kva-btn-block {
      width: 100%;
      margin-top: 10px; } }

@media (min-width: 768px) {
  .navbar-nav > li {
    float: none; } }

@media (max-width: 1199px) {
  .cp-nav .navbar-collapse .navbar-nav.account-nav {
    padding-bottom: 10px;
    padding-top: 10px; } }

@media (min-width: 1200px) {
  .navbar-collapse.collapse {
    display: flex !important; } }

@media (max-width: 768px) {
  .custom-pagination li {
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0 3px; } }

.cbx-iso-flat .cbx {
  border-radius: 0; }
  .cbx-iso-flat .cbx .cbx-icon i {
    position: relative;
    top: -1px;
    right: auto; }
  .cbx-iso-flat .cbx-active:hover, .cbx-iso-flat .cbx-active:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6); }

.custom-radio {
  display: none; }
  .custom-radio + label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0; }
  .custom-radio + label .dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .custom-radio + label .dot::before {
    content: "";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #246df8;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .custom-radio:checked + label .dot::before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
