/*
Theme Name: Bootstrap Basic4
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.2.5
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/
@import "style-editor.css";

@keyframes bg_white_to_secondary {
    0% {
        background-color: #ffffff;
    }
    100% {
        background-color: var(--secondary, #45c5af);
    }
}

@keyframes text_secondary_to_white {
    0% {
        color: var(--secondary, #45c5af);
    }
    100% {
        color: #ffffff;
    }
}
@keyframes bg_gray100_to_secondary100 {
    0% {
        background-color: var(--gray-100);
    }
    100% {
        background-color: var(--secondary-100, #119da4);
    }
}

@keyframes box_shadow_big_to_small {
    0% {
        box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.15);
    }
    100% {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
    }
}
@keyframes box_shadow_small_to_big {
    0% {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
    }
    100% {
        box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.15);
    }
}
@keyframes opacity_1_to_0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacity_0_to_1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes width_100p_to_110p {
    0% {
        width: 100%;
        margin-left: 0px;
    }
    100% {
        width: 110%;
        margin-left: -5%;
    }
}

/*
Required WordPress CSS
*/
:root {
    --header-height: 80px;
    --footer-height: 71.2px;
    /*letter space*/
    --letter-space-title: 3px;
    --letter-space-p: 1px;
}
::selection {
    background-color: #bbd6fb;
    color: #fff;
}
.patentcloud_icons div.d-inline-block{
    width: 71px;
}
.patentcloud_icons p.small{
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 0px;
}
.fas.fa-quote-left {
    font-weight: 900 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    width: 100%;
    display: block;
}
a {
    color: unset;
}
a:hover {
    color: unset;
    text-decoration: none;
}
input {
    border-radius: 0.25rem;
}
button:focus {
    outline: none !important;
}
.ld_btn {
    position: absolute;
    bottom: 5rem;
    left: 3rem;
}
.ld_btn_text {
    position: absolute;
    bottom: 1rem;
    left: 3rem;
}
.qi_annotations_view_all {
    position: absolute;
    top: 50%;
    right: 6rem; /**/
}
.annoucement {
    background: rgba(17, 157, 164, 0.51);
    border-radius: 20px;
    width: 100%;
    margin-right: -30px;
    position: relative;
}
.annoucement .annoucement_link,
.annoucement_slick p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.annoucement_link {
    width: 106px;
}
.annoucement_close {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}
.connect_btn {
    border-radius: 0.25rem 0px 0px 0.25rem;
}
.connect_input {
    border-radius: 0px 0.25rem 0.25rem 0px;
    margin-left: -5px;
}
.fs-18 {
    font-size: 18px;
}
.btn-primary:hover,
.btn-outline-primary:hover,
.btn-primary {
    color: #ffffff !important;
}
.h-lg-100 {
    height: 100%;
}
.hover-bg-gray-100:hover {
    background-color: var(--gray-100, #fafafa);
    border-radius: 5px;
}
.hover-bg-gray-100:hover i {
    color: var(--primary, #84bb49);
}
.text-shadow {
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}
/*.shadow-small {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}*/
.shadow-md {
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.25));
}
.shadow-large {
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.15);
}
body a.disabled {
    color: var(--disabled, #00000061) !important;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
body a.disabled:hover {
    color: var(--disabled, rgba(0, 0, 0, 0.38)) !important;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.click_to_see_big_img img {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}
.black-wrap-fixed {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1031;
    display: none;
    padding: 5rem;
}
.black-wrap-fixed > div {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: start;
}
.black-wrap-fixed .full_img {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
}
.full_img {
    width: 100%;
    background-color: #ffffff;
}
.icon-circle64-secondary-200 {
    width: 4rem;
    height: 4rem;
    background-color: var(--secondary-200, #476385);
    line-height: 4rem !important;
    color: #fff;
    border-radius: 100%;
    font-size: 23px;
}
.w-4rem {
    width: 4rem;
}
.in_white_logo {
    width: 100px;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.super_h1 {
    font-size: 5.9375rem;
    font-weight: 200;
    line-height: 1.5em;
}
.hightlight_box {
    padding: 1.25rem 1.875rem;
    background-color: var(--gray-100, #fafafa);
}
.hightlight_box p {
    font-weight: 300;
    font-size: 1.25rem;
}
.fa-external-link-alt {
    color: var(--secondary, #45c5af);
    font-weight: normal;
}

.footer-hr {
    width: 90%;
    margin-left: 5%;
    border-top: 2px solid var(--gray-800);
}

footer ul {
    list-style: none;
    padding-left: 0px;
    line-height: 3rem;
}

footer {
    padding-top: 10.5rem;
}
footer h6 {
    height: 3.7rem;
    margin-bottom: 0px;
}
.footer-lang-btn .dropdown-menu a.dropdown-item.active {
    color: var(--primary, #84bb49);
    background-color: transparent !important;
    position: relative;
}
.footer-lang-btn .dropdown-menu a.dropdown-item.active::before {
    content: "\f00c";
    position: absolute;
    left: -1rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}
.footer-lang-btn .dropdown-menu a.dropdown-item:hover,
.footer-lang-btn .dropdown-menu a.dropdown-item:active,
.footer-lang-btn .dropdown-menu a.dropdown-item:focus {
    /*padding: 10px 0px !important;*/
    background-color: transparent !important;
    color: var(--primary, #84bb49);
}
.fill-footer::after {
    content: "";
    width: 100%;
    height: 104px;
    position: absolute;
    bottom: -104px;
    left: 0px;
    background-color: inherit;
}
.text-sm-nowrap {
    white-space: nowrap !important;
}

.fas,
.btn .fas {
    margin-right: 5px;
}

.bg-special1 {
    background: linear-gradient(90.15deg, #119da4 0.1%, #45c5af 100.15%);
}
.bg-special2 {
    background: linear-gradient(91.37deg, #7e7db4 0%, #45c5af 80.05%);
}
.bg-special1.div-with-footer {
    border-radius: 5px;
}
.fab.fa-linkedin-in{
    position: relative;
}
span.IN-widget{
    /*display: none !important;*/
    opacity: 0 !important;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
span.IN-widget > span > button{
    height: 30px !important;
}
.post-tags {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    padding: 0.25rem 1rem;
    border: 1px solid var(--gray-400, #d9d9d9);
    color: var(--secondary-100, #119da4);
    font-weight: 500;
    display: inline-block;
    border-radius: 0.25rem;
    font-size: 13px;
}
.post-tags:hover {
    color: #fff;
    border: 1px solid var(--secondary-100, #119da4);
    background-color: var(--secondary-100, #119da4);
}
.related_posts_list p,
.related_post .col-md-12 .small {
    border-bottom: 1px solid var(--gray-400);
}
.div-with-footer {
    position: relative;
    top: 6.5rem;
    margin-top: -6.5rem;
    z-index: 1029;
    height: 13rem;
}

.social-icons img {
    margin-right: 1rem;
}

.card-columns {
    max-width: 100%;
}

/*----------------------------MENU-----------------------------------------*/
.navbar-nav {
    width: 100%;
}
.navbar-nav li:not(:first-child) {
    margin-left: 0rem;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--gray-800, #4d4d4d);
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
}
/*
.navbar-nav .nav-item .nav-link.dropdown_menu::after{
    content: "\f0d7";
    color:var(--gray-900, #333333);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
}
.navbar-nav .nav-item .nav-link.dropdown_menu:hover::after{
    color: var(--primary, #84BB49);
}
*/
.navbar-light .navbar-nav .nav-link i {
    margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link:hover,
.nav-item.dropdown.show .nav-link,
a.nav-link:hover {
    color: var(--primary, #84bb49) !important;
}
.line-tab a.nav-link:hover {
    color: var(--secondary, #45c5af) !important;
}
.mm_pricing_icon {
    width: 30px;
}
.mm_pricing_item p {
    line-height: 30px;
}

/*----------------------------------------------------------------------------*/

/*----------------------------PRICING-----------------------------------------*/
table.pricing tr th:not(:first-child),
table.pricing tr td:not(:first-child) {
    text-align: center;
}

table.pricing tr th:first-child {
    padding-left: 2rem;
}

table.pricing tr {
    height: 4rem;
}

table.pricing thead th {
    border-bottom: 1px solid #dddddd;
    border-top: none !important;
}

table.pricing tr td,
table.pricing tr th {
    vertical-align: middle;
    font-weight: normal;
    border-top: 1px dashed #dddddd;
}
table.pricing tr:last-child {
    border-bottom: 1px dashed #dddddd;
}

table.pricing .fa {
    font-size: 1.25rem;
}

table.pricing .fa-check {
    color: var(--primary);
}

table.pricing .fa-times {
    color: var(--gray-500);
}

.pricing-card {
    border-radius: 0.625rem;
    box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.pricing-card .single-pricing-card {
    padding: 1.75rem 15px 7rem 15px;
}

.pricing-card .single-pricing-card:not(:last-child) {
    border-right: 1px solid var(--gray-300, #e6e6e6);
}

.pricing-card .single-pricing-card .col-lg-12:first-child {
    border-bottom: 1px solid var(--gray-300, #e6e6e6);
}
.single-pricing-card.advanced::before {
    content: "Most Popular";
    text-align: center;
    color: #ffffff;
    padding: 0.5rem;
    display: block;
    position: absolute;
    width: calc(100% + 2px);
    font-size: 1.5rem;
    background-color: var(--primary, #84bb49);
    top: -52px;
    left: -1px;
}

.pricing-card .advanced h4 {
    font-weight: 600;
}

.pricing-card p.d-inline-flex,
.pricing-card-bundle p.d-inline-flex {
    width: auto;
    margin-bottom: 0px;
}

.pricing-card .pricing_table_desc {
    height: 2.4rem;
}
.pricing_table_desc_bundle {
    height: 77px;
    width: 100%;
}

.pricing-card ul {
    padding-left: 1.3rem;
    margin-bottom: 1.5rem;
}

.pricing-card .subscribe-btn {
    position: absolute;
    bottom: 3.25rem;
    left: 0%;
}

.pricing-card .dollor {
    margin-right: 0.3rem;
}

.paid_by_year .dollor {
    position: relative;
    top: 0.7rem;
}

.paid_by_year .period {
    position: relative;
    bottom: 0.8rem;
}

/*---------------------------------------------------------------------*/

/*----------------------------FAQ-----------------------------------------*/
.faq_header h3.h1 {
    font-weight: 600;
}

.faq-style-1 .body .col-auto i.h6.far,
.col-auto .far {
    margin-top: 0.3rem;
}
.faq-style-1 h6 {
    color: var(--gray-800, #4d4d4d);
}

.faq-style-2 .accordion .card-header {
    background-color: unset;
    border-radius: 0px;
    border: none;
}
.faq-style-2 .accordion .card-header h6 {
    cursor: pointer;
}
.faq-style-2 .accordion .card {
    background-color: unset;
    border: none;

    border-bottom: 1px solid #dddddd !important;
    border-radius: 0px;
}

.faq-style-2 .accordion > .card > .card-header {
    padding: 1.25rem 0px;
}

.faq-style-2 i.h5.far {
    margin-right: 21px;
    width: 21px;
}

.faq-style-2 .card-body {
    padding: 0px 0px 1.5rem 42px;
}

.faq-style-2 .collapsed i.h5:before {
    content: "\f0fe" !important;
    font-weight: 400;
}

.faq-style-3 #pills-tab .nav-pills {
    margin-bottom: 4.75rem;
}

.pills-tab .nav-pills .nav-link.active,
.faq-style-3 #pills-tab .nav-pills .show > .nav-link,
.pills-tab .nav-pills .nav-link:hover {
    color: var(--secondary, #45c5af);
    background-color: transparent;
    border-radius: 1.875rem;
    border: 1px solid #dddddd;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-color: var(--secondary, #45c5af);
}

.pills-tab .nav-pills .nav-link {
    color: var(--gray-600, #999999);
    background-color: transparent;
    border-radius: 1.875rem;
    border: 1px solid #dddddd;
    padding: 0.5rem 1rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
.pills-tab .nav-pills .nav-item {
    margin-bottom: 1rem;
}
.faq-style-3 ul.timeline {
    list-style-type: none;
    position: relative;
    color: var(--gray-800, #4d4d4d);
}
.faq-style-3 ul.timeline i {
    font-size: 0.875rem;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: var(--secondary-200, #476385);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0.875rem;
    z-index: 400;
}
.faq-style-3 ul.timeline i:before {
    text-align: center;
    line-height: 32px;
    display: inherit;
}
.faq-style-3 ul.timeline:before {
    content: " ";
    background: var(--secondary-200, #476385);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 0px;
    height: 100%;
    z-index: 400;
}
.faq-style-3 ul#faq_timeline.timeline:before {
    height: 78%;
}
.faq-style-3 ul.timeline > li {
    padding-bottom: 2.5rem;
    padding-left: 4.8rem;
}

.faq-style-3 ul.timeline > li:not(:last-child):after {
    content: " ";
    background: var(--secondary-200, #476385);
    display: inline-block;
    position: absolute;
    left: 29px;
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: 399;
}

.faq-style-3 ul.timeline > li > h4 {
    font-size: 1.25rem;
    color: var(--gray-700, #808080);
}
.faq-style-3 ul.timeline > li > p {
    font-size: 0.8125rem;
    color: var(--gray-700, #808080);
}
/*ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}*/

/*---------------------------------------------------------------------*/
/*----------------------------Dropdowns-----------------------------------------*/
.select-selected {
    color: var(--gray-800, #4c4c4c);
    padding: 0.5rem 0.375rem;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    width: 100%;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.select-head {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f7f7f7;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 1.2rem;
    right: 1rem;
    width: 0;
    height: 0;
    border: 0.375rem solid transparent;
    border-color: var(--secondary-100, #119da4) transparent transparent;
    animation-name: drop_deactive;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes drop_deactive {
    from {
        transform: rotate(180deg);
        top: 0.7rem;
    }
    to {
        transform: rotate(360deg);
        top: 1.2rem;
    }
}
.select-wrapper {
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 2;
}

.select-selected.select-arrow-active:after {
    animation-name: drop_active;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes drop_active {
    from {
        transform: rotate(0deg);
        top: 1.2rem;
    }
    to {
        transform: rotate(180deg);
        top: 0.7rem;
    }
}
.select-selected p {
    margin-bottom: 0px;
}

.select-hide,
#go-search {
    display: none;
}
.select-wrapper .select-items {
    position: relative;
    display: none;
    margin-top: 1rem;
}
.select-wrapper .select-item {
    padding: 0.4375rem 0px;
    padding-left: 0.625rem;
}
.select-wrapper .select-item:hover {
    background: #f0f0f0;
    border-radius: 0.25rem;
}
.select-wrapper .select-item.group-title:hover {
    background: unset;
}
.select-wrapper .select-items .group {
    padding-left: 1.4375rem;
}

/*---------------------------------------------------------------------*/
/*----------------------------TIMELINE-----------------------------------------*/

ul.timeline {
    list-style-type: none;
    position: relative;
    color: var(--gray-800, #4d4d4d);
    margin: 1rem 0px 0px -3rem;
}
ul.timeline i {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: var(--secondary-200, #476385);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 5px;
    z-index: 400;
}

ul.timeline i:before {
    text-align: center;
    line-height: 50px;
    display: inherit;
}

ul.timeline:before {
    content: " ";
    background: var(--secondary-200, #476385);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 0px;
    height: 100%;
    z-index: 400;
}
ul#faq_timeline.timeline:before {
    height: 78%;
}
ul.timeline > li {
    padding-bottom: 5.5rem;
    padding-left: 6.625rem;
    position: relative;
}
ul.timeline > li:not(:last-child):after {
    content: " ";
    background: var(--secondary-200, #476385);
    display: inline-block;
    position: absolute;
    left: 29px;
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: 399;
}
ul.timeline h4 {
    line-height: 50px;
}
/*ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}*/
.timeline_horizontal .slick-list.draggable {
    width: 100%;
}
.timeline_horizontal,
.timeline_horizontal_for {
    max-width: 100%;
    text-align: center;
}
.timeline_event {
    /*border:1px solid #666;*/
    text-align: center;
    position: relative;
}
.timeline_event:hover,
.timeline_event:focus,
.timeline_event:active,
.timeline_event_for:hover,
.timeline_event_for:focus,
.timeline_event_for:active {
    outline: none;
}
.timeline_horizontal .timeline_event p {
    color: var(--gray-700, #808080);
}
.timeline_event::before {
    /*圈圈*/
    content: " ";
    background-color: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: 1px solid var(--gray-600, #999999);
    display: inline-block;
    z-index: 2;
    position: relative;
}
.timeline_event.slick-center::before {
    /*中間圈圈*/
    content: " ";
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: 1px solid var(--primary, #84bb49);
    background-color: var(--primary, #84bb49);
    display: inline-block;
}
.timeline_event::after {
    /*線*/
    content: " ";
    width: 100%;
    height: 1px;
    background-color: var(--gray-700, #808080);
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 50%;
    z-index: 1;
    opacity: 1;
}

.timeline_event.no_line::after {
    /*display: none !important;*/
    animation: opacity_1_to_0 0.3s forwards;
}

.timeline_event.slick-center p {
    color: var(--primary, #84bb49);
}

.timeline_horizontal_for .timeline_event_for {
    color: var(--gary-800, #4d4d4d);
}
.timeline_event_for p {
    margin-bottom: 2rem;
}

/*---------------------------------------------------------------------*/

/*----------------------------TAB-----------------------------------------*/
.line-tab .nav-tabs .nav-link.active,
.line-tab .nav-tabs .nav-item.show .nav-link {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--secondary, #45c5af);
    background-color: transparent;
    border-color: none;
    border: none;
    padding: 0.9375rem 3rem;
    position: relative;
}
nav.bundle-scenario {
    border-bottom: 1px solid #e0e0e0;
}

.line-tab nav.bundle-scenario .nav-tabs .nav-link {
    font-size: 1rem !important;
    padding: 21px 15px;
}
.line-tab nav.bundle-scenario .nav-tabs .nav-link.active:after,
.line-tab nav.bundle-scenario .nav-tabs .nav-item.show .nav-link:after,
.line-tab nav.bundle-scenario .nav-tabs .nav-link:after {
    top: calc(100% - 5px);
}
.bundle-menu {
    background-color: #fff;
}
.bundle-menu .line-tab .nav-tabs {
    min-width: 1200px;
}
.bundle-menu nav {
    overflow: auto;
}
.bundle-menu-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1035;
}
.thead-bundle h6 {
    font-size: 18px;
}
.show_more {
    display: none;
}
.show_more_text,
.show_less_text {
    cursor: pointer;
}

#nav-tabContent-product,
.show_less_text,
.product_content {
    display: none;
}
.product_content.show {
    display: block;
}

.bundle-icon {
    width: 30px;
    margin: 0px 5px;
}
.bundle_pc_icon {
    margin-bottom: 20px;
}
.bundle_pc_icon img {
    margin-right: 10px;
    width: 30px;
}
.pc-premium {
    border: 1px solid #6f6f78;
    border-radius: 50px;
    font-size: 24px;
    line-height: 27px;
    padding: 3px 13px;
}
.pricing-card.bundle h5 {
    font-size: 26px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bundle-include {
    padding: 13px 10px 13px 15px;
    margin-right: 10px;
    position: relative;
}
.bundle-include::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0px;
}
.bundle-body {
    padding-top: 0px;
}
.bundle-body.jpy .h2,
.bundle-body.twd .h2 {
    font-size: 1.875rem;
}
.bundle-product {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
}
.line-tab nav.bundle-product .nav-tabs .nav-link {
    font-size: 1rem !important;
    padding: 13px 15px;
    color: var(--gray-800);
    font-weight: 400;
}
.line-tab nav.bundle-product .nav-tabs .nav-link.active,
.line-tab nav.bundle-product .nav-tabs .nav-item.show .nav-link {
    background-color: var(--secondary-300);
    color: var(--gray-800);
    border-radius: 0px;
}
.line-tab nav.bundle-product .nav-tabs .nav-link.active:after,
.line-tab nav.bundle-product .nav-tabs .nav-item.show .nav-link:after,
.line-tab nav.bundle-product .nav-tabs .nav-link:after {
    display: none;
}
.line-tab .nav-tabs .nav-link.active:after,
.line-tab .nav-tabs .nav-item.show .nav-link:after {
    content: " ";
    background: var(--secondary, #45c5af);
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 5px;
    border-radius: 10px;
}

.line-tab .nav-tabs .nav-link {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--gray-700, #808080);
    background-color: transparent;
    border-color: none;
    border: none;
    padding: 0.9375rem 3rem;
    position: relative;
}
.line-tab .nav-tabs .nav-link:after {
    content: " ";
    background: var(--gray-200, #f0f0f0);
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 5px;
    border-radius: 10px;
}

.line-tab .nav-tabs .nav-link:hover,
.line-tab .nav-tabs .nav-link:focus {
    border-color: none;
}

.line-tab .nav-tabs {
    border-bottom: none;
}

.bar-tab .nav-tabs .nav-link.active,
.line-tab .nav-tabs .nav-item.show .nav-link {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #ffffff;
    background-color: var(--secondary, #45c5af);
    border-color: none;
    border: none;
    padding: 0.75rem 3rem;
    position: relative;
    border-radius: 0px;
}

.bar-tab .nav-tabs .nav-link {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--gray-700, #808080);
    background-color: var(--gray-200, #f0f0f0);
    border-color: none;
    border: none;
    padding: 0.75rem 3rem;
    position: relative;
    border-radius: 0px;
}

.bar-tab .nav-tabs .nav-link:hover,
.line-tab .nav-tabs .nav-link:focus {
    border-color: none;
}

.bar-tab .nav-tabs {
    border-bottom: none;
}
.br-10 {
    border-radius: 10px;
}
/*---------------------------------------------------------------------*/
/*----------------------------Number Counter-----------------------------------------*/
.number-counter-type-a {
    padding: 5.5rem 0px;
}
.number-counter-type-a .number_card {
    padding: 3rem 1rem 1.5rem 1rem;
    background-color: #ffffff;
}
.qi-search-input {
    width: 50%;
}
.qi .btn-outline-white {
    border-radius: 30px;
    margin: 0px 15px;
}
.dd .number_card {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.dd .number_card:hover .text-gray-800,
.dd .number_card:hover .text-gray-700 {
    color: #fff !important;
}
.number-counter-type-a .number_card:hover {
    animation: bg_white_to_secondary 0.5s forwards ease-out;
}
.number-counter-type-a .number_card .number {
    color: var(--secondary, #45c5af);
    /*font-size: 3.75rem;*/
    font-size: 2.5rem;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.number-counter-type-a .number_card:hover .number {
    animation: text_secondary_to_white 0.5s forwards ease-out;
}

.number-counter-type-a .number_card .desc {
    color: var(--gray-800, #4d4d4d);
    margin-bottom: 0px;
}
.number-counter-type-a .number_card:hover .desc {
    animation: text_secondary_to_white 0.5s forwards ease-out;
}

.number-counter-type-b {
    background-color: transparent;
    padding: 5.5rem 0px;
}
.number-counter-type-b .number_card {
    padding: 3rem 1rem 1.5rem 1rem;
    background-color: var(--gray-100);
}
.number-counter-type-b .number_card:hover {
    animation: bg_gray100_to_secondary100 0.5s forwards ease-out;
}
.number-counter-type-b .number_card .number {
    color: var(--secondary, #45c5af);
    /*font-size: 3.75rem;*/
    font-size: 2.5rem;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.number-counter-type-b .number_card:hover .number,
.number-counter-type-b .number_card:hover i,
.number-counter-type-b .number_card:hover p {
    animation: text_secondary_to_white 0.5s forwards ease-out;
}
.number-counter-type-b .number_card i {
    font-size: 4rem;
}

.number-counter-type-b .number_card .desc {
    color: var(--gray-700, #808080);
    margin-bottom: 0px;
}
.number-counter-type-b .number_card:hover .desc {
    animation: text_secondary_to_white 0.5s forwards ease-out;
}

/*---------------------------------------------------------------------*/
/*----------------------------CONTENT-----------------------------------------*/
.content-style-1 h5::before {
    content: " ";
    background-color: var(--secondary, #45c5af);
    width: 3.125rem;
    height: 0.3125rem;
    margin-bottom: 1.1875rem;
    display: block;
}
.content-style-1 img {
    animation: box_shadow_big_to_small 0.5s forwards;
}
.content-style-1 img:hover {
    animation: box_shadow_small_to_big 0.5s forwards;
}

/*---------------------------------------------------------------------*/
/*----------------------------CARD-----------------------------------------*/
.card-image.card,
.card-icon.card {
    border: none;
    height: 100%;
    position: relative;
    animation: box_shadow_big_to_small 0.5s forwards;
}
.card-body {
    z-index: 2;
}
.card-image.card:hover,
.card-icon.card:hover {
    animation: box_shadow_small_to_big 0.5s forwards;
}
.get_started_card .card-image.card:hover::after,
.get_started_card .card-icon.card:hover::after {
    content: " ";
    height: 100%;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 0px 0px 2px #84bb49 !important;
    position: absolute;
    border-radius: 0.25rem;
    z-index: 1;
}
.card-image .sub-title,
.card-icon .sub-title {
    font-weight: 500;
}

.card-image .card-body,
.card-icon .card-body {
    padding: 2rem 1.5rem 5rem 1.5rem;
    position: relative;
    z-index: unset;
}
.get_started_card .card-image .card-body,
.get_started_card .card-icon .card-body {
    padding: 2.3rem 2.3rem 1.5rem 2.3rem;
}

.card-image .learn_more,
.card-icon .learn_more,
.div_3 .learn_more {
    position: absolute;
    bottom: 2rem;
    z-index: 2;
}

.card-image .inner_image,
.card-icon .inner_image {
    padding: 4rem 3.375rem;
    text-align: center;
}
.card-image .inner_image img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: center;
}
.card-icon .inner_image .fas {
    font-size: 3rem;
    font-weight: 900;
    color: var(--secondary-200, #476385);
    line-height: 4.75rem;
}
.learn_more > .fas {
    margin-left: 0.375rem;
}

/*---------------------------------------------------------------------*/

/*------------------------FLIP BOARD-------------------------------------*/

.flip-board .flip-board-front {
    background-color: var(--gray-100, #fafafa);
    padding: 3rem 2rem;
    width: 100%;
    min-height: 300px;
}
.flip-board .flip-board-back {
    background-color: var(--secondary-100, #119da4);
    padding: 3rem 2rem;
    width: 100%;
    color: #fff;
    min-height: 300px;
}
.flip-board .flip-board-front i {
    background-color: var(--secondary-200, #476385);
    font-size: 1.4375rem;
    color: #fff;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 100%;
    /*margin-top: 2.5rem;*/
    margin-bottom: 2.75rem;
}
/*.flip-board h5{
    margin-bottom: 1.25rem;
}*/

.flip-board {
    -moz-perspective: 1200;
    -webkit-perspective: 1200;
    perspective: 1200;
    min-height: 300px;
}

.flip-board:hover > .row {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-board > .row {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-board .col-md-12.flip-board-front,
.flip-board .col-md-12.flip-board-back {
    position: absolute;
    top: 0;
    left: 0;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-board .flip-board-back {
    z-index: 999;
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/*---------------------------------------------------------------------*/
.api-client {
    max-height: 60px;
    max-width: 100%;
}
/*----------------------------Modal-----------------------------------------*/
.about_modal .modal-header {
    border: none;
}

.about_modal .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 9;
    opacity: 1;
}
.inq_modal.modal-md .modal-dialog,
.inq_modal.modal-md fieldset {
    max-width: 600px !important;
}
.inq_modal.modal-md label {
    font-size: 13px !important;
}
.inq_modal.modal-md .hs-button.primary,
.hs-button.primary {
    color: #fff;
    background-color: var(--primary, #84bb49);
    padding: 0.5rem 1rem;
    outline: none;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    margin-top: 25px;
}
.modal-md .hs-button.primary {
    width: 100%;
}
.inq_modal .modal-content {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
}

.inq_modal .modal-header {
    padding: 1rem 2rem;
    border-bottom: none;
}
.inq_modal .modal-header .fas {
    font-size: 1.5rem;
    line-height: 2.8125rem;
    color: #808080;
}
.inq_modal.modal-md .modal-header .fas {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 300 !important;
}
.inq_modal .modal-header .close:focus,
.inq_modal .modal-header .close:hover,
.inq_modal .modal-header .close:active {
    outline: none !important;
}

.inq_modal .modal-body {
    padding: 2rem;
    border-top: 1px solid #cccccc;
    max-height: 80vh;
    overflow: auto;
    /*border-bottom: 1px solid #cccccc;*/
}

.inq_modal .modal-body ul li {
    margin-top: 2rem;
}
.inq_modal.modal-md .modal-body ul li {
    margin-top: 0px;
}
.inq_modal .modal-body ul li p {
    margin-bottom: 0px;
}
.inq_modal .modal-dialog {
    max-width: unset;
}

.inq_modal .modal-body p.list {
    font-weight: 700;
}
.inq_modal .modal-footer {
    padding: 1.6875rem 2rem;
}
.inq_modal.modal-md .modal-footer {
    padding: 15px 2rem;
}
.modal.show .modal-dialog {
    margin: 0px auto;
    height: 100%;
    display: flex;
    align-items: center;
}

/*---------------------------------------------------------------------*/

/*-----------------------PAGE ELEMENT------------------------------------*/
.slide_click {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    color: var(--secondary-100);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 40px !important;
    text-align: center;
    cursor: pointer;
}
.slide_click.fa-arrow-left {
    left: 60px;
    margin-left: -20px;
}
.slide_click.fa-arrow-right {
    right: 60px;
    margin-right: -20px;
}
.about-us-card-div {
    width: 234px;
    height: 218px;
}
.about-yp {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.about-yp img {
    height: 100%;
    object-fit: cover;
}
h6.spanin > span {
    font-size: 1rem;
    font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    h6.spanin {
        height: 60px;
    }
}
.about-team p.btn-link[data-toggle="modal"] {
    cursor: pointer;
}

.block-bg-img {
    padding: 5.5rem 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-hero {
    min-height: 500px;
}
.home_product_div_for_click {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.partner-logo-gallery {
    width: 378px;
    text-align: center;
    overflow-x: hidden;
}
.home-partner-padding {
    padding: 2.5rem 3rem 2.5rem 3rem;
}
.home-partners-garllery {
    width: 178px;
    height: 83px;
    margin: 4px;
    border: 1px solid #ededed;
    border-radius: 1px;
    display: inline-block;
}
.home-partners-garllery:hover,
.home-partners-garllery.active {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.home-partners-garllery .w-100 {
    text-align: center;
}
.home-partner-img {
    display: none;
}
#home-partner-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.home-partners-garllery img {
    max-width: 100%;
    object-fit: contain;
}
.home-meet-our-client {
    padding: 2.5rem 0px 3.5rem 0px;
}
.home-meet-our-client-slick .slick-next {
    top: 0px;
    right: 0px;
}
.home-meet-our-client-slick .slick-prev {
    top: 0px;
    left: 0px;
}

.home-patentcloud-products img {
    width: 45px;
    height: 45px;
}
.home-patentcloud-products .see_more {
    position: absolute;
    bottom: 30px;
}
.home-patentcloud-products .col-12 {
    position: unset;
}
.home-at-last .col-md-6 {
    border-left: 5px solid var(--secondary, #45c5af);
}

.home-proudof.slick-initialized .slick-slide {
    padding: 0px 15px;
}
.home-proudof.slick-initialized h5 {
    font-size: 1.4375rem;
    font-weight: 500;
    margin-top: 1.125rem;
    margin-bottom: 0.9375rem;
}
.home-proudof a > h5:hover,
.home-fromblog a > h6:hover {
    color: var(--primary-d-100, #77ab40);
}
.quote_div {
    margin-top: 8rem;
    margin-bottom: 12rem;
}
.quote_div::before {
    content: " ";
    width: 9rem;
    height: 9rem;
    display: inline-table;
    border: 5px solid;
    border-top-color: #476385;
    border-left-color: #476385;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: -4.5rem;
    left: -4.5rem;
}
.quote_div::after {
    content: " ";
    width: 9rem;
    height: 9rem;
    display: inline-table;
    border: 5px solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #476385;
    border-bottom-color: #476385;
    position: absolute;
    bottom: -4.5rem;
    right: -4.5rem;
}
.top-line-secondary {
    position: relative;
}
.top-line-secondary::before {
    content: " ";
    background-color: var(--secondary);
    width: 50px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: -19px;
    left: 0px;
}
.title-with-line {
    position: relative;
}
.title-with-line > span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0px 3rem;
}
.title-with-line::after {
    content: " ";
    background-color: var(--gray-300, #e6e6e6);
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 0.8em;
    left: 0px;
    z-index: 1;
}
.h-76px {
    height: 76px;
}
.founder {
    position: absolute;
    bottom: 0px;
}
.page_bottom_cta {
    padding: 0px 0px 13.5rem 0px;
    margin-bottom: -13rem;
}
.page_bottom_cta .timeline h6 {
    padding-top: 0.5rem;
}
.page_bottom_cta ul.timeline i {
    left: 30px;
}
.page_bottom_cta ul.timeline > li:not(:last-child):after {
    left: 55px;
}
.triangle_bg {
    border-color: transparent #ffffff transparent transparent;
    border-style: solid solid solid solid;
    border-width: 0px 100vw 10rem 0px;
    height: 0px;
    width: 0px;
}
.career_banner {
    padding: 10.5rem 0px;
}
.life_at_inquartik_text-pl {
    background-color: #fff;
    min-width: 670px;
    z-index: 2;
    padding: 18px 30px;
    position: absolute;
    left: 0px;
}
.life_at_inquartik_text-pr {
    background-color: #fff;
    min-width: 670px;
    z-index: 2;
    padding: 18px 30px;
    position: absolute;
    right: 0px;
}
.carre_how_to_prepare {
    border: 1px solid var(--gray-400, #e9e9e9);
}
.archive_banner {
    padding: 7.5rem 0px;
}
.giving_back_banner {
    padding: 8.25rem 0px 10rem 0px;
}
.get_started_banner {
    padding: 10rem 0px;
}
.scenarios_banner {
    padding: 7.8rem 0px;
}

.pricing_banner {
    padding: 3rem 0px 15rem 0px;
}
.product_banner {
    padding: 13.25rem 0px 6.375rem 0px;
}
.hr-secondary {
    border-top: 5px solid var(--secondary);
    width: 50px;
    margin-left: 0px;
}
.hr-secondary-sm {
    border-top: 2px solid var(--secondary);
    width: 48px;
    margin-left: 0px;
}
.fixed-h-50 {
    height: 50px;
}
.br-md-1-gray-600 {
    border-right: 1px solid var(--gray-600);
}

.initiatives .scenario_item img {
    width: 200px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.initiatives .scenario_item h5 {
    margin-bottom: 20px;
}
.product_dd p i,
.product_ps p i {
    font-weight: 500;
}
.learn-from-past {
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.paginator .page-numbers {
    margin: 0px 15px;
}
.paginator .page-numbers.current {
    color: var(--primary);
}
.learn-from-past-half {
    padding: 27px 0px 41px 0px;
}
.learn-from-past-half:first-child {
    border-radius: 10px 0px 0px 10px;
}
.learn-from-past-half:first-child .w-100 {
    border-right: 1px solid #cccccc;
}
.learn-from-past-half:last-child {
    border-radius: 0px 10px 10px 0px;
}
.learn-from-past ul {
    list-style: none;
}
.learn-from-past ul li {
    padding: 6px 0px 6px 30px;
    border-bottom: 1px dotted #cccccc;
    position: relative;
}
.learn-from-past ul li::before {
    content: "\f058";
    position: absolute;
    left: 5px;
    top: 0px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: var(--primary);
    font-size: 16px;
    line-height: 36px;
}
.beyond-numbers i {
    font-size: 50px;
    width: 65px;
}
.ps-special {
    color: var(--gray-900) !important;
    font-weight: 400 !important;
    font-size: 45px !important;
    line-height: 67.5px !important;
}
.contact_banner {
    padding: 4.75rem 0px 5rem 0px;
}
.contact_select {
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 5px 10px;
}
.contact_select:focus {
    outline: none;
}

.div_style {
    padding: 2.5rem 3.5rem;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.div_style_lg {
    padding: 2.5rem 4.375rem;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.resources-posts .div_style img {
    border-radius: 5px 5px 0px 0px;
    height: 350px;
    object-fit: cover;
}
.scenario_item {
    padding: 0px 15px 97px 15px;
    justify-content: center;
}
.scenario_item h5 {
    height: 4.4rem;
    margin-bottom: 0px;
}
.scenario_item img {
    width: 100%;
}
/*
.scenario_item img:hover {
    animation: width_100p_to_110p 0.5s forwards;
}*/
.initiatives_type_style h6 {
    color: var(--gray-900, #333333);
    margin-bottom: 1em;
    font-weight: 500;
}
.initiatives .close {
    font-size: 1.25rem;
}
.initiatives h1 {
    display: none;
}
.initiatives input:not([type="radio"]),
.initiatives select {
    height: 30px;
    width: 100%;
    border: 1px solid var(--gray-500, #cccccc);
    border-radius: 3px;
    padding-left: 1rem;
    font-size: 13px;
    color: var(--gray-600, #999999);
}
.initiatives input:not([type="radio"]):focus,
.initiatives select:focus {
    outline: none;
    border-color: var(--primary, #84bb49);
}
.initiatives label {
    font-size: 13px;
    color: #4d4d4d;
    margin-bottom: 3px;
}
.initiatives ul {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.initiatives ul li {
    margin-top: 0px !important;
}
.initiatives p > a {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.initiatives input[type="submit"] {
    background-color: var(--primary, #84bb49);
    color: #ffffff;
    padding: 0.5rem;
    height: auto;
    border: none;
}
.initiatives input[type="submit"]:hover {
    background-color: var(--primary-d-200, #5d8632);
    color: #ffffff;
    border: none;
}
.initiatives input[type="submit"]:focus {
    background-color: var(--primary-l-200, #b6d793);
    color: #ffffff;
    outline: none;
}
.initiatives .hs_submit::before {
    content: " ";
    height: 1px;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    background-color: #e6e6e6;
    display: block;
    position: relative;
    margin-bottom: 1rem;
}
.initiatives select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 2px;
}
.inq_modal.initiatives .modal-body {
    border-top: 1px solid #e6e6e6;
}
.inq_modal.initiatives .modal-body {
    padding: 1rem 2rem;
}
.initiatives .modal-dialog {
    max-width: 585px !important;
}

/*---LIST STYLE---*/
.check_ul_style ul,
.check_ul_style_filled ul,
ul.post_ul_style {
    list-style: none;
    margin-bottom: 34px;
    position: relative;
    margin-left: 2.5rem;
}
.table_contents.post_ul_style {
    margin-left: 1rem;
}
.table_contents.post_ul_style li {
    margin-bottom: 20px !important;
}
.table_contents.post_ul_style li a {
    color: var(--gray-700, #808080);
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-weight: 500;
}

.check_ul_style ul li,
.check_ul_style_filled ul li,
ul.post_ul_style li {
    margin-bottom: 11px;
    position: relative;
}
.check_ul_style_filled ul li,
ul.post_ul_style li {
    margin-bottom: 1.25em;
}
ul.post_ul_style li {
    font-size: 1.25rem;
}
.check_ul_style ul li:not(.hs-form-radio)::before {
    content: "\f00c";
    color: var(--secondary-100, #119da4);
    display: inline-block;
    position: absolute;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    left: -2.1em;
}
.check_ul_style_filled ul li::before {
    content: "\f058";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 1em !important;
    color: var(--secondary, #45c5af);
    position: absolute;
    left: -3rem;
}
ul.post_ul_style li::before {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25em !important;
    color: var(--gray-700, #808080);
    position: absolute;
    left: -2rem;
    line-height: 30px;
}
.check_ul_style h5 {
    color: var(--gray-900, #333333);
}

.pricing-table-shift {
    margin-top: -18.5rem;
    margin-bottom: 9.625rem;
}

/*---------------------------------------------------------------------*/
/*-----------------------SIDEBAR------------------------------------*/
#sidebar-left.sidebar-right .widget,
#sidebar-right.sidebar-right .widget {
    border: none;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 0px;
}
#sidebar-left.sidebar-right .widget .widget-title,
#sidebar-right.sidebar-right .widget .widget-title {
    color: var(--gray-900, #333333);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 22px;
}
.sidebar-right .input-group > .custom-file,
.sidebar-right .input-group > .custom-select,
.sidebar-right .input-group > .form-control,
.sidebar-right .input-group > .form-control-plaintext {
    border-radius: 0px !important;
}
.sidebar-right .form-control[type="search"] {
    border: 1px solid var(--gray-500, #cccccc);
    border-right: none;
}
.sidebar-right button.search_submit {
    background-color: transparent;
    border: 1px solid var(--gray-500, #cccccc);
    border-left: none;
}
.sidebar-right button.search_submit i {
    color: var(--gray-600, #999999);
    font-size: 18px;
}

#sidebar-right .widget_recent_entries ul,
#sidebar-left .widget_recent_entries ul,
#sidebar-left .widget_categories ul,
#sidebar-right .widget_categories ul,
#sidebar-left .widget_jerry_category_multilanguage ul,
#sidebar-right .widget_jerry_category_multilanguage ul,
#sidebar-left .widget_jerry_latest_articles ul,
#sidebar-right .widget_jerry_latest_articles ul {
    list-style: none;
    padding-left: 0px !important;
}
#sidebar-right .widget_recent_entries ul li a,
#sidebar-left .widget_recent_entries ul li a,
#sidebar-left .widget_categories ul li a,
#sidebar-right .widget_categories ul li a,
#sidebar-left .widget_jerry_category_multilanguage ul li a,
#sidebar-right .widget_jerry_category_multilanguage ul li a,
#sidebar-left .widget_jerry_latest_articles ul li a,
#sidebar-right .widget_jerry_latest_articles ul li a {
    color: var(--secondary-100, #119da4);
}
#sidebar-right .widget_recent_entries ul li,
#sidebar-left .widget_recent_entries ul li,
#sidebar-left .widget_categories ul li,
#sidebar-right .widget_categories ul li,
#sidebar-left .widget_jerry_category_multilanguage ul li,
#sidebar-right .widget_jerry_category_multilanguage ul li,
#sidebar-left .widget_jerry_latest_articles ul li,
#sidebar-right .widget_jerry_latest_articles ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #d9d9d9;
}
#sidebar-right .widget_recent_entries ul li:first-child,
#sidebar-left .widget_recent_entries ul li:first-child,
#sidebar-left .widget_categories ul li:first-child,
#sidebar-right .widget_categories ul li:first-child,
#sidebar-left .widget_jerry_category_multilanguage ul li:first-child,
#sidebar-right .widget_jerry_category_multilanguage ul li:first-child,
#sidebar-left .widget_jerry_latest_articles ul li:first-child,
#sidebar-right .widget_jerry_latest_articles ul li:first-child {
    padding-top: 0px !important;
}
#sidebar-right .widget_recent_entries ul li:last-child,
#sidebar-left .widget_recent_entries ul li:last-child,
#sidebar-left .widget_categories ul li:last-child,
#sidebar-right .widget_categories ul li:last-child,
#sidebar-left .widget_jerry_category_multilanguage ul li:last-child,
#sidebar-right .widget_jerry_category_multilanguage ul li:last-child,
#sidebar-left .widget_jerry_latest_articles ul li:last-child,
#sidebar-right .widget_jerry_latest_articles ul li:last-child {
    margin-bottom: -10px !important;
}
#sidebar-left .widget_categories ul li,
#sidebar-right .widget_categories ul li,
#sidebar-left .widget_jerry_category_multilanguage ul li,
#sidebar-right .widget_jerry_category_multilanguage ul li {
    border-bottom: none !important;
}

/*---------------------------------------------------------------------*/

/*-----------------------POST------------------------------------*/
#feature_img {
    height: 390px;
    object-fit: cover;
}

body.mce-content-body {
    max-width: 732px;
}
.sub_title {
    font-size: 1.25rem;
}
#posts hr,
#tinymce.post-body hr {
    margin-top: 38px;
    margin-bottom: 56px;
}
#posts .post-body h4,
#tinymce.post-body h4,
#posts .post-body h2.h4,
#tinymce.post-body h2.h4 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--secondary-200, #476385);
    margin-bottom: 30px;
    text-align: left;
}
#posts .post-body h5,
#tinymce.post-body h5,
#posts .post-body h3.h5,
#tinymce.post-body h3.h5 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--secondary-200, #476385);
    margin-bottom: 5px;
}
#posts .post-body p,
#tinymce.post-body p {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    color: var(--gray-900, #333);
    margin-bottom: 30px;
}
#posts .post-body p.small,
#tinymce.post-body p.small {
    font-size: 13px !important;
}
#posts .post-body .hightlight_box,
#tinymce.post-body .hightlight_box {
    margin-bottom: 30px;
}
#posts .post-body .hightlight_box p,
#tinymce.post-body .hightlight_box p {
    margin-bottom: 0px;
}
#posts .post-body p a:not(.btn),
#posts .post-body .hightlight_box a:not(.btn),
#tinymce.post-body p a:not(.btn),
#tinymce.post-body .hightlight_box a:not(.btn) {
    color: var(--gray-900, #333333);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
#posts .post-body ul,
#posts .post-body ol,
#tinymce.post-body ul,
#tinymce.post-body ol {
    padding-left: 1.5rem;
    margin-bottom: 30px;
}
#posts .post-body ul li,
#posts .post-body ol li,
#tinymce.post-body ul li,
#tinymce.post-body ol li {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
}
#posts .post-body ul li a,
#posts .post-body ol li a,
#tinymce.post-body ul li a,
#tinymce.post-body ol li a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
#posts .post-body blockquote,
#tinymce.post-body blockquote,
blockquote {
    font-style: italic;
    margin-bottom: 56px;
    padding: 0px 2rem;
}
#posts .post-body blockquote p,
#tinymce.post-body blockquote p,
blockquote p {
    margin-bottom: 0px;
}
#posts .post-body img,
#tinymce.post-body img {
    max-width: 100%;
    height: auto;
}
#posts .post-body .slick-slider,
#tinymce.post-body .slick-slider {
    margin-bottom: 30px;
}
.post-meta {
    border-top: 1px solid var(--gray-400, #d9d9d9);
    border-bottom: 1px solid var(--gray-400, #d9d9d9);
    font-size: 13px;
    color: var(--secondary-100, #119da4);
    padding: 5px 0px;
}
.post-meta .seperator {
    color: var(--gray-900, #333333);
}
.share-btn {
    background-color: var(--gray-100, #fafafa);
    padding: 21px 30px;
}
.share-btn-icon i {
    width: 30px;
    height: 30px;
    background-color: var(--gray-300, #e6e6e6);
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.share-btn-icon i::before {
    line-height: 30px;
    color: var(--gray-600, #999999);
}
.post_subscribe {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1100;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}
.post_subscribe .legal-consent-container,
.post_subscribe .hs_email > label,
.post_subscribe .hs_error_rollup {
    display: none !important;
}
.post_subscribe .hs-error-msgs {
    position: absolute;
    top: -32px;
}

.post_subscribe .hs_submit,
.post_subscribe .hs_email {
    display: inline-block !important;
}
.post_subscribe .hs_email {
    width: calc(100% - 100px);
}

.post_subscribe .hs_submit .hs-button.primary {
    color: #fff;
    background-color: var(--primary, #84bb49);
    padding: 0.5rem 1rem;
    outline: none;
    border-radius: 0px 4px 4px 0px;
    border: none;
    font-size: 13px;
    margin-top: 0px !important;
}
.post_subscribe .hs_submit .hs-button.primary:hover {
    background-color: var(--primary-d-200, #5d8632);
}
.post_subscribe .hs-form input.hs-input {
    border: 1px solid #cccccc;
    border-radius: 4px 0px 0px 4px;
    font-size: 13px;
    color: var(--gray-600, #999999);
    padding: 7px 14px;
    width: 100%;
}
.hs-input:focus,
.hs-input:active {
    outline: none !important;
}
.post_subscribe .close {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    font-weight: 300;
    color: var(--gray-500, #cccccc);
    cursor: pointer;
}
.post_bottom_div {
    height: 12rem;
}

/*---------------------------------------------------------------------*/
/*------------------------------ Megamenu ------------------------------*/
.product_icon {
    width: 96px;
}
.page-header {
    position: relative;
}
.mm_language_close {
    font-weight: 300;
    font-size: 35px;
    line-height: 64px !important;
    width: 56px;
}
.mm_language_p {
    height: 64px;
    border: none;
    line-height: 64px;
    font-weight: 500;
}
.mm_language_mobile_div {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    background-color: #fff;
    z-index: 1033;
    display: none;
}
.mm_language_mobile_div_head {
    height: 80px;
    padding: 0.5rem 1rem;
}
.mm_language_mobile_div_body {
    margin-right: -1rem;
}
.mm_language_mobile_div_body ul {
    list-style: none;
    padding-left: 1rem;
    width: 100%;
}
.mm_language_mobile_div_body ul li {
    padding: 1rem 1rem;
    border-bottom: 1px solid #f0f0f0;
}
.mm_language_mobile_div_body ul li:last-child {
    border-bottom: none;
}
.mm_language_mobile_div_body ul li a {
    color: var(--gray-800, #4d4d4d);
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.mm_language_mobile_div_body ul li a.active {
    color: var(--primary, #84bb49);
}
.mm_language_mobile_div_body ul li a.active::after {
    content: "\f00c";
    position: absolute;
    right: 2.5rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}
.mm-ld {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.mm-pricing {
    height: 406px;
}
.pricing-img-banner {
    height: 374px;
}
.pricing-img-banner:first-child {
    margin-right: 20px;
}
.mm-search {
    display: none;
    height: 64px;
    border: none;
    padding-left: 1rem;
}
.mm-search:hover,
.mm-search:focus,
.mm-search:active {
    border: none;
    outline: none;
}
.mm_search_close {
    display: none;
    border: none;
    outline: none;
    background-color: unset !important;
    box-shadow: none;
    width: 56px;
}
.mm_search_close::after {
    content: "\f00d";
    font-size: 35px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: var(--default, #7f7f7f);
}
.mm-products-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./assets/img/bg/bg_1.png");
}
.mm-products-patentcloud-padding {
    padding: 3rem 1rem 4.75rem 1rem;
}

.mm_products_icon {
    width: 34px;
}
.initiatives_block .w-100 {
    position: relative;
    z-index: 2;
}
.initiatives_block::after {
    content: "\f65a";
    font-size: 250px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: -12px;
    color: #3b5779;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    line-height: 250px;
    z-index: 1;
}
.mm_resources_title {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 11px;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 0px;
    font-weight: 700;
    height: 40px;
}
.mm_contact,
.search-div {
    display: none;
}
button.search-btn {
    border: none;
    background: transparent;
    cursor: pointer;
}
/*---------------------------------------------------------------------*/

/*------------------------------ HUBSPOT ------------------------------*/
.giving-back-form {
    background: #ffffff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
/*#hubspot-messages-iframe-container{
    z-index: 1029 !important;
}*/
/*
.hide-hs-submit .hs_submit{
    display: none;
}
*/
.hs-form input.hs-input.error {
    border: 2px solid var(--danger, #f07470);
}
.hs-form .legal-consent-container {
    font-size: 13px;
    color: var(--gray-600, #999999);
    margin-top: 10px;
    margin-bottom: 25px;
}
.hs-form ul.hs-error-msgs {
    padding-left: 1.5rem !important;
    margin: 5px 0px;
}
.hs-form ul.hs-error-msgs li::before {
    content: "\f06a" !important;
    color: var(--danger, #f07470);
    display: inline-block;
    position: absolute;
    font-size: 13px !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    left: -1.5rem;
    top: 0px;
}
.hs-form ul.hs-error-msgs li::marker {
    font-size: 0px;
}
.hs-form-booleancheckbox::marker {
    font-size: 0px !important;
}
.hs-form ul.hs-error-msgs li,
.hs-form ul.hs-error-msgs li label {
    color: var(--danger, #f07470) !important;
    margin-bottom: 0px;
    position: relative;
}
.hs-form .hs-field-desc {
    color: var(--gray-600);
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
}
.hs-form ul.inputs-list {
    padding-left: 0px;
}
.hs-form ul.inputs-list li.hs-form-radio input.hs-input {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
#posts .hs-cta-wrapper a.cta_button {
    background: transparent !important;
    color: var(--primary) !important;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid var(--gray-400, #d9d9d9) !important;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
#posts .hs-cta-wrapper a.cta_button:hover {
    color: #ffffff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.hbspt-form .hs-input:not([type="checkbox"]) {
    width: 100% !important;
    margin-bottom: 4px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.footer-section-2 .hbspt-form .hs_email .hs-input {
    width: auto;
    border-radius: 4px 0px 0px 4px !important;
    border: 0px !important;
    padding: 8px !important;
    height: 40px;
    margin: 0px;
    font-size: 13px;
    min-width: 200px;
}
.footer-section-2 .hbspt-form .hs_submit input.hs-button {
    border-radius: 0px 4px 4px 0px !important;
    margin-top: 0px;
    height: 40px;
}

.footer-section-2 .hbspt-form .hs_email .hs-error-msgs {
    position: absolute !important;
    top: -45px !important;
}

.footer-section-2 .hbspt-form .hs_email > label,
.footer-section-2 .hbspt-form .legal-consent-container,
.footer-section-2 .hbspt-form .hs_error_rollup {
    display: none !important;
}
.footer-section-2 .hbspt-form .hs_email,
.footer-section-2 .hbspt-form .hs_submit {
    display: inline-block !important;
}
.hbspt-form .hs-input[type="radio"] {
    width: unset !important;
}
.hbspt-form .hs-input[type="checkbox"] {
    margin-right: 10px;
}
.hbspt-form label {
    font-size: 13px;
    color: var(--gray-800);
    margin-bottom: 4px;
}
.hbspt-form ul.inputs-list label span {
    color: var(--gray-600);
}
.hbspt-form select {
    font-size: 13px;
    height: 32px;
    color: var(--gray-600);
}
.hbspt-form ul.inputs-list {
    margin: 4px 0px;
}
/*---------------------------------------------------------------------*/

/* nomal setting */
.h-300px {
    height: 300px;
}

.h-150px {
    height: 150px;
}

.mt100 {
    margin-top: 100px;
}

.mt50 {
    margin-top: 50px;
}

.mt15 {
    margin-top: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

body {
    padding-top: var(--header-height);
}

.text-white {
    color: #ffffff !important;
}

.img50x50 {
    width: 50px;
}

.h-md-100 {
    height: 100% !important;
}

.z-index3 {
    z-index: 3;
    position: relative;
}

.hr_under_title_white {
    width: 100%;
    background-color: #ddd;
}

.hr_under_post_gray {
    width: 100%;
    background-color: #eee;
    height: 0.5px;
    border: none;
}

.min-height300 {
    min-height: 300px;
}

.min-height450 {
    min-height: 450px;
}

.letter-space-title {
    letter-spacing: var(--letter-space-title);
}

.letter-space-p {
    letter-spacing: var(--letter-space-p);
}

.overflow-overlay {
    overflow: overlay;
}

.overflow-auto {
    overflow: auto;
}

.rwd-img {
    object-fit: cover;
    object-position: center;
}

.position-r {
    position: relative;
}

.background-attachment-fixed {
    background-attachment: fixed;
}

.page-content li {
    margin: 1rem 0px;
}

li.menu-item {
    margin-right: 1rem;
}

/* END nomal setting */

.list-group-item {
    background-color: unset !important;
    border: 1px solid rgba(255, 255, 255, 0.125) !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
}

.list-group-item:last-child {
    border-bottom: none !important;
}

.btn-header {
    min-width: 180px;
}

.btn-header .fas {
    margin-left: 10px;
}

footer#site-footer {
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1028;
    border-top: none;
}
.footer-bottom-link {
    display: inline-block;
}
.footer-bottom-link span:not(:last-child)::after {
    content: "|";
    margin: 0px 15px;
}

.wpcf7-select {
    padding-left: 8px !important;
}

li.dropdown {
    display: flex;
}

li.dropdown > a.nav-link {
    display: inline !important;
    font-weight: 500;
}

button.dropdown-toggle.dropdown-toggle-split,
button.dropdown-toggle.dropdown-toggle-split:hover,
button.dropdown-toggle.dropdown-toggle-split:focus {
    background-color: unset;
    border: none;
    outline: none;
    padding: 0.5rem;
}

.menu_logo {
    height: 50px;
    margin-top: 4px;
    margin-left: 4px;
}

.my_post_thumbnail {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.form-control:focus {
    box-shadow: none !important;
}

.transparent-list {
    list-style: none;
    font-size: 1rem;
}

.black-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.dropdown .bi-play-fill {
    transform: rotate(90deg);
    margin-left: 10px;
    /*border: 1px solid #000;*/
    margin-top: -1px;
}

.contact-form-div form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 5px;
    position: relative;
    box-shadow: 3px 3px 8px #333;
}

.contact-form-div form:hover {
    animation-name: shadow;
    /* The element to apply the animation to */
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

/* The animation code */
@keyframes shadow {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    100% {
        background-color: rgba(255, 255, 255, 1);
    }
}

.contact-form-div form .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}

.contact-form-div form textarea {
    height: 6rem;
    width: 100%;
}

.wpcf7-form input.form-control,
.wpcf7-form textarea,
.wpcf7-form select {
    background-color: unset;
}

.full_width_img_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rwd-img-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-height-with-header-footer {
    height: calc(100vh - var(--header-height) - var(--footer-height));
    overflow: hidden;
}

.page-height-with-header {
    height: calc(100vh - var(--header-height));
}

.page-min-height-with-header-footer {
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

.btn {
    white-space: nowrap;
}

.normal-section {
    padding: 60px 0px;
}

.menu_search {
    min-width: 325px;
}

.product-slogan {
    padding: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.full-width {
    width: 100% !important;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}

/* WordPress gallery */

.gallery {
    margin-bottom: 1.6rem;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5rem 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.wp-caption {
    border: none;
    margin-bottom: 38px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px;
    font-size: 13px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

@media (max-width: 767px) {
    /*.home-partners-garllery{
        width: calc(50% - 8px);
    }*/

    .qi_annotations_view_all {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        display: block;
        margin-top: 1rem;
    }
    .about_modal {
        padding-top: 10vh;
    }
    .about_modal.modal.show .modal-body {
        align-items: start;
        height: 80vh;
        overflow: auto;
    }
    .about-us-card-div {
        width: 100%;
    }
    .partner-logo-gallery-parent {
        padding-left: 0px;
        padding-bottom: 15px;
    }
    .partner-logo-gallery {
        width: 1200px;
        overflow-x: auto;
        text-align: left;
    }
    .footer-section-2 .hbspt-form .hs_email .hs-input {
        min-width: unset !important;
    }
    .btn-wrap {
        white-space: unset !important;
    }
    .get_started_banner {
        padding: 3rem 0px;
    }
    .modal-dialog.w-75 {
        width: 100% !important;
        padding: 0px 30px !important;
    }


    .pricing_banner {
        padding: 7.75rem 0px 10rem 0px;
    }
    .pricing-table-shift {
        margin-top: -7rem;
    }

    .black-wrap-fixed {
        padding: 0px 15px;
    }
    .title-with-line > span {
        padding: 0px 12px;
    }
    footer {
        padding-top: 3rem;
    }

    .footer-hr {
        width: 100%;
        margin-left: unset;
    }

    .page-height-with-header-footer {
        height: auto;
    }

    .full_width_img_bg {
        padding: 90px 0px;
    }
    .archive_banner {
        padding: 3rem 0px !important;
    }

    .min-height300 {
        min-height: 180px;
    }

    li.menu-item {
        margin-right: 0px;
    }

    .h-md-100 {
        height: auto !important;
    }
    .text-sm-nowrap {
        white-space: normal !important;
    }
    .table.pricing th,
    .table.pricing td,
    .table.pricing p,
    .table.pricing h6,
    .table.pricing h5 {
        font-size: 0.8125rem;
    }
    table.pricing tr th:first-child {
        padding-left: 12px;
    }
}
@media (max-width: 990px) {
    .scenario_item h5 {
        height: auto;
    }
    .slide_click {
        display: none !important;
    }
    .line-tab:not(#bundle_fixed_menu) .nav-tabs .nav-link {
        background-color: #ededed;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .line-tab .nav-tabs .nav-link::after,
    .line-tab .nav-tabs .nav-link.active:after,
    .line-tab .nav-tabs .nav-item.show .nav-link:after {
        display: none;
    }
    .line-tab:not(#bundle_fixed_menu) .nav-tabs .nav-link.active,
    .line-tab:not(#bundle_fixed_menu) .nav-tabs .nav-item.show .nav-link {
        color: #fff !important;
        background-color: var(--secondary, #45c5af);
    }
    .annoucement_link_parent{
        max-width: 165px;
    }
    .annoucement_close{
        right: 25px;
    }
    .annoucement .annoucement_link,
    .annoucement_slick p {
        font-size: 13px;
    }
    .qi-search-input {
        width: calc(100% - 100px);
    }
    .scenarios_slide .slick_outer_arrow .slick-prev {
        left: 15px !important;
    }
    .scenarios_slide .slick_outer_arrow .slick-next {
        right: 15px !important;
    }
    .founder {
        position: relative;
    }
    .pricing-card {
        box-shadow: unset;
    }
    .single-pricing-card {
        box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12),
            0px 11px 15px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .single-pricing-card.advanced {
        margin-top: 52px;
    }
    .pricing-card .single-pricing-card:not(:last-child) {
        border-right: none;
    }
    .quote_div::before {
        content: " ";
        width: 4.5rem;
        height: 4.5rem;
        display: inline-table;
        border: 5px solid;
        border-top-color: #476385;
        border-left-color: #476385;
        border-right-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        top: -1.5rem;
        left: -2.5rem;
    }
    .quote_div::after {
        content: " ";
        width: 4.5rem;
        height: 4.5rem;
        display: inline-table;
        border: 5px solid;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: #476385;
        border-bottom-color: #476385;
        position: absolute;
        bottom: -1.5rem;
        right: -2.5rem;
    }
    footer#site-footer li {
        font-size: 13px;
    }
    nav.bundle-scenario .justify-content-center {
        justify-content: start !important;
    }
}

@media (max-width: 1280px) {
    .carre_how_to_prepare {
        border: none;
    }
    .life_at_inquartik_text-pr,
    .life_at_inquartik_text-pl {
        position: unset;
        min-width: unset;
        padding: 30px 0px;
    }
    .home-partner-padding {
        padding: 2.5rem 2rem 2.5rem 2rem;
    }
    .mm-products-bg {
        background-image: unset;
        background-color: #fff;
    }
    .footer-section-2 .hbspt-form .hs_email .hs-error-msgs {
        top: 30px !important;
    }
    .footer-section-2 .hbspt-form .hs_email {
        width: calc(100% - 97px) !important;
    }
    .footer-section-2 .hbspt-form .hs_email .hs-input {
        width: 100% !important;
    }
    #footer-lang-btn {
        text-align: left;
    }
    #footer-lang-btn::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -2.5px;
    }
    .dropdown.footer-lang-btn .dropdown-menu {
        width: 100%;
    }
    .footer-bottom-link {
        width: 100%;
        padding-bottom: 0.5rem;
    }
    .footer-bottom-link span {
        width: 49%;
        line-height: 38px;
        display: inline-block;
    }
    .footer-bottom-link span::after {
        display: none;
    }
    .footer-copyright {
        border-top: 1px solid var(--gray-700);
        padding-top: 0.5rem;
        margin-left: -30px;
        margin-right: -30px;
        width: 100vw;
        text-align: center;
        position: relative;
    }
    .post_subscribe {
        display: none;
    }
    .pills-tab .nav-pills .nav-item {
        margin-bottom: 1.25rem;
        padding: 0px;
    }
    #menu-main-menu.justify-content-end {
        justify-content: start !important;
        display: block !important;
    }
    .search_header {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-left: -1rem;
        margin-right: -1rem;
        position: relative;
        z-index: 1;
        padding: 0 2rem 0.5rem 2rem;
        max-width: unset;
    }
    li.dropdown.d-none {
        display: none !important;
    }
    li.nav-item > a.nav-link {
        font-weight: 500;
    }
    li.dropdown > a.nav-link {
        width: 100%;
        display: block !important;
    }
    .search-div {
        height: calc(100vh - 72px);
        background-color: #fff;
    }
    .navbar:not(.bundle-nav) {
        padding-bottom: 0px !important;
    }
    .navbar-nav {
        position: relative;
        /*padding-bottom: 120px;*/
    }
    .mm_contact {
        position: absolute;
        bottom: 0px;
        width: 100vw;
        border-top: 1px solid #e5e5e5;
        display: block;
        margin-left: -2.3rem !important;
        margin-bottom: -10px;
    }
    .mm_contact a {
        color: var(--primary, #84bb49);
        padding: 8px 0px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .mm_contact a:hover {
        color: var(--primary, #84bb49) !important;
        background-color: var(--primary-l-400, #84bb49);
    }
    .mm_language {
        text-align: center;
    }
    .mm_language .nav-link.dropdown-toggle:after {
        width: unset;
        position: relative;
        content: "\f0dd";
        top: -4px;
        left: 0;
        font-weight: 900;
        padding-right: 0px;
        line-height: 23px;
        height: 23px;
        background-color: transparent !important;
    }
    .mm_language .nav-link.dropdown-toggle[aria-expanded="true"]:after {
        content: "\f0de" !important;
        top: 4px;
    }
    .mm_get_started button,
    .mm_login button {
        width: 100%;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: unset;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        content: "\f00d";
        display: inline-block;
        font-size: 35px;
        font-weight: 300;
        color: var(--default, #7f7f7f);
        font-family: "Font Awesome 5 Pro";
    }
    button.search-btn {
        background-color: transparent;
        border: none;
        position: relative;
        top: 1px;
        display: inline-block;
    }

    button.search-btn::after {
        content: "\f002";
        display: inline-block;
        font-size: 25px;
        font-weight: 300;
        color: var(--default, #7f7f7f);
        font-family: "Font Awesome 5 Pro";
    }
    .h-lg-100 {
        height: auto;
    }
    .mm_products_icon {
        width: 30px;
    }
    .navbar-nav li:not(:first-child) {
        margin-left: 0px;
    }
    li.dropdown {
        display: block !important;
    }
    .bg-special1 a.btn-outline-white,
    .bg-special2 a.btn-outline-white {
        width: 100% !important;
        margin-top: 3rem;
    }
    .mm_products_title {
        font-size: 18px;
        line-height: 27px;
        font-weight: 700;
    }
    .mm_products_item p.font-weight-600.text-gray-800 {
        line-height: 30px;
    }
    .mm_products_item,
    .mm_pricing_item,
    .mm_initiatives_item,
    .mm_resources_item {
        border-bottom: 1px solid #f0f0f0;
        margin-right: -3rem;
    }
    .mm_products_item p:not(.product-pricing),
    .mm_pricing_item p,
    .mm_initiatives_item p,
    .mm_resources_item p {
        font-weight: 500 !important;
        font-size: 13px !important;
    }
    .mm_products_item.last,
    .mm_pricing_item.last,
    .mm_initiatives_item.last,
    .mm_resources_item.last {
        margin-bottom: 2rem;
        border-bottom: none;
    }
    .dropdown-menu {
        border: none;
    }
    ul.navbar-nav {
        border-top: 1px solid #e5e5e5;
        min-height: calc(100% - 26px);
        padding-bottom: 7rem;
        margin-top: 1rem;
    }

    .navbar-collapse.show {
        height: calc(100vh - 75px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px 2rem;
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: unset;
    }
    .nav-item {
        padding: 1rem 0px;
    }

    .nav-link.dropdown-toggle:after {
        display: inline-block;
        margin-left: unset;
        vertical-align: unset;
        content: "\f078";
        border-top: unset;
        border-right: unset;
        border-bottom: unset;
        border-left: unset;
        font-weight: 400;
        font-family: "Font Awesome 5 Pro";
        font-size: 1.25rem;
        position: absolute;
        right: 15px;
        line-height: 40px;
        width: 100vw;
        height: 48px;
        z-index: -1;
        padding-right: 2rem;
        top: -4px;
        left: -2rem;
        text-align: right;
        padding-top: 3px;
    }
    .nav-link.dropdown-toggle[aria-expanded="true"]:after {
        content: "\f077" !important;
        color: var(--primary, #84bb49) !important;
        background-color: var(--primary-l-400, #84bb49);
    }
    .nav-link.dropdown-toggle:hover:after {
        color: var(--primary, #84bb49) !important;
        background-color: var(--primary-l-400, #84bb49);
    }
    .nav-link.dropdown-toggle[aria-expanded="true"] {
        color: var(--primary, #84bb49) !important;
        position: relative;
    }
    .nav-link.hover-bg-primary-l-400:hover:after {
        content: " ";
        color: var(--primary, #84bb49) !important;
        background-color: var(--primary-l-400, #84bb49);
        display: inline-block;
        margin-left: unset;
        vertical-align: unset;
        border-top: unset;
        border-right: unset;
        border-bottom: unset;
        border-left: unset;
        position: absolute;
        right: 15px;
        line-height: 40px;
        width: 100vw;
        height: 48px;
        z-index: -1;
        top: -4px;
        left: -2rem;
    }
    .timeline_event.no_line::after {
        animation: unset;
    }
}
@media (max-width: 575px) {
    .about_modal .modal-dialog {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 576px) {
    .about_modal .modal-dialog {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .about_modal .modal-dialog {
        max-width: 720px;
    }
}

@media (min-width: 991px) {
    .about_modal .modal-dialog {
        max-width: 960px;
    }
    .career .div_3 h5 {
        height: 6.75rem;
    }
    .patent_data_set h6 {
        height: 90px;
    }
}

@media (min-width: 1281px) {
    .about_modal .modal-dialog {
        max-width: 1200px;
    }
    #menu-main-menu > .nav-item > .nav-link {
        font-size: 14px;
        line-height: 28px;
    }
    .mm_solution {
        position: absolute;
        bottom: 2.5rem;
        left: 5rem;
    }
    .nowrap_banner h4.h1,
    .nowrap_banner h2 {
        white-space: nowrap;
    }
    .mm_language .dropdown-menu {
        position: absolute !important;
        width: unset !important;
        left: 0px !important;
        top: 61px !important;
        margin: 0px !important;
        padding: 5px 20px 5px 3.25rem !important;
    }
    .mm_language .dropdown-menu a.dropdown-item {
        padding: 10px 0px !important;
        position: relative;
    }
    .mm_language .dropdown-menu a.dropdown-item.active {
        color: var(--primary, #84bb49);
        background-color: transparent !important;
    }
    .mm_language .dropdown-menu a.dropdown-item.active::before {
        content: "\f00c";
        position: absolute;
        left: -2rem;
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
    }
    .mm_language .dropdown-menu a.dropdown-item:hover {
        padding: 10px 0px !important;
        background-color: transparent !important;
        color: var(--primary, #84bb49);
    }
    .mm_login > button.btn-outline-primary {
        border: none;
        color: var(--gray-800, #4d4d4d);
        padding: 0.5rem 0px;
        outline: none;
        box-shadow: none;
        line-height: 26px;
    }
    .mm_login > button.btn-outline-primary:hover,
    .mm_login > button.btn-outline-primary:focus,
    .mm_login > button.btn-outline-primary:active {
        border: none;
        color: var(--primary, #84bb49) !important;
        background-color: transparent !important;
        outline: none;
        box-shadow: none !important;
    }
    .navbar .navbar-nav .dropdown-menu {
        position: fixed;
        width: 1200px;
        left: 50%;
        margin-left: -600px;
        top: 78px;
        border-radius: 0px;
        border: 2px solid var(--gray-300, #e6e6e6);
        background-color: #ffffff;
        padding: 0px;
    }
    .navbar .navbar-nav .dropdown-item {
        margin: 0px;
        padding: 0px;
    }
}

/*---------------------- SLICK Slider ----------------------*/
.slick-slider {
    position: relative;
    text-align: center;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-arrow {
    font-size: 0;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 99;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
    color: var(--secondary-100, #119da4);
    background-color: var(--gray-100, #fafafa);
    border: none;
    animation: opacity_1_to_0 0.3s ease-in forwards;
}
.slick-slider:hover .slick-arrow {
    animation: opacity_0_to_1 0.3s ease-in forwards;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
    outline: none !important;
}

.slick-prev {
    top: -11px;
    left: 0px;
}
.slick-prev::before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300;
    font-size: 20.5px;
    display: inline;
    line-height: 42px;
}
.slick-next {
    top: -11px;
    right: 0px;
}
.slick-next::before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300;
    font-size: 20.5px;
    display: inline;
    line-height: 42px;
}
.slick-slider img {
    display: inline-block;
    text-align: center;
}
.home-proudof.slick-slider img {
    border: 1px solid #cccccc;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.annoucement_slick.slick-slider {
    position: unset;
}
.annoucement_slick.slick-slider .slick-track,
.annoucement_slick.slick-slider .slick-list {
    width: 100%;
    display: flex;
    align-items: center;
}
.annoucement_slick .slick-dots {
    position: relative;
    /*left: 50%;
    bottom: 13px;*/
    margin-top: 0px;
    margin-bottom: 0px;
}
.annoucement_slick .slick-dots button {
    background: #c4c4c4 !important;
}
.annoucement_slick .slick-dots .slick-active button {
    background: #fff !important;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    width: calc(100% - 150px);
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-slide a:focus {
    outline: none;
}

.meet-our-client-slick .slick-list,
.home-proudof .slick-list,
.timeline_horizontal_for .slick-list {
    margin-left: 75px;
}
.home-fromblog img {
    height: 200px;
    object-fit: cover;
}
.home-fromblog a > h6 {
    line-height: 1.2em;
}

.scenarios_slide .slick-slider .slick-track,
.scenarios_slide .slick-slider .slick-list,
.post_slide .slick-slider .slick-track,
.post_slide .slick-slider .slick-list {
    width: 100%;
}
.post_slide .slick-slider img {
    max-width: 100%;
    height: 400px !important;
    object-fit: contain;
}
.scenarios_slide .slick-prev,
.scenarios_slide .slick-next,
.post_slide .slick-prev,
.post_slide .slick-next {
    top: 50%;
    margin-top: -20px;
}
.scenarios_slide .slick-prev,
.post_slide .slick-prev {
    left: 15px;
}
.scenarios_slide .slick_outer_arrow .slick-prev {
    left: -100px;
}
.scenarios_slide .slick-next,
.post_slide .slick-next {
    right: 15px;
}
.scenarios_slide .slick_outer_arrow .slick-next {
    right: -100px;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-initialized .slick-slide:focus {
    outline: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    margin-top: 1.5rem;
    padding-left: 0px;
}
.slick-dotted .post_slide .slick-prev,
.slick-dotted .post_slide .slick-next {
    top: calc(50% - 29px);
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: var(--gray-500, #cccccc);
    border-radius: 100%;
}
.slick-active > button {
    background: var(--gray-900, #333333) !important;
}
