@charset "UTF-8";
/*
Image path
Gradient color
Color
Font Size
Font Color
Font Family
button
*/
/***Image path***/
/***End image path*****/
/***Gradient color****/
/*********Color*********/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
.blue_green_gradient_text_color {
  background: linear-gradient(90deg, #0da1e2 0%, #31D48B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purple_blue_gradient_text_color {
  background: linear-gradient(90deg, #6e1fd6 0%, #0da1e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rainbow_gradient_text_color {
  background: linear-gradient(38deg, #6E1FD6 0%, #0DA1E2 42%, #31D48B 56%, #FF844F 69%, #6E1FD6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light_rainbow_gradient_text_color {
  background: linear-gradient(90deg, #2aa3dd 0%, #78C191 50%, #F3965B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*********Font Family*********/
/*********End Font Color*********/
/*****Button*****/
.clinch_primary_button {
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31D48B 100%);
  color: white !important;
  border: none;
}
.clinch_secondary_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #0da1e2, #31D48B);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.clinch_third_button {
  background: #6e1fd6;
  background: linear-gradient(90deg, #6e1fd6 0%, #ff844f 100%);
  color: white !important;
  border: none;
}
.clinch_fourth_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #6e1fd6, #ff844f);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
/****End button*****/
@font-face {
  font-family: 'gel-icon';
  src: url("../fonts/gel-icon.ttf");
  src: local("☺"), url("../fonts/gel-icon.ttf") format("truetype");
  font-display: swap;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
iframe {
  border: 0;
}
li {
  margin-bottom: 0.5em;
}
.fa,
.fas {
  font-weight: 900;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
  font-family: FontAwesome;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.page-row .page-row-container {
  position: relative;
}
.on-page-invisible-image {
  display: none;
}
/***Spacing **/
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-55 {
  margin-top: 55px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-65 {
  margin-top: 65px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-85 {
  margin-top: 85px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.m-t-95 {
  margin-top: 95px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-b-85 {
  margin-bottom: 85px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.m-b-95 {
  margin-bottom: 95px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .p-b-60 {
    padding-bottom: 30px!important;
  }
  .p-t-60 {
    padding-top: 30px!important;
  }
}
/****End spacing**/
h1,
h2,
h3,
h4 {
  color: #1d1d1d;
}
a {
  overflow-wrap: anywhere;
}
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.post-body-text h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/***Font color***/
.blue_green_gradient_text {
  background: linear-gradient(90deg, #0da1e2 0%, #31D48B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purple_blue_gradient_text {
  background: linear-gradient(90deg, #6e1fd6 0%, #0da1e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rainbow_gradient_text {
  background: linear-gradient(38deg, #6E1FD6 0%, #0DA1E2 42%, #31D48B 56%, #FF844F 69%, #6E1FD6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light_rainbow_gradient_text {
  background: linear-gradient(90deg, #2aa3dd 0%, #78C191 50%, #F3965B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/**End font color***/
/* table style */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  border: 1px solid #000;
}
th,
td {
  padding: 10px;
}
ul.check {
  list-style: none;
  padding-left: 0px;
}
ul.check li {
  text-indent: -33px;
  padding-left: 33px;
}
ul.check li:before {
  font-family: "fontAwesome";
  content: "\f00c";
  color: #31d48b;
  background-color: transparent;
  font-size: 16px;
  padding: 3px 3px;
  border-radius: 50%;
  margin-right: 10px;
}
ul.clinch_logo {
  list-style: none;
  padding-left: 0px;
}
ul.clinch_logo li {
  text-indent: -33px;
  padding-left: 33px;
}
ul.clinch_logo li:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  color: #31d48b;
  padding: 11px 0px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2022/10/clinch_c_white_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
textarea {
  width: 100%;
  outline: none;
  color: #444;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  padding: 12px 10px 12px 23px;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 4px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.5s;
}
.content_table {
  table-layout: fixed;
  overflow-wrap: break-word;
  width: 100%;
  font-size: 16px;
}
.content_table b {
  font-weight: 600;
}
.content_table td p {
  font-size: unset;
  line-height: unset;
  letter-spacing: unset;
}
@media (max-width: 750px) {
  .content_table {
    width: auto;
  }
}
.g-recaptcha {
  margin: 20px auto;
  width: max-content;
}
@media screen and (max-width: 500px) {
  .g-recaptcha > div > div {
    transform: scale(0.75);
    transform-origin: 0 0;
  }
}
/******CTA*********/
.small_cta_row .block-image-cover,
.clinch_interview .block-image-cover,
.clinch_blog .block-image-cover {
  height: 310px;
  background-size: 100% 100%;
}
.cta-block-image {
  padding: 2rem;
  border-radius: 22px;
  margin-bottom: 50px;
  box-shadow: 0px 20px 50px 0 #1818181a;
}
/*****End CTA*****/
/****Top menu***/
.srolling-menu-ul {
  display: none;
}
/*@media (min-width: 768px) and (max-width: 991px){
    .navbar-dark .navbar-nav .nav-link{
      font-size:17px
    }
  }*/
/*****End top menu****/
/***Logo**/
@media (min-width: 1025px) {
  .blue_logo {
    display: block;
  }
  .white_logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  .blue_logo {
    display: none;
  }
  .white_logo {
    display: block;
  }
}
/***End Logo**/
/***Button**/
.btn-primary,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:hover {
  border: 1px solid #0ea1e3;
  background: #0da1e2;
  background: linear-gradient(#000000, #000000), #0da1e2;
  border: 1px solid #0A7CAE;
  background: #0A7CAE;
  color: #ffffff;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 14px 29px 0px rgba(3, 36, 62, 0.13);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
}
a.button,
a.button:focus,
a.button:visited,
a.button:active,
.button,
.button:focus,
.button:visited,
.button:active {
  width: auto;
  max-width: 100%;
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
}
a.button.button1,
a.button.button1:visited,
a.button.button1:active {
  border: none;
  background: #0da1e2;
  background: linear-gradient(#000000, #000000), #0da1e2;
  background: #0A7CAE;
  color: #ffffff;
}
a.button.button1:hover,
a.button.button1:focus {
  border: none;
  color: #ffffff;
  background: #0a89c1;
}
a.button.button2,
a.button.button2:visited,
a.button.button2:active {
  border: 1px solid #0da1e2;
  background: white;
  color: #0da1e2 !important;
  border: 1px solid #0A7CAE;
  color: #0A7CAE !important;
}
a.button.button2:hover,
a.button.button2:focus {
  border-color: white;
  color: white !important;
  background: #0da1e23d;
}
a.button.button3,
a.button.button3:visited,
a.button.button3:active,
.button.button3,
.button.button3:focus,
.button.button3:visited,
.button.button3:active {
  border: 1px solid #0da1e2;
  background: #0da1e2;
  background: linear-gradient(#000000, #000000), #0da1e2;
  border: 1px solid #0A7CAE;
  background: #0A7CAE;
  color: #ffffff !important;
}
a.button.button3:hover,
a.button.button3:focus {
  border-color: transparent;
  background: #0da1e296;
}
a.button.button4,
.btn-secondary,
.btn-secondary:visited,
.btn-secondary:active {
  border-radius: 10px;
  padding: 10px 24px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31D48B 100%);
  color: white !important;
  border: none;
}
a.button.button4:hover,
a.button.button4:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  opacity: 0.7;
}
a.button.button5 {
  border-radius: 10px;
  padding: 8px 24px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffffff;
  color: #1d1d1d !important;
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #0da1e2, #31D48B);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
a.button.button5:hover,
a.button.button5:focus {
  opacity: 0.7;
}
a.button.button6 {
  border-radius: 10px;
  padding: 10px 24px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
  border: 2px solid white;
  background: transparent;
  color: white;
}
a.button.button6:hover,
a.button.button6:focus {
  background: #ffffff2e;
}
a.button.button7 {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
a.button.button7:hover {
  background-color: #0000004a;
  color: white;
  border-color: white;
}
a.button.button8 {
  background-color: white;
  color: #1d1d1d;
  border: none;
}
a.button.button8:hover {
  opacity: 0.7;
  border: none;
}
a.button.button9 {
  background-color: white;
  color: #1d1d1d;
  border: none;
}
a.button.button9:hover {
  opacity: 0.7;
  border: none;
}
a.button.dark_theme_button {
  background: transparent;
  color: #9EADFF;
  border: 1px solid #9EADFF;
}
a.button.dark_theme_button:hover {
  background-color: #0000004a;
  color: #9EADFF;
  border-color: #9EADFF;
}
.banner-btns {
  display: flex;
  align-items: flex-end;
}
.btn {
  text-transform: unset;
}
a.button {
  text-transform: unset;
  text-decoration: none;
}
a.bold_link:hover {
  text-decoration: none;
}
/**Select**/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.form-template-field-dropdown {
  position: relative;
}
.form-template-field-dropdown::after {
  content: '\f0d7';
  background-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  border-left: 1px solid #dbe0ec;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  pointer-events: none;
  right: 0;
  top: 47px;
  height: 30px;
  line-height: 35px;
  width: 43px;
  color: #000;
}
.landing_form .form-template-field-dropdown::after {
  top: 3px;
}
@media (max-width: 450px) {
  .landing_form .form-template-field-dropdown::after {
    top: 13px;
  }
}
/**End Select**/
/***Multiselect***/
.multiselect-btn,
.multiselect-container {
  padding: 12px 10px 12px 23px;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 4px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 7px auto;
  width: 100%;
  background-color: white;
  text-align: left;
}
.multiselect-selected-text {
  font-size: 16px;
}
.multiselect-container > li > a > label {
  font-weight: 700;
  color: #1d262d;
}
.multiselect-container .active {
  background-color: #0da1e2;
}
.multiselect-container > li.active > a > label {
  color: white;
}
.multistepform .btn-group.show {
  display: block;
}
.multistepform .dropdown-menu.show {
  position: relative !important ;
  top: -30px !important;
  top: 9px !important;
  transform: none !important;
  will-change: unset !important;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  display: none;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: none;
}
/***End multiselect***/
/***Fancy popup***/
.pfah-wrapper {
  box-shadow: none;
  padding: 0px;
}
.pfah-done {
  position: unset;
  padding: 0px;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-auto;
  cursor: auto;
}
.fancy_popup {
  padding: 2rem;
  max-width: 530px;
  width: 90%;
  height: fit-content;
  border-radius: 19px;
}
.fancy_popup .form-template-field-dropdown::after {
  top: 5px;
}
.fancy_popup .contact-form form {
  display: block;
}
.fancy_popup .form-field {
  position: relative;
}
.fancy_popup form input,
.fancy_popup form select {
  padding: 12px 10px 12px 23px;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 4px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.5s;
  margin: 7px auto;
  width: 100%;
}
.fancy_popup *::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.fancy_popup *::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.fancy_popup *:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.fancy_popup *:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.fancy_popup p.pd-checkbox .field-label {
  padding-left: 24px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 600;
  line-height: 23px;
  vertical-align: middle;
  color: #1d1d1d;
  font-family: "proxima-nova", sans-serif;
}
.fancy_popup form.form p.required label,
.fancy_popup form.form span.required label {
  background: none;
}
.fancy_popup form.form p.pd-checkbox label.field-label {
  display: block;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding-left: 26px;
}
.fancy_popup p.pd-checkbox .value {
  position: absolute;
  top: 0;
  left: 0;
}
.fancy_popup p.pd-checkbox input[type="checkbox"] {
  margin: 7px auto;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 5px;
  left: 0;
  display: block;
  -webkit-appearance: checkbox;
  opacity: 1;
}
.fancy_popup .submit {
  text-align: center;
}
.fancy_popup .submit input[type="submit"] {
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 14px 29px 0px #03243e21;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
  width: auto;
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31D48B 100%);
  color: white !important;
  border: none;
}
/***End Fancy popup***/
/***WP Popup***/
.spu-container .fancy_popup {
  padding: 0rem;
  max-width: unset;
  width: auto;
}
.spu-position-bottom-right {
  /*display: none !important;*/
}
/***End WP Popup***/
/*** Exit CTA popup***/
#exit_cta_form.fancy_popup {
  max-width: 1040px;
  padding: 4rem 2.5rem;
  background: #6e1fd6;
  background: linear-gradient(115deg, #6e1fd6 20%, #ff844f 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#exit_cta_form.fancy_popup .contact-form {
  /*padding: 2rem 0rem;*/
}
#exit_cta_form .cta_exit_image {
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
}
#exit_cta_form.fancy_popup ul {
  /*max-width: 470px;*/
  margin: auto;
  margin-top: 25px;
  margin-bottom: 40px;
}
#exit_cta_form.fancy_popup ul li {
  text-indent: -30px;
  padding-left: 33px;
  color: white;
}
#exit_cta_form.fancy_popup ul.check li:before {
  font-size: 20px;
  color: white;
}
#exit_cta_form.fancy_popup a.button.button7 {
  outline: none;
  width: 100%;
  text-align: center;
}
#exit_cta_form.fancy_popup a.button.button7:focus {
  /*background-color: transparent;*/
}
@media screen and (max-width: 1140px) {
  #exit_cta_form .left_exit_popup {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #exit_cta_form .exit_cta_button_wrapper {
    text-align: center;
  }
  #exit_cta_form.fancy_popup ul li {
    font-size: 25px;
  }
  #exit_cta_form .cta_exit_image {
    opacity: 28%;
    width: auto;
  }
}
/*@media screen and (max-width: 530px){
  #exit_cta_form.fancy_popup h2.title{
  font-size: 55px;
  }
  #exit_cta_form.fancy_popup ul{
    font-size: 25px;
  }
}*/
/***End Exit CTA popup***/
/***Social CTA*******/
.social_cta_block:not(.social_cta_just_image) .social_cta {
  background: linear-gradient(146deg, #6E1FD6 0%, #20144F 100%);
  background-repeat: no-repeat;
  border-radius: 1rem;
  /* padding: 3rem 40px; */
  box-shadow: 0px 20px 50px 0 #1818184a;
  margin: auto;
  background-size: cover;
  background-position: center right;
  overflow: hidden;
}
.social_cta_block:not(.social_cta_just_image) .social_cta .left_exit_popup {
  padding: 4rem 4rem;
}
.social_cta_block:not(.social_cta_just_image) .social_cta .social_cta_right {
  background-repeat: no-repeat;
  background-size: 122%;
  background-position: 0rem 58px;
}
.social_cta_block:not(.social_cta_just_image) .social_cta .button8 {
  color: #6E1FD6;
}
.social_cta_block .social_cta h2,
.social_cta_block .social_cta p {
  color: white;
  text-align: left;
  margin-bottom: 2rem;
}
.social_cta_block.social_cta_just_image .social_cta {
  padding: 0px;
  background: transparent;
  text-align: center;
}
.social_cta_block.social_cta_just_image .social_cta img {
  border-radius: 1rem;
  max-height: 390px;
}
/*****End social cta***/
/*****Container*******/
@media screen and (max-width: 767px) and (min-width: 0) {
  .container {
    max-width: unset;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 48rem) {
  .container {
    max-width: unset;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 84.875rem) {
  .container {
    max-width: 76.875rem;
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
/*****End Container*******/
/***Two Column Content block mobile***/
@media screen and (max-width: 991px) {
  .page-rows div.two_column_content_blocks:nth-child(2n) .row {
    flex-flow: column-reverse;
  }
  .page-rows div.two_column_content_blocks .row .col-lg-6 .block-image {
    margin-top: 40px;
  }
  .iphone-screen .block-image-cover {
    height: 400px;
  }
  .iphone-screen .block-image-cover {
    background-size: contain;
  }
}
/***End Two Column Content block mobile***/
/******Footer****/
footer {
  background: #142c52;
  background: white;
  padding: 52px 0 45px;
  clear: both;
  color: #1D1D1D;
  border-top: 1px solid #ebeaeb;
  padding-bottom: 0px;
}
footer .logo_small_text p {
  margin-top: 5px;
  padding-right: 0px;
}
footer .screen-reader-text,
.landing_footer .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.footer-list {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-list ul,
.footer-list ol {
  font-size: 18px;
  line-height: 1.25em;
  color: #000;
  margin: 0 0 20px 0;
  padding-left: 20px;
  list-style: none;
}
.footer-blog-side {
  justify-content: start;
}
footer .footer-list h3,
footer .footer-list h3 a {
  font-size: 20px;
  color: #1D1D1D;
  padding-left: 20px;
  text-transform: initial;
  font-weight: 700;
}
footer .footer-list li a {
  cursor: pointer;
  color: #1D1D1D;
  text-transform: initial;
  text-decoration: none;
}
footer .bottom-side-links p a {
  text-decoration: none;
}
.footer-blog-side ul {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
footer .footer-list li {
  display: block;
  vertical-align: top;
  font-size: 15px;
  letter-spacing: 0.4px;
  position: relative;
  margin: 0 0 20px 0;
  margin-bottom: 13px;
  padding-left: 20px;
}
footer .footer-list > ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1D1D1D;
}
footer .footer-list li.no_bullet::before {
  background: none;
}
footer .footer-list li.no_bullet,
footer .footer-list li.no_bullet h3 a,
footer .footer-list li.no_bullet h3 {
  padding-left: 0px;
}
footer .footer_readmore_blog {
  font-weight: 700;
}
footer .bottom-side-links {
  align-self: center;
}
footer .bottom-side-links p {
  font-size: 15px;
  float: right;
  margin: 0px 1rem;
}
footer .bottom-side-links p a {
  color: #1D1D1D;
}
footer .footer-list ul li h3 a.footer_contact_button {
  border: 1px solid #31D48B;
  background: #31D48B;
  color: #1d1d1d;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
}
footer ul li.footer_contact_button_li {
  margin-bottom: 2rem;
}
footer .footer-list ul li h3 a.footer_contact_button:hover {
  border: 1px solid #31d48bba;
  background: #31d48bba;
}
.bottom-side-links .fa-social a {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  padding: 5px;
}
.bottom-side-links .fa-social,
.landing_footer .fa-social {
  font-size: 15px;
  color: #1D1D1D;
  height: 25px;
  width: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  margin: auto 0.3rem;
  cursor: pointer;
  border: 1px solid #1D1D1D;
  /*  -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
}
.landing_footer .fa-social {
  color: white;
  border: 1px solid  white;
}
.landing_footer .fa:hover {
  background: white;
  color: #0da1e2;
  transform: scale(1.5);
}
footer .bottom-side-links .first_social_icon {
  /*margin-right: 1rem;*/
}
.bottom-side-links .fa:hover {
  background: white;
  color: #1D1D1D;
  transform: scale(1.5);
}
.social-listing-li {
  margin-bottom: 0px;
}
.footer_main_row {
  margin-bottom: 1rem;
}
.footer_bottom_row {
  padding-top: 2rem;
  border-top: 0.5px solid #1D1D1D;
  padding-bottom: 1rem;
}
footer .site-info {
  font-size: 12px;
  margin-top: 9px;
}
@media (max-width: 1440px) {
  footer .wrap-inner {
    max-width: 1153px;
  }
}
@media (max-width: 767px) {
  footer .footer_bottom_list {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
  }
  footer .footer_bottom_list p {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 390px) {
  footer .bottom-side-links p {
    margin: 4px 0.5rem;
  }
}
@media (max-width: 360px) {
  footer .bottom-side-links p {
    margin: 4px 0.4rem;
  }
}
@media (max-width: 320px) {
  footer .bottom-side-links p {
    margin: 4px 0.9px;
  }
  footer .bottom-side-links .first_social_icon {
    margin-right: 0.3rem;
  }
}
/******End footer*****/
/***Social share bar***/
body:not(.blogpost) .a2a_floating_style {
  display: none;
}
.addtoany_content {
  display: none !important;
}
.a2a_label {
  display: none;
}
.a2a_floating_style a {
  padding: 15px 4px !important;
}
@media (max-width: 1658px) {
  .a2a_floating_style {
    left: 210px!important;
  }
}
@media (max-width: 1530px) {
  .a2a_floating_style {
    left: 150px!important;
  }
}
@media (min-width: 1100px) and (max-width: 1450px) {
  .a2a_floating_style {
    left: 120px!important;
  }
}
@media (min-width: 1100px) and (max-width: 1420px) {
  .a2a_floating_style {
    left: 90px!important;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .a2a_floating_style {
    left: 50px!important;
  }
}
@media (min-width: 1100px) and (max-width: 1216px) {
  .a2a_floating_style {
    left: 20px!important;
  }
}
@media (min-width: 1100px) and (max-width: 1145px) {
  .a2a_floating_style {
    left: 10px!important;
  }
}
@media (max-width: 1099px) {
  .a2a_floating_style {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ebeaeb;
    border-radius: 0px !important;
    left: 0px!important;
  }
  .a2a_floating_style a {
    padding: 4px 20px !important;
  }
}
/***End social share bar***/
/****INdividual blog****/
.clinch_blog .blog_content_row,
.clinch_interview .blog_content_row {
  max-width: 990px;
  margin: auto;
}
/****End Individual blog***/
/***Scorlling indication**/
.progress-container {
  width: 100%;
  height: 8px;
  background: transparent;
}
.progress-container {
  /*position: fixed;
  right: 0;
  left: 0;
  top: 84px;
  z-index: 1030;*/
}
.progress-bar {
  height: 8px;
  background: #0A7CAE;
  width: 0%;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .progress-container {
    top: 68px;
  }
}
/***End scrolling indication**/
/**Assistive text***/
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
.assistive-text:focus {
  position: inherit !important;
}
/**End Assistive text***/
/***Thank you webinar**/
.thankyou-webinar .add_event_list {
  text-align: center;
}
.thankyou-webinar a:after {
  content: none;
}
.thankyou-webinar .add_event_list img {
  max-width: 80px;
}
/*****End thank you webinar****/
/********Carousel*******/
.owl-nav > div {
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.owl-dots {
  text-align: center;
  margin-top: 2rem;
}
.owl-dot {
  background-color: transparent;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin: 0px 10px 0px -2px;
  border: 1px solid #1D1D1D;
  display: inline-block;
}
.owl-dot.active {
  background-color: #0A7CAE;
  border-color: #0A7CAE;
}
/*********End carousel******/
/*******Two column block****/
.two_column_content_blocks .col-lg-6:not(.text_content_column) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.two_column_content_blocks .two_col_icon_heading_content {
  padding-left: 47px;
}
.two_column_content_blocks .icon_heading strong {
  display: flex;
  align-items: flex-end;
}
.two_column_content_blocks .icon_heading .gel-icon {
  align-self: center;
  font-size: 1.75rem;
  padding-top: 6px;
}
.two_column_content_blocks .icon_heading .icon_heading_text {
  padding-left: 20px;
}
/*******End Two column block****/
/****Post box***/
.post-box {
  margin-bottom: 30px;
}
.post-box .post-box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-box .post-box-content {
  box-shadow: 0px 20px 50px 0 #1818181a;
  height: 100%;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  background: #fff;
  max-width: 350px;
  margin: auto;
  border-radius: 10px;
}
.post-box-content:hover {
  transform: scale(1.014);
  cursor: pointer;
}
.post-box .post-box-content .post-imgbox {
  position: relative;
}
.post-box .post-box-content .post-imgbox .ratio-img {
  padding-bottom: 50%;
  padding-bottom: 254px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.post-box .post-box-content .post-imgbox .ratio-img img {
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  height: 100%;
  object-fit: cover;
}
.post-box .post-box-content .post-imgbox .ratio-img img[alt='PathMotion rebrands as Clinch Employee Connections'] {
  object-fit: fill;
}
.post-box .post-box-content .post-imgbox .ratio-img img[alt='Clinch partners with Hiretual for faster, smarter AI hiring solutions'] {
  object-fit: contain;
  object-position: top;
}
.post-box.Ebook .post-box-content .post-imgbox .ratio-img img {
  object-fit: contain;
  padding-top: 20px;
}
.ratio-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.post-box .post-box-content .post-imgbox .category-label {
  background: #0da1e2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  padding: 11px 17px;
  color: #FFF;
  position: absolute;
  bottom: -18px;
  min-width: 100px;
  font-weight: 700;
}
.post-box .post-box-content .post-detail {
  padding: 2rem 25px 2rem;
  margin-bottom: auto;
}
.post-box .post-box-content .post-detail .title {
  margin-bottom: 0rem;
  font-size: 20px;
  line-height: 30px;
}
.post-box .post-box-content .post-detail .title a {
  color: #000;
}
.post-box .post-box-content .post-link {
  padding: 0rem 25px 1rem;
  margin-bottom: 1rem;
}
.read-more {
  color: #1d1d1d;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog_panel_left .block-image {
    height: 300px;
  }
  .blog_panel_right {
    margin-top: 2rem;
    margin-left: 0rem;
  }
}
/****End Post box***/
/***Newsletter CTA post box***/
.cta-post-box .post-detail {
  margin-top: auto;
}
.cta-post-box .post-detail .newsletter_cta_envelope i {
  font-size: 35px;
  background-color: #31D48B;
  color: #1d1d1d;
  padding: 10px 13px;
  border-radius: 10px;
  box-shadow: 0px 4px 7px 0 #31d48b8a;
}
.cta-post-box .post-detail .title {
  margin: 35px 0px;
}
.cta-post-box .post-detail p {
  margin-top: 30px;
}
.cta-post-box .post-link {
  text-align: center;
}
.cta-post-box .post-link .button {
  width: 90%;
  text-align: center;
  box-shadow: 0px 4px 7px 0 #31d48b8a;
}
/***End Newsletter CTA post box***/
/*******gradient border box***/
.gradient_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background-image: url(/wp-content/uploads/2021/11/clinch_gradient_background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 5px;
}
.gradient_blue_purple_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #0da1e2 0%, #6e1fd6 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_purple_blue_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #6e1fd6 0%, #0da1e2 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_blue_green_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #0da1e2 0%, #31D48B 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_green_blue_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #31D48B 0%, #0da1e2 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_purple_orange_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #6e1fd6 0%, #ff844f 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_light_rainbow_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #2aa3dd 0%, #78C191 50%, #F3965B 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_rainbow_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(38deg, #6E1FD6 0%, #0DA1E2 42%, #31D48B 56%, #FF844F 69%, #6E1FD6 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_border_backgrund {
  width: 100%;
  background-color: white;
  margin: auto;
  padding: 2rem 30px;
  border-radius: 10px;
}
/*******End gradient border box***/
/*********Customer quotes carousel*****/
.customer_quote_photo {
  height: 0px;
  position: relative;
  top: -5rem;
}
.customer_quote_photo img {
  width: auto !important;
  max-height: 135px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #60c1e7;
}
.customer_quote_card {
  padding: 4px;
  box-shadow: 0px 2px 10px 1px #0000001a;
  margin-top: 6px;
  margin-top: 1rem;
  /* padding-top: 0rem; */
  height: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  border-radius: 10px;
  /* background-image: none; */
  background-color: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
}
.customer_quote_card .customer_quote_content {
  background-color: white;
  margin: 0px auto;
  padding: 2rem 30px;
  border-radius: 10px;
  padding: 45px 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.customer_quote_card p {
  color: white;
  color: #1d1d1d;
}
.customer_quote_card .customer_quote_top {
  /*display: flex;*/
  /*margin-bottom: 20px;*/
}
.customer_quote_card .customer_quote_top p {
  font-size: 17px;
  margin-bottom: 0px;
}
.customer_quote_card .customer_quote_bottom .customer_quote_detail .customer_quote_name {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}
.customer_quote_card .customer_quote_title {
  font-size: 13px;
  margin-bottom: 0px;
}
.customer_quotes-slider {
  /*width: 93%;*/
  margin: auto;
  position: relative;
  margin-top: 35px;
  /*.owl-item.active{
    .customer_quote_top{
      animation:slideInDown ease 1s both;
    }
  }*/
}
.customer_quotes-slider .owl-stage {
  display: flex;
}
.customer_quotes-slider .item {
  height: 95%;
  padding-top: 5rem;
}
.customer_quotes-slider .owl-nav {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: unset;
  left: -6%;
  margin-top: 20px;
}
.customer_quotes-slider .owl-nav .fa {
  font-size: 3rem;
}
.customer_quotes-slider .owl-nav .owl-next {
  position: relative;
  right: -5rem;
}
.customer_quotes-slider .owl-dots {
  margin-top: 30px;
}
.customer_quotes-slider.owl-drag .owl-item {
  /*animation-duration:1s;*/
}
.customer_quotes-slider .owl-item.center .customer_quote_card {
  height: auto;
}
.customer_quotes-slider .owl-item.center .customer_quote_card .customer_quote_content {
  padding-top: 40px;
}
@media (min-width: 991px) {
  .customer_quotes-slider.owl-carousel .owl-stage-outer {
    overflow-y: visible;
    overflow-x: clip;
  }
  .customer_quotes-slider .owl-item {
    transform: scale(0.8);
    transition: transform 0.2s ease-in-out;
  }
  .customer_quotes-slider .owl-item.center {
    transform: scale(1.5) translateZ(0) perspective(1px) !important;
    z-index: 99;
  }
  .customer_quotes-slider .owl-nav {
    margin-top: 8rem;
  }
}
@media (max-width: 991px) {
  .customer_quote_card .customer_quote_bottom .customer_quote_detail .customer_quote_detail {
    align-self: center;
  }
  .customer_quote_card {
    height: auto;
  }
}
/*********End Customer quotes carousel*****/
/*****Typing string***/
#cursor,
.quote_cursor {
  animation: 1s blinker linear infinite;
  -webkit-animation: 1s blinker linear infinite;
  -moz-animation: 1s blinker linear infinite;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***End typing string***/
/*****On demand webinar***/
.ondemand_form_container {
  max-width: 500px;
  margin: auto;
}
.ondemand_form_container .pfah-wrapper {
  box-shadow: 0 0px 6px 0 #00000029;
  padding: 2rem;
}
.ondemand_form_container .pfah-wrapper h2 {
  text-align: center;
}
.ondemand_form_container + .ball_loading {
  top: -24rem;
}
.ondemand_form_container .form-template-field-dropdown::after {
  top: 5px;
}
.ondemand_form_container input.form-control {
  font-size: 1rem;
}
.ondemand_form_container .clinch_blog label {
  font-size: 15px;
}
.ondemand_form_container *::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.ondemand_form_container *::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.ondemand_form_container *:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.ondemand_form_container *:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.ondemand_form_container select {
  color: #1d1d1d;
  font-weight: 500;
}
.ondemand_form_container .fancy_popup.form {
  width: 100%;
  padding: 0px;
  max-width: unset;
}
/****End onr demand webinar***/
/***Full_bottom_CTA***/
.full_bottom_cta {
  padding: 2rem 0px 5rem;
  margin-top: 5rem;
  /*min-height: 750px;*/
  /*position: relative;*/
  background-color: #f5f8fa;
}
.full_bottom_cta .full_bottom_cta_text_section .full_bottom_cta_text_wrapper {
  padding-top: 6rem;
}
.full_bottom_cta .full_bottom_cta_text_section .full_bottom_cta_text_wrapper h2 {
  font-size: 38px;
  margin-bottom: 40px;
}
.full_bottom_cta .full_bottom_cta_text_section .full_bottom_cta_button_wrapper a.button:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 20px;
}
.full_bottom_cta .bottom_cta_image {
  top: 5rem;
  right: 0px;
  width: 50%;
  /*height: 113%;*/
  height: 100%;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: cover;';
  position: absolute;
}
@media (max-width: 991px) {
  .full_bottom_cta .bottom_cta_image {
    opacity: 24%;
    /*height: 80%;*/
  }
}
@media (max-width: 767px) {
  .full_bottom_cta .container {
    overflow-x: hidden;
  }
  .full_bottom_cta .bottom_cta_image {
    opacity: 24%;
    width: 100%;
    height: 100%;
    right: -53%;
    overflow: hidden;
    padding-top: 5rem;
    top: unset;
    object-position: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .full_bottom_cta {
    /*min-height: 620px;*/
  }
}
/***End Full_bottom_CTA***/
/****Testimonial 2022***/
.testimonial_container {
  max-width: 1160px;
}
.testimonial_container .row {
  justify-content: center;
}
.testimonial_container .row .testimonial_headshot_container {
  z-index: 99;
  max-width: 30%;
}
@media screen and (max-width: 991px) {
  .testimonial_container .row .testimonial_headshot_container {
    display: none;
  }
}
.testimonial_container .row .testimonial_headshot_container img {
  height: auto;
  max-width: 250px;
}
.testimonial_container .row .testimonial_headshot_container img[alt='Testimonial_klook_headshot'] {
  max-width: 285px;
}
@media screen and (max-width: 1160px) {
  .testimonial_container .row .testimonial_headshot_container img[alt='Testimonial_klook_headshot'] {
    max-width: 315px;
  }
}
.testimonial_container .row .testimonial_headshot_container img[alt='Bill_Malcolm_Testimonial_Clinch'] {
  max-width: 240px;
}
.testimonial_container .row .testimonial_headshot_container img[alt='Lien_Chu_Testimonial Profile'] {
  max-width: 285px;
}
.testimonial_container .row .testimonial_headshot_container img[alt='Jessica_Rose_Testimonial_Profile'] {
  max-width: 277px;
}
.testimonial_container .row .testimonial_message_container {
  display: flex;
  position: relative;
  left: -3rem;
  max-width: 70%;
}
@media screen and (max-width: 991px) {
  .testimonial_container .row .testimonial_message_container {
    max-width: unset;
    left: 0rem;
  }
}
.testimonial_container .row .testimonial_message_container .testimonial_message {
  margin: auto;
  background-color: #f4faf9;
  border-radius: 0px 20px 20px 0px;
  padding: 1rem 2rem 1rem 6rem;
}
@media screen and (max-width: 991px) {
  .testimonial_container .row .testimonial_message_container .testimonial_message {
    border-radius: 20px 20px 20px 20px;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial_container .row .testimonial_message_container .testimonial_message {
    padding: 4rem 2rem;
  }
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_quote i {
  position: absolute;
  left: 5rem;
  color: white;
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_quote i {
    left: 1rem;
  }
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_quote p {
  position: relative;
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom {
    display: block;
  }
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom p {
  padding-right: 20px;
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom img {
  width: auto;
  max-height: 70px;
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom img[alt='klook_logo'] {
  max-height: 31px;
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom img[alt='healthcare_organization'] {
  max-height: 50px;
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom img[alt='bank_of_ireland'] {
  height: auto;
  max-height: unset;
  max-width: 165px;
}
/****End Testimonial 2022***/
/*******Captcha*******/
.grecaptcha-badge {
  visibility: hidden;
  display: none;
}
form p.google_captcha_privacy {
  font-size: 9px;
  color: #b7aaaa;
  margin-bottom: 20px;
}
form p.google_captcha_privacy a {
  font-size: 9px;
  color: #b7aaaa;
  text-decoration: underline;
}
form .g-recaptcha {
  margin: 0px auto;
}
/*******End Captcha*******/
/******Author box******/
.author-box-block {
  margin-top: 2rem;
}
.author-box-block h2 {
  font-size: 30px;
}
.author-box-block .author-bio-section {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .author-box-block .author-bio-section {
    display: block;
  }
}
.author-box-block .author-bio-section .author-designation {
  font-weight: 600;
}
.author-box-block .author-bio-section .author-bio {
  font-size: 16px;
}
.author-box-block .author-bio-section .author-pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 180px;
  max-width: 180px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .author-box-block .author-bio-section .author-pic {
    margin-bottom: 2rem;
  }
}
.author-box-block .author-bio-section .author-pic img {
  border-radius: 100%;
  height: auto;
  border: 3px solid #0da1e2;
  width: 170px;
  height: 170px;
}
/******End Author box******/
/****Search bar***/
.navbar-nav > .homepage-search-panel {
  /*display: inline-block;
    vertical-align: middle;*/
  margin-top: 11px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  /*background-color: #d4d7de;*/
}
.homepage-search-panel input {
  background: url(/wp-content/themes/clinch/assets/img/search_icon.svg) no-repeat 17px center;
  /*background-position: 29px center;*/
  padding: 5px 0px 5px 56px;
  border: none;
  margin: 4px auto 5px auto;
  background-color: #d4d7de;
  background-size: 44px 18px;
}
#site_search_form input[type=search] {
  background: #ededed url(/wp-content/themes/clinch/assets/img/search_icon.svg) no-repeat 0px center;
  padding: 9px 35px 9px 32px;
  width: 30px;
  -moz-border-radius: 10em;
  transition: all 0.5s;
  background-color: transparent;
  background-size: 44px 18px;
}
#site_search_form input[type=search]:focus {
  background-color: #fff;
  border-color: #9ab1c3;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}
#site_search_form input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#site_search_form input[type=search]:focus {
  width: 300px;
  padding-left: 40px;
  color: #1D1D1D;
  background-color: #fff;
  cursor: auto;
}
#menu-topbar-menu li:nth-child(1) {
  margin-left: 0px;
}
.homepage-search-panel input::placeholder {
  font-size: 14px;
  font-weight: normal;
}
.homepage-search-panel input:hover {
  box-shadow: none;
}
.searchwp-live-search-result:hover,
.searchwp-live-search-result:focus {
  background-color: #429eecfa;
}
.searchwp-live-search-result--focused {
  background: #429eecfa !important;
}
.searchwp-live-search-result a {
  color: #1D1D1D;
}
.searchwp-live-search-result:hover a,
.searchwp-live-search-result:focus a {
  color: white;
}
.searchwp-live-search-result a:hover,
.searchwp-live-search-result a:focus {
  color: white;
}
.live_search_show_all_result {
  text-align: center;
  border-radius: 10px;
  padding: 2px 10px;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  margin-bottom: 0px;
}
.live_search_show_all_result a {
  color: white;
}
.menu-topbar-menu-container {
  display: inline-block;
}
@media (min-width: 1366px) {
  .searchwp-live-search-results-showing {
    width: 400px !important;
  }
}
@media screen and (max-width: 1175px) {
  .homepage-search-panel {
    display: none;
  }
}
/***End search bar***/
/***Search result***/
.search-results,
.search-no-results {
  /******Pagination***/
  /******End Pagination***/
}
.search-results img,
.search-no-results img {
  height: auto;
}
.search-results .search_banner,
.search-no-results .search_banner {
  margin-bottom: 3rem;
  background-color: #0da1e2;
}
.search-results .search_banner .inner-banner,
.search-no-results .search_banner .inner-banner {
  background-color: #0da1e2;
  padding: 60px;
  margin: auto;
  text-align: center;
}
.search-results .search_banner .inner-banner h1,
.search-no-results .search_banner .inner-banner h1 {
  color: white;
}
.search-results .pagination-blk,
.search-no-results .pagination-blk {
  margin-top: 2rem;
}
.search-results .pagination-blk .pagination,
.search-no-results .pagination-blk .pagination {
  align-items: center;
  justify-content: center;
}
.search-results .pagination,
.search-no-results .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}
.search-results .pagination-blk .pagination .page-item,
.search-no-results .pagination-blk .pagination .page-item {
  padding-left: 0px;
}
.search-results .disabled,
.search-no-results .disabled {
  cursor: default;
  color: #9eb0c0;
  pointer-events: none;
}
.search-results .pagination-blk .pagination .page-item .page-link,
.search-no-results .pagination-blk .pagination .page-item .page-link {
  padding: 10px 20px;
}
@media (max-width: 550px) {
  .search-results .pagination-blk .pagination .page-item .page-link,
  .search-no-results .pagination-blk .pagination .page-item .page-link {
    padding: 10px;
  }
}
.search-results .page-item.active .page-link,
.search-no-results .page-item.active .page-link {
  z-index: 1;
  color: #1d262d;
  background-color: #d6dde4;
  border-color: #bac6d2;
}
.search-results .page-item.disabled .page-link,
.search-no-results .page-item.disabled .page-link {
  color: #9eb0c0;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #9eb0c0;
}
.search-results .page-item:first-child .page-link,
.search-no-results .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.search-results .page-link:not(:disabled):not(.disabled),
.search-no-results .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.search-results .page-link,
.search-no-results .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1d262d;
  background-color: #fff;
  border: 1px solid #bac6d2;
}
.search-results a.page-link,
.search-no-results a.page-link {
  color: #1d262d;
}
.search-results .page-link:hover,
.search-no-results .page-link:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: #0da1e2;
  border-color: #bac6d2;
}
.search-results .pagination > .active > a,
.search-no-results .pagination > .active > a,
.search-results .pagination > .active > a:focus,
.search-no-results .pagination > .active > a:focus,
.search-results .pagination > .active > a:hover,
.search-no-results .pagination > .active > a:hover,
.search-results .pagination > .active > span,
.search-no-results .pagination > .active > span,
.search-results .pagination > .active > span:focus,
.search-no-results .pagination > .active > span:focus,
.search-results .pagination > .active > span:hover,
.search-no-results .pagination > .active > span:hover {
  border-color: #bac6d2;
  background-color: #d6dde4;
}
.search_item_wrap {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #142c52;
  width: 100%;
}
.search_item_wrap p {
  word-break: break-word;
}
.search_item_wrap:hover,
.search_item_wrap:focus {
  background-color: #2a95e052;
}
.search_item_row {
  display: flex;
}
.search_item_info {
  flex: 0 0 85%;
}
.search_item_title {
  margin-bottom: 0.5rem;
}
.search_item_title h2 {
  font-size: 25px;
  color: #0da1e2;
}
.search_item_thumbnail {
  /*width: 25rem;*/
  margin: 1rem;
  flex: 0 0 10%;
}
.search_post_type p {
  font-size: 18px;
  color: grey;
  padding-left: 0.5rem;
  font-variant: all-small-caps;
}
.search_excerpt {
  color: #1D1D1D;
}
.search_result_pagination {
  margin-top: 3rem;
}
@media (max-width: 823px) {
  .search_item_thumbnail {
    flex: 0 0 15%;
  }
  .search_item_info {
    flex: 0 0 80%;
  }
}
@media (max-width: 736px) {
  .search_banner .inner-banner .banner-desc {
    padding: 25px 15px 0px;
  }
  .search_item_thumbnail {
    display: none;
  }
  .search_item_title h2 {
    font-size: 23px;
    line-height: 2rem;
  }
  .search_item_row {
    display: block;
  }
}
@media (max-width: 380px) {
  .search-header h1 {
    font-size: 29px;
  }
}
/**End search result**/
/****Partner referral form checkbox***/
.partner_referral_form .pd-checkbox .value input[type='checkbox'] {
  width: auto;
}
.partner_referral_form .pd-checkbox .value label {
  margin-left: 20px;
  width: auto;
}
.partner_referral_form .submit {
  text-align: center;
  margin: 20px auto 40px;
}
.partner_referral_form .submit input[type="submit"] {
  background: #31D48B;
  border: solid 1px #31D48B;
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 14px 29px 0px #03243e21;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
  color: #1d1d1d;
  width: auto;
}
.partner_referral_form .multiselect-btn {
  border: 2px solid #1d1d1d;
  background-color: white;
  border-radius: 0.375rem;
  color: #1d262d;
  padding: 10px 1rem;
  width: 100%;
}
.partner_referral_form .multiselect-selected-text {
  font-size: 20px;
  font-weight: 400;
}
/****End Partner referral form checkbox***/
/******Cookies popup********/
.cky-revisit-bottom-left {
  bottom: 15px;
  left: 15px;
}
.cky-btn-revisit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0056a7;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  z-index: 999999;
  cursor: pointer;
}
.cky-btn-revisit-wrapper .cky-btn-revisit {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
}
button.cky-accordion-btn:not(:hover):not(:active),
button.cky-banner-btn-close:not(:hover):not(:active),
button.cky-btn-revisit:not(:hover):not(:active),
button.cky-btn-close:not(:hover):not(:active) {
  background: transparent;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  max-width: fit-content;
  margin: 0;
  height: 36px;
  width: 36px;
}
.cky-modal .cky-preference-center .cky-footer-wrapper div[data-cky-tag='detail-powered-by'] {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  background: #0DA1E2 !important;
  width: 30px !important;
  height: 30px !important;
  display: none;
  opacity: 0.7;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: auto !important;
  width: 15px !important;
  margin-bottom: 5px !important;
}
/******End Cookies popup*******/
/****Country option***/
@media (min-width: 768px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.country_option_div {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}
.country_option_div .country_item a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 800;
}
.country_option_div .current_country a {
  color: #31d48b;
}
/***End country option***/
/*Clinch icon bullet list*/
ul.clinch_list {
  padding-left: 0px;
}
ul.clinch_list li {
  background: url("/eu/wp-content/uploads/2023/05/clinch_icon_list_point.png") no-repeat left;
  background-position-y: 7px;
  background-size: 3rem;
  padding-left: 70px;
  font-size: 18px;
  list-style: none;
  margin-bottom: 2rem;
}
/*End Clinch icon bullet list*/
/*******Clinch G2 Rating star******/
.rating {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rating__item {
  font-size: 24px;
  display: block;
  font-family: FontAwesome;
  color: #f5492d;
}
.rating[data-rating="5.5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="4.5"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="4"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="3.5"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="3"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="2.5"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="2"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="1.5"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="1"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="0.5"] .rating__item:nth-child(-n+0):after,
.rating[data-rating="0"] .rating__item:nth-child(-n+0):after {
  content: "\f005";
}
.rating[data-rating="5.5"] .rating__item:nth-child(6):after,
.rating[data-rating="4.5"] .rating__item:nth-child(5):after,
.rating[data-rating="3.5"] .rating__item:nth-child(4):after,
.rating[data-rating="2.5"] .rating__item:nth-child(3):after,
.rating[data-rating="1.5"] .rating__item:nth-child(2):after,
.rating[data-rating="0.5"] .rating__item:nth-child(1):after {
  content: "\f123";
}
.rating__item::after {
  content: '\f006 ';
}
/*****End Clinch G2 Rating Star******/
/************************************************************************************************************/
/***********=jQueryUI Dialog**************/
/************************************************************************************************************/
.popup_close {
  width: 44px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px;
  position: absolute;
  padding: 10px;
  right: 0;
  top: 30px;
}
/************************************************************************************************************/
/***********=End jQueryUI Dialog**************/
/************************************************************************************************************/
/************************************************************************************************************/
/******--------- Blog Rating Popup---------*******/
/************************************************************************************************************/
#blog_scoring_box {
  padding: 1px !important;
  min-height: unset !important;
  max-width: unset;
}
#blog_scoring_box p {
  text-align: left;
}
#blog_scoring_box .blog_rating_icons {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
#blog_scoring_box .blog_rating_button {
  background: transparent;
  border: none;
  margin: auto 20px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#blog_scoring_box .fa-solid {
  font-size: 30px;
}
#blog_scoring_box #blog_rating_button_bad {
  color: #f47070;
  margin-left: 0px;
}
#blog_scoring_box #blog_rating_button_good {
  color: #85aad8;
}
#blog_scoring_box #blog_rating_button_excellent {
  color: #85d896;
}
/************************************************************************************************************/
/******----------End Blog Rating Popup---------*******/
/************************************************************************************************************/
/***bottom_CTA 2024***/
.full_bottom_cta_2024 .row {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  align-items: center;
}
.full_bottom_cta_2024 .row .full_bottom_cta_text_section {
  padding: 2rem;
}
.full_bottom_cta_2024 .row .full_bottom_cta_text_section h2 {
  margin-bottom: 2rem;
}
.full_bottom_cta_2024 .row .full_bottom_cta_text_section p {
  margin-bottom: 2rem;
}
.full_bottom_cta_2024 .row .full_bottom_cta_text_section a.button {
  width: 80%;
  margin-bottom: 20px;
  text-align: center;
}
.full_bottom_cta_2024 .row .full_bottom_cta_image_section img {
  border-radius: 12rem 10px 10px 12rem;
}
/***End bottom_CTA_2024***/
/*** normal checkbox****/
.normal_checkbox {
  text-align: left !important;
  margin-bottom: 0px !important;
}
.normal_checkbox label {
  padding: 0px 10px 0px !important;
  display: inline-flex;
  width: 90%;
}
.normal_checkbox label:before {
  content: none !important;
}
.normal_checkbox input[type='checkbox'] {
  appearance: auto;
  display: inline-flex;
  width: auto;
}
/***End normal checkbox****/
/*# sourceMappingURL=main.css.map */
