/*
Theme Name: superio
Theme URI: https://www.skarosoft.com/prgrand/
Author: PSgrandTheme
Author URI: https://www.skarosoft.com/prgrand/
Description: PSgrand is a complete Job Board WordPress theme that allows you to create a useful and easy to use job listings website.
Version: 1.3.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: superio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body{
background:#07071C !important;
}
@font-face {
  font-family: 'Monoton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/monoton/v19/5h1aiZUrOngCibe4TkHLQg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 32px 2em;
}
.wp-block-image .alignright{
    margin-left: 2em;
}
.alignleft {
    float: left;
    margin: 5px 2em 32px 0;
}
.wp-block-image .alignleft{
    margin-right: 2em;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    box-sizing: border-box;
}
.bypostauthor{
    box-sizing: border-box;
}
.wp-block-pullquote{
    border:none;
}
.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
    text-align: center;
}
.wp-block-cover{
    margin-bottom: 28px;
}
.wp-block-embed{
    margin-bottom: 28px;
}
.product-block.grid .product-image{
    width: 100%;
}
.product-block.grid .product-image img{
    width: 100%;
}
.wp-block-cover.has-background-dim .wp-block-cover-text{
    color: #fff;
}
.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wp-block-image, .wp-block-gallery {
    margin-bottom: 28px;
}
figcaption {
    margin-top: 15px;
}

.contact-form-wrapper {
  position: relative;
}
.contact-form-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;
}
.contact-form-wrapper.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-listing-form .list-item .list-item-inner .caret-wrapper {
  padding: 0px 8px;
  float: right;
  cursor: pointer;
}
.rtl .filter-listing-form .list-item .list-item-inner .caret-wrapper {
  float: left;
}
.filter-listing-form .list-item > .terms-list {
    margin-top: 18px;
    padding-left: 30px !important;
    display: none;
}
.wp-block-button.is-style-squared .wp-block-button__link, 
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link{
  border-radius: 8px;
}

body.no-breadcrumbs #main-container.layout-type-default:not(.has-filter-top) {
    margin-top: 50px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
    z-index: 1;
}

.filter-listing-form .toggle-filter-viewmore {
  margin-top: 10px;
  display: block;
  color: var(--superio-theme-color);
  font-size: 13px;
}
.filter-listing-form .toggle-filter-viewmore .icon-more {
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 26px;
  font-size: 10px;
  color: var(--superio-theme-color);
  background: var(--superio-theme-color-015);
  -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 .filter-listing-form .toggle-filter-viewmore .icon-more {
  margin-left: 5px;
  margin-right: 0;
}
.filter-listing-form .toggle-filter-viewmore:hover .icon-more {
  background: var(--superio-theme-color);
  color: #fff;
}
.tax-viewmore-field.show-more .terms-list-wrapper {
    height: 230px;
    overflow: hidden;
}
.tax-viewmore-field .toggle-filter-viewmore {
    display: none;
}
.tax-viewmore-field.show-more .toggle-filter-viewmore, .tax-viewmore-field.show-less .toggle-filter-viewmore {
    display: block;
}

.filter-listing-form.vertical .heading-label {
    display: block;
}

.filter-listing-form.vertical .heading-label > i {
    float: right;
}

.filter-listing-form .form-group.hide-content .form-group-inner {
  display: none;
}

.meesage-meeting-wrapper {
    max-height: 400px;
}

.user-short-profile-top {
    margin-bottom: 30px;
}
.user-short-profile-top .employer-logo, .user-short-profile-top .candidate-logo {
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.user-short-profile-top .title {
    font-size: 18px;
    margin: 0;
}

.job-table .title-wrapper {
    margin: 0 0 5px;
}

.job-table .title-wrapper .urgent {
    font-size: 11px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
}

.btn-toggle-canvas i {
    font-size: 18px;
}
.cmb-th span.required {
    color: red;
}
.widget_apus_user_short_profile .skill-percents h4 {
    color: #202124;
}

.wp-job-board-pro-uploaded-file-name .candidate-detail-cv {
  width: 400px;
  display: inline-block;
  margin-bottom: 0;
}

.message-top .notifications-wrapper.active {
    max-height: 350px;
}

.close-filter-sidebar {
    color: #e44343;
    margin-bottom: 10px;
}


.apus-mfp-zoom-in.apus-mfp-zoom-call-in .mfp-content {
    padding: 20px; 
    width: 400px;
}
.apus-mfp-zoom-in.apus-mfp-zoom-call-in .widget-title {
    margin-bottom: 10px;
}
.apus-mfp-zoom-in .widget-content {
    text-align: center;
}
.apus-mfp-zoom-in .widget-content .phone {
    margin-top: 10px;
    font-size: 20px;
}
#apus-footer .widget-nav-menu .menu li.active > a{
  padding-left: 25px;
}
.rtl #apus-footer .widget-nav-menu .menu li.active > a{
  padding-left: 0;
  padding-right: 25px;
}
.infor-account .name-acount{
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sliding-menu__panel-root > li > a > .text-label,
.sliding-menu__panel-root > li > button > .text-label{
    position: static !important;
    margin: -10px 10px 0;
    vertical-align: top;
}
.sliding-menu__panel-root > li > a > .text-label:before,
.sliding-menu__panel-root > li > button > .text-label:before{
    display: none;
}

.show_hide_password_wrapper,
.show_hide_password{
    display: block;
    position: relative;
}
.show_hide_password_wrapper .toggle-password,
.show_hide_password .toggle-password{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    line-height: 1;
    cursor: pointer;
}
.rtl .show_hide_password_wrapper .toggle-password,
.rtl .show_hide_password .toggle-password{
    right: inherit;
    left: 22px;
}
[class*="meeting-form"] .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered{
    color: #77838F;
}
@media (min-width: 1200px){
    [class*="meeting-form"] .select2-container--default.select2-container .select2-selection--single{
        height: 60px;
    }
    [class*="meeting-form"] .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
    }
    [class*="meeting-form"] .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 16px;
    }
}
.widget-team .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}
.widget-team .name-team {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.widget-team .job {
  font-size: 15px;
  color: #fff;
}
.widget-team .description {
    color: #fff;
}
.widget-team .social {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.widget-team .social li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
}
.widget-team .social li:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.widget-team .social li:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.widget-team .social li:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}
.widget-team .social li:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}
.widget-team .social li:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}
.widget-team .social li:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.widget-team .social li:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.widget-team .social li:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  /* Safari */
  transition-delay: 0.9s;
}
.widget-team .social li:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.widget-team .social li {
  display: inline-block;
  margin: 0 5px;
  -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);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.widget-team .social li a {
  color: #fff;
  font-size: 18px;
  background: transparent !important;
}
@media (min-width: 1200px) {
  .widget-team .social li {
    margin: 0 15px;
  }
}
.widget-team .team-item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.widget-team .team-item:before {
  opacity: 0;
  filter: alpha(opacity=0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.15s;
  -o-transition: all 0.3s ease-in-out 0.15s;
  transition: all 0.3s ease-in-out 0.15s;
  background-color: #1967D2;
}
.widget-team .team-item:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.widget-team .team-item:hover .social li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.filled-text{
    color: #e44343;
}
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple {
    min-height: 60px;
  }
  .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 10px 20px;
  }
}
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__rendered,
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #696969;
}
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__arrow {
  right: 0;
}
.rtl .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__arrow {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__arrow {
    top: 19px;
  }
}
.filter-listing-form .select2-selection--multiple .select2-search--inline:first-child,
.filter-listing-form .select2-selection--multiple .select2-search--inline:first-child .select2-search__field{
    width: 100% !important;
}
#ui-datepicker-div {
    display: none;
}

.select2-selection--multiple:before {
content: "";
position: absolute;
right: 17px;
top: 42%;
border-top: 5px solid #77838F;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}

.wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file {
    width: inherit;
}
.wp-job-board-pro-uploaded-file-name .candidate-detail-cv {
    width: inherit;
}
.wp-job-board-pro-uploaded-file-name .candidate-detail-cv .filename {
  margin-right: 50px;
}

form.cmb-form .cmb-row .cmb-th label {
    font-weight:  600;
    margin: 0px;
}

span.featured {
    min-width: 25px;
}

.donation a.d-inline-flex.justify-content-center.align-items-center.btn-secondary-lg.cta.font-md-mobile.text-nowrap{
    background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
    box-shadow: 0 0 25px 0 #0c7563;
    border-radius: 2px;
    padding: 11px 20px 9px 23px;
    color: #000;
    letter-spacing: 0.01px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.donation p.font-xl {
    margin-bottom: 0;
    color: #0fd9b7 !important;
}
.donation .cta-box.padding--md.layout--inline.bg--yellow {
    border-left: 4px solid #0fd9b6;
    border-right: 4px solid #0fd9b6;
    box-shadow: -3px 0px 9px 0px rgba(15, 217, 182, 0.36);
    background: transparent !important;
}
.donation .e-con-inner {
    width: 60% !important;
}
.donation {
    margin-bottom: 40px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-c14da61.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background: #07071c;
}
button.btn-submit.btn.btn-theme.btn-inverse {
    border-radius: 50px;
}
h2.job-title {
    font-size: 20px !important;
}
 article.map-item.layout-job.job-grid-v3.job_listing.type-job_listing {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
    min-height: 282.55px;
}
.job-grid-v3 .job-metas, .job-grid-v3, .job-grid-v3 .type-job, .job-grid-v3 a:not([class]){
color:#fff !important;
}
 .job-grid-v3 .btn{
background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%) !important;
/*     box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097; */
}
 .job-grid-v3:hover .btn {
	background: unset;
    border-color: unset;
    color: #202124;
}
.jobs-alert-ordering-wrapper {
    background-image: linear-gradient(-80deg, rgb(0 128 226 / 50%) 0%, rgb(0 64 151 / 50%) 100%) !important;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
}
.jobs-alert-ordering-wrapper .results-count {
    color: #fff;
}
/* .joblistsearch .filter-listing-form.horizontal{
    background: unset !important;
} */
.joblistsearch .filter-listing-form.horizontal {
/*     background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #4ee39d, #9756FF, #4ee39d, #0A84FF) border-box; */
    background: transparent;
    border-radius: 50em;
    border: 4px solid transparent;
    background-size: 200% auto;
    animation: moveBorder 5s linear infinite;
    padding: 38px 50px;
    border-radius: 0;
	box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
	margin-top:30px;
}
.joblistsearch .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
span.select2-selection__placeholder {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.filter-listing-form.st-small-show .advance-search-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
    right: 0;
    top: 0;
}
span.select2-selection.select2-selection--multiple {
    border: unset !important;
}
ul.select2-selection__rendered{
	padding-top:0px !important;
	padding-bottom:0px !important;
    margin-top: -2px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.filter-listing-form .heading-label{
  color: #fff;
}
.select2-selection--multiple:before{
    top: 20% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
     margin: 0px 5px 0 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.joblistsearch span.select2-selection__placeholder:after {
  content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px;
}
.joblistsearch .select2-container--open span.select2-selection__placeholder:after {

    content: "\f106";
}
.select2-selection--multiple:before{
display:none;
}
li.select2-search.select2-search--inline:after {
  content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px;
    position: absolute;
    left: 34%;
}
.select2-container--open li.select2-search.select2-search--inline:after {

    content: "\f106";
}
/*     .filter-top-sidebar-wrapper {
        margin-bottom: 0px !important;
    } */
section.elementor-section.elementor-top-section.elementor-element.elementor-element-c14da61.elementor-section-stretched.joblistsearch.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    padding-bottom: 0px;
}
.results-filter-wrapper .title {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
}
.results-filter-wrapper .results-filter a{
background: #fff;
}
.results-filter-wrapper .inner{
    background-color: #fff6a9;
}
.layout-job-sidebar-v2 .job-grid-v3 .job-title a{
    color: #0be49b !important;
}
span.select2-selection.select2-selection--single {
    background: transparent !important;
}
span.select2-selection.select2-selection--multiple {
    background: transparent !important;
}
.filter-listing-form.st-small-show .advance-search-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered, .filter-listing-form.st-small-show .advance-search-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
input.select2-search__field::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

input.select2-search__field::placeholder {
  color: #fff;
}
li.select2-search.select2-search--inline:after{
 color: #fff;
}
.select2-container--focus .select2-search--inline:after {
display:none;
}
.joblistsearch .fa-angle-down:before {
    content: "\f106";
}
.joblistsearch .fa-angle-up:before {
    content: "\f107";
}
.filter-listing-form .circle-check .list-item [type="checkbox"] + label{
/*     text-shadow: 0 0 5px #ffa500, 0 0 5px #ffa500, 0 0 5px #ffa500, 0 0 5px #ffa500, 0 0 5px #ff0000, 0 0 0px #ff8d00, 0 0 5px #ff0000; */
    color: #fff6a9;
}
span.select2-selection.select2-selection--single{
    padding-right: 0px !important;
}
@media(max-width:768px){
/* .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered{
padding: 0 !important;
} */
.form-superio-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{
text-align:center;
}
ul.select2-selection__rendered{
padding: 0 !important;
}
li.select2-search.select2-search--inline:after{
left: 18% !important;
}
.results-filter-wrapper .inner{
    flex-direction: column;
}
.results-filter-wrapper .inner > a {
    margin-left: inherit;
    margin-bottom: 10px;
}
article.map-item.layout-job.job-grid-v3.job_listing.type-job_listing{
min-height: fit-content;
}
 .select2-container{
    width: 100% !important;
}
}


div#apus-footer:before {
    content: "";
    background-image: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/body-Backgrounds.png);
    background-size: cover;
    background-position: 100% 70%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.7;
}
div#apus-main-content:before {
    content: "";
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/body-Backgrounds.png);
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}
.register-form-wrapper .form-group label, .login-form-wrapper .form-group label{
    color: #fff;
}
.apus-mfp-zoom-in .mfp-content{
	background-color: #07071c !important;
	border: 1px #0fd9b6 solid;
    box-shadow: -3px 0px 9px 0px rgba(15, 217, 182, 0.36);
}

/* .apus-mfp-zoom-in .mfp-content{
    background-color: #272727 !important;
}
 */
.apus-mfp-zoom-in .mfp-content input[type="text"] , .apus-mfp-zoom-in .mfp-content input[type="password"]{
color: #feeeee;
    caret-color: #feeeee;
    margin-right: 8px;
/*     box-shadow: inset 2px 2px 5px #03030b, inset -5px -5px 10px #0b0b2d;
    background-color: #07071c; */
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    border-radius: 320px;
    padding: 16px;
/*     text-shadow: 1px 1px 0 #212121; */
	border: unset;
    background: linear-gradient(145deg, #07071e, #060619);
    box-shadow: 5px 5px 10px #03030b, -5px -5px 10px #0b0b2d;
}
.apus-mfp-zoom-in .mfp-content input[type="submit"]{
    padding: 16px;
    background-color: #07071c;
    text-shadow: 1px 1px 0 #212121;
    border: unset;
    color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(145deg, #07071e, #060619);
    box-shadow: -2px -2px 5px #03030b, 2px 2px 5px #0b0b2d;
    background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.form-login-register-inner .title{
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
	color:#0fd9b7 !important;
/*     color: rgb(255 20 147);
    text-shadow: 0 0 0 transparent, 0 0 10px #ff1493, 0 0 20px rgb(255 20 147 / 50%), 0 0 40px #ff1493, 0 0 100px #ff1493, 0 0 200px #ff1493, 0 0 300px #ff1493, 0 0 500px; */
    text-align: center;
}
.form-login-register-inner .title + a>i{
/* 	color: rgb(255 20 147); */
	color:#fff;
    font-weight: 900;
}
.register-form-wrapper .back-link, .login-form-wrapper .back-link , .register-form-wrapper form.cmb-form .cmb-th {
    color: #ffff;
}
#register-terms-and-conditions + a{
    color: #77838F;
}

.form-control:focus {
    border-color: unset !important;
    background-color: transparent !important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-text-fill-color: #fff;
 	-webkit-box-shadow: 0 0 0 30px #07071c inset !important;
    border: 2px #fff solid !important;
}
form.cmb-form input[type="text"]:focus, form.cmb-form input[type="password"]:focus{
    background: transparent !important;
}


/************blog **************/
.layout-blog .post-grid {
    backdrop-filter: blur(4px);
    box-shadow: 0 0 12px 3px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
    background: #07071C !important;
}

.post .entry-title > a , .post .btn-readmore{
    color: #0fd9b7 !important;
}
.post .btn-readmore:after{
    background: #0fd9b7 !important;
}
.post-layout .description , .post-layout .top-info > * , .post-layout .top-info a , .post-layout .top-info a:hover, .post-layout .top-info a:focus{
 color:#fff !important;
}
.sidebar, .apus-sidebar{
/*     backdrop-filter: blur(4px);
    box-shadow: 0 0 12px 3px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;*/
/*     background: #07071C !important;
    border: 1px solid #ECEDF2;  */
        background-image: linear-gradient(
            0deg, 
            hsl(261deg 65% 52%) 0%, 
            hsl(260deg 61% 48%) 11%, 
            hsl(259deg 64% 45%) 22%, 
            hsl(258deg 67% 41%) 33%, 
            hsl(257deg 70% 37%) 44%, 
            hsl(255deg 74% 34%) 56%, 
            hsl(254deg 80% 30%) 67%, 
            hsl(251deg 87% 26%) 78%, 
            hsl(248deg 94% 23%) 89%, 
            hsl(240deg 100% 20%) 100%);
			position: relative;
			z-index: 2;
			overflow: auto;
}
.sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/footerbg.jpg);
    background-size: cover;
    background-position: top;
    mix-blend-mode: soft-light;
    background-repeat: no-repeat;
    z-index: -1;
}
.sidebar  h2 span{
/*     text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9; */
    font-size: 28px;
 color: #fff; 
}
.widget_meta ul li a, .widget_archive ul li a, .widget_recent_entries ul li a, .widget_categories ul li a{
 color: #fff; 
}
.post-list .date{
color: #fff; 
}
.widget_meta ul li:hover > a, .widget_meta ul li.current-cat-parent > a, .widget_meta ul li.current-cat > a, .widget_archive ul li:hover > a, .widget_archive ul li.current-cat-parent > a, .widget_archive ul li.current-cat > a, .widget_recent_entries ul li:hover > a, .widget_recent_entries ul li.current-cat-parent > a, .widget_recent_entries ul li.current-cat > a, .widget_categories ul li:hover > a, .widget_categories ul li.current-cat-parent > a, .widget_categories ul li.current-cat > a{
    color: #0fd9b7 !important;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a.active{
    background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%) !important;
}
.blog div#apus-main-content:before{
background: unset;
}
.apus-breadscrumb{
    background-color: #07071c;
	background-image:unset !important;
}
/* h1{
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff00ff !important;
    text-transform: uppercase;
    text-shadow: 0 0 0 transparent, 0 0 10px #ff00ff, 0 0 20px rgb(255 0 255 / 50%), 0 0 40px #ff00ff, 0 0 100px #ff00ff, 0 0 200px #ff00ff, 0 0 300px #ff00ff, 0 0 500px #ff00ff;
    -webkit-animation: buzz 0.01s infinite alternate;
    animation: buzz 0.01s infinite alternate;
    line-height: 70px;
    word-spacing: 12px;
} */
.apus-breadscrumb .breadcrumb a , .apus-breadscrumb .breadcrumb .active  , .breadcrumb > a + li:before, .breadcrumb > li + a:before, .breadcrumb > li + li:before{
  color: #fff !important;
}
.hide {
    display: none !important;
}
.blog .form-control:focus{
    border-color: inherit;
    background-color: #fff !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-a4f44d4.elementor-section-stretched.headerbannersec.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default:before {
    content: "";
    background-image: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/test.jpg);
    background-position: 100% 200%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #07071C !important;
    mix-blend-mode: color-dodge;
}
.elementor-24 .elementor-element.elementor-element-a4f44d4:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-a4f44d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
     background-image: unset !important;
    background-repeat: no-repeat;
    background-size: cover;
}


div#apus-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/footerbg.jpg);
    background-size: cover;
    background-position: bottom;
    mix-blend-mode: color-dodge;
}
.apus-footer-inner > div{
    position: relative;
    z-index: 1;
}

/************single *******************/
.job-detail-header.v1{
        background: #07071C !important;
}
.list-content-job > div > h3.title , .list-content-job > div > h3.title + div ,  .list-content-job > div > h3.title + ul{
    color: #fff;
}
.list-content-job > div > h3.title{
    color: #0fd9b7 !important;
    font-size: 22px;
}
.job_listing-template-default .job-metas-detail a , .job-metas-detail > div , .job-detail-buttons .deadline-time , .share-blog .title , #job-job-portfolio h4 , .widget.releated-jobs .widget-title , .job-detail-detail .text{
    color: #fff;
}
.sidebar-job .widget.has-content{
background-image: linear-gradient(0deg, hsl(261deg 65% 52%) 0%, hsl(260deg 61% 48%) 11%, hsl(259deg 64% 45%) 22%, hsl(258deg 67% 41%) 33%, hsl(257deg 70% 37%) 44%, hsl(255deg 74% 34%) 56%, hsl(254deg 80% 30%) 67%, hsl(251deg 87% 26%) 78%, hsl(248deg 94% 23%) 89%, hsl(240deg 100% 20%) 100%);
    position: relative;
    z-index: 2;
    overflow: auto;
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading{
    font-size: 28px !important;
    color: #fff;
}
.details .value , .job-detail-employer-info .value {
color:#ffffffcc;
}
 .job-detail-detail .icon{
color: rgb(255, 20, 147) !important;

}
.job-tags a:hover{
background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%) !important;
}
.popup-image-gallery:before , .portfolio-item .view-more-gallery{
    background: #0fd9b7 !important;
}
.job_listing-template-default h1{
    text-transform: uppercase;
    color: #fff;
}
.job-detail-header.v1 .btn-apply{
background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
    box-shadow: 0 0 25px 0 #0c7563;
    padding: 11px 20px 9px 23px;
    color: #000;
    letter-spacing: 0.01px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    border: unset;
}
.more-link {
    color: #F9AB00;
}
a{
   color: #F9AB00;
}
a:hover, a:focus{
color : #0fd9b7;
}

.job-detail-employer-info .title{
color:#fff;
}
.job-detail-employer-info .value a{
  color: #F9AB00;
}
.job-detail-employer-info .value a:hover, .job-detail-employer-info .value a:focus{
color : #0fd9b7 !important;
}
    .job-list {
        padding: 30px;
        margin-bottom: 30px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
        backdrop-filter: blur(4px);
        box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
    }
.job-metas , .job-metas a:not([class]):hover, .job-metas a:not([class]):focus , .job-metas a:not([class]) {
    color: #ffffffcc;
}
.share-blog a:hover{
    color: #000;
}
.sidebar-job .widget.has-content:before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/footerbg.jpg);
    background-size: auto;
    background-position: top;
    mix-blend-mode: soft-light;
    background-repeat: no-repeat; 
    z-index: -1;
}
.job-detail-employer-info{
    position: relative;
}
.employer-website > .btn{
	background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
    box-shadow: 0 0 25px 0 #0c7563;
    padding: 11px 20px 9px 23px;
    color: #000;
    letter-spacing: 0.01px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    border: unset;
}
.job-detail-video h4{
color:#fff;
}
.job-detail-buttons .deadline-time strong {
    color: rgb(255, 20, 147) !important;
}
.home div#apus-main-content:before{
background-size: contain;
}



.home .elementor-24 .elementor-element.elementor-element-679a58f > .elementor-widget-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/footerbg.jpg);
    background-size: auto;
    background-position: top;
    mix-blend-mode: soft-light;
    background-repeat: no-repeat;
    border-radius: 30px;
}



.apus-breadscrumb .bread-title{
        color:#0fd9b7 !important;
        text-transform: uppercase;
}
.elementor-40 .elementor-element.elementor-element-d42aa63 .elementor-heading-title{
    color: #0fd9b7 !important;
}
.elementor-counter .elementor-counter-number-wrapper{
    color: #ff1493;
}
.elementor-counter .elementor-counter-title{
    color: #667fffb5 !important;
}

.featuredjob .job-metas i , .job-metas-detail i , .job-metas i{
    color: #ff1493 !important;
    font-weight: 700;
}
.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{
 background: #ff1493 !important;
}

.elementor-40 .elementor-element.elementor-element-85068ec:not(.elementor-motion-effects-element-type-background), .elementor-40 .elementor-element.elementor-element-85068ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{
background:unset;
    padding: 95px 0px 95px 0px;
    background-color: #07071C !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-85068ec.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background-image: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/merge.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #07071C !important;
    background-position: left;
    mix-blend-mode: difference;
    z-index: 0;
} 

.archive .filter-listing-form.horizontal , .page-template-page-candidates .filter-listing-form.horizontal{
    padding: 38px 50px;
    background: unset;
    border-radius: 0;
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
}
.elementor-8367 .elementor-element.elementor-element-2f10b51:not(.elementor-motion-effects-element-type-background), .elementor-8367 .elementor-element.elementor-element-2f10b51 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: #07071c !important;
    padding-bottom: 0px;
}
.archive h1.elementor-heading-title.elementor-size-default ,  .page-template-page-candidates  h1.elementor-heading-title.elementor-size-default{
    font-weight: 400;
    font-style: normal;
    color: #fff;
}
.elementor-element .elementor-widget-container{
    color: #ffffffb5;
}
.widget-job-search-form .joblistsearch .fa-angle-up:before {
    content: "\f106";
}
.widget-job-search-form .fa-angle-up:before {
    content: "\f107";
}
.filter-listing-form.st-small-show .advance-search-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered, .filter-listing-form.st-small-show .advance-search-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.archive .select2-container--default .select2-selection--single .select2-selection__rendered , .page-template-page-candidates .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: unset;
}

.select2-container--open li.select2-search.select2-search--inline:after {
    content: "\f106";
}

li.select2-search.select2-search--inline:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px;
    position: absolute;
    left: 80%;
}
.has-border li.select2-search.select2-search--inline:after {
    left: 80%;
}
li.select2-search.select2-search--inline:after {
   left: 52%;
}

.archive .select2-container--open span.select2-selection__placeholder:after , .page-template-page-candidates .select2-container--open span.select2-selection__placeholder:after {
    content: "\f106";
}
.archive span.select2-selection__placeholder:after , .page-template-page-candidates span.select2-selection__placeholder:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px;
}
h1{
    color: #fff;
    text-transform: uppercase;
}
.archive .elementor-widget:not(:last-child){
    text-align: center;
}
.candidate-link {
    display: flex;
}

.candidate-link .btn-block , .candidate-grid:hover .btn-block{
    border: rgb(255, 20, 147) 1px solid;
    background: rgb(255, 20, 147);
    box-shadow: unset;
    color: #fff;
}
.candidate-link .btn-block:hover{
    background: transparent;
    box-shadow: unset;
    color: rgb(255, 20, 147);
}
.candidate-link .btn-invite-candidate{
    color: rgb(255, 20, 147);
    background-color: transparent;
    border-color: rgb(255, 20, 147);
}
.candidate-link .btn-invite-candidate:hover {
    color: #fff;
    background-color: rgb(255, 20, 147);
}

.candidate-link a:not(:last-of-type){
margin-right: 10px;
}
.candidate-location.with-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}
.candidate-location.with-icon > a{
color:#77838F;
}
.candidate-link > a{
    font-weight: 600;
    width: 50%;
    flex-shrink: 1;
    padding: 5px 12px;
}
.candidate-grid {
        margin-bottom: 30px;
        padding: 30px 15px;
        box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
        backdrop-filter: blur(4px);
}
.candidate-categories > a{
    background: rgba(78, 227, 157, 0.15);
    color: rgb(78 227 157);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 1px 12px;
    font-size: 12px;
    margin-right: 10px;
}
.candidate-title > a{
    font-size: 25px;
}
.candidate-categories {
    min-height: 23px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
}
.candidate-info > .candidate-age {
    display: flex;
    justify-content: center;
}
.candidate-info {
    height: 70.5px;
}
.apus-footer-inner .elementor-widget:not(:last-child){
    text-align: left;
}

.page-id-40 .elementor-widget-image img{
    border-radius: 10px;
}
.page-id-40 .elementor-40 .elementor-element.elementor-element-8e525d1{
    background: #fff;
}
.page-id-40 .elementor-40 .elementor-element.elementor-element-b349c76 {
    padding: 0px 0px 20px 0px;
}


.single-candidate .candidate-detail-header.v4 .info-top > *{
color: #fff;
}
.single-candidate .candidate-location.with-icon {
    position: static;
}
.single-candidate .candidate-location.with-icon > a{
color: #fff;
}
.candidate-detail-header.v4 .info-top i{
    color: #ff1493 !important;
}
.job-detail-detail.style1 .send-private-message-btn{
background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%) !important;
        box-shadow: 0 0 25px 0 #0c7563;
        padding: 11px 20px 9px 23px;
        color: #000;
        letter-spacing: 0.01px;
        cursor: pointer;
        font-weight: 500;
        font-size: 15px;
        border: unset;
}
.job-detail-detail.style1{
    background-image: linear-gradient(0deg, hsl(261deg 65% 52%) 0%, hsl(260deg 61% 48%) 11%, hsl(259deg 64% 45%) 22%, hsl(258deg 67% 41%) 33%, hsl(257deg 70% 37%) 44%, hsl(255deg 74% 34%) 56%, hsl(254deg 80% 30%) 67%, hsl(251deg 87% 26%) 78%, hsl(248deg 94% 23%) 89%, hsl(240deg 100% 20%) 100%);
    position: relative;
    z-index: 2;
    overflow: auto;
}
.job-detail-detail.style1:before , aside.widget.widget_apus_candidate_maps:before , aside.widget.widget_apus_candidate_tags:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/footerbg.jpg);
    background-size: auto;
    background-position: top;
    mix-blend-mode: soft-light;
    background-repeat: no-repeat;
    z-index: -1;
}
.job-detail-detail.style1 .apus-social-share a {
    color: #fff !important;
}
aside.widget.widget_apus_candidate_maps , aside.widget.widget_apus_candidate_tags{
	padding: 30px;
    background-image: linear-gradient(0deg, hsl(261deg 65% 52%) 0%, hsl(260deg 61% 48%) 11%, hsl(259deg 64% 45%) 22%, hsl(258deg 67% 41%) 33%, hsl(257deg 70% 37%) 44%, hsl(255deg 74% 34%) 56%, hsl(254deg 80% 30%) 67%, hsl(251deg 87% 26%) 78%, hsl(248deg 94% 23%) 89%, hsl(240deg 100% 20%) 100%);
    position: relative;
    z-index: 2;
    overflow: auto;
    background-color: #F5F7FC;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.candidate-single-v4 .list-content-candidate > div > .title{
color: #0fd9b7 !important;
    font-size: 22px;
}
.my_resume_eduarea .edu_stats{
    color: #fff;
}
.candidate_resume_skill .progress-box .box-title , .my_resume_eduarea .mb0{
color: #fff;
}
.candidate-detail-header.v4 .candidate-tags .tag-candidate{
background: rgba(78, 227, 157, 0.15);
    color: rgb(78 227 157);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 1px 12px;
    font-size: 12px;
    border: unset;
}
.btn-download-cv:hover{
    background: transparent;
    border: 2px solid #9756ff;
    color: #9756ff !important;
}
.btn-theme:hover{
    border-color: rgb(255, 20, 147);
    color: rgb(255, 20, 147);
   background: transparent;
}
.candidate-single-v4 .candidate-detail-header.v4{
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
}
.candidate-detail-header.v4 .candidate-detail-buttons .btn-download-cv{

}
.candidate_resume_skill .progress-box .bar-fill .percent{
/*     text-shadow: 0 0 0.3em #ff1493; */
    color: #fff !important;
}
.candidate_resume_skill .progress-box .bar-fill{
    background: #03fcc2;
}
.candidate-detail-buttons > a{
    line-height: 40px !important;
    padding-top: unset;
    padding-bottom: unset;
}
.woo-commentlist strong, .comment-list strong{
    color: #fff;
}
.comment-box .fa-star:before{
    color: #0fd9b7 !important;
}
.review-avg{
    background-color: #0fd9b7;
}
.comment-text p{
    color: #F9AB00;
}
.date {
    color: #ffffffcc;
}
.invite-candidate-form-wrapper .checklist li{
color: #fff;
}
.invite-candidate-form-wrapper .checklist li label{
font-weight: 500;
}
.invite-candidate-form-wrapper .widget-title{
color: #F9AB00;
}
.send-private-message-wrapper{
background: transparent;
}
.send-private-message-wrapper textarea{
    color: #feeeee;
    caret-color: #feeeee;
    margin-right: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    border-radius: 10px;
    padding: 16px;
    /* text-shadow: 1px 1px 0 #212121; */
    border: unset;
    background: linear-gradient(145deg, #07071e, #060619);
    box-shadow: 5px 5px 10px #03030b, -5px -5px 10px #0b0b2d !important;
}
.send-private-message-wrapper .title {
    color: #0fd9b7 !important;
    text-transform: uppercase;
}
.send-private-message-wrapper .btn{
    background: linear-gradient(145deg, #07071e, #060619);
    box-shadow: -2px -2px 5px #03030b, 2px 2px 5px #0b0b2d;
    background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
    border: unset;
    color: #fff;
}
.send-private-message-wrapper .btn:hover{
    background-image: unset;
    border: 1px solid #0fd9b6 !important;
}
.reset-button-default #respond{
border-color: rgb(255, 20, 147);
}

.comment-respond input[type="text"], .comment-respond input[type="password"] ,  .comment-respond textarea {
    color: #feeeee;
    caret-color: #feeeee;
    margin-right: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    border-radius: 320px;
    padding: 16px;
    /* text-shadow: 1px 1px 0 #212121; */
    border: inherit;
    background: linear-gradient(145deg, #07071e, #060619) !important;
    box-shadow: 5px 5px 10px #03030b, -5px -5px 10px #0b0b2d; !important;
}
.comment-respond textarea {
    border-radius: 10px;
}
.comment-respond .title {
    font-size: 22px;
    color: #0fd9b7 !important;
}
#commentform label {
    color: #ffffffcc;
}
.comment-respond textarea:focus{
    background: linear-gradient(145deg, #07071e, #060619) !important;
    box-shadow: 5px 5px 10px #03030b, -5px -5px 10px #0b0b2d; !important;
}
.comment-form-cookies-consent [type="checkbox"]{
  accent-color: #ff1493;
}
.comment-form-rating .review-stars.filled{
    color: #0fd9b7 !important;
}
.candidate-detail-header.v1{
    background: unset;
}
.candidate-metas i {
    color: #ff1493 !important;
}
.candidate-metas a {
    color: #ffffffcc;
}
.candidate-metas a:hover, .candidate-metas a:focus {
    color: #0fd9b7;
}
.phone-wrapper.phone-hide .phone-show {
    color: #ffffffcc;
}
.job-email .value{
    color: #ffffffcc;
}
    .candidate-detail-buttons .send-private-wrapper .send-private-message-btn {
        background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%) !important;
        box-shadow: 0 0 25px 0 #0c7563;
        border: unset;
    }
.single-employer{
    color: #0fd9b7;
}
.social-job-detail{
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
    background: transparent;
    border: 1px solid #ECEDF2;
}
.social-job-detail .title {
    color: #fff;
}
.social-job-detail a{
color: #F9AB00;
}
.social-job-detail a:hover{
color : #0fd9b7;
}
h3.title , h4.title{
color : #0fd9b7;
}
.info-meta strong{
    color: #ff1493 !important;
}
.send-private-wrapper .send-private-message-btn{
    color: #0be49b;
}
.send-private-wrapper .send-private-message-btn:hover{
    color: #0be49b;
}
.single-employer .btn-theme{
font-weight: 700;
    text-transform: uppercase;
}
.sidebar-left:before{
content:unset !important;
}
aside.widget.widget_apus_elementor_template:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/footerbg.jpg);
    background-size: auto;
    background-position: top;
    mix-blend-mode: soft-light;
    background-repeat: no-repeat;
    z-index: -1;
}
aside.widget.widget_apus_elementor_template{
    background-image: linear-gradient(0deg, hsl(261deg 65% 52%) 0%, hsl(260deg 61% 48%) 11%, hsl(259deg 64% 45%) 22%, hsl(258deg 67% 41%) 33%, hsl(257deg 70% 37%) 44%, hsl(255deg 74% 34%) 56%, hsl(254deg 80% 30%) 67%, hsl(251deg 87% 26%) 78%, hsl(248deg 94% 23%) 89%, hsl(240deg 100% 20%) 100%);
    position: relative;
    z-index: 2;
    overflow: auto;
}
.employer-list{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
}
.employer-metas i {
    color: #ff1493 !important;
}
.employer-metas a {
    color: #fff;
}
.employer-metas a:hover, .employer-metas a:focus{
    color: #4ee39d;
}
.employer-title {
    font-size: 20px !important;
}
.ui-slider-horizontal .ui-slider-range{
    background-color: #0fd9b6;
}
.search_distance_wrapper .search-distance-label{
    color: #0fd9b6;
}
.filter-listing-form .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered, .filter-listing-form .select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder , .filter-listing-form .form-group-inner > i {
    color: #fff;
}
.pagination li > span:hover, .pagination li > span.current, .pagination li > a:hover, .pagination li > a.current, .apus-pagination li > span:hover, .apus-pagination li > span.current, .apus-pagination li > a:hover, .apus-pagination li > a.current{
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
    background: #0080e2;
}
.filter-listing-form.vertical .form-control {
    background-color: transparent;
}
.single-post h4{
color: #0fd9b7 !important;
}
body , .style-check , .list-circle{
    color: #ACACB5;
}
.comments-title{
color: #ff1493;
}
blockquote{
border-left: 8px solid #ff1493;
    border-right: 8px solid #ff1493;
    background: transparent;
    font-style: unset;
    position: relative;
    line-height: 1.6;
    padding: 1.2em 75px 1.2em 75px;
}
blockquote::after {
    font-family: Arial;
    content: "\201C";
    color: #ff1493;
    font-size: 7em;
    position: absolute;
    right: 20px;
    top: -30px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
blockquote p{
    color: #ACACB5;
    font-size: 1.4em;
}
blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #ff1493;
    font-size: 7em;
    position: absolute;
    left: 20px;
    top: -30px;
}
blockquote cite{
    display: block;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}
.style-check li:before{
    color: #ff1493;
}
.list-circle li::marker { 
  color: #ff1493;
}
.related-posts {
    background-color: transparent;
}
.post-grid {
    background: transparent;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 12px 3px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
}

.filter-listing-form .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered, .filter-listing-form .select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder, .filter-listing-form .form-group-inner > i{
  color: #77838F;
}

.elementor-widget-accordion.style-theme .elementor-accordion-item{
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
fill : #ffffffb5;
}
.elementor-widget-container .elementor-accordion .elementor-tab-title{
    padding: 20px 20px;
}
.sidebar, .apus-sidebar{
    margin-bottom: 15px;
}
.box-dashboard-wrapper{
    position: relative;
}
.box-dashboard-wrapper.employer-dashboard-wrapper:before {
    content: "";
    background-image: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/bgline.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: -9;
}
.box-dashboard-wrapper .inner-list , .statistics .inner-header{
        box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
/*     border-radius: 40px; */
}
.candidate-list{
  box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
}
.page-template-page-dashboard .candidate-info {
    height: auto;
}
.statistics .inner-header , .box-dashboard-wrapper .title-small{
color:#fff;
}
.stats-graph-search-form label {
    color: #ACACB5;
}
.candidate-list{
        background: transparent;
}
.page-template-page-dashboard .no_keep_header section.elementor-element:not(.no-transparent){
    background: #07071C !important;
}
.message-top.notify-icon {
    margin-left: 20px;
}
.page-template-page-dashboard .select2-container--default.select2-container .select2-selection--single{
    border-color: #0fd9b6;
}
.page-template-page-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #0fd9b7 !important;
}
.dashboard-wrapper-v2 .before-group-row{
        background: transparent;
        border: unset;
}
form.cmb-form .cmb-th label , form.cmb-form .cmb2-metabox-title , .before-group-row-inner > .cmb-row > .cmb-th{
 color: #ACACB5;
}
.menu_short_profile li a{
        background: transparent;
}
.inner-dashboard.container-fluid aside.sidebar {
        height: 100%;
        background: transparent;
    }
.menu_short_profile li a{
    color: #fff;
}
form.cmb-form .button-primary{
    background: rgb(255, 20, 147) !important;
    margin-left: 30px;
    margin-bottom: 50px;
}
.inner-dashboard.container-fluid.left-main{
        padding-bottom: 60px;
}
.page-template-page-dashboard #apus-footer{
display:none;
}
form.cmb-form .cmb-group-name{
font-size: 18px !important;
    color: #ACACB5;
}
.job-applicants{
border-radius:0px !important;
}
.job-table {
    color: #ACACB5;
}
form.cmb-form textarea:focus {
    background: transparent !important;
}
    form.cmb-form select, form.cmb-form textarea, form.cmb-form input[type="email"], form.cmb-form input[type="url"], form.cmb-form input[type="text"], form.cmb-form input[type="password"], form.cmb-form input[type="number"] {
        border-color: #0fd9b6;
        background: unset;
    }
.job-title{
color:#fff;
}
.box-dashboard-wrapper > .widget-title, .box-dashboard-wrapper > .title{
        color: #0fd9b7;
}
.message-section-wrapper .replies-content , .message-section-wrapper .list-message-wrapper{
        box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
}
.message-item .user-name{
    color: #9756ff;
}
.list-message li.active .user-name {
color: #0be49b;
}
    .list-replies .post-content {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
        box-shadow: 0 0 25px 0 #0c7563;
        color: #000;
    }
.list-replies .yourself-reply .post-content {
    color: #fff;
}
.list-replies .name-reply{
color: #fff;
}
.message-item .message-time , .message-item .message-title ,.list-replies .post-date{
    color: #ACACB5;
}
.change-password-form label{
color: #ACACB5;
}
.change-password-form .form-control {
        border-color: #0fd9b6;
        background: unset;
    }
.widget-delete .conf-messages , .widget-delete .undone-messages{
color: #fff;
}
#main > div:before{
    content: "";
    background-image: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/bgline.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: -9;
}
.job-table > thead > tr > th{
    color: #000;
}
.job-table > thead{
    background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
    box-shadow: 0 0 25px 0 #0c7563;
}
form.cmb-form select, form.cmb-form textarea, form.cmb-form input[type="email"], form.cmb-form input[type="url"], form.cmb-form input[type="text"], form.cmb-form input[type="password"], form.cmb-form input[type="number"]{
 color: #fff;
}
form.cmb-form .cmb-type-group .cmb-group-title{
background-image: linear-gradient(-80deg, #0be49b 0%, #14cbd9 100%);
    box-shadow: 0 0 25px 0 #0c7563;
}
.wp-job-board-pro-uploaded-files .wp-job-board-pro-remove-uploaded-file {
    margin-left: 10px;
    background: #e44343;
    color: #fff;
}
form.cmb-form .wp-job-board-pro-uploaded-file-preview .wp-job-board-pro-remove-uploaded-file{
    color: #e44343 !important; 
}
form.cmb-form .wp-job-board-pro-uploaded-file-preview .wp-job-board-pro-remove-uploaded-file:hover, form.cmb-form .wp-job-board-pro-uploaded-file-preview .wp-job-board-pro-remove-uploaded-file:focus {
   background: #e44343 !important;
    color: #fff !important; 
}
.skill-percents h4 {
    color: #fff !important;
}
p.cmb2-metabox-description{
    color: #bbb !important;
}
.statistics .inner-header{
        padding: 20px;
}
@media (min-width: 768px) {
    .dashboard-notifications {
        height: 422px;
    }
}
@media (max-width: 768px) {
	.type-job{
padding: 0px 10px;
}
}
.sliding-menu li .sliding-menu__nav, .sliding-menu li a , .apus-offcanvas-body .apus_socials a, .apus-offcanvas-body a:not([class]){
    color: #fff;
}
form.cmb-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 5px 20px !important;
}
.page-id-32 input[type="text"], .page-id-32 input[type="password"] , .page-id-32 input[type="email"]  {
    color: #feeeee;
    caret-color: #feeeee;
    margin-right: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    border-radius: 320px;
    padding: 16px;
    /* text-shadow: 1px 1px 0 #212121; */
    border: inherit;
    background: linear-gradient(145deg, #07071e, #060619) !important;
    box-shadow: 5px 5px 10px #03030b, -5px -5px 10px #0b0b2d; !important;
    margin-top: 15px;
}
.page-id-32 textarea{
    color: #feeeee;
    caret-color: #feeeee;
    margin-right: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    padding: 16px;
    /* text-shadow: 1px 1px 0 #212121; */
    border: inherit;
    background: linear-gradient(145deg, #07071e, #060619) !important;
    box-shadow: 5px 5px 10px #03030b, -5px -5px 10px #0b0b2d; !important;
    margin-top: 15px;
}
	.page-id-32{
    form.wpcf7-form {
        border-color: rgb(255, 20, 147);
    }
	form.wpcf7-form label {
    width: 100%;
}
	textarea {
	  resize: none;
	}
	form.wpcf7-form [type="submit"]{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--superio-main-font);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 9px 30px;
    font-size: 15px;
    line-height: 2;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -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;
    color: #fff;
    background-color: rgb(255, 20, 147);
    border-color: rgb(255, 20, 147) !important;
}
}

.elementor-element-7ff836e > .elementor-element-populated{
    background-image: linear-gradient(0deg, hsl(261deg 65% 52%) 0%, hsl(260deg 61% 48%) 11%, hsl(259deg 64% 45%) 22%, hsl(258deg 67% 41%) 33%, hsl(257deg 70% 37%) 44%, hsl(255deg 74% 34%) 56%, hsl(254deg 80% 30%) 67%, hsl(251deg 87% 26%) 78%, hsl(248deg 94% 23%) 89%, hsl(240deg 100% 20%) 100%);
    position: relative;
    z-index: 2;
    overflow: auto;
}
.elementor-element-7ff836e > .elementor-element-populated:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/footerbg.jpg);
    background-size: auto;
    background-position: top;
    mix-blend-mode: soft-light;
    background-repeat: no-repeat;
    z-index: -1;
}
.elementor-32 .elementor-element.elementor-element-96596f5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-32 .elementor-element.elementor-element-96596f5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{
background:transparent;
}
.elementor-32 .elementor-element.elementor-element-68698e6 .elementor-heading-title , .elementor-32 .elementor-element.elementor-element-5e5a94e .elementor-heading-title , .elementor-32 .elementor-element.elementor-element-413ecfa .elementor-heading-title {
    color: #0fd9b7 !important;
}
.elementor-widget-container >h2{
color:#fff;
}
li.select2-search.select2-search--inline:after{
content:unset !important;
}
/* Hide menu item 8665 for logged-in candidates */
/* body.candidate-logged-in .menu-item-8665 {
    display: none;
} */
@media(max-width:768px){
    .sidebar, .apus-sidebar {
        position: fixed;
        z-index: 999;
    }
div#apus-main-content:before{
	content:unset;
}
.inner-dashboard.container-fluid aside.sidebar{
    background: #07071C !important;
    position: fixed;
    z-index: 8;
}
.candidate-location.with-icon{
left: unset;
    right: 10px;
}
body h2 {
    font-size: 32px !important;
}
.bgblue .des{
    font-size: 18px !important;
}
.elementor-24 .elementor-element.elementor-element-551e797 .elementor-heading-title{
font-size: 40px;
}
.donation .e-con-inner {
    width: 100% !important;
}
h1, .h1 {
    font-size: 26px;
}
    .select2-container {
        width: 75% !important;
    }
form.jobs-ordering {
    text-align: center;
}
	aside.widget.widget_apus_elementor_template:before{
content:unset;
}
	aside.widget.widget_apus_elementor_template{
    background-image: unset;
}
	.filter-listing-form.horizontal .has-border{
border-bottom : unset;
}
.filter-listing-form.st-small-show .advance-search-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 7px 0px;
}
	.jobs-alert-ordering-wrapper > *{
   text-align: center;
}
.share-blog a{
    margin-bottom: 10px;
}
	.top-detail-blog-info a{
    font-size: 12px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-85068ec.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default:before{
    background-size: auto;
        opacity: 0.2;
}
.elementor-24 .elementor-element.elementor-element-679a58f > .elementor-widget-container{
    margin: unset;
}
}

.main-items-wrapper.loading:before{
visibility : hidden !important;
}

/*----------------------------------- child style.css code---------------------------------- */
.megamenu > li > a, .btn-login, .user-login-form {
    font-weight: 700;
}
.megamenu > li > a:hover {
color: rgb(255, 20, 147)!important;
}
.btn.btn-login {
    padding: 5px 15px;
    background-color: transparent;
    color: rgb(255, 20, 147);
    border: rgb(255, 20, 147) 0.125em solid;
/*     text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em rgb(255, 20, 147); */
    box-shadow: inset 0 0 0.5em 0 rgb(255, 20, 147), 0 0 0.5em 0 rgb(255, 20, 147);
    position: relative;
}
.btn-login:hover, .btn-login:active {
    color: #fff;
}
.btn.btn-login:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 100ms linear;
    box-shadow: 0 0 2em 0.5em #ff1493;
    background-color: #ff1493;
}
.btn.btn-login:hover:after {
    opacity: 1;
}
.user-login-form {
    padding: 5px 40px;
    border: 2px solid rgb(255, 20, 147);
    background-color: rgb(255, 20, 147);
}
.user-login-form:hover {
    background-color: transparent;
    border: 2px solid rgb(255, 20, 147);
    color: rgb(255, 20, 147);
}
p{
color:#ACACB5;
}
@-webkit-keyframes buzz {
  70% {
    opacity: 0.80;
  }
}
 
@keyframes buzz {
  70% {
    opacity: 0.80;
  }
}
@-webkit-keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
@keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
.home h1.elementor-heading-title.elementor-size-default {
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff00ff!important;
    text-transform: uppercase;
    text-shadow: 0 0 0 transparent, 0 0 10px #ff00ff, 0 0 20px rgb(255 0 255 / 50%), 0 0 40px #ff00ff, 0 0 100px #ff00ff, 0 0 200px #ff00ff, 0 0 300px #ff00ff, 0 0 500px #ff00ff;
    -webkit-animation: buzz 0.01s infinite alternate;
    animation: buzz 0.01s infinite alternate;
   line-height: 70px;
	word-spacing: 12px;
}
h1.elementor-heading-title.elementor-size-default span {
color:#fff;
}
h2{
font-size:45px!important;
}
.headerbanner {
    width: 55%!important;
}
.headerbanner p {
    font-size: 23px;
  color: #fff;
}
#loginbtn, .login-btn a {
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px!important;
    background: rgb(255, 20, 147) !important;
    font-weight: 700;
    text-transform: uppercase;
/*     outline: 6px solid #ffffff1a !important; */
    border: none!important;
    position: relative;
}
#loginbtn:hover, .login-btn a:hover {
    box-shadow: 0 0 2em 0.5em #ff1493;
}
a#loginbtn:before, .login-btn a:before {
    content: "";
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: perspective(1.5em) rotateX(45deg) scale(0.8, 0.3);
    filter: blur(1.5em);
    opacity: 0.7;
    pointer-events: none;
    background: #ff1493;
}
@keyframes moveBorder {   
	0% {     background-position: 0% 50%;   }  
	100% {     background-position: 100% 50%;   
	} 
} 
.filter-listing-form.horizontal {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #4ee39d , #9756FF,#4ee39d , #0A84FF) border-box;
    border-radius: 50em;
    border: 4px solid transparent;
    background-size: 200% auto;
    animation: moveBorder 5s linear infinite;
} 
.trending-keywords a {
    color: #000;
    background: #9756ff;
    border-radius: 50px;
    padding: 2px 12px;
}
.trending-keywords li.item:after {
    content: '';
}
.trending-keywords a:hover {
    color: #000!important;
    background-color: #4ee39d;
}
.btn-theme {
    color: #fff;
    background-color: rgb(255, 20, 147);
    border-color: rgb(255, 20, 147);
}
.form-search .btn-inverse.btn-theme:hover {
    color: #fff;
    border-color: #4ee39d;
    background: #4ee39d;
    opacity: .8;
}

.category-banner-inner.v2 {
    background-color: transparent;
	border: unset;
    position: relative;
    overflow: hidden;
	padding: 0px 30px 15px 30px;
}
.category-banner-inner.v2:after {
    content: "";
    position: absolute;
    top: 0;
    background-image: linear-gradient(45deg, #FD0F82, #FF5555);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    width: 120px;
    height: 100px;
    margin-top: -32px;
    border-radius: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.category-banner-inner.v2 .category-icon {
    background-color: transparent!important;
    color: #fff;
    width: 100px!important;
    height: 100px!important;
    margin-bottom: 0px;
}
.category-banner-inner.v2:hover .category-icon {
    background: transparent!important;
    color: #fff;
}
.category-banner-inner .title {
    color: #fff!important;
font-size: 24px;
}
 .category-banner-inner:hover .title {
    color: #fff!important;
}
.cat-two .category-banner-inner.v2:after {
    background-image: linear-gradient(45deg, #9756ff, #d834ff);
}
.cat-three .category-banner-inner.v2:after {
    background-image: linear-gradient(45deg, #9756ff, #4ee39d);
}
.cat-four .category-banner-inner.v2:after {
    background-image: linear-gradient(45deg, #00b3ec, #d834ff);
}
.cat-five .category-banner-inner.v2:after {
    background-image: linear-gradient(45deg, #fd0f82, #ff5555);
}
.cat-six .category-banner-inner.v2:after {
    background-image: linear-gradient(45deg, #9756ff, #d834ff);
}


.bgblue {
    margin: 0 auto;
    background: linear-gradient(-6.72deg, #DEC7FF -38.2%, #5C27FE 103.12%);
    border-radius: 26px;
    text-align: center;
}
.bgblue .des {
    color: #fff!important;
    font-size: 24px!important;
    font-weight: 500;
/*     line-height: 22px!important; */
    margin-top: 30px;
    margin-bottom: 30px;
}
.bgblue span.btn.btn-theme.btn-inverse {
    background-color: #4EE39D;
    color: #07071c;
    font-weight: bold;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 18px;
    border-color: #4EE39D;
}
.bgblue .btn-inverse.btn-theme:hover {
    background: #FFFFFF;
    box-shadow: 0px 15px 56px 0 #4ee39dcc;
    opacity: 0.9;
}

.projectcreate .features-box-image img{
background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
    backdrop-filter: blur(4px);
    padding: 12px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
}
.widget-features-box.style1 .item-inner:hover{
background-color:transparent;
box-shadow: none;
}
.projectcreate .item.slick-slide {
    width: 380px!important;
}
.projectcreate .widget-features-box.style1 .item-inner {
    padding: 15px!important;
}

.projectcreate .widget-features-box .title {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.projectcreate .widget-features-box .title:hover {
    color: #4ee39d;
}

.projectcreate .features-box-image.img:hover:after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
}
.projectcreate .features-box-image.img:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0px, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0));
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 0.7s ease 0s;
    width: 200%;
}

.projectcreate .widget-features-box .features-box-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 2px 4px rgba(200, 230, 255, 0.5), 0 -2px 2px 3px rgba(200, 230, 255, 0.5) inset, 0 0 2px 10px rgba(100, 150, 255, 0.9), 0 0 2px 7px rgba(100, 150, 255, 1) inset, 0 0 12px 13px rgba(0, 50, 255, 0.9), 0 0 12px 11px rgba(0, 50, 255, 0.7) inset, 0 8px 30px 18px rgba(0, 0, 0, 0.8), 0 8px 25px 12px rgba(0, 0, 0, 0.7) inset;
}
.projectcreate .updow:hover .img img{
animation:unset;
}

.add-fix-top.active:focus, .add-fix-top.active:hover {
    background: #4ee39d;
}

.apus-footer svg {
    width: 100%;
    height: 20px;
    fill: #fff;
}

.featuredjob h2{
    font-size: 20px !important;
}
.featuredjob h2.job-title a{
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.featuredjob .job-metas i ,.featuredjob .job-metas a{
    color: #fff;
}
.featuredjob .urgent{
	color: rgb(78 227 157);
    background: rgba(78, 227, 157, 0.15);
}
.featuredjob span.featured{
    background-color: #9756ff;
}
.featuredjob .job-metas a:not([class]):hover,.featuredjob .job-metas a:not([class]):focus{
    color: #4ee39d;
}
.featuredjob article{
background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
    backdrop-filter: blur(4px);
/*     border: 1px solid rgba(255, 255, 255, 0.1); */
/*     box-shadow: 0 0 15px 4px #0080e2, 0 0 120px 2px #004097, inset 0 0 15px 4px #0080e2, inset 0 0 0px 2px #004097; */
    box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
}

.elementor-24 .elementor-element.elementor-element-b4646bd .elementor-button:hover, .elementor-24 .elementor-element.elementor-element-b4646bd .elementor-button:focus{
color:#fff;
}
.featuredjob article:hover {
    background: #07071C !important;
}

.apus-footer-inner{
/* 	background-image: url(https://demos.coderplace.com/wp/WP02/WP02047/wp-content/themes/cinethon/assets/images/Footer-Img.jpg); */
    background-color: #07071C;
    background-blend-mode: darken;
}
.apus-footer {
    color: #fff;
}
.apus-footer .widget-nav-menu .menu li a{
   color: #fff;
}
.apus-footer .widget-nav-menu .widget-title{
    font-weight: 600;
    font-size: 20px !important;
    line-height: 1.2;
    color: #fff;
}
.apus-footer .elementor-2045 .elementor-element.elementor-element-ddb7ecb:not(.elementor-motion-effects-element-type-background), .elementor-2045 .elementor-element.elementor-element-ddb7ecb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent !important;

}

.apus-footer .elementor-2045 .elementor-element.elementor-element-d5d3d9e:not(.elementor-motion-effects-element-type-background), .elementor-2045 .elementor-element.elementor-element-d5d3d9e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent !important;
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
}
.apus-footer .elementor-col-25 > .elementor-widget-wrap>.elementor-widget-apus_element_nav_menu {
    width: fit-content;
}
.apus-footer .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    justify-content: center;
}
.apus-footer .elementor-2045 .elementor-element.elementor-element-89c0360 img {
    max-width: 80% !important;
}
.apus-footer .elementor-2045 .elementor-element.elementor-element-96f9e96 .elementor-heading-title {

    color: #fff;
    font-weight: 700;
}



.headerbannersec .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    justify-content: center;
    text-align: center;
}

.elementor-24 .elementor-element.elementor-element-a4f44d4:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-a4f44d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/movie-background-collage-scaled.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.home #apus-main-content{
position: relative;
}
.home div#apus-main-content:after {
    content: "";
    background-image: url(https://www.skarosoft.com/prgrand/wp-content/uploads/2024/05/bgline.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
z-index: -9;
}
.bgblue{
    background: #9756ff26 !important;
    box-shadow: 0 0 0 0 #9756ff26;
    animation: pulse2 1.5s infinite;
}

@-webkit-keyframes pulse2 {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse2 {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse2 {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
.bgblue .btn-inverse.btn-theme:hover{
box-shadow: unset !important;
    border: 1px #4EE39D solid !important;
}

@media (max-width: 39.9375em){
.header-mobile{
	border-bottom: none;
}
.header-mobile .flex-middle a{
    color: #fff;
}
.header-offcanvas .btn-menu-account, .header-offcanvas .btn-toggle-canvas {
    color: #fff !important;
}
.header-offcanvas,.offcanvas-content.flex-column.flex {
    background-color: #9756ff26;
}
.header-mobile .btn-showmenu > * {
    background-color: #fff;
}
.elementor-24 .elementor-element.elementor-element-a4f44d4:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-a4f44d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-position: left;
	height:unset;
}
.headerbanner {
    width: 100%!important;
}
.apus-footer .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    justify-content: unset;
}
}

.elementor-24 .elementor-element.elementor-element-679a58f > .elementor-widget-container{
box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #bc13fe, 0 0 0.8rem #bc13fe, 0 0 2.8rem #bc13fe, inset 0 0 1.3rem #bc13fe;
}
a.btn-follow.btn-action-job.btn-add-job-shortlist {
    color: #4ee39d;
}


.cta-box.padding--md {
    padding: 1.875em;
    column-gap: 1.875em;
    row-gap: 1.875em;
    background-color: #ebcb47 !important;
}
.cta-box {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    position: relative;
}
.font-xl {
    font-size: 1.4em;
}
    .filter-listing-form.st-small-show .main-inner {
        padding: 8px 5px;
    }

/* .log-reg-user {
    display: none;
} */

video.video-upload {
    margin-right: 15px;
    margin-bottom: 15px;
}
h4.title.video-title {
    font-size: 30px;
}


.page-content {
    display: grid;
    grid-gap: 6rem;
    padding: 1rem 0;
    margin: 40px auto 0 auto;
    height: 85vh;
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.d_card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: center;
  overflow: hidden;
  padding: 1rem;
	width: 100%;
    height: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #07071C !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 15px 4px #0080e2, 0 0 0px 2px #004097, inset 0 0 15px 0px #0080e2, inset 0 0 0px 2px #004097;
  
}
/* @media (min-width: 600px) {
  .d_card {
    height: 350px;
  }
} */
.d_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  opacity: 0.5;
  transition: all .5s;
}
.d_card:hover:before{
  transform: scale(1.2);
}
.d_card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
}
.page-content a:nth-child(1) .d_card:before {
  background-image: url("https://www.skarosoft.com/prgrand/wp-content/uploads/2024/07/view-3d-outdoors-cinema-with-seats-scaled.jpg");
}
.page-content a:nth-child(2) .d_card:before {
  background-image: url("https://www.skarosoft.com/prgrand/wp-content/uploads/2024/07/view-3d-movie-director-s-chair-scaled.jpg");
}

.content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;

}
.content > * + * {
  margin-top: 1rem;
}

.heading {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.data-content {
  font-size: 22px;
  line-height: 1.35;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 95%;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
} 
@media(max-width:768px){
	.data-content{
    font-size: 16px;
	}
}