/*
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;
}
/*********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*****/
.bold_link {
  margin-top: 1rem;
  margin-right: 20px;
  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 {
  color: #1d1d1d !important;
  padding: 8px 24px;
  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;
}
/*******Banner********/
.banner_page_row img.hero-image {
  top: 8%;
  width: 49%;
  right: -5.3rem;
}
@media (max-width: 1357px) {
  .banner_page_row img.hero-image {
    top: 13%;
    width: 43%;
    right: -0.3rem;
  }
}
@media (max-width: 1250px) {
  .banner_page_row img.hero-image-bg {
    display: none !important;
  }
}
.banner_page_row .play-icon {
  top: 84%;
  left: 80%;
}
/*****End abnner********/
/****Modules boxes**/
.main_message_row {
  text-align: center;
  background-color: white;
}
.main_message_row .main_message_heading {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .main_message_row {
    padding-top: 11rem !important;
  }
}
.modules_boxes_link {
  text-decoration: none;
  height: 100%;
  background-color: transparent;
}
.modules_boxes_link > div {
  height: 100%;
  padding: 2rem 2rem 0rem;
}
.modules_boxes_link:hover > div {
  background-color: unset;
}
.homepage_modules_table_img {
  text-align: center;
}
.homepage_modules_table_img img {
  width: auto;
  height: 85px;
  margin-bottom: 1rem;
}
.homepage_modules_table_img h2 {
  display: inline-block;
  margin-bottom: 1rem;
  vertical-align: bottom;
  color: #1D1D1D;
}
@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: 767px) {
  .content_box {
    max-width: 400px;
    margin: auto auto 2rem;
  }
}
/*******End Modules boxes*****/
/******Content*******/
.content_block_heading {
  text-align: center;
}
/*******End content*****/
/*****Industry message***/
.full_width_message {
  padding: 15rem 0px;
}
/***End industry message***/
/******Testimonial*****/
.testimonial_row .testimonial_message_box {
  padding: 0rem;
}
/******End testimonial*******/
/*****Custome Numbers******/
.customer_roi_row .customer_number_roi_box {
  padding: 1rem 2rem;
}
/*****End Custome Numbers******/
