/*
Color
Font Size
Font Color
Font Family
*/
/***Gradient color****/
/*********Color*********/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
img {
  height: auto;
}
footer {
  background-color: transparent;
}
.heading_section .row {
  max-width: 65rem;
  margin: auto;
}
.heading_section .row h1 {
  text-align: center;
}
.heading_section .row h2 {
  color: #1d1d1d;
  text-align: center;
}
.heading_section .row p {
  text-align: center;
}
.heading_section .row .banner-btns {
  text-align: center;
  justify-content: center;
  margin-top: 2rem;
}
/***New accordion content***/
.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;
  font-size: 26px;
}
.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*******/
#about_content_block_1 .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;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: .5px;
  border: 1px solid #31d48b;
  background: #31d48b;
  color: #1d1d1d!important;
  text-decoration: none;
}
/******End Content block*******/
.cta_section .cta_wrapper {
  background-image: url(/wp-content/uploads/2021/11/clinch_gradient_background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-radius: 10px;
}
.cta_section .cta_wrapper h2,
.cta_section .cta_wrapper p {
  text-align: center;
  color: white;
}
