@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:600,700&display=swap');

html,
body {
    width: 100vw;
    height: 100%;
    padding: 0 !important;
}

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #1d2125;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

b,
strong,
th,
.font-weight-bold {
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.text-secondary {
    color: #626f86 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #506180 !important;
}

.text-dark {
    color: #454f59 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #323c49 !important;
}

.text-muted {
    color: #626F86 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important;
}

.text-subtle {
    color: #B3B9C4 !important;
}

a.text-subtle:hover,
a.text-subtle:focus {
    color: #DCDFE4 !important;
}

.text-light {
    color: #f7f8f9 !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #e6eaf4 !important;
}

.small,
small {
    font-size: 90%;
}

.table {
    color: #1d2125;
}

.table:not(.jxl-table-bordered) thead th[scope='col'],
.table:not(.jxl-table-bordered) tbody td,
.table:not(.jxl-table-bordered) thead th[scope='row'] {
    border-color: #DCDFE4;
    border-top: 1px solid #DCDFE4;
}

.jxl-table-rounded thead tr:first-child th[scope='col']:first-child {
    border-radius: 5px 0 0 0;
}

.jxl-table-rounded thead tr:first-child th[scope='col']:last-child {
    border-radius: 0 5px 0 0;
}

.jxl-table-rounded tbody tr:last-child td:last-child,
.jxl-table-rounded tbody tr:last-child th[scope='row']:last-child {
    border-radius: 0 0 5px 0;
}

.jxl-table-rounded tbody tr:last-child td:first-child,
.jxl-table-rounded tbody tr:last-child th[scope='row']:first-child {
    border-radius: 0 0 0 5px;
}

.jxl-table-bordered {
    border-collapse: separate;
    border-spacing: 0;
}

.jxl-table-bordered th,
.jxl-table-bordered td {
    border-top: 0;
    border-right: 1px solid #DCDFE4;
    border-bottom: 1px solid #DCDFE4;
    border-left: 0;
}

.jxl-table-bordered thead tr:first-child th[scope='col']:first-child {
    border-top: 1px solid #DCDFE4;
    border-left: 1px solid #DCDFE4;
}

.jxl-table-bordered thead tr:first-child th[scope='col'] {
    border-top: 1px solid #DCDFE4;
}

.jxl-table-bordered tbody td:first-child,
.jxl-table-bordered tbody th[scope='row']:first-child {
    border-left: 1px solid #DCDFE4;
}

.jxl-table-striped tbody tr:nth-child(2n) {
    background-color: transparent;
}

.jxl-table-sticky thead {
    background: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 67px;
    z-index: 10;
}

/* .jxl-table-sticky thead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-backdrop-filter: blur(3px) saturate(33%);
    backdrop-filter: blur(3px) saturate(33%);
} */

.table-hover tbody tr:hover {
    color: #1d2125;
    background-color: #F7F8F9;
}

.rounded,
.rounded-sm {
    border-radius: 3px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 20px !important;
}

.border {
    border: 1px solid #DCDFE4 !important;
}

.border-light {
    border: 1px solid #F1F2F4 !important;
}

.border-dark {
    border: 1px solid #454F59 !important;
}

.bg-light {
    background-color: #F7F8F9 !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 4px;
}

.card .card-body {
    padding: 1.5rem 1rem;
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border: 0;
    border-radius: 20px;
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
    position: relative;
    background: radial-gradient(circle at 25% 250%, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.25)) padding-box;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-box-shadow: rgba(9, 30, 66, 0.1) 0 0 5px !important;
    box-shadow: rgba(9, 30, 66, 0.1) 0 0 5px !important;
}
.btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(157deg, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.4) 100%) border-box;
    -webkit-mask: linear-gradient(#000, #000) border-box, linear-gradient(#000, #000) padding-box;
    mask: linear-gradient(#000, #000) border-box, linear-gradient(#000, #000) padding-box;
    -webkit-mask-composite: subtract;
    mask-composite: subtract;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.active {
    cursor: default !important;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}

button:not(:disabled) {
    outline: none;
}

.btn-primary {
    color: #ffffff !important;
    background-color: rgba(54, 179, 126, 1) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff !important;
    background-color: rgba(0, 135, 90, 1) !important;
}

.btn-primary:active,
.btn-primary.active {
    color: #ffffff !important;
    background-color: rgba(87, 217, 163, 1) !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: rgba(117, 129, 149, 1) !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #ffffff !important;
    background-color: rgba(68, 84, 111, 1) !important;
}

.btn-secondary:active,
.btn-secondary.active {
    color: #ffffff !important;
    background-color: rgba(133, 144, 162, 1) !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: rgba(227, 73, 53, 1) !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff !important;
    background-color: rgba(202, 53, 33, 1) !important;
}

.btn-danger:active,
.btn-danger.active {
    color: #ffffff !important;
    background-color: rgba(239, 92, 72, 1) !important;
}

.btn-dark {
    color: #ffffff !important;
    background-color: rgba(69, 79, 89, 1) !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus {
    color: #ffffff !important;
    background-color: rgba(34, 39, 43, 1) !important;
}

.btn-dark:active,
.btn-dark.active {
    color: #ffffff !important;
    background-color: rgba(115, 132, 150, 1) !important;
}

.btn-light {
    color: #454f59 !important;
    background-color: rgba(241, 242, 244, 1) !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light.focus {
    color: #454f59 !important;
    background-color: rgba(220, 223, 228, 1) !important;
}

.btn-light:active,
.btn-light.active {
    color: #22272B !important;
    background-color: rgba(230, 232, 236, 1) !important;
}

.shadow {
    -webkit-box-shadow: rgba(9, 30, 66, 0.15) 0 0 3px !important;
    box-shadow: rgba(9, 30, 66, 0.15) 0 0 3px !important;
}

.shadow-lg {
    -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0 12px 24px -6px !important;
    box-shadow: rgba(9, 30, 66, 0.25) 0 12px 24px -6px !important;
}

.badge {
    padding: 5px 8px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

.badge-primary {
    background-color: #36B37E !important;
    color: #ffffff !important;
}

.badge-secondary {
    background-color: #626f86 !important;
    color: #ffffff !important;
}

.badge-light {
    background-color: #F1F2F4 !important;
    color: #44546F !important;
}

.badge-dark {
    background-color: #44546F !important;
    color: #ffffff !important;
}

.badge-pill {
    border-radius: 12px;
}

.alert {
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 14px;
}

.alert-secondary {
    background-color: rgba(90, 109, 144, 0.9);
    color: #ffffff;
    border-color: #626f86;
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #454f59;
}

.breadcrumb .breadcrumb-item::before {
    content: '';
}

.breadcrumb .breadcrumb-item::after {
    content: '/' !important;
    font-size: 14px;
    color: #626F86;
    padding-left: 12px;
    font-weight: 400;
}

.breadcrumb .breadcrumb-item:last-child::after {
    display: none;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa;
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    border-radius: 20px !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.active {
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important;
}

.nav-pills a .title {
    font-size: 17px;
    font-weight: 700;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 2px;
}

.custom-switch .custom-control-label::after {
    top: 4px;
}

.modal-open {
    padding-right: 0 !important;
}

@media print {
    section .action-icons {
        display: none !important;
    }
}

.action-icons li a {
    color: #b3b9c4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

.footer-bar .action-icons li a {
    /* background-color: #A1BDD914; */
}

.action-icons li a:hover {
    color: #ffffff !important;
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-compact {
    padding: 60px 0;
    position: relative;
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px;
}

.title-heading .para-desc {
    font-size: 18px;
}

.section-title {
    position: relative;
}

.section-title .title {
    font-size: 30px;
}

.para-desc {
    max-width: 600px;
}

.mt-05 {
    margin-top: 2px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-05 {
    margin-bottom: 2px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-200 {
    margin-bottom: 200px;
}

.my-05 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
}

.shape,
.shape-2 {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
}

.shape > svg,
.shape-2 > svg {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.shape-2 > svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .title-heading .heading {
        font-size: 35px !important;
    }
    .title-heading .para-desc {
        font-size: 14px;
    }
    .section-title .title {
        font-size: 24px;
    }
}

#topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 68px;
    z-index: 1030;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media print {
    #topnav {
        position: absolute !important;
    }
    #topnav:not(.topnav-light) {
        background-color: #fff !important;
    }
}

#topnav .logo {
    float: left;
    margin: 12px 0;
    position: relative;
}

#topnav img {
    position: absolute;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

#topnav #jxl-logo-colour,
#topnav #jxl-logo-light,
#topnav #jxl-logo-dark {
    left: 0;
    height: 42px;
    width: auto;
}

#topnav #jxl-appfire-logo-light,
#topnav #jxl-appfire-logo-dark {
    left: 0;
    height: 36px;
    width: auto;
    margin: 3px 0;
}

#topnav #jxl-logo-light,
#topnav #jxl-logo-dark,
#topnav #jxl-appfire-logo-light,
#topnav #jxl-appfire-logo-dark {
    width: 0;
}

#topnav.topnav-light:not(.nav-sticky) #jxl-logo-colour,
#topnav.topnav-dark:not(.nav-sticky) #jxl-logo-colour {
    width: 0;
}

#topnav.topnav-light:not(.nav-sticky) #jxl-logo-light {
    width: auto;
}

#topnav.topnav-dark:not(.nav-sticky) #jxl-logo-dark {
    width: auto;
    opacity: 0.8;
}

#topnav.nav-sticky #jxl-logo-colour {
    left: 50px;
    width: auto;
}

#topnav.nav-sticky #jxl-appfire-logo-dark {
    width: auto;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 26px 20px 22px 20px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #454f59;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#topnav.topnav-light:not(.nav-sticky) .navbar-toggle span {
    background-color: #ffffff;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .try-btn {
    float: right;
    margin: 13px 0;
}

#topnav.topnav-light:not(.nav-sticky) .try-btn .btn-primary {
    /* outline: 1px solid #ffffff; */
    background-color: transparent !important;
}

#topnav.topnav-dark:not(.nav-sticky) .try-btn .btn-primary {
    /* outline: 1px solid #454F59; */
    color: #454F59 !important;
    background-color: transparent !important;
}

#topnav.topnav-light:not(.nav-sticky) .try-btn .btn-primary:hover,
#topnav.topnav-dark:not(.nav-sticky) .try-btn .btn-primary:hover,
#topnav.topnav-light:not(.nav-sticky) .try-btn .btn-primary:focus,
#topnav.topnav-dark:not(.nav-sticky) .try-btn .btn-primary:focus {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#topnav.topnav-light:not(.nav-sticky) .try-btn .btn-primary:active,
#topnav.topnav-dark:not(.nav-sticky) .try-btn .btn-primary:active {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu > li > a {
    display: block;
    color: #454f59;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 15px;
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
}

@media (min-width: 992px) {
    #topnav.topnav-light:not(.nav-sticky) .navigation-menu > li > a {
        color: #ffffff;
    }
}

@media screen and (hover: hover) and (pointer: fine) {
    #topnav .navigation-menu > li > a:hover {
        opacity: 0.6;
    }
    #topnav .navigation-menu > li > a:active {
        opacity: 1;
    }
}

#topnav .menu-extras {
    float: right;
}

#topnav.nav-sticky {
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #161A1D19;
    -webkit-box-shadow: 0 -2px 10px -2px #ffffff inset;
    box-shadow: 0 -2px 10px -2px #ffffff inset;
}

#topnav.nav-sticky::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-backdrop-filter: blur(3px) saturate(33%);
    backdrop-filter: blur(3px) saturate(33%);
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #topnav .navigation-menu > li {
        display: flex;
        align-items: center;
        margin: 0 4px;
        height: 66px;
    }
    #topnav .navigation-menu > li > a {
        padding: 0 6px;
        border-radius: 3px;
    }
    #topnav .navigation-menu > li.active > a,
    #topnav .navigation-menu > li.active > a:hover {
        color: #36B37E;
        opacity: 1;
    }
    #topnav .navigation-menu.nav-right {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #topnav .try-btn {
        padding-left: 15px;
        margin-left: 15px;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }
    #topnav.scroll {
        top: 0;
    }
    #topnav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    #topnav.nav-sticky {
        background: rgba(255, 255, 255, 0.8);
    }
    #topnav .container {
        width: auto;
    }
    #topnav #navigation {
        display: none;
        position: absolute;
        top: 67px;
        left: 0;
        width: 100%;
        height: auto;
        overflow-y: auto;
        padding: 16px 0;
        background: rgba(255, 255, 255, 0.8);
        border-top: 1px solid #091E4224;
        border-bottom: 1px solid #091E4224;
    }
    #topnav #navigation::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-backdrop-filter: blur(3px) saturate(33%);
        backdrop-filter: blur(3px) saturate(33%);
    }
    #topnav .navigation-menu {
        float: none;
    }
    #topnav .navigation-menu > li {
        float: none;
    }
    #topnav .navigation-menu > li > a {
        padding: 10px 20px;
    }
    #topnav .navigation-menu > li > a::after {
        position: absolute;
        right: 15px;
    }
    #topnav .menu-extras .menu-item {
        border-color: #626F86;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .try-btn {
        display: none;
    }
    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

.bg-img {
    background-image: url('/assets/img/bg-hero.png');
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: auto;
}

@media print {
    .bg-img {
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .bg-img {
        padding: 150px 0;
        height: auto;
    }
}

.bg-half {
    padding: 160px 0 90px 0;
}

@media (max-width: 767px) {
    .bg-half {
        padding: 120px 0 40px 0;
    }
}

.bg-quarter {
    padding: 120px 0 0 0;
}

.features .title {
    font-size: 18px;
}

.features .title-2 {
    font-size: 20px;
}

.features .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.customer-testimonial {
    cursor: grab;
}

.customer-testimonial .content::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #454f59;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 5px;
    background: rgba(47, 85, 212, 0.5) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #b3b9c4 !important;
}

.pricing-rates .title {
    font-weight: 700;
    font-size: 16px;
}

.pricing-rates .price {
    font-weight: 700;
    letter-spacing: -1px;
}

@media screen and (hover: hover) and (pointer: fine) {
    .pricing-rates:hover {
        background-color: #ffffff !important;
    }
}

.play-btn {
    height: 50px;
    width: 50px;
    font-size: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.container-filter li a {
    font-size: 13px;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 700;
    letter-spacing: 0.8px;
    cursor: pointer;
    line-height: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-filter li a.active {
    color: #ffffff !important;
    background-color: #454F59 !important;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #e43f52;
}

.footer {
    background: #22272b;
    padding: 60px 0;
    position: relative;
    color: #b3b9c4;
}

.footer .footer-head {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.footer .text-foot {
    color: #b3b9c4;
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list li {
    margin-bottom: 10px;
}

.footer .footer-list li a,
.footer a.text-foot {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .footer-list li a:hover,
.footer a.text-foot:hover {
    color: #e6e8ea;
}

.footer .footer-list li:last-child {
    margin-bottom: 0;
}

.footer.footer-bar {
    padding: 30px 0;
    border-top: 1px solid #2c333a;
}

.custom-control-input:checked ~ .custom-control-label::before,
.action-icons li a:hover,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #36B37E !important;
}

.nav-pills .nav-link.active {
    background-color: #626f86 !important;
}

.text-primary,
.breadcrumb .breadcrumb-item a:hover,
.blog .content .title:hover {
    color: #36B37E !important;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus,
.pricing-rates:hover {
    border-color: #36B37E !important;
}

::-moz-selection {
    background-color: rgba(54, 179, 126, 0.9);
    color: #ffffff;
    opacity: 1;
}

::selection {
    background-color: rgba(54, 179, 126, 0.9);
    color: #ffffff;
    opacity: 1;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #00875a !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(54, 179, 126, 0.5) !important;
}

.play-icon i,
.play-icon i:hover {
    -webkit-text-stroke: 2px #36B37E;
}

a,
a:hover,
a:active,
a:visited {
    color: #1d2125;
}

hr {
    border-top: 1px solid rgba(60, 72, 88, 0.08);
}

a[href^='tel:'],
a[href^='callto:'] {
    color: inherit;
    background-color: inherit;
    cursor: inherit;
    text-decoration: inherit;
}

@media print {
    *[data-aos] {
        display: block !important;
        opacity: 1 !important;
        transform: translate(0) scale(1) !important;
    }
}

#jxl-index-page section.bg-img {
    min-height: 100vh;
}

@media (min-height: 1200px), (orientation: portrait) {
    #jxl-index-page section.bg-img {
        min-height: auto;
    }
}

#jxl-index-page .jxl-hero-img {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media (min-width: 1920px) {
    .jxl-hero-img {
        max-width: unset;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        width: 48vw;
    }
}

#jsd-widget {
    transition: right 0.5s !important;
}

.breadcrumb .breadcrumb-item.active {
    color: #626F86;
    font-weight: 400;
}

.footer-bar-upper {
    background-color: #00875a;
    border-top-width: 0 !important;
}

.footer-bar-upper a.text-foot {
    color: #ffffff;
}

.footer-bar-upper a.text-foot:hover {
    color: #abf5d1;
}

.bg-transparent {
    background-color: transparent;
}

.jxl-coming-soon {
    display: none !important;
}

.jxl-opacity-20 {
    opacity: 0.2;
}

.jxl-opacity-50 {
    opacity: 0.5;
}

.jxl-opacity-80 {
    opacity: 0.8;
}

.jxl-hover-scale {
    -webkit-box-shadow: rgba(9, 30, 66, 0.15) 0 0 3px !important;
    box-shadow: rgba(9, 30, 66, 0.15) 0 0 3px !important;
}

@media screen and (hover: hover) and (pointer: fine) {
    .jxl-hover-opaque:hover {
        opacity: 0.7;
    }
    .jxl-hover-opaque:active {
        opacity: 0.85;
    }
    .jxl-hover-scale:hover {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1020;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
        box-shadow: 0 5px 13px rgb(60, 72, 88, 0.2) !important;
    }
    .jxl-hover-scale:active {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }
    .jxl-hover-outline:hover {
        -webkit-box-shadow: #626f86 0 0 0 2px !important;
        box-shadow: #626f86 0 0 0 2px !important;
    }
    .jxl-hover-outline:active {
        background-color: #758195 !important;
        -webkit-box-shadow: #758195 0 0 0 2px !important;
        box-shadow: #758195 0 0 0 2px !important;
    }
    .jxl-hover-underline:hover {
        text-decoration: underline !important;
        text-decoration-style: solid;
        text-decoration-thickness: 0.5px;
    }
    .jxl-hover-underline:active {
        text-decoration-style: dashed !important;
    }
    .jxl-hover-lighten:hover {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }
    .jxl-hover-lighten:active {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }
    .jxl-hover-darken:hover {
        -webkit-filter: brightness(0.5);
        filter: brightness(0.5);
    }
    .jxl-hover-darken:active {
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8);
    }
}

.jxl-cursor-pointer {
    cursor: pointer;
}

.jxl-cursor-default {
    cursor: default;
}

.jxl-font-monospace {
    font-family: 'Andale Mono', 'Menlo', 'Courier New', monospace;
}

.jxl-bg-pos-fixed {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.jxl-colour-n800 {
    color: #44546F;
}

.jxl-colour-n700 {
    color: #626F86;
}

.jxl-colour-n,
.jxl-colour-n600 {
    color: #758195;
}

.jxl-colour-n500 {
    color: #8590A2;
}

.jxl-colour-n400 {
    color: #B3B9C4;
}

.jxl-colour-n300 {
    color: #DCDFE4;
}

.jxl-colour-n200 {
    color: #F1F2F4;
}

.jxl-colour-n100 {
    color: #F7F8F9;
}

.jxl-colour-r800 {
    color: #AE2E24;
}

.jxl-colour-r700 {
    color: #C9372C;
}

.jxl-colour-r,
.jxl-colour-r600 {
    color: #E2483D;
}

.jxl-colour-r500 {
    color: #F15B50;
}

.jxl-colour-r400 {
    color: #F87168;
}

.jxl-colour-r300 {
    color: #FD9891;
}

.jxl-colour-r200 {
    color: #FFD5D2;
}

.jxl-colour-r100 {
    color: #FFECEB;
}

.jxl-colour-y800 {
    color: #7F5F01;
}

.jxl-colour-y700 {
    color: #946F00;
}

.jxl-colour-y,
.jxl-colour-y600 {
    color: #B38600;
}

.jxl-colour-y500 {
    color: #CF9F02;
}

.jxl-colour-y400 {
    color: #E2B203;
}

.jxl-colour-y300 {
    color: #F5CD47;
}

.jxl-colour-y200 {
    color: #F8E6A0;
}

.jxl-colour-y100 {
    color: #FFF7D6;
}

.jxl-colour-g500 {
    color: #006644;
}

.jxl-colour-g400 {
    color: #00875a;
}

.jxl-colour-g,
.jxl-colour-g300 {
    color: #36b37e;
}

.jxl-colour-g200 {
    color: #57d9a3;
}

.jxl-colour-g100 {
    color: #79f2c0;
}

.jxl-colour-g75 {
    color: #abf5d1;
}

.jxl-colour-g50 {
    color: #e3fcef;
}

.jxl-colour-b800 {
    color: #0055CC;
}

.jxl-colour-b700 {
    color: #0C66E4;
}

.jxl-colour-b,
.jxl-colour-b600 {
    color: #1D7AFC;
}

.jxl-colour-b500 {
    color: #388BFF;
}

.jxl-colour-b400 {
    color: #579DFF;
}

.jxl-colour-b300 {
    color: #85B8FF;
}

.jxl-colour-b200 {
    color: #CCE0FF;
}

.jxl-colour-b100 {
    color: #E9F2FF;
}

.jxl-colour-t800 {
    color: #206A83;
}

.jxl-colour-t700 {
    color: #227D9B;
}

.jxl-colour-t,
.jxl-colour-t600 {
    color: #2898BD;
}

.jxl-colour-t500 {
    color: #42B2D7;
}

.jxl-colour-t400 {
    color: #6CC3E0;
}

.jxl-colour-t300 {
    color: #9DD9EE;
}

.jxl-colour-t200 {
    color: #C6EDFB;
}

.jxl-colour-t100 {
    color: #E7F9FF;
}

.jxl-colour-p800 {
    color: #5E4DB2;
}

.jxl-colour-p700 {
    color: #6E5DC6;
}

.jxl-colour-p,
.jxl-colour-p600 {
    color: #8270DB;
}

.jxl-colour-p500 {
    color: #8F7EE7;
}

.jxl-colour-p400 {
    color: #9F8FEF;
}

.jxl-colour-p300 {
    color: #B8ACF6;
}

.jxl-colour-p200 {
    color: #DFD8FD;
}

.jxl-colour-p100 {
    color: #F3F0FF;
}

.jxl-colour-o800 {
    color: #A54800;
}

.jxl-colour-o700 {
    color: #C25100;
}

.jxl-colour-o,
.jxl-colour-o600 {
    color: #E56910;
}

.jxl-colour-o500 {
    color: #F38A3F;
}

.jxl-colour-o400 {
    color: #FEA362;
}

.jxl-colour-o300 {
    color: #FEC195;
}

.jxl-colour-o200 {
    color: #FEDEC8;
}

.jxl-colour-o100 {
    color: #FFF3EB;
}

.jxl-colour-m800 {
    color: #943D73;
}

.jxl-colour-m700 {
    color: #AE4787;
}

.jxl-colour-m,
.jxl-colour-m600 {
    color: #CD519D;
}

.jxl-colour-m500 {
    color: #DA62AC;
}

.jxl-colour-m400 {
    color: #E774BB;
}

.jxl-colour-m300 {
    color: #F797D2;
}

.jxl-colour-m200 {
    color: #FDD0EC;
}

.jxl-colour-m100 {
    color: #FFECF8;
}

.jxl-colour-l800 {
    color: #4C6B1F;
}

.jxl-colour-l700 {
    color: #5B7F24;
}

.jxl-colour-l,
.jxl-colour-l600 {
    color: #6A9A23;
}

.jxl-colour-l500 {
    color: #82B536;
}

.jxl-colour-l400 {
    color: #94C748;
}

.jxl-colour-l300 {
    color: #B3DF72;
}

.jxl-colour-l200 {
    color: #D3F1A7;
}

.jxl-colour-l100 {
    color: #EFFFD6;
}

.jxl-colour-white {
    color: #fff !important;
}

.jxl-colour-black {
    color: #000 !important;
}

.jxl-colour-transparent {
    color: transparent !important;
}

.jxl-bg-colour-n800 {
    background-color: #44546F;
}

.jxl-bg-colour-n700 {
    background-color: #626F86;
}

.jxl-bg-colour-n,
.jxl-bg-colour-n600 {
    background-color: #758195;
}

.jxl-bg-colour-n500 {
    background-color: #8590A2;
}

.jxl-bg-colour-n400 {
    background-color: #B3B9C4;
}

.jxl-bg-colour-n300 {
    background-color: #DCDFE4;
}

.jxl-bg-colour-n200 {
    background-color: #F1F2F4;
}

.jxl-bg-colour-n100 {
    background-color: #F7F8F9;
}

.jxl-bg-colour-r800 {
    background-color: #AE2E24;
}

.jxl-bg-colour-r700 {
    background-color: #C9372C;
}

.jxl-bg-colour-r,
.jxl-bg-colour-r600 {
    background-color: #E2483D;
}

.jxl-bg-colour-r500 {
    background-color: #F15B50;
}

.jxl-bg-colour-r400 {
    background-color: #F87168;
}

.jxl-bg-colour-r300 {
    background-color: #FD9891;
}

.jxl-bg-colour-r200 {
    background-color: #FFD5D2;
}

.jxl-bg-colour-r100 {
    background-color: #FFECEB;
}

.jxl-bg-colour-y800 {
    background-color: #7F5F01;
}

.jxl-bg-colour-y700 {
    background-color: #946F00;
}

.jxl-bg-colour-y,
.jxl-bg-colour-y600 {
    background-color: #B38600;
}

.jxl-bg-colour-y500 {
    background-color: #CF9F02;
}

.jxl-bg-colour-y400 {
    background-color: #E2B203;
}

.jxl-bg-colour-y300 {
    background-color: #F5CD47;
}

.jxl-bg-colour-y200 {
    background-color: #F8E6A0;
}

.jxl-bg-colour-y100 {
    background-color: #FFF7D6;
}

.jxl-bg-colour-g500 {
    background-color: #006644;
}

.jxl-bg-colour-g400 {
    background-color: #00875a;
}

.jxl-bg-colour-g,
.jxl-bg-colour-g300 {
    background-color: #36b37e;
}

.jxl-bg-colour-g200 {
    background-color: #57d9a3;
}

.jxl-bg-colour-g100 {
    background-color: #79f2c0;
}

.jxl-bg-colour-g75 {
    background-color: #abf5d1;
}

.jxl-bg-colour-g50 {
    background-color: #e3fcef;
}

.jxl-bg-colour-b800 {
    background-color: #0055CC;
}

.jxl-bg-colour-b700 {
    background-color: #0C66E4;
}

.jxl-bg-colour-b,
.jxl-bg-colour-b600 {
    background-color: #1D7AFC;
}

.jxl-bg-colour-b500 {
    background-color: #388BFF;
}

.jxl-bg-colour-b400 {
    background-color: #579DFF;
}

.jxl-bg-colour-b300 {
    background-color: #85B8FF;
}

.jxl-bg-colour-b200 {
    background-color: #CCE0FF;
}

.jxl-bg-colour-b100 {
    background-color: #E9F2FF;
}

.jxl-bg-colour-t800 {
    background-color: #206A83;
}

.jxl-bg-colour-t700 {
    background-color: #227D9B;
}

.jxl-bg-colour-t,
.jxl-bg-colour-t600 {
    background-color: #2898BD;
}

.jxl-bg-colour-t500 {
    background-color: #42B2D7;
}

.jxl-bg-colour-t400 {
    background-color: #6CC3E0;
}

.jxl-bg-colour-t300 {
    background-color: #9DD9EE;
}

.jxl-bg-colour-t200 {
    background-color: #C6EDFB;
}

.jxl-bg-colour-t100 {
    background-color: #E7F9FF;
}

.jxl-bg-colour-p800 {
    background-color: #5E4DB2;
}

.jxl-bg-colour-p700 {
    background-color: #6E5DC6;
}

.jxl-bg-colour-p,
.jxl-bg-colour-p600 {
    background-color: #8270DB;
}

.jxl-bg-colour-p500 {
    background-color: #8F7EE7;
}

.jxl-bg-colour-p400 {
    background-color: #9F8FEF;
}

.jxl-bg-colour-p300 {
    background-color: #B8ACF6;
}

.jxl-bg-colour-p200 {
    background-color: #DFD8FD;
}

.jxl-bg-colour-p100 {
    background-color: #F3F0FF;
}

.jxl-bg-colour-o800 {
    background-color: #A54800;
}

.jxl-bg-colour-o700 {
    background-color: #C25100;
}

.jxl-bg-colour-o,
.jxl-bg-colour-o600 {
    background-color: #E56910;
}

.jxl-bg-colour-o500 {
    background-color: #F38A3F;
}

.jxl-bg-colour-o400 {
    background-color: #FEA362;
}

.jxl-bg-colour-o300 {
    background-color: #FEC195;
}

.jxl-bg-colour-o200 {
    background-color: #FEDEC8;
}

.jxl-bg-colour-o100 {
    background-color: #FFF3EB;
}

.jxl-bg-colour-m800 {
    background-color: #943D73;
}

.jxl-colour-m700 {
    background-color: #AE4787;
}

.jxl-bg-colour-m,
.jxl-bg-colour-m600 {
    background-color: #CD519D;
}

.jxl-bg-colour-m500 {
    background-color: #DA62AC;
}

.jxl-bg-colour-m400 {
    background-color: #E774BB;
}

.jxl-bg-colour-m300 {
    background-color: #F797D2;
}

.jxl-bg-colour-m200 {
    background-color: #FDD0EC;
}

.jxl-bg-colour-m100 {
    background-color: #FFECF8;
}

.jxl-bg-colour-l800 {
    background-color: #4C6B1F;
}

.jxl-bg-colour-l700 {
    background-color: #5B7F24;
}

.jxl-bg-colour-l,
.jxl-bg-colour-l600 {
    background-color: #6A9A23;
}

.jxl-bg-colour-l500 {
    background-color: #82B536;
}

.jxl-bg-colour-l400 {
    background-color: #94C748;
}

.jxl-bg-colour-l300 {
    background-color: #B3DF72;
}

.jxl-bg-colour-l200 {
    background-color: #D3F1A7;
}

.jxl-bg-colour-l100 {
    background-color: #EFFFD6;
}

.jxl-bg-colour-white {
    background-color: #fff !important;
}

.jxl-bg-colour-black {
    background-color: #000 !important;
}

.jxl-bg-colour-transparent {
    background-color: transparent !important;
}

.jxl-bg-gradient-n800 {
    background-image: linear-gradient(0deg, transparent 0%, #44546F 100%);
}

.jxl-bg-gradient-n700 {
    background-image: linear-gradient(0deg, transparent 0%, #626F86 100%);
}

.jxl-bg-gradient-n,
.jxl-bg-gradient-n600 {
    background-image: linear-gradient(0deg, transparent 0%, #758195 100%);
}

.jxl-bg-gradient-n500 {
    background-image: linear-gradient(0deg, transparent 0%, #8590A2 100%);
}

.jxl-bg-gradient-n400 {
    background-image: linear-gradient(0deg, transparent 0%, #B3B9C4 100%);
}

.jxl-bg-gradient-n300 {
    background-image: linear-gradient(0deg, transparent 0%, #DCDFE4 100%);
}

.jxl-bg-gradient-n200 {
    background-image: linear-gradient(0deg, transparent 0%, #F1F2F4 100%);
}

.jxl-bg-gradient-n100 {
    background-image: linear-gradient(0deg, transparent 0%, #F7F8F9 100%);
}

.jxl-bg-gradient-r800 {
    background-image: linear-gradient(0deg, transparent 0%, #AE2E24 100%);
}

.jxl-bg-gradient-r700 {
    background-image: linear-gradient(0deg, transparent 0%, #C9372C 100%);
}

.jxl-bg-gradient-r,
.jxl-bg-gradient-r600 {
    background-image: linear-gradient(0deg, transparent 0%, #E2483D 100%);
}

.jxl-bg-gradient-r500 {
    background-image: linear-gradient(0deg, transparent 0%, #F15B50 100%);
}

.jxl-bg-gradient-r400 {
    background-image: linear-gradient(0deg, transparent 0%, #F87168 100%);
}

.jxl-bg-gradient-r300 {
    background-image: linear-gradient(0deg, transparent 0%, #FD9891 100%);
}

.jxl-bg-gradient-r200 {
    background-image: linear-gradient(0deg, transparent 0%, #FFD5D2 100%);
}

.jxl-bg-gradient-r100 {
    background-image: linear-gradient(0deg, transparent 0%, #FFECEB 100%);
}

.jxl-bg-gradient-y800 {
    background-image: linear-gradient(0deg, transparent 0%, #7F5F01 100%);
}

.jxl-bg-gradient-y700 {
    background-image: linear-gradient(0deg, transparent 0%, #946F00 100%);
}

.jxl-bg-gradient-y,
.jxl-bg-gradient-y600 {
    background-image: linear-gradient(0deg, transparent 0%, #B38600 100%);
}

.jxl-bg-gradient-y500 {
    background-image: linear-gradient(0deg, transparent 0%, #CF9F02 100%);
}

.jxl-bg-gradient-y400 {
    background-image: linear-gradient(0deg, transparent 0%, #E2B203 100%);
}

.jxl-bg-gradient-y300 {
    background-image: linear-gradient(0deg, transparent 0%, #F5CD47 100%);
}

.jxl-bg-gradient-y200 {
    background-image: linear-gradient(0deg, transparent 0%, #F8E6A0 100%);
}

.jxl-bg-gradient-y100 {
    background-image: linear-gradient(0deg, transparent 0%, #FFF7D6 100%);
}

.jxl-bg-gradient-g500 {
    background-image: linear-gradient(0deg, transparent 0%, #006644 100%);
}

.jxl-bg-gradient-g400 {
    background-image: linear-gradient(0deg, transparent 0%, #00875a 100%);
}

.jxl-bg-gradient-g,
.jxl-bg-gradient-g300 {
    background-image: linear-gradient(0deg, transparent 0%, #36b37e 100%);
}

.jxl-bg-gradient-g200 {
    background-image: linear-gradient(0deg, transparent 0%, #57d9a3 100%);
}

.jxl-bg-gradient-g100 {
    background-image: linear-gradient(0deg, transparent 0%, #79f2c0 100%);
}

.jxl-bg-gradient-g75 {
    background-image: linear-gradient(0deg, transparent 0%, #abf5d1 100%);
}

.jxl-bg-gradient-g50 {
    background-image: linear-gradient(0deg, transparent 0%, #e3fcef 100%);
}

.jxl-bg-gradient-b800 {
    background-image: linear-gradient(0deg, transparent 0%, #0055CC 100%);
}

.jxl-bg-gradient-b700 {
    background-image: linear-gradient(0deg, transparent 0%, #0C66E4 100%);
}

.jxl-bg-gradient-b,
.jxl-bg-gradient-b600 {
    background-image: linear-gradient(0deg, transparent 0%, #1D7AFC 100%);
}

.jxl-bg-gradient-b500 {
    background-image: linear-gradient(0deg, transparent 0%, #388BFF 100%);
}

.jxl-bg-gradient-b400 {
    background-image: linear-gradient(0deg, transparent 0%, #579DFF 100%);
}

.jxl-bg-gradient-b300 {
    background-image: linear-gradient(0deg, transparent 0%, #85B8FF 100%);
}

.jxl-bg-gradient-b200 {
    background-image: linear-gradient(0deg, transparent 0%, #CCE0FF 100%);
}

.jxl-bg-gradient-b100 {
    background-image: linear-gradient(0deg, transparent 0%, #E9F2FF 100%);
}

.jxl-bg-gradient-t800 {
    background-image: linear-gradient(0deg, transparent 0%, #206A83 100%);
}

.jxl-bg-gradient-t700 {
    background-image: linear-gradient(0deg, transparent 0%, #227D9B 100%);
}

.jxl-bg-gradient-t,
.jxl-bg-gradient-t600 {
    background-image: linear-gradient(0deg, transparent 0%, #2898BD 100%);
}

.jxl-bg-gradient-t500 {
    background-image: linear-gradient(0deg, transparent 0%, #42B2D7 100%);
}

.jxl-bg-gradient-t400 {
    background-image: linear-gradient(0deg, transparent 0%, #6CC3E0 100%);
}

.jxl-bg-gradient-t300 {
    background-image: linear-gradient(0deg, transparent 0%, #9DD9EE 100%);
}

.jxl-bg-gradient-t200 {
    background-image: linear-gradient(0deg, transparent 0%, #C6EDFB 100%);
}

.jxl-bg-gradient-t100 {
    background-image: linear-gradient(0deg, transparent 0%, #E7F9FF 100%);
}

.jxl-bg-gradient-p800 {
    background-image: linear-gradient(0deg, transparent 0%, #5E4DB2 100%);
}

.jxl-bg-gradient-p700 {
    background-image: linear-gradient(0deg, transparent 0%, #6E5DC6 100%);
}

.jxl-bg-gradient-p,
.jxl-bg-gradient-p600 {
    background-image: linear-gradient(0deg, transparent 0%, #8270DB 100%);
}

.jxl-bg-gradient-p500 {
    background-image: linear-gradient(0deg, transparent 0%, #8F7EE7 100%);
}

.jxl-bg-gradient-p400 {
    background-image: linear-gradient(0deg, transparent 0%, #9F8FEF 100%);
}

.jxl-bg-gradient-p300 {
    background-image: linear-gradient(0deg, transparent 0%, #B8ACF6 100%);
}

.jxl-bg-gradient-p200 {
    background-image: linear-gradient(0deg, transparent 0%, #DFD8FD 100%);
}

.jxl-bg-gradient-p100 {
    background-image: linear-gradient(0deg, transparent 0%, #F3F0FF 100%);
}

.jxl-bg-gradient-o800 {
    background-image: linear-gradient(0deg, transparent 0%, #A54800 100%);
}

.jxl-bg-gradient-o700 {
    background-image: linear-gradient(0deg, transparent 0%, #C25100 100%);
}

.jxl-bg-gradient-o,
.jxl-bg-gradient-o600 {
    background-image: linear-gradient(0deg, transparent 0%, #E56910 100%);
}

.jxl-bg-gradient-o500 {
    background-image: linear-gradient(0deg, transparent 0%, #F38A3F 100%);
}

.jxl-bg-gradient-o400 {
    background-image: linear-gradient(0deg, transparent 0%, #FEA362 100%);
}

.jxl-bg-gradient-o300 {
    background-image: linear-gradient(0deg, transparent 0%, #FEC195 100%);
}

.jxl-bg-gradient-o200 {
    background-image: linear-gradient(0deg, transparent 0%, #FEDEC8 100%);
}

.jxl-bg-gradient-o100 {
    background-image: linear-gradient(0deg, transparent 0%, #FFF3EB 100%);
}

.jxl-bg-gradient-m800 {
    background-image: linear-gradient(0deg, transparent 0%, #943D73 100%);
}

.jxl-bg-gradient-m700 {
    background-image: linear-gradient(0deg, transparent 0%, #AE4787 100%);
}

.jxl-bg-gradient-m,
.jxl-bg-gradient-m600 {
    background-image: linear-gradient(0deg, transparent 0%, #CD519D 100%);
}

.jxl-bg-gradient-m500 {
    background-image: linear-gradient(0deg, transparent 0%, #DA62AC 100%);
}

.jxl-bg-gradient-m400 {
    background-image: linear-gradient(0deg, transparent 0%, #E774BB 100%);
}

.jxl-bg-gradient-m300 {
    background-image: linear-gradient(0deg, transparent 0%, #F797D2 100%);
}

.jxl-bg-gradient-m200 {
    background-image: linear-gradient(0deg, transparent 0%, #FDD0EC 100%);
}

.jxl-bg-gradient-m100 {
    background-image: linear-gradient(0deg, transparent 0%, #FFECF8 100%);
}

.jxl-bg-gradient-l800 {
    background-image: linear-gradient(0deg, transparent 0%, #4C6B1F 100%);
}

.jxl-bg-gradient-l700 {
    background-image: linear-gradient(0deg, transparent 0%, #5B7F24 100%);
}

.jxl-bg-gradient-l,
.jxl-bg-gradient-l600 {
    background-image: linear-gradient(0deg, transparent 0%, #6A9A23 100%);
}

.jxl-bg-gradient-l500 {
    background-image: linear-gradient(0deg, transparent 0%, #82B536 100%);
}

.jxl-bg-gradient-l400 {
    background-image: linear-gradient(0deg, transparent 0%, #94C748 100%);
}

.jxl-bg-gradient-l300 {
    background-image: linear-gradient(0deg, transparent 0%, #B3DF72 100%);
}

.jxl-bg-gradient-l200 {
    background-image: linear-gradient(0deg, transparent 0%, #D3F1A7 100%);
}

.jxl-bg-gradient-l100 {
    background-image: linear-gradient(0deg, transparent 0%, #EFFFD6 100%);
}

.jxl-lozenge-language {
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 2px 3px 2px 4px;
    color: #626F86;
    border: #626F86 1px solid;
    border-radius: 3px;
    letter-spacing: 1.5px;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.jxl-promo-btn,
.jxl-promo-btn:hover,
.jxl-promo-btn:active,
.jxl-promo-btn:visited {
    border-left: 2px #ffffff dotted !important;
    border-right: 2px #ffffff dotted !important;
}

.jxl-footer-action-button {
    color: #b3b9c4 !important;
    border: 1px solid transparent;
    background-color: rgba(188, 214, 240, 0.04);
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 3px !important;
    padding: 0 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jxl-footer-action-button:hover {
    background-color: #36B37E !important;
    border-color: #36B37E !important;
    color: #ffffff !important;
}

.jxl-partner-badge {
    max-width: 230px;
    vertical-align: middle;
}

.jxl-award-badge {
    max-width: 200px;
    vertical-align: middle;
}

.jxl-sticker-ijxljira {
    max-width: 144px;
}

.fa-ul {
    margin-left: 24px;
}

a.jxl-text-link,
a.jxl-text-link:active,
a.jxl-text-link:visited,
#jxl-legal .jxl-legal-code a:not(.iubenda-embed),
#jxl-legal .jxl-legal-code a:not(.iubenda-embed):active,
#jxl-legal .jxl-legal-code a:not(.iubenda-embed):visited,
#jxl-legal a.toc-link,
#jxl-legal a.toc-link:active,
#jxl-legal a.toc-link:visited,
#jxl-feed a:not(.text-reset),
#jxl-feed a:not(.text-reset):active,
#jxl-feed a:not(.text-reset):visited {
    color: #36B37E !important;
}

a.jxl-text-link:hover,
#jxl-legal .jxl-legal-code a:not(.iubenda-embed):hover,
#jxl-legal a.toc-link:hover,
#jxl-feed a:not(.text-reset):hover {
    color: rgb(0, 102, 68) !important;
}

#jxl-legal h2:not(:first-child)::before,
#jxl-legal h3::before,
#jxl-legal h4::before,
#jxl-legal h5::before,
#jxl-legal h6::before {
    display: block;
    content: ' ';
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}

#jxl-legal h1,
#jxl-legal h2,
#jxl-legal h3,
#jxl-legal h4,
#jxl-legal h5,
#jxl-legal h6 {
    letter-spacing: -0.5px;
    outline: 0;
}

#jxl-legal h1 {
    margin-bottom: 2rem;
}

#jxl-legal h2,
#jxl-legal h3,
#jxl-legal h4,
#jxl-legal h5,
#jxl-legal h6 {
    margin-top: 2rem;
}

#jxl-legal h1 strong {
    font-weight: 600;
}

#jxl-cookies-page #jxl-legal h2:first-child {
    margin-top: 0;
}

#jxl-legal hr {
    margin: 2rem 0;
}

#jxl-legal ul:not(.toc-list):not(.list-unstyled),
#jxl-jobs ul,
#jxl-feed ul {
    padding-inline-start: 20px;
}

#jxl-jobs li,
#jxl-feed li {
    margin-bottom: 0.5rem;
}

#jxl-cookies-page #jxl-legal ul:not(.toc-list) {
    padding-inline-start: 0;
    list-style-type: none;
}

#jxl-legal .toc-list {
    list-style-type: none;
    font-size: 12px;
}

#jxl-legal a.toc-link {
    display: inline-block;
    width: 100%;
}

#jxl-legal a.toc-link:hover::before {
    background-color: rgb(0, 135, 90) !important;
}

#jxl-legal a.toc-link:hover {
    color: rgb(0, 135, 90) !important;
}

#jxl-legal a.toc-link.is-active-link::before {
    background-color: #1d2125 !important;
}

#jxl-legal a.toc-link.is-active-link,
#jxl-legal a.toc-link.is-active-link:active,
#jxl-legal a.toc-link.is-active-link:visited,
#jxl-legal a.toc-link.is-active-link:hover {
    color: #1d2125 !important;
}

#jxl-press .media .icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    background: linear-gradient(45deg, rgba(132, 146, 166, 0.15) 25%, transparent 25%),
        linear-gradient(135deg, rgba(132, 146, 166, 0.15) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(132, 146, 166, 0.15) 75%),
        linear-gradient(135deg, transparent 75%, rgba(132, 146, 166, 0.15) 75%);
    background-size: 12px 12px;
    background-position: 0 0, 6px 0, 6px -6px, 0 6px;
}

#jxl-press .action-icons li a,
#jxl-jobs .action-icons li a,
#jxl-latest .action-icons li a,
#jxl-case .action-icons li a {
    color: #b3b9c4;
    background-color: transparent;
    margin-bottom: 4px;
}

@media (min-width: 576px) {
    .owl-carousel .owl-stage-outer {
        overflow: visible !important;
    }
}

.cc-window {
    font-family: 'Nunito', sans-serif;
    padding: 1.4em !important;
    border-radius: 0 !important;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

@media screen and (max-width: 430px) and (orientation: portrait),
    screen and (max-width: 932px) and (orientation: landscape) {
    .cc-window.cc-floating {
        max-width: none;
    }
    .cc-window.cc-bottom {
        bottom: 0;
    }
}

.cc-link,
.cc-link:active,
.cc-link:visited {
    padding: 0;
    opacity: 1;
    text-decoration: underline !important;
}

.cc-link:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.cc-btn {
    border-radius: 20px !important;
    outline: none;
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
}

.cc-btn:hover {
    opacity: 0.8;
}

.cc-btn:focus {
    opacity: 1;
}

.irs-bar,
.irs-handle > i:first-child,
.irs-single {
    background-color: #36B37E !important;
}

.irs-line {
    background-color: #F1F2F4 !important;
}

.irs-shadow,
.irs-min,
.irs-max,
.irs-grid-pol {
    background-color: #DCDFE4 !important;
}

.irs-bar,
.irs-line,
.jxl-c-price-card {
    cursor: pointer;
}

.irs-handle {
    cursor: col-resize;
}

.irs-single {
    font-family: 'Nunito', sans-serif;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    cursor: ew-resize;
}

.irs-single::before {
    border-top-color: #36B37E !important;
}

.irs-grid-text {
    color: #626F86 !important;
}

.jxl-price-tabs .nav-tabs {
    border-bottom: 0;
}

.jxl-price-tabs .nav-link {
    margin: 0 4px;
    padding: 10px 10px 8px 14px;
    width: 160px;
    color: #626F86;
    border: #DCDFE4 1px solid !important;
    border-radius: 22px;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 575px) {
    .jxl-price-tabs .nav-link {
        width: 60px;
    }
}

@media screen and (hover: hover) and (pointer: fine) {
    .jxl-price-tabs .nav-link:not(.active):hover {
        color: #2C3E5D;
        border-color: #B3B9C4 !important;
    }
}

.jxl-price-tabs .nav-link.active {
    color: #36B37E;
    border-color: #36B37E !important;
    cursor: default;
}

.jxl-price-users {
    width: 100px;
    font-size: 1rem;
    color: #36b37e !important;
    background-color: #F1F2F4 !important;
    caret-color: #acb5bd;
}

.jxl-c-price-users {
    width: 140px;
}

.jxl-dc-price-users {
    width: 140px;
}

@media screen and (hover: hover) and (pointer: fine) {
    .jxl-price-users {
        padding-left: 22px !important;
    }
}

.jxl-price-total,
.jxl-price-avg {
    font-family: 'Nunito', sans-serif;
    letter-spacing: -0.5px;
}

.jxl-c-price-card .h2 {
    font-family: 'Nunito', sans-serif;
}

.jxl-price-card-active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    border-color: #36B37E !important;
}

.jxl-price-scale-link {
    color: #626F86;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    transition: visibility 0s;
}

.jxl-price-users-tier {
    display: inline-flex;
    align-items: center;
    height: 34px;
    min-width: 72px;
    padding: 3px 5px 2px 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: -0.25px;
    max-width: 120px;
    border: 2px rgba(98, 111, 134, 0.85) solid;
    border-radius: 4px;
    text-transform: uppercase;
}

#jxl-c-price-payment ~ .custom-control-label::before,
#jxl-c-price-payment:checked ~ .custom-control-label::before {
    border-color: #DCDFE4 !important;
    background-color: #F1F2F4 !important;
}

#jxl-c-price-payment ~ .custom-control-label::after,
#jxl-c-price-payment:checked ~ .custom-control-label::after {
    background-color: #36b37e !important;
}

.pricing-rates .title {
    font-family: 'Arial Narrow', 'Nunito', sans-serif;
}

#jxl-feed img {
    max-width: 100%;
    -webkit-box-shadow: rgba(9, 30, 66, 0.15) 0 0 1px;
    box-shadow: rgba(9, 30, 66, 0.15) 0 0 1px;
}

#jxl-feed img[width='1'][height='1'] {
    display: inline-block;
    width: 0 !important;
    height: 0 !important;
}

#jxl-feed a[href*='marketplace.atlassian.com'] img,
#jxl-feed a[href*='jxl.app'] img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 48px !important;
}

#jxl-feed figure {
    text-align: center;
}

#jxl-feed figcaption {
    margin-top: 8px;
    color: #626F86;
}

#jxl-feed .twitter-tweet {
    margin-bottom: 16px !important;
}

#jxl-feed a[href*='news.jxl.app'] {
    display: none;
}

.jxl-keyword {
    white-space: nowrap;
    line-height: 1.1 !important;
    filter: none !important;
}

.jxl-keyword:not(:hover) {
    box-shadow: none !important;
}

.jxl-keyword-h1 {
    font-size: 200%;
    font-weight: 600;
}

.jxl-keyword-h2 {
    font-size: 150%;
    font-weight: 600;
}

.jxl-keyword-h3 {
    font-size: 100%;
    font-weight: 700;
}

@media print {
    #jxl-newsletter {
        display: none !important;
    }
}

@media screen and (hover: none) and (pointer: coarse) {
    body.bg-img {
        background-image: none !important;
    }
    section.bg-img {
        background-attachment: scroll;
    }
    .jxl-bg-pos-fixed {
        background-attachment: scroll;
    }
    .jxl-hide-on-mobile {
        display: none;
    }
}
