/*
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;
}
/*********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*****/
img {
  max-width: 100%;
  height: auto;
}
img[alt='engage_banner_image_v1'] {
  right: 5rem;
}
nav.navbar.navbar-default {
  /*border-bottom: 1px solid #ebeaeb;
      background-color: #C4E8DE;*/
}
nav a.button.button3,
nav a.button.button3:focus,
nav a.button.button3:visited,
nav a.button.button3:active {
  /*border: 1px solid #65c8ac;
    background: #65c8ac;
    color: #ffffff!important;*/
}
nav a.button.button3:hover {
  /*border: 1px solid #65c8ac;
        border-color: transparent;
    color: #ffffff!important;
    background: #65c8ac52;*/
}
nav a.button.button2,
nav a.button.button2:focus,
nav a.button.button2:visited,
nav a.button.button2:active {
  /*border: 1px solid #65c8ac;
    background: #ffffff;
    color: #65c8ac!important;*/
  background: transparent;
}
nav a.button.button2:hover {
  /*border: 1px solid #65c8ac;
    color: #65c8ac!important;
    background: #e6eceb52;*/
  border: none;
  /* color: #65c8ac!important; */
  background: #0da1e23d;
}
/****Banner**/
.hero-image-bg {
  top: 13%;
  width: 62% !important;
}
/***End banner**/
/****Modules boxes**/
.main_message_row {
  background-color: white;
}
.main_message_row h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #7b00e0;
}
.modules_boxes_link {
  text-decoration: none;
  background-color: transparent;
  background-color: white;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #e3c8fb;
  border-radius: 10px;
  box-shadow: 0 0px 4px 0 #cbd6e2;
  margin: auto;
}
.modules_boxes_link > div {
  /*height: 100%;
  padding: 2rem 2rem;*/
}
.modules_boxes_link:hover > div {
  background-color: unset;
}
.homepage_modules_table_img {
  text-align: center;
}
.homepage_modules_table_img img {
  width: auto;
  height: 75px;
  margin-bottom: 1rem;
}
.homepage_modules_table_img h3 {
  display: inline-block;
  margin-bottom: 1rem;
  vertical-align: bottom;
  font-size: 25px;
}
.homepage_modules_table_img p {
  font-size: 17px;
}
.homepage_modules_table_img p strong {
  color: #7b00e0;
}
@media (max-width: 1024px) {
  .modules_boxes_link > div {
    margin-right: 0px;
  }
}
@media (max-width: 899px) {
  .homepage_modules_table_img h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .content_box {
    max-width: 470px;
    margin: auto auto 2rem;
  }
}
/*******End Modules boxes*****/
/***New accordion content***/
@media (min-width: 992px) {
  .accordion_content_blocks {
    padding: 7rem 0px 5rem;
  }
}
.accordion_content_blocks .image_content_column {
  align-items: center;
  justify-content: center;
}
.accordion_content_blocks .image_content_column .table_image {
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  opacity: 1;
}
.accordion_content_blocks .image_content_column .table_image img {
  max-height: 450px;
  width: auto;
}
.accordion_content_blocks .image_content_column .hidden_image {
  opacity: 0;
  height: 0px;
}
.accordion_content_blocks .image_content_column .hidden_image img {
  display: none;
}
.accordion_content_blocks .image_content_column .hidden_image source {
  /*height:0px;*/
}
@media screen and (max-width: 767px) {
  .accordion_content_blocks .content_row_2022 {
    padding: 4rem 2rem;
  }
}
.accordion_content_blocks .content_row_2022 .accordion_content {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .accordion_content_blocks .content_row_2022 .accordion_content {
    margin-top: 3rem;
  }
}
@media (max-width: 1024px) {
  .accordion-line article .collapse.show {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
.accordion-line article .accordion-header a {
  border-top: 2px solid #0da1e2;
  display: block;
  color: #1d1d1d;
  padding: 1rem 0;
  position: relative;
}
.accordion-line article .accordion-header a:hover {
  text-decoration: none;
}
.accordion-line article .accordion-header a:before {
  position: absolute;
  right: 0;
  top: calc(49.5%);
  top: 20px;
  content: "\e93a";
  font-family: "gel-icon";
  transform: rotate(0);
  transition: transform 0.3s ease-in-out 0s;
}
.accordion-line article .accordion-header a.collapsed {
  border-top: 2px solid #1d1d1d;
}
.accordion-line article .accordion-header a.collapsed:before {
  transform: rotate(180deg);
}
/**End new accordion content***/
/***Content block****/
.feature_content_block {
  /*text-align: center;*/
}
.feature_content_block .content_row_2022 .content_row {
  justify-content: center;
}
.feature_content_block .content_row_2022 .content_row .text_content_column {
  padding-right: 0rem;
}
.feature_content_block .content_row_2022 .content_row .text_content_column h2 {
  margin-bottom: 1rem;
}
.feature_content_block .content_row_2022 .content_row img {
  max-width: 400px;
}
/***end Content block****/
/***Testimonial****/
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom p {
  margin-bottom: 0px;
}
.testimonial_container .row .testimonial_message_container .testimonial_message .testimonial_bottom img {
  max-height: 25px;
}
/***End Testimonial****/
/***CTA***/
.bottom_cta {
  background-color: #0da1e2;
  background-color: #0A7CAE;
}
.bottom_cta .content_row h2 {
  color: #ffffff;
}
.bottom_cta .block-image {
  text-align: center;
}
.bold_link {
  margin-top: 1rem;
  width: auto;
  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: .5px;
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  color: white !important;
  border: none;
}
.bold_link a:hover,
.bold_link a:focus {
  opacity: 0.7;
}
.bold_link2 {
  background: white;
  margin-left: 20px;
}
.bottom_cta .bold_link {
  border: 1px solid #0da1e2;
  background: white;
  color: #0da1e2!important;
  border: 1px solid #0A7CAE;
  color: #0A7CAE!important;
}
.bottom_cta .bold_link:hover {
  border-color: white;
  color: white !important;
  background: #0da1e23d;
}
.bottom_cta .content_row .text_content_column {
  padding-right: 0rem;
}
/***End cta***/
/*****Full bottom cta*******/
.full_bottom_cta .full_bottom_cta_text_section .full_bottom_cta_text_wrapper h2 {
  margin-bottom: 1rem;
}
/*****End Full bottom cta*******/
@media screen and (min-width: 992px) {
  .fearure_content_block2 .content_row .text_content_column {
    padding-right: 0rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .page-rows div.two_column_content_blocks:nth-child(2n+1):not(.bottom_cta) .row {
    flex-flow: column;
  }
  .block-image {
    text-align: center;
  }
  .two_column_content_blocks img {
    /*max-width: 250px;*/
    width: 100%;
  }
  .bottom_cta .page-block p {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .table_content .row > div:first-child {
    border-top: 1px solid #ececec;
  }
  .table_content .row > div:nth-last-child(-n+3) {
    border-bottom: 1px solid #ececec;
  }
  .table_content .row > div:last-child {
    border-bottom: none;
  }
  .table_content .row > div {
    border-right: none;
  }
  .table_content .row > div:nth-child(3n) {
    border-right: none;
  }
}
/***Banner_with_image***/
.banner_form_sec .banner_page_row .container .hero-image-bg {
  top: -3%;
  width: 78% !important;
  left: 44%;
}
.banner_form_sec .banner_page_row .container .banner_row > div:first-child h1 {
  margin-top: 0rem;
}
.banner_form_sec .banner_page_row .container .fancy_popup {
  max-width: unset;
  padding: 0rem;
  width: 100%;
}
.banner_form_sec .banner_page_row .container .fancy_popup .form-container {
  border-radius: 10px;
  box-shadow: 0 0px 22px 0 #00000029;
  padding: 2rem;
  background-color: #ffffff;
}
.banner_form_sec .banner_page_row .container .fancy_popup .form-container h2 {
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
