/* =====================================================
  variables
======================================================*/
/* ------------------- colors ------------------------- */
/* -------------------- fonts ----------------------------*/
/* ****************************************************************
MIXINS
********************************************************************/
/* ****************************************************************
ANIMATIONS
********************************************************************/
/* ****************************************************************
BOX SIZING
********************************************************************/
/*************************************************************
Heading Shortcode
**************************************************************/
.heading {
  overflow: visible;
  padding: 0 10px 5px 0;
  position: relative;
  margin: 0 0 10px;
  display: inline-block;
}
.heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
}
.heading i {
  margin-right: 5px;
}
.heading.primary {
  color: #636466;
}
.heading.primary-dark {
  color: #4a4b4c;
}
.heading.secondary {
  color: #009a8b;
}
.heading.secondary-dark {
  color: #00675d;
}
.heading.dark-gray {
  color: #50676f;
}
.heading.green {
  color: #4cae4c;
}
.heading.red {
  color: #d45d5d;
}
.heading.style_1,
.heading.style_3 {
  overflow: visible !important;
}
.heading.style_1:after,
.heading.style_3:after {
  height: 2px;
  bottom: -2px;
}
.heading.style_1.primary:after,
.heading.style_3.primary:after {
  background: #636466;
}
.heading.style_1.primary-dark:after,
.heading.style_3.primary-dark:after {
  background: #4a4b4c;
}
.heading.style_1.secondary:after,
.heading.style_3.secondary:after {
  background: #009a8b;
}
.heading.style_1.secondary-dark:after,
.heading.style_3.secondary-dark:after {
  background: #00675d;
}
.heading.style_1.dark-gray:after,
.heading.style_3.dark-gray:after {
  background: #50676f;
}
.heading.style_1.green:after,
.heading.style_3.green:after {
  background: #4cae4c;
}
.heading.style_1.red:after,
.heading.style_3.red:after {
  background: #d45d5d;
}
.heading.style_2 {
  display: block;
  padding: 0 10px 10px 0 !important;
  overflow: hidden;
}
.heading.style_2 span {
  margin-right: 10px;
}
.heading.style_2:after {
  height: 3px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  left: auto;
  bottom: 14px;
  width: 100%;
}
.heading.style_3 {
  padding: 7px 0;
  margin: 0 0 10px;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  text-shadow: 0 2px 0 #ebebeb;
  border-bottom: 2px solid #00675d;
}
.heading.style_3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 50%;
  height: 2px;
}
.heading.style_4 {
  text-shadow: 0 1px #ffffff, 0 2px 0 #dddddd;
  border: none;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 7px 0 !important;
}
.heading.style_4:after {
  display: none;
}
.heading.style_4 span {
  padding: 0 10px;
  position: relative;
  display: inline-block;
}
.heading.style_4 span:before,
.heading.style_4 span:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: calc(50% - 2px);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height: 3px;
  width: 2000px;
}
.heading.style_4 span:after {
  left: 100%;
}
/*************************************************************
Block Heading Shortcode
**************************************************************/
.block-heading.style_1 {
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  color: #ffffff !important;
}
.block-heading.style_1:after {
  content: '';
  left: calc(50% - 20px);
  border-width: 10px 20px 0 20px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: 100%;
  z-index: 101;
}
.block-heading.style_1.primary {
  background-color: #636466;
}
.block-heading.style_1.primary:after {
  border-top-color: #636466;
}
.block-heading.style_1.primary-dark {
  background-color: #3d3e3f;
}
.block-heading.style_1.primary-dark:after {
  border-top-color: #3d3e3f;
}
.block-heading.style_1.secondary {
  background-color: #009a8b;
}
.block-heading.style_1.secondary:after {
  border-top-color: #009a8b;
}
.block-heading.style_1.secondary-dark {
  background-color: #004e46;
}
.block-heading.style_1.secondary-dark:after {
  border-top-color: #004e46;
}
.block-heading.style_2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.block-heading.style_2:before {
  content: '';
  left: calc(50% - 40px);
  width: 80px;
  height: 1px;
  background-color: #636466;
  border-width: 1px 0;
  position: absolute;
  bottom: -16px;
}
.block-heading.style_2:after {
  content: '';
  left: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border: 1px solid #636466;
  position: absolute;
  background-color: #ffffff;
  bottom: -20px;
}
.block-heading.style_2.primary-dark:before {
  background-color: #3d3e3f;
}
.block-heading.style_2.primary-dark:after {
  border-color: #3d3e3f;
}
.block-heading.style_2.secondary:before {
  background-color: #009a8b;
}
.block-heading.style_2.secondary:after {
  border-color: #009a8b;
}
.block-heading.style_2.secondary-dark:before {
  background-color: #004e46;
}
.block-heading.style_2.secondary-dark:after {
  border-color: #004e46;
}
@media (max-width: 767px) {
  .block-heading.style_1 {
    padding: 15px;
  }
}
/*************************************************************
Shortcode Button
**************************************************************/
.button-wrapper.with-border a {
  border: 2px solid #636466;
}
.button-wrapper a {
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
}
.button-wrapper a.rounded {
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button-wrapper a.round {
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.button-wrapper a i {
  margin-right: 5px;
}
/*************************************************************
Shortcode Line
**************************************************************/
.line-shortcode.single {
  height: 5px;
  border-bottom: 1px solid #404040;
}
.line-shortcode.double {
  height: 10px;
  border-bottom: 1px solid #404040;
  border-top: 1px solid #404040;
}
/*************************************************************
PRICING TABLE
**************************************************************/
.pricing-table {
  border: 1px solid #dddddd;
  text-align: center;
  float: left;
  width: 100%;
  margin: 25px 0;
  padding: 10px;
}
.pricing-table .column {
  float: left;
  border-right: 1px solid #dddddd;
  padding: 15px;
}
.pricing-table .column:last-child {
  border-right: none;
}
.pricing-table .column header {
  background: #f4f4f4;
  border-bottom: 3px solid #dddddd;
  padding: 15px 0;
}
.pricing-table .column.columns-2 {
  width: 50%;
}
.pricing-table .column.columns-3 {
  width: 33.33%;
}
.pricing-table .column.columns-4 {
  width: 25%;
}
.pricing-table .column.columns-5 {
  width: 20%;
}
.pricing-table .column.columns-6 {
  width: 16.667%;
}
.pricing-table .column.columns-7 {
  width: 14.284%;
}
.pricing-table .column.columns-8 {
  width: 12.5%;
}
.pricing-table .column.special-column {
  -o-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  -ms-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  -moz-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  -webkit-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  border: none;
}
.pricing-table .column.special-column header {
  background: #009a8b;
}
.pricing-table .column.special-column header h4,
.pricing-table .column.special-column header p {
  color: #ffffff;
}
.pricing-table .column h4 {
  margin: 0;
  font-size: 20px;
  padding: 5px 15px;
  color: #404040;
}
.pricing-table .column p {
  margin: 0;
}
.pricing-table .column .fields {
  padding: 15px 0;
}
.pricing-table .column .fields .field {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
}
.pricing-table .column .pricing-table-button {
  padding: 10px;
  width: 100%;
  display: block;
  margin: 15px 0;
  font-size: 15px;
  text-decoration: none;
}
.pricing-table .column .pricing-table-button i {
  margin-right: 5px;
}
/*************************************************************
Shortcode List
**************************************************************/
.shortcode-list {
  padding-left: 0;
  padding-right: 0;
}
.shortcode-list li {
  position: relative;
  padding: 2px 5px 0 15px;
  list-style: none;
  font-size: 18px;
  width: 100%;
  color: #404040;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.3;
  margin-bottom: 9px;
}
.shortcode-list li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 5px;
  color: inherit;
}
.shortcode-list li[class*="fa-arrow-"] {
  padding-left: 19px;
}
.shortcode-list li[class*="fa-arrow-"]:before {
  font-size: 12px;
}
.shortcode-list li[class*="fa-long-"] {
  padding-left: 24px;
}
.shortcode-list li[class*="fa-check"] {
  padding-left: 22px;
}
/*************************************************************
Image Text Shortcode
**************************************************************/
.image-overlap {
  width: 100%;
  display: table;
  padding: 40px;
}
.image-overlap .image-overlap-inner {
  display: table-cell;
}
.image-overlap .image-overlap-inner .image-overlap-inner-inner {
  display: block;
  margin: auto;
}
.image-overlap .image-overlap-inner .image-overlap-inner-inner h3 {
  background: transparent;
  margin-top: 0;
  line-height: 1.5;
  font-size: 50px;
  font-weight: 700;
}
.image-overlap .image-overlap-inner .image-overlap-inner-inner h3.white {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.image-overlap .image-overlap-inner .image-overlap-inner-inner .image-overlap-content {
  font-size: 18px;
  line-height: 1.4;
}
.image-overlap .image-overlap-inner .image-overlap-inner-inner .image-overlap-content.white {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.image-overlap[class*='center-'] {
  text-align: center;
}
.image-overlap.center-center .image-overlap-inner {
  vertical-align: middle;
}
.image-overlap.center-top .image-overlap-inner {
  vertical-align: top;
}
.image-overlap.center-bottom .image-overlap-inner {
  vertical-align: bottom;
}
.image-overlap.center-left {
  text-align: left;
}
.image-overlap.center-left .image-overlap-inner {
  vertical-align: middle;
}
.image-overlap.center-left .image-overlap-inner .image-overlap-inner-inner {
  float: left;
}
.image-overlap.center-right {
  text-align: right;
}
.image-overlap.center-right .image-overlap-inner {
  vertical-align: middle;
}
.image-overlap.center-right .image-overlap-inner .image-overlap-inner-inner {
  float: right;
}
.image-overlap.left-top {
  text-align: left;
}
.image-overlap.left-top .image-overlap-inner {
  vertical-align: top;
}
.image-overlap.left-top .image-overlap-inner .image-overlap-inner-inner {
  float: left;
}
.image-overlap.right-top {
  text-align: right;
}
.image-overlap.right-top .image-overlap-inner {
  vertical-align: top;
}
.image-overlap.right-top .image-overlap-inner .image-overlap-inner-inner {
  float: right;
}
.image-overlap.right-bottom {
  text-align: right;
}
.image-overlap.right-bottom .image-overlap-inner {
  vertical-align: bottom;
}
.image-overlap.right-bottom .image-overlap-inner .image-overlap-inner-inner {
  float: right;
}
.image-overlap.left-bottom {
  text-align: left;
}
.image-overlap.left-bottom .image-overlap-inner {
  vertical-align: bottom;
}
.image-overlap.left-bottom .image-overlap-inner .image-overlap-inner-inner {
  float: left;
}
@media (max-width: 600px) {
  .image-overlap .image-overlap-inner .image-overlap-inner-inner {
    width: 100% !important;
  }
  .image-overlap .image-overlap-inner .image-overlap-inner-inner h3 {
    line-height: 1.2;
  }
}
/*****************************************************************
Testimonial
********************************************************************/
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.testimonials-slider .testimonials-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.testimonials-slider.big-quotes .testimonial {
  padding-top: 19px;
}
.testimonials-slider.big-quotes .testimonial > h3 {
  padding-left: 80px;
  margin-bottom: 0;
  margin-top: 0;
}
.testimonials-slider.big-quotes .testimonial blockquote {
  font-style: normal;
  padding-left: 80px;
  padding-right: 0;
}
.testimonials-slider.big-quotes .testimonial blockquote:before {
  content: '';
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url('../../images/common/quotes_blue.png');
  width: 60px;
  height: 60px;
}
.testimonials-slider.big-quotes .testimonial blockquote:after {
  content: none;
}
.testimonials-slider.big-quotes .testimonial > .d-flex + div {
  padding-left: 80px !important;
}
.testimonials-slider .testimonial {
  min-width: 100%;
  padding: 15px 0 40px;
  flex-direction: column;
  align-items: flex-end;
}
.testimonials-slider .testimonial.has-image {
  align-items: flex-start;
}
.testimonials-slider .testimonial.has-image blockquote {
  min-width: calc(100% - 150px);
}
.testimonials-slider .testimonial.has-image > .d-flex + div {
  padding-left: 35px;
}
.testimonials-slider .testimonial.has-image > .d-flex + div > p {
  top: 15px;
}
.testimonials-slider .testimonial > .d-flex {
  width: 100%;
  gap: 20px;
  align-items: center;
}
.testimonials-slider .testimonial > .d-flex + div {
  left: 0;
  top: auto;
  position: relative;
  bottom: 0;
}
.testimonials-slider .testimonial > .d-flex + div p {
  line-height: 1.4;
  position: relative;
  top: 13px;
  font-size: 0.85rem;
}
.testimonials-slider .testimonial > .d-flex + div p span {
  font-weight: 500;
}
.testimonials-slider .testimonial > .d-flex + div p a {
  color: #636466;
}
.testimonials-slider .testimonial img {
  max-width: 110px;
  height: auto;
}
.testimonials-slider .testimonial > h3 {
  min-width: 100%;
  margin-bottom: 10px;
  padding-left: 35px;
}
.testimonials-slider .testimonial blockquote {
  border-width: 0;
  position: relative;
  font-size: 1.25rem;
  padding: 0 35px;
  font-style: italic;
  min-width: 100%;
}
.testimonials-slider .testimonial blockquote:before,
.testimonials-slider .testimonial blockquote:after {
  color: rgba(64, 64, 64, 0.8);
  font-style: normal;
  content: "\201C";
  font-family: themify;
  position: absolute;
  left: 2px;
  font-size: 50px;
  top: -19px;
  width: 34px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
}
.testimonials-slider .testimonial blockquote:after {
  content: "\201D";
  top: 14px;
  left: -4px;
  position: relative;
  line-height: 2px;
}
.testimonial {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  clear: both;
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.testimonial blockquote {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.6;
  border-width: 0;
  font-style: italic;
}
.testimonial blockquote:before {
  color: #009a8b;
  content: '\201C';
  font-family: themify;
  position: absolute;
  left: 2px;
  font-size: 50px;
  line-height: 1;
  top: -17px;
  font-style: normal;
  font-weight: 700;
}
.testimonial blockquote + div {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.testimonial blockquote + div p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap;
  margin: 0;
  justify-content: flex-end;
  font-size: 15px;
}
.testimonial blockquote + div p > span {
  font-weight: 500;
  width: 100%;
  padding-right: 5px;
}
.testimonial blockquote + div p a {
  white-space: nowrap;
  font-weight: 400;
}
.testimonial img {
  max-width: 80px;
}
.testimonial:last-child {
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box {
  border: 1px solid transparent;
  text-align: center;
  padding: 20px;
}
.box i.fa {
  font-size: 36px;
  margin: auto;
}
.popup-content .heading {
  background: none;
  padding: 15px 0 5px;
}
@media (max-width: 767px) {
  .testimonial {
    flex-direction: column;
  }
  .testimonial > .d-flex {
    width: 80%;
    display: block;
  }
  .testimonial img {
    margin: 0 auto 25px;
  }
  .testimonial blockquote {
    font-size: 1rem;
  }
  .testimonial blockquote + div {
    position: relative;
    right: 0;
    bottom: -14px;
    padding-left: 28px;
  }
  .testimonials-slider.big-quotes .testimonial {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .testimonials-slider.big-quotes .testimonial > .d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 80%;
    flex-direction: column;
  }
  .testimonials-slider.big-quotes .testimonial > .d-flex + div {
    width: 80%;
  }
  .testimonials-slider.big-quotes .testimonial img {
    position: absolute;
    left: 0;
    top: 145px;
    max-width: 64px;
  }
  .testimonials-slider .testimonial blockquote {
    font-size: 1rem;
  }
}
