@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kode+Mono:wght@400..700&display=swap");
@import url("font-awesome.css");
:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --secondcolor: #4E29B7;
    --header: #2E3439;
    --base: #007DC3;
    --text: #5F6B76;
    --text2: #8A8C94;
    --border: #DCE3EA;
    --border2: #D7D7D7;
    --button: #1C2539;
    --button2: #030734;
    --ratting: #F09815;
    --bg: #F6F3EE;
    --bg2: #F6F6F6;
    --bg3: #F5F6FD;
    --bg4: #020001;
    --bg5: #F7F9FB;
    --bg6: #020626;
    --bg7: #EDEEEE;
    --color-gradient-1: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, rgba(15, 116, 230, 0.55) 71.26%, #007dc3 100%);
    --color-gradient-2: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.78) 100%);
    ---box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.04);
}

:focus-visible {
    outline: unset;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    /*outline: 1px solid #DCE3EA;*/
    border-radius: 3px
}

body {
    /*font-family: "Inter", sans-serif;*/
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Inter", sans-serif;*/
    margin: 0px;
    padding: 0;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 85px;
    font-weight: 600;
    line-height: 106%;
}

h2 {
    font-size: 48px;
    line-height: 115%;
    font-weight: 600;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 121%;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 575px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 156%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a>h1,
a>h2,
a>h3,
a>h4,
a>h5,
a>h6 {
    color: inherit;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit;
}

.sppb-person-name:hover {
    color: inherit !important;
}

.sppb-icon .sppb-icon-container {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sppb-btn.active,
.sppb-btn:active {
    background-image: inherit !important;
}

.sppb-btn.focus,
.sppb-btn:active:focus,
.sppb-btn:active:hover,
.sppb-btn:focus,
.sppb-btn:hover {
    outline: 0;
}

.sppb-btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.sppb-btn.active,
.sppb-btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {
    display: none;
}

form.sppb-optin-form.submit-button-inside .button-wrap {
    top: 50% !important;
    transform: translatey(-50%);
}

#sp-footer {
    font-size: inherit;
    position: relative;
    z-index: 0;
}

#sp-footer #sp-footer2 {
    text-align: inherit;
}

.sp-scroll-up {
    background: var(--maincolor);
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
    padding: 0;
}

.z-index3 {
    z-index: 3 !important;
}

.z-index2 {
    z-index: 2 !important;
}

.z-index0 {
    z-index: 0 !important;
}

.sppb-media-heading {
    margin: 0;
}

.sppb-progress {
    margin-bottom: 0px;
}

.sppb-addon-persion .sppb-person-social>li>a,
.sppb-addon-person .sppb-person-social>li>a {
    line-height: inherit;
}

.sppb-carousel-extended-outer-stage {
    -webkit-perspective: inherit;
    perspective: inherit;
}

.sppb-nav-custom li {
    margin: 0 !important;
    padding: 0 !important;
}

.animated-number-position-left .sppb-addon-content,
.animated-number-position-right .sppb-addon-content,
.sppb-addon-clients .sppb-carousel-extended-outer-stage {
    align-items: center;
}

.sppb-person-name,
.sppb-person-designation {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sp-slider img {
    height: auto !important;
    width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
    padding: 0;
}

@media (max-width: 768px) {
    .sppb-addon-clients img {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .no-resposive-bg {
        background: transparent !important;
    }
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form>div .btn,
.hikashop_vote_form .button {
    font-weight: 600;
    color: var(--white);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    position: relative;
    overflow: hidden;
    font-size: .875rem;
    line-height: 18px;
    padding: 10px 16px;
    border-radius: 4px;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    gap: 0.5rem;
    text-decoration: none;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form>div .btn-primary,
.hikashop_vote_form .button {
    background-color: #eceff4;
}

body .sppb-btn:hover,
.registration form>div .btn:hover,
body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.login .btn:hover,
.registration form>div .btn-primary:hover,
body .sppb-btn.sppb-btn-secondary:hover,
.hikashop_vote_form .button:hover {
    color: var(--white);
}

body .sppb-btn.btn-lg {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.38rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

body .sppb-btn.btn-xl {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.36rem;
    padding-right: 2.36rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

body .sppb-btn.btn-lg svg,
body .sppb-btn.btn-xl svg {
    width: 16px;
    height: 16px;
}

body .sppb-btn.sppb-btn-default {
    background: #fff;
    color: #2E3439;
    border-color: #DCE3EA;
}

body .sppb-btn.sppb-btn-default:hover {
    background: #eceff4;
}

body .sppb-btn.sppb-btn-primary {
    color: #fff;
    background-color: #F05324;
    border-color: #F05324;
}

body .sppb-btn.sppb-btn-primary:hover {
    background-color: rgb(240 83 36 / 90%);
    border-color: rgb(240 83 36 / 90%);
}

body .sppb-btn.sppb-btn-secondary {
    color: #fff;
    background-color: #007dc3;
    border-color: #007dc3;
}

body .sppb-btn.sppb-btn-secondary:hover {
    background-color: rgb(0 125 195 / 90%);
    border-color: rgb(0 125 195 / 90%);
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline {
    background: transparent;
    color: #007dc3;
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:hover {
    background: #007dc3;
    color: #fff;
}

body .btn-xl.sppb-btn-outline,
body .btn-xl {
    border-width: 2px;
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button-2 .sp-slider-btn-text {}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:hover {}

body .sppb-btn.sppb-btn-secondary:hover::before,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:hover::before {}

body .sppb-btn.sppb-btn-dark {
    color: #2E3439;
    background-color: #fff;
    border-color: #DCE3EA;
}

body .sppb-btn.sppb-btn-dark:hover {
    color: #fff;
    background-color: #2E3439;
    border-color: rgb(46 52 57 / 20%);
}

body .sppb-btn.sppb-btn-link {
    background: transparent;
    text-decoration: underline !important;
    padding: 0 !important;
    /*text-transform: capitalize;*/
    font-size: 0;
    color: var(--header);
    font-weight: 600;
    line-height: 28px;
}

body .sppb-btn.sppb-btn-link span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--maincolor)), to(var(--maincolor)));
    background-image: linear-gradient(var(--maincolor), var(--maincolor));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
}

body .sppb-btn.sppb-btn-link i {
    margin-left: 10px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: var(--maincolor);
    text-align: center;
    color: var(--white);
    transform: none !important;
}

body .sppb-btn.sppb-btn-link:hover span {
    color: var(--maincolor);
    background-size: 100% 1px;
}

body .sppb-btn.sppb-btn-link:before {
    display: none;
}

body .sppb-btn.sppb-btn-link:after {
    display: none;
}

body .sppb-btn.sppb-btn-link.gray-link-btn {
    color: rgb(255 255 255 / 80%) !important;
    text-decoration: underline !important;
}

body .sppb-btn.sppb-btn-link.gray-link-btn:hover {
    color: #fff !important;
}

body .sppb-btn i,
body .sppb-sp-slider-button .sp-slider-btn-text i,
body form .sppb-btn span {
    margin-left: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.logo-slider {
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    overflow: hidden;
    width: 100%;
}

.logo-track {
    display: flex;
    width: max-content;
    gap: 3rem;
    /*overflow: visible;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    animation: scroll-left 60s linear infinite;*/
    animation: scroll-left linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.logo-group {
    display: flex;
    gap: 3rem;
}

.logo-box {
    white-space: nowrap;
    opacity: 0.5;
    filter: grayscale(100%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    user-select: none;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #5E7387;
    padding: 0.5rem 1.5rem;
}

.logo-box:hover {
    opacity: 1;
    filter: grayscale(0);
}

@media (max-width: 575px) {
    body .sppb-btn i,
    body .sppb-sp-slider-button .sp-slider-btn-text i,
    body form .sppb-btn span {
        margin-left: 3px;
        font-size: 12px;
    }
}

body .sppb-btn:hover i,
body .sppb-sp-slider-button .sp-slider-btn-text:hover i,
body form .sppb-btn:hover span {
    -webkit-transform: translate(5px);
    transform: translate(5px);
}

.full-width-image .sppb-addon-single-image-container {
    width: 100%;
    display: block;
}

.full-width-image .sppb-addon-single-image-container img {
    width: 100%;
}

.sppb-progress {
    border-radius: 45px;
}

.social-icon-right a i {
    color: inherit !important;
}

.sppb-addon-clients .sppb-carousel-extended-item img {
    margin: auto;
    text-align: center;
    display: block;
}

.sppb-person-image img {
    width: 100%;
    height: 100%;
}

.sppb-carousel-extended-heading,
.sppb-carousel-extended-subheading {
    transition: .3s ease-in-out;
    margin: 0;
}

@media(max-width: 768px) {
    .sppb-addon-clients a {
        display: block;
    }
    .sppb-addon-clients a img {
        margin-left: auto;
        margin-right: auto;
    }
}

.sp-slider div[class^="sppb-col"] {
    position: static;
}

.sppb-icon .sppb-icon-container>i {
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content,
.sppb-text-left.animated-number-position-left .sppb-addon-content {
    align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
    height: auto !important;
}

body .sppb-addon-optin-forms {
    padding: 0px;
}

.sppb-addon-table-main td {
    color: inherit;
    font-size: inherit;
}

.com-finder .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    display: flex;
    align-items: center;
}

.com-finder .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
    margin-right: 5px;
}

.center-section>.sppb-container-inner>.sppb-row,
.center-section>.sppb-row-container>.sppb-row,
.center-section>.sppb-row {
    justify-content: center;
}

.even-section>.sppb-row-container>.sppb-row,
.even-section>.sppb-container-inner>.sppb-row,
.even-section>.sppb-row {
    justify-content: space-between !important;
}

.right-section>.sppb-row-container>.sppb-row,
.right-section>.sppb-row {
    justify-content: flex-end !important;
}
.blue-gradient {
    background: rgb(0, 125, 195);
    background: linear-gradient(to bottom right,rgb(0 125 195 / 10%) 0%, rgb(0 125 195 / 5%) 100%);
}
.ratio-4-3 {
  aspect-ratio: 4/3;
}
.big-icon {
  width: 64px;
  height: 64px;
  color: rgb(0 125 195 / 30%);
}

.mobile-view {
  width: 256px;
  height: 480px;
  padding: 1.5rem;
  background: rgb(0, 125, 195);
  background: linear-gradient(to bottom right,rgb(0 125 195 / 10%) 0%, rgb(0 125 195 / 5%) 100%);
  border: 2px solid rgb(0 125 195 / 20%);
  border-radius: 2.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.mobile-top-notch {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(46 52 57 / 10%);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    width: 7rem;
    height: 1.5rem;
}
.mobile-view > .sppb-addon-wrapper:last-child {
    width: 100%;
}
.alert-type-box {
    padding: 0.5rem 0.75rem;
    background: rgb(255 255 255 / 80%);
    border: 1px solid #D8E0E7;
    border-radius: 6px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
}
.text-heading {
    color: #2E3439;
}
.wh-8 {
    width: 8px;
    height: 8px;
}
.bg-critical {
    background: #C0392B;
}
.bg-orange {
    background: #F05324;
}
.bg-success {
    background: #1F9D55;
}

#sp-main-body .sppb-section .sppb-container-inner,
#sp-main-body .sppb-section div[class^="sppb-col-"],
#sp-main-body .sppb-section .sppb-column,
#sp-main-body .sppb-section .sppb-column-addons,
#sp-main-body .sppb-section .sppb-row-container,
#sp-footer .sppb-section .sppb-container-inner,
#sp-footer .sppb-section div[class^="sppb-col-"],
#sp-footer .sppb-section .sppb-column,
#sp-footer .sppb-section .sppb-column-addons,
#sp-footer .sppb-section .sppb-row-container,
#sp-banner .sppb-section .sppb-container-inner,
#sp-banner .sppb-section div[class^="sppb-col-"],
#sp-banner .sppb-section .sppb-column,
#sp-banner .sppb-section .sppb-column-addons,
#sp-banner .sppb-section .sppb-row-container {
    position: static;
}

.relative-section .sppb-container-inner,
.relative-section div[class^="sppb-col-"],
.relative-section .sppb-column,
.relative-section .sppb-column-addons {
    position: static;
}

.nowraprow>.sppb-container-inner>.sppb-row {
    flex-wrap: nowrap;
}

#sp-top2 .sppb-section {
    width: auto;
}

#sp-top {
    position: relative;
    z-index: 999;
}

#sp-header>.row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#sp-header>.container>.container-inner>.row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#sp-footer,
#sp-bottom {
    background: inherit;
}

.sppb-carousel-extended-description {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.sppb-addon.sppb-addon-popover .sppb-marker {
    background: var(--maincolor);
}

.sppb-icons-group-list li a {
    margin: 0 !important;
}

.sppb-addon.sppb-addon-popover .sppb-marker:hover,
.sppb-addon.sppb-addon-popover .sppb-marker.active {
    color: var(--maincolor);
}

.sppb-sp-slider-button:first-of-type {
    margin-left: 0px;
}

.width-auto .sppb-column-addons {
    width: auto;
}

.full-column-height>div,
.full-column-height>div>div,
.full-column-height>div>div>div {
    height: 100%;
}

div.sppb-carousel-extended-dots {
    bottom: -70px;
}

/* HEADER */

#sp-header {
    height: auto;
    box-shadow: none;
    animation: none;
}

#sp-header.header-sticky {
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
    padding: 0;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media (max-width: 992px) {
    #sp-header,
    #sp-header.header-sticky {
        padding: 5px 0;
    }
}

#sp-header .sp-megamenu-parent {
    float: none;
    margin: 0;
    text-align: center;
}

#sp-header .sp-megamenu-parent>li {
    text-align: left;
}

.sp-megamenu-parent>li+li>a {
    /*margin-left: 40px;*/
}

@media (max-width: 1400px) {
    .sp-megamenu-parent>li+li>a {
        /*margin-left: 27px;*/
    }
}

@media (max-width: 991px) {
    body.ltr .sp-megamenu-parent>li.sp-has-child>a::after,
    body.ltr .sp-megamenu-parent>li.sp-has-child>span::after {
        display: none;
    }
}
.sp-megamenu-parent ul {
    padding: 0;
}
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span,
.sp-megamenu-parent>li:last-child>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--header);
    padding: 26px 16px;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 28px;
    text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-megamenu-parent>li span {
    padding: 0px;
  }
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span,
    .sp-megamenu-parent>li:last-child>a {
      padding: 26px 16px 26px 0px;
    }
  header#sp-header .row {
    margin: 0px;
}
  header#sp-header #sp-logo {
    padding-left: 0px;
}
  header#sp-header #sp-menu {
    padding: 0px;
  }
  header #sp-position1 {
    padding-right: 0px;
  }
  header #sp-position1 .sppb-btn {
    font-size: 12px;
    padding: 8px 10px;
}
  .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span, .sp-megamenu-parent>li:last-child>a {
    font-size: 13px;
  }
  
}
#sp-header.header-sticky .sp-megamenu-parent>li>a,
#sp-header.header-sticky .sp-megamenu-parent>li>span,
#sp-header.header-sticky .sp-megamenu-parent>li:last-child>a {
    padding: 25px 0px;
}

.sp-megamenu-parent>li.active>a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,
.sp-megamenu-parent>li.active:hover>a,
.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li:last-child:hover>a {
    color: var(--maincolor);
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: var(--white);
    padding: 0;
    box-shadow: rgb(0 0 0 / 12%) 0px 20px 40px -12px;
    -webkit-box-shadow: rgb(0 0 0 / 12%) 0px 20px 40px -12px;
    -moz-box-shadow: rgb(0 0 0 / 12%) 0px 20px 40px -12px;
    transition: all 0.4s ease-in-out;
    border: 1px solid #DCE3EA;
    border-radius: 16px;
    overflow: hidden;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .row .col-sm-6:last-child {
    background: #F7F9FB;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group>li>a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item>a,
.sp-megamenu-parent .sp-mega-group>li>a,
.sp-megamenu-parent .sp-dropdown .sp-module ul.mod-menu.mod-list.menu li a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-mega-group li a {
    position: relative;
    z-index: 11;
    font-size: .875rem;
    font-weight: normal;
    color: #5F6B76;
    padding: 0px;
    width: 100%;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: none;
    margin-bottom: 0px;
    text-decoration: none;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item>a:before,
.sp-megamenu-parent .sp-dropdown .sp-module ul.mod-menu.mod-list.menu li a:before,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-mega-group li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007DC3;
}

.sp-megamenu-parent .sp-mega-group .module .sp-module-content {
    /*display: none;*/
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group>li:last-child>a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:last-child>a,
.sp-megamenu-parent .sp-mega-group>li:last-child>a {
    border: none;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:not(:first-child),
.sp-megamenu-parent .sp-dropdown .sp-module ul.mod-menu.mod-list.menu li:not(:first-child),
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-mega-group li:not(:first-child) {
    margin-top: 16px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-mega-group li ul li.sp-menu-item {
    margin-top: 16px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-mega-group ul.mod-menu__sub.menu-child li {
    margin-top: 16px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover,
.sp-megamenu-parent .sp-mega-group>li>a:hover {
    color: var(--maincolor);
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
    padding: 0px;
}

.sp-megamenu-parent .sp-mega-group>li>.sp-group-title {
    /*color: #007DC3;
letter-spacing: .05em;
text-transform: uppercase;
font-weight: 700;
font-size: .75rem;
line-height: 1rem;
margin-bottom: 1.25rem;*/
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
}

.sp-megamenu-parent .sp-mega-group li.item-134.module h3.sp-module-title {
    margin-top: 2.5rem;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:not(:last-child) {
    border-bottom: 0;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    /*padding: 0;
	text-align: center;
	background: #000;*/
}

.sp-megamenu-parent .sp-mega-group>li>a img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.sp-megamenu-parent .sp-mega-group>li>a .image-title {
    padding-bottom: 11px;
    padding-top: 11px;
    font-size: 18px;
    display: block;
    background: #fff;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover {
    /*background: #000;
	color: inherit;*/
}

.sp-megamenu-parent .sp-mega-group>li>a:hover img {
    opacity: .7;
}
.sp-menu-item:has(li.current.active) > a {
    color: var(--maincolor);
}

@media (max-width: 991px) {
    .offcanvas-menu {
        background-color: #fff;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
        color: #2E3439;
    }
    .offcanvas-menu .logo img.logo-image-phone {
        height: 40px;
    }
    .offcanvas-menu .offcanvas-inner .header-modules {
        display: none !important;
    }
    .offcanvas-menu .p-3.pt-4 {
        padding: 10px 20px !important;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a img {
        display: none;
    }
    .offcanvas-menu .offcanvas-inner {
        padding: 24px;
        border-top: 1px solid #DCE3EA;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>a,
    .offcanvas-menu .offcanvas-inner ul.menu>li>span {
        opacity: 1;
    }
    .offcanvas-active .close-offcanvas .burger-icon {
        width: 18px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>a {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
        padding: 16px 0rem;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child li:not(:first-child) {
        margin-top: 0.75rem;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child li {
        position: relative;
        /*padding-left: 12px;*/
    }
    li.item-269.menu-parent, li.item-270.menu-parent {
        position: relative;
        padding-left: 12px !important;
    }
    li.item-273, li.item-280, li.item-315, li.item-191, li.item-292, li.item-288 {
        margin-top: 0.75rem;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child li a:before, .offcanvas-menu .offcanvas-inner ul.menu>li.item-269 a:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #007DC3;
        position: absolute;
        top: 13px;
        left: 0px;
    }
    /* Allow submenus to expand by removing overflow clip on <li> */
    .offcanvas-menu .offcanvas-inner ul.menu>li {
        overflow: visible;
    }
    /* Keep toggler arrow within the <li> bounds so it stays visible */
    body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler {
        right: 0;
    }
    /* Make the offcanvas scrollable when submenus expand past viewport */
    .offcanvas-menu .offcanvas-inner {
        overflow-y: auto;
        max-height: calc(100vh - 60px);
    }
    /* Sub-menu item link styling */
    .offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li.item-269 a, .offcanvas-menu .offcanvas-inner ul.menu>li.item-314 a, .offcanvas-menu .offcanvas-inner ul.menu>li.item-190 a, .offcanvas-menu .offcanvas-inner ul.menu>li.item-308 ul.menu-child li ul.mod-menu.menu li a, .offcanvas-menu .offcanvas-inner li.item-390 ul.menu li a {
        padding: 6px 12px 6px 18px;
        color: #5F6B76 !important;
        font-size: .875rem;
        line-height: 1.25rem;
        position: relative;
        display: block;
        width: 100%;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.current.active>a, .offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child>li.current.active>a, .mega-offcanvas-parent:has(li.current.active) > a {
        color: var(--maincolor) !important;
    }
    #offcanvas-toggler {
        display: inline-flex;
        align-items: center;
        line-height: 1;
        font-size: 20px;
        position: relative;
        z-index: 22;
        height: auto;
    }
    .burger-icon>span {
        background-color: var(--maincolor);
    }
    #sp-header.header-sticky .burger-icon>span {
        background-color: var(--maincolor);
    }
    .offcanvas-active .burger-icon>span,
    #modal-menu-toggler.active .burger-icon>span {
        background-color: #2E3439;
    }
    .close-offcanvas {
        z-index: 99;
    }
    /* Injected section heading inside expanded mobile submenus */
    .offcanvas-menu .menu-child-heading {
        font-size: .75rem;
        line-height: 1rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0.75rem;
        list-style: none;
        pointer-events: none;
        color: var(--maincolor);
        padding-left: 0px !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.item-269>ul>li.menu-child-heading,
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-272 li.menu-child-heading,
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-286 li.menu-child-heading {
        font-size: 0;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.item-269:before {
        content: 'Platform';
        font-size: .75rem;
        line-height: 1rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0.75rem;
        list-style: none;
        pointer-events: none;
        color: var(--maincolor);
        padding-left: 0px !important;
        position: relative;
        top: -6px;
        left: -12px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.item-270:before {
        content: 'ALL INDUSTRIES';
        font-size: .75rem;
        line-height: 1rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0.75rem;
        list-style: none;
        pointer-events: none;
        color: var(--maincolor);
        padding-left: 0px !important;
        position: relative;
        top: -6px;
        left: -12px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-272 li.menu-child-heading:before {
        content: 'Public Safety';
        font-size: .75rem;
        line-height: 1rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0.75rem;
        list-style: none;
        pointer-events: none;
        color: var(--maincolor);
        padding-left: 0px !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-286 li.menu-child-heading:before {
        content: 'Healthcare';
        font-size: .75rem;
        line-height: 1rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0.75rem;
        list-style: none;
        pointer-events: none;
        color: var(--maincolor);
        padding-left: 0px !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.item-298::before {
        content: 'Other Industries';
        font-size: .75rem;
        line-height: 1rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0.75rem;
        list-style: none;
        pointer-events: none;
        color: var(--maincolor);
        padding-left: 0px !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.menu-parent ul.menu-child li.menu-parent li {
        padding-left: 0px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.item-271,
    .offcanvas-menu .offcanvas-inner ul.menu li.item-286,
    .offcanvas-menu .offcanvas-inner ul.menu li.item-298 {
        margin-top: 1.25rem !important;
        padding-top: 28px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.item-272 {
        padding-top: 28px;
        margin-top: 1.25rem !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-271 span.menu-toggler,
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-272 span.menu-toggler {
        display: none;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-271 li.menu-child-heading,
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-272 li.menu-child-heading,
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.item-286 li.menu-child-heading {
        position: absolute;
        top: 0;
        left: 0;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.menu-parent.item-270>ul>li.menu-child-heading {
        display: none;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent-open ul.menu-child {
        display: block !important;
    }
    li.item-271.menu-parent:before, li.item-298:before {
      top: 0px !important;
      left: -12px !important;
    }
  li.item-272.menu-parent:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'PUBLIC SAFETY';
    position: absolute;
    top: 0px !important;
    left: -12px !important;
}
  li.item-286.menu-parent:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'HEALTHCARE';
    position: absolute;
    top: 0px !important;
    left: -12px !important;
}
    li.item-313 ul.mod-menu__sub.menu-child li.mega-module-item:before {
    content: 'RESOURCES';
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
    list-style: none;
    pointer-events: none;
    color: var(--maincolor);
    padding-left: 0px !important;
    position: absolute;
    top: 0;
    left: 0;
    }
    li.item-308 ul.menu-child li.mega-module-item:before {
    content: 'COMPANY';
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
    list-style: none;
    pointer-events: none;
    color: var(--maincolor);
    padding-left: 0px !important;
    position: absolute;
    top: 0;
    left: 0;
    }
    li.item-378 ul.menu-child li.mega-module-item:before {
    content: 'SERVICES';
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
    list-style: none;
    pointer-events: none;
    color: var(--maincolor);
    padding-left: 0px !important;
    position: absolute;
    top: 0;
    left: 0;
    }
    .offcanvas-menu .offcanvas-inner .sp-module-content> ul.menu > li.item-313 ul.mod-menu__sub.menu-child > li.mega-module-item, .offcanvas-menu .offcanvas-inner .sp-module-content> ul.menu > li.item-308 ul.menu-child > li.mega-module-item, .offcanvas-menu .offcanvas-inner .sp-module-content> ul.menu > li.item-378 ul.menu-child > li.mega-module-item {
    padding-left: 12px;
    padding-top: 28px;
    /*margin-top: 0.75rem;*/
    }
}

@media (min-width: 992px) {
    #offcanvas-toggler.offcanvas-toggler-secondary {
        display: none !important;
    }
    .offcanvas-menu .offcanvas-inner {
        padding: 0;
    }
    .offcanvas-menu .offcanvas-inner>.d-flex {
        display: none !important;
    }
    .offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
        margin-bottom: 0px;
    }
    .burger-icon>span {
        margin: 3px 0;
        transition: .3s;
        float: right;
        width: 100%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background-color: #1C2539;
    }
    .burger-icon {
        width: 35px;
    }
    .burger-icon>span:nth-child(1) {
        width: calc(100% - 5px);
        height: 2px;
    }
    .burger-icon>span:nth-child(2) {
        width: 100%;
        height: 2px;
    }
    .burger-icon>span:nth-child(3) {
        width: calc(100% - 8px);
        height: 2px;
    }
    .burger-icon:hover>span {
        width: 100%;
    }
    #sp-header.header-sticky .burger-icon>span {
        background-color: #1a2428;
    }
    .offcanvas-menu {
        background-color: transparent;
    }
    .offcanvas-menu .p-3 {
        padding: 0 !important;
    }
    .offcanvas-menu .logo {
        display: none;
    }
    .offcanvas-menu .menu {
        display: none !important;
    }
    .offcanvas-active .burger-icon>span,
    #modal-menu-toggler.active .burger-icon>span {
        background-color: var(--maincolor);
    }
    body.ltr.offcanvs-position-right .offcanvas-menu {
        right: -450px;
    }
    body.rtl.offcanvs-position-right .offcanvas-menu {
        left: -450px;
    }
    .offcanvas-menu {
        width: 450px;
    }
    .offcanvas-menu .fa,
    .offcanvas-menu .fab,
    .offcanvas-menu .far,
    .offcanvas-menu .fas {
        color: inherit;
    }
}

#sp-header.header-sticky .sppb-btn {
    padding: 20px 40px;
}

/* */

/* PAGE TITLE */

#sp-title {
    position: relative;
}

#sp-title .sp-module {
    height: 100%;
    position: absolute;
    width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section>.sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section>.sppb-container-inner>.sppb-row>div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section>.sppb-container-inner>.sppb-row>div>.sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section>.sppb-container-inner>.sppb-row>div>.sppb-column>.sppb-column-addons {
    height: 100%;
    position: static !important;
}

#sp-title .sppb-row-container,
#sp-title .sppb-row-column,
#sp-title .sppb-column,
#sp-title .sppb-column-addons {
    position: static !important;
}

.sp-page-title {
    padding: 120px 0;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.sp-page-title:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(16, 10, 47, 0.58);
}

.sp-page-title>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

@media (max-width: 768px) {
    .sp-page-title {
        padding: 100px 0;
    }
    .sp-page-title>.container {
        flex-direction: column;
    }
}

.sp-page-title .sp-page-title-heading {
    position: relative;
    z-index: 9;
    color: var(--white);
    font-size: 70px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 992px) {
    .sp-page-title .sp-page-title-heading {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .sp-page-title .sp-page-title-heading {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .sp-page-title .sp-page-title-heading {
        font-size: 35px;
    }
}

.sp-page-title .breadcrumb,
.breadcrumb {
    margin: 0;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.sp-page-title .breadcrumb>li,
.breadcrumb>li {
    margin: 0;
}

.sp-page-title .breadcrumb>li.float-start,
.breadcrumb>li.float-start {
    display: none;
}

.sp-page-title .breadcrumb>li>a,
.breadcrumb>li>a {
    font-size: 18px;
    color: var(--maincolor);
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
}

.sp-page-title .breadcrumb>li+li::before,
.breadcrumb>li+li::before {
    font-size: 18px;
    color: var(--maincolor);
    font-weight: 500;
}

.sp-page-title .breadcrumb>li>a:hover,
.breadcrumb>li>a:hover {
    color: var(--maincolor);
}

.sp-page-title .breadcrumb>.active span,
.breadcrumb>.active span {
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
}

/* */

#sp-header.header-sticky~section#sp-main-body {
    padding-top: 0;
}

.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body {
    padding: 120px 0 120px;
}

.com-content:not(.view-article) #sp-main-body {
    padding-bottom: 90px;
}

.view-product #sp-main-body {
    padding-bottom: 90px;
}

.com-spsimpleportfolio #sp-main-body {
    z-index: 2;
    position: relative;
}

.com-content #sp-header.header-sticky~section#sp-main-body,
.com-j2store #sp-header.header-sticky~section#sp-main-body,
.com-tags #sp-header.header-sticky~section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky~section#sp-main-body,
.com-search #sp-header.header-sticky~section#sp-main-body,
.com-finder #sp-header.header-sticky~section#sp-main-body,
.com-hikashop #sp-header.header-sticky~section#sp-main-body,
.com-users #sp-header.header-sticky~section#sp-main-body {
    padding-top: 120px;
}

.com-spsimpleportfolio.view-item #sp-main-body,
.com-spsimpleportfolio.view-item #sp-header.header-sticky~section#sp-main-body {
    padding: 0;
}

/* SIDEBAR */

.sidebar-class .sppb-row-container {
    width: 100% !important;
}

.sidebar-class.com-sppagebuilder #sp-main-body {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 1170px;
    }
}

.com-sppagebuilder #sp-right,
.com-sppagebuilder #sp-left {
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
}

#sp-left .sp-module,
#sp-right .sp-module {
    border: 0px solid #f3f3f3;
    padding: 0;
    border-radius: 0px;
}

#sp-left .sp-module ul>li,
#sp-right .sp-module ul>li {
    display: block;
    border-bottom: 0px solid #f3f3f3;
}

.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
    padding: 0;
}

/* */

/* CUSTOM CLASS */

.com-content .fa,
.com-content .far,
.com-content .fas,
.com-spsimpleportfolio .fa,
.com-spsimpleportfolio .far,
.com-spsimpleportfolio .fas,
.com-users .fa,
.com-users .far,
.com-users .fas,
.com-hikashop .fa,
.com-hikashop .far,
.com-hikashop .fas,
.com-tags .fa,
.com-tags .far,
.com-tags .fas,
.com-search .fa,
.com-search .far,
.com-search .fas,
.com-finder .fa,
.com-finder .far,
.com-finder .fas {
    font-family: "Font Awesome 5 Pro";
}

@media (min-width: 992px) {
    /* Pointer change */
    #circle-big {
        display: block;
        position: absolute;
        margin-top: -15px;
        margin-left: -15px;
        transition: all .08s ease-out;
        width: 30px;
        height: 30px;
        z-index: 9999;
        text-align: center;
        border: 2px solid var(--maincolor);
        opacity: .5;
        border-radius: 50%;
        pointer-events: none;
    }
    #circle {
        display: block;
        position: absolute;
        margin: auto;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        margin-left: -3px;
        background-color: var(--maincolor);
        border-radius: 50%;
        z-index: 9999;
        pointer-events: none;
        transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    }
    #cursor.on-link #circle {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
        opacity: .3;
    }
    #cursor.on-link #circle-big {
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .contact-section {
        background-color: var(--bg3) !important;
    }
}

@media (max-width: 991px) {
    .cta-discuss-section {
        background: var(--bg5) !important;
    }
}

/* */

/* LOGIN & REGISTRATION */

.com-users .sp-page-title {
    padding-bottom: 0;
}

.login .col-lg-4,
.registration .form-validate {
    padding: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
    --tw-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 60px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px) {
    .login .col-lg-4,
    .registration .col-xl-6 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.login-description,
.registration legend {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.6;
}

.registration fieldset:last-of-type {
    margin-top: 40px;
}

.registration .spacer {
    display: none;
}

.login .form-control,
.registration .form-control {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 18px;
    padding-bottom: 18px;
    outline: none;
    resize: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid rgb(209, 213, 219);
    background: #fff;
}

.login .form-control:focus,
.registration .form-control:focus {
    border-color: var(--maincolor);
}

.input-group-text,
.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    border: none;
    width: 61.6px;
    height: 61.6px;
    background: #002633;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px !important;
    -webkit-border-radius: 5px 0px 0px 5px !important;
    -moz-border-radius: 5px 0px 0px 5px !important;
    -ms-border-radius: 5px 0px 0px 5px !important;
    -o-border-radius: 5px 0px 0px 5px !important;
    justify-content: center;
}

.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
    border-radius: 0px 5px 5px 0px !important;
    -webkit-border-radius: 0px 5px 5px 0px !important;
    -moz-border-radius: 0px 5px 5px 0px !important;
    -ms-border-radius: 0px 5px 5px 0px !important;
    -o-border-radius: 0px 5px 5px 0px !important;
}

.registration .input-group-text .btn-secondary {
    background: transparent;
    border: none;
    border-radius: 0px 5px 5px 0px !important;
    -webkit-border-radius: 0px 5px 5px 0px !important;
    -moz-border-radius: 0px 5px 5px 0px !important;
    -ms-border-radius: 0px 5px 5px 0px !important;
    -o-border-radius: 0px 5px 5px 0px !important;
}

.login .list-group {
    flex-direction: row;
    justify-content: space-between;
}

.login .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    color: var(--maincolor);
    background-color: transparent;
    border: none;
}

.login .btn {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* */

/* BLOG */

.sppb-addon-articles .sppb-addon-article-layout-content {
    height: auto;
}

.article-list .article,
.sppb-addon-articles .sppb-addon-article,
.sppb-articles-carousel-column {
    padding: 0;
    border: 0;
    position: relative;
    margin-bottom: 40px;
}

.sppb-articles-carousel-column {
    margin-bottom: 0px
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery,
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap,
.sppb-articles-carousel-img {
    margin: 0;
    border-bottom: 0px solid #f5f5f5;
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    border: 0px solid transparent;
    border-radius: 0;
}

.article-list .article .article-intro-image:after,
.article-list .article .article-featured-video:after,
.article-list .article .article-featured-audio:after,
.article-list .article .article-feature-gallery:after,
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after,
.sppb-articles-carousel-img:after {}

.article-list .article:hover .article-intro-image:after,
.article-list .article:hover .article-featured-video:after,
.article-list .article:hover .article-featured-audio:after,
.article-list .article:hover .article-feature-gallery:after,
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap:after,
.sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img,
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img,
.sppb-articles-carousel-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.article-list .article:hover .article-intro-image img,
.article-list .article:hover .article-featured-video img,
.article-list .article:hover .article-featured-audio img,
.article-list .article:hover .article-feature-gallery img,
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img,
.sppb-articles-carousel-column:hover .sppb-articles-carousel-img img {}

.article-intro-image>a,
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
    height: 100%;
    display: block;
    overflow: hidden;
}

.blog-list .article-intro-image>a {
    width: 100%;
}

.article-body,
.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.sppb-articles-carousel-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 0;
    padding-top: 30px;
}

.article-list .article .article-header,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
    order: 2;
}

.article-list .article .article-header h2,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
    position: relative;
    display: block;
    line-height: 1.4;
    font-size: 36px;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .article-list .article .article-header h2,
    .sppb-article-info-wrap h3,
    .sppb-articles-carousel-link {
        font-size: 20px !important;
    }
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap h3 a {
    color: inherit;
    transition: all 500ms ease;
    display: block;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap h3 a:hover {
    color: var(--maincolor);
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
    order: 1;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.sppb-addon-articles .sppb-article-meta {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.article-info>span,
.sppb-addon-articles .sppb-article-meta>span,
.sppb-articles-carousel-meta-category a,
.sppb-articles-carousel-meta-date,
.sppb-addon-articles .sppb-article-meta>time {
    margin: 0;
    position: relative;
    color: var(--text);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.article-info>span a,
.sppb-addon-articles .sppb-article-meta>span a {
    color: inherit;
}

.article-info>span a:hover {
    color: var(--secondcolor);
}

.article-info>span+span::before,
.sppb-addon-articles .sppb-article-meta>span+span:before {
    padding: 0;
    margin: 0;
}

.article-info>span:before,
.sppb-addon-articles .sppb-article-meta>span:before,
.sppb-articles-carousel-meta-date:before,
.sppb-articles-carousel-meta-category a:before,
.sppb-addon-articles .sppb-article-meta>time:before {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro" !important;
    color: var(--maincolor);
}

.article-info>span.published:before {
    content: "\f073";
}

.article-info>span.createdby:before,
.sppb-article-meta>span.sppb-meta-author:before {
    content: "\f007";
}

.com-content:not(.view-article) .article-info>span.published:before,
.sppb-article-meta>span.sppb-meta-date:before,
.sppb-articles-carousel-meta-date:before,
.sppb-addon-articles .sppb-article-meta>time:before {
    content: "\f073";
    display: none;
}

.article-info>span.category-name:before,
.sppb-article-meta>span.sppb-meta-category:before,
.sppb-articles-carousel-meta-category a:before {
    content: "\f07b";
}

.article-info>span.hits:before {
    content: ;
}

.com-content:not(.view-article) .article-info>span.published,
.sppb-article-meta>span.sppb-meta-date,
.sppb-addon-articles .sppb-article-meta>time {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px;
    background-color: var(--maincolor);
    text-align: center;
    font-weight: 600;
    color: var(--white);
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 15px;
    width: 82px;
}

.com-content:not(.view-article) .article-info>span.published time:first-line,
.sppb-article-meta>span.sppb-meta-date:first-line,
.sppb-addon-articles .sppb-article-meta>time:first-line {
    font-size: 22px;
}

.article-introtext,
.sppb-article-introtext,
.sppb-articles-carousel-introtext {
    order: 3;
}

.article-introtext p {
    margin-bottom: 0;
}

.article-list .article .readmore,
.sppb-readmore {
    order: 4;
    margin-top: 1.5rem !important;
}

.article-list .article .readmore {
    font-size: inherit;
    width: 100%;
}

.article-list .article .readmore a,
.sppb-readmore {
    font-weight: 700;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 24px 45px;
    border-radius: 7px;
    z-index: 0;
    display: inline-block;
    line-height: 1;
    border: none;
    background-color: var(--maincolor);
}

@media (max-width: 991px) {
    .article-list .article .readmore a,
    .sppb-readmore {
        padding: 20px 36px;
    }
}

.article-list .article .readmore a:before,
.sppb-readmore:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    content: "";
    background-color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 7px 0 0 7px;
    z-index: -1;
}

.article-list .article .readmore a:after,
.sppb-readmore:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    height: 0;
    content: "";
    background-color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0 7px 7px 0;
    z-index: -1;
}

.article-list .article .readmore a:hover,
.sppb-readmore:hover {
    color: var(--white);
}

.article-list .article .readmore a:hover:before,
.sppb-readmore:hover:before {
    height: 100%;
    ;
}

.article-list .article .readmore a:hover:after,
.sppb-readmore:hover:after {
    height: 100%;
    ;
}

ul.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link,
.disabled>.page-link,
.page-link.disabled,
.pagination>li>a,
.pagination>li>span {
    padding: 0;
    font-weight: 500;
    height: 50px;
    width: 52px;
    line-height: 50px !important;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 3px !important;
    background: transparent;
    font-family: var(--tg-heading-font-family);
}

.page-item.active .page-link,
.page-link:hover {
    background: var(--secondcolor) !important;
    border-color: var(--secondcolor);
    color: #fff !important;
}

.pagination-counter {
    margin-top: 40px;
}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {
    padding: 0;
    max-width: 100%;
}

.article-details {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
}

.article-details>*:not(.article-full-image) {
    order: 4;
    width: 100%;
}

.article-details .article-header {
    order: 2;
}

.article-details .article-info {
    order: 3;
    margin-top: 1rem;
    margin-bottom: 15px;
    gap: 25px;
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: 0px;
}

.article-details .article-header h1,
.article-details .article-header h2 {
    line-height: 1.4;
    font-size: 36px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .article-details .article-header h1,
    .article-details .article-header h2 {
        font-size: 22px;
    }
}

.article-details .article-full-image {
    position: relative;
    display: block;
    order: 1;
    width: 100%;
    margin-bottom: 30px;
}

.article-details .article-full-image img {
    border-radius: 0px;
    display: block;
    width: 100%;
}

.article-details .article-ratings-social-share {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    align-items: center;
    order: 6;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin: 40px 0 15px !important;
}

@media (min-width: 768px) {
    .article-details .article-ratings-social-share {
        text-align: right;
    }
}

.article-details .article-ratings-social-share>div:first-child {
    width: 100%;
}

.tags {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    border: none;
    justify-content: center;
    display: block;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    border-top: 0;
    border-bottom: 0;
    order: 5;
    margin: 40px 0 0 !important;
}

@media (max-width: 768px) {
    .tags,
    .article-details .article-ratings-social-share {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block !important;
        margin-top: 40px !important;
        margin-bottom: 0px !important;
    }
    .article-social-share {
        float: none;
    }
}

.tags:before {
    content: "Related Tags";
    display: block;
    margin: 0px;
    padding: 0;
    color: var(--header);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 25px;
}

.tags>li {
    margin: 0;
}

.tags>li a {
    display: inline-block;
    padding: 12px 22px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    background: var(--bg);
    color: var(--header);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.4s ease-in-out;
    border: none;
    border-radius: 0;
}

.tags>li a:hover {
    background-color: var(--maincolor);
    color: var(--white);
}

.tags>li {
    margin-left: 1px;
}

.social-share-block {
    width: 100%;
}

.article-social-share .social-share-icon:before {
    content: "Social Share";
    display: block;
    margin: 0px;
    padding: 0;
    color: var(--header);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 25px;
}

.article-social-share .social-share-icon ul {
    display: inline-block;
}

.article-social-share .social-share-icon ul li {
    margin: 0;
    margin-left: 15px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 0px;
}

.article-social-share .social-share-icon ul li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    width: auto;
    height: auto;
    border: none;
    color: var(--header);
}

.article-social-share .social-share-icon ul li a:hover {
    color: var(--maincolor);
}

.article-details .article-author-information {
    padding: 0;
    text-align: left;
    border: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    order: 7;
    background-color: #f1f5f9;
    padding: 60px 60px 60px;
    display: -webkit-box;
    display: flex;
    border-radius: 5px;
    margin-top: 30px;
}

.article-details .article-author-information>.d-flex {
    justify-content: center;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.article-details .article-author-information>.d-flex .flex-shrink-0 img {
    width: 100px;
    flex: 0 0 auto;
}

.article-details .article-author-information h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.article-details .article-author-information .author-bio {
    margin-bottom: 0 !important;
}

.author-website {
    color: #002633;
    margin-left: 4px;
    margin-top: 15px !important;
}

.author-website a,
.author-website a:hover {
    color: var(--maincolor);
}

#article-comments {
    border-top: 0px solid #f5f5f5;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    order: 9;
    width: 100%;
    margin-top: 53px;
    padding-top: 0px;
}

.article-details ul.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
    background: transparent;
    padding: 0;
    border: none;
    margin-right: 0;
    font-weight: 600;
    color: var(--maincolor) !important;
}

.article-details .pagenavigation {
    order: 6;
    width: 100%;
    margin-top: 40px;
    padding: 0px;
    border-top: 0;
}

.article-details .pagenavigation .pagination {
    justify-content: space-between;
}

.article-details .pagenavigation .btn {
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.article-details .pagenavigation .btn:hover {
    color: #fff;
    background-color: var(--maincolor);
}

.article-details .pagenavigation .btn span[class^="icon-"] {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 15px;
}

/* */

/* ANIMATION */

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@-webkit-keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.animation__rotate {
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}

@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotateY {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.animation__rotateY {
    -webkit-animation: rotateY 40s linear infinite;
    animation: rotateY 40s linear infinite;
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@-webkit-keyframes handed {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes handed {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes right-image-bounce {
    0% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    50% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
    }
    100% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
}

@keyframes right-image-bounce {
    0% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    50% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
    }
    100% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
}

@-webkit-keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes marqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@-webkit-keyframes marqueeRight {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

/* */

@media (min-width: 320px) {
    .contained-row .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .contained-row .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .contained-row .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .contained-row .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .contained-row .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

/* J4 Optimization */

.sp-megamenu-wrapper,
#sp-header>.container>.container-inner>.row>div:not(#sp-logo)>.sp-column,
#sp-header>.row>div:not(#sp-logo)>.sp-column {
    display: block !important;
}

#sp-header .sp-module {
    margin-left: 0px !important;
}

@media (min-width: 1400px) {
    .contained-row .sppb-container-inner {
        max-width: 1320px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1400px) {
    .contained-section {
        max-width: 1320px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

/* PAGE BUILDER 5.X OPTIMIZATION */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
.sppb-col,
.sppb-col-auto,
.sppb-col-lg,
.sppb-col-lg-1,
.sppb-col-lg-10,
.sppb-col-lg-11,
.sppb-col-lg-12,
.sppb-col-lg-2,
.sppb-col-lg-3,
.sppb-col-lg-4,
.sppb-col-lg-5,
.sppb-col-lg-6,
.sppb-col-lg-7,
.sppb-col-lg-8,
.sppb-col-lg-9,
.sppb-col-lg-auto,
.sppb-col-md,
.sppb-col-md-1,
.sppb-col-md-10,
.sppb-col-md-11,
.sppb-col-md-12,
.sppb-col-md-2,
.sppb-col-md-3,
.sppb-col-md-4,
.sppb-col-md-5,
.sppb-col-md-6,
.sppb-col-md-7,
.sppb-col-md-8,
.sppb-col-md-9,
.sppb-col-md-auto,
.sppb-col-sm,
.sppb-col-sm-1,
.sppb-col-sm-10,
.sppb-col-sm-11,
.sppb-col-sm-12,
.sppb-col-sm-2,
.sppb-col-sm-3,
.sppb-col-sm-4,
.sppb-col-sm-5,
.sppb-col-sm-6,
.sppb-col-sm-7,
.sppb-col-sm-8,
.sppb-col-sm-9,
.sppb-col-sm-auto,
.sppb-col-xl,
.sppb-col-xl-1,
.sppb-col-xl-10,
.sppb-col-xl-11,
.sppb-col-xl-12,
.sppb-col-xl-2,
.sppb-col-xl-3,
.sppb-col-xl-4,
.sppb-col-xl-5,
.sppb-col-xl-6,
.sppb-col-xl-7,
.sppb-col-xl-8,
.sppb-col-xl-9,
.sppb-col-xl-auto,
.sppb-col-xs-1,
.sppb-col-xs-10,
.sppb-col-xs-11,
.sppb-col-xs-12,
.sppb-col-xs-2,
.sppb-col-xs-3,
.sppb-col-xs-4,
.sppb-col-xs-5,
.sppb-col-xs-6,
.sppb-col-xs-7,
.sppb-col-xs-8,
.sppb-col-xs-9,
.sppb-row-column,
#sp-banner .sppb-row-column {
    position: static;
}

#sp-header .sppb-section>.sppb-row-container {
    padding: 0 !important;
}

#sp-header .sppb-section>.sppb-row-container .sppb-row {
    margin: 0px !important;
}

#sp-header .sppb-section>.sppb-row-container .sppb-row .sppb-row-column {
    padding: 0px;
}

.recent_post_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*****************
******************
Praveen Custom CSS
******************
*****************/

@media (min-width: 567px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .sppb-row-container {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .sppb-row-container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .sppb-row-container {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .sppb-row-container {
        max-width: 100% !important;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .sppb-row-container,
    footer#sp-footer .sppb-row-container {
        max-width: 1400px !important;
    }
}

.sppb-row-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100%;
    max-width: 1152px !important;
}

#home-hero-section>.sppb-row-container {
    max-width: 100% !important;
    width: 100% !important;
}

@media (min-width: 1400px) {
    #home-hero-section>.sppb-row-container {
        max-width: 1400px !important;
    }
}

header#sp-header {
    border-bottom: 1px solid #DCE3EA;
    z-index: 50;
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
    background: #fff;
}

ul.primary-list li,
ul.secondary-list li,
ul.default-list li {
    position: relative;
    padding-left: 14px;
}

ul.primary-list.bullet-4 li,
ul.secondary-list.bullet-4 li,
ul.default-list.bullet-4 li {
    padding-left: 12px;
}

ul.primary-list li:not(:first-child),
ul.secondary-list li:not(:first-child),
ul.default-list li:not(:first-child) {
    margin-top: 0.75rem;
}

ul.primary-list.gap-8 li:not(:first-child),
ul.secondary-list.gap-8 li:not(:first-child),
ul.default-list.gap-8 li:not(:first-child) {
    margin-top: 0.5rem;
}

ul.primary-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #007dc3;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

ul.primary-list.bullet-4 li:before {
    width: 4px;
    height: 4px;
}

ul.secondary-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f8542d;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

ul.default-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #222222;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

ul.primary-list.bullet-4 li:before,
ul.default-list.bullet-4 li:before,
ul.secondary-list.bullet-4 li:before {
    width: 4px;
    height: 4px;
    top: 6.5px;
}

.integration-box .sppb-addon-header {
    padding-bottom: .75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DCE3EA;
    line-height: 1.25rem;
}

body .sppb-btn.sppb-btn-link {
    font-size: 16px;
    text-decoration: none !important;
    color: var(--maincolor) !important;
    border: 0px;
}

body .sppb-btn.sppb-btn-link:hover {
    text-decoration: underline;
}

body .sppb-btn.sppb-btn-link.white-link {
    font-size: .875rem;
    line-height: 1.25rem;
    text-decoration: underline !important;
    color: rgb(255 255 255 / 80%) !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-weight: normal;
}

body .sppb-btn.sppb-btn-link.white-link:hover {
    color: #fff !important;
}

body .sppb-btn.sppb-btn-link.gray-btn {
    color: #5F6B76 !important;
    font-weight: normal;
}

body .sppb-btn.sppb-btn-link.gray-btn:hover {
    color: var(--maincolor) !important;
}

.row-box-list .sppb-column .sppb-column-addons>.sppb-addon-wrapper {
    display: flex;
    height: 100%;
    align-items: stretch;
    width: 100%;
}

.row-box-list .sppb-column .sppb-column-addons .sppb-addon-wrapper .column-box {
    width: 100%;
}

.sppb-panel-modern {
    border: 1px solid #DCE3EA;
    overflow: hidden;
    border-radius: 6px;
}

.sppb-panel-modern>.sppb-panel-heading {
    padding: 14px 24px;
    background: #fff;
    color: #2E3439;
    font-size: 16px;
    font-weight: 500;
}

.sppb-panel-modern>.sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 500;
}

.sppb-panel-modern .sppb-panel-body {
    border-top: 0px;
    padding: 0px 24px 16px;
}

.hiplink-solution-list {
    font-size: .875rem;
    line-height: 1.25rem;
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.sppb-panel-heading .sppb-toggle-direction i {
    font-weight: 500;
    font-size: 12px;
}

.hiplink-solution-list .text-border {
    color: #D8E0E7;
}
.feature-tile {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #5F6B76;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 6px 12px;
    border: 1px solid #DCE3EA;
    border-radius: 30px;
    background: #fff;
}

.blue-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007DC3;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 50% !important;
    right: unset !important;
    transform: translateX(-298px);
    padding: 0px !important;
    width: 595px !important;
    max-width: 595px !important;
}
@media (min-width: 992px) and (max-width: 1499px) {
  #sp-header .sp-megamenu-parent>li:first-child .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 100px !important;
    transform: translateX(-198px);
}
}
@media (min-width: 992px) and (max-width: 1099px) {
#sp-header .sp-megamenu-parent>li:nth-child(2) .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 120px !important;
}
}
body.ltr .sp-megamenu-parent .width-220 .sp-dropdown.sp-dropdown-main.sp-menu-full {
    width: 220px !important;
    transform: translateX(-110px);
    max-width: 220px !important;
}

.sp-megamenu-parent .width-220 .sp-mega-group .module .sp-module-content ul.mod-menu__sub.list-unstyled.small.menu-child {
    display: block !important;
}

body.ltr .sp-megamenu-parent .width-220 .sp-mega-group .module .sp-module-content {
    display: block;
}
body.ltr .sp-megamenu-parent .width-306 .sp-dropdown.sp-dropdown-main.sp-menu-full {
    width: 306px !important;
    transform: translateX(-153px);
    max-width: 306px !important;
}

.sp-megamenu-parent .width-306 .sp-mega-group .module .sp-module-content ul.mod-menu__sub.list-unstyled.small.menu-child {
    display: block !important;
}

body.ltr .sp-megamenu-parent .width-306 .sp-mega-group .module .sp-module-content {
    display: block;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .row {
    margin: 0px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .row>* {
    padding: 2rem 2.5rem;
}

.gray-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2F6;
    border-radius: 4px;
}

.light-gray-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F9FB;
    border-radius: 4px;
}

.light-blue-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 125 195 / 10%);
    border-radius: 4px;
}

.light-orange-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(240 83 36 / 10%);
    border-radius: 4px;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-12 {
    border-radius: 12px !important;
}

.border-radius-full {
    border-radius: 50% !important;
}

.member-avtar {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 2px solid #DCE3EA;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2F6;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    color: rgba(95, 107, 118, 0.4);
}

.wh-48 {
    width: 48px;
    height: 48px;
}

.wh-48>* {
    width: 24px;
    height: 24px;
    display: flex;
}

.wh-48 svg {
    width: 24px;
    height: 24px;
}

.wh-40 {
    width: 40px;
    height: 40px;
}

.wh-40>* {
    width: 20px;
    height: 20px;
    display: flex;
}

.wh-40 svg {
    width: 20px;
    height: 20px;
}

.wh-36 {
    width: 36px;
    height: 36px;
}

.wh-36>* {
    width: 16px;
    height: 16px;
    display: flex;
}

.wh-36 svg {
    width: 16px;
    height: 16px;
}

.wh-32 {
    width: 32px;
    height: 32px;
}

.wh-32>* {
    width: 16px;
    height: 16px;
    display: flex;
}

.wh-32 svg {
    width: 16px;
    height: 16px;
}

.wh-28 {
    width: 28px;
    height: 28px;
}

.wh-28>* {
    width: 14px;
    height: 14px;
    display: flex;
}

.wh-28 svg {
    width: 14px;
    height: 14px;
}

.wh-24 {
    width: 24px;
    height: 24px;
}

.wh-24>* {
    width: 14px;
    height: 14px;
    display: flex;
}

.wh-24 svg {
    width: 14px;
    height: 14px;
}

.wh-20 {
    width: 20px;
    height: 20px;
}

.wh-20>* {
    width: 12px;
    height: 12px;
    display: flex;
}

.wh-20 svg {
    width: 12px;
    height: 12px;
}

.wh-16 {
    width: 16px;
    height: 16px;
}

.wh-16>* {
    width: 16px;
    height: 16px;
    display: flex;
}

.wh-16 svg {
    width: 16px;
    height: 16px;
}

.wh-14 {
    width: 14px;
    height: 14px;
}

.wh-14>* {
    width: 14px;
    height: 14px;
    display: flex;
}

.wh-14 svg {
    width: 14px;
    height: 14px;
}

.wh-6 {
    width: 6px;
    height: 6px;
}

.bg-blue {
    background: #007dc3;
}

.text-icon>* {
    width: auto;
    height: auto;
}

.box-list .sppb-row.sppb-nested-row {
    justify-content: center;
}

.box-list.key-list .sppb-row.sppb-nested-row {
    justify-content: unset;
}

.box-list.left-list .sppb-row.sppb-nested-row {
    justify-content: unset;
}

.box-list .sppb-column .sppb-column-addons>.sppb-addon-wrapper {
    display: flex;
    height: 100%;
    align-items: stretch;
    width: 100%;
}

.box-list .sppb-column .sppb-column-addons .sppb-addon-wrapper .box {
    width: 100%;
    position: relative;
}

.box {
    position: relative;
}
.box:hover {
  border-color: rgb(0 125 195 / 30%) !important;
}
.box:hover .download-icon {
    background: rgb(0 125 195 / 10%);
    color: #007DC3;
}
.bottom-btn {
    position: absolute !important;
    left: 24px;
    bottom: 22px;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    gap: 0.25rem;
    align-items: center;
    border: 0px !important;
}

.resource-box .addon-root-button {
    position: absolute;
    left: 24px;
    bottom: 0px;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #DCE3EA;
}

.resource-box .bottom-btn {
    position: relative !important;
    left: unset;
    bottom: unset;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    gap: 0.25rem;
    align-items: center;
    border: 0px !important;
}

.case-study-read-btn {
    position: absolute !important;
    left: 24px;
    bottom: 22px;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    gap: 0.25rem;
    align-items: center;
    border: 0px !important;
}

.case-study-read-btn svg {
    width: 12px;
    height: 12px;
}

.solution-box .case-study-read-btn svg {
    width: 16px;
    height: 16px;
}

.cta-btn a.sppb-btn {
    padding: 0.75rem 2rem;
}

.box-title {
    line-height: 1;
}

.blue-top-border:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: var(--maincolor);
}

.orange-top-border:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #F05324;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.tr-20 {
    top: 20px;
    right: 20px;
}

.tr-24 {
    top: 24px;
    right: 24px;
}

.border-top {
    border-top: 1px solid #DCE3EA !important;
}

.border-bottom {
    border-bottom: 1px solid #DCE3EA !important;
}

.intro-btn a.sppb-btn {
    padding: 0.7rem 1.95rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.product-box .addon-root-button {
    position: relative;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #DCE3EA;
}

.product-explore-btn {
    /*position: absolute !important;
    left: 24px;
    bottom: 22px;*/
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    gap: 0.25rem;
    align-items: center;
    border: 0px !important;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.width-20 {
    width: 20px;
    height: 20px;
}

.width-20 * {
    display: flex;
}

.width-20 svg {
    width: 20px;
    height: 20px;
}

.light-blue-shadow {
    box-shadow: 0px 0px 0px 2px rgb(0 125 195 / 20%);
}

.w-16 {
    width: 16px;
}

.h-16 {
    height: 16px;
}

.fill-orange {
    fill: #F05324;
}

.mobile-rotate-90 {
    transform: rotate(90deg);
}

.text-gray {
    color: #5F6B76 !important;
}

.breadcrumb-row * {
    line-height: 1;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-body {
    font-size: 1rem;
    line-height: 1.5;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.sub-title {
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
}

form.sppb-addon-form-builder-form {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 24px;
    padding-right: 24px;
}

.sppb-addon-form-builder-form .sppb-form-group,
.sppb-addon-form-builder-form .sppb-form-builder-btn {
    padding-left: 8px;
    padding-right: 8px;
}

.pricing-box .addon-root-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2rem;
    width: 100%;
    padding: 0px 2rem;
}

.pricing-tag {
    font-size: .75rem;
    line-height: 1rem;
    padding: 0.375rem 1rem;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    background: #007DC3;
    color: #fff;
    border-radius: 28px;
    text-align: center;
    display: inline-flex;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-66px);
    width: 132.05px;
}

.case-study-badge {
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.25rem;
    padding: 0.25rem .625rem;
    color: #007DC3;
    background: rgba(0, 125, 195, 0.1);
}

@media (min-width: 768px) {
    .hero-title h1,
    .hero-content .hero-title {
        font-size: 3rem;
        line-height: 1;
    }
    .section-title h2,
    .title-section .section-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    form.sppb-addon-form-builder-form {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 767px) {
    .work-box-list>div {
        width: 100%;
    }
    .work-box {
        min-width: 100%;
        width: 100%;
    }
    .hero-title h1,
    .hero-content .hero-title {
        font-size: 2.25rem !important;
        line-height: 1.25 !important;
    }
    .section-title h2,
    .title-section .section-title {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        font-weight: 600;
    }
}

@media (min-width: 1024px) {
    .work-box {
        min-width: 280px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .work-box {
        min-width: 322px;
        width: 100%;
    }
}
.input-output-section > .sppb-addon-wrapper > .sppb-div-addon {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
}
.text-border {
  color: #D8E0E7;
}
.bg-border {
  background-color: #D8E0E7;
}
.straight-line {
  width: 40px;
  height: 2px;
}
.rotate-180 {
transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .straight-line {
    width: 20px;
    height: 2px;
  }
}
@media (max-width: 1399px) {
    .work-box {
        min-width: 85px;
    }
}
@media (max-width: 767px) {
    .input-output-section > .sppb-addon-wrapper > .sppb-div-addon {
        gap: 5px;
    }
    .straight-line {
      width: 10px;
      height: 2px;
    }
}
/*******************************
Resource Page CSS
*******************************/

.resource-hero {
    background: #fff;
    padding: 126px 0px 96px;
}

.resource-page-breadcrumb {
    margin-top: 81px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #EEF2F6;
    border-bottom: 1px solid #DCE3EA;
}

.breadcrumb-link {
    color: #5F6B76;
    font-size: .875rem;
    line-height: 1.25rem;
    display: flex;
    gap: .375rem;
    align-items: center;
}

.breadcrumb-link:hover {
    color: #2E3439;
}

.color-blue {
    color: #007DC3;
}

.color-gray {
    color: #5F6B76;
}

.resource-intro {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.resource-intro span {
    letter-spacing: .1em;
}

.hero-content {
    margin-bottom: 2rem;
}
.w-896 {
    max-width: 896px;
    width: 100%;
}
.w-768 {
    max-width: 768px;
    width: 100%;
}

.w-720 {
    max-width: 720px;
    width: 100%;
}

.w-672 {
    max-width: 672px;
    width: 100%;
}

/***** Filter bar *****/

.ebook-filter-bar {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.ebook-filter-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ebook-search-wrap {
    position: relative;
    flex-shrink: 0;
    min-width: 200px;
}

.ebook-search-icon {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.ebook-search-input {
    padding: 8px 12px 8px 34px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    width: 220px;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-sizing: border-box;
    background: #f8fafc;
}

.ebook-search-input:focus {
    border-color: #0055a5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 85, 165, 0.1);
}

.ebook-cat-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ebook-filter-btn {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.ebook-filter-btn:hover {
    border-color: #0055a5;
    color: #0055a5;
    background: #f0f6ff;
}

.ebook-filter-btn.active {
    background: #0055a5;
    color: #fff;
    border-color: #0055a5;
}

/***** Grid *****/

.resource-list-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: #f7f9fb;
}

.title-section {
    margin-bottom: 3rem;
}

.title-section .sub-title {
    margin-bottom: 1rem;
}

.title-section .section-title {
    margin-bottom: 1rem;
}

.resource-dyn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1023px) {
    .resource-dyn-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .resource-dyn-grid {
        grid-template-columns: 1fr;
    }
}

.resource-card {
    background: #fff;
    border: 1px #DCE3EA solid;
    border-radius: 4px;
    padding: 1.5rem 1.5rem 5.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.resource-card:hover {
    border-color: rgb(0 125 195 / 30%);
}

.resource-metadata {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 11px;
    line-height: 14px;
}

.resource-metadata svg {
    width: 14px;
    height: 14px;
}

.resource-type {
    letter-spacing: .05em;
    font-weight: 600;
}

.download-icon {
    top: 1.25rem;
    right: 1.25rem;
    position: absolute;
    cursor: pointer;
}

.resource-card:hover .download-icon {
    background: rgb(0 125 195 / 10%);
    color: #007DC3;
}

.resource-card-content {
    padding-right: 2.5rem;
}

.resource-card-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    margin-bottom: 0.75rem;
}

.resource-card-tagline {
    font-size: .875rem;
    line-height: 1.375;
    font-weight: 500;
    color: rgb(0 125 195 / 80%);
    margin-bottom: 0.75rem;
}

.resource-card-desc {
    font-size: .875rem;
    line-height: 1.625;
    color: #5f6b76;
}

.resource-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 1rem;
}

.tag-badge {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #5F6B76;
    background: #EEF2F6;
    border: 1px solid #DCE3EA;
    border-radius: 20px;
    padding: 0.125rem 0.5rem;
    letter-spacing: .025em;
}

.bottom-links {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #DCE3EA;
    width: calc(100% - 48px);
    line-height: 1.5;
}

.bottom-links .bottom-btn {
    color: #007DC3 !important;
    position: relative !important;
    left: unset;
    bottom: unset;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    gap: 0.25rem;
    align-items: center;
    border: 0px !important;
}

.bottom-links .bottom-btn:hover {
    text-decoration: underline;
}

.why-it-matter-section {
    padding: 6rem 0;
}

.matter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.matter-box h3 {
    font-weight: 600;
    color: #2E3439;
}

.matter-box p {
    line-height: 1.625;
}

.cta-section {
    padding: 6rem 0;
    background: #1C2024;
}

.cta-section h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.resource-page-header {
    padding: 48px 0px;
    border-bottom: 1px solid #DCE3EA;
}

.case-study-tagline {
    color: rgb(0 125 195 / 80%);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.resource-detail-page-content {
    padding: 4rem 0;
    border-bottom: 1px solid #DCE3EA;
    background: #F7F9FB;
}

.resource-left-content .cs-section:not(:first-child) {
    margin-top: 2rem;
}

.resource-left-content .cs-section .cs-section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.resource-left-content .cs-section .cs-section-text p {
    font-size: .875rem;
    line-height: 1.625;
    color: #5F6B76;
}

.detail-page-content {
    display: flex;
    gap: 3rem;
}

.detail-page-content .resource-left-content {
    width: calc(100% - 460px);
}

.detail-page-content .form-sidebar {
    width: 412px;
}

.cs-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.cs-tag {
    color: #5F6B76;
    font-size: 10px;
    letter-spacing: .025em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.125rem 0.625rem;
    border: 1px solid #DCE3EA;
    border-radius: 30px;
    background: #fff;
    line-height: 1.5;
}

.result-points.primary-list li:not(:first-child) {
    margin-top: 0.5rem !important;
}

.result-points.primary-list li {
    font-size: .875rem;
    line-height: 1.25rem;
}

.form-card {
    border: 1px solid #DCE3EA;
    background: #fff;
    padding: 1.5rem;
    border-radius: 4px;
}

.form-card .form-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.form-sub {
    margin-bottom: 1.5rem;
}

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

.grid-gap-3 {
    gap: 0.75rem;
}

.lead-form .form-label {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: flex;
    gap: 2px;
}

.lead-form .form-input,
.lead-form .form-input.form-select {
    color: #2E3639 !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    border-color: #DCE3EA !important;
    height: 40px;
    width: 100%;
    padding: 0.5rem .75rem !important;
    border-radius: 4px !important
}

.lead-form .form-input.form-textarea {
    height: 120px;
}

.lead-form .form-input:focus,
.lead-form .form-input.form-select:focus,
.lead-form .form-input.form-textarea:focus {
    border-color: #007DC3 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 125 195 / 25%);
}

.form-submit-btn {
    height: 40px;
    text-align: center;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: #fff !important;
    background: #007DC3;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.form-privacy-text {
    line-height: 1.625;
    font-size: 11px;
    text-align: center;
    margin-top: 1rem;
}

.form-privacy-text a {
    text-decoration: underline;
    color: #007DC3;
}

/* ── Hiplink Forms inside .form-card: override horizontal layout → stacked ── */
.form-card .formContainer .row.rsform-block {
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.form-card .formContainer .row.rsform-block > label.formControlLabel {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: #374151;
    padding: 0 0 0.35rem 0;
    margin-bottom: 0;
}
.form-card .formContainer .row.rsform-block > .formControls {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.form-card .form-group {
    margin-bottom: 1rem;
}
.form-card .formContainer .rsform-input-box,
.form-card .formContainer .rsform-select-box,
.form-card .formContainer .rsform-text-box {
    color: #2E3639 !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    border-color: #DCE3EA !important;
    width: 100% !important;
    padding: 0.5rem .75rem !important;
    border-radius: 4px !important;
    height: 40px;
    display: block;
}
.formRequired {
    color: #dc3545;
    margin-left: 0px !important;
}
.form-card .formContainer .rsform-text-box {
    height: 100px;
    resize: vertical;
}
.form-card .formContainer .rsform-input-box:focus,
.form-card .formContainer .rsform-select-box:focus,
.form-card .formContainer .rsform-text-box:focus {
    border-color: #007DC3 !important;
    outline: 0;
    box-shadow: none;
}
.form-card .formContainer .rsform-block-btnsubmit > .formControls {
    margin-left: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.form-card .formContainer .rsform-submit-button {
    height: 40px;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: #fff !important;
    background: #007DC3;
    border-radius: 4px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.form-card .formContainer .rsform-submit-button:hover {
    background: rgb(0 125 195 / 90%);
}
.form-card .formContainer .rsform-submit-button:disabled {
    background: #0070b8;
    opacity: 0.7;
    cursor: not-allowed;
}
.form-card .formContainer .rsform-submit-button:disabled:hover {
    background: #0070b8;
}
@keyframes dr-spin {
    to { transform: rotate(360deg); }
}
.dr-spinner, .cf-spinner, .tf-spinner {
    animation: dr-spin 0.8s linear infinite;
    flex-shrink: 0;
}
.form-card .formContainer .formNoError {
    display: none;
}
.form-card .formContainer .formError {
    color: #dc3545;
    font-size: .75rem;
    font-weight: 500;
    display: block;
}
/* Hide the h2 form title inside .form-card (we have our own heading) */
.form-card > form > h2 {
    display: none;
}
/* Two-column grid for first+last name, email+phone rows */
.form-card .formContainer .row.col-md-12 > .row:nth-child(1),
.form-card .formContainer .row.col-md-12 > .row:nth-child(2) {
    /* first two field rows inline */
}

/***** Modal *****/

.ebook-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.ebook-modal-overlay.active {
    display: flex;
}

.ebook-modal-box {
    max-width: 512px;
    width: 100%;
}

.ebook-modal-header {
    display: block;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #DCE3EA;
}

@keyframes ebookSlideIn {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ebook-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    width: 16px;
    height: 16px;
    font-size: 18px;
    line-height: 1;
    color: #2E3439;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.ebook-modal-close:hover {
    opacity: 1;
}

.ebook-modal-title {
    font-size: 1.125rem;
    color: #2E3439;
    letter-spacing: -.025em;
    font-weight: 600;
    line-height: 1.375;
}

.ebook-modal-body {
    padding: 1.5rem;
}

.lead-form .form-input.error-field,
.lead-form .form-input.form-select.error-field {
    border-color: #dc3545 !important;
}

.ebook-form-msg {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    display: none;
}

.ebook-form-msg.success {
    background: #d1e7dd;
    color: #0a3622;
    border: 1px solid #a3cfbb;
    display: block;
}

.ebook-form-msg.error {
    background: #f8d7da;
    color: #58151c;
    border: 1px solid #f1aeb5;
    display: block;
}

.check-icon {
    text-align: center;
    color: #1F9D55;
    margin-bottom: 1rem;
}

.check-icon svg {
    width: 40px;
    height: 40px;
}

h3.thankyou-msg {
    text-align: center;
    color: #1F9D55;
    margin-bottom: 1rem;
}

.selected-resource-title {
    font-weight: 600;
    color: #2E3439;
}

.wbn-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.wbn-card {
    background: #fff;
    border: 1px solid #DCE3EA;
    border-radius: 6px;
    padding: 2.5rem;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.wbn-card-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
}

.wbn-card-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #5F6B76;
    margin-bottom: 1.25rem;
}

.wbn-info-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.wbn-card-desc {
    font-size: .875rem;
    color: #5F6B76;
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

.wbn-takeaways {
    margin-bottom: 1.5rem;
}

.wbn-takeaways-label {
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2E3439;
    margin-bottom: 0.75rem;
}

.wbn-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
    border-top: 1px solid #DCE3EA;
    padding-top: 1.5rem;
}

.wbn-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.wbn-tag {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #5F6B76;
    background: #EEF2F6;
    border: 1px solid #DCE3EA;
    border-radius: 20px;
    padding: 0.125rem 0.5rem;
    letter-spacing: .025em;
}

.pl-card {
    background: #fff;
    border: 1px #DCE3EA solid;
    border-radius: 4px;
    padding: 1.5rem 1.5rem 5rem 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pl-card:hover {
    border-color: rgb(0 125 195 / 30%);
}

.pl-card-footer {
    margin-top: 1.25rem;
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
}

.pl-download-link {
    width: 100%;
    padding: 8px 16px;
}

.pl-download-link:hover {
    background: #007DC3 !important;
    color: #fff !important;
}

body.modal-open {
    overflow: hidden;
}

ul.key-takeaway-points.primary-list.bullet-4 li:before {
    top: 8px;
}

ul.key-takeaway-points.primary-list li:not(:first-child) {
    margin-top: 0.5rem;
}

.blog-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.resource-card-tags.blog-tags .tag-badge {
    padding: 4px 10px;
}

.resource-hero.blog-hero {
    padding: 126px 0px 64px;
    border-bottom: 1px solid #DCE3EA;
}

.article-body-wrap {
    padding: 64px 0px;
}

.article-body-content p {
    margin-bottom: 1rem;
    line-height: 1.625;
    font-size: 16px;
}

.article-body-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.article-body-content h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.article-body-content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.all-article-link {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    gap: 0.375rem;
    display: flex;
    align-items: center;
    color: #007DC3;
}

.article-body-bottom-nav {
    padding-top: 2rem;
    margin-top: 4rem;
    border-top: 1px solid #DCE3EA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* â”€â”€ Pagination â”€â”€ */

.bl-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #e5e7eb;
}

.bl-pg-info {
    font-size: 13px;
    color: #5f6b76;
}

.bl-pg-btns {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bl-pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #DCE3EA;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    background: #fff;
    transition: all 0.15s;
}

.bl-pg-btn:hover {
    border-color: #007DC3;
    color: #007DC3;
    background: #eff6ff;
}

.bl-pg-btn.bl-pg-active {
    background: #007DC3;
    color: #fff;
    border-color: #007DC3;
}

.bl-pg-btn.bl-pg-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.bl-pg-ellipsis {
    font-size: 13px;
    color: #5F6B76;
    padding: 0 4px;
    line-height: 36px;
}

.article-body-content ul {
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 1rem;
}

.article-body-content ul li p {
    margin: 0px;
}

/*********************
**********************
Form Pages
**********************
*********************/

.form-hero-section {
    background: #f7f9fb;
    padding: 126px 0 64px;
}

.form-hero-section .hero-title {
    font-weight: 700;
}

.form-page-main-content {
    padding: 64px 0;
    background: #f7f9fb;
}

@media (min-width: 1024px) {
    .form-page-main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.form-page-main-grid {
    display: grid;
    align-items: flex-start;
    gap: 3rem;
}

.info-heading {
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.info-copy {
    margin-bottom: 2rem;
    max-width: 448px;
    width: 100%;
}

ul.info-list {
    padding-bottom: 2.5rem;
    border-bottom: 1px #DCE3EA solid;
    margin-bottom: 2rem;
}

.list-content {
    width: calc(100% - 56px);
}

.fw-semibold {
    font-weight: 600;
}

.sub-list-icon svg {
    width: 16px;
    height: 16px;
    display: flex;
    margin-top: 4px;
}

.dr-stats {
    background: #fff;
    border-top: 1px solid #DCE3EA;
    border-bottom: 1px solid #DCE3EA;
    padding: 64px 0;
}

@media (min-width: 768px) {
    .dr-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.dr-stats-grid {
    display: grid;
    gap: 2rem;
}

.dr-stat {
    text-align: center;
}

.dr-stat-num {
    display: block;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #2E3439;
}

.dr-stat-label {
    margin-top: 4px;
    font-size: .875rem;
    line-height: 1.25rem;
    display: block;
    color: #5F6B76;
}

/*********************
**********************
Resource Pages
**********************
*********************/

.rl-hero-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.rl-hero-tab {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 0.375rem 0.75rem;
    background: #EEF2F6;
    color: #2E3439;
    border: 1px solid #DCE3EA;
    border-radius: 30px;
}

.rl-categories,
.rl-insights {
    background: #F7F9FB;
    padding: 6rem 0;
}

.res-cat-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .res-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.resource-category-card {
    background: #fff;
    border: 1px #DCE3EA solid;
    border-radius: 4px;
    padding: 2rem 2rem 5.75rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.resource-category-card:hover {
    border-color: rgb(0 125 195 / 30%);
}

.resource-category-card:hover .download-icon {
    background: rgb(0 125 195 / 10%);
    color: #007DC3;
}

.resource-category-card .bottom-links {
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 64px);
}

.rl-proven {
    padding: 6rem 0;
    background: #fff;
}

.res-cs-grid .resource-card-meta .category {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0.25rem 0.625rem;
    background: rgb(0 125 195 / 10%);
    border-radius: 0.25rem;
}
.rl-why {
    padding: 6rem 0;
    background: #f7f9fb;
}
.rl-why .matter-grid {
    gap: 1.5rem;
}
.why-box {
    background: #fff;
    border: 1px #DCE3EA solid;
    border-radius: 4px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    text-align: center;
}
.why-box.matter-box p {
    font-weight: 500;
    color: #2E3439;
}
.rl-library {
    padding: 6rem 0;
    background: #fff;
}
.rl-library-header {
    margin-bottom: 2rem;
}
.resource-card.library-card {
    padding: 1.25rem;
}
.resource-card.library-card .resource-card-title {
    font-size: .875rem;
}
.resource-card.library-card .resource-card-desc {
    font-size: .75rem;
    line-height: 1.625;
}
.rl-filters-bar {
    margin-bottom: 2.5rem;
}
.rl-search-wrap input[type="text"].rl-search-input {
    padding: 0.625rem 1rem 0.625rem 2.5rem !important;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #2E3439;
    border: 1px solid #DCE3EA;
    border-radius: 4px;
}
.rl-search-wrap svg {
    left: 0.75rem;
    top: 13px;
}
.rl-search-wrap {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 450px;
}
.rl-filter-selects {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
}
.rl-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.rl-select-wrap span {
    letter-spacing: .05em;
    font-weight: 600;
    color: #2E3439;
}
.rl-select {
    padding: 0.375rem 1rem 0.375rem 0.625rem;
    border: 1px solid #DCE3EA;
    border-radius: 4px;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #2E3439;
    background: #fff;
    outline: none;
    cursor: pointer;
    appearance: auto;
    transition: border-color .15s;
}
ul.footer-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
ul.footer-menu li, ul.footer-menu li a {
    font-size: .75rem;
    line-height: 1rem;
}
.copyright-section {
    border-top: 1px solid #DCE3EA;
    padding-top: 2rem;
}
.list-items li {
    line-height: 24px;
}
.list-items li a {
    color: #5F6B76;
    font-size: .875rem;
    line-height: 1.25rem;
}
.list-items li a:hover {
  color: var(--maincolor);
}
.article-body-content blockquote {
    font-style: italic;
    padding-left: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 2px solid #007DC3;
    color: #5F6B76;
    line-height: 1.625;
}
.tf-includes-title {
    margin-bottom: 1rem;
}
ul.tf-checklist li {
    display: flex;
    align-items: flex-start;
    font-size: .875rem;
    line-height: 1.25rem;
    gap: 0.625rem;
    color: #5F6B76;
}
ul.tf-checklist li svg {
    color: #1F9D55;
    margin-top: 2px;
}
ul.tf-checklist li:not(:first-child) {
    margin-top: 0.625rem;
}
header#sp-header .row {
    justify-content: space-between;
    flex-wrap: nowrap;
}
header#sp-header #sp-logo, header#sp-header #sp-menu, header#sp-header #sp-position1 {
    width: auto;
}
ul.legal-notice-list {
    list-style-type: disc;
    padding-left: 18px;
}
ul.legal-notice-list li {
    line-height: 28px;
}
ul.legal-notice-list li:not(:first-child) {
    padding-top: 10px;
}
ul.legal-notice-list a {
  color: var(--maincolor);
  font-weight: 600;
}
#sp-header .sp-megamenu-parent li:first-child .sp-dropdown-inner li.item-139 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child, #sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1px;
}
#sp-header .sp-megamenu-parent li:first-child .sp-dropdown-inner li.item-139 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li:not(.menu-parent) {
    width: 50%;
    display: list-item;
    padding-right: 40px;
}
#sp-header .sp-megamenu-parent li:first-child .sp-dropdown-inner li.item-139 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.menu-parent {
    width: 50%;
    margin-left: auto;
    display: list-item;
    position: absolute;
    right: 40px;
    padding-left: 80px;
    top: 74px;
    margin-top: 0px;
}
#sp-header .sp-megamenu-parent li:first-child .sp-dropdown-inner li.item-139 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.menu-parent ul.mod-menu__sub.menu-child li {
    width: 100%;
}
#sp-header .sp-megamenu-parent li:first-child .sp-dropdown-inner li.item-139 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.menu-parent .menu-child li {
    padding-right: 0px !important;
}
#sp-header .sp-megamenu-parent li:first-child .sp-dropdown-inner li.item-139 .sp-module-title {
    font-size: 0;
}
#sp-header .sp-megamenu-parent li:first-child .sp-dropdown-inner li.item-139 .sp-module-title:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'PLATFORM';
}
li.item-271.menu-parent:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'INTEGRATIONS';
    position: absolute;
    top: -42px;
    left: unset;
    z-index: 1;
}
li.item-139.module:after, li.item-140.module:after {
    width: 50%;
    height: calc(100% - 2px);
    position: absolute;
    background: #F7F9FB;
    content: '';
    top: 1px;
    right: 1px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-title {
    font-size: 0;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-title:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'ALL INDUSTRIES';
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.item-272.menu-parent {
    width: 50%;
    max-width: 256.5px;
    margin-left: auto;
    display: list-item;
    position: absolute;
    left: 40px;
    padding-right: 40px;
    padding-top: 36px;
    margin-top: 2.5rem;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.item-272.menu-parent:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'PUBLIC SAFETY';
    position: absolute;
    top: 0;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.menu-parent ul.mod-menu__sub.menu-child li {
    width: 100%;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.item-286.menu-parent {
    width: 50%;
    max-width: 256.5px;
    display: list-item;
    padding-left: 40px;
    margin-left: auto;
    margin-top: -61px;
    padding-top: 41px;
    margin-bottom: 2.5rem;
    position: relative;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.item-286.menu-parent:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'HEALTHCARE';
    position: absolute;
    top: 0;
    z-index: 1;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.item-298 {
    padding-top: 36px;
    margin-top: 0px !important;
    position:relative;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.item-298:before {
    color: #007DC3;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    content: 'OTHER INDUSTRIES';
    position: absolute;
    top: 0;
    z-index: 1;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li.menu-parent ul.mod-menu__sub.menu-child li {
    width: 100%;
    padding: 0px !important;
}
#sp-header .sp-megamenu-parent li .sp-dropdown-inner li.item-140 .sp-module-content ul.mod-menu.mod-list.menu ul.mod-menu__sub.menu-child > li:not(.menu-parent) {
    width: 50%;
    max-width: 256.5px;
    display: list-item;
    padding-left: 40px;
    margin-left: auto;
}
#sp-header .sp-megamenu-parent li.current.active > a {
    color: var(--maincolor);
    /*font-weight: 600;*/
}
@media (min-width: 768px) {
  .footer-row {
    grid-template-columns: repeat(5,minmax(0,1fr));
  }
}
.footer-row {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
}
@media (max-width: 1023px) {
    .detail-page-content {
        flex-direction: column;
    }
    .detail-page-content .resource-left-content,
    .detail-page-content .form-sidebar {
        width: 100%;
    }
    .logo-group, .logo-track {
      gap: 1rem;
    }
    .logo-box {
      padding: 0.5rem 1rem;
    }
}

@media (max-width: 767px) {
    .logo-group, .logo-track {
      gap: 0.5rem;
    }
    .logo-box {
      padding: 0.5rem;
    }
    .matter-grid {
        grid-template-columns: 1fr;
    }
    .cta-section h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .wbn-card-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .wbn-card-footer {
        flex-direction: column;
    }
    .wbn-tags {
        width: 100%;
    }
    .wbn-watch-webinar-btn {
        width: 100%;
        justify-content: center;
    }
    .wbn-card {
        padding: 2rem;
    }
    .blog-title {
        font-size: 1.875rem;
        line-height: 1.25;
    }
    .dr-stat-num {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .form-page-main-content {
        padding-top: 0px;
    }
}
@media (max-width: 575px){
  .hero-btns .addon-root-button {
    flex: 1 0 auto;
    width: 100%;
}
.hero-btns .addon-root-button .sppb-btn {
    width: 100%;
}
}
/* â”€â”€ Offcanvas header CTA buttons (position1 on mobile) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
/* Hide on desktop â€” position1 already visible in header */
@media (min-width: 992px) {
    .offcanvas-header-btns {
        display: none !important;
    }
}

/* Show stacked on mobile */
@media (max-width: 991px) {
    /* Flatten SP Page Builder row/col wrapper */
    .offcanvas-header-btns .sppb-row-container,
    .offcanvas-header-btns .sppb-section,
    .offcanvas-header-btns .sppb-row,
    .offcanvas-header-btns [class*="sppb-col"] {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
    }

    /* Stack each button addon */
    .offcanvas-header-btns .sppb-addon {
        margin-bottom: 10px !important;
    }

    /* Full-width buttons */
    .offcanvas-header-btns .sppb-btn, .offcanvas-header-btns a.sppb-btn {
    width: 100% !important;
    padding: 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
}
  .offcanvas-header-btns .addon-root-button {
    flex: 1 0 auto;
}

    .offcanvas-header-btns .sppb-btn:hover,
    .offcanvas-header-btns a.sppb-btn:hover {
        background-color: rgba(255,255,255,0.25) !important;
    }
.offcanvas-header-btns .sppb-row-column {
    padding: 0px;
}
.offcanvas-header-btns .sppb-addon-button .sppb-addon-content {
    padding: 0 !important;
    margin: 0 !important;
}
}

.offcanvas-menu .offcanvas-inner .sp-module-content> ul.menu > li {
    border-bottom: 1px solid rgb(220 227 234 / 50%);
}
.offcanvas-mega-section {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.offcanvas-section-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 6px 0;
    padding: 0;
}

/* Also show sp-module-title (rendered by sp_xhtml chrome when showtitle=1) */
.offcanvas-menu .offcanvas-inner .offcanvas-mega-section .sp-module-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 0 6px 0 !important;
}

/* Make module links in mega sections match the main menu link style */
.offcanvas-menu .offcanvas-inner .offcanvas-mega-section .sp-module ul,
.offcanvas-menu .offcanvas-inner .offcanvas-mega-section .sp-module ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-menu .offcanvas-inner .offcanvas-mega-section .sp-module ul li a {
    display: block;
    padding: 8px 0;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.2s;
}

.offcanvas-menu .offcanvas-inner .offcanvas-mega-section .sp-module ul li a:hover,
.offcanvas-menu .offcanvas-inner .offcanvas-mega-section .sp-module ul li a:focus {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* Remove border from last item */
.offcanvas-menu .offcanvas-inner .offcanvas-mega-section .sp-module ul li:last-child a {
    border-bottom: none;
}
.contact-info a {
    color: #5f6b76;
}
#content-link-wrapper {
    position: sticky !important;
    top: 0px;
    z-index: 40;
}
.page-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
}