@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. effect 
9. utilities
10. widgets layout
11. widgets 
12. responsive
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cluster-animation {
  0%,100% {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.2);
  }
}
@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* 1. base */
.wp-block-quote {
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 15px;
}

button, .btn,
a {
  outline: none !important;
}

.mfp-container {
  overflow-x: hidden;
}

label {
  font-weight: 600;
}

fieldset {
  clear: both;
  overflow: hidden;
}

.wp-block-quote {
  border-color: #eee;
}

b, strong {
  font-weight: 600;
}

.has-medium-font-size {
  line-height: 1.56;
}

.text-color,
.theme-color {
  color: #11b719;
}

.logo.custom-logo {
  max-width: 248px;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .logo img {
  display: inline;
  zoom: 1;
}
.logo a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.logo.logo-theme img {
  max-width: 140px;
}
.logo .logo-main {
  display: block;
}
.logo .logo-main.has-transparent-logo {
  display: none;
}

.post-password-form input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.post-password-form input[type="submit"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #11b719;
  color: #fff;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:active {
  color: #fff;
  background: #0d8813;
}

a:focus, .btn:focus {
  outline: none !important;
}

.list,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-body {
  width: 10000px;
}

.btn, button {
  outline: none !important;
}

::-moz-selection {
  color: #fff;
  background: #11b719;
}

::selection {
  color: #fff;
  background: #11b719;
}

.pswp__item {
  cursor: move;
}

.no-border {
  border: none !important;
}
.no-border:before {
  display: none !important;
}

.apus-mfp-zoom-in.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.apus-mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.apus-mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.apus-mfp-zoom-in.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.apus-mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

ins {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.audio-responsive,
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.audio-responsive embed, .audio-responsive iframe, .audio-responsive object, .audio-responsive video,
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  color: #FFFFFF !important;
  font-size: 10px;
  padding: 0 10px;
  content: "";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .breadcrumb > a + li:before, .lt-ie8
.breadcrumb > li + a:before, .lt-ie8
.breadcrumb > li + li:before {
  display: inline;
  zoom: 1;
}

.apus-breadscrumb {
  background-color: #242d3e;
  margin: 0 0 30px;
  position: relative;
  background-repeat: no-repeat;
  border-bottom: 2px solid #11b719;
}
@media (min-width: 1200px) {
  .apus-breadscrumb {
    margin-bottom: 50px;
  }
}
.apus-breadscrumb:before {
  content: "";
  top: 0;
  background-color: rgba(36, 45, 62, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.rtl .apus-breadscrumb:before {
  right: 0;
  left: auto;
}
.apus-breadscrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.apus-breadscrumb .breadcrumb .active {
  outline: none;
}
.apus-breadscrumb .breadcrumb a {
  color: #FFFFFF;
}
.apus-breadscrumb .breadcrumb a:hover {
  color: #FFFFFF;
}
.apus-breadscrumb .breadcrumb a:focus {
  color: #FFFFFF;
}
.apus-breadscrumb .breadcrumb a:focus-within {
  color: #FFFFFF;
}
.apus-breadscrumb .breadcrumb a:active {
  color: #FFFFFF;
}
.apus-breadscrumb .wrapper-breads {
  position: relative;
  padding: 30px 0;
}
@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .wrapper-breads {
    padding: 80px 0;
  }
}
.apus-breadscrumb .bread-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin: 5px 0 0;
}
@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .bread-title {
    font-size: 50px;
    margin-top: 15px;
  }
}

.search-form input,
.search-form .btn {
  background: #ebedee;
  border-color: #ebedee;
  color: #1C2733;
}
.search-form .btn {
  padding: 10px 15px;
}

.text-uppercase {
  text-transform: uppercase;
}

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50% !important;
}

.radius-1x {
  border-radius: 10px !important;
}

.radius-2x {
  border-radius: 20px !important;
}

.radius-3x {
  border-radius: 30px !important;
}

.radius-4x {
  border-radius: 40px !important;
}

.radius-5x {
  border-radius: 5px !important;
}

.radius-6x {
  border-radius: 3px !important;
}

.add-fix-top {
  position: fixed;
  z-index: 9;
  bottom: 5px;
  line-height: 1;
  text-align: center;
  outline: none;
  right: 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background-color: #11b719;
  color: #fff !important;
}
.rtl .add-fix-top {
  left: 5px;
  right: auto;
}
@media only screen and (min-width: 1168px) {
  .add-fix-top {
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 30px;
  }
  .rtl .add-fix-top {
    left: 30px;
    right: auto;
  }
}
.add-fix-top.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.add-fix-top.active:hover, .add-fix-top.active:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-fix-top:hover {
  background-color: #0fa016;
}
.add-fix-top:focus {
  background-color: #0fa016;
}
.add-fix-top:focus-within {
  background-color: #0fa016;
}
.add-fix-top:active {
  background-color: #0fa016;
}
.add-fix-top > i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.add-fix-top > i:before {
  margin: 0;
}

.menu {
  padding: 0;
  margin: 0;
}
.menu li {
  list-style: none;
  margin-bottom: 8px;
}
.menu li:last-child {
  margin-bottom: 0;
}
.menu ul {
  padding-left: 20px;
  margin: 0;
}
.rtl .menu ul {
  padding-right: 20px;
  padding-left: 0px;
}

.apus-body-loading {
  overflow: hidden;
}

.apus-page-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.apus-loader-inner {
  margin: 0 auto;
  width: 128px;
  height: 128px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}
.page-links .page-links-title {
  font-weight: normal;
  color: #272f46;
}
.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
  padding: 10px 13px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #e8eef1;
  color: #1C2733;
}
.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
  color: #fff;
  background: #11b719;
  border-color: #11b719;
}
.page-links > span:not(.page-links-title) {
  color: #fff;
  background: #11b719;
  border-color: #11b719;
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
}
.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.image-lazy-loading .image-wrapper.image-loaded {
  background: none;
}
.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.scrollbar {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #feac36 0%, #11b719 100%);
  background-image: -o-linear-gradient(left, #feac36 0%, #11b719 100%);
  background-image: linear-gradient(to right, #feac36 0%, #11b719 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF11B719', GradientType=1);
  font-size: 50px;
  display: inline-block;
  border: 6px solid #ffffff;
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  position: relative;
  z-index: 9;
}
.scrollbar:hover, .scrollbar:active {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #11b719 0%, #feac36 100%);
  background-image: -o-linear-gradient(left, #11b719 0%, #feac36 100%);
  background-image: linear-gradient(to right, #11b719 0%, #feac36 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF11B719', endColorstr='#FFFEAC36', GradientType=1);
}

.rtl .wrapper-top-cart > .dropdown-menu-right {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rtl .wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rtl .navbar-nav {
  float: right;
}
.rtl .apus-topcart .dropdown-menu-right {
  right: auto;
  left: 0;
}
.rtl .dropdown-menu {
  text-align: right;
}
.rtl .mm-menu.mm-offcanvas {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  left: inherit;
  right: 0;
}
.rtl .mm-menu.mm-offcanvas.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rtl .mm-listview .mm-next {
  right: inherit;
  left: 0;
}
.rtl .mm-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .mm-listview .mm-next + a, .rtl .mm-listview .mm-next + span {
  margin-right: 0;
  margin-left: 50px;
}

.apus_socials {
  list-style: none;
  padding: 0;
}
.apus_socials li {
  display: inline-block;
  margin-right: 10px;
}
.rtl .apus_socials li {
  margin-left: 10px;
  margin-right: 0px;
}
.apus_socials li:last-child {
  margin: 0;
}
.apus_socials a {
  border: 1px solid #dce1e6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  text-indent: 2px;
}
.apus_socials a:hover, .apus_socials a:focus {
  color: #fff !important;
  background: #11b719;
  border-color: #11b719;
}
.apus_socials a.facebook {
  color: #3c66c4;
}
.apus_socials a.twitter {
  color: #00aced;
}
.apus_socials a.pinterest {
  color: #bd081c;
}
.apus_socials a.google-plus {
  color: #dc473a;
}
.apus_socials a.instagram {
  color: #bc44bd;
}
.apus_socials.style2 a {
  border-color: #47586d;
}

.select2-container {
  outline: none !important;
}

.select2-search--dropdown {
  padding: 10px 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e8eef1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 33px;
  font-size: 14px;
  padding: 5px 10px;
}

.select2-results__option {
  padding: 5px 10px;
  outline: none !important;
}

@media (min-width: 992px) {
  .customizer-search .select2-dropdown {
    border: 1px solid #e8eef1;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
  }
  .customizer-search .select2-dropdown--below {
    margin-top: 15px;
  }
  .customizer-search .select2-dropdown--above {
    margin-bottom: 15px;
  }
}
.select2-results {
  padding: 10px 0;
}
.select2-results .select2-results__option {
  padding: 4px 22px;
  background-color: transparent !important;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  color: #999;
}

.select2-container--default.select2-container .select2-selection--single {
  height: 46px;
  background: #fff;
  outline: none !important;
  border: 1px solid #dde6ef;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
  color: #999;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}

.select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: #11b719;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
  color: #e44343;
  z-index: 1;
  background-color: #fff;
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
.rtl .select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
  margin-left: 5px;
  margin-right: 0px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 26px;
  text-align: center;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.rtl .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  margin-left: 10px;
  margin-right: 0px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow:before {
  font-family: "FontAwesome";
  content: '\f107';
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f6f6f6;
  color: #11b719;
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #f6f6f6;
  color: #11b719;
}

.grid-job-widget .text-muted, .text-muted {
  color: #8492af;
  font-size: 13px;
}

.nav-tabs-custom {
  border: 1px solid #e8ebef;
  margin: 47px 0 0;
}
.nav-tabs-custom > .nav-tabs {
  margin-top: -47px;
  margin-left: -1px;
}
.rtl .nav-tabs-custom > .nav-tabs {
  margin-right: -1px;
  margin-left: 0px;
}

.nav-tabs-custom .tab-content > .tab-pane {
  padding: 0 1em;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.apus-social-share .title {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #1C2733 !important;
  font-family: "Muli", Helvetica, Arial, sans-serif !important;
  padding-right: 10px !important;
}
.rtl .apus-social-share .title {
  padding-left: 10px !important;
  padding-right: 0px;
}
.apus-social-share a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0 2px;
  color: #fff !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background-color: #11b719;
}
@media (min-width: 768px) {
  .apus-social-share a {
    margin: 0 3px;
  }
}
.apus-social-share a:hover {
  background: #6ff276;
}
.apus-social-share a:focus {
  background: #6ff276;
}
.apus-social-share a:focus-within {
  background: #6ff276;
}
.apus-social-share a:active {
  background: #6ff276;
}
.apus-social-share a[class*="facebook"] {
  background: #3b5998;
}
.apus-social-share a[class*="facebook"]:hover {
  background: #96abd6;
}
.apus-social-share a[class*="facebook"]:focus {
  background: #96abd6;
}
.apus-social-share a[class*="facebook"]:focus-within {
  background: #96abd6;
}
.apus-social-share a[class*="facebook"]:active {
  background: #96abd6;
}
.apus-social-share a[class*="twitter"] {
  background: #00acee;
}
.apus-social-share a[class*="twitter"]:hover {
  background: #88deff;
}
.apus-social-share a[class*="twitter"]:focus {
  background: #88deff;
}
.apus-social-share a[class*="twitter"]:focus-within {
  background: #88deff;
}
.apus-social-share a[class*="twitter"]:active {
  background: #88deff;
}
.apus-social-share a[class*="linkedin"] {
  background: #0077b5;
}
.apus-social-share a[class*="linkedin"]:hover {
  background: #4fc3ff;
}
.apus-social-share a[class*="linkedin"]:focus {
  background: #4fc3ff;
}
.apus-social-share a[class*="linkedin"]:focus-within {
  background: #4fc3ff;
}
.apus-social-share a[class*="linkedin"]:active {
  background: #4fc3ff;
}
.apus-social-share a[class*="google"] {
  background: #d34836;
}
.apus-social-share a[class*="google"]:hover {
  background: #eebab4;
}
.apus-social-share a[class*="google"]:focus {
  background: #eebab4;
}
.apus-social-share a[class*="google"]:focus-within {
  background: #eebab4;
}
.apus-social-share a[class*="google"]:active {
  background: #eebab4;
}
.apus-social-share a[class*="pinterest"] {
  background: #e51670;
}
.apus-social-share a[class*="pinterest"]:hover {
  background: #f69ec4;
}
.apus-social-share a[class*="pinterest"]:focus {
  background: #f69ec4;
}
.apus-social-share a[class*="pinterest"]:focus-within {
  background: #f69ec4;
}
.apus-social-share a[class*="pinterest"]:active {
  background: #f69ec4;
}

.box-account .title {
  margin: 0 0 20px;
  font-size: 25px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

table:not([class]) th {
  color: #1C2733;
  font-size: 18px;
}
table:not([class]) tbody th a {
  color: #11b719;
}
table:not([class]) th, table:not([class]) td {
  padding: 10px !important;
}

.wp-block-quote {
  border: 0;
  padding: 0;
  color: #1C2733;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
.rtl .wp-block-quote {
  padding-right: 40px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .wp-block-quote {
    padding-left: 80px;
    font-size: 22px;
  }
  .rtl .wp-block-quote {
    padding-right: 80px;
    padding-left: 0px;
  }
}
.wp-block-quote:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  color: #11b719;
  line-height: 1.3;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .wp-block-quote:before {
    font-size: 50px;
  }
}
.rtl .wp-block-quote:before {
  right: 0;
  left: auto;
}

body.admin-bar {
  position: relative;
}

@media (max-width: 600px) {
  body.admin-bar #wpadminbar {
    margin-top: -46px;
  }
}
html.mm-blocking.mm-opening {
  overflow: visible;
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 30px;
  position: relative;
  padding: 0px;
  background: transparent;
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  font-size: 18px;
  padding: 0;
  position: relative;
  margin: 0 0 20px;
  font-weight: 500;
}
.widget .widget-title .urgent,
.widget .widget-title .featured, .widget .widgettitle .urgent,
.widget .widgettitle .featured, .widget .widget-heading .urgent,
.widget .widget-heading .featured {
  font-size: 12px;
}

.sidebar .widget,
.apus-sidebar .widget {
  padding: 30px;
  margin: 0 0 30px 0;
  background: #fff;
  border: 1px solid #e8eef1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.sidebar .widget.widget_search,
.apus-sidebar .widget.widget_search {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sidebar .widget#calendar_wrap,
.apus-sidebar .widget#calendar_wrap {
  padding: 0;
}
.sidebar .widget.widget_job_filter_widget, .sidebar .widget.widget_employer_filter_widget, .sidebar .widget.widget_candidate_filter_widget,
.apus-sidebar .widget.widget_job_filter_widget,
.apus-sidebar .widget.widget_employer_filter_widget,
.apus-sidebar .widget.widget_candidate_filter_widget {
  padding: 30px;
  border: 1px solid #e8eef1;
  background-color: #fff;
}
.sidebar .widget.widget_tag_cloud,
.apus-sidebar .widget.widget_tag_cloud {
  padding-bottom: 15px;
}
.sidebar .widget.widget_apus_candidate_info, .sidebar .widget.widget_apus_candidate_contact_info, .sidebar .widget.widget_apus_employer_maps,
.apus-sidebar .widget.widget_apus_candidate_info,
.apus-sidebar .widget.widget_apus_candidate_contact_info,
.apus-sidebar .widget.widget_apus_employer_maps {
  overflow: hidden;
}
.sidebar .widget.widget_apus_candidate_info .candidate_profile,
.sidebar .widget.widget_apus_candidate_info .candidate-detail-location,
.sidebar .widget.widget_apus_candidate_info .employer-detail-location, .sidebar .widget.widget_apus_candidate_contact_info .candidate_profile,
.sidebar .widget.widget_apus_candidate_contact_info .candidate-detail-location,
.sidebar .widget.widget_apus_candidate_contact_info .employer-detail-location, .sidebar .widget.widget_apus_employer_maps .candidate_profile,
.sidebar .widget.widget_apus_employer_maps .candidate-detail-location,
.sidebar .widget.widget_apus_employer_maps .employer-detail-location,
.apus-sidebar .widget.widget_apus_candidate_info .candidate_profile,
.apus-sidebar .widget.widget_apus_candidate_info .candidate-detail-location,
.apus-sidebar .widget.widget_apus_candidate_info .employer-detail-location,
.apus-sidebar .widget.widget_apus_candidate_contact_info .candidate_profile,
.apus-sidebar .widget.widget_apus_candidate_contact_info .candidate-detail-location,
.apus-sidebar .widget.widget_apus_candidate_contact_info .employer-detail-location,
.apus-sidebar .widget.widget_apus_employer_maps .candidate_profile,
.apus-sidebar .widget.widget_apus_employer_maps .candidate-detail-location,
.apus-sidebar .widget.widget_apus_employer_maps .employer-detail-location {
  outline: none;
}
.sidebar .widget.widget_apus_candidate_contact_info .job_maps_sidebar, .sidebar .widget.widget_apus_employer_maps .job_maps_sidebar,
.apus-sidebar .widget.widget_apus_candidate_contact_info .job_maps_sidebar,
.apus-sidebar .widget.widget_apus_employer_maps .job_maps_sidebar {
  padding: 25px 0 0 0;
}
.sidebar .widget.widget_apus_job_info .type-job,
.apus-sidebar .widget.widget_apus_job_info .type-job {
  font-weight: 400;
  font-size: 16px;
}
.sidebar .widget.widget_apus_job_info .btn-apply,
.apus-sidebar .widget.widget_apus_job_info .btn-apply {
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.sidebar .widget.widget_apus_job_info .btn-apply:hover,
.apus-sidebar .widget.widget_apus_job_info .btn-apply:hover {
  border-color: #e67d00;
  background-color: #e67d00;
}
.sidebar .widget.widget_apus_job_info .btn-apply:focus,
.apus-sidebar .widget.widget_apus_job_info .btn-apply:focus {
  border-color: #e67d00;
  background-color: #e67d00;
}
.sidebar .widget.widget_apus_job_info .btn-apply:focus-within,
.apus-sidebar .widget.widget_apus_job_info .btn-apply:focus-within {
  border-color: #e67d00;
  background-color: #e67d00;
}
.sidebar .widget.widget_apus_job_info .btn-apply:active,
.apus-sidebar .widget.widget_apus_job_info .btn-apply:active {
  border-color: #e67d00;
  background-color: #e67d00;
}
.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
  border-style: solid;
  border-color: #e8eef1;
  border-width: 0 1px 1px;
}
.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
  padding: 20px;
  margin: 0;
}
.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
  margin-left: -6px;
  margin-right: -6px;
}
.sidebar .row.instagram-pics > [class*="col-md"],
.apus-sidebar .row.instagram-pics > [class*="col-md"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
  margin-bottom: 30px;
}
.sidebar .filter-listing-form,
.apus-sidebar .filter-listing-form {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.page-shop .sidebar .widget .widget-title, .page-shop .sidebar .widget .widgettitle, .page-shop .sidebar .widget .widget-heading,
.page-shop .apus-sidebar .widget .widget-title,
.page-shop .apus-sidebar .widget .widgettitle,
.page-shop .apus-sidebar .widget .widget-heading {
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar .widget.widget_candidate_filter_widget {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 3. form */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-animation: autofill 0s forwards;
  -o-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::-moz-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea::-webkit-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::-moz-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea:focus::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  outline: none;
  cursor: auto;
  color: #999;
  background-color: #fff;
  border: solid 1px #dde6ef;
  height: 46px;
  padding: 6px 15px;
  filter: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
input[type="text"]:-moz-autofill, input[type="text"]:-moz-autofill-preview,
input[type="email"]:-moz-autofill,
input[type="email"]:-moz-autofill-preview,
input[type="url"]:-moz-autofill,
input[type="url"]:-moz-autofill-preview,
input[type="password"]:-moz-autofill,
input[type="password"]:-moz-autofill-preview,
input[type="search"]:-moz-autofill,
input[type="search"]:-moz-autofill-preview,
input[type="number"]:-moz-autofill,
input[type="number"]:-moz-autofill-preview,
input[type="tel"]:-moz-autofill,
input[type="tel"]:-moz-autofill-preview,
input[type="range"]:-moz-autofill,
input[type="range"]:-moz-autofill-preview,
input[type="date"]:-moz-autofill,
input[type="date"]:-moz-autofill-preview,
input[type="month"]:-moz-autofill,
input[type="month"]:-moz-autofill-preview,
input[type="week"]:-moz-autofill,
input[type="week"]:-moz-autofill-preview,
input[type="time"]:-moz-autofill,
input[type="time"]:-moz-autofill-preview,
input[type="datetime"]:-moz-autofill,
input[type="datetime"]:-moz-autofill-preview,
input[type="datetime-local"]:-moz-autofill,
input[type="datetime-local"]:-moz-autofill-preview,
input[type="color"]:-moz-autofill,
input[type="color"]:-moz-autofill-preview,
textarea:-moz-autofill,
textarea:-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:required, input[type="text"]:optional, input[type="text"]:invalid,
input[type="email"]:required,
input[type="email"]:optional,
input[type="email"]:invalid,
input[type="url"]:required,
input[type="url"]:optional,
input[type="url"]:invalid,
input[type="password"]:required,
input[type="password"]:optional,
input[type="password"]:invalid,
input[type="search"]:required,
input[type="search"]:optional,
input[type="search"]:invalid,
input[type="number"]:required,
input[type="number"]:optional,
input[type="number"]:invalid,
input[type="tel"]:required,
input[type="tel"]:optional,
input[type="tel"]:invalid,
input[type="range"]:required,
input[type="range"]:optional,
input[type="range"]:invalid,
input[type="date"]:required,
input[type="date"]:optional,
input[type="date"]:invalid,
input[type="month"]:required,
input[type="month"]:optional,
input[type="month"]:invalid,
input[type="week"]:required,
input[type="week"]:optional,
input[type="week"]:invalid,
input[type="time"]:required,
input[type="time"]:optional,
input[type="time"]:invalid,
input[type="datetime"]:required,
input[type="datetime"]:optional,
input[type="datetime"]:invalid,
input[type="datetime-local"]:required,
input[type="datetime-local"]:optional,
input[type="datetime-local"]:invalid,
input[type="color"]:required,
input[type="color"]:optional,
input[type="color"]:invalid,
textarea:required,
textarea:optional,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
  border-color: #11b719;
  background-color: #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #11b719;
  background-color: #fff;
}
input[type="text"]:focus-within,
input[type="email"]:focus-within,
input[type="url"]:focus-within,
input[type="password"]:focus-within,
input[type="search"]:focus-within,
input[type="number"]:focus-within,
input[type="tel"]:focus-within,
input[type="range"]:focus-within,
input[type="date"]:focus-within,
input[type="month"]:focus-within,
input[type="week"]:focus-within,
input[type="time"]:focus-within,
input[type="datetime"]:focus-within,
input[type="datetime-local"]:focus-within,
input[type="color"]:focus-within,
textarea:focus-within {
  border-color: #11b719;
  background-color: #fff;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
  border-color: #11b719;
  background-color: #fff;
}

.wpcf7-form label {
  display: block;
  font-weight: 400;
  margin-bottom: 25px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form textarea {
  min-height: 160px;
  resize: none;
}

select {
  color: #667488;
  cursor: pointer;
  outline: none;
  padding: 6px 15px;
  font-size: 16px;
  border: solid 1px #e8eef1;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>") no-repeat;
  background-size: 13px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select:hover {
  outline: none;
  border-color: #11b719;
  background-color: #fff;
}
select:focus {
  outline: none;
  border-color: #11b719;
  background-color: #fff;
}
select:focus-within {
  outline: none;
  border-color: #11b719;
  background-color: #fff;
}
select:active {
  outline: none;
  border-color: #11b719;
  background-color: #fff;
}
select option {
  color: inherit;
  font-size: inherit;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #999999;
  -webkit-text-shadow: 0 0 0 #999999;
  -moz-text-shadow: 0 0 0 #999999;
  -ms-text-shadow: 0 0 0 #999999;
  -o-text-shadow: 0 0 0 #999999;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

input[type="submit"] {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #11b719;
  border: 2px solid #11b719;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 8px 30px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.63;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
input[type="submit"]:hover {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
input[type="submit"]:focus {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
input[type="submit"]:focus-within {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
input[type="submit"]:active {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
input[type="submit"]:visited {
  text-decoration: none;
}
input[type="submit"].disabled, input[type="submit"][disabled], fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  border-color: #13ce1c;
  background-color: #13ce1c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"]:hover {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"]:focus {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"]:focus-within {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"]:active {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"].mfp-close {
  padding: 0;
  border: none;
  background-color: transparent;
}

/* Search
------------------------------------------------*/
.searchform .input-search {
  padding: 15px;
  line-height: 1.5;
  border-right: 0;
}
.rtl .searchform .input-search {
  border-left: 0;
  border-right: inherit;
}
.searchform .btn-search {
  color: #adafac;
  vertical-align: top;
  padding: 12px 8px;
}
.searchform .input-group-btn {
  line-height: 100%;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-default:hover {
  color: #11b719;
  border-color: #fff;
  background: #fff;
}
.btn-outline.btn-primary {
  background: transparent;
  border-color: #262626;
  color: #262626;
}
.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #262626;
  background: #262626;
}
.btn-outline.btn-success {
  background: transparent;
  border-color: #79b530;
  color: #79b530;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #79b530;
  background: #79b530;
}
.btn-outline.btn-info {
  background: transparent;
  border-color: #03a9f4;
  color: #03a9f4;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #03a9f4;
  background: #03a9f4;
}
.btn-outline.btn-danger {
  background: transparent;
  border-color: #e44343;
  color: #e44343;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #e44343;
  background: #e44343;
}
.btn-outline.btn-warning {
  background: transparent;
  border-color: #ff8b00;
  color: #ff8b00;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #ff8b00;
  background: #ff8b00;
}

.btn-inverse.btn-primary:hover {
  color: #262626;
  background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
  color: #79b530;
  background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
  color: #03a9f4;
  background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
  color: #e44343;
  background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
  color: #ff8b00;
  background: #FFFFFF;
}
.btn-inverse.btn-theme:hover {
  color: #11b719;
  background: #FFFFFF;
}

.btn-theme {
  color: #fff;
  background-color: #11b719;
  border-color: #11b719;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #0d8813;
  border-color: #0d8813;
}
.btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
  background-image: none;
}
.btn-theme.disabled, .btn-theme.disabled:hover, .btn-theme.disabled:focus, .btn-theme.disabled:active, .btn-theme.disabled.active, .btn-theme[disabled], .btn-theme[disabled]:hover, .btn-theme[disabled]:focus, .btn-theme[disabled]:active, .btn-theme[disabled].active, fieldset[disabled] .btn-theme, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .btn-theme.active {
  background-color: #11b719;
  border-color: #11b719;
}
.btn-theme .badge {
  color: #11b719;
  background-color: #fff;
}
.btn-theme:focus, .btn-theme:hover {
  color: #fff;
}

.btn-theme-second {
  color: #fff;
  background-color: #feac36;
  border-color: #feac36;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  color: #fff;
  background-color: #fe9703;
  border-color: #fe9703;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
  background-color: #feac36;
  border-color: #feac36;
}
.btn-theme-second .badge {
  color: #feac36;
  background-color: #fff;
}
.btn-theme-second:focus, .btn-theme-second:hover {
  color: #fff;
}

.btn-theme.btn-outline {
  color: #11b719;
  border-color: #11b719;
  background: transparent;
}
.btn-theme.btn-outline:hover, .btn-theme.btn-outline:focus {
  color: #fff;
  background: #11b719;
  border-color: #11b719;
}

.deleted,
.btn-remove-job-applied {
  color: #e44343 !important;
}

.btn-action-icon > span {
  margin-left: 5px;
}
.rtl .btn-action-icon > span {
  margin-right: 5px;
  margin-left: 0px;
}

.readmore {
  font-weight: 600;
  color: #11b719;
  display: inline-block;
  padding: 0 0 5px;
  position: relative;
}
.readmore:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.2s ease-in-out 0s;
  -o-transition: width 0.2s ease-in-out 0s;
  transition: width 0.2s ease-in-out 0s;
  width: 0;
  height: 2px;
  background: #11b719;
}
.readmore i {
  margin-left: 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .readmore i {
  margin-right: 5px;
  margin-left: 0px;
}
.readmore:hover:before, .readmore:focus:before {
  left: 0;
  width: 100%;
}

.view-detail {
  font-weight: 600;
  color: #11b719;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}
.view-detail:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #11b719;
  bottom: -2px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.view-detail:hover:before, .view-detail:focus:before {
  left: 0;
  width: 100%;
}
.view-detail i {
  margin-left: 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .view-detail i {
  margin-right: 5px;
  margin-left: 0px;
}

/* 4. layout */
/*------------------------------------*\
    Header
\*------------------------------------*/
body.page-template-page-dashboard #apus-header,
body.fix-header #apus-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
}

.together-sidebar-account {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.together-sidebar-account:hover {
  color: #11b719;
}

.top-wrapper-menu {
  position: relative;
}
.top-wrapper-menu .btn {
  padding: 0;
  border: none;
  color: #657582;
  text-transform: uppercase;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: transparent;
}
.top-wrapper-menu .btn.login {
  font-size: 14px;
  position: relative;
  padding: 0 20px 0 0px;
}
.rtl .top-wrapper-menu .btn.login {
  padding: 0 0px 0 20px;
}
.top-wrapper-menu .btn.login:hover {
  color: #11b719;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-wrapper-menu .btn.login:focus {
  color: #11b719;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-wrapper-menu .btn.login:focus-within {
  color: #11b719;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-wrapper-menu .btn.login:active {
  color: #11b719;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-wrapper-menu .btn.register {
  color: #fff;
  font-size: 14px;
  min-height: auto;
  padding: 5px 15px;
  border: none;
  background-color: #11b719;
}
.top-wrapper-menu .btn.register > i {
  font-size: 12px;
  margin-right: 3px;
}
.rtl .top-wrapper-menu .btn.register > i {
  margin-left: 3px;
  margin-right: 0px;
}
.top-wrapper-menu .btn.register:hover {
  background-color: #0fa016;
}
.top-wrapper-menu .btn.register:focus {
  background-color: #0fa016;
}
.top-wrapper-menu .btn.register:focus-within {
  background-color: #0fa016;
}
.top-wrapper-menu .btn.register:active {
  background-color: #0fa016;
}
.top-wrapper-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}
.top-wrapper-menu.author-verify {
  margin-right: 15px;
}
.rtl .top-wrapper-menu.author-verify {
  margin-left: 15px;
  margin-right: 0px;
}
.top-wrapper-menu .inner-top-menu {
  margin-top: 10px;
  padding: 15px 20px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 9;
  min-width: 150px;
  text-align: left;
}
.rtl .top-wrapper-menu .inner-top-menu {
  left: 0;
  right: auto;
}
.rtl .top-wrapper-menu .inner-top-menu {
  text-align: right;
}
.top-wrapper-menu:hover .inner-top-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  background: #fff;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.top-wrapper-menu .header_customer_login {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 320px;
  z-index: 9;
}
.rtl .top-wrapper-menu .header_customer_login {
  left: 0;
  right: auto;
}
.top-wrapper-menu:hover .header_customer_login {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  background: #fff;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.top-wrapper-menu .infor-account .avatar-wrapper {
  border: 3px solid #edf1f4;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.rtl .top-wrapper-menu .infor-account .avatar-wrapper {
  float: right;
}
.top-wrapper-menu .infor-account .avatar-wrapper img {
  margin: 0;
}
.top-wrapper-menu .infor-account .name-acount {
  text-transform: capitalize;
  padding-left: 10px;
  width: calc(100%- 54px);
}
.rtl .top-wrapper-menu .infor-account .name-acount {
  padding-right: 10px;
  padding-left: 0px;
}
.top-wrapper-menu .infor-account .name-acount i {
  font-size: 10px;
  margin-left: 3px;
}
.rtl .top-wrapper-menu .infor-account .name-acount i {
  margin-right: 3px;
  margin-left: 0px;
}

.header_customer_login {
  padding: 30px;
}
.header_customer_login .title {
  margin: 0 0 10px;
  font-size: 25px;
}

.header-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.header-left {
  max-width: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.header-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.header-default {
  padding: 25px 0;
}
.header-default .megamenu > li {
  margin-right: 20px;
}
.rtl .header-default .megamenu > li {
  margin-left: 20px;
  margin-right: 0px;
}
.header-default .megamenu > li:last-child {
  margin-right: 0;
}
.rtl .header-default .megamenu > li:last-child {
  margin-left: 0;
  margin-right: 0px;
}

.header-mobile {
  padding: 15px 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #e8eef1;
}
.header-mobile .btn-showmenu {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 8px;
  font-size: 20px;
}
.header-mobile .btn-menu-account {
  font-size: 22px;
}

.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}
.sticky-header .vertical-wrapper.show-always .content-vertical {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_transparent .apus-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) {
  background: transparent !important;
}
.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-register,
.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-login {
  color: #fff;
}
.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) {
  background: transparent !important;
}
.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) .apus-user-register,
.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) .apus-user-login {
  color: #fff;
}
.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) .top-wrapper-menu .infor-account .name-acount {
  color: #fff;
}
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a {
  color: #fff;
}

body.header_fixed .apus-header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

.main-sticky-header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.apus-header {
  z-index: 90;
  position: relative;
  font-size: 14px;
}
.apus-header .show-main-menu {
  font-size: 30px;
  line-height: 1;
  color: #1C2733;
}
.apus-header .show-main-menu:hover, .apus-header .show-main-menu:focus, .apus-header .show-main-menu.active {
  color: #11b719;
}

.over-dark {
  cursor: not-allowed;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .over-dark {
  left: 0;
  right: auto;
}
.over-dark.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu-center .navbar-nav.megamenu {
  float: none;
  text-align: center;
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.apus-breadcrumb {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 0 30px;
  text-align: left;
  font-size: 16px;
}
.apus-breadcrumb .breadcrumb-title {
  color: #ccc;
  margin: 0;
  font-weight: 300;
  font-size: 48px;
}
.apus-breadcrumb nav {
  text-align: left;
  line-height: 30px;
}
.rtl .apus-breadcrumb nav {
  text-align: right;
}
.apus-breadcrumb nav a {
  color: #000;
}

/*------------------------------------*\
    Container
\*------------------------------------*/
.apus-mainbody {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
.apus-content {
  background: #fff;
}
.apus-content:before, .apus-content:after {
  content: " ";
  display: table;
}
.apus-content:after {
  clear: both;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.navigation {
  display: block;
  clear: both;
}

.pagination,
.apus-pagination {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.pagination.pagination-woo,
.apus-pagination.pagination-woo {
  padding-bottom: 0;
}
.pagination li,
.apus-pagination li {
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .pagination li, .lt-ie8
.apus-pagination li {
  display: inline;
  zoom: 1;
}
.pagination li > span, .pagination li > a,
.apus-pagination li > span,
.apus-pagination li > a {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 0 10px;
  margin: 0 3px;
  float: none;
  color: #1C2733;
  background: #fff;
  min-width: 46px;
  line-height: 46px;
  border: 1px solid #e8eef1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lt-ie8 .pagination li > span, .lt-ie8 .pagination li > a, .lt-ie8
.apus-pagination li > span, .lt-ie8
.apus-pagination li > a {
  display: inline;
  zoom: 1;
}
.pagination li > span:hover, .pagination li > a:hover,
.apus-pagination li > span:hover,
.apus-pagination li > a:hover {
  background: #fff;
  color: #11b719;
  border-color: #11b719;
}
.pagination li > span:focus, .pagination li > a:focus,
.apus-pagination li > span:focus,
.apus-pagination li > a:focus {
  background: #fff;
  color: #11b719;
  border-color: #11b719;
}
.pagination li > span:focus-within, .pagination li > a:focus-within,
.apus-pagination li > span:focus-within,
.apus-pagination li > a:focus-within {
  background: #fff;
  color: #11b719;
  border-color: #11b719;
}
.pagination li > span:active, .pagination li > a:active,
.apus-pagination li > span:active,
.apus-pagination li > a:active {
  background: #fff;
  color: #11b719;
  border-color: #11b719;
}
.pagination li > span.current, .pagination li > a.current,
.apus-pagination li > span.current,
.apus-pagination li > a.current {
  color: #fff;
  background: #11b719;
  border-color: #11b719;
}
.pagination > span, .pagination > a,
.apus-pagination > span,
.apus-pagination > a {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px;
  margin: 0 3px;
  display: inline-block;
  float: none;
  color: #1C2733;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: transparent;
  min-width: 46px;
  line-height: 46px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination > span:hover, .pagination > a:hover,
.apus-pagination > span:hover,
.apus-pagination > a:hover {
  background: #fff;
  color: #11b719;
}
.pagination > span:focus, .pagination > a:focus,
.apus-pagination > span:focus,
.apus-pagination > a:focus {
  background: #fff;
  color: #11b719;
}
.pagination > span:focus-within, .pagination > a:focus-within,
.apus-pagination > span:focus-within,
.apus-pagination > a:focus-within {
  background: #fff;
  color: #11b719;
}
.pagination > span:active, .pagination > a:active,
.apus-pagination > span:active,
.apus-pagination > a:active {
  background: #fff;
  color: #11b719;
}
.pagination > span.current, .pagination > a.current,
.apus-pagination > span.current,
.apus-pagination > a.current {
  color: #fff;
  background: #11b719;
}
.pagination > span i, .pagination > a i,
.apus-pagination > span i,
.apus-pagination > a i {
  font-size: 12px;
}
.pagination ul.page-numbers,
.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination .next,
.pagination .prev,
.apus-pagination .next,
.apus-pagination .prev {
  font-size: 15px !important;
}
.pagination .next > i,
.pagination .prev > i,
.apus-pagination .next > i,
.apus-pagination .prev > i {
  font-size: 11px;
  font-weight: 700;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.apus-footer {
  background: transparent;
  position: relative;
  color: #667488;
  font-size: 15px;
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.apus-copyright {
  color: #a4a8ad;
  background: #161f28;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.apus-copyright a {
  color: #11b719;
}
.apus-copyright a:hover {
  color: #fff;
}
.apus-copyright a:focus {
  color: #fff;
}
.apus-copyright a:focus-within {
  color: #fff;
}
.apus-copyright a:active {
  color: #fff;
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.apus-offcanvas {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 300px;
  background: #fff;
  height: 100%;
  overflow-x: auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.apus-offcanvas .apus-offcanvas-body {
  position: relative;
}
.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
  height: 20%;
}
.apus-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden;
}
.apus-offcanvas.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
.apus-offcanvas .offcanvas-head {
  background: #e44343;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-offcanvas .offcanvas-head:hover, .apus-offcanvas .offcanvas-head:active {
  background: #d51f1f;
}
.apus-offcanvas .offcanvas-head i {
  margin-right: 5px;
}
.rtl .apus-offcanvas .offcanvas-head i {
  margin-left: 5px;
  margin-right: 0px;
}
.apus-offcanvas .offcanvas-head a {
  color: #fff;
}
.apus-offcanvas .logo-in-theme {
  margin-bottom: 30px;
}
.apus-offcanvas .header-right > div {
  margin-left: 30px;
}
.rtl .apus-offcanvas .header-right > div {
  margin-right: 30px;
  margin-left: 0px;
}
.apus-offcanvas .header-right > div:last-child {
  margin-left: 0px;
}
.rtl .apus-offcanvas .header-right > div:last-child {
  margin-right: 0px;
  margin-left: 0px;
}
.apus-offcanvas .elementor-column {
  width: 100% !important;
}
.apus-offcanvas .elementor-column .elementor-column-wrap, .apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}
.apus-offcanvas .elementor-column .widget {
  margin-bottom: 10px;
}

.open-text {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  background: #79b530;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.open-text:hover, .open-text:active {
  color: #fff;
  background: #6ca12b;
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: not-allowed;
  visibility: hidden;
}
.mobile-sidebar-panel-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.apus-footer-mobile .footer-search-mobile {
  position: absolute;
  z-index: 999;
  left: 0;
  top: -60px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-footer-mobile .footer-search-mobile.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-footer-mobile > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.apus-footer-mobile > ul > li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.apus-footer-mobile > ul > li span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
.apus-footer-mobile > ul > li .wishlist-icon, .apus-footer-mobile > ul > li .mini-cart {
  line-height: 1.63;
}
.apus-footer-mobile > ul > li .wrapper-morelink {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}
.apus-footer-mobile > ul > li .wrapper-morelink li {
  padding: 3px 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: left;
}
.rtl .apus-footer-mobile > ul > li .wrapper-morelink li {
  text-align: right;
}
.apus-footer-mobile > ul > li .wrapper-morelink.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-footer-mobile .mini-cart i {
  font-size: 15px;
}
.apus-footer-mobile .mini-cart .count {
  top: 2px;
}
.apus-footer-mobile .apus-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}
.apus-footer-mobile .apus-search-form .select-category {
  display: none;
}
.apus-footer-mobile .apus-search-form form {
  border: none;
  margin: 0;
}
.apus-footer-mobile .apus-search-form form .form-control {
  border: 1px solid #e8eef1;
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}

.mobile-sidebar-btn {
  color: #fff !important;
  background: #ff8b00 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 700;
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  position: fixed;
  z-index: 3;
  top: 30%;
  left: 0;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}
.mobile-sidebar-btn.mobile-left {
  right: 0;
  left: initial;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.mobile-sidebar-btn:focus, .mobile-sidebar-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mobile-sidebar-btn-default {
  position: static;
  width: auto;
  padding: 0 12px;
  margin-bottom: 15px;
}
.mobile-sidebar-btn-default i {
  margin-right: 5px;
}
.rtl .mobile-sidebar-btn-default i {
  margin-left: 5px;
  margin-right: 0px;
}

.close-sidebar-btn:active, .close-sidebar-btn:hover {
  color: #e44343;
}

.close-sidebar-btn {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8eef1;
  width: 100%;
  text-align: center;
  color: #e44343;
}

@media (max-width: 991px) {
  .sidebar:not(.sidebar-job) {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 12;
    top: 0px;
    width: 320px;
    height: 100vh;
    max-width: 80%;
    background: #fff;
    position: fixed;
    padding: 15px;
    background: #f6f9fc;
  }
  .sidebar:not(.sidebar-job).sidebar-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar:not(.sidebar-job).sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar:not(.sidebar-job).sidebar-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar:not(.sidebar-job).sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9;
}
.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

/* 5. menu */
.navbar.apus-megamenu {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.megamenu {
  padding: 0;
  float: none;
}
.megamenu .menu-item-description {
  font-size: 14px;
  text-transform: capitalize;
}
.megamenu > li {
  padding: 0;
  margin: 0;
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.lt-ie8 .megamenu > li {
  display: inline;
  zoom: 1;
}
.rtl .megamenu > li {
  margin-left: 20px;
  margin-right: 0px;
}
@media only screen and (min-width: 1168px) {
  .megamenu > li {
    margin-right: 35px;
  }
  .rtl .megamenu > li {
    margin-left: 35px;
    margin-right: 0px;
  }
}
.megamenu > li:last-child {
  margin-right: 0;
}
.rtl .megamenu > li:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.megamenu > li:before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  background-color: transparent;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 10px;
}
.rtl .megamenu > li:before {
  right: 0;
  left: auto;
}
.megamenu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
  position: relative;
  text-transform: uppercase;
  background: transparent !important;
  color: #657582;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lt-ie8 .megamenu > li > a {
  display: inline;
  zoom: 1;
}
.megamenu > li > a .fa, .megamenu > li > a img {
  max-width: 50px;
  margin-left: 3px;
}
.rtl .megamenu > li > a .fa, .rtl .megamenu > li > a img {
  margin-right: 3px;
  margin-left: 0px;
}
.megamenu > li > a:hover {
  color: #11b719;
}
.megamenu > li > a:focus {
  color: #11b719;
}
.megamenu > li > a:focus-within {
  color: #11b719;
}
.megamenu > li > a:active {
  color: #11b719;
}
.megamenu > li > a > .caret {
  margin: 0;
  border: none;
}
.megamenu > li > a > .caret:before {
  font-size: 8px;
  line-height: 1;
  border: none;
  margin-top: 0;
  color: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .megamenu > li > a > .caret:before {
  left: 0;
  right: auto;
}
.megamenu > li:hover > a, .megamenu > li.active > a {
  color: #11b719;
}
.megamenu > li.aligned-left .dropdown-menu:before {
  left: 20px;
}
.rtl .megamenu > li.aligned-left .dropdown-menu:before {
  right: 20px;
  left: auto;
}
.megamenu > li.aligned-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .megamenu > li.aligned-right > .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .megamenu > li.aligned-right > .dropdown-menu {
  left: 0;
  right: auto;
}
.megamenu > li.aligned-right > .dropdown-menu:before {
  right: 20px;
}
.rtl .megamenu > li.aligned-right > .dropdown-menu:before {
  left: 20px;
  right: auto;
}
.megamenu > li > .dropdown-menu {
  outline: none;
}
.megamenu > li.dropdown > a, .megamenu > li.has-mega-menu > a {
  padding-right: 10px;
}
.rtl .megamenu > li.dropdown > a, .rtl .megamenu > li.has-mega-menu > a {
  padding-left: 10px;
  padding-right: 0px;
}
.megamenu > li:hover:before {
  pointer-events: auto;
}
.megamenu .aligned-fullwidth > .dropdown-menu {
  padding: 50px 30px 30px;
}
.megamenu .dropdown-menu {
  background-color: #fff;
  margin: 1px 0 0;
  position: absolute;
  top: 100%;
  padding: 0 20px;
  visibility: hidden;
  min-width: 200px;
  z-index: 9;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.rtl .megamenu .dropdown-menu {
  right: 0;
  left: auto;
}
.megamenu .dropdown-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 16px;
  height: 16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  display: block;
}
.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  color: #11b719;
  font-family: "Poppins", Arial, sans-serif;
  margin-left: 5px;
}
.rtl .megamenu .dropdown-menu .text-label {
  margin-right: 5px;
  margin-left: 0px;
}
.megamenu .dropdown-menu .text-label.label-hot {
  color: #e44343;
}
.megamenu .dropdown-menu .text-label.label-new {
  color: #79b530;
}
.megamenu .dropdown-menu .current-menu-item > a {
  color: #fff;
}
.megamenu .dropdown-menu li {
  padding: 0 17px;
  margin: 0;
}
.megamenu .dropdown-menu li > a {
  position: relative;
  color: #272f46;
  font-size: 16px;
  border-bottom: 1px solid #e8eef1;
  width: 100%;
  padding: 8px 0;
  background: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lt-ie8 .megamenu .dropdown-menu li > a {
  display: inline;
  zoom: 1;
}
.megamenu .dropdown-menu li > a:hover {
  color: #11b719;
}
.megamenu .dropdown-menu li > a:focus {
  color: #11b719;
}
.megamenu .dropdown-menu li > a:focus-within {
  color: #11b719;
}
.megamenu .dropdown-menu li > a:active {
  color: #11b719;
}
.megamenu .dropdown-menu li > a b {
  top: 7px;
  position: absolute;
  right: 10px;
  margin: 0;
  border: none;
}
.rtl .megamenu .dropdown-menu li > a b {
  left: 10px;
  right: auto;
}
.megamenu .dropdown-menu li > a b:before {
  font-size: 8px;
  content: "";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.megamenu .dropdown-menu li:hover > a, .megamenu .dropdown-menu li.current-menu-item > a, .megamenu .dropdown-menu li.open > a, .megamenu .dropdown-menu li.active > a {
  color: #11b719;
}
.megamenu .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.megamenu .dropdown-menu li .dropdown-menu:before {
  display: none;
}
.megamenu .dropdown-menu li .dropdown-menu li a {
  border-bottom: 1px solid #e8eef1;
}
.megamenu .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: 0px;
}
.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  text-align: left;
}
.rtl .megamenu .dropdown-menu .widget-title, .rtl
.megamenu .dropdown-menu .widgettitle {
  text-align: right;
}
.megamenu .dropdown-menu .widget-title:before, .megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
  display: none;
}
.megamenu .dropdown-menu .dropdown-menu {
  overflow: hidden;
  visibility: hidden;
  padding: 10px 0;
  border: none;
  position: absolute;
  display: block;
  top: -10px;
  background: #fff;
  margin: 0;
  left: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rtl .megamenu .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}
.megamenu .dropdown-menu .dropdown-menu:before {
  display: none;
}
.megamenu .dropdown-menu li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.megamenu .apus-container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.megamenu .has-mega-menu.aligned-fullwidth {
  position: static;
}
.megamenu li.aligned-fullwidth > .dropdown-menu {
  width: 100%;
  left: 0 !important;
}
.megamenu > li > a > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #03a9f4;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .megamenu > li > a > .text-label {
  left: -15px;
  right: auto;
}
.megamenu > li > a > .text-label.label-hot {
  background: #e44343;
}
.megamenu > li > a > .text-label.label-hot:before {
  border-color: #e44343 transparent transparent #e44343;
}
.megamenu > li > a > .text-label.label-new {
  background: #79b530;
}
.megamenu > li > a > .text-label.label-new:before {
  border-color: #79b530 transparent transparent #79b530;
}
.megamenu > li > a > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #03a9f4 transparent transparent #03a9f4;
}
.rtl .megamenu > li > a > .text-label:before {
  right: 7px;
  left: auto;
}

.megamenu.effect1 > li.has-mega-menu > .dropdown-menu {
  padding: 0 15px;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.megamenu.effect1 > li.has-mega-menu > .dropdown-menu > .dropdown-menu-inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
}
.megamenu.effect1 > li.has-mega-menu > .dropdown-menu li {
  padding: 0;
}
.megamenu.effect1 > li.dropdown > .dropdown-menu {
  min-width: 200px;
}
.megamenu.effect1 > li > .dropdown-menu {
  display: block;
  background: #fff;
  visibility: hidden;
  border: none;
  top: 100%;
  margin-top: 0;
  padding: 10px 0;
  top: calc(100% + 10px);
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.megamenu.effect1 > li:hover > .dropdown-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-nav-menu.inline .menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 0;
}
.lt-ie8 .widget-nav-menu.inline .menu li {
  display: inline;
  zoom: 1;
}
.rtl .widget-nav-menu.inline .menu li {
  margin-left: 12px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .widget-nav-menu.inline .menu li {
    margin-right: 28px;
  }
  .rtl .widget-nav-menu.inline .menu li {
    margin-left: 28px;
    margin-right: 0px;
  }
}
.widget-nav-menu.inline .menu li:last-child {
  margin-right: 0;
}
.rtl .widget-nav-menu.inline .menu li:last-child {
  margin-left: 0;
  margin-right: 0px;
}

.mobile-vertical-menu .navbar-nav li {
  border-bottom: 1px dashed #e8eef1;
}
.mobile-vertical-menu .navbar-nav li:last-child {
  border-bottom: 0;
}
.mobile-vertical-menu .navbar-nav li > a {
  padding: 5px 0;
}
.mobile-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #11b719;
  font-family: "Poppins", Arial, sans-serif;
}
.rtl .mobile-vertical-menu .text-label {
  margin-right: 5px;
  margin-left: 0px;
}
.mobile-vertical-menu .text-label.label-hot {
  color: #e44343;
}
.mobile-vertical-menu .text-label.label-new {
  color: #79b530;
}

.main-mobile-menu {
  float: none;
}
.main-mobile-menu > li {
  float: none;
}
.main-mobile-menu .has-submenu > .sub-menu {
  padding-left: 30px;
  list-style: none;
  display: none;
}
.rtl .main-mobile-menu .has-submenu > .sub-menu {
  padding-right: 30px;
  padding-left: 0px;
}
.main-mobile-menu .has-submenu > .sub-menu li > .icon-toggle {
  top: 8px;
}
.main-mobile-menu .has-submenu > .sub-menu li a {
  font-size: 14px;
  padding: 2px 0;
}
.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px;
  text-align: inherit;
}
.main-mobile-menu .sub-menu {
  max-width: 100%;
}
.main-mobile-menu .shop-list-small {
  margin-bottom: 10px;
}
.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #11b719;
  font-family: "Poppins", Arial, sans-serif;
}
.rtl .main-mobile-menu .text-label {
  margin-right: 5px;
  margin-left: 0px;
}
.main-mobile-menu .text-label.label-hot {
  color: #e44343;
}
.main-mobile-menu .text-label.label-new {
  color: #79b530;
}

.wrapper-topmenu .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.topmenu-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.topmenu-menu i {
  margin-right: 10px;
}
.rtl .topmenu-menu i {
  margin-left: 10px;
  margin-right: 0px;
}
.topmenu-menu i:before {
  margin: 0;
}
.topmenu-menu > li {
  float: none;
  white-space: nowrap;
  margin-bottom: 7px;
}
.topmenu-menu > li:last-child {
  margin-bottom: 0;
}
.topmenu-menu > li > a {
  background: transparent !important;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.topmenu-menu > li.active > a {
  color: #11b719;
}

.mm-menu {
  background: #fff;
  color: #667488;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.mm-menu .mm-listview .mm-next::before {
  border: none;
}
.mm-menu .mm-panel {
  width: 100% !important;
}
.mm-menu .mm-panel .dropdown-menu-inner {
  padding-top: 30px;
  margin: -20px -20px 20px;
}
.mm-menu .mm-panel:first-child .mm-listview > li > a {
  text-transform: uppercase;
}
.mm-menu .mm-listview > li > a {
  color: #1C2733;
  background: transparent !important;
  padding-left: 15px;
  line-height: 2;
}
.rtl .mm-menu .mm-listview > li > a {
  padding-right: 15px;
  padding-left: 0px;
}
.mm-menu .mm-listview > li > a:hover, .mm-menu .mm-listview > li > a:focus {
  color: #11b719;
}
.mm-menu .mm-listview > li > a .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #03a9f4;
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .mm-menu .mm-listview > li > a .text-label {
  left: 50px;
  right: auto;
}
.mm-menu .mm-listview > li > a .text-label.label-hot {
  background: #e44343;
}
.mm-menu .mm-listview > li > a .text-label.label-hot:before {
  border-color: #e44343 transparent transparent #e44343;
}
.mm-menu .mm-listview > li > a .text-label.label-new {
  background: #79b530;
}
.mm-menu .mm-listview > li > a .text-label.label-new:before {
  border-color: #79b530 transparent transparent #79b530;
}
.mm-menu .mm-listview > li > a .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #03a9f4 transparent transparent #03a9f4;
}
.rtl .mm-menu .mm-listview > li > a .text-label:before {
  right: 7px;
  left: auto;
}
.mm-menu .mm-listview .menu-item-description {
  font-size: 12px;
}
.mm-menu .mm-listview > li:after {
  display: none;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #1C2733;
}
.mm-menu .mm-listview > li .mm-next:hover:after, .mm-menu .mm-listview > li .mm-next:focus:after {
  border-color: #11b719;
}
.mm-menu .mm-listview > li.active > a {
  color: #11b719;
}
.mm-menu .mm-listview > li.active > .mm-next:after {
  border-color: #11b719;
}
.mm-menu .mm-btn:before {
  border-color: #1C2733;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.mm-menu .mm-btn:hover:before, .mm-menu .mm-btn:focus:before {
  border-color: #11b719;
}
.mm-menu .mm-title {
  background: #fff;
  padding: 15px 0;
  font-weight: 700;
  font-size: 17px;
  height: auto;
  color: #272f46 !important;
}
.mm-menu .mm-navbar {
  padding: 0;
}
.mm-menu .mm-navbar .mm-btn {
  top: 7px;
}
.mm-menu .widget .widget-title, .mm-menu .widget .widgettitle, .mm-menu .widget .widget-heading {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.mm-menu .widget .widget-title:before, .mm-menu .widget .widgettitle:before, .mm-menu .widget .widget-heading:before {
  display: none;
}
.mm-menu li.text-title {
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
  color: #272f46;
  text-align: center;
  border: 0 !important;
}
.mm-menu li.text-title ~ li {
  font-size: 13px;
  padding-left: 20px;
}
.mm-menu li.text-title ~ li a {
  padding: 7px;
  text-transform: capitalize !important;
}
.mm-menu li.text-title ~ li i {
  margin-right: 7px;
}
.rtl .mm-menu li.text-title ~ li i {
  margin-left: 7px;
  margin-right: 0px;
}
.rtl .mm-menu li.text-title ~ li {
  padding-right: 20px;
  padding-left: 0px;
}

.mm-panels > .mm-panel > .mm-listview {
  padding-top: 12px;
}
.mm-panels > .mm-panel > .mm-listview > li {
  border-top: 1px solid #e8eef1;
}
.mm-panels > .mm-panel > .mm-listview > li.space-20 {
  border: none;
}

html .mm-menu ~ .mm-slideout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: -100;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

html.mm-opening .mm-menu ~ .mm-slideout:before {
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: not-allowed;
}

html.mm-opened {
  position: static !important;
}

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.top-menu > li > a {
  padding: 0 15px;
  text-transform: capitalize;
}

#mm-blocker {
  z-index: 999990;
}

.mm-menu.mm-offcanvas {
  z-index: 999991;
}
.mm-menu.mm-offcanvas .social-top:after {
  display: none;
}
.mm-menu.mm-offcanvas .social-top a {
  display: inline-block;
  font-size: 16px;
}
.mm-menu.mm-offcanvas .social-top a:hover, .mm-menu.mm-offcanvas .social-top a:active {
  color: #11b719;
}
.mm-menu.mm-offcanvas .widget {
  margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper {
  padding: 10px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
  margin-bottom: 15px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
  margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
  display: none;
}
.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
  margin-top: 0;
}

.mm-menu.mm-offcanvas {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  display: block;
}

.mm-menu.mm-offcanvas.mm-opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
  font-weight: 400;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-right: 5px;
  min-width: 20px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-left: 5px;
  margin-right: 0px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
  color: #11b719;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
  max-width: 100%;
  display: none;
  padding: 0 15px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
  display: none;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-left: 20px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-right: 20px;
  padding-left: 0px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
  padding: 0;
  font-size: 14px;
}
.mobile-vertical-menu .widget {
  margin-bottom: 10px;
}

/* 6. pages */
.main-page #respond .comment-reply-title {
  margin: 0 !important;
}
.main-page #comments {
  clear: both;
}
@media (min-width: 1200px) {
  .main-page #comments {
    margin-bottom: 20px;
  }
}

.main-content {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1168px) {
  .main-content {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

#apus-main-content {
  position: relative;
}

.candidates-filter-top-sidebar-wrapper,
.employers-filter-top-sidebar-wrapper,
.jobs-filter-top-sidebar-wrapper {
  margin-top: -30px;
}

body.no-footer #apus-footer {
  display: none !important;
}

div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px;
}

.contact-form-content {
  padding: 30px;
  background: white;
  min-height: 260px;
}
.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #cccccc;
}
.rtl .contact-form-content .rounded {
  margin-left: 10px;
  margin-right: 0px;
}
.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px;
}
.contact-form-content small {
  color: #3a424e;
}

.page-404 {
  padding: 40px 0;
}
@media only screen and (min-width: 1168px) {
  .page-404 {
    padding: 80px 0;
  }
}
.page-404 .top-image {
  margin-bottom: 0;
}

.btn-back-home {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #11b719;
  border: 2px solid #11b719;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  padding: 10px 35px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.63;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.btn-back-home:hover {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.btn-back-home:focus {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.btn-back-home:focus-within {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.btn-back-home:active {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.btn-back-home:visited {
  text-decoration: none;
}
.btn-back-home.disabled, .btn-back-home[disabled], fieldset[disabled] .btn-back-home {
  cursor: not-allowed;
  pointer-events: none;
  border-color: #13ce1c;
  background-color: #13ce1c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-back-home:hover {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-back-home:focus {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-back-home:focus-within {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-back-home:active {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title-big {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .title-big {
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    color: #272f46;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 55px;
    line-height: 55px;
  }
}

.inner-dashboard .widget {
  background-color: transparent !important;
}
.inner-dashboard.container-fluid {
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 992px) {
  .inner-dashboard.container-fluid.main-right {
    padding-right: 250px;
  }
  .inner-dashboard.container-fluid.left-main {
    padding-left: 250px;
  }
  .inner-dashboard.container-fluid.active.main-right {
    padding-right: 0;
  }
  .inner-dashboard.container-fluid.active.left-main {
    padding-left: 0;
  }
  .inner-dashboard.container-fluid.active .sidebar-left {
    left: -250px;
  }
  .inner-dashboard.container-fluid.active .sidebar-right {
    right: -250px;
  }
  .inner-dashboard.container-fluid .sidebar {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 0;
    top: 60px;
    width: 250px;
    height: 100vh;
    z-index: 1;
    position: fixed;
    background: #131c23;
  }
  .inner-dashboard.container-fluid .sidebar-left {
    left: 0;
  }
  .inner-dashboard.container-fluid .sidebar-right {
    right: 0;
  }
  .inner-dashboard.container-fluid aside.sidebar {
    height: 100%;
  }
}
.inner-dashboard.container-fluid .main-page {
  width: 100%;
}
.inner-dashboard.container-fluid .elementor-section .elementor-container {
  max-width: 100%;
}
.inner-dashboard .widget_apus_user_short_profile {
  border: 0 !important;
  padding: 0 !important;
}
.inner-dashboard .widget_apus_user_short_profile .user_short_profile {
  padding: 0 !important;
}
.inner-dashboard .sidebar:not(.sidebar-job) {
  padding: 0;
  background: #131c23;
}
.inner-dashboard .close-sidebar-btn {
  margin-bottom: 0;
  border: none;
  padding: 15px;
}

.menu_short_profile {
  background: #1d2a37;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_short_profile a {
  color: #586d82;
}
.menu_short_profile a:hover, .menu_short_profile a:focus {
  color: #fff;
}
.menu_short_profile li a {
  padding: 15px 10px;
  font-weight: 500;
  border-bottom: 1px dashed #283848;
  text-transform: capitalize;
  display: block;
}
.menu_short_profile li a i {
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.rtl .menu_short_profile li a i {
  margin-left: 15px;
  margin-right: 0px;
}
.menu_short_profile li a i:before {
  margin: 0;
}
.menu_short_profile li:hover > a, .menu_short_profile li.active > a {
  background: #151b20;
  color: #fff;
}

@media (min-width: 992px) {
  .wrapper-footer-dashboard[class*="left"],
  .inner-dashboard[class*="left"] {
    padding-left: 250px;
  }
  .wrapper-footer-dashboard[class*="right"],
  .inner-dashboard[class*="right"] {
    padding-right: 250px;
  }
}
.wrapper-footer-dashboard .sidebar:not(.sidebar-job),
.inner-dashboard .sidebar:not(.sidebar-job) {
  padding: 0;
  background: #1d2a37;
}

.top_profile {
  padding: 30px;
}
.top_profile .user-logo {
  margin: 0 0 25px;
}
.top_profile .logo-inner {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.top_profile .logo-inner img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.top_profile .title {
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.top_profile .categories a {
  color: #667488;
}
.top_profile .categories a:hover {
  color: #11b719;
}
.top_profile .categories a:focus {
  color: #11b719;
}
.top_profile .categories a:focus-within {
  color: #11b719;
}
.top_profile .categories a:active {
  color: #11b719;
}

/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.post.no-results {
  margin: 0 0 35px;
}
.post.no-results .widget-search {
  margin-top: 15px;
}
.post.no-results .title-no-results {
  color: #667488;
  margin: 0 0 35px;
}
@media (min-width: 768px) {
  .post.no-results .title-no-results {
    margin: 0 0 90px;
  }
}
@media (min-width: 768px) {
  .post.no-results {
    margin: 0 0 100px;
  }
}

.entry-title {
  font-size: 20px;
  margin: 10px 0;
  word-wrap: break-word;
}
@media only screen and (min-width: 1168px) {
  .entry-title {
    font-size: 26px;
  }
}

.entry-link {
  margin-top: 20px;
}
.entry-link .readmore {
  color: #11b719;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
}
.entry-link .readmore:hover {
  color: #000;
}

.entry-meta {
  margin: 0;
}
.entry-meta .fa, .entry-meta .icon {
  margin-right: 3px;
}
.rtl .entry-meta .fa, .rtl .entry-meta .icon {
  margin-left: 3px;
  margin-right: 0px;
}

.entry-description {
  margin-bottom: 50px;
}

.type-post {
  outline: none;
}
.type-post .sticky-post {
  display: inline-block;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #fff;
  background: #feac36;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-title {
  margin-bottom: 30px;
}

.top-info-post-detail {
  margin-bottom: 15px;
}
.top-info-post-detail > *:after {
  content: "";
  height: 10px;
  margin-left: 18px;
  margin-right: 18px;
  border-left: 1px solid #ddd;
}
.top-info-post-detail > *:last-child:after {
  content: normal;
}

#comments #reply-title {
  margin: 0 !important;
}
#comments .title {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: none;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 32px;
  font-weight: 500;
}

#commentform {
  margin: 25px 0;
}
#commentform label {
  font-weight: 500;
  color: #1C2733;
  margin: 0 0 10px;
}
#commentform .comment-form-cookies-consent {
  font-size: 14px;
}
#commentform .comment-form-cookies-consent label {
  margin-bottom: 0;
  display: inline;
  cursor: pointer;
}
#commentform .form-group {
  margin-bottom: 25px;
}
#commentform .form-group.yourview .review-stars li > * {
  cursor: pointer;
  font-size: 16px;
}
#commentform .form-control {
  outline: none;
  cursor: auto;
  color: #999;
  background-color: #fff;
  border: solid 1px #dde6ef;
  height: 46px;
  padding: 6px 15px;
  filter: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 10px 15px;
}
#commentform .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
#commentform .form-control:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
#commentform .form-control::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
#commentform .form-control:-moz-autofill, #commentform .form-control:-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}
#commentform .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#commentform .form-control:required, #commentform .form-control:optional, #commentform .form-control:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#commentform .form-control:hover {
  border-color: #11b719;
  background-color: #fff;
}
#commentform .form-control:focus {
  border-color: #11b719;
  background-color: #fff;
}
#commentform .form-control:focus-within {
  border-color: #11b719;
  background-color: #fff;
}
#commentform .form-control:active {
  border-color: #11b719;
  background-color: #fff;
}
#commentform textarea.form-control {
  height: auto;
  resize: none;
}
#commentform .form-submit {
  margin-bottom: 30px;
}
#commentform #cancel-comment-reply-link {
  color: #e44343;
}
#commentform #submit {
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#commentform .logged-in-as {
  margin-top: -25px;
  margin-bottom: 25px;
}

.commentform.reset-button-default {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .commentform.reset-button-default {
    margin-top: 50px;
  }
}
.commentform.reset-button-default .comment-respond {
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.commentform.reset-button-default .comment-respond:last-child {
  margin-bottom: 0;
}
.commentform.reset-button-default .comment-respond #commentform {
  margin-bottom: 0;
}

.post-thumb {
  position: relative;
}

.blog-meta {
  top: 0;
  position: absolute;
  right: 0px;
}
.rtl .blog-meta {
  left: 0px;
  right: auto;
}

.top-info-blog {
  font-size: 15px;
}
.top-info-blog > div {
  display: inline-block;
  margin-right: 10px;
}
.rtl .top-info-blog > div {
  margin-left: 10px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .top-info-blog > div {
    margin-right: 25px;
  }
  .rtl .top-info-blog > div {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.top-info-blog > div:last-child {
  margin-right: 0;
}
.rtl .top-info-blog > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.top-info-blog i {
  display: inline-block;
  margin-right: 4px;
  color: #11b719;
}
.rtl .top-info-blog i {
  margin-left: 4px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .top-info-blog i {
    margin-right: 8px;
  }
  .rtl .top-info-blog i {
    margin-left: 8px;
    margin-right: 0px;
  }
}
.top-info-blog a {
  color: #667488;
}
.top-info-blog a:hover, .top-info-blog a:focus {
  color: #1C2733;
}

.post-layout .post-sticky {
  background: #e44343;
  color: #fff;
  padding: 0 15px;
  margin: 5px 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .post-layout .post-sticky {
  display: inline;
  zoom: 1;
}
.post-layout[class*="format-gallery"] .top-image {
  overflow: inherit;
}
.post-layout .top-image {
  position: relative;
}
.post-layout .top-image .list-categories {
  z-index: 2;
  position: absolute;
  left: 15px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.rtl .post-layout .top-image .list-categories {
  right: 15px;
  left: auto;
}
@media (min-width: 768px) {
  .post-layout .top-image .list-categories {
    left: 25px;
  }
  .rtl .post-layout .top-image .list-categories {
    right: 25px;
    left: auto;
  }
}
.post-layout .top-image .list-categories i {
  display: none !important;
}
.post-layout .top-image .categories-name {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  background: #11b719;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 5px 12px;
  color: #fff;
}
.post-layout .top-image .categories-name + a {
  margin-left: 5px;
}
.rtl .post-layout .top-image .categories-name + a {
  margin-right: 5px;
  margin-left: 0px;
}
.post-layout .description {
  margin: 15px 0 0 0;
}
.post-layout iframe {
  max-width: 100%;
}
.post-layout .post-thumbnail {
  overflow: hidden;
  display: block;
  position: relative;
}
.post-layout .post-thumbnail img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.post-layout .more {
  margin-top: 15px;
}
.post-layout:hover .post-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.slick-carousel .post-grid-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-grid-item {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 15px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 768px) {
  .post-grid-item {
    margin-bottom: 30px;
  }
}
.post-grid-item .entry-content {
  padding: 35px 25px 25px;
  border: 1px solid #e8eef1;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}
.post-grid-item .entry-content.has-img {
  border-top: 0;
}
.post-grid-item .entry-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-grid-item:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
}

.post-list-item {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .post-list-item {
    margin-bottom: 50px;
  }
}
.post-list-item .entry-title {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 28px;
}
.post-list-item .entry-title .stick-icon {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .post-list-item .entry-title .stick-icon {
  display: inline;
  zoom: 1;
}
.post-list-item .top-image {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}
.post-list-item .entry-content {
  padding: 25px 15px 15px;
  border: 1px solid #e8eef1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media (min-width: 768px) {
  .post-list-item .entry-content {
    padding: 35px 25px 25px;
  }
}
.post-list-item .entry-content.has-image {
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}
.post-list-item:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.top-info-post-gird > div {
  margin-right: 10px;
}
.rtl .top-info-post-gird > div {
  margin-left: 10px;
  margin-right: 0px;
}
@media only screen and (min-width: 1168px) {
  .top-info-post-gird > div {
    margin-right: 20px;
  }
  .rtl .top-info-post-gird > div {
    margin-left: 20px;
    margin-right: 0px;
  }
}
.top-info-post-gird > div:last-child {
  margin-right: 0;
}
.rtl .top-info-post-gird > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.top-info-post-gird i {
  display: inline-block;
  margin-right: 5px;
}
.rtl .top-info-post-gird i {
  margin-left: 5px;
  margin-right: 0px;
}
.top-info-post-gird a {
  color: #667488;
}
.top-info-post-gird a:hover, .top-info-post-gird a:focus {
  color: #1C2733;
}
.top-info-post-gird .list-categories {
  display: inline-block;
}

.top-blog-info {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8eef1;
}
.top-blog-info i {
  margin-right: 10px;
}
.rtl .top-blog-info i {
  margin-left: 10px;
  margin-right: 0px;
}
.top-blog-info .categories {
  margin-right: 35px;
}
.rtl .top-blog-info .categories {
  margin-left: 35px;
  margin-right: 0px;
}
.top-blog-info .author a {
  color: #11b719;
}
.top-blog-info a {
  color: #667488;
}
.top-blog-info a:hover, .top-blog-info a:active {
  color: #11b719;
}

/*------------------------------------*\
    Post detail
\*------------------------------------*/
.sharebox {
  margin-bottom: 30px;
}
.sharebox .sharebox-title {
  margin: 10px 0;
}

.entry-title-detail {
  font-size: 25px;
  margin: 0 0 15px;
  word-wrap: break-word;
}
@media only screen and (min-width: 1168px) {
  .entry-title-detail {
    font-size: 36px;
  }
}

.entry-content-detail {
  padding: 20px;
  background: #fff;
  border: 1px solid #e8eef1;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (min-width: 1168px) {
  .entry-content-detail {
    padding: 30px 25px 25px;
    margin-bottom: 50px;
  }
}
.entry-content-detail.has-img-featured {
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}
.entry-content-detail .entry-title {
  font-weight: 500;
  margin-top: 0;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .entry-content-detail .entry-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
}

.tag-links,
.post-share {
  margin-bottom: 10px;
}
.tag-links span i,
.post-share span i {
  margin-right: 5px;
}
.rtl .tag-links span i, .rtl
.post-share span i {
  margin-left: 5px;
  margin-right: 0px;
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list .comment-respond {
  padding-bottom: 20px;
}
.comment-list #cancel-comment-reply-link {
  color: #e44343;
}
.comment-list .comment-author {
  font-size: 14px;
}
.comment-list .comment-author .date {
  white-space: nowrap;
}
.comment-list .comment-author .comment-edit-link {
  display: inline-block;
  margin-right: 5px;
}
.rtl .comment-list .comment-author .comment-edit-link {
  margin-left: 5px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .comment-list .comment-author .comment-edit-link {
    margin-right: 15px;
  }
  .rtl .comment-list .comment-author .comment-edit-link {
    margin-left: 15px;
    margin-right: 0px;
  }
}
.comment-list .name-comment {
  color: #272f46;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 3px;
}
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.rtl .comment-list .children {
  padding-right: 15px;
  padding-left: 0px;
}
@media only screen and (min-width: 1168px) {
  .comment-list .children {
    padding-left: 75px;
  }
  .rtl .comment-list .children {
    padding-right: 75px;
    padding-left: 0px;
  }
}
.comment-list .comment-edit-link {
  color: #e44343;
}
.comment-list .comment-reply-link {
  color: #11b719;
}
.comment-list .comment-box {
  overflow: hidden;
}
.comment-list .comment-text {
  margin-top: 12px;
}
.comment-list .comment-text p:last-child {
  margin: 0;
}
.comment-list div.avatar {
  width: 80px;
  padding-right: 15px;
  float: left;
}
.rtl .comment-list div.avatar {
  padding-left: 15px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .comment-list div.avatar {
    padding-right: 30px;
    width: 100px;
  }
  .rtl .comment-list div.avatar {
    padding-left: 30px;
    padding-right: 0px;
  }
}
.rtl .comment-list div.avatar {
  float: right;
}
.comment-list div.avatar img {
  margin: 0;
}
.comment-list img.avatar {
  width: 70px;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.comment-list .the-comment {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dee6ed;
}
@media (min-width: 992px) {
  .comment-list .the-comment {
    padding: 0 0 25px;
    margin: 0 0 25px;
  }
}
.comment-list > ul:last-child li:last-child > .the-comment,
.comment-list > li:last-child > .the-comment {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.comments-title {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: none;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 32px;
  font-weight: 500;
}

.commentform .comment-notes {
  display: none;
}

#respond .comment-reply-title {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: none;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 35px;
  font-weight: 500;
}

.logged-in-as a + a {
  color: #e44343;
}

/*------------------------------------*\
    Single post
\*------------------------------------*/
.detail-post .top-info-blog {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .detail-post .top-info-blog {
    margin-bottom: 20px;
  }
}

.post-navigation {
  position: relative;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-navigation .nav-links > * {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .post-navigation .nav-links > * {
  float: right;
}
.post-navigation .nav-links > *:hover a {
  outline: none;
}
.post-navigation .nav-links > *.nav-next {
  text-align: right;
}
.rtl .post-navigation .nav-links > *.nav-next {
  text-align: left;
}
.post-navigation .nav-links > *.nav-next .meta-nav {
  float: right;
  padding-left: 10px;
}
.rtl .post-navigation .nav-links > *.nav-next .meta-nav {
  float: left;
}
.rtl .post-navigation .nav-links > *.nav-next .meta-nav {
  padding-right: 10px;
  padding-left: 0px;
}
.post-navigation .nav-links .meta-nav {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.post-navigation .nav-links .meta-nav > * {
  padding-right: 10px;
}
.rtl .post-navigation .nav-links .meta-nav > * {
  padding-left: 10px;
  padding-right: 0px;
}
.post-navigation .nav-links .meta-nav > *:last-child {
  padding-right: 0;
}
.rtl .post-navigation .nav-links .meta-nav > *:last-child {
  padding-left: 0;
  padding-right: 0px;
}
.post-navigation .nav-links .inner {
  overflow: hidden;
  display: none;
}
.post-navigation .nav-links .navi {
  display: block;
}

.author-info {
  padding: 0;
  margin: 0 0 38px 0;
}
@media only screen and (min-width: 1168px) {
  .author-info {
    margin: 0 0 76px 0;
  }
}
.author-info .author-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0px;
  text-transform: capitalize;
}
.author-info .avatar-img {
  padding-right: 5px;
}
.rtl .author-info .avatar-img {
  padding-left: 5px;
  padding-right: 0px;
}
.author-info .avatar-img .avatar {
  overflow: hidden;
  max-width: none;
  margin-bottom: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.related-posts {
  padding: 0;
  margin: 0 0 25px;
}
@media only screen and (min-width: 1168px) {
  .related-posts {
    margin: 0 0 50px 0;
  }
}
.related-posts .title {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: none;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 38px;
  font-weight: 500;
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.gallery .gallery-item {
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  text-align: center;
}
.rtl .gallery .gallery-item {
  float: right;
}
.gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px;
}
.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.5%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}
.comment-navigation .nav-links > div {
  display: inline-block;
}
.comment-navigation .nav-links > div + div {
  line-height: 1.1;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #e8eef1;
}
.rtl .comment-navigation .nav-links > div + div {
  margin-right: 15px;
  margin-left: 0px;
}
.rtl .comment-navigation .nav-links > div + div {
  padding-right: 15px;
  padding-left: 0px;
}
.rtl .comment-navigation .nav-links > div + div {
  border-right: 2px solid #e8eef1;
  border-left: inherit;
}

.detail-post iframe {
  max-width: 100%;
}
.detail-post .apus-social-share {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .detail-post .apus-social-share {
    margin-top: 0;
    margin-left: auto;
  }
  .rtl .detail-post .apus-social-share {
    margin-right: auto;
    margin-left: 0px;
  }
}
.detail-post .tag-social strong {
  font-weight: 600;
  color: #1C2733;
  padding-right: 10px;
}
.rtl .detail-post .tag-social strong {
  padding-left: 10px;
  padding-right: 0px;
}
.detail-post .entry-tags-list {
  outline: none;
}
.detail-post .entry-tags-list a {
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  font-size: 14px !important;
  padding: 10px 15px;
  line-height: 1;
  border: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #fff;
  border: 2px solid #e8eef1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-weight: 700;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.rtl .detail-post .entry-tags-list a {
  margin-left: 8px;
  margin-right: 0px;
}
.lt-ie8 .detail-post .entry-tags-list a {
  display: inline;
  zoom: 1;
}
.detail-post .entry-tags-list a:hover, .detail-post .entry-tags-list a:focus, .detail-post .entry-tags-list a.active {
  border-color: #11b719;
  color: #11b719;
}
.detail-post .post-navigation {
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #e8eef1;
  border-bottom: 1px solid #e8eef1;
  padding: 30px 0;
}
.detail-post .image-featured-detail img {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}

.author-post .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.author-post .avatar-img {
  float: left;
  padding-right: 8px;
}
.rtl .author-post .avatar-img {
  float: right;
}
.rtl .author-post .avatar-img {
  padding-left: 8px;
  padding-right: 0px;
}
.author-post .name-author {
  display: inline-block;
  margin-top: 9px;
}

#review_form_wrapper {
  margin-top: 30px;
}

.tag-social {
  min-height: 40px;
}
@media (min-width: 1200px) {
  .tag-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list > li {
  margin: 0 0 25px;
}
.posts-list > li:last-child {
  margin: 0;
}
.posts-list .entry-title {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts-list .image {
  width: 100px;
  padding-right: 20px;
}
.posts-list .image img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.rtl .posts-list .image {
  padding-left: 20px;
  padding-right: 0px;
}
.posts-list .image + .inner {
  width: calc(100% - 100px);
}
.posts-list .entry-date {
  margin: 5px 0 0;
  font-size: 13px;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

/* 8. effect */
.filter-grayscale, .widget .widget_sp_image-image-link img {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* 9. utilities */
/*-------------------------------------------
    No Margin
-------------------------------------------*/
.no-margin {
  margin: 0 !important;
}
.no-margin .pagination {
  margin: 0;
}

/*-------------------------------------------
    No Padding
-------------------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-position {
  position: static !important;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .inline-block {
  display: inline;
  zoom: 1;
}

.no-background {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}

.no-effect a:before {
  content: none !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/*------------------------------------*\
    Clear List Style
\*------------------------------------*/
.clear-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*------------------------------------*\
    Border
\*------------------------------------*/
.no-border {
  border: 0px !important;
}

/*------------------------------------*\
    No background
\*------------------------------------*/
.bg-transparent {
  background: transparent !important;
}

/* 10. widgets layout */
.slick-carousel {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.slick-carousel .slick-arrow {
  background: #fff;
  padding: 0;
  font-size: 14px;
  visibility: visible;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  border: 1px solid #e8eef1;
  width: 36px;
  height: 36px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.lt-ie8 .slick-carousel .slick-arrow {
  display: inline;
  zoom: 1;
}
@media only screen and (min-width: 1168px) {
  .slick-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.slick-carousel .slick-arrow .textnav {
  display: none;
}
.slick-carousel .slick-arrow:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #11b719;
  border-color: #11b719;
}
.slick-carousel .slick-arrow:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #11b719;
  border-color: #11b719;
}
.slick-carousel .slick-arrow:focus-within {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #11b719;
  border-color: #11b719;
}
.slick-carousel .slick-arrow:active {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #11b719;
  border-color: #11b719;
}
.slick-carousel .slick-prev {
  left: 0;
}
.rtl .slick-carousel .slick-prev {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 1168px) {
  .slick-carousel .slick-prev {
    left: -10px;
  }
  .rtl .slick-carousel .slick-prev {
    right: -10px;
    left: auto;
  }
}
.slick-carousel .slick-next {
  right: 0;
}
.rtl .slick-carousel .slick-next {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 1168px) {
  .slick-carousel .slick-next {
    right: -10px;
  }
  .rtl .slick-carousel .slick-next {
    left: -10px;
    right: auto;
  }
}
.slick-carousel .slick-slide {
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.slick-carousel.show-text .textnav {
  display: inline-block;
  margin: 0 2px;
}
.slick-carousel.show-text .slick-arrow {
  width: auto;
  height: auto;
  background: transparent !important;
  font-weight: 500;
  font-size: 12px;
  color: #1C2733;
}
.slick-carousel.show-text .slick-arrow:hover {
  color: #11b719;
}
.slick-carousel.show-text .slick-arrow:focus {
  color: #11b719;
}
.slick-carousel.show-text .slick-arrow:focus-within {
  color: #11b719;
}
.slick-carousel.show-text .slick-arrow:active {
  color: #11b719;
}
.slick-carousel.show-text .slick-prev {
  left: 0;
  right: inherit;
}
.slick-carousel.show-text .slick-next {
  right: 0;
  left: inherit;
}
.slick-carousel.p-bottom .slick-list {
  padding-bottom: 5px;
}
.slick-carousel.p-bottom .slick-arrow {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slick-carousel .slick-track {
  margin: inherit;
}
.slick-carousel .slick-dots {
  margin: 0 !important;
  padding: 15px 0 0;
  text-align: center;
  list-style: none;
  line-height: 1;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .slick-carousel .slick-dots {
    padding: 30px 0 0;
  }
}
.slick-carousel .slick-dots li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  overflow: hidden;
  line-height: 13px;
  text-align: center;
  border: 2px solid #11b719;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.lt-ie8 .slick-carousel .slick-dots li {
  display: inline;
  zoom: 1;
}
.slick-carousel .slick-dots li button {
  border: none;
  display: block;
  text-indent: -9999em;
  padding: 0;
  min-height: auto;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.slick-carousel .slick-dots li.slick-active button {
  background: #11b719;
}
.slick-carousel.products .product-block.grid {
  margin-bottom: 0;
}
.slick-carousel.products .product-block.grid:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-googlemap {
  position: relative;
}
.widget-googlemap .apus-google-map {
  z-index: 1;
}
.widget-googlemap .map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-googlemap .content-info {
  position: relative;
  z-index: 9;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px;
}
@media (min-width: 1024px) {
  .widget-googlemap .content-info {
    padding: 65px 65px 40px;
  }
}
.widget-googlemap .description {
  margin: 0 0 35px;
}
.widget-googlemap .info-wrapper {
  margin: 0 0 40px;
}
.widget-googlemap .info-wrapper:nth-child(2n) {
  font-weight: normal;
}
.widget-googlemap .info-wrapper .icon {
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  border: 2px dashed #3f4143;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.rtl .widget-googlemap .info-wrapper .icon {
  float: right;
}
.rtl .widget-googlemap .info-wrapper .icon {
  margin-left: 20px;
  margin-right: 0px;
}
.widget-googlemap .info-wrapper .icon i {
  font-size: 28px;
}
.widget-googlemap .info-wrapper .des {
  color: #fff;
  overflow: hidden;
  margin: 6px 0 0;
}
.widget-googlemap .info-top {
  border-bottom: 2px dashed #414445;
  overflow: hidden;
}
.widget-googlemap .info-bottom {
  margin: 40px 0;
}
.widget-googlemap .info-bottom a {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #101416;
  background: #3f4143;
}
.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
  background-image: -webkit-linear-gradient(left, #feac36 0%, #11b719 100%);
  background-image: -o-linear-gradient(left, #feac36 0%, #11b719 100%);
  background-image: linear-gradient(to right, #feac36 0%, #11b719 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF11B719', GradientType=1);
  color: #0e1113;
}
.widget-googlemap .info-bottom a + a {
  margin-left: 12px;
}
.rtl .widget-googlemap .info-bottom a + a {
  margin-right: 12px;
  margin-left: 0px;
}

.widget-mailchimp .button, .widget-mailchimp button, .widget-mailchimp input[type="button"],
.widget-mailchimp input[type="reset"], .widget-mailchimp input[type="submit"] {
  width: 100%;
  outline: none;
  cursor: pointer;
  position: relative;
  background: #11b719;
  border: 2px solid #11b719;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 30px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.63;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.widget-mailchimp .button:hover, .widget-mailchimp button:hover, .widget-mailchimp input[type="button"]:hover,
.widget-mailchimp input[type="reset"]:hover, .widget-mailchimp input[type="submit"]:hover {
  color: #11b719;
  background-color: #0e9615;
  border-color: #0e9615;
}
.widget-mailchimp .button:focus, .widget-mailchimp button:focus, .widget-mailchimp input[type="button"]:focus,
.widget-mailchimp input[type="reset"]:focus, .widget-mailchimp input[type="submit"]:focus {
  color: #11b719;
  background-color: #0e9615;
  border-color: #0e9615;
}
.widget-mailchimp .button:focus-within, .widget-mailchimp button:focus-within, .widget-mailchimp input[type="button"]:focus-within,
.widget-mailchimp input[type="reset"]:focus-within, .widget-mailchimp input[type="submit"]:focus-within {
  color: #11b719;
  background-color: #0e9615;
  border-color: #0e9615;
}
.widget-mailchimp .button:active, .widget-mailchimp button:active, .widget-mailchimp input[type="button"]:active,
.widget-mailchimp input[type="reset"]:active, .widget-mailchimp input[type="submit"]:active {
  color: #11b719;
  background-color: #0e9615;
  border-color: #0e9615;
}
.widget-mailchimp .button:visited, .widget-mailchimp button:visited, .widget-mailchimp input[type="button"]:visited,
.widget-mailchimp input[type="reset"]:visited, .widget-mailchimp input[type="submit"]:visited {
  text-decoration: none;
}
.widget-mailchimp .button.disabled, .widget-mailchimp .button[disabled], fieldset[disabled] .widget-mailchimp .button, .widget-mailchimp button.disabled, .widget-mailchimp button[disabled], fieldset[disabled] .widget-mailchimp button, .widget-mailchimp input[type="button"].disabled, .widget-mailchimp input[type="button"][disabled], fieldset[disabled] .widget-mailchimp input[type="button"],
.widget-mailchimp input[type="reset"].disabled,
.widget-mailchimp input[type="reset"][disabled], fieldset[disabled]
.widget-mailchimp input[type="reset"], .widget-mailchimp input[type="submit"].disabled, .widget-mailchimp input[type="submit"][disabled], fieldset[disabled] .widget-mailchimp input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  border-color: #13ce1c;
  background-color: #13ce1c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-mailchimp .button:hover, .widget-mailchimp button:hover, .widget-mailchimp input[type="button"]:hover,
.widget-mailchimp input[type="reset"]:hover, .widget-mailchimp input[type="submit"]:hover {
  color: #fff;
  background-color: #0e9615;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-mailchimp .button:focus, .widget-mailchimp button:focus, .widget-mailchimp input[type="button"]:focus,
.widget-mailchimp input[type="reset"]:focus, .widget-mailchimp input[type="submit"]:focus {
  color: #fff;
  background-color: #0e9615;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-mailchimp .button:focus-within, .widget-mailchimp button:focus-within, .widget-mailchimp input[type="button"]:focus-within,
.widget-mailchimp input[type="reset"]:focus-within, .widget-mailchimp input[type="submit"]:focus-within {
  color: #fff;
  background-color: #0e9615;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-mailchimp .button:active, .widget-mailchimp button:active, .widget-mailchimp input[type="button"]:active,
.widget-mailchimp input[type="reset"]:active, .widget-mailchimp input[type="submit"]:active {
  color: #fff;
  background-color: #0e9615;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-mailchimp .button i, .widget-mailchimp button i, .widget-mailchimp input[type="button"] i,
.widget-mailchimp input[type="reset"] i, .widget-mailchimp input[type="submit"] i {
  display: none;
  margin-right: 8px;
}
.rtl .widget-mailchimp .button i, .rtl .widget-mailchimp button i, .rtl .widget-mailchimp input[type="button"] i, .rtl
.widget-mailchimp input[type="reset"] i, .rtl .widget-mailchimp input[type="submit"] i {
  margin-left: 8px;
  margin-right: 0px;
}
.widget-mailchimp.with-icon button,
.widget-mailchimp.with-icon .button,
.widget-mailchimp.with-icon input[type="button"],
.widget-mailchimp.with-icon input[type="reset"],
.widget-mailchimp.with-icon input[type="submit"] {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 1px solid #11b719;
  background-color: #11b719;
}
.lt-ie8 .widget-mailchimp.with-icon button, .lt-ie8
.widget-mailchimp.with-icon .button, .lt-ie8
.widget-mailchimp.with-icon input[type="button"], .lt-ie8
.widget-mailchimp.with-icon input[type="reset"], .lt-ie8
.widget-mailchimp.with-icon input[type="submit"] {
  display: inline;
  zoom: 1;
}
.widget-mailchimp.with-icon button:hover,
.widget-mailchimp.with-icon .button:hover,
.widget-mailchimp.with-icon input[type="button"]:hover,
.widget-mailchimp.with-icon input[type="reset"]:hover,
.widget-mailchimp.with-icon input[type="submit"]:hover {
  background-color: #0fa016;
  border-color: #0fa016;
}
.widget-mailchimp.with-icon button:focus,
.widget-mailchimp.with-icon .button:focus,
.widget-mailchimp.with-icon input[type="button"]:focus,
.widget-mailchimp.with-icon input[type="reset"]:focus,
.widget-mailchimp.with-icon input[type="submit"]:focus {
  background-color: #0fa016;
  border-color: #0fa016;
}
.widget-mailchimp.with-icon button:focus-within,
.widget-mailchimp.with-icon .button:focus-within,
.widget-mailchimp.with-icon input[type="button"]:focus-within,
.widget-mailchimp.with-icon input[type="reset"]:focus-within,
.widget-mailchimp.with-icon input[type="submit"]:focus-within {
  background-color: #0fa016;
  border-color: #0fa016;
}
.widget-mailchimp.with-icon button:active,
.widget-mailchimp.with-icon .button:active,
.widget-mailchimp.with-icon input[type="button"]:active,
.widget-mailchimp.with-icon input[type="reset"]:active,
.widget-mailchimp.with-icon input[type="submit"]:active {
  background-color: #0fa016;
  border-color: #0fa016;
}
.widget-mailchimp.with-icon button i,
.widget-mailchimp.with-icon .button i,
.widget-mailchimp.with-icon input[type="button"] i,
.widget-mailchimp.with-icon input[type="reset"] i,
.widget-mailchimp.with-icon input[type="submit"] i {
  margin: 0;
  display: block;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-mailchimp.with-icon .mc4wp-form-fields > * {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.lt-ie8 .widget-mailchimp.with-icon .mc4wp-form-fields > * {
  display: inline;
  zoom: 1;
}
.rtl .widget-mailchimp.with-icon .mc4wp-form-fields > * {
  margin-left: 6px;
  margin-right: 0px;
}
.widget-mailchimp.with-icon .mc4wp-form-fields > *:last-child {
  margin-right: 0px;
}
.rtl .widget-mailchimp.with-icon .mc4wp-form-fields > *:last-child {
  margin-left: 0px;
  margin-right: 0px;
}
.widget-mailchimp .mc4wp-form label {
  font-weight: 400;
  grid-gap: 10px;
  margin: 0;
  display: -ms-grid;
  display: grid;
}
.widget-mailchimp input[type="text"],
.widget-mailchimp input[type="email"] {
  width: 100%;
}

.widget-brand .slick-dots {
  padding-top: 0;
}
.widget-brand.dark .brand-item .brand-item-inside {
  padding: 15px;
  margin: 0;
  margin-bottom: 30px;
  border: 2px solid #e8eef1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.widget-brand.dark .brand-item .brand-item-inside img {
  filter: brightness(0.65);
  -webkit-filter: brightness(0.65);
  -moz-filter: brightness(0.65);
  -o-filter: brightness(0.65);
  -ms-filter: brightness(0.65);
}
.widget-brand.dark .brand-item .brand-item-inside img:hover {
  filter: brightness(0.65);
  -webkit-filter: brightness(0.65);
  -moz-filter: brightness(0.65);
  -o-filter: brightness(0.65);
  -ms-filter: brightness(0.65);
}
.widget-brand .brand-item-inside {
  padding: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.widget-brand .brand-item-inside:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-brand .slick-carousel .slick-arrow {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 1;
  min-height: auto;
  margin: 0;
}
.widget-brand .slick-carousel .slick-arrow.slick-prev {
  left: 0;
}
.rtl .widget-brand .slick-carousel .slick-arrow.slick-prev {
  right: 0;
  left: auto;
}
.widget-brand .slick-carousel .slick-arrow.slick-next {
  right: 0;
}
.rtl .widget-brand .slick-carousel .slick-arrow.slick-next {
  left: 0;
  right: auto;
}

.socials .social {
  padding: 0;
  list-style: none;
  margin: 0;
}
.socials .social > li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 5px;
}
.lt-ie8 .socials .social > li {
  display: inline;
  zoom: 1;
}
.rtl .socials .social > li {
  margin-left: 4px;
  margin-right: 0px;
}
.socials .social > li:last-child {
  margin-right: 0;
}
.rtl .socials .social > li:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.socials .social a {
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #11b719;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.socials .social a:before {
  display: none;
}
.socials .social a:hover, .socials .social a:focus {
  background: #0e9214;
}
.socials .social a[class*="facebook"] {
  background: #3b5998;
}
.socials .social a[class*="facebook"]:hover, .socials .social a[class*="facebook"]:focus {
  background: #30487b;
}
.socials .social a[class*="twitter"] {
  background: #00acee;
}
.socials .social a[class*="twitter"]:hover, .socials .social a[class*="twitter"]:focus {
  background: #008fc5;
}
.socials .social a[class*="linkedin"] {
  background: #0077b5;
}
.socials .social a[class*="linkedin"]:hover, .socials .social a[class*="linkedin"]:focus {
  background: #005c8c;
}
.socials .social a[class*="google"] {
  background: #d34836;
}
.socials .social a[class*="google"]:hover, .socials .social a[class*="google"]:focus {
  background: #b83928;
}
.socials .social a[class*="pinterest"] {
  background: #c4302b;
}
.socials .social a[class*="pinterest"]:hover, .socials .social a[class*="pinterest"]:focus {
  background: #a32824;
}

.widget-socials .socials.square .social a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.widget-socials .socials.round .social a {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.widget-gallery {
  outline: none;
}

.widget-features-box .icon i:before {
  margin-left: 0;
}
.rtl .widget-features-box .icon i:before {
  margin-right: 0;
  margin-left: 0px;
}
.widget-features-box .item .item-inner {
  border: 1px solid transparent;
}
.widget-features-box .features-box-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-features-box.style1 .title {
  margin: 0 0 10px;
}
.widget-features-box.style1 .features-box-image {
  margin: 0;
}
.widget-features-box.style1 .features-box-content {
  padding: 20px 15px 0;
}
.widget-features-box.style1 .features-box-image {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: rgba(17, 183, 25, 0.07);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget-features-box.style2 .title {
  margin: 0;
}
.widget-features-box.style2 .item .item-inner {
  overflow: hidden;
}
.widget-features-box.style2 .item .item-inner > div {
  display: table-cell;
  vertical-align: top;
}
.widget-features-box.style2 .item .item-inner > div.features-box-image.icon {
  line-height: 1;
}
.widget-features-box.style2 .item .item-inner > div:first-child {
  padding-right: 15px;
}
.rtl .widget-features-box.style2 .item .item-inner > div:first-child {
  padding-left: 15px;
  padding-right: 0px;
}
.widget-features-box.style2 .item .item-inner > div:last-child {
  overflow: hidden;
}
.widget-features-box.style2 .features-box-image {
  padding-top: 7px;
}
.widget-features-box.style2 .read-more-btn {
  display: none;
}
.widget-features-box.style4 .features-box-content {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.widget-features-box.style4 .features-box-content > * {
  padding-right: 10px;
}
.rtl .widget-features-box.style4 .features-box-content > * {
  padding-left: 10px;
  padding-right: 0px;
}
.widget-features-box.style4 .features-box-content > *:last-child {
  padding-right: 0;
}
.rtl .widget-features-box.style4 .features-box-content > *:last-child {
  padding-left: 0;
  padding-right: 0px;
}
.widget-features-box.style4 .features-box-content .title {
  margin: 0;
}
.widget-features-box.center .item {
  text-align: center;
}
.widget-features-box.style5 .item {
  margin-bottom: 20px;
}
.widget-features-box.style5 .title {
  margin: 0 0 10px 0;
}
.widget-features-box.style5 .features-box-image {
  margin-bottom: 22px;
}

.widget-testimonials {
  margin-bottom: 0;
}
.widget-testimonials .testimonials-item {
  text-align: center;
}
.widget-testimonials .testimonials-item .job {
  font-size: 14px;
  text-transform: capitalize;
  color: #11b719;
  font-weight: 600;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.widget-testimonials .testimonials-item .avarta {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lt-ie8 .widget-testimonials .testimonials-item .avarta {
  display: inline;
  zoom: 1;
}
.widget-testimonials .testimonials-item .wrapper-avarta {
  padding-bottom: 15px;
  margin-top: -80px;
}
.widget-testimonials .testimonials-item .name-client {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.widget-testimonials .testimonials-item .testimonials-item-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-top: 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
@media (min-width: 1200px) {
  .widget-testimonials .testimonials-item .testimonials-item-box {
    padding: 35px;
  }
}
.widget-testimonials .testimonials-item:hover .avarta {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.widget-testimonials .description {
  margin-top: 10px;
  font-size: 15px;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

.hr {
  border-top: 1px solid #e8eef1;
  min-height: 1px;
  width: 100%;
}

.no-float {
  float: none !important;
}

.no-padding-left {
  padding-left: 0;
}
.rtl .no-padding-left {
  padding-right: 0;
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0;
}
.rtl .no-padding-right {
  padding-left: 0;
  padding-right: 0px;
}

.text-theme {
  color: #11b719 !important;
}

.bg-theme {
  background: #11b719;
}

.border-theme {
  border-color: #11b719;
}

.widget-team {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-team:hover {
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
}
.widget-team.left .social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.widget-team.right .social {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.widget-team.center .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.widget-team.justify .social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.widget-team .content {
  padding: 30px 30px 35px 30px;
}
.widget-team .team-description {
  margin-bottom: 25px;
}
.widget-team .job {
  margin: 0 0 10px 0;
}
.widget-team .name-team {
  margin: 0 0 5px 0;
}
.widget-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-team .social > li {
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.rtl .widget-team .social > li {
  margin-left: -1px;
  margin-right: 0px;
}
.widget-team .social > li > a {
  color: #667488;
  border: 1px solid #e8eef1;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 54px;
  height: 50px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-team .social > li > a:hover {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}
.widget-team .social > li > a:focus {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}
.widget-team .social > li > a:focus-within {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}
.widget-team .social > li > a:active {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}
.widget-team .social > li:first-child > a {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}
.widget-team .social > li:last-child > a {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 768px) {
  .flex-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-middle-sm .ali-right {
    margin-left: auto;
  }
  .rtl .flex-middle-sm .ali-right {
    margin-right: auto;
    margin-left: 0px;
  }

  .flex-top-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .justify-content-end-sm {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .flex-bottom-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .flex-bottom-sm .ali-right {
    margin-left: auto;
  }
  .rtl .flex-bottom-sm .ali-right {
    margin-right: auto;
    margin-left: 0px;
  }
  .flex-bottom-sm .ali-left {
    margin-right: auto;
  }
  .rtl .flex-bottom-sm .ali-left {
    margin-left: auto;
    margin-right: 0px;
  }
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-middle .ali-right {
  margin-left: auto;
}
.rtl .flex-middle .ali-right {
  margin-right: auto;
  margin-left: 0px;
}
.flex-middle .ali-left {
  margin-right: auto;
}
.rtl .flex-middle .ali-left {
  margin-left: auto;
  margin-right: 0px;
}

.flex-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-bottom .ali-right {
  margin-left: auto;
}
.rtl .flex-bottom .ali-right {
  margin-right: auto;
  margin-left: 0px;
}
.flex-bottom .ali-left {
  margin-right: auto;
}
.rtl .flex-bottom .ali-left {
  margin-left: auto;
  margin-right: 0px;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-top .ali-right {
  margin-left: auto;
}
.rtl .flex-top .ali-right {
  margin-right: auto;
  margin-left: 0px;
}
.flex-top .ali-left {
  margin-right: auto;
}
.rtl .flex-top .ali-left {
  margin-left: auto;
  margin-right: 0px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-table {
  display: table;
  height: 100%;
  width: 100%;
}

.d-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.custom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-menu li {
  padding-left: 22px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.4;
}
.rtl .custom-menu li {
  padding-right: 22px;
  padding-left: 0px;
}
.custom-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #221f1f;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .custom-menu li:before {
  right: 0;
  left: auto;
}
.custom-menu li:last-child {
  margin: 0;
}
.custom-menu li i {
  margin-right: 15px;
  font-size: 18px;
}
.rtl .custom-menu li i {
  margin-left: 15px;
  margin-right: 0px;
}
@media only screen and (min-width: 1168px) {
  .custom-menu li i {
    font-size: 23px;
  }
}
.custom-menu li a {
  color: #667488;
}
.custom-menu li a:focus, .custom-menu li a:hover {
  color: #1C2733;
}
.custom-menu li:hover:before, .custom-menu li.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

h1.apus-heading-title, h2.apus-heading-title, h3.apus-heading-title, h4.apus-heading-title, h5.apus-heading-title, h6.apus-heading-title {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  h1.apus-heading-title, h2.apus-heading-title, h3.apus-heading-title, h4.apus-heading-title, h5.apus-heading-title, h6.apus-heading-title {
    margin: 0 0 25px 0;
  }
}

.elementor-element.apus-big-title .apus-heading-title {
  margin: 0 0 0 0;
}

.elementor-widget.apus-heading-1 .elementor-heading-title {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .elementor-widget.apus-heading-1 .elementor-heading-title {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 1168px) {
  .elementor-widget.apus-heading-1 .elementor-heading-title {
    padding: 0 154px;
  }
}

.apus-simple-banner {
  padding: 135px 0;
}

.apus-simple-banner-1 {
  padding: 90px 0;
}

.apus-simple-banner-2 {
  padding: 100px 0;
}

.apus-simple-banner-3 {
  padding: 134px 0;
}

.widget-video.style2 .popup-video {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.widget-achievements .inner-left {
  line-height: 0;
  padding-right: 20px;
  font-size: 35px;
  position: relative;
}
.rtl .widget-achievements .inner-left {
  padding-left: 20px;
  padding-right: 0px;
}
@media only screen and (min-width: 1168px) {
  .widget-achievements .inner-left {
    font-size: 55px;
  }
}
.widget-achievements .inner-left .verify {
  background: #11b719;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: -5px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.rtl .widget-achievements .inner-left .verify {
  left: 15px;
  right: auto;
}
.widget-achievements .title {
  font-size: 25px;
  margin: 0 0 5px;
}
.widget-achievements .description {
  line-height: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.margin-left-15 {
  margin-left: 15px;
}
.rtl .margin-left-15 {
  margin-right: 15px;
  margin-left: 0px;
}

.space-bottom-15 {
  margin-bottom: 15px;
}

.radius-3x {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

/* 11. widgets */
/*------------------------------------*\
    Widget
\*------------------------------------*/
.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.widget .widget_sp_image-image-link img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget.widget_text img {
  margin: 15px 0;
  height: auto;
}
.widget.widget_rss .widget-title {
  background: none;
}
.widget.widget_rss .widget-title img {
  vertical-align: middle;
}
.widget.widget_rss ul, .widget.widget_rss ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
  top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_rss ul li {
  background: none;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e8eef1;
}
.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
  top: 24px;
}
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_recent_comments ul li {
  background: none;
}
.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none;
}
.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden;
}
.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: left;
  margin-right: 10px;
}
.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
  margin-left: 10px;
  margin-right: 0px;
}
.widget.widget_product_search .woocommerce-product-search {
  padding: 20px 15px;
}
.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  display: none;
}
.widget.widget_recent_entries ul li a {
  display: block;
}
.widget.widget_mc4wp_widget .mc4wp-form {
  padding: 20px;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_apus_employer_info .employer-thumbnail {
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #e8eef1;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.widget.widget_apus_job_info .inner-image > a {
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #e8eef1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.calendar_wrap caption {
  background: #212121;
  color: #fff;
  padding: 5px;
}
.calendar_wrap td, .calendar_wrap th {
  text-align: center;
}
.calendar_wrap #today {
  font-weight: 700;
  color: #11b719;
}

.widget-blogs .top-info {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1168px) {
  .widget-blogs .top-info {
    margin-bottom: 50px;
  }
}
.widget-blogs .widget-title {
  margin: 0;
  font-size: 25px;
}
@media only screen and (min-width: 1168px) {
  .widget-blogs .widget-title {
    font-size: 30px;
  }
}
.widget-blogs .view_all {
  margin-top: 10px;
}
.widget-blogs.carousel .widget-content {
  margin: 0 -40px;
}
.widget-blogs.carousel .inner-carousel {
  padding: 0 40px;
}
.widget-blogs.carousel .slick-list {
  overflow: visible;
}

.wp-block-archives-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.wp-block-archives-list ul {
  padding-left: 20px;
  margin-top: 13px;
}
.rtl .wp-block-archives-list ul {
  padding-right: 20px;
  padding-left: 0px;
}
.wp-block-archives-list li {
  margin: 0 0 13px 0;
  overflow: hidden;
}
.wp-block-archives-list li:last-child {
  margin-bottom: 0;
}
.wp-block-archives-list li.current-cat-parent > a, .wp-block-archives-list li.current-cat > a {
  color: #11b719;
}
.wp-block-archives-list li a {
  color: #667488;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-left: 18px;
}
.rtl .wp-block-archives-list li a {
  padding-right: 18px;
  padding-left: 0px;
}
.wp-block-archives-list li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
}
.rtl .wp-block-archives-list li a:before {
  right: 0;
  left: auto;
}
.wp-block-archives-list li:hover > a {
  color: #11b719;
}

.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  padding-left: 20px;
  margin-top: 10px;
}
.rtl .widget_pages ul ul, .rtl
.widget_nav_menu ul ul, .rtl
.widget_meta ul ul, .rtl
.widget_archive ul ul, .rtl
.widget_recent_entries ul ul, .rtl
.widget_categories ul ul {
  padding-right: 20px;
  padding-left: 0px;
}
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget_pages ul li.current-cat-parent > a, .widget_pages ul li.current-cat > a,
.widget_nav_menu ul li.current-cat-parent > a,
.widget_nav_menu ul li.current-cat > a,
.widget_meta ul li.current-cat-parent > a,
.widget_meta ul li.current-cat > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a {
  color: #11b719;
}
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a {
  color: #667488;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_meta ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_categories ul li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 15px;
}
.rtl .widget_pages ul li a:before, .rtl
.widget_nav_menu ul li a:before, .rtl
.widget_meta ul li a:before, .rtl
.widget_archive ul li a:before, .rtl
.widget_recent_entries ul li a:before, .rtl
.widget_categories ul li a:before {
  margin-left: 15px;
  margin-right: 0px;
}
.widget_pages ul li:hover > a,
.widget_nav_menu ul li:hover > a,
.widget_meta ul li:hover > a,
.widget_archive ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_categories ul li:hover > a {
  color: #11b719;
}

/*------------------------------------*\
    Widget Contact Us
\*------------------------------------*/
.contact {
  margin: 0;
  padding: 0;
}
.contact:before, .contact:after {
  content: " ";
  display: table;
}
.contact:after {
  clear: both;
}
.contact dt {
  float: left;
  width: 30px;
  height: auto;
}
.rtl .contact dt {
  float: right;
}
.contact dd {
  overflow: hidden;
  margin-bottom: 5px;
}
.contact .contact-icon {
  display: block;
  text-align: center;
  background: #11b719;
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .contact .contact-icon {
  float: right;
}
.contact .contact-icon .fa {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 4px;
}
.rtl .contact .contact-icon .fa {
  margin: 0 4px 0 0;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select, .apus-sidebar table {
  width: 100%;
}
.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form .select-category {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  padding-right: 12px;
  outline: none !important;
}
.rtl .apus-search-form .select-category {
  float: right;
}
.rtl .apus-search-form .select-category {
  padding-left: 12px;
  padding-right: 0px;
}
.apus-search-form .select-category:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background: #dddddd;
  width: 1px;
  height: 20px;
}
.rtl .apus-search-form .select-category:after {
  left: 0px;
  right: auto;
}
.apus-search-form .select-category .dropdown_product_cat {
  border: 0;
  outline: none !important;
  width: calc(100% + 38px);
  height: 48px;
  padding: 0 20px;
}
.apus-search-form .title-top-search {
  font-size: 24px;
  color: #1C2733;
}
.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #e44343;
  cursor: pointer;
}
.apus-search-form .close-search-fix:hover, .apus-search-form .close-search-fix:active {
  color: #d51f1f;
}
.apus-search-form .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: #1C2733;
  outline: none !important;
}
.apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.rtl .apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: 0px;
}
.apus-search-form form {
  display: table;
  width: 100%;
  position: relative;
}
.apus-search-form form .form-control {
  width: 100%;
  padding-right: 42px;
  padding-left: 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.rtl .apus-search-form form .form-control {
  padding-left: 42px;
  padding-right: 0px;
}
.rtl .apus-search-form form .form-control {
  padding-right: 20px;
  padding-left: 0px;
}
.apus-search-form form .btn-search-icon {
  position: absolute;
  border: none;
  top: 0;
  padding: 0;
  background: transparent;
  line-height: 1;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  width: auto;
  height: 42px;
  padding-right: 20px;
}
.rtl .apus-search-form form .btn-search-icon {
  left: 0;
  right: auto;
}
.rtl .apus-search-form form .btn-search-icon {
  padding-left: 20px;
  padding-right: 0px;
}
.apus-search-form form .btn-search-icon:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.apus-search-form form .btn-search-icon:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.apus-search-form form .btn-search-icon:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.apus-search-form form .btn-search-icon:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.apus-search-form .hidden-search {
  cursor: pointer;
  font-size: 35px;
  line-height: 1.4;
  color: #e44343;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  float: right;
}
.lt-ie8 .apus-search-form .hidden-search {
  display: inline;
  zoom: 1;
}
.rtl .apus-search-form .hidden-search {
  margin-right: 30px;
  margin-left: 0px;
}
.rtl .apus-search-form .hidden-search {
  float: left;
}
.apus-search-form .main-search {
  width: 100%;
  position: relative;
}
.apus-search-form .main-search .autocomplete-list {
  text-align: left;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto;
}
.rtl .apus-search-form .main-search .autocomplete-list {
  text-align: right;
}
.apus-search-form div.twitter-typeahead {
  width: 100%;
  position: relative;
}
.apus-search-form div.twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%;
}
.apus-search-form div.twitter-typeahead:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  width: 18px;
  height: 100%;
  background: url(../images/loading-quick.gif) no-repeat scroll 0 0/18px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}
.rtl .apus-search-form div.twitter-typeahead:before {
  left: 10px;
  right: auto;
}
.apus-search-form div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 1px;
}
.apus-search-form .tt-menu > * {
  position: relative;
  z-index: 9;
}
.apus-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 12px;
}
.apus-search-form .tt-menu a.media img {
  max-width: 60px;
}
.apus-search-form .tt-menu h4 {
  font-size: 14px;
  margin: 0;
}
.apus-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: #11b719;
}
.apus-search-form .tt-menu .price {
  font-size: 13px;
  margin: 0;
}
.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
  display: none;
}
.apus-search-form.style2 form {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
  padding-right: 40px;
}
.rtl .apus-search-form.style2 form {
  padding-left: 40px;
  padding-right: 0px;
}
.apus-search-form.style2 form .form-control {
  border: none !important;
  height: 45px;
  background-color: transparent;
  color: #fff;
}
.apus-search-form.style2 form .form-control:focus {
  color: #fff;
}
.apus-search-form.style2 form .btn {
  line-height: 32px;
  height: 35px;
  font-size: 16px;
  position: absolute;
  top: 6px;
  padding: 0 9px;
  right: 5px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.rtl .apus-search-form.style2 form .btn {
  left: 5px;
  right: auto;
}
.apus-search-form.style2 form .btn i {
  font-size: 16px;
}
.apus-search-form .autocomplete-list {
  padding: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
@media only screen and (min-width: 1168px) {
  .apus-search-form .autocomplete-list {
    padding: 20px;
  }
}
.apus-search-form .autocomplete-list-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e8eef1;
}
@media only screen and (min-width: 1168px) {
  .apus-search-form .autocomplete-list-item {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
.apus-search-form .autocomplete-list-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.apus-search-form .autocomplete-list-item .autocompleate-media {
  display: block;
}
.apus-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: #1C2733;
}
.apus-search-form .autocomplete-list-item img {
  width: 60px;
  max-width: none;
}
.apus-search-form .autocomplete-list-item .price {
  color: #667488;
}
.apus-search-form .autocomplete-list-item .name-product {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 15px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #667488;
  text-transform: capitalize;
}
.apus-search-form .autocomplete-list-item .name-product strong {
  color: #e44343;
}

.widget-search {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.widget-search form {
  position: relative;
}
.widget-search .btn {
  top: 0;
  border: none;
  padding: 0;
  font-size: 18px;
  background: transparent;
  color: #11b719;
  line-height: 1;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 60px;
  height: 50px;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.rtl .widget-search .btn {
  left: 0;
  right: auto;
}
.widget-search .btn:hover {
  color: #667488;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-search .btn:focus {
  color: #667488;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-search .btn:focus-within {
  color: #667488;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-search .btn:active {
  color: #667488;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-search .form-control {
  background: #fff;
  color: #667488;
  padding: 0;
  border: none;
  height: 50px;
  cursor: pointer;
  border: 1px solid #dde6ef;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding-left: 30px;
  padding-right: 40px;
}
.rtl .widget-search .form-control {
  padding-right: 30px;
  padding-left: 0px;
}
.rtl .widget-search .form-control {
  padding-left: 40px;
  padding-right: 0px;
}
.widget-search .form-control::-moz-placeholder {
  color: #667488;
  opacity: 1;
  text-transform: none;
}
.widget-search .form-control:-ms-input-placeholder {
  color: #667488;
  text-transform: none;
}
.widget-search .form-control::-webkit-input-placeholder {
  color: #667488;
  text-transform: none;
}
.widget-search .form-control:hover {
  border-color: #11b719;
}
.widget-search .form-control:focus {
  border-color: #11b719;
}
.widget-search .form-control:focus-within {
  border-color: #11b719;
}
.widget-search .form-control:active {
  border-color: #11b719;
}

.tagcloud a {
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-right: 8px;
  font-size: 14px !important;
  display: inline-block;
  padding: 8px 15px;
  line-height: 1;
  border: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #fff;
  color: #667488;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 2px solid #e8eef1;
}
.rtl .tagcloud a {
  margin-left: 8px;
  margin-right: 0px;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a.active {
  color: #11b719;
  border-color: #11b719;
}

.video-wrapper-inner {
  position: relative;
}
.video-wrapper-inner .popup-video .popup-video-inner {
  display: block;
  background: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-animation: animate 2s linear infinite;
  -o-animation: animate 2s linear infinite;
  animation: animate 2s linear infinite;
}
@media (min-width: 1200px) {
  .video-wrapper-inner .popup-video .popup-video-inner {
    width: 85px;
    height: 85px;
  }
}
.video-wrapper-inner .popup-video .popup-video-inner i {
  border: 0;
  background: transparent;
  width: 0;
  cursor: pointer;
  border-color: transparent transparent transparent #11b719;
  -webkit-transition: 100ms all ease;
  -o-transition: 100ms all ease;
  transition: 100ms all ease;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}
@media (min-width: 1200px) {
  .video-wrapper-inner .popup-video .popup-video-inner i {
    border-width: 17px 0 17px 24px;
  }
}

#recentcomments > li {
  margin: 0 0 13px;
}
#recentcomments > li:last-child {
  margin: 0;
}
#recentcomments a {
  color: #1C2733;
}
#recentcomments a:hover {
  color: #11b719;
}
#recentcomments a:focus {
  color: #11b719;
}
#recentcomments a:focus-within {
  color: #11b719;
}
#recentcomments a:active {
  color: #11b719;
}

.widget-tabs .widget-title {
  display: inline-block;
}
.widget-tabs .nav-tabs {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 7px;
}
.widget-tabs .nav-tabs.tabs-list-v2 {
  margin: 0 0 15px;
}
.widget-tabs .carousel-controls {
  top: -42px;
}

.contant-info .title {
  margin: 0 0 20px;
  font-size: 30px;
}
.contant-info .info-description {
  margin: 0 0 30px;
}
.contant-info .media-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
.contant-info .media {
  margin-top: 30px;
}
.contant-info .media:hover .fa {
  border-color: #e44343;
  color: #e44343;
}
.contant-info .media-left {
  padding-right: 20px;
}
.rtl .contant-info .media-left {
  padding-left: 20px;
  padding-right: 0px;
}
.contant-info .media-left .fa {
  border: 2px solid #262626;
  border-radius: 50%;
  color: #262626;
  font-size: 25px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  width: 58px;
}

.widget_categories select,
.widget_archive select {
  width: 100%;
  padding: 8px;
  height: 50px;
}

.textwidget select {
  padding: 8px;
  max-width: 100%;
  color: #1C2733;
}

.form-login-register-inner .title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 30px 0;
  text-align: center;
}
.form-login-register-inner .box-employer {
  margin: 0;
}
.form-login-register-inner .box-employer textarea,
.form-login-register-inner .box-employer input[type="text"],
.form-login-register-inner .box-employer input[type="email"],
.form-login-register-inner .box-employer input[type="url"],
.form-login-register-inner .box-employer input[type="password"],
.form-login-register-inner .box-employer input[type="search"],
.form-login-register-inner .box-employer input[type="number"],
.form-login-register-inner .box-employer input[type="tel"],
.form-login-register-inner .box-employer input[type="range"],
.form-login-register-inner .box-employer input[type="date"],
.form-login-register-inner .box-employer input[type="month"],
.form-login-register-inner .box-employer input[type="week"],
.form-login-register-inner .box-employer input[type="time"],
.form-login-register-inner .box-employer input[type="datetime"],
.form-login-register-inner .box-employer input[type="datetime-local"],
.form-login-register-inner .box-employer input[type="color"] {
  border-width: 2px;
}

.nav-tabs-login {
  border-bottom: 2px solid #e8eef1;
}
.nav-tabs-login li {
  float: left;
  width: 50%;
  text-align: center;
  margin: 0 0 -2px !important;
}
.rtl .nav-tabs-login li {
  float: right;
}
.nav-tabs-login li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: none !important;
  margin: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #1C2733 !important;
  background-color: transparent !important;
}
.nav-tabs-login li.active {
  background-color: #11b719 !important;
}
.nav-tabs-login li.active a {
  color: #fff !important;
}

.login-form-wrapper .role-tabs,
.register-form .role-tabs {
  margin: 0 0 33px 0;
  text-align: center;
  clear: both;
  width: 100%;
  border: none;
  padding: 5px;
  background-color: #11b719;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.login-form-wrapper .role-tabs li,
.register-form .role-tabs li {
  display: block;
  cursor: pointer;
  padding: 11px 20px;
  width: 50%;
  font-size: 16px;
  color: #fff;
  border: none;
  font-weight: 400;
  margin-right: 8px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .login-form-wrapper .role-tabs li, .rtl
.register-form .role-tabs li {
  margin-left: 8px;
  margin-right: 0px;
}
.rtl .login-form-wrapper .role-tabs li, .rtl
.register-form .role-tabs li {
  float: right;
}
.login-form-wrapper .role-tabs li:last-child,
.register-form .role-tabs li:last-child {
  margin-right: 0px;
}
.rtl .login-form-wrapper .role-tabs li:last-child, .rtl
.register-form .role-tabs li:last-child {
  margin-left: 0px;
  margin-right: 0px;
}
.login-form-wrapper .role-tabs li input,
.register-form .role-tabs li input {
  display: none;
}
.login-form-wrapper .role-tabs li label,
.register-form .role-tabs li label {
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  width: 100%;
}
.login-form-wrapper .role-tabs li:hover, .login-form-wrapper .role-tabs li:focus, .login-form-wrapper .role-tabs li.active,
.register-form .role-tabs li:hover,
.register-form .role-tabs li:focus,
.register-form .role-tabs li.active {
  color: #272f46;
  background-color: #fff;
}
.login-form-wrapper .wp_job_board_candidate_show,
.register-form .wp_job_board_candidate_show {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.login-form-wrapper .form-control,
.register-form .form-control {
  border-width: 2px;
}
.login-form-wrapper .select2-container--default .select2-selection--single,
.register-form .select2-container--default .select2-selection--single {
  background: #fff;
  border-width: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.login-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.register-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent !important;
}
.login-form-wrapper .select2-container--default.select2-container--open .select2-selection--single,
.register-form .select2-container--default.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
  box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
  background-color: #fff !important;
}
.login-form-wrapper .form-group,
.register-form .form-group {
  margin-bottom: 15px;
}
.login-form-wrapper .back-link,
.register-form .back-link {
  color: #ff8b00;
}
.login-form-wrapper .login-form.loading,
.register-form .login-form.loading {
  outline: none;
}
.login-form-wrapper .login-form .remember,
.register-form .login-form .remember {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.login-form-wrapper .login-form .remember [type="checkbox"],
.register-form .login-form .remember [type="checkbox"] {
  float: none;
  margin-top: 0px;
}
.login-form-wrapper .remember,
.register-form .remember {
  font-weight: 400;
  color: #1C2733;
  cursor: pointer;
}
.login-form-wrapper [type="checkbox"],
.register-form [type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
}
.rtl .login-form-wrapper [type="checkbox"], .rtl
.register-form [type="checkbox"] {
  margin-left: 5px;
  margin-right: 0px;
}
.login-form-wrapper .info,
.register-form .info {
  font-size: 14px;
}
.login-form-wrapper .btn:not(.btn-sm),
.register-form .btn:not(.btn-sm) {
  padding: 10px 30px;
}
.login-form-wrapper .btn-theme-second:hover,
.register-form .btn-theme-second:hover {
  -webkit-box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
  box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
}
.login-form-wrapper .btn-theme-second:focus,
.register-form .btn-theme-second:focus {
  -webkit-box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
  box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
}
.login-form-wrapper .btn-theme-second:focus-within,
.register-form .btn-theme-second:focus-within {
  -webkit-box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
  box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
}
.login-form-wrapper .create-account,
.register-form .create-account {
  margin: 0 0 5px;
}
.login-form-wrapper .create-account .create,
.register-form .create-account .create {
  font-weight: 500;
  color: #11b719;
}
.login-form-wrapper .inner-register,
.register-form .inner-register {
  outline: none;
}

.sign-in-demo-notice {
  margin-bottom: 20px;
  padding: 10px 18px;
  font-size: 16px;
  text-align: center;
  background: #cdfacf;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sign-in-demo-notice strong {
  font-size: 16px;
  color: #11b719;
  font-weight: 600;
}

.forgotpassword-form,
.job-apply-email-form,
.change-password-form,
.delete-profile-form,
.register-form,
.login-form {
  position: relative;
}
.forgotpassword-form:before,
.job-apply-email-form:before,
.change-password-form:before,
.delete-profile-form:before,
.register-form:before,
.login-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  z-index: 99;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/32px auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .forgotpassword-form:before, .rtl
.job-apply-email-form:before, .rtl
.change-password-form:before, .rtl
.delete-profile-form:before, .rtl
.register-form:before, .rtl
.login-form:before {
  right: 0;
  left: auto;
}
.forgotpassword-form.loading:before,
.job-apply-email-form.loading:before,
.change-password-form.loading:before,
.delete-profile-form.loading:before,
.register-form.loading:before,
.login-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ajax-pagination {
  text-align: center;
  margin: 10px 0;
}
.ajax-pagination.apus-loader .apus-loadmore-btn {
  display: none;
}
.ajax-pagination.apus-loader:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  width: 40px;
  height: 40px;
}
.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
  display: none;
}
.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
  display: block;
  color: #e44343;
}

.main-items-wrapper {
  margin-bottom: 30px;
}

.not-allow-wrapper {
  margin-top: 25px;
}

.job-deadline.with-icon > * {
  display: inline-block;
}

.job-rss-link {
  color: #ff8b00;
  font-weight: 600;
  white-space: nowrap;
}
.job-rss-link i {
  display: inline-block;
  margin-left: 5px;
}
.rtl .job-rss-link i {
  margin-right: 5px;
  margin-left: 0px;
}

.title-wrapper > * {
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}
.title-wrapper .featured {
  margin-left: 3px;
}
.rtl .title-wrapper .featured {
  margin-right: 3px;
  margin-left: 0px;
}

.social-share-user a {
  margin: 0 5px;
}
.social-share-user a.facebook {
  color: #3b5999;
}
.social-share-user a.twitter {
  color: #55acee;
}
.social-share-user a.linkedin {
  color: #0077B5;
}
.social-share-user a.dribbble {
  color: #ea4c89;
}

.wrapper-shortlist {
  position: relative;
}
.wrapper-shortlist .alert {
  position: absolute;
  min-width: 400px;
  bottom: 100%;
  right: 0;
  margin-bottom: 12px;
}
.rtl .wrapper-shortlist .alert {
  left: 0;
  right: auto;
}
.wrapper-shortlist .alert-warning:before {
  content: '';
  border-width: 8px;
  border-color: #faebcc transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  right: 15px;
}
.rtl .wrapper-shortlist .alert-warning:before {
  left: 15px;
  right: auto;
}

.btn-action-job {
  position: relative;
  color: #bbc2cc;
  line-height: 1;
  background: #fff;
  font-size: 14px;
  border: 1px solid #e8eef1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.btn-action-job:before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.btn-action-job:hover {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}
.btn-action-job.no-text > span {
  display: none !important;
}
.btn-action-job.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.btn-action-job.btn-unfollow-employer, .btn-action-job.btn-added-candidate-shortlist, .btn-action-job.btn-added-job-shortlist {
  background: #11b719;
  border-color: #11b719;
  color: #fff;
}
.btn-action-job.has-text {
  width: auto;
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #e8eef1;
  color: #818ea0;
  background: #fff;
  font-size: 16px;
  min-height: 46px;
  padding: 8px 28px;
  font-weight: 400;
}
.btn-action-job.has-text:before {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-action-job.has-text i {
  font-size: 16px;
}
.btn-action-job.has-text span {
  margin-left: 10px;
}
.rtl .btn-action-job.has-text span {
  margin-right: 10px;
  margin-left: 0px;
}
.btn-action-job.has-text:hover {
  color: #11b719;
  border-color: #11b719;
}

.btn-shortlist,
.btn-loading {
  position: relative;
}
.btn-shortlist:before,
.btn-loading:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.btn-shortlist.loading:before,
.btn-loading.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.action [class*="candidate-shortlist"], .btn-shortlist {
  width: auto;
  border: 1px solid #11b719;
  background: #11b719;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .action [class*="candidate-shortlist"], .lt-ie8 .btn-shortlist {
  display: inline;
  zoom: 1;
}
.action [class*="candidate-shortlist"]:hover, .btn-shortlist:hover {
  color: #fff;
  background: #0fa016;
  border-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.action [class*="candidate-shortlist"]:focus, .btn-shortlist:focus {
  color: #fff;
  background: #0fa016;
  border-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.action [class*="candidate-shortlist"]:focus-within, .btn-shortlist:focus-within {
  color: #fff;
  background: #0fa016;
  border-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.action [class*="candidate-shortlist"]:active, .btn-shortlist:active {
  color: #fff;
  background: #0fa016;
  border-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.action [class*="candidate-shortlist"].btn-added-job-shortlist, .btn-shortlist.btn-added-job-shortlist {
  color: #fff;
  background: #fea21d;
  border-color: #fea21d;
}
.action [class*="candidate-shortlist"]:before, .btn-shortlist:before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  z-index: 2;
  background-color: #cdfacf;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.action [class*="candidate-shortlist"].loading:before, .btn-shortlist.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-job-private-message,
.btn-candidate-private-message,
.btn-employer-private-message {
  color: #fff;
  background-color: #ff8b00;
  border-color: #ff8b00;
  margin-bottom: 10px;
}
.btn-job-private-message:hover,
.btn-candidate-private-message:hover,
.btn-employer-private-message:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #e67d00;
  background-color: #e67d00;
}
.btn-job-private-message:focus,
.btn-candidate-private-message:focus,
.btn-employer-private-message:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #e67d00;
  background-color: #e67d00;
}
.btn-job-private-message:focus-within,
.btn-candidate-private-message:focus-within,
.btn-employer-private-message:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #e67d00;
  background-color: #e67d00;
}
.btn-job-private-message:active,
.btn-candidate-private-message:active,
.btn-employer-private-message:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #e67d00;
  background-color: #e67d00;
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"] {
  text-transform: capitalize;
  background: #11b719;
  border-color: #11b719;
  color: #fff !important;
  font-size: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .widget_apus_candidate_buttons [class*="candidate-shortlist"] {
  display: inline;
  zoom: 1;
}
.widget_apus_candidate_buttons [class*="candidate-shortlist"]:hover {
  background: #0e9214;
  border-color: #0e9214;
}
.widget_apus_candidate_buttons [class*="candidate-shortlist"]:focus {
  background: #0e9214;
  border-color: #0e9214;
}
.widget_apus_candidate_buttons [class*="candidate-shortlist"]:focus-within {
  background: #0e9214;
  border-color: #0e9214;
}
.widget_apus_candidate_buttons [class*="candidate-shortlist"]:active {
  background: #0e9214;
  border-color: #0e9214;
}
.widget_apus_candidate_buttons [class*="candidate-shortlist"]:after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.widget_apus_candidate_buttons [class*="candidate-shortlist"].loading:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.widget_apus_candidate_buttons .btn-added-candidate-shortlist {
  background: #feac36 !important;
  border-color: #feac36 !important;
}

.btn-download-cv {
  color: #fff;
  background: #03a9f4;
  border-color: #03a9f4;
}
.btn-download-cv:hover {
  color: #fff;
  background: #0398db;
  border-color: #0398db;
}
.btn-download-cv:focus {
  color: #fff;
  background: #0398db;
  border-color: #0398db;
}
.btn-download-cv:focus-within {
  color: #fff;
  background: #0398db;
  border-color: #0398db;
}
.btn-download-cv:active {
  color: #fff;
  background: #0398db;
  border-color: #0398db;
}

.applicant-action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.applicant-action-button a {
  position: relative;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  color: #667488;
  width: 30px;
  height: 30px;
  border: 2px solid #edf1f4;
  background: #fff;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 5px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .applicant-action-button a {
  margin-left: 5px;
  margin-right: 0px;
}
.applicant-action-button a:hover {
  color: #fff;
  background-color: #11b719;
  border-color: #11b719;
}
.applicant-action-button a:focus {
  color: #fff;
  background-color: #11b719;
  border-color: #11b719;
}
.applicant-action-button a:focus-within {
  color: #fff;
  background-color: #11b719;
  border-color: #11b719;
}
.applicant-action-button a:active {
  color: #fff;
  background-color: #11b719;
  border-color: #11b719;
}
.applicant-action-button a:before {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.applicant-action-button a.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.applicant-action-button a.deleted:hover, .applicant-action-button a.remove:hover, .applicant-action-button a.remove-btn:hover {
  border-color: #e44343;
  background-color: #e44343;
  color: #fff !important;
}
.applicant-action-button a.reject:hover {
  border-color: #ff8b00;
  background-color: #ff8b00;
  color: #fff !important;
}
.applicant-action-button a.btn-undo-reject-job-applied:hover {
  border-color: #79b530;
  background-color: #79b530;
  color: #fff !important;
}

.btn-apply {
  color: #fff;
  background: #11b719;
  border-color: #11b719;
  position: relative;
}
.btn-apply i {
  display: none !important;
}
.btn-apply:focus, .btn-apply:hover {
  border-color: #0e9214;
  background: #0e9214;
  color: #fff;
}
.btn-apply:before {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-apply.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.job-tags strong {
  margin-right: 15px;
}
.rtl .job-tags strong {
  margin-left: 15px;
  margin-right: 0px;
}
.job-tags a {
  color: #667488;
  text-transform: capitalize;
}
.job-tags a:hover {
  color: #11b719;
}
.job-tags a:focus {
  color: #11b719;
}
.job-tags a:focus-within {
  color: #11b719;
}
.job-tags a:active {
  color: #11b719;
}

span.featured {
  color: #11b719;
}

.btn-view {
  background: #e8edf1;
  border-color: transparent;
  color: #1C2733;
  line-height: 24px;
  position: relative;
  padding: 6px 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  min-width: 140px;
  text-align: center;
  text-transform: capitalize;
}
.btn-view:focus, .btn-view:hover {
  border-color: #78909C;
  background: #78909C;
  color: #fff;
}

.btn-link-candidate {
  display: inline-block;
  position: relative;
  padding: 0 1px;
}
.btn-link-candidate i {
  display: inline-block;
  margin-right: 10px;
}
.rtl .btn-link-candidate i {
  margin-left: 10px;
  margin-right: 0px;
}
.btn-link-candidate:hover, .btn-link-candidate:focus {
  color: #11b719;
}
.btn-link-candidate:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.btn-link-candidate.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.send-message-btn {
  display: block;
  position: relative;
}
.send-message-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.send-message-btn.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget_apus_candidate_buttons .btn-block + .btn-block {
  margin-top: 10px;
  font-size: 18px;
}

.location-banner-inner {
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.location-banner-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #221f1f;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.location-banner-inner:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.location-banner-inner:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #11b719;
}
.location-banner-inner .content-inner {
  position: absolute;
  padding: 18px 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.location-banner-inner .title {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.location-banner-inner .number {
  color: #fff;
  font-size: 16px;
}

.category-banner-inner {
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8eef1;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1168px) {
  .category-banner-inner {
    padding: 36px 30px 30px 30px;
  }
}
.category-banner-inner .icon-top {
  color: #e8e8e8;
  position: absolute;
  bottom: 5px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 5px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .category-banner-inner .icon-top {
  right: 5px;
  left: auto;
}
.category-banner-inner .icon-top i {
  font-size: 30px;
}
.category-banner-inner .category-icon {
  color: #667488;
  margin-bottom: 20px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.category-banner-inner .category-icon i {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .category-banner-inner .category-icon i {
    font-size: 40px;
  }
}
.category-banner-inner .category-banner-image {
  margin-bottom: 20px;
}
.category-banner-inner .category-banner-image .image-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .category-banner-inner .category-banner-image .image-wrapper {
  display: inline;
  zoom: 1;
}
.category-banner-inner .title {
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .category-banner-inner .title {
    font-size: 16px;
  }
}
.category-banner-inner .description {
  color: #667488;
}
.category-banner-inner .number {
  font-size: 14px;
  color: #11b719;
}
.category-banner-inner .inner {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.category-banner-inner:hover {
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.05);
}
.category-banner-inner:hover .icon-top {
  bottom: 15px;
  visibility: visible;
  pointer-events: auto;
  left: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .category-banner-inner:hover .icon-top {
  right: 15px;
  left: auto;
}
.category-banner-inner.style1 {
  outline: none;
}
.category-banner-inner.style2 .icon-top i:before {
  margin: 0;
  font-size: 30px;
  line-height: 1;
}

.form-workio-ppp .label,
.select2-wrapper .label,
.my-jobs-ordering .label,
.jobs-ordering .label {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #272f46;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.lt-ie8 .form-workio-ppp .label, .lt-ie8
.select2-wrapper .label, .lt-ie8
.my-jobs-ordering .label, .lt-ie8
.jobs-ordering .label {
  display: inline;
  zoom: 1;
}
.rtl .form-workio-ppp .label, .rtl
.select2-wrapper .label, .rtl
.my-jobs-ordering .label, .rtl
.jobs-ordering .label {
  margin-left: 15px;
  margin-right: 0px;
}
.form-workio-ppp .select2-container--default .select2-selection--single,
.select2-wrapper .select2-container--default .select2-selection--single,
.my-jobs-ordering .select2-container--default .select2-selection--single,
.jobs-ordering .select2-container--default .select2-selection--single {
  height: 42px;
  line-height: 42px;
  min-width: 165px;
  background: #fff;
  margin: 0;
  outline: none;
}
.form-workio-ppp .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding: 0 10px;
  color: #667488;
  background: #fff;
}
@media only screen and (min-width: 1168px) {
  .form-workio-ppp .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
  .my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
  .jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }
}
.form-workio-ppp .select2-container--default .select2-selection--single .select2-selection__clear,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__clear,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
}
.rtl .form-workio-ppp .select2-container--default .select2-selection--single .select2-selection__clear, .rtl
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__clear, .rtl
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear, .rtl
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: 10px;
  margin-right: 0px;
}
.form-workio-ppp .select2-container--default .select2-selection--single .select2-selection__clear:hover,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__clear:hover,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear:hover,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #e44343;
}
.form-workio-ppp .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__placeholder,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.subwoo-inner {
  background: #fff;
  padding: 0;
  position: relative;
  border: 1px solid #e5e5e5;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 20px;
}
.subwoo-inner.is_featured {
  border-color: #11b719;
}
.subwoo-inner.is_featured .icon-wrapper {
  color: #11b719 !important;
  border-color: #11b719 !important;
}
.subwoo-inner.is_featured .icon-wrapper > *:before {
  font-size: 20px;
}
.subwoo-inner.is_featured .add-cart .button {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}
.subwoo-inner .title {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 28px;
  color: #11b719;
  text-transform: capitalize;
}
.subwoo-inner .price {
  color: #1C2733;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 25px 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.subwoo-inner .price > * {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .subwoo-inner .price > * {
  display: inline;
  zoom: 1;
}
.subwoo-inner .price del {
  color: #667488;
  font-size: 18px;
  font-weight: 400;
  margin-right: 2px;
}
.rtl .subwoo-inner .price del {
  margin-left: 2px;
  margin-right: 0px;
}
.subwoo-inner .header-sub {
  padding: 40px 30px;
}
.subwoo-inner .short-des {
  margin-bottom: 0;
}
.subwoo-inner .short-des ul {
  line-height: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.subwoo-inner .short-des ul li {
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #e8eef1;
}
.subwoo-inner .short-des ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.subwoo-inner .icon-wrapper {
  color: #11b719;
  margin: 0 0 26px 0;
  line-height: 1;
  border: 1px solid transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #cdfacf;
}
.subwoo-inner .icon-wrapper > *:before {
  margin: 0;
  font-size: 24px;
}
.subwoo-inner .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subwoo-inner .content ul li {
  margin: 0 0 8px;
}
.subwoo-inner .content ul li:last-child {
  margin-bottom: 0;
}
.subwoo-inner .bookmark {
  top: 10px;
  position: absolute;
  left: -5px;
  background: #11b719;
  margin-bottom: 10px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 3px 4px 10px;
}
.rtl .subwoo-inner .bookmark {
  right: -5px;
  left: auto;
}
.lt-ie8 .subwoo-inner .bookmark {
  display: inline;
  zoom: 1;
}
.rtl .subwoo-inner .bookmark {
  padding: 4px 10px 4px 3px;
}
.subwoo-inner .bookmark:before {
  top: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #11b719;
  left: 100%;
}
.rtl .subwoo-inner .bookmark:before {
  border-right: 10px solid #11b719;
  border-left: inherit;
}
.rtl .subwoo-inner .bookmark:before {
  right: 100%;
  left: auto;
}
.subwoo-inner .bookmark:after {
  top: 100%;
  border-top: 5px solid #11b719;
  left: 0;
  border-left: 5px solid transparent;
}
.rtl .subwoo-inner .bookmark:after {
  right: 0;
  left: auto;
}
.rtl .subwoo-inner .bookmark:after {
  border-right: 5px solid transparent;
  border-left: inherit;
}
.subwoo-inner .bookmark:before, .subwoo-inner .bookmark:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.subwoo-inner .button-action {
  padding: 0;
}
.subwoo-inner .add-cart .added_to_cart, .subwoo-inner .add-cart .button {
  padding: 22px !important;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background: #edf1f4;
  border: none;
  line-height: 1;
  text-transform: capitalize;
  color: #272f46;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.lt-ie8 .subwoo-inner .add-cart .added_to_cart, .lt-ie8 .subwoo-inner .add-cart .button {
  display: inline;
  zoom: 1;
}
.subwoo-inner .add-cart .added_to_cart i, .subwoo-inner .add-cart .button i {
  display: none;
}
.subwoo-inner .add-cart .added_to_cart.loading, .subwoo-inner .add-cart .button.loading {
  color: transparent;
}
.subwoo-inner .add-cart .added_to_cart.loading:after, .subwoo-inner .add-cart .button.loading:after {
  color: #fff;
}
.subwoo-inner .add-cart .added_to_cart {
  color: #fff;
  background: #11b719;
}
.subwoo-inner .add-cart .added_to_cart.loading:after {
  color: #fff;
}
.subwoo-inner:hover {
  border-color: #11b719;
}
.subwoo-inner:hover .add-cart .added_to_cart, .subwoo-inner:hover .add-cart .button {
  color: #fff;
  background-color: #11b719;
}

.open-job {
  color: #1C2733;
}
.open-job span {
  color: #667488;
}

.employer-style-inner .job-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.employer-style-inner .employer-metas .open-job {
  color: #11b719;
}
.employer-style-inner .job-category a {
  color: #667488;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.employer-style-inner .job-category a:hover {
  color: #11b719;
  text-transform: none;
}
.employer-style-inner .job-category a:focus {
  color: #11b719;
  text-transform: none;
}
.employer-style-inner .job-category a:focus-within {
  color: #11b719;
  text-transform: none;
}
.employer-style-inner .job-category a:active {
  color: #11b719;
  text-transform: none;
}
.employer-style-inner .btn-action-job {
  top: 15px;
  z-index: 2;
  padding: 0;
  min-height: auto;
  line-height: 1;
  position: absolute;
  right: 15px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.rtl .employer-style-inner .btn-action-job {
  left: 15px;
  right: auto;
}
.employer-style-inner .btn-action-job.btn-unfollow-employer {
  opacity: 1;
  filter: alpha(opacity=100);
}

.employer-grid {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 20px 30px 20px;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 768px) {
  .employer-grid {
    margin-bottom: 30px;
  }
}
.employer-grid .employer-logo {
  text-align: center;
  margin: 20px auto;
}
.employer-grid .employer-logo a {
  border: 1px solid #e8eef1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 80px;
  height: 80px;
}
.employer-grid .employer-logo img {
  max-width: 56px;
  line-height: 56px;
}
.employer-grid .employer-information {
  text-align: center;
}
.employer-grid .employer-title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.employer-grid .title-wrapper {
  margin-bottom: 5px;
}
.employer-grid .job-category {
  margin-bottom: 5px;
}
.employer-grid .job-location {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.employer-grid:hover .btn-action-job {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}

.employer-list {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8eef1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.employer-list:hover {
  border-left: 4px solid #11b719;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
}
.rtl .employer-list:hover {
  border-right: 4px solid #11b719;
  border-left: inherit;
}
@media (min-width: 768px) {
  .employer-list .employer-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .employer-list .employer-information {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .employer-list .employer-information > div {
    width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .employer-list .employer-information > div:nth-child(2) {
    width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .employer-list .employer-information > div {
    width: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .employer-list .employer-information > div:nth-child(2) {
    width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .employer-list .employer-information > div:last-child {
    text-align: right;
  }
  .rtl .employer-list .employer-information > div:last-child {
    text-align: left;
  }
}
.employer-list .right-content {
  width: 100%;
}
.employer-list .left-inner {
  position: relative;
}
.employer-list .left-inner + .right-content {
  width: calc(100% - 75px);
  padding-left: 15px;
}
.rtl .employer-list .left-inner + .right-content {
  padding-right: 15px;
  padding-left: 0px;
}
@media only screen and (min-width: 1168px) {
  .employer-list .left-inner + .right-content {
    padding-left: 30px;
  }
  .rtl .employer-list .left-inner + .right-content {
    padding-right: 30px;
    padding-left: 0px;
  }
}
.employer-list .employer-logo {
  overflow: hidden;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.employer-list .employer-title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.employer-list .title-wrapper {
  margin-bottom: 0;
}
.employer-list .found-date {
  color: #1C2733;
  margin-right: 5px;
}
.rtl .employer-list .found-date {
  margin-left: 5px;
  margin-right: 0px;
}
.employer-list .employer-metas a:not([class]) {
  color: #667488;
}
.employer-list .employer-metas a:not([class]):hover, .employer-list .employer-metas a:not([class]):focus {
  color: #1C2733;
}
.employer-list:hover {
  z-index: 1;
}

.employers-wrapper .type-employer {
  position: relative;
}
.employers-wrapper .type-employer .featured-urgent-label {
  top: 10px;
  position: absolute;
  left: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rtl .employers-wrapper .type-employer .featured-urgent-label {
  right: -5px;
  left: auto;
}
.employers-wrapper .type-employer .featured-urgent-label .featured {
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  background: #11b719;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 3px 7px 10px;
}
.lt-ie8 .employers-wrapper .type-employer .featured-urgent-label .featured {
  display: inline;
  zoom: 1;
}
.rtl .employers-wrapper .type-employer .featured-urgent-label .featured {
  padding: 7px 10px 7px 3px;
}
.employers-wrapper .type-employer .featured-urgent-label .featured:before {
  top: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #11b719;
  left: 100%;
}
.rtl .employers-wrapper .type-employer .featured-urgent-label .featured:before {
  border-right: 10px solid #11b719;
  border-left: inherit;
}
.rtl .employers-wrapper .type-employer .featured-urgent-label .featured:before {
  right: 100%;
  left: auto;
}
.employers-wrapper .type-employer .featured-urgent-label .featured:after {
  top: 100%;
  border-top: 5px solid #11b719;
  left: 0;
  border-left: 5px solid transparent;
}
.rtl .employers-wrapper .type-employer .featured-urgent-label .featured:after {
  right: 0;
  left: auto;
}
.rtl .employers-wrapper .type-employer .featured-urgent-label .featured:after {
  border-right: 5px solid transparent;
  border-left: inherit;
}
.employers-wrapper .type-employer .featured-urgent-label .featured:before, .employers-wrapper .type-employer .featured-urgent-label .featured:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}
.employers-wrapper .style-list-employers {
  margin-bottom: 30px;
}

.employers-listing-wrapper .results-count {
  font-size: 16px;
  color: #272f46;
  font-weight: 500;
}

.list-alphabet {
  list-style: none;
  text-align: justify;
  background-color: #fff;
  padding: 0;
  margin: 0 0 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (min-width: 1168px) {
  .list-alphabet {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.list-alphabet li {
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .list-alphabet li {
  display: inline;
  zoom: 1;
}
.list-alphabet li:first-child {
  margin-left: 0;
}
.rtl .list-alphabet li:first-child {
  margin-right: 0;
  margin-left: 0px;
}
.list-alphabet li:last-child {
  margin-right: 0;
}
.rtl .list-alphabet li:last-child {
  margin-left: 0;
  margin-right: 0px;
}

.company-items-inner {
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .company-items-inner {
    margin-bottom: 30px;
  }
}
.company-items-inner .letter-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #272f46;
  padding: 30px 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.company-items-inner .letter-title h3 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0;
  font-size: 30px;
  color: inherit;
}
@media only screen and (min-width: 1168px) {
  .company-items-inner .letter-title h3 {
    font-size: 40px;
  }
}
.company-items-inner .letter-title .job-count {
  margin-left: 10px;
}
.rtl .company-items-inner .letter-title .job-count {
  margin-right: 10px;
  margin-left: 0px;
}
.company-items-inner .content-bottom {
  padding: 20px 0px;
  border-top: 1px solid #dee6ed;
}
.company-items-inner .company-item {
  margin-bottom: 10px;
}
.company-items-inner .company-item:last-child {
  margin-bottom: 0;
}
.company-items-inner a {
  color: #667488;
}
.company-items-inner a:hover {
  color: #11b719;
}
.company-items-inner a:focus {
  color: #11b719;
}
.company-items-inner a:focus-within {
  color: #11b719;
}
.company-items-inner a:active {
  color: #11b719;
}
.company-items-inner:hover .letter-title {
  color: #11b719;
}

.job-metas > div {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rtl .job-metas > div {
  text-align: right;
}
.lt-ie8 .job-metas > div {
  display: inline;
  zoom: 1;
}
.rtl .job-metas > div {
  margin-left: 10px;
  margin-right: 0px;
}
@media only screen and (min-width: 1168px) {
  .job-metas > div {
    margin-right: 25px;
  }
  .rtl .job-metas > div {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.job-metas > div:last-child {
  margin-right: 0;
}
.rtl .job-metas > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-metas i {
  margin-right: 0;
}
.rtl .job-metas i {
  margin-left: 0;
  margin-right: 0px;
}

.job-title {
  font-size: 18px;
  margin: 0 0 5px;
}

.job-location i,
.job-salary i {
  margin-right: 5px;
}
.rtl .job-location i, .rtl
.job-salary i {
  margin-left: 5px;
  margin-right: 0px;
}

.type-job {
  font-size: 14px;
  font-weight: 500;
}

.job-style-inner {
  position: relative;
  padding: 20px;
  background: #fff;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.job-style-inner .job-types .type-job {
  padding: 5px 15px;
  border: 1px solid #e8eef1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.job-style-inner .wrapper-shortlist {
  outline: none;
}
.job-style-inner .btn-action-job {
  outline: none;
}
.job-style-inner .job-location a {
  color: #667488;
}
.job-style-inner .job-location a:hover, .job-style-inner .job-location a:focus {
  color: #1C2733;
}
.job-style-inner:hover {
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
}
.job-style-inner:hover .btn-action-job {
  opacity: 1;
  filter: alpha(opacity=100);
}

.job-grid {
  text-align: center;
  border: 1px solid #e8eef1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .job-grid {
    margin-bottom: 30px;
  }
}
.job-grid .job-types {
  top: 10px;
  position: absolute;
  right: 10px;
}
.rtl .job-grid .job-types {
  left: 10px;
  right: auto;
}
.job-grid .employer-title {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}
.job-grid .employer-title a {
  color: #11b719;
}
.job-grid .job-title {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 500;
}
.job-grid .job-tags {
  margin-bottom: 3px;
}
.job-grid .job-metas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.job-grid .job-metas .wrapper-shortlist {
  margin-left: auto;
}
.rtl .job-grid .job-metas .wrapper-shortlist {
  margin-right: auto;
  margin-left: 0px;
}
.job-grid .job-employer-info-wrapper {
  outline: none;
}
.job-grid .job-employer-info-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .job-grid .job-employer-info-wrapper > * {
  display: inline;
  zoom: 1;
}
.job-grid .job-postdate {
  margin-top: 3px;
}
.job-grid .employer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .job-grid .employer-logo {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.job-grid .employer-logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #e8eef1;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.job-grid .job-location.with-icon {
  margin-bottom: 15px;
}
.job-grid:hover .employer-logo a {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.job-grid-default {
  padding: 20px 20px 0;
}
.job-grid-default .job-location.with-icon {
  margin-bottom: 7px;
}
.job-grid-default .job-metas {
  margin-top: 20px;
  padding: 12px 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #e8eef1;
}

.job-grid-v1 {
  padding: 0;
}
.job-grid-v1 .job-metas {
  padding: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 5px;
}
.job-grid-v1 .job-tags {
  padding: 0 20px;
}
.job-grid-v1 .job-tags a {
  padding: 3px 10px;
  margin-bottom: 7px;
  border: 1px solid #e8eef1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-right: 5px;
}
.lt-ie8 .job-grid-v1 .job-tags a {
  display: inline;
  zoom: 1;
}
.rtl .job-grid-v1 .job-tags a {
  margin-left: 5px;
  margin-right: 0px;
}
.job-grid-v1 .job-tags a:hover {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.job-grid-v1 .job-tags a:focus {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.job-grid-v1 .job-tags a:focus-within {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.job-grid-v1 .job-tags a:active {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.job-grid-v1 .job-tags a:last-child {
  margin-right: 0;
}
.rtl .job-grid-v1 .job-tags a:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-grid-v1 .job-tags .count-more-tags {
  color: #fff;
  padding: 4px 7px;
  font-weight: 700;
  font-size: 12px;
  background-color: #11b719;
  margin-bottom: 7px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.lt-ie8 .job-grid-v1 .job-tags .count-more-tags {
  display: inline;
  zoom: 1;
}
.job-grid-v1 .job-location {
  padding: 0 20px;
}
.job-grid-v1 .employer-title {
  margin-bottom: 20px;
}
.job-grid-v1 .job-title-wrapper {
  padding: 0 20px;
}
.job-grid-v1 .employer-logo {
  margin-bottom: 30px;
  margin-top: 40px;
}
.job-grid-v1 .more {
  margin-bottom: 25px;
}
.job-grid-v1:hover .view-detail {
  color: #11b719;
}

.featured-urgent-label {
  top: 10px;
  position: absolute;
  left: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rtl .featured-urgent-label {
  right: -5px;
  left: auto;
}
.featured-urgent-label .urgent,
.featured-urgent-label .featured {
  margin-bottom: 10px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  background: #ff526c;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 3px 4px 10px;
}
.lt-ie8 .featured-urgent-label .urgent, .lt-ie8
.featured-urgent-label .featured {
  display: inline;
  zoom: 1;
}
.rtl .featured-urgent-label .urgent, .rtl
.featured-urgent-label .featured {
  padding: 4px 10px 4px 3px;
}
.featured-urgent-label .urgent:before,
.featured-urgent-label .featured:before {
  top: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #ff526c;
  left: 100%;
}
.rtl .featured-urgent-label .urgent:before, .rtl
.featured-urgent-label .featured:before {
  border-right: 9px solid #ff526c;
  border-left: inherit;
}
.rtl .featured-urgent-label .urgent:before, .rtl
.featured-urgent-label .featured:before {
  right: 100%;
  left: auto;
}
.featured-urgent-label .urgent:after,
.featured-urgent-label .featured:after {
  top: 100%;
  border-top: 5px solid #eb344f;
  left: 0;
  border-left: 5px solid transparent;
}
.rtl .featured-urgent-label .urgent:after, .rtl
.featured-urgent-label .featured:after {
  right: 0;
  left: auto;
}
.rtl .featured-urgent-label .urgent:after, .rtl
.featured-urgent-label .featured:after {
  border-right: 5px solid transparent;
  border-left: inherit;
}
.featured-urgent-label .urgent:before, .featured-urgent-label .urgent:after,
.featured-urgent-label .featured:before,
.featured-urgent-label .featured:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}
.featured-urgent-label .featured {
  background: #11b719;
}
.featured-urgent-label .featured:before {
  border-left: 10px solid #11b719;
}
.rtl .featured-urgent-label .featured:before {
  border-right: 10px solid #11b719;
  border-left: inherit;
}
.featured-urgent-label .featured:after {
  border-top: 5px solid #11b719;
}

.job-location i {
  display: inline-block;
  margin-right: 5px;
}
.rtl .job-location i {
  margin-left: 5px;
  margin-right: 0px;
}

.job-list {
  padding: 20px;
  margin-top: 30px;
  border: none;
}
.job-list .job-types .type-job {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.job-list .type-job {
  font-size: 16px;
  font-weight: 400;
}
.job-list .btn-apply {
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
  -webkit-box-shadow: 0 2px 8px rgba(102, 103, 107, 0.15);
  box-shadow: 0 2px 8px rgba(102, 103, 107, 0.15);
  color: #1C2733;
  background-color: #fff;
  border-color: #fff;
}
.rtl .job-list .btn-apply {
  margin-right: auto;
  margin-left: 0px;
}
.job-list:hover .btn-apply {
  background-color: #11b719;
  border-color: #11b719;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.job-list .deadline-time {
  position: relative;
  display: none;
}
.job-list .deadline-time:before {
  font-size: 12px;
  margin-right: 8px;
  content: "";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rtl .job-list .deadline-time:before {
  margin-left: 8px;
  margin-right: 0px;
}
.job-list .deadline-time strong {
  font-weight: 400;
}
.job-list.job-style-inner {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.job-list .job-employer-logo {
  position: relative;
  width: 120px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 15px;
}
.rtl .job-list .job-employer-logo {
  padding-left: 15px;
  padding-right: 0px;
}
@media only screen and (min-width: 1168px) {
  .job-list .job-employer-logo {
    padding-right: 30px;
  }
  .rtl .job-list .job-employer-logo {
    padding-left: 30px;
    padding-right: 0px;
  }
}
.job-list .job-employer-logo + .job-information {
  width: 45%;
}
.job-list .job-employer-info-wrapper > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.lt-ie8 .job-list .job-employer-info-wrapper > * {
  display: inline;
  zoom: 1;
}
.rtl .job-list .job-employer-info-wrapper > * {
  margin-left: 5px;
  margin-right: 0px;
}
.job-list .job-employer-info-wrapper > *:last-child {
  margin-right: 0;
}
.rtl .job-list .job-employer-info-wrapper > *:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-list .employer-title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  line-height: 1.63;
  margin: 0 5px 0 0;
}
.rtl .job-list .employer-title {
  margin: 0 0 0 5px;
}
.job-list .employer-title a {
  color: #11b719;
}
.job-list .job-title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.job-list .title-wrapper {
  margin: 0 0 5px 0;
}
.job-list .job-metas {
  margin: 5px 0 0;
  color: #272f46;
}
.job-list .job-metas strong {
  font-weight: 400;
  color: #667488;
}
.job-list .urgent {
  outline: none;
}
.job-list .wrapper-shortlist {
  right: 30px;
  top: 0;
  position: absolute;
}
.rtl .job-list .wrapper-shortlist {
  left: 30px;
  right: auto;
}
.job-list .btn-action-job {
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}
.job-list .btn-action-job.added {
  opacity: 1;
  filter: alpha(opacity=100);
}

.job-list-v1 .job-location {
  margin-top: 5px;
}
.job-list-v1 .deadline-time {
  display: block;
}
.job-list-v1 .btn-apply {
  margin-left: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.rtl .job-list-v1 .btn-apply {
  margin-right: auto;
  margin-left: 0px;
}
.job-list-v1 .wrapper-shortlist {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .job-list-v1 .wrapper-shortlist {
  left: 0;
  right: auto;
}
.job-list-v1 .wrapper-shortlist .btn-action-job {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

.job-list-container {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e8eef1;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media (min-width: 768px) {
  .job-list-container {
    padding: 20px;
  }
}
.job-list-container:hover {
  border-left: 4px solid #11b719;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
}
.rtl .job-list-container:hover {
  border-right: 4px solid #11b719;
  border-left: inherit;
}

.job-list-small {
  background: #fff;
  border: 1px solid #e9f0f3;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02);
  box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02);
}
@media (min-width: 768px) {
  .job-list-small {
    padding: 20px;
  }
}
.job-list-small .employer-logo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.job-list-small .employer-logo + .job-information {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.rtl .job-list-small .employer-logo + .job-information {
  padding-right: 20px;
  padding-left: 0px;
}
.job-list-small .job-information {
  width: 100%;
}
.job-list-small .job-title {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 400;
}
.job-list-small .job-metas {
  margin-top: 5px;
  font-size: 13px;
}
.job-list-small .job-metas i {
  margin-right: 5px;
  font-size: 15px;
}
.rtl .job-list-small .job-metas i {
  margin-left: 5px;
  margin-right: 0px;
}
.job-list-small .job-metas > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.rtl .job-list-small .job-metas > * {
  margin-left: 15px;
  margin-right: 0px;
}
.job-list-small .job-metas > *:last-child {
  margin-right: 0;
}
.rtl .job-list-small .job-metas > *:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-list-small .job-tags {
  margin-top: 5px;
}
.job-list-small .job-tags strong {
  display: none;
}
.job-list-small .job-location {
  font-size: 16px;
  color: #667488;
}

.job-list-simple {
  margin-bottom: 25px;
}
.job-list-simple:last-child {
  margin-bottom: 0;
}
.job-list-simple .employer-logo {
  width: 110px;
  padding-right: 20px;
}
.rtl .job-list-simple .employer-logo {
  padding-left: 20px;
  padding-right: 0px;
}
.job-list-simple .employer-logo + .inner {
  width: calc(100% - 110px);
}
.job-list-simple .job-title {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 500;
  max-height: 42px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-list-simple .job-location strong {
  display: none;
}
.job-list-simple .job-metas {
  font-size: 15px;
}
.job-list-simple .employer-logo {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}
.job-list-simple .employer-logo a {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  border: 1px solid #e8eef1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 5px;
}
.job-list-simple .employer-logo a img {
  vertical-align: middle;
}

.filter-job-form select,
.filter-job-form input[type="text"],
.filter-job-form input[type="password"],
.filter-job-form input[type="search"] {
  background-color: #fff;
  border: 1px solid #d8e2e7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-job-form select:hover,
.filter-job-form input[type="text"]:hover,
.filter-job-form input[type="password"]:hover,
.filter-job-form input[type="search"]:hover {
  border-color: #11b719;
}
.filter-job-form select:focus,
.filter-job-form input[type="text"]:focus,
.filter-job-form input[type="password"]:focus,
.filter-job-form input[type="search"]:focus {
  border-color: #11b719;
}
.filter-job-form select:focus-within,
.filter-job-form input[type="text"]:focus-within,
.filter-job-form input[type="password"]:focus-within,
.filter-job-form input[type="search"]:focus-within {
  border-color: #11b719;
}
.filter-job-form select:active,
.filter-job-form input[type="text"]:active,
.filter-job-form input[type="password"]:active,
.filter-job-form input[type="search"]:active {
  border-color: #11b719;
}

.widget-candidates.carousel .slick-carousel .slick-list,
.widget-jobs.carousel .slick-carousel .slick-list {
  margin-top: 5px;
}
.widget-candidates .widget-title,
.widget-jobs .widget-title {
  font-size: 30px;
}
@media only screen and (min-width: 1168px) {
  .widget-candidates .widget-title,
  .widget-jobs .widget-title {
    margin: 0 0 50px;
  }
}
.widget-candidates .bottom-view,
.widget-jobs .bottom-view {
  margin-top: 30px;
}
.widget-candidates .bottom-view .btn i,
.widget-jobs .bottom-view .btn i {
  font-size: 12px;
  margin-left: 5px;
}
.rtl .widget-candidates .bottom-view .btn i, .rtl
.widget-jobs .bottom-view .btn i {
  margin-right: 5px;
  margin-left: 0px;
}

.widget-candidates {
  margin-bottom: 0;
}

.widget-jobs-tabs .top-info {
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1168px) {
  .widget-jobs-tabs .top-info {
    margin: 0 0 50px;
  }
}
.widget-jobs-tabs .nav-tabs {
  display: inline-block;
  background: #11b719;
  padding: 8px;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.widget-jobs-tabs .nav-tabs > li {
  margin: 0 !important;
  float: none;
  display: inline-block;
  white-space: nowrap;
}
.widget-jobs-tabs .nav-tabs > li + li {
  margin-left: 3px !important;
}
.rtl .widget-jobs-tabs .nav-tabs > li + li {
  margin-right: 3px !important;
  margin-left: 0px;
}
.widget-jobs-tabs .nav-tabs > li > a {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  border: none !important;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 14px 15px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0;
}
@media (min-width: 768px) {
  .widget-jobs-tabs .nav-tabs > li > a {
    min-width: 190px;
  }
}
.widget-jobs-tabs .nav-tabs > li:hover > a, .widget-jobs-tabs .nav-tabs > li.active > a {
  color: #11b719;
  background: #fff;
}

.widget-candidates .style-list-candidate,
.candidates-wrapper .style-list-candidate {
  margin-top: 30px;
  position: relative;
}

.candidate-archive-layout {
  position: relative;
  background: #fff;
}
.candidate-archive-layout .rating-avg {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #febe42;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.lt-ie8 .candidate-archive-layout .rating-avg {
  display: inline;
  zoom: 1;
}
.candidate-archive-layout .review-stars-rated-wrapper {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .candidate-archive-layout .review-stars-rated-wrapper {
  display: inline;
  zoom: 1;
}
.candidate-archive-layout .thumbnail-inner {
  position: relative;
}
.candidate-archive-layout .thumbnail-inner .rating-avg {
  position: absolute;
  bottom: 5px;
  right: -8px;
}
.rtl .candidate-archive-layout .thumbnail-inner .rating-avg {
  left: -8px;
  right: auto;
}
.candidate-archive-layout .thumbnail-inner .featured {
  position: absolute;
  top: 5px;
  left: -8px;
}
.rtl .candidate-archive-layout .thumbnail-inner .featured {
  right: -8px;
  left: auto;
}
.candidate-archive-layout .urgent {
  outline: none;
}
.candidate-archive-layout .candidate-category a {
  font-size: 16px;
  color: #667488;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.candidate-archive-layout .candidate-category a:hover {
  color: #11b719;
  text-transform: none;
}
.candidate-archive-layout .candidate-category a:focus {
  color: #11b719;
  text-transform: none;
}
.candidate-archive-layout .candidate-category a:focus-within {
  color: #11b719;
  text-transform: none;
}
.candidate-archive-layout .candidate-category a:active {
  color: #11b719;
  text-transform: none;
}
.candidate-archive-layout .candidate-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}
.candidate-archive-layout .info {
  margin: 10px 0 0;
  color: #272f46;
}
.candidate-archive-layout .info strong {
  font-weight: 400;
  color: #667488;
}
.candidate-archive-layout .job-tags a {
  padding: 3px 12px;
  margin-bottom: 7px;
  border: 1px solid #e8eef1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-right: 3px;
}
.lt-ie8 .candidate-archive-layout .job-tags a {
  display: inline;
  zoom: 1;
}
.rtl .candidate-archive-layout .job-tags a {
  margin-left: 3px;
  margin-right: 0px;
}
.candidate-archive-layout .job-tags a:hover {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.candidate-archive-layout .job-tags a:focus {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.candidate-archive-layout .job-tags a:focus-within {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.candidate-archive-layout .job-tags a:active {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.candidate-archive-layout .job-tags a:last-child {
  margin-right: 0;
}
.rtl .candidate-archive-layout .job-tags a:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.candidate-archive-layout:hover .btn-action-job {
  opacity: 1;
  filter: alpha(opacity=100);
}

.candidate-archive-layout .btn-action-job {
  top: 15px;
  padding: 0;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  line-height: 1;
  min-height: auto;
  color: #b2b2b2 !important;
  border: 1px solid #e8eef1;
  background-color: #fff;
  width: 34px;
  height: 34px;
  right: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .candidate-archive-layout .btn-action-job {
  left: 15px;
  right: auto;
}
.candidate-archive-layout .btn-action-job span {
  display: none;
}
.candidate-archive-layout .btn-action-job:after {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f08a";
  font-family: "FontAwesome";
}
.candidate-archive-layout:hover .btn-action-job {
  color: #fff !important;
  border-color: #11b719;
  background-color: #11b719;
}
.candidate-archive-layout .btn-action-job[class*="added"] {
  color: #fff !important;
  border-color: #11b719;
  background-color: #11b719;
}

.candidate-grid {
  text-align: center;
  border: 1px solid #e8eef1;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 768px) {
  .candidate-grid {
    margin-bottom: 30px;
  }
}
.candidate-grid:hover .candidate-logo a {
  -webkit-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.candidate-grid .candidate-information > div {
  margin-bottom: 10px;
}
.candidate-grid .candidate-information > div.job-tags {
  margin-bottom: 0;
}
.candidate-grid .candidate-information > div.candidate-location {
  margin-bottom: 20px;
}
.candidate-grid .candidate-information > div:last-child {
  margin-bottom: 0;
}
.candidate-grid .candidate-information a:not([class]) {
  color: #667488;
}
.candidate-grid .candidate-information a:not([class]):hover, .candidate-grid .candidate-information a:not([class]):focus {
  color: #1C2733;
}
.candidate-grid .inner-bottom {
  padding: 0;
  margin: 0;
}
.candidate-grid .candidate-information {
  padding: 0 10px;
}
.candidate-grid .candidate-logo {
  padding: 0;
  margin-bottom: 30px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.candidate-grid .candidate-logo a {
  border: 1px solid #e8eef1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.candidate-grid .candidate-logo img {
  max-width: 78px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.candidate-grid .job-metas > div {
  float: none;
  margin: 0 0 5px 0;
  display: block;
  text-align: center;
}
.candidate-grid .candidate-salary {
  margin-bottom: 20px;
}
.candidate-grid .candidate-btns {
  margin: 10px 0 22px;
}

.candidate-list {
  padding: 15px;
  border: 1px solid #e8eef1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media (min-width: 768px) {
  .candidate-list {
    padding: 20px;
  }
}
.candidate-list:hover {
  border-left: 4px solid #11b719;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
}
.rtl .candidate-list:hover {
  border-right: 4px solid #11b719;
  border-left: inherit;
}
.candidate-list .candidate-category {
  margin: 3px 0 5px 0;
}
@media (min-width: 768px) {
  .candidate-list .candidate-list-info {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.candidate-list .info {
  margin-top: 0;
  color: #667488;
}
.candidate-list .info > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.rtl .candidate-list .info > div {
  margin-left: 10px;
  margin-right: 0px;
}
.candidate-list .info > div i {
  font-size: 14px;
  margin-right: 5px;
}
.rtl .candidate-list .info > div i {
  margin-left: 5px;
  margin-right: 0px;
}
.candidate-list .info > div:last-child {
  margin-right: 0;
}
.rtl .candidate-list .info > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.candidate-list .info a:not([class]) {
  color: #667488;
}
.candidate-list .info a:not([class]):hover, .candidate-list .info a:not([class]):focus {
  color: #1C2733;
}
@media (min-width: 768px) {
  .candidate-list .job-tags {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.candidate-list .job-tags a {
  margin: 2px 0;
}
.candidate-list .candidate-list-shortlist {
  margin-left: auto;
}
.rtl .candidate-list .candidate-list-shortlist {
  margin-right: auto;
  margin-left: 0px;
}
.candidate-list .inner-left {
  width: 100%;
}
.candidate-list .candidate-thumbnail {
  position: relative;
  width: 80px;
  height: 80px;
}
.candidate-list .candidate-thumbnail a {
  border: 1px solid #e8eef1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.08);
}
.candidate-list .candidate-thumbnail a img {
  max-width: 78px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.candidate-list .candidate-thumbnail .featured {
  position: absolute;
  top: 5px;
  left: -8px;
}
.rtl .candidate-list .candidate-thumbnail .featured {
  right: -8px;
  left: auto;
}
@media (min-width: 768px) {
  .candidate-list .candidate-thumbnail + .inner-left {
    padding-left: 20px;
  }
  .rtl .candidate-list .candidate-thumbnail + .inner-left {
    padding-right: 20px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1168px) {
  .candidate-list .candidate-thumbnail + .inner-left {
    padding-left: 30px;
  }
  .rtl .candidate-list .candidate-thumbnail + .inner-left {
    padding-right: 30px;
    padding-left: 0px;
  }
}
.candidate-list .candidate-thumbnail .rating-avg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl .candidate-list .candidate-thumbnail .rating-avg {
  left: 0;
  right: auto;
}
.candidate-list .application-status-label {
  font-weight: 700;
  margin-left: 5px;
}
.rtl .candidate-list .application-status-label {
  margin-right: 5px;
  margin-left: 0px;
}
.candidate-list .application-status-label.approved {
  background-color: #79b530;
}
.candidate-list .application-status-label.rejected {
  background-color: #e44343;
}
.candidate-list .application-status-label.pending {
  background-color: #ff8b00;
}

.candidate-salary i {
  vertical-align: text-bottom;
}

.candidates-listing-wrapper .results-count {
  font-size: 16px;
  margin: 0;
  color: #272f46;
  font-weight: 500;
}

.trending-keywords {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1168px) {
  .trending-keywords {
    margin-top: 30px;
  }
}
.trending-keywords li {
  display: inline-block;
  margin-right: 5px;
}
.rtl .trending-keywords li {
  margin-left: 5px;
  margin-right: 0px;
}
.trending-keywords li.item:after {
  content: ',';
}
.trending-keywords li:last-child {
  margin-right: 0;
}
.rtl .trending-keywords li:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.trending-keywords li:last-child:after {
  display: none;
}

.form-search .trending-keywords {
  margin-top: 15px;
  color: #b8d1ff;
}
@media only screen and (min-width: 1168px) {
  .form-search .trending-keywords {
    margin-top: 30px;
  }
}
.form-search .trending-keywords .title {
  color: #fff;
  font-weight: 500;
}
.form-search .trending-keywords a {
  color: #b8d1ff;
}
.form-search .trending-keywords a:hover, .form-search .trending-keywords a:focus {
  color: #fff;
}

.search-form-inner {
  outline: none;
}
.search-form-inner .form-group-title {
  outline: none;
}
.search-form-inner .form-group-search {
  outline: none;
}
.search-form-inner .form-group {
  margin: 0;
}
.search-form-inner.group-title-large .form-group-title {
  width: 55%;
}
.search-form-inner .form-control {
  padding: 0 25px;
  border: none;
  height: 62px;
  line-height: 62px;
  background: #fff;
  color: #1C2733;
}
.search-form-inner .btn-submit {
  text-transform: capitalize;
  height: 62px;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.search-form-inner .btn-submit i {
  margin-right: 10px;
}
.rtl .search-form-inner .btn-submit i {
  margin-left: 10px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .search-form-inner .btn-submit {
    padding: 0 15px;
  }
  .search-form-inner .btn-submit:hover {
    color: #fff;
  }
  .search-form-inner .btn-submit:focus {
    color: #fff;
  }
  .search-form-inner .btn-submit:focus-within {
    color: #fff;
  }
  .search-form-inner .btn-submit:active {
    color: #fff;
  }
}
.search-form-inner .select2-container--default .select2-selection--single {
  border: none;
  height: 62px;
  line-height: 62px;
  background: #fff;
  margin: 0;
}
.search-form-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 62px;
}
.search-form-inner .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.header-tabs-wrapper .header-tabs-nav {
  background: #f3f3f3;
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1168px) {
  .header-tabs-wrapper .header-tabs-nav {
    padding: 20px 0 0;
  }
}
.header-tabs-wrapper .header-tabs-nav:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -1000px;
  width: 10000px;
  height: 100%;
  top: 0;
  background: #f3f3f3;
}
.header-tabs-wrapper.affix {
  position: fixed;
  z-index: 7;
}

.header-tabs-nav .nav li {
  float: left;
}
.rtl .header-tabs-nav .nav li {
  float: right;
}
.header-tabs-nav .nav li > a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 5px 15px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}
@media only screen and (min-width: 1168px) {
  .header-tabs-nav .nav li > a {
    padding: 16px 25px;
  }
}
.header-tabs-nav .nav li > a:hover, .header-tabs-nav .nav li > a:focus {
  color: #1C2733;
  background: transparent;
}
.header-tabs-nav .nav li.active > a {
  color: #1C2733;
  background: #fff;
}

.employer-logo-wrapper-v2 {
  text-align: center;
}
.employer-logo-wrapper-v2 .job-detail-thumbnail {
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.employer-logo-wrapper-v2 .job-detail-title {
  font-size: 20px;
  margin: 15px 0 3px;
}
.employer-logo-wrapper-v2 .job-location {
  color: #667488;
  font-size: 16px;
}

.job-detail-also-viewed .item {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e8eef1;
}
.job-detail-also-viewed .item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.job-detail-also-viewed .job-title {
  font-size: 15px;
  margin: 0 0 2px;
  font-weight: 400;
}
.job-detail-also-viewed .job-location {
  margin-top: 5px;
}

.job-detail-employer-info .employer-thumbnail {
  width: 120px;
  height: 120px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.job-detail-employer-info .bottom-inner,
.job-detail-employer-info .employer-address,
.job-detail-employer-info .employer-links {
  margin-top: 15px;
}
.job-detail-employer-info .employer-links a {
  white-space: nowrap;
  margin-right: 25px;
}
.rtl .job-detail-employer-info .employer-links a {
  margin-left: 25px;
  margin-right: 0px;
}
.job-detail-employer-info .employer-links a:last-child {
  margin-right: 0;
}
.rtl .job-detail-employer-info .employer-links a:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-detail-employer-info .employer-links a i {
  margin-left: 12px;
}
.rtl .job-detail-employer-info .employer-links a i {
  margin-right: 12px;
  margin-left: 0px;
}
.job-detail-employer-info .text {
  font-weight: 500;
}
.job-detail-employer-info .value {
  color: #667488;
}

.job-detail-buttons {
  position: relative;
}
.job-detail-buttons .alert {
  position: absolute;
  bottom: 100%;
  min-width: 100%;
  right: 0;
  z-index: 2;
  margin-bottom: 10px;
}
.rtl .job-detail-buttons .alert {
  left: 0;
  right: auto;
}
.job-detail-buttons .deadline-time {
  text-align: center;
  margin-bottom: 15px;
}
.job-detail-buttons .btn-apply {
  margin-right: 5px;
}
.rtl .job-detail-buttons .btn-apply {
  margin-left: 5px;
  margin-right: 0px;
}

.job-detail-employer-info .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.job-detail-employer-info .list li {
  color: #1C2733;
  overflow: hidden;
  margin-bottom: 9px;
}
.job-detail-employer-info .list li:last-child {
  margin-bottom: 0;
}
.job-detail-employer-info .list li div {
  display: inline;
}

.employer-detail-detail .inner-image,
.job-detail-detail .inner-image {
  margin: 15px 0 30px 0;
  text-align: center;
}
.employer-detail-detail .icon,
.job-detail-detail .icon {
  display: none !important;
}
.employer-detail-detail .list,
.job-detail-detail .list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.employer-detail-detail .list li,
.job-detail-detail .list li {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8eef1;
}
.employer-detail-detail .list li:last-child,
.job-detail-detail .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.employer-detail-detail .list li div.job-category a,
.job-detail-detail .list li div.job-category a {
  color: #667488;
}
.employer-detail-detail .list li div.job-category a:hover,
.job-detail-detail .list li div.job-category a:hover {
  color: #11b719;
}
.employer-detail-detail .list li div.job-category a:focus,
.job-detail-detail .list li div.job-category a:focus {
  color: #11b719;
}
.employer-detail-detail .list li div.job-category a:focus-within,
.job-detail-detail .list li div.job-category a:focus-within {
  color: #11b719;
}
.employer-detail-detail .list li div.job-category a:active,
.job-detail-detail .list li div.job-category a:active {
  color: #11b719;
}
.employer-detail-detail .icon,
.job-detail-detail .icon {
  font-size: 25px;
  color: #11b719;
  float: left;
}
.rtl .employer-detail-detail .icon, .rtl
.job-detail-detail .icon {
  float: right;
}
.employer-detail-detail .icon > *:after, .employer-detail-detail .icon > *:before,
.job-detail-detail .icon > *:after,
.job-detail-detail .icon > *:before {
  font-size: 30px;
  margin-left: 0;
}
.rtl .employer-detail-detail .icon > *:after, .rtl .employer-detail-detail .icon > *:before, .rtl
.job-detail-detail .icon > *:after, .rtl
.job-detail-detail .icon > *:before {
  margin-right: 0;
  margin-left: 0px;
}
.employer-detail-detail .value,
.job-detail-detail .value {
  color: #667488;
}
.employer-detail-detail .value a,
.job-detail-detail .value a {
  color: #667488;
}
.employer-detail-detail .value a:hover, .employer-detail-detail .value a:focus,
.job-detail-detail .value a:hover,
.job-detail-detail .value a:focus {
  color: #11b719;
}
.employer-detail-detail .details,
.job-detail-detail .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.employer-detail-detail .details > div,
.job-detail-detail .details > div {
  display: inline-block;
}
.employer-detail-detail .details .text,
.job-detail-detail .details .text {
  min-width: 125px;
  font-weight: 500;
  color: #272f46;
}
.employer-detail-detail .social-title,
.job-detail-detail .social-title {
  font-size: 14px;
  margin: 20px 0 10px;
}
.employer-detail-detail .apus-social-share a,
.job-detail-detail .apus-social-share a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  border: 1px solid #eaeff5;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 5px;
  background: #fff;
  color: #11b719;
}
.rtl .employer-detail-detail .apus-social-share a, .rtl
.job-detail-detail .apus-social-share a {
  margin-left: 5px;
  margin-right: 0px;
}
.employer-detail-detail .apus-social-share a:hover, .employer-detail-detail .apus-social-share a:focus,
.job-detail-detail .apus-social-share a:hover,
.job-detail-detail .apus-social-share a:focus {
  color: #fff;
  background: #11b719;
  border-color: #11b719;
}
.employer-detail-detail .apus-social-share a:last-child,
.job-detail-detail .apus-social-share a:last-child {
  margin-right: 0;
}
.rtl .employer-detail-detail .apus-social-share a:last-child, .rtl
.job-detail-detail .apus-social-share a:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.employer-detail-detail .btn-employer-private-message,
.employer-detail-detail .btn-candidate-private-message,
.job-detail-detail .btn-employer-private-message,
.job-detail-detail .btn-candidate-private-message {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.employer-detail-detail .action .deadline-time,
.job-detail-detail .action .deadline-time {
  margin-bottom: 15px;
  margin-top: 25px;
}
.employer-detail-detail .action .deadline-time strong,
.job-detail-detail .action .deadline-time strong {
  font-weight: 400;
  color: #1C2733;
}
.employer-detail-detail .action .btn,
.job-detail-detail .action .btn {
  width: 100%;
  display: block !important;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.employer-detail-detail .action .btn:before,
.job-detail-detail .action .btn:before {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.employer-detail-detail .action .btn:last-child,
.job-detail-detail .action .btn:last-child {
  margin-bottom: 0;
}

.employer-detail-detail .list {
  margin-bottom: 30px;
}

.employer-detail-description,
.job-detail-description {
  padding: 20px 0;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (min-width: 1200px) {
  .employer-detail-description,
  .job-detail-description {
    padding: 80px 0 40px 0;
  }
}
.employer-detail-description h3.mb10,
.employer-detail-description .title,
.job-detail-description h3.mb10,
.job-detail-description .title {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: none;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 32px;
  position: relative;
}
.employer-detail-description h3.mb10:before,
.employer-detail-description .title:before,
.job-detail-description h3.mb10:before,
.job-detail-description .title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 2px;
  background-color: #667488;
  margin-right: 7px;
}
.rtl .employer-detail-description h3.mb10:before, .rtl
.employer-detail-description .title:before, .rtl
.job-detail-description h3.mb10:before, .rtl
.job-detail-description .title:before {
  margin-left: 7px;
  margin-right: 0px;
}
.employer-detail-description > ol, .employer-detail-description ul,
.job-detail-description > ol,
.job-detail-description ul {
  padding: 0;
  list-style-position: inside;
  margin: 0 0 20px;
}
.employer-detail-description > ol li, .employer-detail-description ul li,
.job-detail-description > ol li,
.job-detail-description ul li {
  margin-bottom: 5px;
}
.employer-detail-description > div,
.job-detail-description > div {
  margin-bottom: 35px;
  margin-top: 35px;
}
.employer-detail-description > div .title,
.job-detail-description > div .title {
  margin-bottom: 30px;
}
.employer-detail-description > div:last-child,
.job-detail-description > div:last-child {
  margin-bottom: 0;
}
.employer-detail-description .social-share-bookmak,
.job-detail-description .social-share-bookmak {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .employer-detail-description > [id*="job-candidate"] .title + div,
  .job-detail-description > [id*="job-candidate"] .title + div {
    padding-left: 30px;
  }
  .rtl .employer-detail-description > [id*="job-candidate"] .title + div, .rtl
  .job-detail-description > [id*="job-candidate"] .title + div {
    padding-right: 30px;
    padding-left: 0px;
  }
}
.employer-detail-description .tag-detail .job-tags strong,
.job-detail-description .tag-detail .job-tags strong {
  color: #1C2733;
}
.employer-detail-description .tag-detail .job-tags a,
.job-detail-description .tag-detail .job-tags a {
  padding: 3px 10px;
  margin-bottom: 7px;
  border: 1px solid #e8eef1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-right: 5px;
}
.lt-ie8 .employer-detail-description .tag-detail .job-tags a, .lt-ie8
.job-detail-description .tag-detail .job-tags a {
  display: inline;
  zoom: 1;
}
.rtl .employer-detail-description .tag-detail .job-tags a, .rtl
.job-detail-description .tag-detail .job-tags a {
  margin-left: 5px;
  margin-right: 0px;
}
.employer-detail-description .tag-detail .job-tags a:hover,
.job-detail-description .tag-detail .job-tags a:hover {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.employer-detail-description .tag-detail .job-tags a:focus,
.job-detail-description .tag-detail .job-tags a:focus {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.employer-detail-description .tag-detail .job-tags a:focus-within,
.job-detail-description .tag-detail .job-tags a:focus-within {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.employer-detail-description .tag-detail .job-tags a:active,
.job-detail-description .tag-detail .job-tags a:active {
  color: #11b719;
  border-color: #11b719;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.employer-detail-description .tag-detail .job-tags a:last-child,
.job-detail-description .tag-detail .job-tags a:last-child {
  margin-right: 0;
}
.rtl .employer-detail-description .tag-detail .job-tags a:last-child, .rtl
.job-detail-description .tag-detail .job-tags a:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.employer-detail-description #commentform .form-submit,
.job-detail-description #commentform .form-submit {
  margin-bottom: 0;
}

.employer-detail-portfolio {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .employer-detail-portfolio {
    margin-bottom: 50px;
  }
}
.employer-detail-portfolio .title {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: none;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 32px;
}

.social-job-detail {
  padding: 30px 0 0;
  margin-top: 30px;
  border-top: 1px solid #dee6ed;
}

.statistic-item {
  padding: 13px 20px;
  margin-bottom: 20px;
  border: 1px solid #e8eef1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.statistic-item:last-child {
  margin-bottom: 0;
}
.statistic-item .icon {
  line-height: 1;
  font-size: 25px;
}
@media only screen and (min-width: 1168px) {
  .statistic-item .icon i:before {
    font-size: 30px;
    margin-left: 0;
  }
  .rtl .statistic-item .icon i:before {
    margin-right: 0;
    margin-left: 0px;
  }
}
.statistic-item .text {
  padding-left: 10px;
  font-size: 14px;
}
.rtl .statistic-item .text {
  padding-right: 10px;
  padding-left: 0px;
}
@media only screen and (min-width: 1168px) {
  .statistic-item .text {
    padding-left: 15px;
  }
  .rtl .statistic-item .text {
    padding-right: 15px;
    padding-left: 0px;
  }
}
.statistic-item .number {
  font-size: 16px;
  color: #1C2733;
  font-weight: 500;
  padding-right: 5px;
}
.rtl .statistic-item .number {
  padding-left: 5px;
  padding-right: 0px;
}

.widget-job-detail-social span.title {
  color: #1C2733;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.widget-job-detail-social .apus-social-share {
  display: inline-block;
  vertical-align: middle;
}
.widget-job-detail-social .apus-social-share a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-align: center;
  line-height: 40px;
}
.widget-job-detail-social .apus-social-share a:hover, .widget-job-detail-social .apus-social-share a:focus {
  color: #fff;
  background: #11b719;
}
.widget-job-detail-social.st_dark {
  background: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.detail-wrapper {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #eaeff5;
}
@media only screen and (min-width: 1168px) {
  .detail-wrapper {
    margin-bottom: 40px;
  }
}
.detail-wrapper .detail-wrapper-header {
  padding: 14px 20px;
  border-bottom: 1px solid #eaeff5;
}
.detail-wrapper .detail-wrapper-header h1, .detail-wrapper .detail-wrapper-header h2, .detail-wrapper .detail-wrapper-header h3, .detail-wrapper .detail-wrapper-header h4 {
  margin: 0;
}
.detail-wrapper .detail-wrapper-body {
  padding: 20px;
}

.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-list li {
  width: 100%;
  margin: 0 0 12px;
  position: relative;
  line-height: 22px;
  font-size: 16px;
  padding-left: 23px;
}
.rtl .detail-list li {
  padding-right: 23px;
  padding-left: 0px;
}
.detail-list li:before {
  position: absolute;
  left: 0;
  display: block;
  top: 13px;
  width: 10px;
  height: 1px;
  content: "";
  background: #677782;
}
.rtl .detail-list li:before {
  right: 0;
  left: auto;
}

@-webkit-keyframes scale_icon {
  from {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Standard syntax */
@keyframes scale_icon {
  from {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.job_maps_sidebar #jobs-google-maps {
  height: 180px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 1168px) {
  .job_maps_sidebar #jobs-google-maps {
    height: 250px;
  }
}

.job-detail-portfolio .education-item,
.candidate-detail-portfolio .education-item {
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1168px) {
  .job-detail-portfolio .education-item,
  .candidate-detail-portfolio .education-item {
    margin-bottom: 0;
  }
}
.job-detail-portfolio .content-bottom,
.candidate-detail-portfolio .content-bottom {
  margin-bottom: 30px;
}
.job-detail-portfolio .drop-top,
.candidate-detail-portfolio .drop-top {
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
  .job-detail-portfolio .drop-top,
  .candidate-detail-portfolio .drop-top {
    margin-bottom: -20px;
  }
}
.job-detail-portfolio .item,
.candidate-detail-portfolio .item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .job-detail-portfolio .item,
  .candidate-detail-portfolio .item {
    margin-bottom: 20px;
  }
}
.job-detail-portfolio .item img,
.candidate-detail-portfolio .item img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.job-detail-portfolio .item:after,
.candidate-detail-portfolio .item:after {
  z-index: -1;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.job-detail-portfolio .item:before,
.candidate-detail-portfolio .item:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.job-detail-portfolio .item:hover img,
.candidate-detail-portfolio .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.job-detail-portfolio .item:hover:before,
.candidate-detail-portfolio .item:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.job-detail-portfolio .item:hover:after,
.candidate-detail-portfolio .item:hover:after {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}

.candidate-detail-skill .progress-box {
  margin-bottom: 20px;
}
.candidate-detail-skill .progress-box:last-child {
  margin-bottom: 0;
}
.candidate-detail-skill .progress-box .box-title {
  margin: 0;
}

.contact-form-employer .form-control,
.contact-form-candidate .form-control {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}
.contact-form-employer textarea,
.contact-form-candidate textarea {
  height: 140px;
  resize: none;
}
.contact-form-employer .form-group,
.contact-form-candidate .form-group {
  margin-bottom: 10px;
}
.contact-form-employer .button,
.contact-form-candidate .button {
  text-transform: uppercase;
}

.candidate-detail-cv {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px dashed #d8e3e8;
  font-size: 20px;
  color: #01b2ac;
  background: rgba(1, 178, 172, 0.07);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (min-width: 1168px) {
  .candidate-detail-cv {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
.candidate-detail-cv:hover {
  color: #017f7b;
  background: rgba(1, 178, 172, 0.07);
  border-color: #b8ccd5;
}
.candidate-detail-cv:focus {
  color: #017f7b;
  background: rgba(1, 178, 172, 0.07);
  border-color: #b8ccd5;
}
.candidate-detail-cv:focus-within {
  color: #017f7b;
  background: rgba(1, 178, 172, 0.07);
  border-color: #b8ccd5;
}
.candidate-detail-cv:active {
  color: #017f7b;
  background: rgba(1, 178, 172, 0.07);
  border-color: #b8ccd5;
}
.candidate-detail-cv:last-child {
  margin-bottom: 0;
}
.candidate-detail-cv .icon_type {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.lt-ie8 .candidate-detail-cv .icon_type {
  display: inline;
  zoom: 1;
}
.rtl .candidate-detail-cv .icon_type {
  float: left;
}
.candidate-detail-cv .icon_type > *:after, .candidate-detail-cv .icon_type > *:before {
  font-size: 36px;
  margin-left: 0;
}
.rtl .candidate-detail-cv .icon_type > *:after, .rtl .candidate-detail-cv .icon_type > *:before {
  margin-right: 0;
  margin-left: 0px;
}
.candidate-detail-cv .extension {
  font-size: 16px;
  text-transform: uppercase;
}
.candidate-detail-cv .filename {
  font-size: 17px;
  font-weight: 500;
}

.job-metas-cadidate {
  margin-top: 5px;
}
.job-metas-cadidate i {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}
.rtl .job-metas-cadidate i {
  margin-left: 8px;
  margin-right: 0px;
}
.job-metas-cadidate > div {
  display: inline-block;
  margin-right: 25px;
}
.rtl .job-metas-cadidate > div {
  margin-left: 25px;
  margin-right: 0px;
}
.job-metas-cadidate > div:last-child {
  margin-right: 0;
}
.rtl .job-metas-cadidate > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}

.candidate-detail-buttons:before, .candidate-detail-buttons:after {
  content: " ";
  display: table;
}
.candidate-detail-buttons:after {
  clear: both;
}
.candidate-detail-buttons > * {
  width: 48%;
  float: left;
  margin: 0 10px 0 0;
}
.rtl .candidate-detail-buttons > * {
  float: right;
}
.rtl .candidate-detail-buttons > * {
  margin: 0 0 0 10px;
}
.candidate-detail-buttons > *:last-child {
  margin-right: 0;
}
.rtl .candidate-detail-buttons > *:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.candidate-detail-buttons .wrapper-shortlist {
  outline: none;
}

.list-detail-candidate {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-detail-candidate i {
  margin-top: 5px;
  margin-right: 6px;
}
.rtl .list-detail-candidate i {
  margin-left: 6px;
  margin-right: 0px;
}
.list-detail-candidate li {
  float: left;
  margin-right: 12px;
}
.rtl .list-detail-candidate li {
  float: right;
}
.rtl .list-detail-candidate li {
  margin-left: 12px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .list-detail-candidate li {
    margin-right: 15px;
  }
  .rtl .list-detail-candidate li {
    margin-left: 15px;
    margin-right: 0px;
  }
}
.list-detail-candidate li:last-child {
  margin-right: 0;
}
.rtl .list-detail-candidate li:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.list-detail-candidate li > div:before, .list-detail-candidate li > div:after {
  content: " ";
  display: table;
}
.list-detail-candidate li > div:after {
  clear: both;
}
.list-detail-candidate li > div > * {
  float: left;
}
.rtl .list-detail-candidate li > div > * {
  float: right;
}
.list-detail-candidate .type-job,
.list-detail-candidate .job-location {
  color: #667488;
  font-size: 16px;
}
.list-detail-candidate .type-job:hover,
.list-detail-candidate .job-location:hover {
  color: #1C2733;
}
.list-detail-candidate .type-job:focus,
.list-detail-candidate .job-location:focus {
  color: #1C2733;
}
.list-detail-candidate .type-job:focus-within,
.list-detail-candidate .job-location:focus-within {
  color: #1C2733;
}
.list-detail-candidate .type-job:active,
.list-detail-candidate .job-location:active {
  color: #1C2733;
}

.my_resume_eduarea .content {
  position: relative;
  margin-bottom: 0;
  padding-left: 28px;
  border-left: 2px solid #11b719;
}
.rtl .my_resume_eduarea .content {
  padding-right: 28px;
  padding-left: 0px;
}
.rtl .my_resume_eduarea .content {
  border-right: 2px solid #11b719;
  border-left: inherit;
}
.my_resume_eduarea .content:before {
  top: 0;
  position: absolute;
  content: "";
  background-color: #fff;
  border: 2px solid #11b719;
  left: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.rtl .my_resume_eduarea .content:before {
  right: -9px;
  left: auto;
}
.my_resume_eduarea .content:last-child {
  margin-bottom: 0;
}
.my_resume_eduarea .content:last-child .candidate-detail-description {
  padding-bottom: 0;
}
.my_resume_eduarea .start_date {
  font-weight: 400;
  color: #667488;
  font-size: 16px;
  padding-left: 5px;
}
.rtl .my_resume_eduarea .start_date {
  padding-right: 5px;
  padding-left: 0px;
}
.my_resume_eduarea .candidate-detail-resume.candidate-detail-awards .heading-detail-info {
  margin-bottom: 0;
}
.my_resume_eduarea .candidate-detail-description {
  padding-bottom: 35px;
}

.heading-detail-info {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #272f46;
  text-transform: uppercase;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  position: relative;
  top: -8px;
}
.heading-detail-info .year {
  font-weight: 400;
  font-size: 16px;
  color: #667488;
  padding-left: 5px;
}
.rtl .heading-detail-info .year {
  padding-right: 5px;
  padding-left: 0px;
}

.title-detail-info {
  margin: -5px 0 5px 0;
  font-size: 16px;
  color: #11b719;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.candidate_resume_skill .progress-box {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.candidate_resume_skill .progress-box:last-child {
  margin-bottom: 0;
}
.candidate_resume_skill .progress-box .box-title {
  color: #667488;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}
.candidate_resume_skill .progress-box .inner {
  background-color: #eeeeee;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative;
}
.candidate_resume_skill .progress-box .bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11b719;
  width: 50%;
  height: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.rtl .candidate_resume_skill .progress-box .bar-fill {
  right: 0;
  left: auto;
}
.candidate_resume_skill .progress-box .bar-fill .percent {
  color: #11b719;
  font-weight: 500;
  top: -25px;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
}
.rtl .candidate_resume_skill .progress-box .bar-fill .percent {
  left: 0;
  right: auto;
}

.releated-candidates .widget-title {
  border: none !important;
  margin-bottom: 10px;
}

#reviews .your-rating {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.comment-form-rating {
  display: inline-block;
  position: relative;
  overflow: hidden;
  clear: both;
}
.comment-form-rating > label {
  display: none;
}
.comment-form-rating .review-stars {
  font-size: 22px;
  line-height: 1;
  color: #cccccc;
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-form-rating .review-stars li {
  padding-right: 10px;
  float: left;
}
.rtl .comment-form-rating .review-stars li {
  padding-left: 10px;
  padding-right: 0px;
}
.comment-form-rating .review-stars li:last-child {
  padding-right: 0;
}
.rtl .comment-form-rating .review-stars li:last-child {
  padding-left: 0;
  padding-right: 0px;
}
.comment-form-rating .review-stars.filled {
  color: #febe42;
  position: absolute;
  top: 0;
  left: 0;
}

.employer-detail-header .employer-information .title-wrapper .employer-title {
  margin-bottom: 0;
}

.job-detail-header,
.candidate-detail-header,
.employer-detail-header {
  background-position: 0 0;
  background-color: #242d3e;
  position: relative;
  background-size: cover;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1168px) {
  .job-detail-header,
  .candidate-detail-header,
  .employer-detail-header {
    padding: 280px 0 30px 0;
  }
}
.job-detail-header:before,
.candidate-detail-header:before,
.employer-detail-header:before {
  content: "";
  top: 0;
  background-color: rgba(36, 45, 62, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.rtl .job-detail-header:before, .rtl
.candidate-detail-header:before, .rtl
.employer-detail-header:before {
  right: 0;
  left: auto;
}
.job-detail-header .employer-detail-inner,
.job-detail-header .candidate-detail-inner,
.candidate-detail-header .employer-detail-inner,
.candidate-detail-header .candidate-detail-inner,
.employer-detail-header .employer-detail-inner,
.employer-detail-header .candidate-detail-inner {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.job-detail-header .employer-detail-inner .socials-top-employer,
.job-detail-header .candidate-detail-inner .socials-top-employer,
.candidate-detail-header .employer-detail-inner .socials-top-employer,
.candidate-detail-header .candidate-detail-inner .socials-top-employer,
.employer-detail-header .employer-detail-inner .socials-top-employer,
.employer-detail-header .candidate-detail-inner .socials-top-employer {
  margin-left: auto;
}
.rtl .job-detail-header .employer-detail-inner .socials-top-employer, .rtl
.job-detail-header .candidate-detail-inner .socials-top-employer, .rtl
.candidate-detail-header .employer-detail-inner .socials-top-employer, .rtl
.candidate-detail-header .candidate-detail-inner .socials-top-employer, .rtl
.employer-detail-header .employer-detail-inner .socials-top-employer, .rtl
.employer-detail-header .candidate-detail-inner .socials-top-employer {
  margin-right: auto;
  margin-left: 0px;
}
.job-detail-header .employer-title,
.candidate-detail-header .employer-title,
.employer-detail-header .employer-title {
  margin: 0;
  font-size: 22px;
  color: #fff;
}
@media (min-width: 1200px) {
  .job-detail-header .employer-title,
  .candidate-detail-header .employer-title,
  .employer-detail-header .employer-title {
    font-size: 28px;
  }
}
.job-detail-header .inner-info,
.candidate-detail-header .inner-info,
.employer-detail-header .inner-info {
  color: #fff;
}
.job-detail-header .inner-info a:not([class]),
.candidate-detail-header .inner-info a:not([class]),
.employer-detail-header .inner-info a:not([class]) {
  color: rgba(255, 255, 255, 0.8);
}
.job-detail-header .inner-info a:not([class]):hover, .job-detail-header .inner-info a:not([class]):focus,
.candidate-detail-header .inner-info a:not([class]):hover,
.candidate-detail-header .inner-info a:not([class]):focus,
.employer-detail-header .inner-info a:not([class]):hover,
.employer-detail-header .inner-info a:not([class]):focus {
  color: #fff;
}
.job-detail-header .inner-info .job-title,
.candidate-detail-header .inner-info .job-title,
.employer-detail-header .inner-info .job-title {
  color: #fff;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .job-detail-header .inner-info .job-title,
  .candidate-detail-header .inner-info .job-title,
  .employer-detail-header .inner-info .job-title {
    font-size: 28px;
  }
}
.job-detail-header .inner-info .job-category,
.candidate-detail-header .inner-info .job-category,
.employer-detail-header .inner-info .job-category {
  margin-bottom: 5px;
}
.job-detail-header .job-detail-thumbnail,
.candidate-detail-header .job-detail-thumbnail,
.employer-detail-header .job-detail-thumbnail {
  position: relative;
  margin-right: 15px;
}
.rtl .job-detail-header .job-detail-thumbnail, .rtl
.candidate-detail-header .job-detail-thumbnail, .rtl
.employer-detail-header .job-detail-thumbnail {
  margin-left: 15px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .job-detail-header .job-detail-thumbnail,
  .candidate-detail-header .job-detail-thumbnail,
  .employer-detail-header .job-detail-thumbnail {
    margin-right: 25px;
  }
  .rtl .job-detail-header .job-detail-thumbnail, .rtl
  .candidate-detail-header .job-detail-thumbnail, .rtl
  .employer-detail-header .job-detail-thumbnail {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.job-detail-header .job-detail-thumbnail a,
.candidate-detail-header .job-detail-thumbnail a,
.employer-detail-header .job-detail-thumbnail a {
  display: block;
  padding: 25px;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media (min-width: 1200px) {
  .job-detail-header .job-detail-thumbnail a,
  .candidate-detail-header .job-detail-thumbnail a,
  .employer-detail-header .job-detail-thumbnail a {
    width: 130px;
    height: 130px;
  }
}
.job-detail-header .job-detail-buttons,
.candidate-detail-header .job-detail-buttons,
.employer-detail-header .job-detail-buttons {
  color: #fff;
}
@media (min-width: 768px) {
  .job-detail-header .job-detail-buttons,
  .candidate-detail-header .job-detail-buttons,
  .employer-detail-header .job-detail-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.job-detail-header .job-detail-buttons .job-detail-header-container,
.candidate-detail-header .job-detail-buttons .job-detail-header-container,
.employer-detail-header .job-detail-buttons .job-detail-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.job-detail-header .job-detail-buttons .job-detail-header-container > div,
.candidate-detail-header .job-detail-buttons .job-detail-header-container > div,
.employer-detail-header .job-detail-buttons .job-detail-header-container > div {
  margin-right: 20px;
}
.rtl .job-detail-header .job-detail-buttons .job-detail-header-container > div, .rtl
.candidate-detail-header .job-detail-buttons .job-detail-header-container > div, .rtl
.employer-detail-header .job-detail-buttons .job-detail-header-container > div {
  margin-left: 20px;
  margin-right: 0px;
}
.job-detail-header .job-detail-buttons .job-detail-header-container > div:last-child,
.candidate-detail-header .job-detail-buttons .job-detail-header-container > div:last-child,
.employer-detail-header .job-detail-buttons .job-detail-header-container > div:last-child {
  margin-right: 0;
}
.rtl .job-detail-header .job-detail-buttons .job-detail-header-container > div:last-child, .rtl
.candidate-detail-header .job-detail-buttons .job-detail-header-container > div:last-child, .rtl
.employer-detail-header .job-detail-buttons .job-detail-header-container > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-detail-header .job-detail-header-meta:before, .job-detail-header .job-detail-header-meta:after,
.candidate-detail-header .job-detail-header-meta:before,
.candidate-detail-header .job-detail-header-meta:after,
.employer-detail-header .job-detail-header-meta:before,
.employer-detail-header .job-detail-header-meta:after {
  content: " ";
  display: table;
}
.job-detail-header .job-detail-header-meta:after,
.candidate-detail-header .job-detail-header-meta:after,
.employer-detail-header .job-detail-header-meta:after {
  clear: both;
}
.job-detail-header .job-detail-header-meta > div,
.candidate-detail-header .job-detail-header-meta > div,
.employer-detail-header .job-detail-header-meta > div {
  float: left;
  margin-right: 10px;
}
.rtl .job-detail-header .job-detail-header-meta > div, .rtl
.candidate-detail-header .job-detail-header-meta > div, .rtl
.employer-detail-header .job-detail-header-meta > div {
  float: right;
}
.rtl .job-detail-header .job-detail-header-meta > div, .rtl
.candidate-detail-header .job-detail-header-meta > div, .rtl
.employer-detail-header .job-detail-header-meta > div {
  margin-left: 10px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .job-detail-header .job-detail-header-meta > div,
  .candidate-detail-header .job-detail-header-meta > div,
  .employer-detail-header .job-detail-header-meta > div {
    margin-right: 20px;
  }
  .rtl .job-detail-header .job-detail-header-meta > div, .rtl
  .candidate-detail-header .job-detail-header-meta > div, .rtl
  .employer-detail-header .job-detail-header-meta > div {
    margin-left: 20px;
    margin-right: 0px;
  }
}
.job-detail-header .job-detail-header-meta > div:last-child,
.candidate-detail-header .job-detail-header-meta > div:last-child,
.employer-detail-header .job-detail-header-meta > div:last-child {
  margin-right: 0;
}
.rtl .job-detail-header .job-detail-header-meta > div:last-child, .rtl
.candidate-detail-header .job-detail-header-meta > div:last-child, .rtl
.employer-detail-header .job-detail-header-meta > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-detail-header .employer-logo-wrapper,
.candidate-detail-header .employer-logo-wrapper,
.employer-detail-header .employer-logo-wrapper {
  outline: none;
}
.job-detail-header .job-category a,
.candidate-detail-header .job-category a,
.employer-detail-header .job-category a {
  color: #fff;
}
.job-detail-header .employer-detail-buttons:before, .job-detail-header .employer-detail-buttons:after,
.candidate-detail-header .employer-detail-buttons:before,
.candidate-detail-header .employer-detail-buttons:after,
.employer-detail-header .employer-detail-buttons:before,
.employer-detail-header .employer-detail-buttons:after {
  content: " ";
  display: table;
}
.job-detail-header .employer-detail-buttons:after,
.candidate-detail-header .employer-detail-buttons:after,
.employer-detail-header .employer-detail-buttons:after {
  clear: both;
}
.job-detail-header .employer-detail-buttons > *,
.candidate-detail-header .employer-detail-buttons > *,
.employer-detail-header .employer-detail-buttons > * {
  float: left;
  margin-right: 12px;
}
.rtl .job-detail-header .employer-detail-buttons > *, .rtl
.candidate-detail-header .employer-detail-buttons > *, .rtl
.employer-detail-header .employer-detail-buttons > * {
  float: right;
}
.rtl .job-detail-header .employer-detail-buttons > *, .rtl
.candidate-detail-header .employer-detail-buttons > *, .rtl
.employer-detail-header .employer-detail-buttons > * {
  margin-left: 12px;
  margin-right: 0px;
}
.job-detail-header .employer-detail-buttons > *:last-child,
.candidate-detail-header .employer-detail-buttons > *:last-child,
.employer-detail-header .employer-detail-buttons > *:last-child {
  margin-right: 0;
}
.rtl .job-detail-header .employer-detail-buttons > *:last-child, .rtl
.candidate-detail-header .employer-detail-buttons > *:last-child, .rtl
.employer-detail-header .employer-detail-buttons > *:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-detail-header .employer-detail-header-container .inner-image,
.candidate-detail-header .employer-detail-header-container .inner-image,
.employer-detail-header .employer-detail-header-container .inner-image {
  margin-right: 15px;
}
.rtl .job-detail-header .employer-detail-header-container .inner-image, .rtl
.candidate-detail-header .employer-detail-header-container .inner-image, .rtl
.employer-detail-header .employer-detail-header-container .inner-image {
  margin-left: 15px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .job-detail-header .employer-detail-header-container .inner-image,
  .candidate-detail-header .employer-detail-header-container .inner-image,
  .employer-detail-header .employer-detail-header-container .inner-image {
    margin-right: 25px;
  }
  .rtl .job-detail-header .employer-detail-header-container .inner-image, .rtl
  .candidate-detail-header .employer-detail-header-container .inner-image, .rtl
  .employer-detail-header .employer-detail-header-container .inner-image {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.job-detail-header .employer-detail-header-container .employer-information, .job-detail-header .employer-detail-header-container .employer-title, .job-detail-header .employer-detail-header-container .job-category,
.candidate-detail-header .employer-detail-header-container .employer-information,
.candidate-detail-header .employer-detail-header-container .employer-title,
.candidate-detail-header .employer-detail-header-container .job-category,
.employer-detail-header .employer-detail-header-container .employer-information,
.employer-detail-header .employer-detail-header-container .employer-title,
.employer-detail-header .employer-detail-header-container .job-category {
  color: #fff;
}
.job-detail-header .employer-detail-header-container .employer-information a:not([class]), .job-detail-header .employer-detail-header-container .employer-title a:not([class]), .job-detail-header .employer-detail-header-container .job-category a:not([class]),
.candidate-detail-header .employer-detail-header-container .employer-information a:not([class]),
.candidate-detail-header .employer-detail-header-container .employer-title a:not([class]),
.candidate-detail-header .employer-detail-header-container .job-category a:not([class]),
.employer-detail-header .employer-detail-header-container .employer-information a:not([class]),
.employer-detail-header .employer-detail-header-container .employer-title a:not([class]),
.employer-detail-header .employer-detail-header-container .job-category a:not([class]) {
  color: rgba(255, 255, 255, 0.8);
}
.job-detail-header .employer-detail-header-container .employer-information a:not([class]):hover, .job-detail-header .employer-detail-header-container .employer-information a:not([class]):focus, .job-detail-header .employer-detail-header-container .employer-title a:not([class]):hover, .job-detail-header .employer-detail-header-container .employer-title a:not([class]):focus, .job-detail-header .employer-detail-header-container .job-category a:not([class]):hover, .job-detail-header .employer-detail-header-container .job-category a:not([class]):focus,
.candidate-detail-header .employer-detail-header-container .employer-information a:not([class]):hover,
.candidate-detail-header .employer-detail-header-container .employer-information a:not([class]):focus,
.candidate-detail-header .employer-detail-header-container .employer-title a:not([class]):hover,
.candidate-detail-header .employer-detail-header-container .employer-title a:not([class]):focus,
.candidate-detail-header .employer-detail-header-container .job-category a:not([class]):hover,
.candidate-detail-header .employer-detail-header-container .job-category a:not([class]):focus,
.employer-detail-header .employer-detail-header-container .employer-information a:not([class]):hover,
.employer-detail-header .employer-detail-header-container .employer-information a:not([class]):focus,
.employer-detail-header .employer-detail-header-container .employer-title a:not([class]):hover,
.employer-detail-header .employer-detail-header-container .employer-title a:not([class]):focus,
.employer-detail-header .employer-detail-header-container .job-category a:not([class]):hover,
.employer-detail-header .employer-detail-header-container .job-category a:not([class]):focus {
  color: #fff;
}
.job-detail-header .employer-detail-header-container .employer-title,
.candidate-detail-header .employer-detail-header-container .employer-title,
.employer-detail-header .employer-detail-header-container .employer-title {
  margin-bottom: 10px;
}
.job-detail-header .employer-detail-header-container .job-category a,
.candidate-detail-header .employer-detail-header-container .job-category a,
.employer-detail-header .employer-detail-header-container .job-category a {
  color: #fff;
}
.job-detail-header .employer-detail-header-container .employer-thumbnail,
.candidate-detail-header .employer-detail-header-container .employer-thumbnail,
.employer-detail-header .employer-detail-header-container .employer-thumbnail {
  background: #fff;
  padding: 25px;
  width: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media (min-width: 1200px) {
  .job-detail-header .employer-detail-header-container .employer-thumbnail,
  .candidate-detail-header .employer-detail-header-container .employer-thumbnail,
  .employer-detail-header .employer-detail-header-container .employer-thumbnail {
    width: 130px;
  }
}
.job-detail-header .employer-detail-header-meta,
.candidate-detail-header .employer-detail-header-meta,
.employer-detail-header .employer-detail-header-meta {
  margin-bottom: 18px;
  margin-top: 3px;
}
.job-detail-header .employer-detail-header-meta:before, .job-detail-header .employer-detail-header-meta:after,
.candidate-detail-header .employer-detail-header-meta:before,
.candidate-detail-header .employer-detail-header-meta:after,
.employer-detail-header .employer-detail-header-meta:before,
.employer-detail-header .employer-detail-header-meta:after {
  content: " ";
  display: table;
}
.job-detail-header .employer-detail-header-meta:after,
.candidate-detail-header .employer-detail-header-meta:after,
.employer-detail-header .employer-detail-header-meta:after {
  clear: both;
}
.job-detail-header .employer-detail-header-meta > div,
.candidate-detail-header .employer-detail-header-meta > div,
.employer-detail-header .employer-detail-header-meta > div {
  float: left;
  margin-right: 12px;
}
.rtl .job-detail-header .employer-detail-header-meta > div, .rtl
.candidate-detail-header .employer-detail-header-meta > div, .rtl
.employer-detail-header .employer-detail-header-meta > div {
  float: right;
}
.rtl .job-detail-header .employer-detail-header-meta > div, .rtl
.candidate-detail-header .employer-detail-header-meta > div, .rtl
.employer-detail-header .employer-detail-header-meta > div {
  margin-left: 12px;
  margin-right: 0px;
}
.job-detail-header .employer-detail-header-meta > div:last-child,
.candidate-detail-header .employer-detail-header-meta > div:last-child,
.employer-detail-header .employer-detail-header-meta > div:last-child {
  margin-right: 0;
}
.rtl .job-detail-header .employer-detail-header-meta > div:last-child, .rtl
.candidate-detail-header .employer-detail-header-meta > div:last-child, .rtl
.employer-detail-header .employer-detail-header-meta > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.job-detail-header .employer-detail-header-meta > div.job-category:before,
.candidate-detail-header .employer-detail-header-meta > div.job-category:before,
.employer-detail-header .employer-detail-header-meta > div.job-category:before {
  font-size: 16px;
  margin-right: 3px;
  content: "";
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.rtl .job-detail-header .employer-detail-header-meta > div.job-category:before, .rtl
.candidate-detail-header .employer-detail-header-meta > div.job-category:before, .rtl
.employer-detail-header .employer-detail-header-meta > div.job-category:before {
  margin-left: 3px;
  margin-right: 0px;
}
.job-detail-header .employer-detail-header-meta > div.job-location:before,
.candidate-detail-header .employer-detail-header-meta > div.job-location:before,
.employer-detail-header .employer-detail-header-meta > div.job-location:before {
  font-size: 16px;
  content: "";
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.job-detail-header .employer-detail-header-right,
.candidate-detail-header .employer-detail-header-right,
.employer-detail-header .employer-detail-header-right {
  color: #fff;
  width: 100%;
}
.job-detail-header .employer-detail-header-right > div,
.candidate-detail-header .employer-detail-header-right > div,
.employer-detail-header .employer-detail-header-right > div {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .job-detail-header .employer-detail-header-right > div,
  .candidate-detail-header .employer-detail-header-right > div,
  .employer-detail-header .employer-detail-header-right > div {
    padding: 0 25px;
  }
}
.job-detail-header .employer-detail-header-right > div:first-child,
.candidate-detail-header .employer-detail-header-right > div:first-child,
.employer-detail-header .employer-detail-header-right > div:first-child {
  padding-left: 0;
}
.rtl .job-detail-header .employer-detail-header-right > div:first-child, .rtl
.candidate-detail-header .employer-detail-header-right > div:first-child, .rtl
.employer-detail-header .employer-detail-header-right > div:first-child {
  padding-right: 0;
  padding-left: 0px;
}
.job-detail-header .employer-detail-header-right > div:last-child,
.candidate-detail-header .employer-detail-header-right > div:last-child,
.employer-detail-header .employer-detail-header-right > div:last-child {
  padding-right: 0;
}
.rtl .job-detail-header .employer-detail-header-right > div:last-child, .rtl
.candidate-detail-header .employer-detail-header-right > div:last-child, .rtl
.employer-detail-header .employer-detail-header-right > div:last-child {
  padding-left: 0;
  padding-right: 0px;
}
.job-detail-header .employer-detail-header-right > div > span,
.candidate-detail-header .employer-detail-header-right > div > span,
.employer-detail-header .employer-detail-header-right > div > span {
  font-size: 16px;
  text-transform: uppercase;
}
.job-detail-header .employer-detail-header-right > div > span:first-child,
.candidate-detail-header .employer-detail-header-right > div > span:first-child,
.employer-detail-header .employer-detail-header-right > div > span:first-child {
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .job-detail-header .employer-detail-header-right > div > span:first-child,
  .candidate-detail-header .employer-detail-header-right > div > span:first-child,
  .employer-detail-header .employer-detail-header-right > div > span:first-child {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .job-detail-header .employer-detail-header-end,
  .candidate-detail-header .employer-detail-header-end,
  .employer-detail-header .employer-detail-header-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.job-detail-header .urgent,
.candidate-detail-header .urgent,
.employer-detail-header .urgent {
  overflow: hidden;
  top: 0;
  color: #fff;
  position: absolute;
  font-size: 16px;
  background-color: #ff8b00;
  line-height: 1;
  right: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.rtl .job-detail-header .urgent, .rtl
.candidate-detail-header .urgent, .rtl
.employer-detail-header .urgent {
  left: 7px;
  right: auto;
}
.job-detail-header .featured,
.candidate-detail-header .featured,
.employer-detail-header .featured {
  color: #fff;
  overflow: hidden;
  font-size: 14px;
  background-color: #ff8b00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
.job-detail-header .featured.label-no-icon,
.candidate-detail-header .featured.label-no-icon,
.employer-detail-header .featured.label-no-icon {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: auto;
  height: auto;
}
.job-detail-header .title-wrapper,
.candidate-detail-header .title-wrapper,
.employer-detail-header .title-wrapper {
  position: relative;
  margin-bottom: 5px;
}
.job-detail-header .title-wrapper > *,
.candidate-detail-header .title-wrapper > *,
.employer-detail-header .title-wrapper > * {
  margin-left: 5px;
}
.rtl .job-detail-header .title-wrapper > *, .rtl
.candidate-detail-header .title-wrapper > *, .rtl
.employer-detail-header .title-wrapper > * {
  margin-right: 5px;
  margin-left: 0px;
}
.job-detail-header .title-wrapper > *:first-child,
.candidate-detail-header .title-wrapper > *:first-child,
.employer-detail-header .title-wrapper > *:first-child {
  margin-left: 0px;
}
.rtl .job-detail-header .title-wrapper > *:first-child, .rtl
.candidate-detail-header .title-wrapper > *:first-child, .rtl
.employer-detail-header .title-wrapper > *:first-child {
  margin-right: 0px;
  margin-left: 0px;
}
.job-detail-header .candidate-thumbnail,
.candidate-detail-header .candidate-thumbnail,
.employer-detail-header .candidate-thumbnail {
  position: relative;
  margin-right: 15px;
}
.rtl .job-detail-header .candidate-thumbnail, .rtl
.candidate-detail-header .candidate-thumbnail, .rtl
.employer-detail-header .candidate-thumbnail {
  margin-left: 15px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .job-detail-header .candidate-thumbnail,
  .candidate-detail-header .candidate-thumbnail,
  .employer-detail-header .candidate-thumbnail {
    margin-right: 25px;
  }
  .rtl .job-detail-header .candidate-thumbnail, .rtl
  .candidate-detail-header .candidate-thumbnail, .rtl
  .employer-detail-header .candidate-thumbnail {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.job-detail-header .candidate-thumbnail .inner-image,
.candidate-detail-header .candidate-thumbnail .inner-image,
.employer-detail-header .candidate-thumbnail .inner-image {
  padding: 4px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 100px;
  height: 100px;
}
@media (min-width: 1200px) {
  .job-detail-header .candidate-thumbnail .inner-image,
  .candidate-detail-header .candidate-thumbnail .inner-image,
  .employer-detail-header .candidate-thumbnail .inner-image {
    width: 130px;
    height: 130px;
  }
}
.job-detail-header .candidate-thumbnail .inner-image img,
.candidate-detail-header .candidate-thumbnail .inner-image img,
.employer-detail-header .candidate-thumbnail .inner-image img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.job-detail-header .candidate-information .candidate-title,
.candidate-detail-header .candidate-information .candidate-title,
.employer-detail-header .candidate-information .candidate-title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .job-detail-header .candidate-information .candidate-title,
  .candidate-detail-header .candidate-information .candidate-title,
  .employer-detail-header .candidate-information .candidate-title {
    font-size: 28px;
  }
}
.job-detail-header .candidate-job,
.candidate-detail-header .candidate-job,
.employer-detail-header .candidate-job {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .job-detail-header .candidate-detail-header-row,
  .candidate-detail-header .candidate-detail-header-row,
  .employer-detail-header .candidate-detail-header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
.job-detail-header .candidate-detail-header-meta,
.candidate-detail-header .candidate-detail-header-meta,
.employer-detail-header .candidate-detail-header-meta {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.job-detail-header .candidate-detail-header-meta a:not([class]),
.candidate-detail-header .candidate-detail-header-meta a:not([class]),
.employer-detail-header .candidate-detail-header-meta a:not([class]) {
  color: rgba(255, 255, 255, 0.8);
}
.job-detail-header .candidate-detail-header-meta a:not([class]):hover, .job-detail-header .candidate-detail-header-meta a:not([class]):focus,
.candidate-detail-header .candidate-detail-header-meta a:not([class]):hover,
.candidate-detail-header .candidate-detail-header-meta a:not([class]):focus,
.employer-detail-header .candidate-detail-header-meta a:not([class]):hover,
.employer-detail-header .candidate-detail-header-meta a:not([class]):focus {
  color: #fff;
}
.job-detail-header .btn, .job-detail-header .button,
.candidate-detail-header .btn,
.candidate-detail-header .button,
.employer-detail-header .btn,
.employer-detail-header .button {
  padding: 8px 20px;
  border-width: 2px;
}
@media (min-width: 1200px) {
  .job-detail-header .btn, .job-detail-header .button,
  .candidate-detail-header .btn,
  .candidate-detail-header .button,
  .employer-detail-header .btn,
  .employer-detail-header .button {
    padding: 8px 30px;
  }
}
.job-detail-header .btn.add-a-review, .job-detail-header .button.add-a-review,
.candidate-detail-header .btn.add-a-review,
.candidate-detail-header .button.add-a-review,
.employer-detail-header .btn.add-a-review,
.employer-detail-header .button.add-a-review {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.job-detail-header .btn.add-a-review:hover, .job-detail-header .button.add-a-review:hover,
.candidate-detail-header .btn.add-a-review:hover,
.candidate-detail-header .button.add-a-review:hover,
.employer-detail-header .btn.add-a-review:hover,
.employer-detail-header .button.add-a-review:hover {
  color: #11b719;
  background-color: #fff;
  border-color: #fff;
}
.job-detail-header .btn.add-a-review:focus, .job-detail-header .button.add-a-review:focus,
.candidate-detail-header .btn.add-a-review:focus,
.candidate-detail-header .button.add-a-review:focus,
.employer-detail-header .btn.add-a-review:focus,
.employer-detail-header .button.add-a-review:focus {
  color: #11b719;
  background-color: #fff;
  border-color: #fff;
}
.job-detail-header .btn.add-a-review:focus-within, .job-detail-header .button.add-a-review:focus-within,
.candidate-detail-header .btn.add-a-review:focus-within,
.candidate-detail-header .button.add-a-review:focus-within,
.employer-detail-header .btn.add-a-review:focus-within,
.employer-detail-header .button.add-a-review:focus-within {
  color: #11b719;
  background-color: #fff;
  border-color: #fff;
}
.job-detail-header .btn.add-a-review:active, .job-detail-header .button.add-a-review:active,
.candidate-detail-header .btn.add-a-review:active,
.candidate-detail-header .button.add-a-review:active,
.employer-detail-header .btn.add-a-review:active,
.employer-detail-header .button.add-a-review:active {
  color: #11b719;
  background-color: #fff;
  border-color: #fff;
}
.job-detail-header .btn.add-a-review i, .job-detail-header .button.add-a-review i,
.candidate-detail-header .btn.add-a-review i,
.candidate-detail-header .button.add-a-review i,
.employer-detail-header .btn.add-a-review i,
.employer-detail-header .button.add-a-review i {
  font-size: 15px;
  margin-right: 10px;
}
.rtl .job-detail-header .btn.add-a-review i, .rtl .job-detail-header .button.add-a-review i, .rtl
.candidate-detail-header .btn.add-a-review i, .rtl
.candidate-detail-header .button.add-a-review i, .rtl
.employer-detail-header .btn.add-a-review i, .rtl
.employer-detail-header .button.add-a-review i {
  margin-left: 10px;
  margin-right: 0px;
}
.job-detail-header .btn.btn-download-cv, .job-detail-header .button.btn-download-cv,
.candidate-detail-header .btn.btn-download-cv,
.candidate-detail-header .button.btn-download-cv,
.employer-detail-header .btn.btn-download-cv,
.employer-detail-header .button.btn-download-cv {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.job-detail-header .btn.btn-download-cv:hover, .job-detail-header .button.btn-download-cv:hover,
.candidate-detail-header .btn.btn-download-cv:hover,
.candidate-detail-header .button.btn-download-cv:hover,
.employer-detail-header .btn.btn-download-cv:hover,
.employer-detail-header .button.btn-download-cv:hover {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .btn.btn-download-cv:focus, .job-detail-header .button.btn-download-cv:focus,
.candidate-detail-header .btn.btn-download-cv:focus,
.candidate-detail-header .button.btn-download-cv:focus,
.employer-detail-header .btn.btn-download-cv:focus,
.employer-detail-header .button.btn-download-cv:focus {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .btn.btn-download-cv:focus-within, .job-detail-header .button.btn-download-cv:focus-within,
.candidate-detail-header .btn.btn-download-cv:focus-within,
.candidate-detail-header .button.btn-download-cv:focus-within,
.employer-detail-header .btn.btn-download-cv:focus-within,
.employer-detail-header .button.btn-download-cv:focus-within {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .btn.btn-download-cv:active, .job-detail-header .button.btn-download-cv:active,
.candidate-detail-header .btn.btn-download-cv:active,
.candidate-detail-header .button.btn-download-cv:active,
.employer-detail-header .btn.btn-download-cv:active,
.employer-detail-header .button.btn-download-cv:active {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .btn.btn-added-candidate-shortlist, .job-detail-header .btn.btn-add-candidate-shortlist, .job-detail-header .button.btn-added-candidate-shortlist, .job-detail-header .button.btn-add-candidate-shortlist,
.candidate-detail-header .btn.btn-added-candidate-shortlist,
.candidate-detail-header .btn.btn-add-candidate-shortlist,
.candidate-detail-header .button.btn-added-candidate-shortlist,
.candidate-detail-header .button.btn-add-candidate-shortlist,
.employer-detail-header .btn.btn-added-candidate-shortlist,
.employer-detail-header .btn.btn-add-candidate-shortlist,
.employer-detail-header .button.btn-added-candidate-shortlist,
.employer-detail-header .button.btn-add-candidate-shortlist {
  color: #fff;
  border-color: #11b719;
  background-color: #11b719;
}
.job-detail-header .btn.btn-added-candidate-shortlist i, .job-detail-header .btn.btn-add-candidate-shortlist i, .job-detail-header .button.btn-added-candidate-shortlist i, .job-detail-header .button.btn-add-candidate-shortlist i,
.candidate-detail-header .btn.btn-added-candidate-shortlist i,
.candidate-detail-header .btn.btn-add-candidate-shortlist i,
.candidate-detail-header .button.btn-added-candidate-shortlist i,
.candidate-detail-header .button.btn-add-candidate-shortlist i,
.employer-detail-header .btn.btn-added-candidate-shortlist i,
.employer-detail-header .btn.btn-add-candidate-shortlist i,
.employer-detail-header .button.btn-added-candidate-shortlist i,
.employer-detail-header .button.btn-add-candidate-shortlist i {
  display: none !important;
}
.job-detail-header .btn.btn-added-candidate-shortlist:hover, .job-detail-header .btn.btn-add-candidate-shortlist:hover, .job-detail-header .button.btn-added-candidate-shortlist:hover, .job-detail-header .button.btn-add-candidate-shortlist:hover,
.candidate-detail-header .btn.btn-added-candidate-shortlist:hover,
.candidate-detail-header .btn.btn-add-candidate-shortlist:hover,
.candidate-detail-header .button.btn-added-candidate-shortlist:hover,
.candidate-detail-header .button.btn-add-candidate-shortlist:hover,
.employer-detail-header .btn.btn-added-candidate-shortlist:hover,
.employer-detail-header .btn.btn-add-candidate-shortlist:hover,
.employer-detail-header .button.btn-added-candidate-shortlist:hover,
.employer-detail-header .button.btn-add-candidate-shortlist:hover {
  border-color: #0fa016;
  background-color: #0fa016;
}
.job-detail-header .btn.btn-added-candidate-shortlist:focus, .job-detail-header .btn.btn-add-candidate-shortlist:focus, .job-detail-header .button.btn-added-candidate-shortlist:focus, .job-detail-header .button.btn-add-candidate-shortlist:focus,
.candidate-detail-header .btn.btn-added-candidate-shortlist:focus,
.candidate-detail-header .btn.btn-add-candidate-shortlist:focus,
.candidate-detail-header .button.btn-added-candidate-shortlist:focus,
.candidate-detail-header .button.btn-add-candidate-shortlist:focus,
.employer-detail-header .btn.btn-added-candidate-shortlist:focus,
.employer-detail-header .btn.btn-add-candidate-shortlist:focus,
.employer-detail-header .button.btn-added-candidate-shortlist:focus,
.employer-detail-header .button.btn-add-candidate-shortlist:focus {
  border-color: #0fa016;
  background-color: #0fa016;
}
.job-detail-header .btn.btn-added-candidate-shortlist:focus-within, .job-detail-header .btn.btn-add-candidate-shortlist:focus-within, .job-detail-header .button.btn-added-candidate-shortlist:focus-within, .job-detail-header .button.btn-add-candidate-shortlist:focus-within,
.candidate-detail-header .btn.btn-added-candidate-shortlist:focus-within,
.candidate-detail-header .btn.btn-add-candidate-shortlist:focus-within,
.candidate-detail-header .button.btn-added-candidate-shortlist:focus-within,
.candidate-detail-header .button.btn-add-candidate-shortlist:focus-within,
.employer-detail-header .btn.btn-added-candidate-shortlist:focus-within,
.employer-detail-header .btn.btn-add-candidate-shortlist:focus-within,
.employer-detail-header .button.btn-added-candidate-shortlist:focus-within,
.employer-detail-header .button.btn-add-candidate-shortlist:focus-within {
  border-color: #0fa016;
  background-color: #0fa016;
}
.job-detail-header .btn.btn-added-candidate-shortlist:active, .job-detail-header .btn.btn-add-candidate-shortlist:active, .job-detail-header .button.btn-added-candidate-shortlist:active, .job-detail-header .button.btn-add-candidate-shortlist:active,
.candidate-detail-header .btn.btn-added-candidate-shortlist:active,
.candidate-detail-header .btn.btn-add-candidate-shortlist:active,
.candidate-detail-header .button.btn-added-candidate-shortlist:active,
.candidate-detail-header .button.btn-add-candidate-shortlist:active,
.employer-detail-header .btn.btn-added-candidate-shortlist:active,
.employer-detail-header .btn.btn-add-candidate-shortlist:active,
.employer-detail-header .button.btn-added-candidate-shortlist:active,
.employer-detail-header .button.btn-add-candidate-shortlist:active {
  border-color: #0fa016;
  background-color: #0fa016;
}
.job-detail-header .action [class*="candidate-shortlist"], .job-detail-header .btn-shortlist,
.candidate-detail-header .action [class*="candidate-shortlist"],
.candidate-detail-header .btn-shortlist,
.employer-detail-header .action [class*="candidate-shortlist"],
.employer-detail-header .btn-shortlist {
  position: relative;
  border-color: #fff !important;
  background-color: transparent;
  padding: 8px 30px 8px 55px;
}
.rtl .job-detail-header .action [class*="candidate-shortlist"], .rtl .job-detail-header .btn-shortlist, .rtl
.candidate-detail-header .action [class*="candidate-shortlist"], .rtl
.candidate-detail-header .btn-shortlist, .rtl
.employer-detail-header .action [class*="candidate-shortlist"], .rtl
.employer-detail-header .btn-shortlist {
  padding: 8px 55px 8px 30px;
}
.job-detail-header .action [class*="candidate-shortlist"] > i, .job-detail-header .btn-shortlist > i,
.candidate-detail-header .action [class*="candidate-shortlist"] > i,
.candidate-detail-header .btn-shortlist > i,
.employer-detail-header .action [class*="candidate-shortlist"] > i,
.employer-detail-header .btn-shortlist > i {
  display: none;
}
.job-detail-header .action [class*="candidate-shortlist"]:hover, .job-detail-header .btn-shortlist:hover,
.candidate-detail-header .action [class*="candidate-shortlist"]:hover,
.candidate-detail-header .btn-shortlist:hover,
.employer-detail-header .action [class*="candidate-shortlist"]:hover,
.employer-detail-header .btn-shortlist:hover {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .action [class*="candidate-shortlist"]:focus, .job-detail-header .btn-shortlist:focus,
.candidate-detail-header .action [class*="candidate-shortlist"]:focus,
.candidate-detail-header .btn-shortlist:focus,
.employer-detail-header .action [class*="candidate-shortlist"]:focus,
.employer-detail-header .btn-shortlist:focus {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .action [class*="candidate-shortlist"]:focus-within, .job-detail-header .btn-shortlist:focus-within,
.candidate-detail-header .action [class*="candidate-shortlist"]:focus-within,
.candidate-detail-header .btn-shortlist:focus-within,
.employer-detail-header .action [class*="candidate-shortlist"]:focus-within,
.employer-detail-header .btn-shortlist:focus-within {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .action [class*="candidate-shortlist"]:active, .job-detail-header .btn-shortlist:active,
.candidate-detail-header .action [class*="candidate-shortlist"]:active,
.candidate-detail-header .btn-shortlist:active,
.employer-detail-header .action [class*="candidate-shortlist"]:active,
.employer-detail-header .btn-shortlist:active {
  color: #11b719;
  background-color: #fff;
}
.job-detail-header .action [class*="candidate-shortlist"]:before, .job-detail-header .btn-shortlist:before,
.candidate-detail-header .action [class*="candidate-shortlist"]:before,
.candidate-detail-header .btn-shortlist:before,
.employer-detail-header .action [class*="candidate-shortlist"]:before,
.employer-detail-header .btn-shortlist:before {
  background-color: #fff;
}
.job-detail-header .action [class*="candidate-shortlist"]:after, .job-detail-header .btn-shortlist:after,
.candidate-detail-header .action [class*="candidate-shortlist"]:after,
.candidate-detail-header .btn-shortlist:after,
.employer-detail-header .action [class*="candidate-shortlist"]:after,
.employer-detail-header .btn-shortlist:after {
  content: "\f08a";
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rtl .job-detail-header .action [class*="candidate-shortlist"]:after, .rtl .job-detail-header .btn-shortlist:after, .rtl
.candidate-detail-header .action [class*="candidate-shortlist"]:after, .rtl
.candidate-detail-header .btn-shortlist:after, .rtl
.employer-detail-header .action [class*="candidate-shortlist"]:after, .rtl
.employer-detail-header .btn-shortlist:after {
  right: 30px;
  left: auto;
}
.job-detail-header .btn-action-job,
.candidate-detail-header .btn-action-job,
.employer-detail-header .btn-action-job {
  color: #fff !important;
  border-color: #11b719;
  background-color: #11b719;
}
.job-detail-header .btn-action-job:hover,
.candidate-detail-header .btn-action-job:hover,
.employer-detail-header .btn-action-job:hover {
  color: #fff !important;
  border-color: #0fa016;
  background-color: #0fa016;
}
.job-detail-header .btn-action-job:focus,
.candidate-detail-header .btn-action-job:focus,
.employer-detail-header .btn-action-job:focus {
  color: #fff !important;
  border-color: #0fa016;
  background-color: #0fa016;
}
.job-detail-header .btn-action-job:focus-within,
.candidate-detail-header .btn-action-job:focus-within,
.employer-detail-header .btn-action-job:focus-within {
  color: #fff !important;
  border-color: #0fa016;
  background-color: #0fa016;
}
.job-detail-header .btn-action-job:active,
.candidate-detail-header .btn-action-job:active,
.employer-detail-header .btn-action-job:active {
  color: #fff !important;
  border-color: #0fa016;
  background-color: #0fa016;
}

.content-job-detail,
.candidate-single-inner,
.employer-single-inner {
  margin-bottom: 0;
  margin-top: 0;
}
.content-job-detail .commentform.reset-button-default,
.candidate-single-inner .commentform.reset-button-default,
.employer-single-inner .commentform.reset-button-default {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .job-single-inner .sidebar,
  .employer-single-inner .sidebar,
  .candidate-single-inner .sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.social-share-bookmak {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #e8eef1;
  border-bottom: 1px solid #e8eef1;
}
.social-share-bookmak .ali-right {
  margin-left: auto;
}
.rtl .social-share-bookmak .ali-right {
  margin-right: auto;
  margin-left: 0px;
}
.social-share-bookmak .apus-social-share {
  margin-right: 10px;
}
.rtl .social-share-bookmak .apus-social-share {
  margin-left: 10px;
  margin-right: 0px;
}

.job-detail-inner .job-title-detail,
.job-detail-inner .left-inner {
  outline: none;
}

.job-detail-inner,
.candidate-detail-inner,
.employer-detail-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media only screen and (min-width: 1168px) {
  .job-detail-inner,
  .candidate-detail-inner,
  .employer-detail-inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.job-detail-inner .inner-image,
.candidate-detail-inner .inner-image,
.employer-detail-inner .inner-image {
  position: relative;
}
.job-detail-inner .inner-image .featured,
.candidate-detail-inner .inner-image .featured,
.employer-detail-inner .inner-image .featured {
  position: absolute;
  top: 5px;
  left: 10px;
}
.rtl .job-detail-inner .inner-image .featured, .rtl
.candidate-detail-inner .inner-image .featured, .rtl
.employer-detail-inner .inner-image .featured {
  right: 10px;
  left: auto;
}
.job-detail-inner .employer-thumbnail,
.candidate-detail-inner .employer-thumbnail,
.employer-detail-inner .employer-thumbnail {
  width: 154px;
  height: 154px;
  padding: 15px;
  border: 2px solid #e8eef1;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.job-detail-inner .employer-thumbnail img,
.candidate-detail-inner .employer-thumbnail img,
.employer-detail-inner .employer-thumbnail img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.job-detail-inner .breadcrumb,
.candidate-detail-inner .breadcrumb,
.employer-detail-inner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 15px;
}
.job-detail-inner .breadcrumb a,
.candidate-detail-inner .breadcrumb a,
.employer-detail-inner .breadcrumb a {
  color: #fff;
}
.job-detail-inner .breadcrumb a:hover,
.candidate-detail-inner .breadcrumb a:hover,
.employer-detail-inner .breadcrumb a:hover {
  color: #fff;
}
.job-detail-inner .breadcrumb a:focus,
.candidate-detail-inner .breadcrumb a:focus,
.employer-detail-inner .breadcrumb a:focus {
  color: #fff;
}
.job-detail-inner .breadcrumb a:focus-within,
.candidate-detail-inner .breadcrumb a:focus-within,
.employer-detail-inner .breadcrumb a:focus-within {
  color: #fff;
}
.job-detail-inner .breadcrumb a:active,
.candidate-detail-inner .breadcrumb a:active,
.employer-detail-inner .breadcrumb a:active {
  color: #fff;
}
.job-detail-inner .breadcrumb .active,
.candidate-detail-inner .breadcrumb .active,
.employer-detail-inner .breadcrumb .active {
  color: #fff !important;
}
.job-detail-inner .title-wrapper,
.candidate-detail-inner .title-wrapper,
.employer-detail-inner .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.job-detail-inner .job-title-detail,
.job-detail-inner .candidate-title,
.job-detail-inner .employer-title,
.candidate-detail-inner .job-title-detail,
.candidate-detail-inner .candidate-title,
.candidate-detail-inner .employer-title,
.employer-detail-inner .job-title-detail,
.employer-detail-inner .candidate-title,
.employer-detail-inner .employer-title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (min-width: 1168px) {
  .job-detail-inner .job-title-detail,
  .job-detail-inner .candidate-title,
  .job-detail-inner .employer-title,
  .candidate-detail-inner .job-title-detail,
  .candidate-detail-inner .candidate-title,
  .candidate-detail-inner .employer-title,
  .employer-detail-inner .job-title-detail,
  .employer-detail-inner .candidate-title,
  .employer-detail-inner .employer-title {
    font-size: 54px;
    line-height: 62px;
  }
}
.job-detail-inner .title-wrapper,
.candidate-detail-inner .title-wrapper,
.employer-detail-inner .title-wrapper {
  outline: none;
}

.socials-top-employer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.socials-top-employer li {
  margin-right: 8px;
}
.rtl .socials-top-employer li {
  margin-left: 8px;
  margin-right: 0px;
}
.socials-top-employer li:last-child {
  margin-right: 0;
}
.rtl .socials-top-employer li:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.socials-top-employer a {
  color: #fff;
  line-height: 1;
  font-size: 22px;
  border: none;
  padding: 5px;
  display: block;
  background-color: transparent;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
}
.socials-top-employer a > * {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: transparent;
}
.lt-ie8 .socials-top-employer a > * {
  display: inline;
  zoom: 1;
}

.member-item {
  text-align: center;
  overflow: hidden;
  border: 1px solid #e8eef1;
  margin-bottom: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(167, 174, 189, 0.3);
  box-shadow: 0 2px 15px 0 rgba(167, 174, 189, 0.3);
}
.member-item .profile-image {
  position: relative;
}
.member-item .profile-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .member-item .profile-image:before {
  right: 0;
  left: auto;
}
.member-item .profile-image .social {
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.member-item .profile-image .social a {
  margin: 0 6px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.lt-ie8 .member-item .profile-image .social a {
  display: inline;
  zoom: 1;
}
.member-item .profile-image .social a:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
}
.member-item .profile-image .social a:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.member-item .profile-image .social a:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.member-item .profile-image .social a:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}
.member-item .profile-image .social a:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}
.member-item .profile-image .social a:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}
.member-item .profile-image .social a:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.member-item .profile-image .social a:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.member-item .profile-image .social a:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  /* Safari */
  transition-delay: 0.9s;
}
.member-item .profile-image .social a:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.member-item .title {
  font-size: 16px;
  margin: 0 !important;
  font-weight: 500;
}
.member-item .designation {
  font-size: 14px;
}
.member-item .content {
  padding: 15px;
  background-color: #fff;
}
.member-item .experience {
  font-size: 13px;
}
.member-item:hover .profile-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.member-item:hover .social a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.review-stars-rated {
  position: relative;
  overflow: hidden;
  width: 96px;
  line-height: 1;
  text-align: left;
}
.rtl .review-stars-rated {
  text-align: right;
}
.review-stars-rated .review-stars {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #e2e2e2;
  white-space: nowrap;
  overflow: hidden;
}
.review-stars-rated .review-stars li {
  display: inline-block;
}
.review-stars-rated .review-stars.filled {
  color: #febe42;
  position: absolute;
  top: 0;
  left: 0;
}
.rtl .review-stars-rated .review-stars.filled {
  right: 0;
  left: auto;
}

.star-rating > * {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .star-rating .review-avg {
    margin-right: 10px;
  }
  .rtl .star-rating .review-avg {
    margin-left: 10px;
    margin-right: 0px;
  }
}

.review-avg {
  text-align: center;
  line-height: 30px;
  min-width: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #febe42;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.filter-listing-form .form-control {
  padding: 6px 15px;
  border: 1px solid #d8e2e7;
  background: #fff;
  min-height: 46px;
  height: 46px;
}
.filter-listing-form .form-control:focus {
  background: #fff;
}
.filter-listing-form .terms-list .more-fields {
  display: none;
}
.filter-listing-form .terms-list .more-fields.active {
  display: block;
}
.filter-listing-form .terms-list + .toggle-filter-list {
  display: block;
  color: #11b719;
  font-size: 14px;
  font-style: italic;
  margin: 30px 0 0 0;
}
.filter-listing-form > .form-group {
  padding: 0;
  border: none;
  margin: 0 0 30px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.filter-listing-form > .form-group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.filter-listing-form > .form-group.button-filter {
  border: none;
}
.filter-listing-form > .form-group.button-filter .button i {
  font-size: 14px;
  display: inline-block;
  margin-left: 3px;
}
.rtl .filter-listing-form > .form-group.button-filter .button i {
  margin-right: 3px;
  margin-left: 0px;
}
.filter-listing-form > .form-group.form-group-urgent, .filter-listing-form > .form-group.form-group-featured {
  outline: none;
}
.filter-listing-form > .form-group.button-filter {
  padding: 0 !important;
}
.filter-listing-form > .form-group.button-filter .button {
  outline: none;
}
.filter-listing-form > .form-group .heading-label {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  color: #272f46;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.filter-listing-form > .form-group .heading-label > i {
  padding: 5px;
  cursor: pointer;
  float: right;
  padding-right: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .filter-listing-form > .form-group .heading-label > i {
  float: left;
}
.rtl .filter-listing-form > .form-group .heading-label > i {
  padding-left: 0;
  padding-right: 0px;
}
.filter-listing-form > .form-group .heading-label .fa-angle-down:before {
  content: "\f106";
}
.filter-listing-form > .form-group .heading-label .fa-angle-up:before {
  content: "\f107";
}
.filter-listing-form > .form-group .terms-list {
  padding: 0;
  margin: 0;
  left: 0 !important;
  top: 0 !important;
  list-style: none;
  padding-left: 1px !important;
  max-height: 221px;
}
.rtl .filter-listing-form > .form-group .terms-list {
  padding-right: 1px !important;
  padding-left: 0px;
}
.filter-listing-form > .form-group .terms-list .terms-list {
  max-height: none;
}
.filter-listing-form > .form-group.hide-content {
  color: #272f46;
  background-color: #fff;
}
.filter-listing-form > .form-group.hide-content .heading-label {
  color: #272f46;
  margin: 0;
}
.filter-listing-form > .form-group.hide-content .heading-label > i {
  padding-top: 3px;
}
.filter-listing-form > .form-group.hide-content .form-group-inner {
  display: none;
}
.filter-listing-form .list-item .list-item-inner .caret {
  margin: 13px 17px;
  float: right;
  cursor: pointer;
}
.rtl .filter-listing-form .list-item .list-item-inner .caret {
  float: left;
}
.filter-listing-form .list-item > .terms-list {
  margin-top: 10px;
  display: none;
  padding-left: 30px !important;
}
.rtl .filter-listing-form .list-item > .terms-list {
  padding-right: 30px !important;
  padding-left: 0px;
}
.filter-listing-form .from-to-wrapper {
  font-weight: 600;
  margin: 0;
}
.filter-listing-form .from-to-wrapper .sub-title {
  font-size: 14px;
  color: #999;
}
.filter-listing-form .from-to-wrapper .sub-title + .inner {
  margin-left: auto;
}
.rtl .filter-listing-form .from-to-wrapper .sub-title + .inner {
  margin-right: auto;
  margin-left: 0px;
}
.filter-listing-form .circle-check .list-item {
  margin-bottom: 10px;
}
.filter-listing-form .circle-check .list-item:last-child {
  margin-bottom: 0;
}
.filter-listing-form .circle-check .list-item [type="radio"],
.filter-listing-form .circle-check .list-item [type="checkbox"] {
  display: none;
}
.filter-listing-form .circle-check .list-item [type="radio"] + label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .filter-listing-form .circle-check .list-item [type="radio"] + label {
  padding-right: 30px;
  padding-left: 0px;
}
.filter-listing-form .circle-check .list-item [type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  padding: 4px;
  border: 4px solid #fff;
  background-color: #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 1px 1px #dee6ed;
  box-shadow: 0 0 1px 1px #dee6ed;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .filter-listing-form .circle-check .list-item [type="radio"] + label:before {
  right: 2px;
  left: auto;
}
.filter-listing-form .circle-check .list-item [type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 30px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .filter-listing-form .circle-check .list-item [type="checkbox"] + label {
  padding-right: 30px;
  padding-left: 0px;
}
.filter-listing-form .circle-check .list-item [type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  padding: 4px;
  background-color: #fff;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0 0 1px 1px #dee6ed;
  box-shadow: 0 0 1px 1px #dee6ed;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .filter-listing-form .circle-check .list-item [type="checkbox"] + label:before {
  right: 2px;
  left: auto;
}
.filter-listing-form .circle-check .list-item [type="checkbox"] + label:after {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.rtl .filter-listing-form .circle-check .list-item [type="checkbox"] + label:after {
  right: 2px;
  left: auto;
}
.filter-listing-form .circle-check .list-item [type="checkbox"]:checked + label:before {
  border-color: #11b719;
  background: #11b719;
  -webkit-box-shadow: 0 0 1px 1px #11b719;
  box-shadow: 0 0 1px 1px #11b719;
}
.filter-listing-form .circle-check .list-item [type="checkbox"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.filter-listing-form .circle-check .list-item [type="radio"]:checked + label:before {
  background-color: #11b719;
}
.filter-listing-form .visiable-line {
  float: left;
  margin-right: 20px;
}
.rtl .filter-listing-form .visiable-line {
  float: right;
}
.rtl .filter-listing-form .visiable-line {
  margin-left: 20px;
  margin-right: 0px;
}
.filter-listing-form .button {
  display: block;
  border: none;
  color: #fff;
  background-color: #11b719;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.filter-listing-form .button:hover {
  background-color: #0e9214;
}
.filter-listing-form .button:focus {
  background-color: #0e9214;
}
.filter-listing-form .button:focus-within {
  background-color: #0e9214;
}
.filter-listing-form .button:active {
  background-color: #0e9214;
}
.filter-listing-form .button.toggle-adv {
  min-width: auto;
  background-color: #ff8b00;
  float: right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
}
.rtl .filter-listing-form .button.toggle-adv {
  float: left;
}
.rtl .filter-listing-form .button.toggle-adv {
  margin-right: 0;
  margin-left: 0px;
}
.filter-listing-form .button.toggle-adv:hover {
  background-color: #d67500;
}
.filter-listing-form .button.toggle-adv:focus {
  background-color: #d67500;
}
.filter-listing-form .button.toggle-adv:focus-within {
  background-color: #d67500;
}
.filter-listing-form .button.toggle-adv:active {
  background-color: #d67500;
}
.filter-listing-form .button.toggle-adv > * {
  font-size: 14px;
  margin-right: 10px;
}
.rtl .filter-listing-form .button.toggle-adv > * {
  margin-left: 10px;
  margin-right: 0px;
}

.filter-job-top .select2-container .select2-selection--single {
  height: 46px;
  background: #fff;
  color: #667488;
  margin: 0;
  border-color: #d8e2e7;
}
.filter-job-top .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
  padding-right: 25px;
  padding-left: 12px;
  color: #999;
}
.rtl .filter-job-top .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 0px;
}
.rtl .filter-job-top .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 12px;
  padding-left: 0px;
}
.filter-job-top .select2-container .select2-selection--single .select2-selection__clear:hover, .filter-job-top .select2-container .select2-selection--single .select2-selection__clear:focus {
  color: #e44343;
}
.filter-job-top .select2-container--open .select2-selection--single {
  border-color: #11b719;
}

.widget-filter-job-top {
  outline: none;
}
.widget-filter-job-top .advance-fields {
  display: none;
  width: 100% !important;
}
.widget-filter-job-top .toggle-adv {
  outline: none;
}
@media (min-width: 992px) {
  .widget-filter-job-top .form-group-featured,
  .widget-filter-job-top .form-group-urgent {
    margin-top: 12px;
  }
}

.widget-filter-top {
  border-top: 0;
  padding: 25px 0;
  background-color: transparent;
  border-bottom: 1px solid #e8eef1;
}
@media only screen and (min-width: 1168px) {
  .widget-filter-top {
    padding: 50px 0 35px;
  }
}
.widget-filter-top .advance-fields {
  display: none;
}

.action-location {
  position: relative;
}
.action-location .clear-location {
  text-align: center;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 15px;
  z-index: 2;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  line-height: 18px;
  color: #e44343;
  font-size: 12px;
}
.rtl .action-location .clear-location {
  left: 15px;
  right: auto;
}
.action-location .find-me {
  position: absolute;
  top: 50%;
  font-size: 14px;
  margin-top: -9px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  right: 15px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: block;
  color: #728195;
  cursor: pointer;
}
.rtl .action-location .find-me {
  left: 15px;
  right: auto;
}
.action-location .find-me:hover, .action-location .find-me:focus {
  color: #11b719;
}
.action-location .find-me:before {
  content: "\f192";
  font-family: "FontAwesome";
}
.action-location .find-me.loading {
  color: #11b719;
  animation: rotate_icon 1000ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
}
.action-location .find-me.loading:before {
  content: "\f110";
}

.search_distance_wrapper {
  margin-top: 15px;
}
.search_distance_wrapper .search-distance-label {
  color: #11b719;
  font-size: 15px;
}

.ui-slider-horizontal {
  margin: 8px 0;
  width: calc(100% - 20px);
  height: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #dfdfdf;
  position: relative;
}
.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  border: 2px solid #11b719;
  z-index: 1;
  cursor: pointer;
  outline: none !important;
}
.ui-slider-horizontal .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  background-color: #11b719;
}

.form-group-salary .from-to-wrapper {
  color: #11b719;
  font-size: 15px;
  padding: 0;
}

.salary_types-wrapper {
  margin-bottom: 18px;
}
.salary_types-wrapper .square-check {
  margin-bottom: 10px;
}
.salary_types-wrapper .square-check:last-child {
  margin-bottom: 0;
}

.candidate-alert-form,
.job-alert-form {
  position: relative;
}
.candidate-alert-form .form-group,
.job-alert-form .form-group {
  margin-bottom: 20px;
}
.candidate-alert-form .form-group:last-child,
.job-alert-form .form-group:last-child {
  margin-bottom: 0;
}
.candidate-alert-form .button,
.job-alert-form .button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 10px 15px;
  border: none;
  background-color: #11b719;
  color: #fff;
  width: 100%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.candidate-alert-form .button:hover,
.job-alert-form .button:hover {
  color: #fff;
  background-color: #0fa016;
}
.candidate-alert-form .button:focus,
.job-alert-form .button:focus {
  color: #fff;
  background-color: #0fa016;
}
.candidate-alert-form .button:focus-within,
.job-alert-form .button:focus-within {
  color: #fff;
  background-color: #0fa016;
}
.candidate-alert-form .button:active,
.job-alert-form .button:active {
  color: #fff;
  background-color: #0fa016;
}
.candidate-alert-form label,
.job-alert-form label {
  color: #1C2733;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.candidate-alert-form .form-control,
.job-alert-form .form-control {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
}
.candidate-alert-form .mfp-close,
.job-alert-form .mfp-close {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #e44343;
}
.candidate-alert-form .mfp-close:hover, .candidate-alert-form .mfp-close:focus,
.job-alert-form .mfp-close:hover,
.job-alert-form .mfp-close:focus {
  font-size: 35px;
  color: #e12d2d;
}
.candidate-alert-form:before,
.job-alert-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/32px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.candidate-alert-form.loading:before,
.job-alert-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrapper-select {
  border: 1px solid #e8eef1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  z-index: 1;
}
.wrapper-select:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}
.rtl .wrapper-select:before {
  left: 0;
  right: auto;
}
.rtl .wrapper-select:before {
  border-radius: 0 0 4px 4px;
}
.wrapper-select select.form-control {
  border: none;
  background-color: transparent;
}

.jobs-alert-ordering-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .jobs-alert-ordering-wrapper {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1168px) {
  .jobs-alert-ordering-wrapper {
    margin-bottom: 30px;
  }
}
.jobs-alert-ordering-wrapper .jobs-ordering-wrapper {
  margin-left: auto;
}
.rtl .jobs-alert-ordering-wrapper .jobs-ordering-wrapper {
  margin-right: auto;
  margin-left: 0px;
}
.jobs-alert-ordering-wrapper .btn-show-filter {
  color: #fff;
  background-color: #969696;
  height: 50px;
  margin-left: 5px;
  padding: 0 15px;
}
.jobs-alert-ordering-wrapper .btn-show-filter:hover, .jobs-alert-ordering-wrapper .btn-show-filter:focus {
  color: #fff !important;
  background: #898989;
}
.rtl .jobs-alert-ordering-wrapper .btn-show-filter {
  margin-right: 5px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .jobs-alert-ordering-wrapper .btn-show-filter {
    height: 40px;
  }
  .jobs-alert-ordering-wrapper .btn-show-filter .pre {
    margin: 0;
  }
}
@media only screen and (min-width: 1168px) {
  .jobs-alert-ordering-wrapper .btn-show-filter {
    padding: 0 30px;
    margin-left: 20px;
  }
  .rtl .jobs-alert-ordering-wrapper .btn-show-filter {
    margin-right: 20px;
    margin-left: 0px;
  }
}
.jobs-alert-ordering-wrapper .form-workio-ppp {
  margin-left: 20px;
}
.rtl .jobs-alert-ordering-wrapper .form-workio-ppp {
  margin-right: 20px;
  margin-left: 0px;
}
.jobs-alert-ordering-wrapper .jobs-ordering-wrapper .label {
  display: none;
}

.jobs-listing-wrapper .results-count {
  font-size: 18px;
  font-weight: 500;
  color: #272f46;
  margin: 0;
}
.jobs-listing-wrapper.grid + .jobs-pagination-wrapper .pagination {
  margin-top: 0;
}

.results-filter-wrapper {
  margin-bottom: 20px;
}
.results-filter-wrapper .title {
  font-size: 20px;
  margin: 0 0 15px;
}
.results-filter-wrapper .inner {
  padding: 10px 10px 0;
  background-color: #edf1f4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.results-filter-wrapper .inner > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  font-size: 14px;
  margin-top: 5px;
  color: #667488;
  padding-right: 10px;
}
.rtl .results-filter-wrapper .inner > a {
  margin-right: auto;
  margin-left: 0px;
}
.rtl .results-filter-wrapper .inner > a {
  padding-left: 10px;
  padding-right: 0px;
}
.results-filter-wrapper .inner > a:before {
  content: "\f014";
  font-size: 21px;
  font-family: 'FontAwesome';
  line-height: 1;
  margin-right: 8px;
}
.rtl .results-filter-wrapper .inner > a:before {
  margin-left: 8px;
  margin-right: 0px;
}
.results-filter-wrapper .inner > a:hover {
  color: #e44343;
}
.results-filter-wrapper .inner > a:focus {
  color: #e44343;
}
.results-filter-wrapper .inner > a:focus-within {
  color: #e44343;
}
.results-filter-wrapper .inner > a:active {
  color: #e44343;
}
.results-filter-wrapper .results-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}
.results-filter-wrapper .results-filter li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rtl .results-filter-wrapper .results-filter li {
  float: right;
}
.rtl .results-filter-wrapper .results-filter li {
  margin-left: 10px;
  margin-right: 0px;
}
.results-filter-wrapper .results-filter a {
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 4px 15px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .results-filter-wrapper .results-filter a {
  display: inline;
  zoom: 1;
}
.results-filter-wrapper .results-filter a:hover, .results-filter-wrapper .results-filter a:focus {
  color: #fff;
  background-color: #e44343;
}
.results-filter-wrapper .results-filter .close-value {
  padding-right: 6px;
  font-size: 15px;
}
.rtl .results-filter-wrapper .results-filter .close-value {
  padding-left: 6px;
  padding-right: 0px;
}

.filter-top-sidebar-wrapper .widget {
  margin: 0;
}
.filter-top-sidebar-wrapper .widget-job-search-form {
  background-color: #fafafa;
  padding: 30px 0;
}
@media only screen and (min-width: 1168px) {
  .filter-top-sidebar-wrapper .widget-job-search-form {
    padding: 100px 0 60px;
  }
}
.filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords .title {
  color: #272f46;
}
.filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords a {
  color: #667488;
}
.filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords a:focus, .filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords a:hover {
  color: #11b719;
}

.widget-job-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}
.widget-job-search-form .tt-menu > * {
  position: relative;
  z-index: 9;
}
.widget-job-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 10px 15px;
}
.widget-job-search-form .tt-menu a.media img {
  max-width: 60px;
}
.widget-job-search-form .tt-menu h4 {
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}
.widget-job-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: #11b719;
}
.widget-job-search-form .tt-menu .location {
  font-size: 13px;
  margin: 0;
}
.widget-job-search-form .tt-menu .location i {
  margin-right: 3px;
}
.rtl .widget-job-search-form .tt-menu .location i {
  margin-left: 3px;
  margin-right: 0px;
}
.widget-job-search-form .tt-menu .tt-dataset-search .tt-selectable {
  border-bottom: 1px solid #e8eef1;
}
.widget-job-search-form .tt-menu .tt-dataset-search .tt-selectable:last-child {
  border-bottom: 0;
}
.widget-job-search-form .tt-menu .tt-dataset-search .tt-selectable:first-child {
  display: none;
}
.widget-job-search-form .twitter-typeahead {
  width: 100%;
  position: relative;
}
.widget-job-search-form .twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%;
}
.widget-job-search-form .twitter-typeahead:before {
  content: "\f110";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  animation: rotate_icon 1000ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
}
.rtl .widget-job-search-form .twitter-typeahead:before {
  left: 10px;
  right: auto;
}
.widget-job-search-form .twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-job-search-form .search-form-inner .form-group-inner {
  position: relative;
}
.widget-job-search-form .search-form-inner .form-group-inner input[type="text"] {
  padding-left: 55px;
}
.rtl .widget-job-search-form .search-form-inner .form-group-inner input[type="text"] {
  padding-right: 55px;
  padding-left: 0px;
}
.widget-job-search-form .search-form-inner .form-group-inner:before, .widget-job-search-form .search-form-inner .form-group-inner:after {
  content: " ";
  display: table;
}
.widget-job-search-form .search-form-inner .form-group-inner:after {
  clear: both;
}
.widget-job-search-form .search-form-inner .form-group-inner > *.form-control {
  color: #999;
  padding-left: 50px;
}
.rtl .widget-job-search-form .search-form-inner .form-group-inner > *.form-control {
  padding-right: 50px;
  padding-left: 0px;
}
.widget-job-search-form .search-form-inner .form-group-inner > *.select2-container {
  padding-left: 30px;
}
.rtl .widget-job-search-form .search-form-inner .form-group-inner > *.select2-container {
  padding-right: 30px;
  padding-left: 0px;
}
.widget-job-search-form .search-form-inner .form-group-inner > i {
  z-index: 1;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .widget-job-search-form .search-form-inner .form-group-inner > i {
  right: 20px;
  left: auto;
}
.widget-job-search-form .search-form-inner .form-group-inner > i:before {
  color: #667488;
  font-size: 20px;
  margin-left: 0;
}
.rtl .widget-job-search-form .search-form-inner .form-group-inner > i:before {
  margin-right: 0;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .widget-job-search-form.no-label .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
  .widget-job-search-form.no-label .select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
    margin-right: 0px;
  }
  .rtl .widget-job-search-form.no-label .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow, .rtl
  .widget-job-search-form.no-label .select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.widget-job-search-form.no-label .search_distance_wrapper {
  display: none;
}
.widget-job-search-form.no-label .search-form-inner .btn-submit {
  min-width: 150px;
}
.widget-job-search-form.no-label .search-form-inner .form-group {
  padding-left: 25px;
}
.rtl .widget-job-search-form.no-label .search-form-inner .form-group {
  padding-right: 25px;
  padding-left: 0px;
}
.widget-job-search-form.no-label .search-form-inner .form-group.form-group-search {
  padding-left: 0;
}
.rtl .widget-job-search-form.no-label .search-form-inner .form-group.form-group-search {
  padding-right: 0;
  padding-left: 0px;
}
.widget-job-search-form.no-label .search-form-inner .form-group .heading-label {
  display: none;
}
.widget-job-search-form.no-label .search-form-inner .form-group-inner i {
  left: 0;
}
.rtl .widget-job-search-form.no-label .search-form-inner .form-group-inner i {
  right: 0;
  left: auto;
}
.widget-job-search-form.no-label .search-form-inner .form-group-inner input[type="text"] {
  padding-left: 38px;
}
.rtl .widget-job-search-form.no-label .search-form-inner .form-group-inner input[type="text"] {
  padding-right: 38px;
  padding-left: 0px;
}
.widget-job-search-form.no-label .form-search {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.widget-job-search-form.no-label .form-search .search-form-inner {
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.widget-job-search-form.no-label .list-field {
  position: relative;
}
@media (min-width: 992px) {
  .widget-job-search-form.no-label .list-field:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #e8eef1;
  }
  .rtl .widget-job-search-form.no-label .list-field:before {
    left: 0;
    right: auto;
  }
  .widget-job-search-form.no-label .list-field.last:before {
    display: none;
  }
}
.widget-job-search-form.basic .form-group {
  margin-bottom: 15px;
  padding-left: 0;
}
.rtl .widget-job-search-form.basic .form-group {
  padding-right: 0;
  padding-left: 0px;
}
.widget-job-search-form.basic .form-group .form-group-inner input[type="text"] {
  padding-left: 55px;
}
.rtl .widget-job-search-form.basic .form-group .form-group-inner input[type="text"] {
  padding-right: 55px;
  padding-left: 0px;
}
.widget-job-search-form.basic .form-group .select2-container {
  padding-left: 50px;
}
.rtl .widget-job-search-form.basic .form-group .select2-container {
  padding-right: 50px;
  padding-left: 0px;
}
.widget-job-search-form.basic .form-group .heading-label {
  display: none;
}
.widget-job-search-form.basic .search_distance_wrapper {
  display: none;
}
.widget-job-search-form.basic .search-form-inner .form-group-inner {
  color: #99abb9;
  background-color: #323C47;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.widget-job-search-form.basic .search-form-inner .form-group-inner i:before {
  color: #99abb9;
}
.widget-job-search-form.basic .form-search {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-job-search-form.basic .form-search .search-form-inner {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.widget-job-search-form.basic input[type="text"],
.widget-job-search-form.basic input[type="email"],
.widget-job-search-form.basic input[type="url"],
.widget-job-search-form.basic input[type="password"],
.widget-job-search-form.basic input[type="search"],
.widget-job-search-form.basic input[type="number"],
.widget-job-search-form.basic input[type="tel"],
.widget-job-search-form.basic input[type="range"],
.widget-job-search-form.basic input[type="date"],
.widget-job-search-form.basic input[type="month"],
.widget-job-search-form.basic input[type="week"],
.widget-job-search-form.basic input[type="time"],
.widget-job-search-form.basic input[type="datetime"],
.widget-job-search-form.basic input[type="datetime-local"],
.widget-job-search-form.basic input[type="color"],
.widget-job-search-form.basic .form-control, .widget-job-search-form.basic textarea {
  color: #99abb9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.widget-job-search-form.basic input[type="text"]::-moz-placeholder,
.widget-job-search-form.basic input[type="email"]::-moz-placeholder,
.widget-job-search-form.basic input[type="url"]::-moz-placeholder,
.widget-job-search-form.basic input[type="password"]::-moz-placeholder,
.widget-job-search-form.basic input[type="search"]::-moz-placeholder,
.widget-job-search-form.basic input[type="number"]::-moz-placeholder,
.widget-job-search-form.basic input[type="tel"]::-moz-placeholder,
.widget-job-search-form.basic input[type="range"]::-moz-placeholder,
.widget-job-search-form.basic input[type="date"]::-moz-placeholder,
.widget-job-search-form.basic input[type="month"]::-moz-placeholder,
.widget-job-search-form.basic input[type="week"]::-moz-placeholder,
.widget-job-search-form.basic input[type="time"]::-moz-placeholder,
.widget-job-search-form.basic input[type="datetime"]::-moz-placeholder,
.widget-job-search-form.basic input[type="datetime-local"]::-moz-placeholder,
.widget-job-search-form.basic input[type="color"]::-moz-placeholder,
.widget-job-search-form.basic .form-control::-moz-placeholder, .widget-job-search-form.basic textarea::-moz-placeholder {
  color: #99abb9;
  opacity: 1;
}
.widget-job-search-form.basic input[type="text"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="email"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="url"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="password"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="search"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="number"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="tel"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="range"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="date"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="month"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="week"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="time"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="datetime"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="datetime-local"]:-ms-input-placeholder,
.widget-job-search-form.basic input[type="color"]:-ms-input-placeholder,
.widget-job-search-form.basic .form-control:-ms-input-placeholder, .widget-job-search-form.basic textarea:-ms-input-placeholder {
  color: #99abb9;
}
.widget-job-search-form.basic input[type="text"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="email"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="url"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="password"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="search"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="number"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="tel"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="range"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="date"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="month"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="week"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="time"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="datetime"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="datetime-local"]::-webkit-input-placeholder,
.widget-job-search-form.basic input[type="color"]::-webkit-input-placeholder,
.widget-job-search-form.basic .form-control::-webkit-input-placeholder, .widget-job-search-form.basic textarea::-webkit-input-placeholder {
  color: #99abb9;
}
.widget-job-search-form.basic .select2-container--default .select2-selection--single {
  background-color: transparent;
}
.widget-job-search-form .search-form-inner .form-group .heading-label {
  font-weight: 500;
}
.widget-job-search-form .search-form-inner .form-group.form-group-center-location .action-location {
  width: 100%;
}
.widget-job-search-form .tab-content .select2-container.select2-container--open .select2-selection--single,
.widget-job-search-form .tab-content .form-control:focus {
  background-color: #fff !important;
}
.widget-job-search-form .tab-content .select2-container.select2-container--open .select2-selection--single ~ .clear-location,
.widget-job-search-form .tab-content .select2-container.select2-container--open .select2-selection--single ~ .find-me,
.widget-job-search-form .tab-content .form-control:focus ~ .clear-location,
.widget-job-search-form .tab-content .form-control:focus ~ .find-me {
  background-color: #fff !important;
}
.widget-job-search-form .top-tab {
  margin-bottom: 30px;
  margin-top: -53px;
}
@media only screen and (min-width: 1168px) {
  .widget-job-search-form .top-tab {
    margin-bottom: 60px;
  }
}
.widget-job-search-form .nav-tabs {
  border: 0;
  margin: 0;
}
.widget-job-search-form .nav-tabs > li {
  margin: 0 !important;
}
.widget-job-search-form .nav-tabs > li.active > a {
  background: #fff;
  color: #11b719;
}
.widget-job-search-form .nav-tabs > li > a {
  background: transparent;
  color: #fff;
  padding: 14px 25px;
  font-size: 16px;
  margin: 0;
  border: 0 !important;
}
@media only screen and (min-width: 1168px) {
  .widget-job-search-form .nav-tabs > li > a {
    padding: 14px 60px;
  }
}

.offcanvas-filter-sidebar {
  position: fixed;
  width: 350px;
  height: 100vh;
  max-width: 80%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 98;
  background: #fff;
  padding: 20px 30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rtl .offcanvas-filter-sidebar {
  left: 0;
  right: auto;
}
.offcanvas-filter-sidebar > .sidebar {
  height: 100%;
  width: 100%;
  position: static;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
  max-width: 100%;
  padding: 0;
}
.offcanvas-filter-sidebar .close-sidebar-btn {
  display: none;
}
.offcanvas-filter-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.layout-type-half-map .widget-filter-top {
  padding: 30px 15px 15px;
}
.layout-type-half-map .widget-filter-top .filter-listing-form .button {
  padding-right: 20px;
  padding-left: 20px;
}
.layout-type-half-map .filter-listing-form > .form-group {
  -webkit-box-shadow: 0 0 6px rgba(62, 28, 131, 0.1);
  box-shadow: 0 0 6px rgba(62, 28, 131, 0.1);
}
.layout-type-half-map #jobs-google-maps {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .layout-type-half-map #jobs-google-maps {
    width: 41.66667%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
  }
  .rtl .layout-type-half-map #jobs-google-maps {
    left: 0;
    right: auto;
  }
}
.layout-type-half-map .inner-left {
  outline: none;
}
.layout-type-half-map .content-listing {
  padding: 15px;
}
@media (min-width: 768px) {
  .layout-type-half-map .content-listing {
    padding: 30px 30px 50px;
  }
}
.layout-type-half-map .top-show-filter {
  margin-bottom: 5px;
}
.layout-type-half-map .filter-sidebar .advance-fields {
  display: none;
}

@media (max-width: 1199px) {
  .layout-type-half-map .content-listing {
    padding: 20px;
  }
}
.leaflet-marker-icon > div > span {
  text-align: center;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: #2b4db9;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 100ms 3inear;
  -o-transition: all 100ms 3inear;
  transition: all 100ms 3inear;
  -webkit-animation: cluster-animation 1.5s infinite;
  -o-animation: cluster-animation 1.5s infinite;
  animation: cluster-animation 1.5s infinite;
}

.leaflet-interactive .map-popup .icon-wrapper {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #11b719;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.leaflet-interactive .map-popup .icon-wrapper:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #11b719;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 40px;
  height: 40px;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 18px;
  -ms-transform: rotateX(-60deg) scale(0.5);
  /* IE 9 */
  -webkit-transform: rotateX(-60deg) scale(0.5);
  /* Safari 3-8 */
  transform: rotateX(-60deg) scale(0.5);
}
.leaflet-interactive .map-popup .icon-wrapper.has-img {
  background: transparent !important;
}
.leaflet-interactive .map-popup .icon-wrapper.has-img img {
  max-width: 35px !important;
}
.leaflet-interactive .map-popup .icon-wrapper.is-candidate {
  background: transparent !important;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  overflow: hidden;
}
.leaflet-interactive .map-popup .icon-wrapper.is-candidate img {
  max-width: 100% !important;
}
.leaflet-interactive .map-popup.map-popup-selected .icon-wrapper:before {
  -ms-transform: rotateX(-60deg) scale(1);
  /* IE 9 */
  -webkit-transform: rotateX(-60deg) scale(1);
  /* Safari 3-8 */
  transform: rotateX(-60deg) scale(1);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.leaflet-interactive .map-popup.map-popup-selected .is-candidate {
  -webkit-box-shadow: 0 0px 0px 5px rgba(17, 183, 25, 0.4);
  box-shadow: 0 0px 0px 5px rgba(17, 183, 25, 0.4);
}

#jobs-google-maps a.leaflet-popup-close-button {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #667488;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#jobs-google-maps a.leaflet-popup-close-button:hover, #jobs-google-maps a.leaflet-popup-close-button:focus {
  color: #fff;
  background-color: #e44343;
}
#jobs-google-maps .leaflet-popup-content-wrapper {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
#jobs-google-maps .leaflet-popup-content {
  margin: 20px;
  width: 250px !important;
}
#jobs-google-maps .leaflet-popup {
  margin-bottom: 30px;
}
#jobs-google-maps .job-grid-style {
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  color: #667488;
}
#jobs-google-maps .job-grid-style .image-wrapper {
  text-align: center;
  margin: 0 0 10px;
}
#jobs-google-maps .job-grid-style .image-wrapper img {
  max-width: 210px;
}
#jobs-google-maps .job-grid-style .job-title {
  font-size: 18px;
  margin: 3px 0 10px;
  font-weight: 500;
}
#jobs-google-maps .job-grid-style .candidate-job {
  margin: 0 0 2px;
}
#jobs-google-maps .job-grid-style .candidate-title {
  margin: 0 0 5px;
  text-transform: capitalize;
}
#jobs-google-maps .job-grid-style a {
  color: #1C2733;
}
#jobs-google-maps .job-grid-style a:hover, #jobs-google-maps .job-grid-style a:focus {
  color: #11b719;
}
#jobs-google-maps .job-grid-style .candidate-salary,
#jobs-google-maps .job-grid-style .job-salary {
  display: none;
}
#jobs-google-maps .job-grid-style .candidate-category {
  font-size: 14px;
  font-weight: 500;
}
#jobs-google-maps .job-grid-style .candidate-category a {
  color: #11b719 !important;
}
#jobs-google-maps .job-grid-style .job-metas strong {
  font-weight: 400;
}

.main-items-wrapper {
  position: relative;
}
.main-items-wrapper:before {
  content: '';
  position: absolute;
  width: calc( 100% + 20px );
  height: 100%;
  top: 0;
  left: -10px;
  z-index: 3;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 40px auto;
}
.main-items-wrapper.loading:before {
  visibility: visible;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.statistics .list-item {
  position: relative;
}
.statistics .list-item:before {
  content: '';
  width: 30%;
  height: 4px;
  background-color: #e6e9ef;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.rtl .statistics .list-item:before {
  left: 0;
  right: auto;
}
.statistics .inner-header {
  border: 1px solid #e8eef1;
  background: #ffffff;
  padding: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.statistics .posted-jobs {
  border-bottom: 4px solid #01b2ac;
}
.statistics .posted-jobs .icon {
  border: 1px solid #01b2ac;
  color: #01b2ac;
  background: rgba(1, 178, 172, 0.1);
}
.statistics .shortlist {
  border-bottom: 4px solid #ff526c;
}
.statistics .shortlist .icon {
  border: 1px solid #ff526c;
  color: #ff526c;
  background: rgba(226, 11, 11, 0.1);
}
.statistics .review-count-wrapper {
  border-bottom: 4px solid #0fb76b;
}
.statistics .review-count-wrapper .icon {
  border: 1px solid #0fb76b;
  color: #0fb76b;
  background: rgba(7, 177, 7, 0.1);
}
.statistics .views-count-wrapper {
  border-bottom: 4px solid #ff9800;
}
.statistics .views-count-wrapper .icon {
  border: 1px solid #ff9800;
  color: #ff9800;
  background: rgba(255, 152, 0, 0.1);
}
.statistics .list-item {
  position: relative;
  padding-bottom: 15px;
}
.statistics .icon-wrapper {
  padding: 0 30px;
  border-right: 1px solid #eceef3;
  margin-left: -15px;
}
.rtl .statistics .icon-wrapper {
  border-left: 1px solid #eceef3;
  border-right: inherit;
}
.rtl .statistics .icon-wrapper {
  margin-right: -15px;
  margin-left: 0px;
}
.statistics .icon {
  font-size: 25px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}
.statistics .number-count {
  line-height: 1;
  font-size: 27px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.box-dashboard-wrapper {
  padding: 15px;
  background: #eef5f9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (min-width: 1200px) {
  .box-dashboard-wrapper {
    padding: 30px;
  }
}
.box-dashboard-wrapper .widget-title,
.box-dashboard-wrapper .title {
  font-size: 20px;
  margin: 0 0 25px;
}
.box-dashboard-wrapper .inner-list {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (min-width: 1200px) {
  .box-dashboard-wrapper .inner-list {
    padding: 30px;
    margin-bottom: 30px;
  }
}

.job-applicants .heading {
  margin-bottom: 20px;
}
.job-applicants .job-title {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  color: #272f46;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
}
.job-applicants .total-applicants {
  background-color: #79b530;
  color: #fff;
}
.job-applicants .rejected-applicants {
  background-color: #e44343;
  color: #fff;
}
.job-applicants .inner-result > div {
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-right: 10px;
}
.rtl .job-applicants .inner-result > div {
  margin-left: 10px;
  margin-right: 0px;
}
.job-applicants .inner-result > div:last-child {
  margin-right: 0;
}
.rtl .job-applicants .inner-result > div:last-child {
  margin-left: 0;
  margin-right: 0px;
}

.applicants-job .date {
  font-size: 14px;
}
.applicants-job .applicant-action-button {
  white-space: nowrap;
}
.applicants-job .job-metas {
  margin-top: 5px;
}

.applicants .list-item-applicant {
  margin-bottom: 30px;
}
.applicants .list-item-applicant:last-child {
  border: none;
  margin-bottom: 0;
}

.cmb-form .cmb2-metabox .cmbhandle::before {
  content: "\f106";
  font-family: 'FontAwesome';
  padding: 7px 10px;
}
.cmb-form .cmb2-metabox .postbox.closed .cmbhandle::before {
  content: "\f107";
}
.cmb-form .cmb-field-list {
  margin-left: -15px;
  margin-right: -15px;
}
.cmb-form .cmb-field-list > div {
  padding-left: 15px;
  padding-right: 15px;
}
.cmb-form button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
  top: 5px;
}
.cmb-form button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:before {
  display: inline-block;
  color: #e44343;
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 14px;
  width: 20px;
  height: 20px;
}
.cmb-form .cmb2-wrap {
  clear: both;
}
.cmb-form .cmb2-wrap:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.cmb-form .cmb-th {
  width: 100%;
  padding: 0 0 8px;
}
.cmb-form .cmb-th label {
  color: #272f46;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.cmb-form .cmb-th + .cmb-td {
  width: 100%;
  padding: 0;
}
.cmb-form .cmb-field-list > .cmb-row {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .cmb-form .cmb-field-list > .cmb-row {
    width: 50%;
    float: left;
  }
  .rtl .cmb-form .cmb-field-list > .cmb-row {
    float: right;
  }
  .cmb-form .cmb-field-list > .cmb-row:nth-child(2n+1) {
    outline: none;
  }
}
@media only screen and (min-width: 1168px) {
  .cmb-form .cmb-field-list > .cmb-row {
    margin: 0 0 20px;
  }
}
.cmb-form .cmb-field-list > .cmb-row .select2-container--default .select2-search--inline .select2-search__field {
  height: auto;
}
.cmb-form .cmb-field-list > .cmb-row.cmb-type-multicheck, .cmb-form .cmb-field-list > .cmb-row[data-fieldtype="taxonomy_multicheck"], .cmb-form .cmb-field-list > .cmb-row[data-fieldtype="wysiwyg"], .cmb-form .cmb-field-list > .cmb-row[data-fieldtype="group"], .cmb-form .cmb-field-list > .cmb-row[data-fieldtype="pw_map"], .cmb-form .cmb-field-list > .cmb-row[data-fieldtype="wp_job_board_file"] {
  width: 100%;
}
.cmb-form select,
.cmb-form textarea,
.cmb-form input[type="text"],
.cmb-form input[type="number"] {
  margin: 0 !important;
  height: 54px;
  border: 1px solid #dde6ef;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fff;
  width: 100% !important;
  color: #667488;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.cmb-form select:focus,
.cmb-form textarea:focus,
.cmb-form input[type="text"]:focus,
.cmb-form input[type="number"]:focus {
  border-color: #dde6ef;
  background: #fff;
  outline: none;
}
.cmb-form textarea {
  resize: none;
  height: 100px;
}
.cmb-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  line-height: 2;
  margin-top: 7px;
}
.cmb-form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e8eef1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.cmb-form .select2-container {
  width: 100% !important;
  height: 54px;
}
.cmb-form .select2-container .select2-selection--multiple,
.cmb-form .select2-container .select2-selection--single {
  border: 1px solid #e8eef1;
  background: #fff;
  width: 100%;
  height: 54px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.cmb-form .select2-container .select2-selection--multiple .select2-selection__rendered,
.cmb-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #667488;
  line-height: 42px;
  padding: 5px 20px;
}
.cmb-form .select2-container.select2-container--open .select2-selection--single {
  border-color: #dde6ef;
  background-color: #fff;
}
.cmb-form input[type="number"],
.cmb-form select {
  padding: 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmb-form .cmb2-checkbox-list {
  overflow: hidden;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 2px;
}
.rtl .cmb-form .cmb2-checkbox-list {
  padding-right: 2px;
  padding-left: 0px;
}
.cmb-form .cmb2-checkbox-list li {
  margin: 0 0 10px;
  line-height: 1.63;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cmb-form .cmb2-checkbox-list li {
    width: 50%;
    float: left;
  }
  .rtl .cmb-form .cmb2-checkbox-list li {
    float: right;
  }
  .cmb-form .cmb2-checkbox-list li:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1168px) {
  .cmb-form .cmb2-checkbox-list li {
    width: 33%;
    float: left;
  }
  .rtl .cmb-form .cmb2-checkbox-list li {
    float: right;
  }
  .cmb-form .cmb2-checkbox-list li:nth-child(3n + 1) {
    clear: both;
  }
}
.cmb-form .cmb2-checkbox-list li:last-child {
  margin-bottom: 0;
}
.cmb-form .cmb2-checkbox-list label {
  font-weight: 400;
  color: #667488;
}
.cmb-form .cmb2-checkbox-list [type="radio"],
.cmb-form .cmb2-checkbox-list [type="checkbox"] {
  display: none;
}
.cmb-form .cmb2-checkbox-list [type="radio"] + label {
  font-weight: 500;
  color: #1C2733;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin: 0;
}
.rtl .cmb-form .cmb2-checkbox-list [type="radio"] + label {
  padding-right: 30px;
  padding-left: 0px;
}
.cmb-form .cmb2-checkbox-list [type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 1px #dee6ed;
  box-shadow: 0 0 1px 1px #dee6ed;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 4px;
}
.rtl .cmb-form .cmb2-checkbox-list [type="radio"] + label:before {
  right: 0;
  left: auto;
}
.cmb-form .cmb2-checkbox-list [type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin: 0;
}
.rtl .cmb-form .cmb2-checkbox-list [type="checkbox"] + label {
  padding-right: 30px;
  padding-left: 0px;
}
.cmb-form .cmb2-checkbox-list [type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 1px #dee6ed;
  box-shadow: 0 0 1px 1px #dee6ed;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 4px;
}
.rtl .cmb-form .cmb2-checkbox-list [type="checkbox"] + label:before {
  right: 0;
  left: auto;
}
.cmb-form .cmb2-checkbox-list [type="checkbox"] + label:after {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.rtl .cmb-form .cmb2-checkbox-list [type="checkbox"] + label:after {
  right: 0;
  left: auto;
}
.cmb-form .cmb2-checkbox-list [type="checkbox"]:checked + label:before {
  background: #11b719;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cmb-form .cmb2-checkbox-list [type="checkbox"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cmb-form .cmb2-checkbox-list [type="radio"]:checked + label:before {
  background-color: #11b719;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn {
  cursor: pointer;
  background: #11b719;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  max-width: none;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 1168px) {
  .cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn {
    padding: 14px 30px;
  }
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn:hover {
  background-color: #0fa016;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn:focus {
  background-color: #0fa016;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn:focus-within {
  background-color: #0fa016;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn:active {
  background-color: #0fa016;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-file-preview {
  display: block;
  position: relative;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files {
  position: relative;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files .wp-job-board-remove-uploaded-file {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files .wp-job-board-remove-uploaded-file {
  left: 0;
  right: auto;
}
.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files .wp-job-board-remove-uploaded-file:before {
  text-align: center;
  line-height: 25px;
  font-family: 'themify';
  content: "\e646";
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #e44343;
  background: #fff;
}
.cmb-form .cmb-row[class*="candidate-featured-image"] .wp-job-board-uploaded-files ~ .label-can-drag .upload-file-btn,
.cmb-form .cmb-row[class*="employer-featured-image"] .wp-job-board-uploaded-files ~ .label-can-drag .upload-file-btn {
  margin-top: 0;
}
.cmb-form .cmb-row[class*="team-members"] .wp-job-board-uploaded-files,
.cmb-form .cmb-row[class*="portfolio-photos"] .wp-job-board-uploaded-files,
.cmb-form .cmb-row[class*="profile-photos"] .wp-job-board-uploaded-files {
  margin-left: -16px;
  margin-right: -16px;
  clear: both;
  overflow: hidden;
}
.cmb-form .cmb-row[class*="team-members"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file,
.cmb-form .cmb-row[class*="portfolio-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file,
.cmb-form .cmb-row[class*="profile-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file {
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  max-width: 120px;
  margin-bottom: 15px;
}
.rtl .cmb-form .cmb-row[class*="team-members"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file, .rtl
.cmb-form .cmb-row[class*="portfolio-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file, .rtl
.cmb-form .cmb-row[class*="profile-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file {
  float: right;
}
.cmb-form .cmb-row[class*="cv-attachment"] .wp-job-board-uploaded-files {
  margin-bottom: 15px;
}
.cmb-form .cmb-row[class*="cv-attachment"] .wp-job-board-uploaded-file {
  margin-right: 10px;
}
.rtl .cmb-form .cmb-row[class*="cv-attachment"] .wp-job-board-uploaded-file {
  margin-left: 10px;
  margin-right: 0px;
}
.cmb-form .pw-map-search-wrapper {
  z-index: 3;
}
.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map-search {
  margin-bottom: 15px !important;
}
.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map {
  margin-bottom: 15px;
  width: 100%;
  z-index: 3;
  height: 250px;
}
@media (max-width: 767px) {
  .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input {
    margin-bottom: 10px !important;
  }
  .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input:last-child {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input {
    width: calc(50% - 15px) !important;
    float: left;
    margin-right: 30px !important;
  }
  .rtl .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input {
    float: right;
  }
  .rtl .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input {
    margin-left: 30px !important;
    margin-right: 0px;
  }
  .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input.pw-map-longitude {
    margin-right: 0 !important;
  }
  .rtl .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input.pw-map-longitude {
    margin-left: 0 !important;
    margin-right: 0px;
  }
}
.cmb-form .cmb-group-name {
  font-size: 24px;
  margin: 0 -15px;
}
.cmb-form .cmb-type-group .cmb-field-list > .cmb-row {
  width: 100%;
  float: none;
}
.cmb-form .cmb-type-group .cmb-field-list > .cmb-row.cmb-repeatable-grouping {
  border: 1px solid #f5f5f5;
}
.cmb-form .cmb-type-group .cmb-repeatable-group > div:last-child {
  padding: 0;
}
.cmb-form .cmb-type-group .cmb-repeatable-group > div:last-child .cmb-add-row {
  margin: 0;
}
.cmb-form .cmb-type-group .cmb-field-list {
  margin: 0;
}
.cmb-form .cmb-type-group .cmb-field-list > div {
  border: none;
}
.cmb-form .cmb-type-group .cmb-group-title {
  cursor: pointer;
  background: #f5f5f5;
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  margin-left: -15px;
  margin-right: -15px;
}
.cmb-form .cmb-type-group .cmb-remove-field-row,
.cmb-form .cmb-type-group .cmb-repeat-group-field {
  padding: 10px 0;
  margin: 0;
}
.cmb-form .cmb-type-group .cmb-remove-group-row-button {
  margin: 0;
  background: #e44343;
  font-size: 16px;
  padding: 8px 30px;
}
.cmb-form .cmb-type-group .cmb-remove-group-row-button:hover {
  background: #e12d2d;
}
.cmb-form .cmb-type-group .cmb-remove-group-row-button:focus {
  background: #e12d2d;
}
.cmb-form .cmb-type-group .cmb-remove-group-row-button:focus-within {
  background: #e12d2d;
}
.cmb-form .cmb-type-group .cmb-remove-group-row-button:active {
  background: #e12d2d;
}
.cmb-form .cmb-type-group [data-fieldtype="text"] .cmb-th label,
.cmb-form .cmb-type-group [data-fieldtype="select"] .cmb-th label {
  font-size: 14px;
  margin-top: 10px;
}
.cmb-form .button-secondary {
  cursor: pointer;
  padding: 8px 30px;
  font-size: 15px;
  border: none;
  color: #fff;
  background: #03a9f4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.cmb-form .button-secondary:hover {
  background: #038dcc;
  color: #fff;
}
.cmb-form .button-secondary:focus {
  background: #038dcc;
  color: #fff;
}
.cmb-form .button-secondary:focus-within {
  background: #038dcc;
  color: #fff;
}
.cmb-form .button-secondary:active {
  background: #038dcc;
  color: #fff;
}
.cmb-form .button-secondary.cmb-multicheck-toggle {
  background: transparent !important;
  color: #e44343 !important;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}
.cmb-form .button-primary {
  cursor: pointer;
  padding: 10px 30px;
  border: none;
  color: #fff;
  background: #11b719;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.cmb-form .button-primary:hover {
  background: #0e9214;
  color: #fff;
}
.cmb-form .button-primary:focus {
  background: #0e9214;
  color: #fff;
}
.cmb-form .button-primary:focus-within {
  background: #0e9214;
  color: #fff;
}
.cmb-form .button-primary:active {
  background: #0e9214;
  color: #fff;
}
.cmb-form span.cmb2-metabox-description {
  font-weight: 500;
}
.cmb-form .wp-editor-container iframe {
  height: 200px !important;
}

.profile-form-wrapper .cmb2-wrap {
  border-bottom: 1px solid #e8eef1;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .profile-form-wrapper .cmb2-wrap {
    margin-bottom: 40px;
  }
}

.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
  min-height: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.candidate-shortlist-wrapper .btn-action-icon {
  margin-right: 2px;
}
.rtl .candidate-shortlist-wrapper .btn-action-icon {
  margin-left: 2px;
  margin-right: 0px;
}

.box-employer {
  padding: 0;
  background: #fff;
  margin-bottom: 30px;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rtl .box-employer {
  text-align: right;
}
.box-employer .applicants-job {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1168px) {
  .box-employer .applicants-job {
    margin-bottom: 30px;
  }
}
.box-employer form .button, .box-employer form button, .box-employer form .btn, .box-employer form input[type="button"], .box-employer form input[type="reset"], .box-employer form input[type="submit"] {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #11b719;
  border: 2px solid #11b719;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  padding: 13px 30px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.63;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.box-employer form .button:hover, .box-employer form button:hover, .box-employer form .btn:hover, .box-employer form input[type="button"]:hover, .box-employer form input[type="reset"]:hover, .box-employer form input[type="submit"]:hover {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.box-employer form .button:focus, .box-employer form button:focus, .box-employer form .btn:focus, .box-employer form input[type="button"]:focus, .box-employer form input[type="reset"]:focus, .box-employer form input[type="submit"]:focus {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.box-employer form .button:focus-within, .box-employer form button:focus-within, .box-employer form .btn:focus-within, .box-employer form input[type="button"]:focus-within, .box-employer form input[type="reset"]:focus-within, .box-employer form input[type="submit"]:focus-within {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.box-employer form .button:active, .box-employer form button:active, .box-employer form .btn:active, .box-employer form input[type="button"]:active, .box-employer form input[type="reset"]:active, .box-employer form input[type="submit"]:active {
  color: #11b719;
  background-color: #0fa016;
  border-color: #0fa016;
}
.box-employer form .button:visited, .box-employer form button:visited, .box-employer form .btn:visited, .box-employer form input[type="button"]:visited, .box-employer form input[type="reset"]:visited, .box-employer form input[type="submit"]:visited {
  text-decoration: none;
}
.box-employer form .button.disabled, .box-employer form .button[disabled], fieldset[disabled] .box-employer form .button, .box-employer form button.disabled, .box-employer form button[disabled], fieldset[disabled] .box-employer form button, .box-employer form .btn.disabled, .box-employer form .btn[disabled], fieldset[disabled] .box-employer form .btn, .box-employer form input[type="button"].disabled, .box-employer form input[type="button"][disabled], fieldset[disabled] .box-employer form input[type="button"], .box-employer form input[type="reset"].disabled, .box-employer form input[type="reset"][disabled], fieldset[disabled] .box-employer form input[type="reset"], .box-employer form input[type="submit"].disabled, .box-employer form input[type="submit"][disabled], fieldset[disabled] .box-employer form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  border-color: #13ce1c;
  background-color: #13ce1c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-employer form .button:hover, .box-employer form button:hover, .box-employer form .btn:hover, .box-employer form input[type="button"]:hover, .box-employer form input[type="reset"]:hover, .box-employer form input[type="submit"]:hover {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-employer form .button:focus, .box-employer form button:focus, .box-employer form .btn:focus, .box-employer form input[type="button"]:focus, .box-employer form input[type="reset"]:focus, .box-employer form input[type="submit"]:focus {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-employer form .button:focus-within, .box-employer form button:focus-within, .box-employer form .btn:focus-within, .box-employer form input[type="button"]:focus-within, .box-employer form input[type="reset"]:focus-within, .box-employer form input[type="submit"]:focus-within {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-employer form .button:active, .box-employer form button:active, .box-employer form .btn:active, .box-employer form input[type="button"]:active, .box-employer form input[type="reset"]:active, .box-employer form input[type="submit"]:active {
  color: #fff;
  background-color: #0fa016;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-employer form label {
  font-weight: 500;
  cursor: pointer;
}
.box-employer form label > * {
  padding-left: 5px;
}
.rtl .box-employer form label > * {
  padding-right: 5px;
  padding-left: 0px;
}
.box-employer form label > *[type="checkbox"] {
  margin-top: 5px;
  float: left;
}
.rtl .box-employer form label > *[type="checkbox"] {
  float: right;
}
.box-employer form label > *:first-child {
  padding-left: 0;
}
.rtl .box-employer form label > *:first-child {
  padding-right: 0;
  padding-left: 0px;
}

.my-job-employer .search-orderby-wrapper {
  margin-bottom: 30px;
}
.my-job-employer .search-orderby-wrapper .text-sort {
  margin-right: 5px;
}
.rtl .my-job-employer .search-orderby-wrapper .text-sort {
  margin-left: 5px;
  margin-right: 0px;
}
.my-job-employer .search-orderby-wrapper .sort-my-jobs-form {
  margin-left: auto;
}
.rtl .my-job-employer .search-orderby-wrapper .sort-my-jobs-form {
  margin-right: auto;
  margin-left: 0px;
}

.my-jobs .number {
  color: #fff;
  font-size: 12px;
  background: #11b719;
  font-weight: 500;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 2px 5px 3px;
  line-height: 1;
}
.my-jobs .publish {
  color: #41d24b;
  background: #ecfaed;
}
.my-jobs .pending {
  color: #feac36;
  background: #fff7eb;
}
.my-jobs .job-table-actions-inner {
  padding: 1px 15px;
  font-size: 14px;
  margin-left: 5px;
}
.rtl .my-jobs .job-table-actions-inner {
  margin-right: 5px;
  margin-left: 0px;
}
.my-jobs .alert-query strong {
  text-transform: uppercase;
  margin-right: 5px;
}
.rtl .my-jobs .alert-query strong {
  margin-left: 5px;
  margin-right: 0px;
}

.job-table > thead > tr > th {
  border-bottom-width: 1px;
  color: #1C2733;
  padding: 10px;
}

.change-password-form label {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .change-password-form .form-group {
    margin-bottom: 30px;
  }
}

.user-job-packaged {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  overflow: hidden;
  width: 100%;
  clear: both;
}
.user-job-packaged li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .user-job-packaged li {
    width: 50%;
    float: left;
  }
  .rtl .user-job-packaged li {
    float: right;
  }
}
.user-job-packaged [type="radio"] {
  margin-right: 5px;
}
.rtl .user-job-packaged [type="radio"] {
  margin-left: 5px;
  margin-right: 0px;
}
.user-job-packaged [type="radio"]:checked + label {
  color: #11b719;
}
.user-job-packaged label {
  font-weight: 500;
  cursor: pointer;
  color: #1C2733;
  margin: 0;
}

.select2-wrapper .text-medium {
  color: #1C2733;
  font-weight: 500;
  margin-right: 15px;
}
.rtl .select2-wrapper .text-medium {
  margin-left: 15px;
  margin-right: 0px;
}
.select2-wrapper .flex-middle {
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  justify-content: center;
}
.select2-wrapper .select2-container {
  min-width: 200px;
}

.top-info-user {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1168px) {
  .top-info-user {
    margin-bottom: 30px;
  }
}
.top-info-user .title {
  font-size: 20px;
  margin: 0 0 5px;
}

.wrapper-social-login .inner-social {
  clear: both;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper-social-login .inner-social > div {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  float: left;
}
.rtl .wrapper-social-login .inner-social > div {
  float: right;
}
.wrapper-social-login a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border: 1px solid #eaeff5;
  text-transform: capitalize;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wrapper-social-login a i {
  margin-right: 10px;
}
.rtl .wrapper-social-login a i {
  margin-left: 10px;
  margin-right: 0px;
}
.wrapper-social-login .linkedin-login-btn {
  color: #fff;
  border-color: #0077B5;
  background-color: #0077B5;
}
.wrapper-social-login .linkedin-login-btn:hover {
  color: #fff;
  background-color: #0077B5;
}
.wrapper-social-login .linkedin-login-btn:focus {
  color: #fff;
  background-color: #0077B5;
}
.wrapper-social-login .linkedin-login-btn:focus-within {
  color: #fff;
  background-color: #0077B5;
}
.wrapper-social-login .linkedin-login-btn:active {
  color: #fff;
  background-color: #0077B5;
}
.wrapper-social-login .google-login-btn {
  color: #fff;
  border-color: #dc4d28;
  background-color: #dc4d28;
}
.wrapper-social-login .google-login-btn:hover {
  color: #fff;
  background-color: #dc4d28;
}
.wrapper-social-login .google-login-btn:focus {
  color: #fff;
  background-color: #dc4d28;
}
.wrapper-social-login .google-login-btn:focus-within {
  color: #fff;
  background-color: #dc4d28;
}
.wrapper-social-login .google-login-btn:active {
  color: #fff;
  background-color: #dc4d28;
}
.wrapper-social-login .facebook-login-btn {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}
.wrapper-social-login .facebook-login-btn:hover {
  color: #fff;
  background-color: #3b5998;
}
.wrapper-social-login .facebook-login-btn:focus {
  color: #fff;
  background-color: #3b5998;
}
.wrapper-social-login .facebook-login-btn:focus-within {
  color: #fff;
  background-color: #3b5998;
}
.wrapper-social-login .facebook-login-btn:active {
  color: #fff;
  background-color: #3b5998;
}
.wrapper-social-login .twitter-login-btn {
  color: #fff;
  border-color: #55acee;
  background-color: #55acee;
}
.wrapper-social-login .twitter-login-btn:hover {
  color: #fff;
  background-color: #55acee;
}
.wrapper-social-login .twitter-login-btn:focus {
  color: #fff;
  background-color: #55acee;
}
.wrapper-social-login .twitter-login-btn:focus-within {
  color: #fff;
  background-color: #55acee;
}
.wrapper-social-login .twitter-login-btn:active {
  color: #fff;
  background-color: #55acee;
}
.wrapper-social-login .line-header {
  text-align: center;
  width: 100% !important;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.wrapper-social-login .line-header:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 50%;
  background: #e6e8ef;
  left: 0;
  width: 100%;
  height: 1px;
}
.rtl .wrapper-social-login .line-header:before {
  right: 0;
  left: auto;
}
.wrapper-social-login .line-header span {
  font-size: 14px;
  line-height: 35px;
  min-width: 40px;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 1px solid #eaeff5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-transform: uppercase;
}

#forgot-password-form-wrapper {
  display: none;
}

.show-filter-jobs {
  cursor: pointer;
}
.show-filter-jobs i {
  margin-right: 5px;
}
.rtl .show-filter-jobs i {
  margin-left: 5px;
  margin-right: 0px;
}

.mobile-groups-button {
  padding: 20px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
.mobile-groups-button .btn {
  padding: 5px 15px;
}

.filter-sidebar .filter-in-sidebar {
  position: absolute;
  top: 250px;
  left: 100%;
  background: #13ce1c;
  color: #fff;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.rtl .filter-sidebar .filter-in-sidebar {
  right: 100%;
  left: auto;
}
.filter-sidebar .filter-in-sidebar:hover, .filter-sidebar .filter-in-sidebar:focus {
  background: #11b719;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.filter-sidebar .widget_job_alert_form_widget {
  margin: 0 0 30px;
  padding: 25px 30px;
  background: #fff;
}

.layout-type-half-map .p-fix-pagination {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.job-submission-form-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1168px) {
  .job-submission-form-wrapper {
    margin-bottom: 50px;
  }
}

.job-submission-preview-form-wrapper .action-preview {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 1;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-webkit-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  display: -webkit-flex;
  /* Safari */
  display: flex;
}
.rtl .job-submission-preview-form-wrapper .action-preview {
  left: 0;
  right: auto;
}
.job-submission-preview-form-wrapper .action-preview .btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  padding: 10px 20px;
}
.job-submission-preview-form-wrapper .action-preview [name="continue-edit-job"] {
  margin-top: 5px;
}

.submission-form-wrapper {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #79b530;
}
@media (min-width: 768px) {
  .submission-form-wrapper {
    margin: 30px 0 50px;
    font-size: 25px;
  }
}

#wp-private-message-popup-message,
#wp-job-board-popup-message {
  position: fixed;
  z-index: 999;
  top: 40%;
  right: 20px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.bg-warning {
  color: #fff;
  background: #ff8b00;
}

.bg-info {
  color: #fff;
  background: #03a9f4;
}

.popup-apply-job-email .mfp-content {
  max-width: 500px;
  margin: auto;
}
.popup-apply-job-email .inner {
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 15px;
}
@media only screen and (min-width: 1168px) {
  .popup-apply-job-email .inner {
    padding: 30px;
  }
}
.popup-apply-job-email .widget-title {
  margin: 0 0 20px;
  font-size: 20px;
}
.popup-apply-job-email textarea {
  height: 150px;
  resize: none;
}

.socials-apply .title {
  text-align: center;
  margin: 14px 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #667488;
  text-transform: uppercase;
}
.socials-apply .inner {
  overflow: hidden;
  clear: both;
  margin-left: -7px;
  margin-right: -7px;
}
.socials-apply .inner > div {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 14px;
  width: 50%;
  float: left;
}
.rtl .socials-apply .inner > div {
  float: right;
}
.socials-apply .inner a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.socials-apply .inner a i {
  font-size: 18px;
  margin-right: 3px;
}
.rtl .socials-apply .inner a i {
  margin-left: 3px;
  margin-right: 0px;
}
.socials-apply .facebook-apply-btn {
  background: #3b5999;
}
.socials-apply .facebook-apply-btn:hover, .socials-apply .facebook-apply-btn:focus {
  background: #344e87;
}
.socials-apply .google-apply-btn {
  background: #dd4b39;
}
.socials-apply .google-apply-btn:hover, .socials-apply .google-apply-btn:focus {
  background: #d73925;
}
.socials-apply .linkedin-apply-btn {
  background: #0077B5;
}
.socials-apply .linkedin-apply-btn:hover, .socials-apply .linkedin-apply-btn:focus {
  background: #00669c;
}
.socials-apply .twitter-apply-btn {
  background: #55acee;
}
.socials-apply .twitter-apply-btn:hover, .socials-apply .twitter-apply-btn:focus {
  background: #3ea1ec;
}

.send-private-wrapper {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (min-width: 1168px) {
  .send-private-wrapper {
    margin-top: 30px;
  }
}
.send-private-wrapper .send-private-message-btn {
  font-weight: 500;
  font-size: 15px;
  color: #667488;
  text-decoration: underline;
}
.send-private-wrapper .send-private-message-btn:hover, .send-private-wrapper .send-private-message-btn:focus {
  color: #e44343;
}
.send-private-wrapper .send-private-message-btn i {
  color: #596577;
  font-size: 22px;
  margin-right: 10px;
}
.rtl .send-private-wrapper .send-private-message-btn i {
  margin-left: 10px;
  margin-right: 0px;
}

.send-private-message-wrapper {
  background: #fff;
  max-width: 90%;
  width: 500px;
  margin: auto;
  padding: 30px;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.send-private-message-wrapper .title {
  font-size: 20px;
  margin: 0 0 20px;
}
.send-private-message-wrapper textarea {
  resize: none;
}
.send-private-message-wrapper .form-group {
  margin-bottom: 20px;
}

.message-section-wrapper .list-message-inner {
  position: relative;
}
@media only screen and (min-width: 1168px) {
  .message-section-wrapper .list-message-inner {
    height: calc(100% - 95px);
  }
}
.message-section-wrapper .message-inner {
  border: 1px solid #e8eef1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: flex;
  -webkit-display: flex;
  max-width: 1100px;
  background: #fff;
}
@media only screen and (min-width: 1168px) {
  .message-section-wrapper .message-inner {
    height: 750px;
  }
}
.message-section-wrapper .list-message-wrapper {
  width: 30%;
  background-color: #eaeef1;
  padding: 15px;
}
@media (min-width: 1200px) {
  .message-section-wrapper .list-message-wrapper {
    padding: 20px;
  }
}
.message-section-wrapper .list-message-wrapper .loadmore-action {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media only screen and (min-width: 1168px) {
  .message-section-wrapper .list-message-wrapper .loadmore-action {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.message-section-wrapper .list-message-wrapper .loadmore-message-btn {
  font-weight: 700;
  font-size: 14px;
}
.message-section-wrapper .replies-content {
  background: #fff;
  width: 70%;
}
@media only screen and (min-width: 1168px) {
  .message-section-wrapper .replies-content {
    display: flex;
    -webkit-display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    /* Safari 7.0+ */
    flex-direction: column;
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
  }
  .message-section-wrapper .replies-content > div {
    width: 100%;
  }
  .message-section-wrapper .replies-content .recipient-info {
    margin-bottom: auto;
  }
}
.message-section-wrapper .replies-content .recipient-info .message-item {
  max-width: 85%;
}
.message-section-wrapper .content-box-white {
  padding: 15px;
  padding-bottom: 90px !important;
  position: relative;
}
@media only screen and (min-width: 1168px) {
  .message-section-wrapper .content-box-white {
    padding: 30px;
    height: calc(100% - 80px);
  }
}
.message-section-wrapper .content-box-white .reply-message-form-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  border-top: 1px solid #e8eef1;
}
.message-section-wrapper .content-box-white .list-replies-inner {
  height: 100%;
  padding: 0 12px 0 0;
  margin: 0 -12px 0 0;
}
.rtl .message-section-wrapper .content-box-white .list-replies-inner {
  padding: 0 0 0 12px;
}
.rtl .message-section-wrapper .content-box-white .list-replies-inner {
  margin: 0 0 0 -12px;
}
@media only screen and (min-width: 1168px) {
  .message-section-wrapper .content-box-white .list-replies-inner {
    padding: 0 20px 0 0;
    margin: 0 -20px 0 0;
  }
  .rtl .message-section-wrapper .content-box-white .list-replies-inner {
    padding: 0 0 0 20px;
  }
  .rtl .message-section-wrapper .content-box-white .list-replies-inner {
    margin: 0 0 0 -20px;
  }
}
.message-section-wrapper .recipient-info {
  background: #fff;
  padding: 15px 30px;
  border-bottom: 1px solid #e8eef1;
}
.message-section-wrapper .recipient-info .delete-message-btn {
  color: #e44343;
  font-weight: 600;
  font-size: 14px;
  margin-top: 12px;
}
.message-section-wrapper .recipient-info .delete-message-btn i {
  font-size: 17px;
  margin-right: 5px;
}
.rtl .message-section-wrapper .recipient-info .delete-message-btn i {
  margin-left: 5px;
  margin-right: 0px;
}
.message-section-wrapper .recipient-info .delete-message-btn:hover, .message-section-wrapper .recipient-info .delete-message-btn:focus {
  text-decoration: underline;
}
.message-section-wrapper .search-message-form {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1168px) {
  .message-section-wrapper .search-message-form {
    margin-bottom: 20px;
  }
}

.search-wrapper-message {
  position: relative;
  margin: 0 0 20px;
}
.search-wrapper-message .btn {
  margin: 0;
  padding: 2px 0;
  font-size: 17px;
  color: #11b719 !important;
  border: none !important;
  position: absolute;
  background: transparent !important;
  top: 8px;
  right: 15px;
}
.rtl .search-wrapper-message .btn {
  left: 15px;
  right: auto;
}

.list-options-action {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.list-options-action > li {
  display: inline-block;
  margin-right: 12px;
}
.rtl .list-options-action > li {
  margin-left: 12px;
  margin-right: 0px;
}
.list-options-action > li:last-child {
  margin-right: 0;
}
.rtl .list-options-action > li:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.list-options-action label {
  cursor: pointer;
}
.list-options-action label:hover, .list-options-action label:focus {
  color: #11b719;
}
.list-options-action [type="radio"] {
  display: none;
}
.list-options-action [type="radio"]:checked + label {
  color: #11b719;
}

.list-message {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-message li {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 10px 15px;
}
.list-message li.unread {
  background: #ffb966;
}
.list-message li.active {
  background: #d5dde3;
}

.message-item {
  clear: both;
  overflow: hidden;
}
.message-item div.avatar {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  background: #fff;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
}
.rtl .message-item div.avatar {
  float: right;
}
.message-item .content {
  overflow: hidden;
  padding-left: 20px;
}
.rtl .message-item .content {
  padding-right: 20px;
  padding-left: 0px;
}
.message-item .user-name {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.message-item .message-time {
  font-size: 13px;
  margin-left: 5px;
  white-space: nowrap;
}
.rtl .message-item .message-time {
  margin-right: 5px;
  margin-left: 0px;
}
.message-item .message-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #667488;
}

.reply-message-form-wrapper .form-group {
  margin-bottom: 0 !important;
}
.reply-message-form-wrapper .reply-message-form {
  position: relative;
}
.reply-message-form-wrapper .reply-message-form textarea {
  background: #fff;
  border: none;
  resize: none;
  height: 50px;
  padding: 10px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-right: 50px;
}
.rtl .reply-message-form-wrapper .reply-message-form textarea {
  padding-left: 50px;
  padding-right: 0px;
}
.reply-message-form-wrapper .reply-message-form .reply-message-btn {
  position: absolute;
  top: -3px;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #11b719;
  background: #fff !important;
  border: 0 !important;
  font-size: 21px;
  padding: 0;
}
.rtl .reply-message-form-wrapper .reply-message-form .reply-message-btn {
  left: 0;
  right: auto;
}

.list-replies {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-replies li {
  margin-bottom: 25px;
  overflow: hidden;
  clear: both;
}
.list-replies li.last-child {
  margin-bottom: 50px;
}
.list-replies .avatar {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
}
.rtl .list-replies .avatar {
  float: right;
}
.list-replies .reply-content {
  overflow: hidden;
  padding-left: 20px;
}
.rtl .list-replies .reply-content {
  padding-right: 20px;
  padding-left: 0px;
}
.list-replies .post-date {
  font-size: 14px;
  margin-bottom: 5px;
}
.list-replies .post-content {
  padding: 10px 15px;
  border-radius: 4px 4px 0 4px;
  -webkit-border-radius: 4px 4px 0 4px;
  -moz-border-radius: 4px 4px 0 4px;
  -ms-border-radius: 4px 4px 0 4px;
  -o-border-radius: 4px 4px 0 4px;
  background: #f6f9fc;
  color: #1C2733;
  line-height: 130%;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .list-replies .post-content {
  display: inline;
  zoom: 1;
}
.list-replies .user-reply .post-content {
  background: #11b719;
  color: #fff;
  border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  -ms-border-radius: 0 4px 4px 4px;
  -o-border-radius: 0 4px 4px 4px;
}
.list-replies .yourself-reply {
  text-align: right;
}
.rtl .list-replies .yourself-reply {
  text-align: left;
}

.list-replies-inner {
  position: relative;
}
.list-replies-inner .loadmore-action {
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.list-replies-inner .loadmore-replied-btn {
  color: #667488;
}
.list-replies-inner .loadmore-replied-btn:hover, .list-replies-inner .loadmore-replied-btn:focus {
  color: #1C2733;
}

.user-name {
  font-size: 20px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1168px) {
  .user-name {
    margin: 0 0 20px;
  }
}

@media (max-width: 1199px) {
  .message-section-wrapper .message-inner {
    display: block;
  }
  .message-section-wrapper .message-inner > div {
    width: 100%;
  }
  .message-section-wrapper .message-inner .list-message-wrapper {
    border-bottom: 10px solid #fff;
    position: relative;
    display: none;
  }
  .message-section-wrapper .message-inner .list-message-wrapper:after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 10px;
    bottom: -10px;
    left: -10px;
    background: #fff;
    display: block;
  }

  .list-message-inner {
    position: relative;
    max-height: 200px;
    border-bottom: 1px solid #ededed;
  }

  .list-replies-inner {
    overflow-x: auto;
    max-height: 300px;
  }

  .toggle-message-btn {
    border: none;
    padding: 0 !important;
    font-weight: 700;
    color: #79b530;
    margin: 0 0 20px;
  }
  .toggle-message-btn i {
    margin-left: 4px;
  }
  .rtl .toggle-message-btn i {
    margin-right: 4px;
    margin-left: 0px;
  }

  .filter-options {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1168px) {
  .toggle-message-btn {
    display: none;
  }
}
.replies-content,
.list-message-wrapper {
  position: relative;
}
.replies-content:before,
.list-message-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center 100px/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.replies-content.loading:before,
.list-message-wrapper.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.reply-message-btn {
  position: relative;
}
.reply-message-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.reply-message-btn.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.loadmore-message-btn,
.loadmore-replied-btn {
  position: relative;
  display: inline-block;
}
.loadmore-message-btn:before,
.loadmore-replied-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/loading.gif") no-repeat center center/15px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.loadmore-message-btn.loading,
.loadmore-replied-btn.loading {
  visibility: hidden;
}
.loadmore-message-btn.loading:before,
.loadmore-replied-btn.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.message-notification {
  position: relative;
  line-height: 1;
  margin: 0 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.message-notification i {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.message-notification .unread-count {
  display: inline-block;
  min-width: 20px;
  text-align: center;
  padding: 4px;
  line-height: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.rtl .message-notification .unread-count {
  left: -10px;
  right: auto;
}

.widget-user-packages .table-responsive {
  border: none;
  margin: 0;
}

table.user-packages {
  border: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
table.user-packages thead > tr {
  color: #1C2733;
  border-bottom: 1px solid #dee6ed;
}
table.user-packages thead > tr > td {
  border: 0;
  font-weight: 500;
  padding: 15px;
  font-size: 16px;
}
@media only screen and (min-width: 1168px) {
  table.user-packages thead > tr > td {
    padding: 30px;
  }
}
table.user-packages tbody > tr {
  border-bottom: 1px solid #ededed;
}
table.user-packages tbody > tr:last-child {
  border-bottom: 0;
}
table.user-packages tbody > tr > td {
  border: 0;
  padding: 15px;
}
@media only screen and (min-width: 1168px) {
  table.user-packages tbody > tr > td {
    padding: 30px;
  }
}
table.user-packages tbody .title {
  color: #1C2733;
  min-width: 150px;
  font-size: 16px;
  font-weight: 500;
}
table.user-packages tbody .active {
  color: #00d664;
}
table.user-packages .lists-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
table.user-packages .lists-info .value {
  font-weight: 500;
  color: #03a9f4;
}

.messages {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.messages .danger {
  color: #e44343;
}
.messages .success {
  color: #79b530;
}

.widget-following-employers .following-employer-wrapper {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .widget-following-employers .following-employer-wrapper {
    margin-bottom: 30px;
  }
}

.widget-delete {
  max-width: 400px;
}
.widget-delete .conf-messages {
  color: #1C2733;
  font-size: 18px;
  font-weight: 500;
}
.widget-delete .undone-messages {
  color: #1C2733;
  margin-bottom: 25px;
}
.widget-delete .form-control {
  border-color: #e44343;
  border-width: 0 0 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 0;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.widget-delete .conf-deleted {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1168px) {
  .widget-delete .form-group {
    margin-bottom: 30px;
  }
}

.highlight {
  color: #11b719;
}

.leaflet-geocode-container i {
  color: #1C2733;
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}
.rtl .leaflet-geocode-container i {
  margin-left: 3px;
  margin-right: 0px;
}

.action-location .leaflet-geocode-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 14px;
  margin-top: 2px;
}
.action-location .leaflet-geocode-container ul {
  list-style: none;
  background: #fff;
  padding: 15px;
  margin: 0;
  font-size: 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #e8eef1;
}
.action-location .leaflet-geocode-container ul li {
  cursor: pointer;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e8eef1;
}
.action-location .leaflet-geocode-container ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.action-location .leaflet-geocode-container .highlight {
  font-weight: 500;
  font-size: 14px;
}
.action-location.loading .find-me {
  color: #11b719;
  animation: rotate_icon 1000ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
}
.action-location.loading .find-me:before {
  content: "\f110";
  font-family: "FontAwesome";
}

.filter-listing-form .action-location .clear-location {
  top: 11px;
}

.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map-search-wrapper .leaflet-geocode-container {
  margin-top: -15px;
}
.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map-search-wrapper .find-me-location {
  top: 17px;
}

.search-orderby-wrapper {
  margin-bottom: 15px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media only screen and (min-width: 1168px) {
  .search-orderby-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .search-orderby-wrapper .sort-applicants-form {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .search-orderby-wrapper .sortby-form {
    margin-top: 15px;
  }
}
.search-orderby-wrapper .text-sort {
  margin-right: 5px;
  font-weight: 500;
  color: #272f46;
}
.rtl .search-orderby-wrapper .text-sort {
  margin-left: 5px;
  margin-right: 0px;
}

.job-applicants {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1168px) {
  .job-applicants {
    margin-bottom: 30px;
  }
}
.job-applicants .candidate-list {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .job-applicants .candidate-list {
    margin-bottom: 30px;
  }
}
.job-applicants .applicants-pagination-form {
  text-align: center;
  padding-top: 15px;
}
.job-applicants .applicants-pagination-form .apus-loadmore-btn {
  border: none;
  padding: 7px 20px;
  text-transform: capitalize;
  position: relative;
}
.job-applicants .applicants-pagination-form .apus-loadmore-btn:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.job-applicants .applicants-pagination-form.loading .apus-loadmore-btn:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.search-applicants-form {
  border: 1px solid #e8eef1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 30px;
}
.search-applicants-form .form-control {
  background-color: transparent;
  border: none !important;
  padding: 0 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search-applicants-form .select2-container {
  width: 150px !important;
  font-size: 16px;
}
@media (min-width: 768px) {
  .search-applicants-form .select2-container {
    width: 200px !important;
  }
}
.search-applicants-form .select2-container .select2-selection--single {
  border-width: 0 1px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.profile-url {
  line-height: 26px;
}

.profile-url-edit-wrapper {
  margin-top: 10px;
  position: relative;
  padding-right: 55px;
}
.rtl .profile-url-edit-wrapper {
  padding-left: 55px;
  padding-right: 0px;
}
.profile-url-edit-wrapper .save-profile-slug {
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  line-height: 1;
  color: transparent;
  font-size: 0;
  background: #11b719;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 53px;
  right: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtl .profile-url-edit-wrapper .save-profile-slug {
  left: 0;
  right: auto;
}
.profile-url-edit-wrapper .save-profile-slug:after {
  color: #fff;
  font-size: 16px;
  content: "";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile-url-edit-wrapper .save-profile-slug:before {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.profile-url-edit-wrapper .save-profile-slug.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.profile-url-edit-wrapper .save-profile-slug:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0fa016;
}
.profile-url-edit-wrapper .save-profile-slug:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0fa016;
}
.profile-url-edit-wrapper .save-profile-slug:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0fa016;
}
.profile-url-edit-wrapper .save-profile-slug:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0fa016;
}

.employer-listing-info,
.restrict-cv-package-info {
  margin: 30px 0;
}
@media only screen and (min-width: 1168px) {
  .employer-listing-info,
  .restrict-cv-package-info {
    margin: 50px 0;
  }
}
.employer-listing-info .widget-title,
.restrict-cv-package-info .widget-title {
  padding: 20px 0;
  margin: 0 0 30px;
  text-align: center;
  font-size: 25px;
}
@media only screen and (min-width: 1168px) {
  .employer-listing-info .widget-title,
  .restrict-cv-package-info .widget-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1168px) {
  .restrict-wrapper {
    border-top: 100px solid #11b719;
  }
}
.restrict-wrapper .restrict-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1168px) {
  .restrict-wrapper .restrict-inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.restrict-wrapper .restrict-content {
  font-weight: 500;
  text-align: center;
  font-size: 25px;
  color: #1C2733;
}
.restrict-wrapper .restrict-title {
  margin-bottom: 30px;
}

.restrict-title {
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
  color: #e44343;
  line-height: 1.2;
}
@media only screen and (min-width: 1168px) {
  .restrict-title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

.skill-percents {
  padding: 15px;
  margin-top: 15px;
}
.skill-percents h4 {
  font-size: 15px;
  margin: 0 0 15px;
  font-weight: 500;
  color: #667488;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}
.skill-percents h4 span {
  color: #e44343;
}
.skill-percents .skill-process {
  width: 100%;
  height: 7px;
  background: #e8eef1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}
.skill-percents .skill-process > span {
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #11b719;
}
.rtl .skill-percents .skill-process > span {
  right: 0;
  left: auto;
}
.skill-percents .value-percents {
  margin-top: 20px;
}
.skill-percents .underline {
  color: #ff8b00;
  font-weight: 500;
  text-decoration: underline;
}

.resume-form-wrapper .alert {
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 1168px) {
  .resume-form-wrapper .alert {
    margin-bottom: 50px;
  }
}
.resume-form-wrapper .widget .widget-title {
  font-size: 30px;
}

#jobs-google-maps {
  height: 400px;
  z-index: 2;
}
@media only screen and (min-width: 1168px) {
  #jobs-google-maps.top-map {
    height: 790px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1168px) {
  #jobs-google-maps.top-map-candidate {
    margin-bottom: 30px;
  }
}

.releated-candidates h4.title {
  margin: 0;
  font-size: 25px;
}
.releated-candidates .top-info {
  margin: 0 0 38px;
}
.releated-candidates .candidate-archive-layout,
.releated-candidates .job-style-inner {
  outline: none;
}

.category-section {
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e8eef1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 1168px) {
  .category-section {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.category-section .title-parent {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
}
.category-section .number_total {
  color: #11b719;
  font-size: 14px;
  font-weight: 500;
}
.category-section .terms-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}
@media (min-width: 768px) {
  .category-section .terms-sub-list {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (min-width: 1168px) {
  .category-section .terms-sub-list {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
.category-section .terms-sub-list li {
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.category-section a {
  color: #667488;
}
.category-section a:hover, .category-section a:focus {
  color: #11b719;
}
.category-section:hover .title-parent,
.category-section:hover .number_total {
  color: #11b719;
}

.box-white-inner {
  background: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .box-white-inner {
    padding: 30px;
  }
}

.btn-action-icon.approve:hover {
  background-color: transparent;
}

.widget.widget-jobs {
  margin-bottom: 0;
}
.widget.widget_candidate_filter_horizontal_widget, .widget.widget_employer_filter_horizontal_widget {
  margin-bottom: 0;
}
.widget.widget_apus_job_employer_info .inner-image {
  margin: 10px 0;
  text-align: center;
}
.widget.widget_apus_job_employer_info .inner-image a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e8eef1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 20px;
  width: 120px;
  height: 120px;
}
.lt-ie8 .widget.widget_apus_job_employer_info .inner-image a {
  display: inline;
  zoom: 1;
}
.widget.widget_apus_job_employer_info .list li {
  margin-bottom: 12px;
}
.widget.widget_apus_job_employer_info .list li:before, .widget.widget_apus_job_employer_info .list li:after {
  content: " ";
  display: table;
}
.widget.widget_apus_job_employer_info .list li:after {
  clear: both;
}
.widget.widget_apus_job_employer_info .list li:last-child {
  margin-bottom: 0;
}
.widget.widget_apus_job_employer_info .list .details {
  display: block;
  float: left;
}
.rtl .widget.widget_apus_job_employer_info .list .details {
  float: right;
}
.widget.widget_apus_job_employer_info .list .details > div {
  display: block;
}
.widget.widget_apus_job_employer_info .list .icon {
  color: #11b719;
  float: left;
  width: 45px;
  line-height: 52px;
}
.rtl .widget.widget_apus_job_employer_info .list .icon {
  float: right;
}
.widget.widget_apus_job_employer_info .list .icon i:before {
  font-size: 30px;
  margin-left: 0;
}
.rtl .widget.widget_apus_job_employer_info .list .icon i:before {
  margin-right: 0;
  margin-left: 0px;
}
.widget.widget_apus_job_employer_info .job-detail-title-employer {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 25px 0;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}
.widget.widget_apus_job_employer_info .job-detail-title-employer a {
  color: #11b719;
}
.widget.widget_apus_candidate_info .candidate-thumbnail {
  margin: 0 auto;
  border: 1px solid #e8eef1;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.08);
}
.widget.widget_apus_candidate_info .candidate-thumbnail img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.widget.widget_apus_employer_info .btn-employer-private-message {
  margin-bottom: 0;
}
.widget.widget_apus_job_statistics, .widget.widget_apus_job_maps, .widget.widget_apus_employer_maps, .widget.widget_apus_candidate_maps, .widget.widget_apus_candidate_cv, .widget.widget_apus_candidate_contact_info {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.widget-search.search-candidate-shortlist-form {
  background-color: transparent;
}
.widget-search.search-candidate-shortlist-form .form-control {
  padding: 0 20px;
}

.apus_login_register_form {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #fff;
  padding: 0;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.apus_login_register_form .box-employer {
  padding: 60px;
}

a.view_all {
  font-weight: 600;
  font-size: 14px;
  color: #11b719;
  position: relative;
  padding-bottom: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
a.view_all > * {
  font-size: 12px;
  margin-left: 5px;
}
.rtl a.view_all > * {
  margin-right: 5px;
  margin-left: 0px;
}
a.view_all:after {
  content: "";
  position: absolute;
  background-color: #11b719;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
}
.rtl a.view_all:after {
  right: 0;
  left: auto;
}

.info-member-widget {
  padding: 20px;
  border: 1px solid #e8eef1;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}
.info-member-widget .widget-title {
  margin-bottom: 15px;
}

.list-info-member li {
  margin-bottom: 8px;
}
.list-info-member li:last-child {
  margin-bottom: 0;
}
.list-info-member li > * {
  display: inline-block;
}
.list-info-member li .text {
  min-width: 75px;
  font-size: 14px;
  font-weight: 600;
  color: #272f46;
}

/* 12. responsive */
/*
*  Responsive
*/
@media (max-width: 1440px) {
  .job-grid .job-title {
    font-size: 18px;
    line-height: 28px;
  }

  .login-form-wrapper .role-tabs,
  .register-form .role-tabs {
    margin-bottom: 30px;
  }

  .apus-simple-banner,
  .apus-simple-banner-1,
  .apus-simple-banner-2,
  .apus-simple-banner-3 {
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .list-product-archive .col-lg-cs-5,
  .list-product-archive .col-md-cs-5 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .hidden-dots .slick-dots {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1650px) {
  .layout-type-half-map .top-search > .row > div {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .md-clearfix {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-clearfix {
    clear: both;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .xs-clearfix {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .widget-team .content {
    padding: 10px 10px 0;
  }
  .widget-team .name-team {
    margin: 0;
  }

  .jobs-alert-ordering-wrapper .jobs-ordering .label {
    display: none;
  }

  .catgory-parent {
    margin-bottom: 20px;
  }
  .catgory-parent .title-parent {
    margin-bottom: 5px;
  }

  .box-dashboard-wrapper .inner-list {
    margin-bottom: 15px;
  }

  .bottom-action-mobile {
    margin-top: 15px;
  }

  .layout-type-half-map .widget-filter-top {
    padding: 20px 0 5px;
  }
  .layout-type-half-map .jobs-alert-ordering-wrapper {
    display: block;
    overflow: hidden;
  }
  .layout-type-half-map .jobs-alert-ordering-wrapper > * {
    width: 50%;
    float: left;
    margin: 0 0 15px;
  }
  .rtl .layout-type-half-map .jobs-alert-ordering-wrapper > * {
    float: right;
  }
  .layout-type-half-map .jobs-alert-ordering-wrapper > *:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .category-banner-inner.style1 .description {
    font-size: 15px;
  }

  .subwoo-inner {
    padding: 15px 20px;
  }

  .content-job-detail .sidebar-job {
    margin-top: 30px;
  }

  .page-dashboard .mobile-sidebar-btn {
    margin: 10px 15px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff;
  }

  table.shop_table .cart_item {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .candidate-detail-header, .employer-detail-header {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .slick-carousel {
    margin-left: -8px;
    margin-right: -8px;
  }
  .slick-carousel .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .slick-carousel .slick-arrow {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .slick-carousel:hover .slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .widget {
    margin-bottom: 20px;
  }

  .search-form-inner > div {
    margin-bottom: 15px !important;
  }
  .search-form-inner > div:last-child {
    margin-bottom: 0 !important;
  }

  .widget-blogs .widget-title,
  .widget-candidates .widget-title, .widget-jobs .widget-title {
    font-size: 25px;
  }

  .widget-blogs.carousel .type-post {
    margin-bottom: 20px;
  }

  .job-list {
    padding: 20px;
  }
  .job-list .job-employer-logo {
    width: 100%;
    padding: 0 0 5px;
  }
  .job-list .job-information {
    width: 100% !important;
  }

  .testimonials-item .description {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .widget-team .job {
    font-size: 14px;
  }

  .jobs-alert-ordering-wrapper .select2-container {
    width: 100% !important;
  }
  .jobs-alert-ordering-wrapper > * {
    margin: 0 0 10px !important;
    width: 100%;
    float: none;
  }
  .jobs-alert-ordering-wrapper > *:last-child {
    margin-bottom: 0 !important;
  }

  .employer-list {
    padding: 20px;
  }

  .employer-detail-header .socials-top-employer,
  .candidate-detail-header .socials-top-employer {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }

  .candidate-grid .candidate-logo img {
    width: 100%;
  }

  #jobs-google-maps.top-map-candidate {
    margin-bottom: 0;
  }

  .cmb-type-group .cmb-th, .cmb2-postbox .cmb-th {
    width: 100% !important;
    padding: 0 0 10px !important;
  }

  .cmb-type-group .cmb-th + .cmb-td, .cmb2-postbox .cmb-th + .cmb-td {
    width: 100% !important;
  }

  .package-info-wrapper li {
    white-space: nowrap;
  }

  .box-dashboard-wrapper .inner-box {
    padding: 20px;
  }

  .shortlist-job .ali-right,
  .apply-job .ali-right {
    margin-top: 10px;
  }

  .comment-list div.avatar {
    width: 65px;
    padding-right: 10px;
  }
  .rtl .comment-list div.avatar {
    padding-left: 10px;
    padding-right: 0px;
  }

  .wrapper-breads .left-inner {
    margin-bottom: 20px;
  }
  .wrapper-breads .bread-title {
    margin-bottom: 5px;
  }

  .candidate-list .candidate-thumbnail {
    margin: auto;
  }
  .candidate-list .inner-left,
  .candidate-list .candidate-list-shortlist,
  .candidate-list .job-tags {
    margin-top: 10px;
  }

  .job-applicants .job-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .job-list .applicant-action-button {
    margin-top: 10px;
  }

  .message-section-wrapper .recipient-info {
    padding: 15px 20px;
  }

  .delete-message-btn span {
    display: none;
  }

  .job-list .btn-apply {
    margin-top: 10px;
  }

  .employer-list .employer-logo {
    margin: auto;
  }
  .employer-list .left-inner + .right-content {
    width: 100%;
    padding: 7px 0 0;
  }
  .employer-list .unfollow-wrapper {
    margin-top: 5px;
  }

  .post-list-item .entry-title {
    font-size: 22px;
  }

  .detail-post .post-navigation {
    padding: 20px 0;
  }

  .product-block.grid .name {
    font-size: 16px;
  }

  .woocommerce ul.order_details li {
    border: 0;
    padding: 0 0 25px;
    margin: 0;
    width: 50%;
    float: left;
    text-align: left;
  }
  .rtl .woocommerce ul.order_details li {
    float: right;
  }
  .rtl .woocommerce ul.order_details li {
    text-align: right;
  }

  .layout-type-half-map .widget-filter-top {
    padding: 0;
  }

  .candidate-detail-buttons,
  .employer-detail-buttons,
  .employer-detail-header-right,
  .job-detail-header .job-detail-buttons {
    margin-top: 10px;
  }

  .releated-candidates .title, .widget-openjob .title {
    font-size: 20px;
  }

  #job-candidate-description,
  .employer-detail-description {
    padding-top: 10px;
  }

  .social-share-bookmak .apus-social-share {
    margin: 0 0 20px;
  }

  .drop-top {
    margin-left: -5px;
    margin-right: -5px;
  }
  .drop-top [class*="col-xs"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .widget-job-search-form.no-label .form-search {
    background-color: transparent;
    padding: 0;
  }
  .widget-job-search-form.no-label .form-search .search-form-inner {
    background-color: transparent;
  }
  .widget-job-search-form.no-label .form-search .search-form-inner .form-group {
    padding: 0;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .widget-job-search-form.no-label .form-search .search-form-inner .form-group.form-group-search {
    margin-bottom: 0;
  }
  .widget-job-search-form.no-label .form-search .search-form-inner .btn-submit {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
  }
  .widget-job-search-form.no-label .form-search .search-form-inner i {
    left: 10px;
  }
  .rtl .widget-job-search-form.no-label .form-search .search-form-inner i {
    right: 10px;
    left: auto;
  }

  .customizer-search .select2-dropdown {
    border: 0;
  }

  .job-grid-v1 .job-tags a,
  .candidate-archive-layout .job-tags a {
    padding: 2px 10px;
    font-size: 14px;
  }

  .job-grid-v1 .view-detail,
  .candidate-grid .candidate-btns {
    margin-top: 15px;
  }

  .top-info-blog > div::before {
    display: none !important;
  }

  .detail-post #comments .title,
  .comments-title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
    width: 100% !important;
    margin: 0 0 5px !important;
  }

  .apus-topcart .dropdown-menu {
    padding: 20px;
    min-width: 280px;
  }

  .widget-action .title {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .widget-action .description {
    font-size: 16px;
  }
  .widget-action .btn {
    padding: 10px 20px;
  }
}
@media (min-width: 783px) {
  .admin-bar.header_transparent #apus-header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar.header_transparent #apus-header {
    top: 46px;
  }
  .admin-bar .header-mobile {
    top: 46px;
  }
}

@media (min-width: 783px) {
  .admin-bar .header-mobile {
    top: 32px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header-mobile.sticky-header {
    top: 0;
  }
}
.visible-smallest {
  display: none;
}

@media (max-width: 381px) {
  .visible-smallest {
    display: block !important;
  }

  .hidden-smallest {
    display: none;
  }

  .comment-list .comment-reply-link .space {
    display: none;
  }
  .comment-list .visible-smallest {
    margin-bottom: 5px;
  }

  #comments .box-comment {
    padding: 10px;
  }
}
