*, *:before, *:after {
  box-sizing: border-box;
}
/* CSS variables */




/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
/*   display: flex;
  flex-wrap: wrap; */
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
/*     flex-wrap: nowrap;
    justify-content: space-between; */
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}



:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
/*   display: flex;
  flex-wrap: wrap; */
  width: 100%;
}

.row-fluid [class*='span'] { 
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
/*     flex-wrap: nowrap;
    justify-content: space-between; */
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    margin: 0 0 1.4rem;
}
body {
    line-height: 1.4;
    overflow-wrap: break-word;
}
html[lang^="ja"] body,
html[lang^="ko"] body,
html[lang^="zh"] body {
    line-break: strict;
    overflow-wrap: normal;
    word-break: break-all;
}
a {
    cursor: pointer;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}
ul.no-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
pre {
    overflow: auto;
}
code {
    vertical-align: bottom;
}
blockquote {
    border-left: 2px solid;
    padding-left: 0.7rem;
}
hr {
    border: none;
    border-bottom: 1px solid #ccc;
}
img {
    font-size: 0.583rem;
    word-break: normal;
}
.button,
button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: 0.15s linear;
    white-space: normal;
}
.button:disabled,
button:disabled {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    color: #e6e6e6;
}
.no-button,
.no-button:active,
.no-button:focus,
.no-button:hover {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: initial;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    transition: none;
}
.hs-error-msg,
.hs-form-required {
    color: #ef6b51;
}
.hs-form-field {
    margin-bottom: 1.4rem;
}
form label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
}
form legend {
    font-size: 0.875rem;
}
form input[type="email"],
form input[type="file"],
form input[type="number"],
form input[type="password"],
form input[type="tel"],
form input[type="text"],
form select,
form textarea {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.7rem;
    width: 100%;
}
form textarea {
    resize: vertical;
}
form .hs-richtext img,
form fieldset {
    max-width: 100% !important;
}
form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
form .inputs-list > li {
    display: block;
    margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
    vertical-align: middle;
}
form input[type="checkbox"],
form input[type="radio"] {
    cursor: pointer;
    margin-right: 0.35rem;
}
.hs-dateinput {
    position: relative;
}
.hs-dateinput:before {
    content: "\01F4C5";
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
    color: #fff;
}
.fn-date-picker td.is-selected .pika-button {
    border-radius: 0;
    box-shadow: none;
}
.fn-date-picker td .pika-button:focus,
.fn-date-picker td .pika-button:hover {
    border-radius: 0 !important;
    color: #fff;
}
form input[type="file"] {
    background-color: transparent;
    border: initial;
    padding: initial;
}
form .hs-richtext,
form .hs-richtext p {
    font-size: 0.875rem;
    margin: 0 0 1.4rem;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 1rem !important;
}
.hs-input.invalid.error {
    border-color: #ef6b51;
}
.hs-error-msg {
    margin-top: 0.35rem;
}
form .hs-button,
form input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: 0.15s linear;
    white-space: normal;
}
.grecaptcha-badge {
    margin: 0 auto;
}
table {
    border-collapse: collapse;
    margin-bottom: 1.4rem;
    overflow-wrap: break-word;
}
td,
th {
    vertical-align: top;
}
thead th {
    vertical-align: bottom;
}
.search_icon,
.search_icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.top_menu a,
.top_menu_wrpa .btn_wrap {
    margin: 0 15px;
}
.tab_list_inner .single_box a,
.tab_list_inner .single_box:after {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}
.site_header {
    color: #000;
}
.site_header .top_header_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.search_icon,
.srch-btn-otr,
.top_menu_wrpa {
    align-items: center;
    display: flex;
}
.search_icon {
    height: 44px;
    width: 44px;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
    background-image: url(https://inbouncy.com/hubfs/Inbouncy_2024/Images/Home/Search-Normal.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.site_header a:not(.button) {
    color: inherit;
}
.search_icon > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    line-height: 0;
}
.top_menu a {
    display: block;
    color: rgba(255, 255, 255, 0.8) !important;
}
.nav-label a,
.top_menu a:focus,
.top_menu a:hover {
    color: #fff !important;
}
.top_header .logo {
    max-width: 210px;
}
.search_icon svg {
    height: 0;
}
.search_icon .icon_search_close,
.search_icon.open .icon_search {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}
.search_icon.open .icon_search_close {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.srch-btn-rgt a.button {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
}
.bottom_header .mega_menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 14px;
}
.mega_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.nav_tab_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    margin-top: -10px;
}
.nav-label {
    padding: 12px 0;
    cursor: pointer;
}
.nav_link {
    margin: 0 20px;
}
.nav_link:hover .nav_tab_list {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    margin-top: 0;
}
.nav_tab_list .tab_link_list {
    width: 300px;
    background: #f2f7f9;
    padding-top: 25px;
}
.tab_list_content {
    width: calc(100% - 300px);
    background: #fff;
    box-shadow: 0 100px 80px rgba(52, 13, 23, 0.32);
    border-radius: 32px;
}
.tab_list_content.full_width {
    width: 100%;
}
.tab_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 600;
}
.tab_link.active,
.tab_link:hover {
    background: #fff;
    color: #60afe1;
}
.tab_list_inner {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    padding: 25px;
    max-height: 470px;
    overflow: auto;
}
.tab_list_inner .single_box {
    border-radius: 16px;
    width: calc(33.33% - 16px);
    margin: 8px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 15px;
    z-index: 2;
    border: 1px solid transparent;
    transition: 0.3s;
}
.tab_list_inner .single_box:after {
    content: "";
    background: #fafafa;
    opacity: 1;
    z-index: -1;
    transition: 0.3s;
}
.tab_list_inner .single_box .svg_code {
    line-height: 0;
    width: 40px;
}
.tab_list_inner .single_box .svg_code svg {
    width: 40px;
}
.tab_list_inner .single_box ._label {
    width: calc(100% - 40px);
    padding-left: 16px;
    font-size: 16px;
    color: #243655;
    font-weight: 600;
}
.tab_list_inner .single_box:hover {
    border-color: var(--color);
}
.tab_list_inner .single_box:hover:after {
    opacity: 0.15;
}
.nav_link:hover .nav-label {
    color: #60afe1;
}
.site_header .button.popup-trigger {
    background-color: #730f57;
    border: 1px solid #f2545b;
    border-radius: 12px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    z-index: 1;
    animation: 2.5s ease-in-out infinite pulseGlow;
    box-shadow: 0 0 8px rgba(242, 84, 91, 0.5);
    transition: transform 0.3s;
}
.site_header .button.popup-trigger:hover {
    transform: scale(1.04);
}
@keyframes pulseGlow {
    0%,
    100% {
        box-shadow: 0 0 8px rgba(242, 84, 91, 0.4),
            0 0 0 0 rgba(242, 84, 91, 0.2);
    }
    50% {
        box-shadow: 0 0 16px rgba(242, 84, 91, 0.6),
            0 0 0 8px rgba(242, 84, 91, 0);
    }
}
.nav_cta_box {
    margin: 15px;
    background: var(--color);
    color: #fff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 16px;
}
.nav_cta_box * {
    color: #fff;
}
.nav_cta_box h4 {
    font-size: 18px;
    line-height: 1.3;
}
.nav_cta_box .button,
.nav_cta_box a.button {
    margin-top: 15px;
    background-color: #f4f4f4;
    color: #425b76;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
}
.nav_cta_box .text {
    text-align: left;
}
.tab_list_content.inner_cta_box {
    display: flex;
    flex-wrap: wrap;
}
.tab_list_content.inner_cta_box .nav_cta_box {
    width: 300px;
}
.tab_list_content.inner_cta_box .tab_list_inner {
    width: calc(100% - 330px);
}
.nav_cta_box img {
    margin: 0 0 20px;
}
.tab_list_inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 13%);
    background-color: #fff;
}
.tab_list_inner::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.tab_list_inner::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / 44%);
}
.search_icon_wrapper {
    position: relative;
    margin-right: 12px;
    z-index: 1;
}
.search_icon_wrapper .search_input {
    position: absolute;
    right: 100%;
    left: auto;
    transform: none;
    top: 0;
    width: 230px;
    margin-right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.search_icon_wrapper .search_icon.open + .search_input {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}
.search_icon + .search_input input.hs-search-field__input {
    height: 44px;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
        sans-serif;
}
.search_icon_wrapper ul.hs-search-field__suggestions {
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd !important;
}
.search_icon_wrapper ul.hs-search-field__suggestions li a,
.search_icon_wrapper ul.hs-search-field__suggestions li#results-for {
    padding: 5px 10px;
}
.search_icon_wrapper ul.hs-search-field__suggestions li a {
    color: #0270e0;
}
@media (max-width: 1299px) {
    .tab_list_inner .single_box {
        width: calc(50% - 16px);
    }
    .tab_list_inner
        .single_box[data-cta_box_rght_bl="false"][data-hide_leftside_list="true"] {
        width: calc(33.33% - 16px);
    }
}
@media (min-width: 991px) and (max-width: 1299px) {
    .mega_menu .nav_link {
        margin: 0 8px;
    }
    .mega_menu .nav-label > a {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .bottom_header,
    ul.nav-2,
    ul.nav-3 {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
    }
    .action_head .action_label,
    .bottom_header,
    .bottom_header.active-1 .action_strip .logo,
    ul.nav-2,
    ul.nav-3 {
        opacity: 0;
        visibility: hidden;
    }
    .srch-btn-left,
    .srch-btn-otr {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .action_strip,
    .span_wrap {
        align-items: center;
        display: flex;
    }
    .srch-btn-rgt a.button {
        font-size: 12px;
        font-weight: 600;
        padding: 12px 14px;
    }
    .bottom_header {
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow: auto;
        transition: 0.5s;
    }
    .bottom_header ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .bottom_header ul li {
        border-bottom: 1px solid #f3f3f3;
        padding: 10px 0;
        width: 100%;
    }
    .bottom_header ul li:first-child {
        border-top: 1px solid #f3f3f3;
    }
    .span_wrap {
        justify-content: space-between;
    }
    .bottom_header ul li.hs-menu-item:first-child {
        border-top: 0;
    }
    .bottom_header .widget-type-menu,
    .bottom_header ul {
        transition: 0.5s;
    }
    .bottom_header.active-1 .widget-type-menu,
    .bottom_header.active-1 ul.nav-1 {
        transform: translateX(-110%);
    }
    ul.nav-2,
    ul.nav-3 {
        transform: translateX(100%);
        padding: 80px 15px 0;
    }
    .bottom_header.active-1 ul.nav-2,
    .bottom_header.active-1.active-2 ul.nav-3 {
        transform: translateX(0);
    }
    .bottom_header.active-1.active-2 ul.nav-2 {
        transform: translateX(-100%);
    }
    .bottom_header.active-1 .action_head .action_label,
    body.mobile-open .bottom_header,
    ul.nav-2.active,
    ul.nav-3.active {
        opacity: 1;
        visibility: visible;
    }
    .action_strip {
        justify-content: space-between;
        padding: 20px 15px;
        position: relative;
        z-index: 99999;
    }
    .action_strip .logo {
        width: 160px;
        transition: 0.5s;
    }
    .action_head {
        position: relative;
        width: calc(100% - 50px);
    }
    .action_head .action_label {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: 0.5s;
        display: flex;
        align-items: center;
    }
    .action_head .action_label span {
        padding-left: 13px;
        font-weight: 600;
    }
    .search_icon svg {
        height: 0;
    }
    .mobile-toggle {
        line-height: 0;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 7px;
    }
    .search_icon {
        width: 34px;
        height: 34px;
        background-size: 14px;
    }
    .search_icon_wrapper,
    .srch-btn-rgt .btn_wrap {
        margin-right: 8px;
    }
    .site_header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top_header .logo {
        max-width: 110px;
    }
}

.hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0;
}
@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        flex-direction: column;
    }
    .hs-menu-wrapper.hs-menu-flow-vertical ul {
        display: flex;
    }
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
        .hs-item-has-children:hover
        > .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
        .hs-item-has-children:hover
        > .hs-menu-children-wrapper {
        left: 0;
        opacity: 1;
        position: relative;
        top: auto;
    }
}
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
    height: auto;
    max-width: 100%;
} 
.show-for-sr {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
@media (max-width: 767px) {
    .show-for-sr--mobile {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs_error_rollup{
  display:none;
}

*{ box-sizing:border-box; }
body{margin:0;}
p{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ margin:0;}
img {max-width:100%}

ul, ol {
  margin-top: 10px;
}
.container{ }
 

body.is-embedded #roi-lead-form-bar{ background:#730f57 !important; }
.icone_box { display: flex; flex-wrap: wrap;  align-items:center; } 
.icone_box .icone { width: 50px; line-height: 0; } 
.icone_box .title { width: calc(100% - 50px); padding-left: 15px; }

.ul-list-1 ul { padding: 0; margin: 0; list-style: none; text-align: left; }
.ul-list-1 ul li { padding-bottom: 8px; position: relative; padding-left: 25px; }
.ul-list-1 ul li:before { content: "\f058"; font-family: "fontawesome"; display: inline-block; position: absolute; top: 0; left: 0; font-size: 18px; color: #333; }


.shadow-1{ box-shadow: 0 4px 16px -4px rgb(0 0 0 / 10%); }
.border-1{ border: 1px solid #f2f2f2; }

.flipcard_box{ display: grid; grid-template-columns: 1fr;}
.flipcard_box > div { transition: all 0.5s ease; backface-visibility: hidden; grid-column-start: 1;  grid-row-start: 1; }
.flipcard_box { transform-style: preserve-3d; position: relative; transition: .6s; }
.flipcard_box:hover .flip_box_front,.flip_box_back { transform: rotateY(180deg); }
.flipcard_box:hover .flip_box_back ,.flip_box_front{ transform: rotateY(0deg); }
.flip_box_back {display: flex;justify-content: center;align-items: center;}

/*FAQ*/

.FAQ_box h4:before {content: "\f0d7";position: absolute;right: 0;font-family: "fontawesome";transition:all 0.4s ease;}
.FAQ_box h4{transition:all 0.4s ease;}
h4.active:before {transform: rotate(180deg);transition: all 0.4s ease;}
.FAQ_box h4{cursor:pointer;}

/*Two Column Text Icon 2*/

.icon_Part{width:50px;}
.solution_text{width:calc(100% - 50px); padding-left:20px;}
.solution_box {display: flex;flex-flow: wrap; align-items:center;}

/*flipcard-2*/

.frunt {min-height: 400px;background-size:cover ;background-position: center; background-repeat: no-repeat;}
.flip_title { position: absolute;bottom: 0;padding: 18px;background: #fff;border-radius: 0 0 9px 9px;}
.flip_title { background-color: #fff;border-radius: 0 0 9px 9px;padding: 13px;}
.flip_box_back_contnet ul {padding-top: 25px;}

/*Partners Certs Carousel*/

.partner_image_title { border-radius: 3px; background-color: rgba(51, 51, 51, 0.9); color: #fff; text-align: center; font-size: 14px; line-height: 1.2; position: absolute; top: 0; padding: 7px; opacity: 0; left: 0; right: 0; width: 160px; transition: 0.2s ease-in-out; margin: 0 auto; }
.partner_image_title:before { position: absolute; bottom: -5px; left: 0; margin-left: -5px; width: 0; border-top: 5px solid rgba(51, 51, 51, 0.9); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; left: 0; right: 0; margin: 0 auto; }
.partner_image  img { display: inline-block !important; }
.slick-center .partner_image_title { opacity: 0.5; 0 }
.partner_innerrow:hover .partner_image_title {opacity:1; }
.partner_innerrow { filter: grayscale(1); opacity: 0.25; }
.slick-center .partner_innerrow { filter: grayscale(0); opacity: 1; }

/*Image Button CTA*/

.post_box {background: #f3f3f3; cursor:pointer; transition: all 0.5s ease-in-out;}
.post_image img {display: block;transition: all 0.5s ease-in-out;}
.post_image { overflow: hidden;}
.post_box:hover .post_image img {transform: scale(1.1);}
.post_box:hover {background: #1468a1;  color:#fff !important; }


/*Testimonial Parallel*/

.client_box { display: flex; flex-flow: wrap; }
.client_image img { display: block; height: 130px !important; width: 130px; border-radius: 100%;  margin:0 auto;}
.client_image { margin-top: -15px; }

/*Two Column Download*/

.downlod_box {display: flex;flex-flow: wrap; align-items:center;}
.downlod_content ul {padding-top: 20px;margin: 0;}
.downlod_box .input {margin-right: 0 !important;}
.downlod_box .form-columns-2 .hs_firstname, .hs-email {padding-right: 10px;}
.downlod_box .form-columns-2 .hs-lastname, .hs-company{padding-left:10px;}
.color\:inherit {color: inherit !important;}


/*Process Flow*/

.flow_icone { width: 50px; }
.flow_box { display: flex; flex-flow: wrap; position:relative;}
.flow_content { width: calc(100% - 50px); padding-left: 25px;;z-index: 1;}
.flow_row:nth-child(even) { flex-direction: row-reverse; }
.flow_right { padding: 40px !important; }
.flow_left { padding: 0 40px !important; }
.flow_row:before { position: absolute; left: calc(50% - 5px); width: 10px; top: 0; bottom: 0; height: 100%; background-color: #60afe1; content: ""; }
.flow_row { position: relative; }
.flow_row:nth-child(1):before { border-radius: 10px 10px 0 0; }
.number { position: absolute; left: 83px; top: 22px; font-size: 120px; font-weight: 900; line-height: 100px; z-index: -1; color: #F18A21; opacity: .15; }
.flow_left { position: relative; }
.flow_left:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; height: 10px; width: 33px; background: #60afe1; margin: auto 0; }
.flow_row:nth-child(odd) .flow_left:before { left: auto; right: 0; }

/*team_member*/

.team_button_row ul { padding: 0; margin: 0; list-style: none; }
.team_button_row ul li { display: inline-block; margin: 5px; }
.team_button_row ul li a{ padding: 8px 15px; background: #f3f3f3; border-radius: 50px; transition: all 0.4s ease; }
.team_button_row ul li a:hover { background: #1468a1; color: #fff; }
.team_image { height: 350px; position: relative; }
.team_image img { height: 100% !important; position: absolute; top: 0; left: 0; bottom: 0; border-radius: 15px; object-fit: cover;}
img.Gif_image { opacity:0;transition:all 0.3s ease;}
.team_member_box:hover .Gif_image { opacity:1; }
.team_member_box:hover { border: 1px dotted #000; border-radius: 15px; }

/*Striking Features*/

.Features_box {border-right: 2px solid #f9f9f9;}
.Features_box:last-child {border-right: none;}

/*Playbook Guide Pillar*/

.playbook_section {background: #ffc709;}
span.playbook_number {position: absolute;right: 0;left: -140px;top: 9px; font-size: 150px;opacity: 0.3; font-weight: 700;}
.playbook_imag {position: sticky;top: 0; }
.play_box_contnt img {max-width: 100%;}

/*Pillar Head*/

.pillar_list ul { padding: 0; margin: 0; list-style: none; }
.pillar_list ul li { padding: 18px 0; }
.pillar_list { background: #5e89c1; }
.pillar_list { border: 2px solid #fff; }
.pillar_list ul li a { color: #fff; transition: all 0.4s ease; }
.pillar_list ul li a:hover { text-decoration: underline; }

/*Features*/

.Features__box {display: flex;flex-flow: wrap;}
.Features__image {width: 80px;}
.Features__text_cover {width: calc(100% - 80px);padding-left: 12px;}

/* Footer */

.footer_social_icon ul { list-style: none; padding: 0; margin: 0;}
.footer_social_icon ul li img { width: 25px; display: block; }
.footer_social_icon ul li { display: inline-block; margin-right: 5px; }
.footer_social_icon { margin-top: 20px; margin-bottom: 8px; }
.footer_menu ul { display: block;  }
.footer_contact a { color: #f18a21;  }
.footer_menu ul li a { color: #000; }
.footer_menu ul li a:hover {text-decoration: underline;} 
.footer_contact a:hover { text-decoration: underline;}
.footer_menu ul li  { padding-bottom:7px; }

.footer_contact_box { background: var(--bgColor);transition: all 0.4s ease;} 
.footer_contact_box:hover { background: var(--bgHoverColor);} 
.contact_box_link a { color: #fff;  } 
.footer_icone_part { width: 30px; padding-right: 0; } 
.footer_content_main { width: calc(100% - 30px); padding-left: 20px; }

/*footer_bottom*/

.footer_form form { display: flex; align-items: center; width: 100%; }
.footer_form .hs_error_rollup { display: none !important; }
.footer_form ul.no-list.hs-error-msgs.inputs-list { display: none; }
.footer_form form .hs-form-field { margin-bottom: 0; padding-right: 0; width: 100%; }
.footer_form label { display: none; }
.form-title:empty { display: none; }
.footer_form_row { display: flex; flex-flow: wrap; }
.footer_form_title { width: 115px; }
.footer_form { padding-left: 20px; width: calc(100% - 115px); }
.footer_bottom { background: #3c3c3c; }

.footer_form form .hs-button, 
.footer_form form form input[type=submit] 
{background-color: #60afe1;
  border-radius: 0 4px 4px 0!important;}
.footer_menu_bottom ul {display: block;}


footer .hs-search-field__bar form { display: flex; justify-content: flex-end; margin-bottom: 40px; }
footer .hs-search-field__bar form input.hs-search-field__input { width: 280px; border: 1px solid #ddd !important; border-radius: 0.25rem !important; padding: 0.375rem 0.5rem !important; -webkit-appearance: none !important; font-size: 1rem !important; background: #fefefe !important; color: #666 !important; height: 38px !important; }
footer .hs-search-field__bar form label { margin: 0 0.5em 0 0; color: #22518b; text-transform: uppercase; font-size: 20px; font-weight: 700; display: flex; align-items: center; }

.footer_menu_bottom ul li {display: inline-block;padding: 0 5px;line-height: 1;margin: 0 !important;}
.footer_menu_bottom ul li a {color: #fff;}

.footer_menu_bottom ul li+li {
    border-left: 1px solid #fff;
}

.footer_menu_bottom ul {
    display: flex;
    margin: 0 -5px;
}
.footer_menu_bottom ul li a:hover {
    color: var(--third);
}

footer {}

footer .hs-search-field {}

footer .hs-search-field ul.hs-search-field__suggestions {
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    background: #fff;
    border: 1px solid #ddd !important;
}

footer .hs-search-field ul.hs-search-field__suggestions li a , footer .hs-search-field ul.hs-search-field__suggestions li#results-for {
    padding: 3px 8px;
}
footer .hs-search-field ul.hs-search-field__suggestions {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.hs-search-field.hs-search-field--open {}

footer .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


 ul#hsresults { counter-reset: section; }
 ul#hsresults li + li { border-top: 1px solid rgba(0, 0, 0, 0.2); }
 ul#hsresults li  a.hs-search-results__title {font-weight: 700;position: relative;padding-left: 0;font-size: 21px;display: inline-block;}
 ul#hsresults li  p.hs-search-results__description {padding: 13px 0 0;margin: 0;}
 ul#hsresults li a.hs-search-results__title:before {counter-increment: section;content: ""counter(section) ":";position: relative;left: 0;top: 0;padding-right: 5px;}
 ul#hsresults li { padding: 30px 0; }
 ul#hsresults li:first-child { padding-top: 0; }
 ul#hsresults li:last-child { padding-bottom: 0; }

.search-result-page {}

.search-result-page .hs-search-results__pagination {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}

.search_icon_wrapper ul.hs-search-field__suggestions {opacity: 0;visibility: hidden;margin-top: 10px;transition: all 0.3s ease;}

.search_icon_wrapper .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
 

.footer_shape svg {  display: block;}

body .hs-input{
  width: 100% !important;
}

body .hs-email{
  padding-right: 0px;
}

 .gradtext {
     -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
        background: linear-gradient(89.79deg, #E304AF 39.4%, #FF4B25 67.22%);
}

/*responsiv*/

@media(max-width:992px){

  .Features_box{border-right:none;}
  span.playbook_number {position: static;font-size: 115px;}
  .Features__box{text-align: center;}
  .Features__image {width: 100%;}
  .Features__text_cover {width: 100%;padding-top: 20px;}
  .Features__text_cover {padding-left: 0;}
}



@media(max-width:480px){

  /*Two Column Download*/

  .downlod_box form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {width: 100%!important;}
  .downlod_box .form-columns-2 .hs_firstname, .hs-email {padding-right: 0px;}
  .downlod_box .form-columns-2 .hs-lastname, .hs-company{padding-left:0px;}

}

@media(max-width:767px){

  /*process Flow*/ 

  .flow_row:before, .flow_left:before { position: static; }
  .flow_left { padding: 15px 0 !important; }
  .row { margin: 0 !important; }
  .flow_right { padding: 15px 0px !important; }
  .flow_right img { width: 100%; }
  .flow_icone {width: 100%;}
  .flow_content {width: 100%;}
  .flow_box {text-align: center;}  
  .flow_content {padding-left: 0;}
  .flow_icone img {width: 100px;margin: 0 auto;}
  .number {top: 5px;font-size: 160px;left: 0;right: 0;}

  /*footer_bottom*/

  .footer_form_title { width:100%; }
  .footer_form { padding-left: 0; width:100%; padding-top:10px;}


  .Features__box {max-width: 500px;margin: 0 auto;}

  footer .hs-search-field__bar form {display: block;}
  footer .hs-search-field__bar form label { margin: 0 0 7px; }
  footer .hs-search-field__bar form input.hs-search-field__input { width: 100%; }
 
}  


/* Modal CSS */

  /*  Modal CSS  */
  .popup-dialog{
    display:flex;
    align-items:center;
    height: 100%;
    pointer-events: none;
    padding: 24px 16px;
    overflow-y: auto;
  }
  
  .popup-dialog .form-parent .hs-button{
    display: inline-block;
    width: auto;
  }

  .popup-dialog .form-parent .hs-button:hover{
    background-color: #f2545b !important;
    color: #fff !important;
  }

  .popup-content-v2 .hs-error-msg{
    text-align:left;
  }

  .no-scroll{
    overflow:hidden;
  }
  
  .popup-overlay-v2 {
    position: fixed;
    inset: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
  }

  .popup-main-v2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align:left
  }

  .popup-content-v2 {
    text-align:left;
    background: #fff;
    border-radius: 8px;
    position: relative;
    text-align: center; 
    z-index: 99999;
    height: fit-content;
    margin: auto;
    pointer-events: initial;
    max-width: 800px;
    width: 100%;
  }

  .popup-content-v2 .actions{
    text-align:center;
  }

  .popup-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color:#F4F4F4;
    width: 30px;
    height: 30px;
  }

  .popup-head-wrapper{
    background-color:#730F57;
    padding:20px 0;
    position:relative;
  }

  .popup-content-wrapper{
    padding: 84px 80px;
   
  }

  .pop-bg-img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index:-1;
  }

  .popup-heading h3{
    color:#fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height:1.2;
    margin:0;
    text-align:center;
  }

  .nice-select .option{
    color:#2f3443;  
  }

  .nice-select .list{
    max-height: 230px;
    overflow-y: auto;
  }

  .popup-main-wrapper-v2{
    position:relative;
    z-index:9999999;
  }
  /*  Modal CSS end  */
  
  @media (max-width: 767px) {
    .popup-heading h3{
      padding: 0 40px 0 20px;
      text-align: left;
    }
  }
 .btn-dark{
   display: inline-block;

 }


form .hs-form-field{
  display:block !important;
}



/* breadcrumb */

.breadcrumb-wrapper{
  display:flex;
}

 nav.breadcrumb ul {
  align-items: baseline;
  display: flex;
  flex-wrap: inherit;
  justify-content: flex-start;
  text-align: left;
  padding: 0;
  margin: 5px 0;
}

 nav.breadcrumb ul span.root_icon {
  display: inline-block;
  line-height: 0;
  padding: 0 8px;
  vertical-align: middle;
}
 nav.breadcrumb_text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
 nav.breadcrumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(9.5px);
  padding: 12px;
  display: inline-block;
  text-align: left;
  float: left;
}

 nav.breadcrumb ul li{
   list-style:none;
}

 nav.breadcrumb ul li a:focus ,
 nav.breadcrumb ul li a:hover ,
 nav.breadcrumb ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
 nav.breadcrumb ul li img {
  margin: 0px 12px;
  width: 15px;
  position: relative;
  top: 3px;
}

.breadcrumb_text {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

 nav.breadcrumb ul li a {
  font-size: 12px;
}
 nav.breadcrumb ul li img {
  margin: 0 8px;
  width: 10px;
}
 nav.breadcrumb {
  position: relative;
  z-index: 1;
}
@media (max-width:767px) {

 nav.breadcrumb {
    backdrop-filter: none;
    background: transparent;
    padding: 0px;
    text-align: left;
  }

}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --card-bg: #F8F8F8;
  --card-border: rgb(16 45 60 / 10%);
  --heading-color:2F3443;
  --body-color:#5D6481;
}

.richtext span{
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  display: block;
}

.richtext *:not(h1, h2, h3, h4, h5, h6, span, strong){
  color:var(--body-color);
  font-size:16px;
  line-height:normal;
  font-weight:normal;
}

.richtext-grdirent *:not(h1, h2, h3, h4, h5, h6, span, strong){
  font-size:20px;
  color: linear-gradient(90deg, rgba(93,100,129,1) 0%, rgba(112,115,118,1) 35%);
  line-height:1.5;
  font-weight:normal;
  display: contents;
}

.richtext-grdirent span{
  background: linear-gradient(90deg, #730F57 0%, #FF4B25 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display:inline-block;
  font-weight:700;
}

h1,.h1{
  font-family: 'Maven Pro','Open Sans' !important;
}

h2,.h2{
  font-family: 'Maven Pro','Open Sans' !important;
}

h3,.h3{
  font-family: 'Maven Pro','Open Sans' !important;
}

h4,.h4{
  font-family: 'Maven Pro','Open Sans' !important;
}

h5,.h5{
  font-family: 'Maven Pro','Open Sans' !important;
}

h6,.h6{
  font-family: 'Maven Pro','Open Sans' !important;
}

.richtext h1{
  font-size:58px !important;
}

.richtext h2{
  font-size:56px !important;
}

.richtext h3{
  font-size:32px !important;
}

.richtext h4{
  font-size:24px !important;
}

.richtext h5{
  font-size:20px !important;
}

.richtext h5{
  font-size:18px !important;
}

.slick-indicator {
  display: flex;
}

.slick-indicator.slick-arrow:before {
  display: none;
}

.slick-indicator .slick-arrow {
  width: 30px;
  height: 30px;
  transition: all 0.5s ease-in-out;
  z-index: 20;
}

.slick-indicator .slick-slide {
  float: none;
  height: inherit;
  padding-right: 1rem; /* Equivalent to Tailwind's pr-4 */
}

.slick-indicator .slick-slide > div {
  height: 100%;
}

.slick-indicator .slick-track {
  display: flex;
}

.slick-overflow .slick-list {
  overflow: visible;
}

.truncate-4-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.section-header{
  text-align:center;
  max-width:665px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:80px;
  position:relative;
  z-index:999;
}

.section-header .caption{
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 40px;
  display: inline-block;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #F4F4F4;
  margin-bottom:20px;
  text-transform: uppercase;
  font-weight: 500;
}
.section-header h2{
  font-size: 56px !important;
  line-height: 1.2 !important;
  font-weight: normal;
  color: #fff;
}
.section-header h2 > span{
  font-weight: 600;
  background: linear-gradient(90.76deg, #E304AF 72.04%, #FF4B25 98.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.section-header (h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span,strong){
  font-size:18px;
}

.btn-primary {
  align-items: center;
  background: #730f57;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #f4f4f4;
  display: inline-flex;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 160%;
  min-height: 58px;
  padding: 0 32px;
  transition: all .3s;
  width: auto;
}

.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #730f57;
  color: #730f57;
}

.btn-secondry {
  border: 1px solid #730f57;
  color: #730f57;
  text-align: center;
  width: 100%;
}
.btn-secondry:hover {
  background-color: #730f57;
  color: #fff;
}

.btn-dark {

  background-color: #f4f4f4;
  border: 1px #425b76;
  border-radius: 12px;
  color: #243757;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all .3s;
}

.btn-dark:hover {
  background-color: #730f57;
  border-color: #730f57;
  color: #fff !important;
}

.richtext ul,
.hero-desc ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.richtext ul li,
.hero-desc ul li{
  position: relative;
  list-style: none;
}

.richtext ul li:before,
.hero-desc ul li:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transform: translateY(-50%);
}

ol {
  list-style: none; /* Remove default numbering to style them manually */
  counter-reset: li; /* Initialize counter */
  padding-left: 50px;
}

ol li {
  counter-increment: li; /* Increment counter */
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px; /* Space for marker */
}

ol li::before {
  content: counter(li);
  position: absolute;
  left: -20px;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background: rgba(47, 52, 67, 0.05);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* Theme Hero Button Start  */


.btn-gradient{
  background-color: #f4f4f4;
  border-radius: 16px;
  display: inline-block;
  font-size: 20px;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}


.btn-gradient span{
  transition: color 0.3s ease-in-out;
  background: linear-gradient(90.18deg, #E304AF 38.42%, #FF4B25 54.86%);
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.btn-gradient:hover{
  background-color:#4b002f;
}


.btn-gradient:hover span,
.btn-gradient:hover p{
  color: #f4f4f4;
}

.hero-header h1{
  font-size: 58px !important;
  line-height: 1.2 !important;
}



.mobile-toggle,
.close{
  cursor:pointer;
}


.three-col-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 24px;
}


.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover {
  border-color: #999;
}

body .nice-select {
  background: #fff;
  background-color: #fff;
  border: 2px solid #f5f6f6;
  border-radius: 12px;
  color: #0f434c;
  padding: 15px 20px !important;
  height: auto;
  line-height: normal;
  margin-bottom: 20px;
}
.nice-select .list{
  width: 100%;
}

.theme-gradient-v1 > span{
  background: linear-gradient(90.76deg, #E304AF 72.04%, #FF4B25 98.88%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 600 !important;
}

.theme-gradient-v2 > span{
  background: linear-gradient(90.17deg, #730f57 39.15%, #ff4b25) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 600 !important;
}

.theme-gradient-v3 > span{
  background: linear-gradient(90deg, #FF4949 21.52%, #E304AF 47.21%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 600 !important;
}
/* Our services Tools Section */

.tools-motr {
  margin: 0 auto;
}

/* Our services Tools Section */



img.section-after-img,img.section-before-img {
  position: absolute;
  width: 120px;
  z-index: 0
}

img.section-before-img {
  left: 0;
  top: 15%
}

img.section-after-img {
  bottom: 15%;
  right: 0
}





/* Theme Hero Button End  */




@media screen and (min-width: 1341px){
  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after{
    width: 80px;
  }  
  .tools-motr {
    max-width: 1300px;
  }

}


@media (min-width:1081px) and (max-width: 1340px){
  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after,
  body .tools-logo a{
    width: 65px;
  }  

  .tools-motr {
    max-width: 1080px;
  }
}


@media (min-width:768px) and (max-width: 1080px){
  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after,
  body .tools-logo a{
    width: 50px;
  }    
  .tools-motr {
    max-width: 768px;
  }
  .tools-item {
    margin: 15px 18px !important;
  }
}

@media screen and (min-width:768px){
  .tools-item:nth-child(1), 
  .tools-item:nth-child(7),
  .tools-item:nth-child(16),
  .tools-item:nth-child(22){
    display: flex;
  }

  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after{
    content: "";
    height: 10px;
  }
}




@media screen and (max-width:1080px) {
  .three-col-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }  
}



@media only screen and (max-width: 767px){
  body .container{
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-header h1{
    font-size: 32px !important;
    line-height: 1.2 !important;
  }


  .section-header{
    margin-bottom:40px;
  }

  .section-header .richtext *:not(h1, h2, h3, h4, h5, h6, span, strong){
    font-size:14px;
  }

  .section-header .caption{
    font-size:12px;
    margin-bottom: 12px;
  }

  .section-header h2{
    font-size: 24px !important;
  }

  .richtext *:not(h1, h2, h3, h4, h5, h6, span, strong){
    font-size:14px;
  }

  .richtext-grdirent *:not(h1, h2, h3, h4, h5, h6, span, strong){
    font-size:14px;
  }

  .three-col-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  body .tools-item {
    margin: 8px;
  }

  .tools-otr {
    align-items: center;
    flex-direction: column;
    max-height: 600px;
  }

  .tools-item:nth-child(1):before, 
  .tools-item:nth-child(3):after,
  .tools-item:nth-child(4):before, 
  .tools-item:nth-child(8):after,
  .tools-item:nth-child(9):before, 
  .tools-item:nth-child(14):after,
  .tools-item:nth-child(15):before, 
  .tools-item:nth-child(19):after,
  .tools-item:nth-child(20):before, 
  .tools-item:nth-child(22):after {
    content: "";
    display: block;
    width: 50px;
  }

  .tools-item:nth-child(1):before, 
  .tools-item:nth-child(3):after,
  .tools-item:nth-child(20):before, 
  .tools-item:nth-child(22):after {
    height: 85px;
  }

  .tools-item:nth-child(4):before, 
  .tools-item:nth-child(8):after,
  .tools-item:nth-child(15):before, 
  .tools-item:nth-child(19):after{
    height: 35px;
  }

  .tools-item:nth-child(9):before, 
  .tools-item:nth-child(14):after {
    height: 5px;
  }

  ol {
    padding-left: 24px;
  }

}


.caption_light{
  display: inline-block;
  background: rgb(255 255 255 / 10%);
  color:#F4F4F4;
  border-radius: 40px;
  padding: 4px 16px;
  position: relative;
  margin-bottom: 20px;
}

.caption_dark{
  display: inline-block;
  background: rgba(47, 52, 67, 0.1);
  color:#2F3443;
  border-radius: 40px;
  padding: 4px 16px;
  position: relative;
  margin-bottom: 20px;
}


/* badge */

.badge-gradient {
  background: linear-gradient(89.13deg, rgba(227, 4, 175, .1) 2.16%, rgba(255, 75, 37, .1) 98.4%);
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  position: relative;
}

.badge-gradient span {
  background: linear-gradient(89.13deg, #e304af 2.16%, #ff4b25 98.4%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.badge-gradient-v2{
  background: linear-gradient(90deg, rgb(255 73 73 / 10%) 21.52%, rgb(170 60 255 / 10%) 47.21%) !important;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  position: relative;
}

.badge-gradient-v2 span{
  background: linear-gradient(90deg, #FF4949 21.52%, #E304AF 47.21%) !important;
  background-clip: text !important;
  color: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}


.badge-dark {
  background: radial-gradient(25.96% 98.8% at 71.86% 77.24%, rgb(115 15 87 / 10%) 0%, rgb(255 75 37 / 10%) 100%);
  border-radius: 40px;
  display: inline-block;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #F4F4F4;
  margin-bottom: 20px;

}

.badge-dark span{
  background: radial-gradient(25.96% 98.8% at 71.86% 77.24%, #730F57 0%, #FF4B25 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}


.relative-position {
/*   position: relative !important;
  z-index: 99; */
  opacity: 0;
  visibility: hidden;
}


.badge-grey {
  background: #2F34431A;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  position: relative;
}
.badge-grey span {
  color: #2F3443;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; 
  text-transform: uppercase;
}

.btn-gradient:hover .theme-gradient-v1  span,
.btn-gradient:hover .theme-gradient-v2  span,
.btn-gradient:hover .theme-gradient-v3  span{
  background: white !important;
  background-clip: text !important;
} 

@media  (max-width: 767px) {
  .badge-gradient span {
    font-size: 12px;
  }
  .badge-grey span {
    font-size: 12px;
  }
  .badge-dark {
    font-size: 14px;
  }
  .btn-gradient{
    border-radius: 12px;
    font-size: 16px;
    padding: 14px 24px;
  }
  .btn-gradient span {
    font-size: 16px;
  }

  img.section-after-img,img.section-before-img {
    width: 100px
  }

  img.section-before-img {
    top: -3%
  }

  img.section-after-img {
    bottom: -3%
  }

}

@media only screen and (max-width: 640px){

  br{
    display: none;
  }
  .card-img{
    height:229px;
  }

}

@media only screen and (max-width: 480px){
  body .tools-otr {
    max-height: 500px;
  }
  body .tools-logo a {
    width: 50px;
  }
}
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
.blogPost_mainV2 *,
.blogPost_mainV2 p {
    font-family: "Open Sans", sans-serif;
}
.blogPost_mainV2 p {
    color: #5d6481;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.blog-post__body h2,
.blog-post__body h3 {
    color: #2f3443;
    font-weight: 700;
    text-align: left;
}
.post_content_wrapper {
    max-width: 1940px;
    margin: 0 auto;
    padding: 0 20px;
}
div#postContentWrapper {
    padding-top: 110px;
}
.blog-post__body h2 {
    font-size: 28px !important;
}
.blog-post__body h2:first-child {
    margin-top: 0;
}
.blog-post__body h3 {
    font-size: 24px !important;
}
.blogPost_mainV2 ::-webkit-input-placeholder {
    color: grey;
}
.blogPost_mainV2 :-ms-input-placeholder {
    color: grey;
}
.blogPost_mainV2 ::-moz-placeholder {
    color: grey;
    opacity: 1;
}
.blogPost_mainV2 :-moz-placeholder {
    color: grey;
    opacity: 1;
}
.blogPost_mainV2 .blog-comments > div {
    max-width: 100%;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
}
.blogPost_mainV2 .blog-comments form label,
.blogPost_mainV2 .blog-comments form legend {
    color: #fff;
}
.blogPost_mainV2 .blog-comments h5 {
    color: #fff;
    font-size: 28px !important;
    font-family: Poppins;
    font-style: normal;
    text-transform: capitalize;
}
.blogPost_mainV2 .blog-comments input.hs-button.primary {
    text-transform: none;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 27.23px;
    text-align: center;
    border-radius: 12px !important;
    background: #730f57;
    width: 100%;
    color: #fff;
}
.blogPost_mainV2 .blog-comments .actions {
    text-align: left;
}
.blogPost_mainV2 .author-section h2.btn_h2 {
    color: #fff;
    font-size: 35px;
    padding: 25px;
    display: block;
    background: #354956;
    text-align: center;
    border-radius: 8px;
    margin: 70px 0 40px;
}
.blogPost_mainV2 .author-section h3.authr_name {
    color: #2f3443;
    font-family: Poppins;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.blogPost_mainV2 .author-section h3.authr_name > a {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}
.blogPost_mainV2 .author-section .author-image {
    width: 45%;
}
.blogPost_mainV2 .author-section .author-info {
    width: 55%;
    padding-left: 50px;
}
.blogPost_mainV2 .author-section .author-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blogPost_mainV2 .author-section .author-image img {
    width: 100%;
    border-radius: 32px;
    border: 1px solid #eaeef2;
    background: var(--White, #fff);
    padding: 24px;
}
.blog-athr-wrap {
    padding: 80px 0 10px;
}
.blogPost_mainV2 .author-section p.cta-text a {
    color: #cf3033;
}
.blogPost_mainV2 .blog_post__header h3 {
    color: #2f3443;
    font-size: 20px !important;
    font-style: normal;
    line-height: 1.4 !important;
    margin: 0;
    font-weight: 500;
    text-align: center;
    font-family: Poppins, sans-serif;
}
.blogPost_mainV2 h3.related_title {
    margin-bottom: 50px;
    color: #2f3443;
    text-align: center;
    font-family: Poppins;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.blogPost_mainV2 .related-post__image {
    border-radius: 8px;
}
.blogPost_mainV2 .blog-comments form input[type="email"],
.blogPost_mainV2 .blog-comments form input[type="file"],
.blogPost_mainV2 .blog-comments form input[type="number"],
.blogPost_mainV2 .blog-comments form input[type="password"],
.blogPost_mainV2 .blog-comments form input[type="tel"],
.blogPost_mainV2 .blog-comments form input[type="text"],
.blogPost_mainV2 .blog-comments form select,
.blogPost_mainV2 .blog-comments form textarea {
    padding: 12px 20px;
    border: 1px solid rgba(250, 250, 250, 0.1);
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border-radius: 12px;
    background-color: rgba(250, 250, 250, 0.1);
    color: #fff;
}
.blogPost_mainV2 .blog-comments form ::placeholder {
    color: #fff;
    opacity: 1;
}
.blogPost_mainV2 .blog-comments form ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.blogPost_mainV2 .blog-comments .hs-fieldtype-textarea.hs-input {
    min-height: 160px;
}
.blogPost_mainV2 .blog-comments form .hs_firstname {
    display: block !important;
}
.blogPost_mainV2 .blog-comments form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.author-section a {
    font-weight: 600;
    color: #730f57;
    text-decoration: underline;
}
.blogPost_mainV2 .hs-input:focus-visible {
    outline: 0;
}
.blogPost_mainV2 .blog-comments input.hs-button.primary:hover {
    background: #730f57 !important;
    color: #fff !important;
}
.blogPost_mainV2 .h1,
.blogPost_mainV2 .h2,
.blogPost_mainV2 h1,
.blogPost_mainV2 h2 {
    text-transform: inherit !important;
}
.blog-post__body ul > li:last-child {
    margin-bottom: 0;
}
.blog-post__body ul {
    margin: 27px 0 30px;
}
.blog-post-main a.social-link,
.blogPost_mainV2 nav.breadcrumb ul > li:first-child {
    padding: 0;
}
.blogPost_mainV2 nav.breadcrumb ul > li:first-child a {
    display: inline-block;
}
.blogPost_mainV2 nav.breadcrumb ul > li:first-child a span.root_icon {
    vertical-align: middle;
    padding-left: 0;
}
.blog-cmnts-wrap {
    background: linear-gradient(
        280deg,
        #ef7367 8.81%,
        #cb425c 71.23%,
        #b52556 95.52%
    );
    position: relative;
    padding: 70px 0;
}
.blog-cmnts-wrap:before {
    content: "";
    background-image: url(https://inbouncy.com/hubfs/Inbouncy_2024/Images/Blog/shape.png);
    background-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.author-title {
    background: linear-gradient(
        89.13deg,
        rgba(227, 4, 175, 0.1) 2.16%,
        rgba(255, 75, 37, 0.1) 98.4%
    );
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 16px;
    position: relative;
}
.author-title h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    margin: 0;
    text-transform: uppercase;
}
.author-title h6 span {
    background: linear-gradient(90.8deg, #e304af 46.92%, #ff4b25 79.74%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.author-section {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}
.blog-post-main .social_share {
    border-radius: 16px;
    border: 1px solid #eaeef2;
    background: var(--White, #fff);
    padding: 12px 32px;
    display: inline-block;
}
.blog-post-main .social-sharing svg {
    height: 40px;
    width: 40px;
}
.blog-post-main .scl_text:before {
    background: #eaeef2;
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 15px;
}
.blog-post-main .scl_text {
    position: relative;
    padding-right: 12px;
}
.mob-display {
    display: none !important;
}
img.img-lft {
    margin-right: 24px !important;
}
img.img-rgt {
    margin-left: 24px !important;
}
@media (min-width: 1291px) {
    .post_content_wrapper {
        padding: 0 60px;
    }
}
@media (max-width: 1290px) {
    .blogPost_mainV2 .author-section .author-info p {
        font-size: 16px;
        line-height: 24px;
    }
    h3.authr_name svg {
        width: 24px;
    }
}
@media (max-width: 990px) {
    .post_col2_inner {
        position: unset;
        padding-top: 40px;
    }
    .blogPost_mainV2 .author-section .author-image,
    .blogPost_mainV2 .author-section .author-info {
        width: 100%;
        padding-left: 0;
    }
    .blogPost_mainV2 .author-section h2.btn_h2 {
        color: #fff;
        font-size: 25px;
    }
    .blogPost_mainV2 .author-section .author-info {
        padding-bottom: 40px;
    }
    .blogPost_mainV2 .blog-comments h5 {
        font-size: 20px !important;
        text-align: center;
    }
    .blogPost_mainV2 {
        font-size: 13px;
        line-height: 21px;
    }
    .blog-post__body h2 {
        margin: 30px 0;
        line-height: 32px;
        font-size: 24px !important;
    }
    .blog-post__body h3 {
        font-size: 22px !important;
    }
    div#postContentWrapper {
        padding-top: 73px;
    }
    .blogPost_mainV2 .post_content_wrapper {
        padding: 0 15px;
    }
    .blogPost_mainV2 h3.related_title {
        margin-bottom: 30px;
        font-size: 40px !important;
    }
    .mob-display {
        display: block !important;
    }
    .desk-display {
        display: none !important;
    }
    .blogPost_mainV2 .author-section .author-container {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .blogPost_mainV2 .blog_post__header h3 {
        font-size: 15px !important;
    }
    .blogPost_mainV2 .author-section h3.authr_name,
    .blogPost_mainV2 h3.related_title {
        font-size: 24px !important;
    }
    .blogPost_mainV2,
    .blogPost_mainV2 p,
    .blogPost_mainV2 ul {
        font-size: 13px;
        line-height: 21px;
    }
    .blog_post_content.post_v2 .share_text {
        font-size: 18px;
        padding: 0 13px 0 18px;
    }
    .blogPost_mainV2 .blog-comments form input[type="email"],
    .blogPost_mainV2 .blog-comments form input[type="file"],
    .blogPost_mainV2 .blog-comments form input[type="number"],
    .blogPost_mainV2 .blog-comments form input[type="password"],
    .blogPost_mainV2 .blog-comments form input[type="tel"],
    .blogPost_mainV2 .blog-comments form input[type="text"],
    .blogPost_mainV2 .blog-comments form select,
    .blogPost_mainV2 .blog-comments form textarea {
        padding: 12px 20px;
        font-size: 12px;
        border-radius: 8px;
    }
    .blogPost_mainV2 .blog-comments .hs-fieldtype-textarea.hs-input {
        min-height: 100px;
    }
    fieldset.form-columns-1 .input {
        margin-right: 0 !important;
    }
    .author-section {
        text-align: center;
    }
    .author-title {
        margin-bottom: 20px;
    }
    .blogPost_mainV2 .author-section .author-image {
        margin: 10px 0 20px;
    }
    .blogPost_mainV2 .author-section .author-image img {
        width: 100%;
        border-radius: 24px;
        padding: 20px;
    }
    .blogPost_mainV2 .author-section .author-info {
        padding-bottom: 0;
        max-width: 290px;
        margin: 0 auto;
    }
}
 
.service_pricing_overview .tab-list { position: sticky; background-color: #fff; border-bottom: 1px solid #ededed; top: 0; }
.service_pricing_overview .tab-list ul { list-style: none; padding:0; margin:0; }
.service_pricing_overview .tab-list ul li { padding: 8px 16px; position: relative; cursor: pointer; }
.service_pricing_overview .tab-list ul li:after { position: absolute; content: ""; bottom: -2px; background-color: #22518b; height: 3px; left: 15px; right: 15px; opacity: 0; visibility: hidden; transition: all 0.4s ease; }
.service_pricing_overview .tab-list ul li.active:after { opacity: 1; visibility: visible; }
.service_pricing_overview .tab-list ul li.active { font-weight: 600; }
.service_pricing_overview .content h3{ padding-bottom: 10px; }
.service_pricing_overview .content ul { margin-bottom: 0; }

.testimonial_cluster { position: relative; }
.testimonial_cluster .bg_image { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; z-index: -1; }
.testimonial_cluster .bg_image img { width: 100%; }
.testimonial_cluster .testi_box { position: relative; }
.testimonial_cluster .testi_box .quote { position: absolute; top: -18px; right: 15px; }
.testimonial_cluster .testi_box .quote svg { fill: #ff7a59; width: 40px; }
.testimonial_cluster .testi_box .image { width: 70px; height: 70px; }
.testimonial_cluster .testi_box .image img { height: 100% !important; object-fit: cover; border-radius: 100%; }
.testimonial_cluster .testi_box .right_content { width:calc(100% - 70px); padding-left:15px; }


.tab_pricing ul { padding:0; margin:0; list-style: none; } 
.tab_pricing .tab-list ul li { background-color: #fff; color: #333; border: 1px solid #e5e5e5; box-shadow: 0px 0px 0px rgb(0 0 0 / 9%); transition: all .25s ease-in-out; cursor: pointer; border-radius: 5px 0 0 5px; border-right: none; }
.tab_pricing .tab-list ul li.active { border: 1px solid #dedede; box-shadow:0px 0px 9px 1px rgb(0 0 0 / 12%); }
.tab_pricing .tab-list ul li:before { position: absolute; content: ""; background-color: #fff; top: 0; bottom: 0; display: block; width: 15px; left: 98%; opacity: 0; visibility: hidden; transition: all .25s ease-in-out; }

.tab_pricing .tab-list ul li.active:before { opacity: 1; visibility: visible; }

.tab_pricing .tab-list ul li .icon img, .tab_arrow .tab-content .title .icon img { max-height: 45px; }

.tab_pricing .tab-content { height: 100%; }

.tab_pricing .tab-content .inner { background-color: #fff; border: 1px solid #dedede; box-shadow:0px 0px 9px 1px rgb(0 0 0 / 12%); height: 100%; }

.tab_pricing .tab-content .inner .image { text-align: center; }

.tab_pricing .tab-content .inner .image img { max-height: 300px; object-fit: contain; margin: 0 auto;}

.pillar_head_section  { padding-bottom: 120px; }

.progress__wrapper {
  background-color: rgba(150, 150, 150, 0.6);
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  z-index: 9999;
  -webkit-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.progress__container.fixed-header {
  top: 53px;
}

.progress-bar {
  background-image: -o-linear-gradient(right, #d0343a 0%, #f98e2b 100%);
  background-image: -o-linear-gradient(140deg, #d0343a 0%, #f98e2b 100%);
  background-image: linear-gradient(-50deg, #d0343a 0%, #f98e2b 100%);
  height: 10px;
  width: 0%;
}

/* RESOURCE LIBRARY */
.resource_list .box { background-color: var(--white); border: 2px solid #eaeaea; transition: box-shadow ease-in 0.5s, -webkit-box-shadow ease-in 0.5s; border-radius: 10px; padding: 15px; }
.resource_list .box a { display: inline-block; vertical-align: top; width: 100%; color: var(--primary) !important; }
.resource_list .box .image { height: 100px; object-fit: cover; }
.resource_list .box h4 { color: var(--primary); transition: all 0.4s ease; }
.resource_list .box:hover h4 { color: var(--secondary); }
.resource_list .box:hover { box-shadow: 2px 2px 20px rgb(165 165 165 / 40%); }
.border-button.button { background-color: transparent; border-color: var(--secondary); color: var(--secondary); }
.resource_list .box:hover .border-button.button { background-color: var(--secondary); color: var(--white); }

.hh\:100 {
  height: 100%;
}

.service_list .box { border-radius: 12px; overflow: hidden; box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); backdrop-filter: blur(8px); }

.service_list .box .content { border-bottom: 1px solid #ccc; }

.service_list .box .content_list ul { padding: 0; margin: 0; list-style: none; }

.service_list .box .content_list ul li { display: flex; align-items: flex-start; margin-bottom: 15px; }

.service_list .box .content_list ul li .icon { width: 20px; height: 20px; align-self: flex-start; border-radius: 50%; padding: 6px; background: rgba(238, 97, 36, 1.0); line-height: normal; margin-right: 20px; }

.service_list .box .content_list ul li .icon svg { width: 8px; height: 8px; fill: var(--white); display: block; }

/* TWO COLUMN CONTACT */

.two_column_contact .inner { display: flex; align-items: flex-start; }

.two_column_contact .inner .left { width: calc(100% - 480px); padding-right: 50px; }

.two_column_contact .inner .right { width: 480px; position: relative; z-index: 1; }

.two_column_contact .inner .right:before { position: absolute; content: ""; background: #f2545b; border-radius: 10px; width: 100%; height: 100%; top: -10px; right: -10px; z-index: -1; }

.two_column_contact .inner .right .default_form { box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); background: #fff; padding: 40px; border-radius: 10px; }

.two_column_contact .inner .left h2 { margin-bottom: 20px; }

/* PARTNER STATS */
.partners_stats { text-align: center; }

.partners_stats .title .image {  margin: 0 auto 10px; }

.partners_stats .title .content { margin-top: 25px; }

.partners_stats .partner_list { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px; margin-top: 50px; }

.partners_stats .partner_list .box .image { margin: 0 auto; }

.partners_stats .partner_list .box h4 { margin: 10px 0 0; font-weight: 700; color: #808080; }


@media(max-width:1290px){
  .service_pricing_overview .tab-list ul li {
    padding: 8px 13px;
  }

  .footer_subscrib_col { order: 1; }
  .footer_logo_col { order: 2; }
  .footer_copyright_col { order: 3; }
  .footer_form_title br { display: none; }
  .footer_form_title { width: 100%; }
  .footer_form { max-width: 380px; padding: 10px 0 0; margin:0 auto; }
  .footer_menu_bottom ul { justify-content: center; }
  footer .hs-search-field__bar form { justify-content: center; }
  .footer_menu_bottom ul {
    flex-direction: row !important;
  }
}

@media(min-width:992px){
  .FAQ_box_Wrapper {
    column-count: 2;
  }
}

@media (max-width:991px) {
  .service_pricing_overview .tab-content.active { border-bottom: 1px solid #eee; }
  .service_pricing_overview .tab-content .title { padding: 10px 15px; border-bottom: 1px solid #eee; }
  .service_pricing_overview .tab-content.active .title { background-color: #eee; }
  .service_pricing_overview .tab-content .inner { display: none; }
  .service_pricing_overview .tab-content.active .inner { display: block; }
  .service_pricing_overview .tab-content .inner .image { margin: 20px 0; }
  .tab_arrow .tab-content .title { position: relative; }
  .tab_arrow .tab-content .title:after { content: ''; position: absolute; top: -6px; right: 18px; bottom: 0; margin: auto 0; height: 10px; width: 10px; border-width: 0 0 2px 2px; border-style: solid; transform: rotate(-45deg); }
  .tab_arrow .tab-content.active .title:after { transform: rotate(135deg); top: 3px; }
  .tab_pricing .tab-content { border: 1px solid #f6f6f6; border-radius: 5px; overflow: hidden; }
  .tab_pricing .tab-content:not(:last-child) { margin-bottom: 15px; }
  .tab_pricing .tab-content .inner { display: none; border: none; }
  .tab_pricing .tab-content.active .inner { display: block; }
  .tab_pricing .tab-content.active .title { background: #eee; }
  .tab_pricing .tab-content .image { max-width: 300px; width: 100%; }
  .tab_pricing .tab-content.active { box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 12%); }
  .website_show_carousel .swiper-slide .image{ max-height:600px; }
  .tab_pricing .tab-content .image { width:100%; max-width:100%; }
  .two_column_contact .inner { display: block; }
  .two_column_contact .inner .left { width: 100%; padding: 0 0 50px; }
  .two_column_contact .inner .right { width: 100%; }
  .two_column_contact .inner .right .default_form { padding: 25px; }
  .partners_stats .partner_list .box .image { width: 80px; }
}

@media (max-width: 767px) {
  .downlod_box form .actions { text-align: center; }
  .tab_pricing .tab-content .image { width:100%; max-width:100%; }
  .tab_pricing .tab-content .image img{max-width: 170px; }
  .hs-form-field { margin-bottom: 15px !important; } 
  .downlod_box form .actions { margin-top: 10px; }

  footer .hs-search-field__bar form { text-align: center; }
  footer { text-align: center; }
  .footer_logo { margin: 0 auto; }
  footer .hs-search-field__bar { max-width: 360px; margin: 0 auto; }
  footer .hs-search-field__bar form label { justify-content: center; }
  .footer_contact_box .footer_contact_box_cover { text-align: left; }
  .footer_box_heading { }
  .footer_form .field.hs-form-field { margin: 0 !important; } 
  .partners_stats .partner_list { grid-template-columns: 1fr; }

}

@media (max-width:575px) {

  .testimonial_cluster .testi_box { text-align: center; }
  .testimonial_cluster .testi_box .quote { display: none; } 
  .testimonial_cluster .testi_box .image_content { display: block; }
  .testimonial_cluster .testi_box .image { margin: 0 auto; }
  .testimonial_cluster .testi_box .right_content { width: 100%; padding: 20px 0 0; }

}