@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, #531a9c 0%, #31d48b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purple_blue_gradient_text_color {
  background: linear-gradient(90deg, #9d7cfe 0%, #531a9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*********Font Family*********/
/*********End Font Color*********/
/*****Button*****/
.earcu_primary_button {
  border-radius: 5px;
  font-size: 18px;
  padding: 14px 20px;
  color: white;
  font-weight: bolder;
  background: #ff426f;
  color: white !important;
  border: none;
}
.earcu_secondary_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #531a9c, #31d48b);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.earcu_third_button {
  background: #9d7cfe;
  background: linear-gradient(90deg, #9d7cfe 0%, #ff844f 100%);
  color: white !important;
  border: none;
}
.earcu_fourth_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #9d7cfe, #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%;
}
a,
a:hover,
a:focus,
a:visited,
a:active {
  color: #9d7cfe;
}
body,
p,
a,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
.type_h1_text {
  letter-spacing: normal;
  line-height: normal;
}
/* Typography */
body,
p,
li,
span {
  font-family: "proxima-nova", sans-serif;
  line-height: 34px;
  letter-spacing: normal;
}
body,
p,
li {
  color: #1D1D1D;
  font-weight: 400;
}
a.bold_link,
.content_box p.learn_more {
  font-weight: 700;
  font-size: 18px;
}
p,
label {
  font-size: 18px;
}
.content_box li {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h1 > span,
h2 > span,
h3 > span,
.type_h1_text,
.type_h1_text > span {
  /*font-family: "CircularStd-Bold", sans-serif;*/
  font-family: "CeraPRO-Bold", sans-serif;
  /*font-family: "CeraPro-Regular";*/
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
h1,
.type_h1_text {
  font-size: 45px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 25px;
}
.content_box h2 {
  font-size: 25px;
}
@media (min-width: 768px) {
  h1,
  .type_h1_text {
    font-size: 61px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 30px;
  }
  body,
  p {
    font-size: 20px;
  }
  .clinch_blog p,
  .clinch_blog li,
  .clinch_blog label {
    font-size: 18px;
  }
  .content_box li {
    font-size: 16px;
  }
  .content_box h2 {
    font-size: 25px;
  }
}
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, #531a9c 0%, #31d48b 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;
}
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: .3px;
  border-radius: 4px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .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;
  }
}
/****Top menu***/
.srolling-menu-ul {
  display: none;
}
/*****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: .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: .5px;
}
a.button.button1,
a.button.button1:visited,
a.button.button1:active {
  border: none;
  background: #531a9c;
  background: linear-gradient(#000000, #000000), #531a9c;
  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 #531a9c;
  background: white;
  color: #531a9c !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 #531a9c;
  background: #531a9c;
  background: linear-gradient(#000000, #000000), #531a9c;
  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 {
  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;
  border-radius: 5px;
  font-size: 18px;
  padding: 14px 20px;
  color: white;
  font-weight: bolder;
  background: #ff426f;
  color: white !important;
  border: none;
}
a.button.button4:hover,
a.button.button4:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #cc3558;
  border-color: #cc3558;
}
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, #531a9c, #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: .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;
}
.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: #531a9c;
}
.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 .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: .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"] {
  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: .5px;
  width: auto;
  border-radius: 5px;
  font-size: 18px;
  padding: 14px 20px;
  color: white;
  font-weight: bolder;
  background: #ff426f;
  color: white !important;
  border: none;
}
.fancy_popup .submit input[type="submit"]:hover,
.fancy_popup .submit input[type="submit"]:focus {
  background-color: #cc3558;
  border-color: #cc3558;
}
/***End Fancy popup***/
/***Form****/
.two_column_left {
  width: 49%;
  display: inline-block;
}
.two_column_right {
  width: 49%;
  display: inline-block;
}
/****end form***/
/*****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***/
/***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: #ff426f;
  border-color: #ff426f;
}
/*********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.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_blue_purple_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #531a9c 0%, #9d7cfe 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, #9d7cfe 0%, #531a9c 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, #531a9c 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%, #531a9c 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, #9d7cfe 0%, #ff844f 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***/
/*******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*******/
/******Pagination***/
.pagination-blk {
  margin-top: 2rem;
}
.pagination-blk .pagination {
  align-items: center;
  justify-content: center;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .375rem;
}
.pagination-blk .pagination .page-item {
  padding-left: 0px;
}
.disabled {
  cursor: default;
  color: #9eb0c0;
  pointer-events: none;
}
.pagination-blk .pagination .page-item .page-link {
  padding: 10px 20px;
}
@media (max-width: 550px) {
  .pagination-blk .pagination .page-item .page-link {
    padding: 10px;
  }
}
.page-item.active .page-link {
  z-index: 1;
  color: #1d262d;
  background-color: #d6dde4;
  border-color: #bac6d2;
}
.page-item.disabled .page-link {
  color: #9eb0c0;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #9eb0c0;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1d262d;
  background-color: #fff;
  border: 1px solid #bac6d2;
}
a.page-link {
  color: #1d262d;
}
.page-link:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: #0da1e2;
  border-color: #bac6d2;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #bac6d2;
  background-color: #d6dde4;
}
/******End Pagination***/
/****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: .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***/
/*# sourceMappingURL=main.css.map */
