/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2025 | 20:30:04 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2024 | 18:13:54 */
/************/
/*  Colors  */
/************/
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2023 | 21:30:59 */
#listing-information {
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) width;
}
#listing-information .form_toggle {
  width: 100%;
}
#listing-information .form_toggle a.avia-button {
  width: 95%;
  max-width: 300px;
  margin-right: 0;
  background: #00CA9F;
  color: #FFFFFF !important;
  font-size: 18px;
  line-height: 20px;
  padding: 20px 10px;
  border-radius: 200px;
  text-transform: none;
  border: none !important;
  box-shadow: none !important;
  letter-spacing: 1px;
}
#listing-form {
  position: fixed;
  background: #fbfaf9;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 600px;
  z-index: 5000 !important;
  overflow-y: scroll;
  overflow-x: visible;
  transform: translate3d(100%, 0, 0);
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1), padding-left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 800px) {
  #listing-form {
    max-width: 100%;
  }
}
#listing-form .container, #listing-form .content {
  padding: 0 !important;
  background: #fbfaf9;
  z-index: 4500;
}
#overlay-blur {
  content: "";
  position: fixed;
  top: 50%;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(129, 129, 158, 0.9);
  transform: translate3d(100%, -50%, 0);
  z-index: 3000 !important;
  display: block;
  backdrop-filter: blur(10px);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#overlay-blur .container, #overlay-blur .content {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#overlay-blur .close_review_form {
  position: absolute;
  top: 30px;
  left: 30px;
  margin-right: 0 !important;
}
#overlay-blur .close_review_form .av-icon-char {
  cursor: pointer;
  color: #fbfaf9;
}
body.show_review_form {
  height: 100vh !important;
  overflow-y: hidden !important;
}
body.show_review_form #listing-form {
  transform: translate3d(0, 0, 0);
}
body.show_review_form #overlay-blur {
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 800px) {
  #overlay-blur {
    z-index: 7500 !important;
    width: 30px;
    height: 30px;
    min-height: 1px;
    background: none !important;
    top: 10px;
    right: 10px;
    transform: translate3d(calc(100% + 10px), 0, 0);
  }
  #overlay-blur .close_review_form {
    top: 0;
    left: 0;
  }
  #overlay-blur .close_review_form .av-icon-char {
    color: #000000;
    font-size: 25px;
    line-height: 20px;
  }
  body.show_review_form #overlay-blur {
    transform: translate3d(0, 0, 0);
  }
}
#client-listings {
  background: #f7f7f7;
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1), padding-left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#client-listings .container, #client-listings .content {
  padding: 0 !important;
  max-width: 100%;
}
#client-listings .container {
  padding: 50px 65px !important;
}
.card_container {
  padding: 0px;
  opacity: 1;
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) padding, 0.6s ease opacity;
}
.card_container.enable {
  opacity: 1;
}
.single-client {
  margin: 15px !important;
  width: calc((100% / 4) - 30px);
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.single-client.open {
  width: calc((100% / 3) * 2);
  width: calc(((100% / 3) * 2) - 5vh);
}
.single-client .card_logo {
  padding: 30px 15px 15px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.single-client .card_logo a {
  display: block;
  width: 100%;
}
.single-client .card_logo img {
  width: 100%;
  height: auto;
  max-width: 250px;
  max-height: 225px;
}
.single-client .card_logo.wide_image img {
  width: 80%;
  height: auto;
}
.single-client .card_logo.tall_image img {
  width: auto;
  height: 100%;
  max-height: 95px;
}
.single-client span.br {
  width: 100%;
  width: calc(100% - 30px);
  display: block;
  margin: 10px auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}
.single-client .card_content {
  padding: 15px;
}
.single-client .card_content h3 {
  text-transform: none;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
}
.single-client .card_content h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2A034C;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(-100%, 0, 0);
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) transform;
}
.single-client .card_content h3 a {
  color: rgba(141, 28, 82, 0.85) !important;
}
.single-client .card_content h3:hover:before {
  transform: translate3d(0, 0, 0);
}
.single-client .card_content p.card_tag {
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0 !important;
}
.single-client .card_content p.card_tag + p {
  margin: 0.85em !important;
}
.single-client .card_buttons {
  padding: 15px;
  background: #FCFBFA !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-client .card_buttons .popup_trigger {
  color: #192126 !important;
  position: relative;
  overflow: hidden;
  font-size: 16px !important;
}
.single-client .card_buttons .popup_trigger:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2A034C;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) transform;
}
.single-client .card_buttons .popup_trigger:hover {
  text-decoration: none !important;
}
.single-client .card_buttons .popup_trigger:hover:before {
  transform: translate3d(101%, 0, 0);
}
.single-client .card_buttons .add_card_to_form {
  display: inline-block;
  border: 2px solid #81819E !important;
  text-transform: none;
  color: #FFFFFF !important;
  border-radius: 30px;
  font-size: 16px !important;
  line-height: 1em !important;
  padding: 10px 15px !important;
  background-color: #81819E;
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) all;
  cursor: pointer;
  font-size: 0 !important;
  position: relative;
  width: 150px;
  height: 40px;
}
.single-client .card_buttons .add_card_to_form:before {
  content: "Select Company";
  text-transform: none;
  font-size: 16px !important;
  line-height: 1em !important;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: color cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFFFFF !important;
  text-align: center;
}
.single-client .card_buttons .add_card_to_form:after {
  content: "Selected";
  text-transform: none;
  font-size: 16px !important;
  line-height: 1em !important;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFFFFF !important;
  text-align: center;
  display: none;
  background-image: url("/wp-content/uploads/check_icon_white.svg");
  background-size: 15px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  text-indent: -25px;
}
.single-client .card_buttons .add_card_to_form:hover {
  background-color: #2A034C !important;
  color: #FFFFFF !important;
}
.single-client .card_buttons .add_card_to_form:hover:before {
  color: #FFFFFF !important;
}
.single-client .card_buttons .add_card_to_form.selected_button {
  background-color: #2A034C !important;
}
.single-client .card_buttons .add_card_to_form.selected_button:before {
  display: none;
}
.single-client .card_buttons .add_card_to_form.selected_button:after {
  display: block;
}
@media only screen and (min-width: 1920px) {
  .single-client {
    width: calc((100% / 4) - 30px);
  }
}
@media only screen and (min-width: 2560px) {
  .single-client {
    width: calc((100% / 5) - 30px);
  }
}
@media only screen and (max-width: 1920px) {
  .single-client {
    width: calc((100% / 3) - 30px);
  }
}
@media only screen and (max-width: 989px) {
  .single-client {
    width: calc((100% / 2) - 30px);
  }
}
#close_form {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000000;
  opacity: 0;
  cursor: pointer;
}
.filter_toggle {
  background: #7949F0;
  border-radius: 100px;
  position: relative;
  width: 200px;
  height: 35px;
}
.filter_toggle > span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF !important;
  cursor: pointer;
}
.filter_toggle > span .av_font_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.filter_toggle > span .av-icon-char {
  font-size: 18px;
  line-height: 20px;
}
.filter_toggle .filter_label {
  font-size: 16px !important;
  text-transform: none;
  line-height: 20px !important;
  padding-left: 10px;
  display: inline-block;
  letter-spacing: 1px;
}
.category_filter {
  max-width: 320px;
  width: 90%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #2A034C;
  height: 100vh;
  min-height: 640px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 25px;
  transform: translate3d(-100%, 0, 0);
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) transform;
}
.category_filter img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.category_filter h2 {
  text-transform: none !important;
  font-size: 18px !important;
  color: #FFFFFF !important;
}
.category_filter h3 {
  text-transform: none !important;
  font-size: 16px !important;
  color: #00CA9F;
  margin-bottom: 0 !important;
  font-weight: bold;
}
.category_filter ul.cat_list, .category_filter .filter_reset ul {
  margin-bottom: 0 !important;
  padding-top: 5px;
}
.category_filter ul.cat_list li.single_cat, .category_filter .filter_reset ul li.single_cat {
  list-style-type: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}
.category_filter ul.cat_list li.single_cat span.cat_checkbox, .category_filter .filter_reset ul li.single_cat span.cat_checkbox {
  width: 18px;
  height: 18px;
  margin: 5px 5px 5px 0px;
  border: 1px solid #00CA9F;
  border-radius: 100px;
  display: inline-block;
  position: relative;
}
.category_filter ul.cat_list li.single_cat span.cat_checkbox:before, .category_filter .filter_reset ul li.single_cat span.cat_checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -50%, 0) scale(0.00001);
  background: #00CA9F;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) transform;
}
.category_filter ul.cat_list li.single_cat.active span.cat_checkbox:before, .category_filter .filter_reset ul li.single_cat.active span.cat_checkbox:before {
  transform: translate3d(0, -50%, 0) scale(0.99999);
}
.category_filter ul.cat_list li.single_cat span.cat_name, .category_filter .filter_reset ul li.single_cat span.cat_name {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 16px;
  color: #FFFFFF !important;
  width: calc(100% - 25px);
  padding-left: 7px;
}
.category_filter ul.cat_list li.single_cat span.cat_name:first-letter, .category_filter .filter_reset ul li.single_cat span.cat_name:first-letter {
  text-transform: capitalize !important;
}
.category_filter .cat_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.category_filter .cat_title .cat_toggle {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
}
.category_filter .cat_title .cat_toggle .av-icon-char {
  font-size: 25px !important;
  line-height: 25px !important;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) scale(1.25);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #00CA9F !important;
}
.category_filter .cat_title .cat_toggle .show_filter_list {
  display: block;
}
.category_filter .cat_title .cat_toggle .hide_filter_list {
  display: none;
}
.category_filter .cat_title .cat_toggle.cat_toggle_open .hide_filter_list {
  display: block;
}
.category_filter .cat_title .cat_toggle.cat_toggle_open .show_filter_list {
  display: none;
}
.category_filter .cat_list:not([data-filter-group="type"]) {
  display: none;
}
.category_filter .filter_company_type, .category_filter .filter_field_type, .category_filter .filter_tech_type {
  padding: 15px 0;
  border-bottom: 1px solid #81819E;
}
.category_filter .filter_tech_type {
  border-bottom: none;
}
.filter_reset {
  text-align: center;
}
.filter_reset_button {
  width: auto;
  margin: 15px auto;
  background: #81819E;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 25px;
  border-radius: 200px;
  text-transform: none;
  border: none !important;
  box-shadow: none !important;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-out all;
}
.filter_reset_button:hover {
  background: #00CA9F;
}
.filter_open {
  opacity: 0;
  transition: 0.4s ease opacity;
}
.filter_closed {
  opacity: 1;
  transition: 0.4s ease opacity;
}
body.filters__open #listing-information, body.filters__open #client-listings, body.filters__open #footer-page {
  width: calc(100% - 320px);
  padding-left: 320px;
  width: 100%;
}
body.filters__open .category_filter {
  transform: translate3d(0, 0, 0);
}
body.filters__open .filter_open {
  opacity: 1;
}
body.filters__open .filter_closed {
  opacity: 0;
}
.close_category_filter {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
  margin: 10px;
  padding: 5px;
  transition: 0.3s ease transform;
}
.close_category_filter svg {
  display: block;
  width: 100%;
  height: 100%;
}
.close_category_filter:hover {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .category_filter img {
    max-width: 300px !important;
    width: 90% !important;
  }
  .close_category_filter {
    display: block !important;
  }
}
.client_card_popup {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: block;
  border: none;
  padding: 0 !important;
}
.client_card_popup .client_card_popup_inner {
  display: flex;
  flex-wrap: nowrap;
}
.client_card_popup .client_card_popup_inner .client_card_block_left {
  width: 67%;
  background: #FFFFFF;
  padding: 50px;
}
.client_card_popup .client_card_popup_inner .client_card_block_right {
  width: 33%;
  background: #FBFAF9;
  padding: 50px;
  padding-top: 270px;
  border-left: 1px solid #2A034C;
}
.client_card_popup .client_card_popup_inner .client_card_block_right h3 {
  font-size: 18px !important;
  color: rgba(129, 129, 158, 0.85) !important;
  margin-bottom: 10px !important;
  letter-spacing: 1px;
}
.client_card_popup .client_card_popup_inner .client_card_block_right p {
  margin: 0 !important;
  font-size: 16px !important;
}
.client_card_popup .client_card_popup_inner .client_card_block_right > div {
  margin-bottom: 30px;
}
.client_card_popup .client_card_popup_inner .client_card_block_right a {
  color: #000000 !important;
  text-decoration: underline !important;
  text-underline-offset: 7px;
  text-decoration-color: #7949F0 !important;
}
.client_card_popup .client_card_popup_logo {
  text-align: left;
  padding-bottom: 75px;
}
.client_card_popup .client_card_popup_logo img {
  height: auto;
  max-height: 135px;
  width: auto;
}
.client_card_popup .client_card_popup_title h2 {
  color: #2A034C !important;
  font-size: 40px !important;
}
.client_card_popup .client_card_popup_tagline {
  border-bottom: 1px solid #81819E;
  margin-bottom: 25px;
}
.client_card_popup .client_card_popup_tagline p {
  font-size: 28px !important;
  line-height: 1.15em !important;
  color: #81819E;
}
.client_card_popup .client_card_popup_highlights h3 {
  letter-spacing: 1px;
  font-size: 20px !important;
  color: #81819E !important;
}
.client_card_popup .client_card_popup_highlights ul {
  margin-left: 0 !important;
  padding: 0 0 15px 20px;
}
.client_card_popup .client_card_popup_highlights ul li {
  margin-bottom: 10px;
  list-style: outside circle;
  font-size: 16px !important;
}
.client_card_popup .client_card_popup_highlights ul li a {
  color: #7949F0 !important;
  text-decoration: underline;
}
.client_card_popup .client_card_popup_nasdaq {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.client_card_popup .client_card_popup_nasdaq .nasdaq_listing {
  margin-right: 15px;
}
.client_card_popup .client_card_popup_nasdaq a {
  font-size: 16px !important;
  color: #000000 !important;
  position: relative;
  padding-top: 10px;
  text-decoration-color: #7949F0;
}
.client_card_popup .client_card_popup_nasdaq a:hover {
  text-decoration: none !important;
}
.client_card_popup .client_card_popup_nasdaq a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2A034C;
}
ul.popup_cat_list {
  margin-left: 0;
}
ul.popup_cat_list li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 16px !important;
  color: #000000 !important;
  position: relative;
  margin-bottom: 5px;
}
ul.popup_cat_list li::marker {
  color: #00CA9F;
}
.empty_results {
  font-size: 20px;
}
.mfp-bg {
  background: none !important;
}
.mfp-container {
  background: rgba(42, 3, 76, 0.95) !important;
  -webkit-backdrop-filter: blur(12px) brightness(40%) !important;
  backdrop-filter: blur(12px) brightness(40%) !important;
  overflow-y: scroll;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  z-index: 9500 !important;
}
.client_card_popup_interview span.single-interview {
  display: block;
  margin-bottom: 0.75rem;
}
