@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../woff2/roboto-medium.woff2) format("woff2");
}
@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../woff2/roboto-regular.woff2) format("woff2");
}
@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../woff2/roboto-bold.woff2) format("woff2");
}
body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #024;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
}
address,
dl,
p,
ul {
    margin-bottom: 1rem;
}
address {
    font-style: normal;
    line-height: inherit;
}
ul {
    padding-left: 2rem;
}
dl,
ul {
    margin-top: 0;
}
ul ul {
    margin-bottom: 0;
}
b {
    font-weight: bolder;
}
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
img,
svg {
    vertical-align: middle;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
iframe {
    border: 0;
}
[hidden] {
    display: none !important;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.col-auto,
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.col-auto {
    width: auto;
}
.g-2 {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0.625rem;
}
.gx-4 {
    --bs-gutter-x: 1.25rem;
}
@media (min-width: 576px) {
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-4,
    .col-md-8 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .gx-md-6 {
        --bs-gutter-x: 1.875rem;
    }
}
@media (min-width: 992px) {
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-4,
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-6,
    .col-lg-8 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-3,
    .col-xl-5,
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-5 {
        width: 41.66667%;
    }
    .col-xl-6,
    .col-xl-7 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333%;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
}
.btn {
    display: inline-block;
    line-height: 1.75;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn,
.btn:hover {
    color: #384a5f;
}
.btn:focus {
    outline: 0;
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(55, 130, 247, 0.5);
}
.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #1056c4;
    border-color: #0f51b8;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #146cf5;
    border-color: #146cf5;
}
.btn-link {
    font-weight: 400;
    color: #146cf5;
    text-decoration: underline;
}
.btn-link:hover {
    color: #1056c4;
}
.btn-link:disabled {
    color: #6c757d;
}
.nav {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.card,
.nav {
    display: flex;
}
.card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.flex-column {
    flex-direction: column !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.align-self-center {
    align-self: center !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mt-4 {
    margin-top: 1.25rem !important;
}
.mt-8 {
    margin-top: 2.5rem !important;
}
.mb-3 {
    margin-bottom: 0.9375rem !important;
}
.mb-4 {
    margin-bottom: 1.25rem !important;
}
.mb-6 {
    margin-bottom: 1.875rem !important;
}
.mb-8 {
    margin-bottom: 2.5rem !important;
}
.mb-n3 {
    margin-bottom: -0.9375rem !important;
}
.mb-n4 {
    margin-bottom: -1.25rem !important;
}
.mb-n6 {
    margin-bottom: -1.875rem !important;
}
.mb-n8 {
    margin-bottom: -2.5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-2 {
        margin-bottom: 0.625rem !important;
    }
    .mb-md-10 {
        margin-bottom: 3.125rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .mt-lg-10 {
        margin-top: 3.125rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
}
*,
:after,
:before {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    visibility: visible;
    transition: all 0.3s ease 0s;
    color: "";
}
body.offcanvas-open {
    overflow: hidden;
}
a:focus,
button:focus,
input:focus,
select:focus {
    outline: 0;
    box-shadow: none;
}
img {
    height: auto;
}
.cus-container {
    max-width: 1520px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cus-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .cus-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.section {
    float: left;
    width: 100%;
    padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section {
        padding: 60px 0;
    }
}
.section-title {
    position: relative;
    margin-bottom: 60px;
    padding-left: 40px;
}
@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 40px;
    }
}
.section-title .shape {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 10px;
    height: calc(100% - 16px);
    text-indent: -9999px;
    border: 0;
    background-color: #e2ecf5;
}
.section-title .sub-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .section-title .sub-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}
.section-title .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.intor-content .desc p:last-child,
.section-title .title:last-child,
.section-title p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 479px) {
    .section-title .title {
        font-size: 28px;
    }
}
.section-title p {
    font-size: 18px;
    max-width: 950px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 479px) {
    .section-title p {
        font-size: 14px;
    }
}
.section-title.center {
    padding-bottom: 40px;
    padding-left: 0;
    text-align: center;
}
.section-title.center .shape {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 110px;
    height: 10px;
    transform: translateX(-50%);
}
.section-title.center p {
    max-width: 730px;
    margin: auto;
}
.btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 30px 9px;
    text-transform: uppercase;
    border-width: 2px;
    border-radius: 100px;
}
.btn svg {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 5px;
}
.btn:focus {
    box-shadow: none;
}
.btn-gradient-outline {
    position: relative;
    border: 0;
    background: #025aa2;
    background: linear-gradient(180deg, #025aa2 0, #6adaff) !important;
    z-index: 1;
}
.btn-gradient-outline:after {
    background-color: #fff;
    z-index: -1;
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 500px;
    transition: all 0.3s ease 0s;
}
.btn-gradient-outline[data-after="light"]:after {
    background-color: #f7fafd;
}
.btn-gradient-outline:hover {
    color: #fff;
}
.btn-gradient-outline:hover:after {
    opacity: 0;
}
.btn-primary {
    color: #fff;
    border-color: #146cf5;
    background-color: #146cf5;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #106af5;
    background-color: #106af5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.btn-primary-hover:active,
.btn-primary-hover:focus,
.btn-primary-hover:hover {
    color: #fff !important;
    border-color: #146cf5 !important;
    background-color: #146cf5 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.btn-light-outline {
    background-color: transparent;
    color: #384a5f !important;
    border-color: #e9ecef;
}
.btn-light-outline:active,
.btn-light-outline:focus,
.btn-light-outline:hover {
    border-color: #f6f7f8;
    background-color: #f6f7f8;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #384a5f;
}
.header-section {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4faff;
}
@media only screen and (max-width: 767px) {
    .header-top {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 479px) {
    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.header-middle {
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #092846;
}
@media only screen and (max-width: 767px) {
    .header-middle {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.header-logo {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .header-logo {
        max-width: 200px;
    }
}
.header-logo img,
.plugin-item .icon img {
    max-width: 100%;
}
.header-plugin-list,
.header-search-links,
.main-menu > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-plugin-list li + li {
    margin-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-plugin-list li + li {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .header-plugin-list li + li {
        margin-left: 10px;
    }
}
.header-plugin-list li a,
.header-search-links li.account a {
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.header-plugin-list li a {
    font-size: 15px;
    position: relative;
    padding: 19px 15px;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-plugin-list li a {
        padding: 5px 15px;
        color: #024;
    }
}
@media only screen and (max-width: 575px) {
    .header-plugin-list li a {
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 479px) {
    .header-plugin-list li a {
        font-size: 13px;
        padding: 2px 5px;
    }
}
.header-plugin-list li a .label {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 6px;
    text-transform: uppercase;
    color: #024;
    border-radius: 4px;
    background-color: #45ff64;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-plugin-list li a .label {
        position: static;
        margin-left: 6px;
    }
}
.footer-bottom .copyright a:hover,
.footer-widget ul li a:hover,
.header-plugin-list li a:hover,
.main-menu > ul > li.active > a,
.main-menu > ul > li:hover > a,
.offcanvas-menu > ul > li.active > a,
.offcanvas-menu > ul > li:hover > a {
    color: #146cf5;
}
.header-search-links {
    align-items: center;
}
.header-search-links li + li {
    margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-search-links li + li {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .header-search-links li + li {
        margin-left: 15px;
    }
}
.header-search-links li.search form {
    border-bottom: 1px solid #616161;
}
.header-search-links li.search form input[type="text"] {
    max-width: 180px;
    padding: 5px 0;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 16px;
}
.header-search-links li.search form input[type="text"]:active,
.header-search-links li.search form input[type="text"]:focus {
    border: none;
}
.header-search-links li.search form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.header-search-links li.search form input[type="text"]:-moz-placeholder {
    color: #fff;
}
.header-search-links li.search form input[type="text"]::-moz-placeholder {
    color: #fff;
}
.header-search-links li.search form input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.header-search-links li.search form input[type="text"]:-webkit-autofill,
.header-search-links li.search form input[type="text"]:-webkit-autofill:focus,
.header-search-links li.search form input[type="text"]:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #092846 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.header-search-links button.search-submit {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
}
.header-search-links button.search-submit svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.header-search-links li.search-toggle {
    cursor: pointer;
    color: #fff;
}
.header-search-links li.search-toggle svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.header-search-links li.account a {
    text-transform: capitalize;
}
.header-search-links li.account a svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.header-search-links li.mobile-menu-open {
    position: relative;
    width: 22px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 0;
    background-color: transparent;
}
.header-search-links li.mobile-menu-open span {
    position: absolute;
    right: 0;
    display: flex;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease 0s;
    background-color: currentColor;
}
.header-search-links li.mobile-menu-open span:first-child {
    top: 0;
}
.header-search-links li.mobile-menu-open span:nth-child(2) {
    top: calc(50% - 1px);
}
.header-search-links li.mobile-menu-open span:nth-child(3) {
    bottom: 0;
}
.header-search-links li.mobile-menu-open.active span:first-child,
.header-search-links li.mobile-menu-open:hover span:first-child {
    width: 85%;
}
.header-search-links li.mobile-menu-open.active span:nth-child(2),
.header-search-links li.mobile-menu-open:hover span:nth-child(2) {
    width: 60%;
}
.header-bottom {
    background-color: #f4faff;
}
.main-menu > ul > li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu > ul > li + li {
    margin-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-menu > ul > li + li {
        margin-left: 35px;
    }
}
.main-menu > ul > li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 15px 0;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    text-transform: uppercase;
    color: #024;
}
.main-menu > ul > li .submenu-toggle {
    display: flex;
    margin-left: 10px;
}
.main-menu > ul > li .submenu-toggle svg,
.offcanvas-menu > ul > li .submenu-toggle svg {
    width: 12px;
}
.main-menu > ul > li:hover > .sub-menu {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}
.main-menu > ul > li .sub-menu,
.offcanvas-mobile-menu {
    transition: all 0.3s ease 0s;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.main-menu > ul > li .sub-menu {
    left: -25px;
    visibility: hidden;
    margin: 20px 0 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 300px;
    padding: 0;
}
.main-menu > ul > li .sub-menu li a {
    padding: 6px 25px 6px 22px;
    text-transform: capitalize;
    border-left: 3px solid transparent;
}
.main-menu > ul > li .sub-menu li:hover > a {
    background-color: #f8f9fa;
}
.main-menu > ul > li .sub-menu li:active > a,
.main-menu > ul > li .sub-menu li:hover > a {
    color: #146cf5;
    border-left-color: #146cf5;
}
.offcanvas-mobile-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    padding: 50px 0;
    transform: translateX(100%);
}
.offcanvas-mobile-menu.open {
    transform: translateX(0);
}
.offcanvas-mobile-menu .mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    transition: all 0.3s ease 0s;
    text-indent: -99999px;
    color: #024;
    border: 0;
    background-color: transparent;
}
.offcanvas-mobile-menu .mobile-menu-close span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: "";
    transition: all 0.3s ease 0s;
    background-color: currentColor;
}
.offcanvas-mobile-menu .mobile-menu-close span:first-child {
    transform: rotate(45deg);
}
.offcanvas-mobile-menu .mobile-menu-close span:nth-child(2) {
    transform: rotate(-45deg);
}
.offcanvas-mobile-menu .mobile-menu-close:focus {
    outline: 0;
    box-shadow: none;
}
.offcanvas-mobile-menu .mobile-menu-close:hover {
    transform: rotate(90deg);
    color: #146cf5;
}
.offcanvas-mobile-menu .offcanvas-inner {
    overflow-x: auto;
    height: 100%;
    padding: 0 30px;
}
.footer-widget ul,
.offcanvas-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas-menu > ul > li {
    position: relative;
}
.offcanvas-menu > ul > li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    text-transform: uppercase;
    color: #024;
}
.offcanvas-menu > ul > li .submenu-toggle {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.offcanvas-menu > ul > li .submenu-toggle.active {
    transform: rotateX(180deg);
}
.offcanvas-menu > ul > li:hover > .sub-menu {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}
.offcanvas-menu > ul > li .sub-menu {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas-menu > ul > li .sub-menu li a {
    padding: 6px 15px;
    text-transform: capitalize;
    border-left: 3px solid transparent;
}
.offcanvas-menu > ul > li .sub-menu li:hover > a {
    color: #146cf5;
    border-left-color: #146cf5;
    background-color: #f8f9fa;
}
.offcanvas-menu > ul > li .sub-menu li:active > a {
    color: #146cf5;
    border-left-color: #146cf5;
}
.footer-section {
    padding: 0;
    background-color: #f4faff;
}
.footer-top {
    padding: 110px 0;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-top {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-top {
        padding: 60px 0;
    }
}
.footer-widget .footer-widget-title {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .footer-widget-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-widget .footer-widget-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.footer-widget .h5,
.footer-widget h5 {
    font-size: 18px;
}
.footer-widget p {
    margin-bottom: 0;
}
.footer-widget p:not(:last-child) {
    margin-bottom: 10px;
}
.footer-widget ul li {
    display: flex;
}
.footer-widget ul li + li {
    margin-top: 20px;
}
.footer-widget ul li a {
    line-height: 1.75;
    display: block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #384a5f;
}
.footer-subscribe {
    position: relative;
    max-width: 350px;
}
.footer-subscribe .button,
.footer-subscribe input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 10px 25px;
    border: 1px solid #dee2e6;
    border-radius: 50px;
}
.footer-subscribe .button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 10px;
    transition: all 0.3s ease 0s;
    color: #fff;
    border: 0;
    background-color: #146cf5;
}
.footer-subscribe .button svg {
    width: 18px;
}
.footer-bottom {
    float: left;
    width: 100%;
    padding: 15px 0;
    background-color: #1f252c;
}
.footer-bottom .copyright {
    font-size: 14px;
    margin: 0;
    color: #fff;
}
.footer-bottom .copyright a {
    font-weight: 700;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #fff;
}
.footer-bottom .payment {
    line-height: 1;
    display: block;
}
.intor-section {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.intor-content .title {
    line-height: 1.4;
    margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .intor-content .title {
        font-size: 36px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .intor-content .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .intor-content .title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .intor-content .title {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .intor-content .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 479px) {
    .intor-content .title {
        font-size: 24px;
    }
}
.intor-content .desc {
    max-width: 450px;
    margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .intor-content .desc {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .intor-content .desc {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .intor-content .desc {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px) {
    .intor-content .desc p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    .intor-content .btn {
        font-size: 13px;
        padding: 9px 25px 7px;
    }
}
.intor-image img {
    height: auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px) {
    .intor-image img {
        max-width: 100%;
    }
}
.bundle {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    padding: 40px 40px 17px;
    text-decoration: none;
    border-radius: 10px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bundle {
        padding: 30px 30px 15px;
    }
}
.bundle,
.bundle:active,
.bundle:focus,
.bundle:hover,
.bundle:visited {
    color: #fff;
}
.bundle-html {
    background-color: #e44d26;
    background-image: linear-gradient(45deg, #e44d26, #f4967d);
}
.bundle-shopify {
    background-color: #5e8d3d;
    background-image: linear-gradient(45deg, #5e8d3d, #92c56e);
}
.bundle-wordpress {
    background-color: #21759b;
    background-image: linear-gradient(45deg, #21759b, #5bb3da);
}
.bundle .icon {
    position: relative;
    margin-bottom: 35px;
}
@media only screen and (max-width: 479px) {
    .bundle .icon {
        margin-bottom: 25px;
    }
}
.bundle .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    content: "";
    opacity: 0.1;
    border-radius: 50%;
    background-color: #fff;
}
.bundle .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #fff;
}
@media only screen and (max-width: 479px) {
    .bundle .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
}
.bundle .title::last-child,
.bundle p:last-child {
    margin-bottom: 0;
}
.bundle p {
    margin-bottom: 15px;
}
.bundle .details {
    font-size: 18px;
    display: flex;
    margin: auto -40px 0;
    padding: 17px 40px 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bundle .details {
        font-size: 16px;
        margin: auto -30px 0;
        padding: 15px 30px 0;
    }
}
.bundle .details li {
    flex: 1 0;
}
.plugin-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .plugin-item {
        padding: 40px 30px;
    }
}
.plugin-item .plugin-badge {
    position: absolute;
    right: 10px;
    top: 50px;
    text-transform: uppercase;
    padding: 6px 12px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .plugin-item .plugin-badge {
        top: 40px;
    }
}
.plugin-item .plugin-badge.pro {
    background-color: #61ce70;
}
.plugin-item .icon {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}
.plugin-item .buttons:last-child,
.plugin-item .icon:last-child,
.plugin-item .title:last-child,
.plugin-item p:last-child {
    margin-bottom: 0;
}
.plugin-item .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .plugin-item .title {
        font-size: 24px;
    }
}
.plugin-item p {
    font-size: 18px;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .plugin-item p {
        font-size: 16px;
    }
}
.plugin-item .buttons {
    display: flex;
    justify-content: center;
    margin: auto -5px -10px;
    padding: 0;
    list-style: none;
}
.plugin-item .buttons li {
    padding: 0 5px 10px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .plugin-item .buttons li .btn {
        font-size: 13px;
        padding: 8px 25px;
    }
}
.services-section {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: cover;
}
.service-spacer {
    height: 175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-spacer {
        height: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-spacer {
        height: 80px;
    }
}
.service {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    text-decoration: none;
    border-radius: 10px;
    background-color: #fff;
}
.service,
.service:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.service .hover-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.service .icon {
    height: 60px;
    margin-bottom: 30px;
}
.service .icon img {
    width: auto;
    height: 100%;
    transition: all 0.3s ease 0s;
}
.service .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .service .title {
        font-size: 24px;
    }
}
.service p {
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
    color: #384a5f;
}
.service .arrow {
    position: relative;
    display: block;
    width: 50px;
    height: 34px;
    margin-top: auto;
    transition: all 0.3s ease 0s;
    color: #146cf5;
}
.service .arrow svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.service:hover .hover-bg {
    opacity: 1;
}
.service:hover .icon img {
    filter: brightness(0) invert(1);
}
.service:hover .arrow,
.service:hover .title,
.service:hover p {
    color: #fff;
}
.funfact {
    text-align: center;
}
.funfact .icon {
    margin-bottom: 30px;
    display: inline-block;
}
.funfact .counter-up,
.funfact p {
    line-height: 1;
    margin-bottom: 15px;
}
.funfact .counter-up:after {
    content: "+";
}
.funfact p {
    font-size: 24px;
    margin-bottom: 0;
}
.testimonial-section {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.testimonial-image img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .testimonial-image img {
        max-width: 350px;
    }
}
.testimonial p {
    font-size: 20px;
    margin-bottom: 30px;
}
.testimonial .author {
    margin-bottom: 20px;
}
.testimonial .author .name {
    font-size: 20px;
    line-height: 1;
}
.testimonial .author .role {
    font-size: 14px;
    line-height: 1;
    display: block;
}
.testimonial .ratings .rating-wrapper {
    display: flex;
    margin-bottom: 5px;
}
.testimonial .ratings .rating-wrapper .rating {
    position: relative;
    width: 80px;
    height: 16px;
    background-repeat: repeat-x;
}
.testimonial .ratings .rating-wrapper .rating .rating-parcent {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background-repeat: repeat-x;
}
.testimonial .ratings .rating-text {
    font-size: 20px;
    font-weight: 500;
    display: block;
    color: #146cf5;
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .ratings .rating-text {
        font-size: 18px;
    }
}
.service .hover-bg {
    background-image: linear-gradient(45deg, #029fc9 0, #0294bb 100%);
}
.service.service-graphic .hover-bg {
    background-image: linear-gradient(45deg, #3e64af 0, #0261f3 100%);
}
.service.service-shopify .hover-bg {
    background-image: linear-gradient(45deg, #95bf47 0, #5e8e3e 100%);
}
.service.service-html .hover-bg {
    background-image: linear-gradient(45deg, #6b45a8 0, #5f3b9e 100%);
}
.search-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px;
    transition: all 0.3s ease 0s;
    transform: translateY(100%);
    background-color: rgba(0, 0, 0, 0.85);
}
.search-overlay.open {
    transform: translateY(0);
}
.search-overlay .search-overlay-close {
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    text-indent: -9999px;
    border: 0;
    transition: all 0.3s ease 0s;
    background-color: transparent;
}
.search-overlay .search-overlay-close:after,
.search-overlay .search-overlay-close:before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: currentColor;
    display: block;
    top: 50%;
    margin-top: -1px;
}
.search-overlay .search-overlay-close:before {
    transform: rotate(45deg);
}
.search-overlay .search-overlay-close:after {
    transform: rotate(-45deg);
}
.search-overlay .search-overlay-close:hover {
    transform: rotate(90deg);
}
.search-overlay form {
    width: 550px;
    position: relative;
}
.search-overlay form input[type="text"] {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    height: 50px;
    width: 100%;
    padding: 0 50px 0 0;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
.search-overlay form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search-overlay form input[type="text"]:-moz-placeholder,
.search-overlay form input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search-overlay form input[type="text"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search-overlay form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    width: 40px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #fff;
}
.ht-newsletter-form p {
    color: #384a5f;
    font-size: 16px;
    margin: 0 0 30px;
}
.ht-forms {
    background: #fff;
    padding: 6px;
    border-radius: 100px;
}
.ht-forms input[type="email"] {
    width: calc(100% - 125px);
    padding: 10px 15px;
    float: left;
    border: none;
    height: 40px;
}
.ht-forms input[type="email"]::-webkit-input-placeholder {
    color: #b3d7f5;
    opacity: 1;
}
.ht-forms input[type="email"]:-ms-input-placeholder {
    color: #b3d7f5;
    opacity: 1;
}
.ht-forms input[type="email"]::placeholder {
    color: #b3d7f5;
    opacity: 1;
}
.ht-forms input[type="submit"] {
    background: #3e64af;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    border: none;
    height: 40px;
    width: 125px;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    transition: 0.4s;
    padding: 0;
}
.ht-forms input[type="submit"]:hover {
    background: #3a5b9e;
}
