@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&amp;display=swap");

body {
   font-family: "Source Sans 3", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
     font-family: "Darker Grotesque", sans-serif;
    line-height: 1.5;
    font-weight: 500
}

::selection {
    background: rgba(66, 89, 237, 0.9);
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    line-height: 1.6
}

.section {
    padding: 100px 0;
    position: relative
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0
    }
}

.section-two {
    padding: 60px 0;
    position: relative
}

.bg-overlay {
        background: linear-gradient(360deg, #265A5E, #cbcbcb00);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.heading-title {
    line-height: 26px
}
a.nav-link.rounded.active {
    background: #22926338 !important;
}
.heading-title .heading {
    font-size: 42px !important;
    letter-spacing: 0px
}

.heading-title .title {
    font-size: 32px !important;
    letter-spacing: 1px
}
a.nav-link.rounded.active div {
    color: #229263 !important;
}

.title-heading.mt-4 h1 {
    font-size: 71px !important;
    line-height: .9em;
}

.heading-title .para-desc {
    font-size: 18px
}

.section-title {
    position: relative
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 28px !important
}

.para-desc {
    max-width: 600px
}

.mt-100 {
    margin-top: 100px
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: 0
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px
    }
}

.shape>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center
}

.shape.seo-hero {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 250px;
    background: #fff
}

@media (max-width: 768px) {
    .shape.seo-hero {
        height: 140px
    }
}

@media (max-width: 425px) {
    .shape.seo-hero {
        height: 60px
    }
}

.mover {
    animation: mover 1s infinite alternate
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}

.spin-anything {
    animation: spinner-animation 5s linear infinite
}

@keyframes spinner-animation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px
    }

    .margin-top-100 .heading {
        font-size: 40px !important
    }
}

@media (max-width: 768px) {
    .heading-title .heading {
        font-size: 36px !important
    }

    .heading-title .para-desc {
        font-size: 18px
    }

    .section-title .title {
        font-size: 24px !important
    }

    .mt-60 {
        margin-top: 60px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important
    }
}

.row>* {
    position: relative
}

.h1,
h1 {
    font-size: 42px !important
}

.h2,
h2 {
    font-size: 36px !important
}

.h3,
h3 {
    font-size: 30px !important
}

.h4,
h4 {
    font-size: 24px !important
}

.h5,
h5 {
    font-size: 18px !important
}

.h6,
h6 {
    font-size: 16px !important
}

.display-1 {
    font-size: 80px !important
}

.display-2 {
    font-size: 72px !important
}

.display-3 {
    font-size: 64px !important
}

.display-4 {
    font-size: 56px !important
}

.bg-primary {
    background-color: #4259ed !important
}

.bg-soft-primary {
    background-color: rgba(66, 89, 237, 0.1) !important;
    border: 1px solid rgba(66, 89, 237, 0.1) !important;
    color: #4259ed !important
}

.text-primary {
    color: #4259ed !important
}

a {
    transition: all 0.5s ease
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2b45eb !important
}

.bg-secondary {
    background-color: #9091a8 !important
}

.bg-soft-secondary {
    background-color: rgba(144, 145, 168, 0.1) !important;
    border: 1px solid rgba(144, 145, 168, 0.1) !important;
    color: #9091a8 !important
}

.text-secondary {
    color: #9091a8 !important
}

a {
    transition: all 0.5s ease
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #82839d !important
}

.bg-success {
    background-color: #00b090 !important
}

.bg-soft-success {
    background-color: rgba(0, 176, 144, 0.1) !important;
    border: 1px solid rgba(0, 176, 144, 0.1) !important;
    color: #00b090 !important
}

.text-success {
    color: #229263 !Important;
}
a {
    transition: all 0.5s ease
}

a.text-success:hover,
a.text-success:focus {
    color: #00977b !important
}

.bg-warning {
    background-color: #ffcd35 !important
}

.bg-soft-warning {
    background-color: rgba(255, 205, 53, 0.1) !important;
    border: 1px solid rgba(255, 205, 53, 0.1) !important;
    color: #ffcd35 !important
}

.text-warning {
    color: #ffcd35 !important
}

a {
    transition: all 0.5s ease
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ffc71c !important
}

.bg-info {
    background-color: #36a3f7 !important
}

.bg-soft-info {
    background-color: rgba(54, 163, 247, 0.1) !important;
    border: 1px solid rgba(54, 163, 247, 0.1) !important;
    color: #36a3f7 !important
}

.text-info {
    color: #36a3f7 !important
}

a {
    transition: all 0.5s ease
}

a.text-info:hover,
a.text-info:focus {
    color: #1d98f6 !important
}

.bg-danger {
    background-color: #f03e55 !important
}

.bg-soft-danger {
    background-color: rgba(240, 62, 85, 0.1) !important;
    border: 1px solid rgba(240, 62, 85, 0.1) !important;
    color: #f03e55 !important
}

.text-danger {
    color: #f03e55 !important
}

a {
    transition: all 0.5s ease
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ee2640 !important
}

.bg-dark {
    background-color: #343a40 !important
}

.bg-soft-dark {
    background-color: rgba(52, 58, 64, 0.1) !important;
    border: 1px solid rgba(52, 58, 64, 0.1) !important;
    color: #343a40 !important
}

.text-dark {
    color: #343a40 !important
}

a {
    transition: all 0.5s ease
}

a.text-dark:hover,
a.text-dark:focus {
    color: #292d32 !important
}

.bg-muted {
    background-color: #8492a6 !important
}

.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important
}

.text-muted {
    color: #8492a6 !important
}

a {
    transition: all 0.5s ease
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important
}

.bg-light {
    background-color: #f8f9fc !important
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important
}

.text-light {
    color: #f8f9fc !important
}

a {
    transition: all 0.5s ease
}

a.text-light:hover,
a.text-light:focus {
    color: #e6eaf4 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important
}

.text-white {
    color: #fff !important
}

a {
    transition: all 0.5s ease
}

a.text-white:hover,
a.text-white:focus {
    color: #f2f2f2 !important
}

.bg-footer {
    background-color: #27314f !important
}

.bg-soft-footer {
    background-color: rgba(39, 49, 79, 0.1) !important;
    border: 1px solid rgba(39, 49, 79, 0.1) !important;
    color: #27314f !important
}

.text-footer {
    color: #27314f !important
}

a {
    transition: all 0.5s ease
}

a.text-footer:hover,
a.text-footer:focus {
    color: #1e273e !important
}

.d-flex .flex-1 {
    flex: 1
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px
}

.rounded {
    border-radius: 6px !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-md {
    border-radius: 10px !important
}

.rounded-lg {
    border-radius: 30px !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-top {
    border-top: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.border-left {
    border-left: 1px solid #e9ecef !important
}

.border-right {
    border-right: 1px solid #e9ecef !important
}

.small,
small {
    font-size: 90%
}

.card {
    color: #161c2d
}

.card .card-body {
    padding: 1.5rem;
    color: #161c2d
}

.modal .modal-dialog .modal-content {
    background-color: #fff !important
}

.modal .modal-dialog .modal-content .modal-header {
    border-color: #e9ecef !important
}

.modal .modal-dialog .modal-content .modal-header button.btn-close {
    background: none
}

.modal .modal-dialog .modal-content button.btn-close {
    background: none
}

.modal .modal-dialog .modal-content .modal-footer {
    border-color: #e9ecef !important
}

.modal .modal-dialog.modal-sm {
    max-width: 450px
}

.btn-primary {
    background-color: #4259ed !important;
    border: 1px solid #4259ed !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #1632e6 !important;
    border-color: #1632e6 !important;
    color: #fff !important
}

.btn-soft-primary {
    background-color: rgba(66, 89, 237, 0.1) !important;
    border: 1px solid rgba(66, 89, 237, 0.1) !important;
    color: #4259ed !important;
    box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3)
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #4259ed !important;
    border-color: #4259ed !important;
    color: #fff !important
}

.btn-outline-primary {
    border: 1px solid #4259ed;
    color: #4259ed;
    background-color: transparent
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #4259ed;
    border-color: #4259ed;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3)
}

.btn-secondary {
    background-color: #9091a8 !important;
    border: 1px solid #9091a8 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3)
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #737592 !important;
    border-color: #737592 !important;
    color: #fff !important
}

.btn-soft-secondary {
    background-color: rgba(144, 145, 168, 0.1) !important;
    border: 1px solid rgba(144, 145, 168, 0.1) !important;
    color: #9091a8 !important;
    box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3)
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #9091a8 !important;
    border-color: #9091a8 !important;
    color: #fff !important
}

.btn-outline-secondary {
    border: 1px solid #9091a8;
    color: #9091a8;
    background-color: transparent
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #9091a8;
    border-color: #9091a8;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3)
}

.btn-success {
    background-color: #00b090 !important;
    border: 1px solid #00b090 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3)
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #007d66 !important;
    border-color: #007d66 !important;
    color: #fff !important
}

.btn-soft-success {
    background-color: rgba(0, 176, 144, 0.1) !important;
    border: 1px solid rgba(0, 176, 144, 0.1) !important;
    color: #00b090 !important;
    box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3)
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #00b090 !important;
    border-color: #00b090 !important;
    color: #fff !important
}

.btn-outline-success {
    border: 1px solid #00b090;
    color: #00b090;
    background-color: transparent
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #00b090;
    border-color: #00b090;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3)
}

.btn-warning {
    background-color: #ffcd35 !important;
    border: 1px solid #ffcd35 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3)
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #ffc002 !important;
    border-color: #ffc002 !important;
    color: #fff !important
}

.btn-soft-warning {
    background-color: rgba(255, 205, 53, 0.1) !important;
    border: 1px solid rgba(255, 205, 53, 0.1) !important;
    color: #ffcd35 !important;
    box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3)
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #ffcd35 !important;
    border-color: #ffcd35 !important;
    color: #fff !important
}

.btn-outline-warning {
    border: 1px solid #ffcd35;
    color: #ffcd35;
    background-color: transparent
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffcd35;
    border-color: #ffcd35;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3)
}

.btn-info {
    background-color: #36a3f7 !important;
    border: 1px solid #36a3f7 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3)
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #0a8cf0 !important;
    border-color: #0a8cf0 !important;
    color: #fff !important
}

.btn-soft-info {
    background-color: rgba(54, 163, 247, 0.1) !important;
    border: 1px solid rgba(54, 163, 247, 0.1) !important;
    color: #36a3f7 !important;
    box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3)
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #36a3f7 !important;
    border-color: #36a3f7 !important;
    color: #fff !important
}

.btn-outline-info {
    border: 1px solid #36a3f7;
    color: #36a3f7;
    background-color: transparent
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #36a3f7;
    border-color: #36a3f7;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3)
}

.btn-danger {
    background-color: #f03e55 !important;
    border: 1px solid #f03e55 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3)
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #e9122e !important;
    border-color: #e9122e !important;
    color: #fff !important
}

.btn-soft-danger {
    background-color: rgba(240, 62, 85, 0.1) !important;
    border: 1px solid rgba(240, 62, 85, 0.1) !important;
    color: #f03e55 !important;
    box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3)
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #f03e55 !important;
    border-color: #f03e55 !important;
    color: #fff !important
}

.btn-outline-danger {
    border: 1px solid #f03e55;
    color: #f03e55;
    background-color: transparent
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #f03e55;
    border-color: #f03e55;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3)
}

.btn-dark {
    background-color: #343a40 !important;
    border: 1px solid #343a40 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3)
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #1d2124 !important;
    border-color: #1d2124 !important;
    color: #fff !important
}

.btn-soft-dark {
    background-color: rgba(52, 58, 64, 0.1) !important;
    border: 1px solid rgba(52, 58, 64, 0.1) !important;
    color: #343a40 !important;
    box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3)
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color: #fff !important
}

.btn-outline-dark {
    border: 1px solid #343a40;
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3)
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #fff !important
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #fff !important
}

.btn-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #fff !important
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-white {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3)
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    color: #fff !important
}

.btn-soft-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3)
}

.btn-soft-white:hover,
.btn-soft-white:focus,
.btn-soft-white:active,
.btn-soft-white.active,
.btn-soft-white.focus {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fff !important
}

.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #fff;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3)
}

.btn-footer {
    background-color: #27314f !important;
    border: 1px solid #27314f !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3)
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #161c2d !important;
    border-color: #161c2d !important;
    color: #fff !important
}

.btn-soft-footer {
    background-color: rgba(39, 49, 79, 0.1) !important;
    border: 1px solid rgba(39, 49, 79, 0.1) !important;
    color: #27314f !important;
    box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3)
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #27314f !important;
    border-color: #27314f !important;
    color: #fff !important
}

.btn-outline-footer {
    border: 1px solid #27314f;
    color: #27314f;
    background-color: transparent
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #27314f;
    border-color: #27314f;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3)
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 6px
}

.btn:focus {
    box-shadow: none !important
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px
}

.btn.searchbtn {
    padding: 6px 20px
}

.btn.btn-pills {
    border-radius: 30px
}

.btn.btn-light {
    color: #343a40 !important;
    border: 1px solid #e9ecef !important
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #fff !important;
    color: #343a40 !important
}

.btn.btn-soft-light {
    color: rgba(52, 58, 64, 0.5) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    background-color: rgba(248, 249, 252, 0.1);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2)
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
    color: #343a40 !important
}

.btn.btn-soft-light-alt {
    background-color: rgba(248, 249, 252, 0.1);
    color: #f8f9fc;
    border: 1px solid rgba(248, 249, 252, 0.1);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2)
}

.btn.btn-soft-light-alt:hover,
.btn.btn-soft-light-alt:focus,
.btn.btn-soft-light-alt:active,
.btn.btn-soft-light-alt.active,
.btn.btn-soft-light-alt.focus {
    background: #fff;
    color: #343a40 !important
}

.btn.btn-outline-light {
    border: 2px solid #fff !important;
    color: #343a40 !important;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f8f9fc !important
}

.btn.btn-outline-light-alt {
    border: 1px solid #e9ecef !important;
    color: #fff !important;
    background-color: transparent
}

.btn.btn-outline-light-alt:hover,
.btn.btn-outline-light-alt:focus,
.btn.btn-outline-light-alt:active,
.btn.btn-outline-light-alt.active,
.btn.btn-outline-light-alt.focus {
    background-color: #f8f9fc !important;
    color: #343a40 !important
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px
}

.btn.btn-icon.btn-lg {
    height: 48px;
    width: 48px;
    line-height: 46px
}

.btn.btn-icon.btn-lg .icons {
    height: 20px;
    width: 20px;
    font-size: 20px
}

.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    line-height: 28px
}

button:not(:disabled) {
    outline: none
}

.shadow {
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important
}

.badge {
    padding: 4px 8px;
    font-weight: 600;
    letter-spacing: 0.5px
}

.badge:focus,
.badge.focus {
    box-shadow: none !important
}

.badge.bg-light,
.badge.bg-soft-light {
    color: #343a40 !important
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #4259ed !important
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #9091a8 !important
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #00b090 !important
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #ffcd35 !important
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #36a3f7 !important
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f03e55 !important
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #343a40 !important
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8492a6 !important
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f8f9fc !important
}

.dropdown-white .dropdown-menu .dropdown-item:hover,
.dropdown-white .dropdown-menu .dropdown-item.active,
.dropdown-white .dropdown-menu .dropdown-item:active,
.dropdown-white .dropdown-menu .dropdown-item.focus,
.dropdown-white .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #fff !important
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #27314f !important
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #fff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0
}

.btn-group.dropdown .dropdown-toggle:after {
    display: none
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15)
}

.alert-primary {
    background-color: rgba(66, 89, 237, 0.9);
    color: #fff;
    border-color: #4259ed
}

.alert-primary .alert-link {
    color: #0d1e89
}

.alert-outline-primary {
    background-color: #fff;
    color: #4259ed;
    border-color: #4259ed
}

.alert-secondary {
    background-color: rgba(144, 145, 168, 0.9);
    color: #fff;
    border-color: #9091a8
}

.alert-secondary .alert-link {
    color: #464759
}

.alert-outline-secondary {
    background-color: #fff;
    color: #9091a8;
    border-color: #9091a8
}

.alert-success {
    background-color: rgba(0, 176, 144, 0.9);
    color: #fff;
    border-color: #00b090
}

.alert-success .alert-link {
    color: #001713
}

.alert-outline-success {
    background-color: #fff;
    color: #00b090;
    border-color: #00b090
}

.alert-warning {
    background-color: rgba(255, 205, 53, 0.9);
    color: #fff;
    border-color: #ffcd35
}

.alert-warning .alert-link {
    color: #9b7500
}

.alert-outline-warning {
    background-color: #fff;
    color: #ffcd35;
    border-color: #ffcd35
}

.alert-info {
    background-color: rgba(54, 163, 247, 0.9);
    color: #fff;
    border-color: #36a3f7
}

.alert-info .alert-link {
    color: #06538e
}

.alert-outline-info {
    background-color: #fff;
    color: #36a3f7;
    border-color: #36a3f7
}

.alert-danger {
    background-color: rgba(240, 62, 85, 0.9);
    color: #fff;
    border-color: #f03e55
}

.alert-danger .alert-link {
    color: #8a0b1b
}

.alert-outline-danger {
    background-color: #fff;
    color: #f03e55;
    border-color: #f03e55
}

.alert-dark {
    background-color: rgba(52, 58, 64, 0.9);
    color: #fff;
    border-color: #343a40
}

.alert-dark .alert-link {
    color: #000
}

.alert-outline-dark {
    background-color: #fff;
    color: #343a40;
    border-color: #343a40
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #fff;
    border-color: #8492a6
}

.alert-muted .alert-link {
    color: #3d4654
}

.alert-outline-muted {
    background-color: #fff;
    color: #8492a6;
    border-color: #8492a6
}

.alert-light {
    background-color: rgba(248, 249, 252, 0.9);
    color: #fff;
    border-color: #f8f9fc
}

.alert-light .alert-link {
    color: #8d9dce
}

.alert-outline-light {
    background-color: #fff;
    color: #f8f9fc;
    border-color: #f8f9fc
}

.alert-white {
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff;
    border-color: #fff
}

.alert-white .alert-link {
    color: #b3b3b3
}

.alert-outline-white {
    background-color: #fff;
    color: #fff;
    border-color: #fff
}

.alert-footer {
    background-color: rgba(39, 49, 79, 0.9);
    color: #fff;
    border-color: #27314f
}

.alert-footer .alert-link {
    color: #000
}

.alert-outline-footer {
    background-color: #fff;
    color: #27314f;
    border-color: #27314f
}

.alert {
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px
}

.alert.alert-light {
    background-color: #fff;
    color: #343a40;
    border-color: #e9ecef
}

.alert.alert-dismissible {
    padding-right: 30px
}

.alert.alert-dismissible .btn-close {
    top: 10px;
    right: 10px;
    padding: 0px
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block
}

.alert.alert-pills .content {
    font-weight: 600
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px
}

.page-next-level .page-next {
    position: relative;
    top: 110px;
    z-index: 99
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block
}

.breadcrumb .breadcrumb-item a {
    color: #343a40
}

.breadcrumb .breadcrumb-item a:hover {
    color: #4259ed
}

.breadcrumb .breadcrumb-item.active {
    color: #4259ed
}

.breadcrumb .breadcrumb-item:before {
    content: ""
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0142" !important;
    font-size: 14px;
    color: #343a40;
    font-family: 'Material Design Icons';
    padding-left: 5px
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.pagination .page-item .page-link {
    color: #343a40;
    border: 1px solid #e9ecef;
    padding: 10px 15px;
    font-size: 14px
}

.pagination .page-item .page-link:focus {
    box-shadow: none
}

.pagination .page-item .page-link:hover {
    color: #fff;
    background: rgba(66, 89, 237, 0.9);
    border-color: rgba(66, 89, 237, 0.9)
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #4259ed !important;
    border-color: #4259ed;
    cursor: not-allowed
}

.avatar.avatar-ex-sm {
    height: 30px;
    width: 30px
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px
}

.avatar.avatar-small {
    height: 65px;
    width: 65px
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px
}

.avatar.avatar-large {
    height: 140px;
    width: 140px
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px
}

.avatar.avatar-client {
    max-height: 25px
}

.accordion .accordion-item {
    overflow: hidden;
    background: transparent;
    border: 0 !important
}

.accordion .accordion-item .accordion-button {
    font-weight: 600;
    text-align: left
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none
}

.accordion .accordion-item .accordion-button:before {
    content: '\F0415';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 16px;
    color: #4259ed;
    position: absolute;
    right: 20px;
    top: 27%;
    transform: rotate(45deg);
    transition: all 0.5s ease
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #fff;
    color: #343a40 !important;
    transition: all 0.5s
}

.accordion .accordion-item .accordion-button.collapsed:before {
    top: 15px;
    transform: rotate(90deg);
    color: #343a40 !important
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4259ed
}

.accordion .accordion-item .accordion-button:after {
    display: none
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    transition: all 0.5s ease
}

.nav-pills .nav-link.nav-link-alt.active {
    background: #343a40;
    color: #fff !important
}

.nav-pills .nav-link.active {
    background: #4259ed;
    color: #fff !important
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important
}

.nav-pills a .title {
    font-size: 17px !important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #4259ed !important;
    border-color: transparent transparent #4259ed !important
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent
}

.progress-box .title {
    font-size: 15px
}

.progress-box .progress {
    height: 8px;
    overflow: visible
}

.progress-box .progress .progress-bar {
    border-radius: 6px;
    overflow: visible !important
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -28px;
    right: -15px;
    font-size: 14px
}

.blockquote {
    border-left: 3px solid #e9ecef;
    border-radius: 6px;
    font-size: 16px
}

.form-label,
.form-check-label {
    font-size: 14px;
    font-weight: 700
}

.form-control {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #e9ecef;
    color: #343a40;
    height: 45px;
    font-size: 13px;
    border-radius: 6px;
    transition: all 0.5s ease
}

.form-control:focus,
.form-control.active {
    border-color: #4259ed;
    box-shadow: none
}

.form-control[readonly] {
    background-color: #fff
}

.form-control:disabled {
    background-color: #e9ecef
}

textarea {
    height: 120px !important
}

textarea.form-control {
    line-height: 25px
}

.form-check-input:focus {
    border-color: #4259ed;
    box-shadow: none
}

.form-check-input.form-check-input:checked {
    background-color: #4259ed;
    border-color: #4259ed
}

.map {
    line-height: 0
}

.map iframe {
    width: 100%;
    height: 400px
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    color: #343a40 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 20px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8)
}

.subcribe-form button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
    border-color: #f2f4f6;
    background-color: #fff !important;
    color: #343a40 !important
}

.table-responsive .table-center th {
    vertical-align: middle !important;
    cursor: pointer
}

.table-responsive .table-center tbody tr:hover {
    color: #343a40;
    background-color: #f8f9fa
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
    text-align: end
}

.table-responsive .table-padding tr td {
    padding-top: 20px;
    padding-bottom: 20px
}

.table {
    background-color: #fff !important;
    color: #343a40 !important
}

.social-icon li a {
    color: #343a40;
    border: 1px solid #343a40;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative
}

.social-icon li a .fea-social {
    stroke-width: 2
}

.social-icon li a:hover {
    background-color: #4259ed;
    border-color: #4259ed !important;
    color: #fff !important
}

.social-icon li a:hover .fea-social {
    fill: #4259ed
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #313e64
}

.social-icon.social-light li a {
    color: #adb5bd;
    border-color: #adb5bd
}

.home-shape-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    z-index: 1;
    text-align: center
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none
}

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1
}

.sticky-bar {
    position: sticky;
    top: 80px
}

.fea {
    stroke-width: 1.8
}

.fea.icon-sm {
    height: 16px;
    width: 16px
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px
}

.fea.icon-m-md {
    height: 28px;
    width: 28px
}

.fea.icon-md {
    height: 35px;
    width: 35px
}

.fea.icon-lg {
    height: 42px;
    width: 42px
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px
}

.display-1 {
    font-size: 80px !important
}

.display-2 {
    font-size: 72px !important
}

.display-3 {
    font-size: 66px !important
}

.display-4 {
    font-size: 56px !important
}

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0
}

.uim-svg {
    vertical-align: 0 !important
}

.coming-soon,
.maintenance,
.error-page {
    font-size: 40px;
    letter-spacing: 1px
}

@media (max-width: 767px) {

    .coming-soon,
    .maintenance,
    .error-page {
        font-size: 32px
    }
}

#countdown .count-down,
#eventdown .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #fff;
    text-align: center
}

#countdown .count-down .count-number,
#eventdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px
}

#countdown .count-down .count-head,
#eventdown .count-down .count-head {
    display: block;
    position: relative;
    transform: translateY(-20px);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

#countdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
    height: 100px;
    width: 130px;
    border-radius: 50%
}

#eventdown .count-down {
    margin: 10px !important;
    border: 0
}

@media (max-width: 767px) {
    #eventdown .count-down {
        width: 60px
    }
}

#eventdown .count-down .count-number {
    line-height: 80px
}

@media (max-width: 767px) {
    #eventdown .count-down .count-number {
        font-size: 30px
    }
}

#eventdown .count-down .count-head {
    transform: translateY(-15px)
}

@media (max-width: 767px) {
    #eventdown .count-down .count-head {
        font-size: 10px
    }
}

#maintenance {
    color: #fff;
    font-size: 56px;
    letter-spacing: 1px
}

#maintenance .indicator {
    font-size: 18px
}

@media (max-width: 768px) {
    .page-next-level .page-next {
        top: 70px
    }

    .display-1 {
        font-size: 56px !important
    }

    .display-2 {
        font-size: 50px !important
    }

    .display-3 {
        font-size: 42px !important
    }

    .display-4 {
        font-size: 36px !important
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #fff;
    border: 0;
    transition: all .5s ease
}

#topnav .logo {
    float: left;
    color: #343a40 !important;
    outline: none
}

#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
    display: none
}

#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
    display: inline-block
}

#topnav .has-submenu .submenu.megamenu .menu-list-icon {
    font-size: 16px !important
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #343a40;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    position: absolute;
    right: 20px;
    top: 14px
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #4259ed
}

#topnav .has-submenu.active a {
    color: #fff
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #4259ed !important
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #4259ed
}

#topnav .has-submenu {
    position: relative
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #343a40;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #4259ed
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px 20px;
    height: 18px
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #343a40;
    display: block;
    margin-bottom: 5px;
    transition: transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0
}

#topnav .buy-button {
    float: right;
    line-height: 68px
}

#topnav .buy-button .login-btn-primary {
    display: none
}

#topnav .buy-button .login-btn-light {
    display: inline-block
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
    background-color: #4259ed
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 0px
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #4259ed !important
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #000000;
    font-size: 15px;
    background-color: transparent !important;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 24px;
    transition: all 0.5s;
    font-family: "Roboto", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}
#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #4259ed
}

#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #343a40 !important
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #343a40;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.5s;
    right: -1px;
    top: 32px
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
    transform: rotate(225deg)
}

#topnav .menu-extras {
    float: right
}

#topnav.scroll {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15)
}

#topnav.scroll .navigation-menu>li>a {
    color: #343a40
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #343a40
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #4259ed
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #4259ed
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px
}

#topnav.nav-sticky {
    background: #fff;
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15)
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #343a40
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #4259ed !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
    border-color: #4259ed !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #4259ed !important
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #343a40
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block
}

#topnav.nav-sticky .logo .l-light {
    display: none
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 6px;
    letter-spacing: 1px;
    line-height: 68px
}

@media (min-width: 1025px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 1116px !important
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 936px !important
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: flex;
        justify-content: center
    }

    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0px 0px rgba(52, 58, 64, 0.15);
        border-color: transparent #fff #fff transparent
    }

    #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
        top: 33px !important
    }

    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 32px
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        transition: all .2s ease;
        border-radius: 0 0 6px 6px;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
        border-top: 3px solid #4259ed
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #343a40 !important;
        transition: all 0.3s
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #4259ed !important
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        top: auto;
        display: flex
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        width: 20%
    }

    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
        padding: 10px 20px;
        white-space: nowrap;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #343a40 !important
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px
    }

    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #4259ed
    }

    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #4259ed !important
    }

    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0
    }

    #topnav .navigation-menu>li.last-elements .submenu:before {
        left: auto;
        right: 10px
    }

    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px
    }

    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, 0.5)
    }

    #topnav .navigation-menu.nav-light>li.active>a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5)
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-right {
        justify-content: flex-end !important
    }

    #topnav .navigation-menu.nav-left {
        justify-content: flex-start !important
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important
    }

    #topnav .logo {
        margin-right: 30px
    }

    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #topnav.scroll {
        top: 0
    }

    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #fff;
        box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
        min-height: 74px
    }

    #topnav .logo .l-dark {
        display: inline-block !important
    }

    #topnav .logo .l-light {
        display: none !important
    }

    #topnav .container {
        width: auto
    }

    #topnav #navigation {
        max-height: 400px
    }

    #topnav .navigation-menu {
        float: none
    }

    #topnav .navigation-menu>li {
        float: none
    }

    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #343a40 !important;
        transition: all 0.3s
    }

    #topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
        padding: 7px 15px
    }

    #topnav .navigation-menu>li .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none
    }

    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6
    }

    #topnav .navigation-menu>li>a {
        color: #343a40;
        padding: 10px 20px
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px
    }

    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #4259ed
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6
    }

    #topnav .navbar-header {
        float: left
    }

    #topnav .buy-button .login-btn-primary {
        display: inline-block !important
    }

    #topnav .buy-button .login-btn-light {
        display: none
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px
    }

    #topnav .has-submenu.active a {
        color: #4259ed
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #fff
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px
    }

    #topnav .buy-button {
        padding: 3px 0
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0
    }

    .navbar-toggle {
        display: block
    }
}

@media (max-width: 375px) {
    #topnav .buy-button {
        display: none
    }

    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px
    }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important
    }
}

.bg-home {
    height: 100vh;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-130 {
    padding: 130px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-profile {
    padding: 80px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-hero {
    padding: 100px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 0.9em;
}

.home-wrapper:before {
    content: "";
    position: absolute;
    bottom: 40rem;
    right: -11rem;
    width: 90rem;
    height: 35rem;
    transform: rotate(99deg);
    background: linear-gradient(90deg, rgba(66, 89, 237, 0.3), transparent);
    z-index: 0
}

@media (max-width: 768px) {
    .home-wrapper:before {
        right: -25rem
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1
}

.text-type-element:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: rgba(66, 89, 237, 0.15);
    right: 0;
    left: 0;
    bottom: 15px;
    z-index: -1;
    transition: all 0.5s ease
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid #ced4da
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    width: 30%
}

@media (max-width: 768px) {
    .bg-saas-shape img {
        max-width: 720px
    }
}

@media (max-width: 767px) {

    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider {
        padding: 150px 0;
        height: auto
    }

    .bg-saas-shape img {
        max-width: 100%;
        height: auto
    }
}

.features.feature-primary .title:hover {
    color: #4259ed !important
}

.features.feature-primary .icon {
    color: #4259ed !important;
    background-color: rgba(66, 89, 237, 0.05) !important
}

.features.feature-primary .link {
    color: #4259ed !important
}

.features.feature-secondary .title:hover {
    color: #9091a8 !important
}

.features.feature-secondary .icon {
    color: #9091a8 !important;
    background-color: rgba(144, 145, 168, 0.05) !important
}

.features.feature-secondary .link {
    color: #9091a8 !important
}

.features.feature-success .title:hover {
    color: #00b090 !important
}

.features.feature-success .icon {
    color: #00b090 !important;
    background-color: rgba(0, 176, 144, 0.05) !important
}

.features.feature-success .link {
    color: #00b090 !important
}

.features.feature-warning .title:hover {
    color: #ffcd35 !important
}

.features.feature-warning .icon {
    color: #ffcd35 !important;
    background-color: rgba(255, 205, 53, 0.05) !important
}

.features.feature-warning .link {
    color: #ffcd35 !important
}

.features.feature-info .title:hover {
    color: #36a3f7 !important
}

.features.feature-info .icon {
    color: #36a3f7 !important;
    background-color: rgba(54, 163, 247, 0.05) !important
}

.features.feature-info .link {
    color: #36a3f7 !important
}

.features.feature-danger .title:hover {
    color: #f03e55 !important
}

.features.feature-danger .icon {
    color: #f03e55 !important;
    background-color: rgba(240, 62, 85, 0.05) !important
}

.features.feature-danger .link {
    color: #f03e55 !important
}

.features.feature-dark .title:hover {
    color: #343a40 !important
}

.features.feature-dark .icon {
    color: #343a40 !important;
    background-color: rgba(52, 58, 64, 0.05) !important
}

.features.feature-dark .link {
    color: #343a40 !important
}

.features.feature-muted .title:hover {
    color: #8492a6 !important
}

.features.feature-muted .icon {
    color: #8492a6 !important;
    background-color: rgba(132, 146, 166, 0.05) !important
}

.features.feature-muted .link {
    color: #8492a6 !important
}

.features.feature-light .title:hover {
    color: #f8f9fc !important
}

.features.feature-light .icon {
    color: #f8f9fc !important;
    background-color: rgba(248, 249, 252, 0.05) !important
}

.features.feature-light .link {
    color: #f8f9fc !important
}

.features.feature-white .title:hover {
    color: #fff !important
}

.features.feature-white .icon {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.05) !important
}

.features.feature-white .link {
    color: #fff !important
}

.features.feature-footer .title:hover {
    color: #27314f !important
}

.features.feature-footer .icon {
    color: #27314f !important;
    background-color: rgba(39, 49, 79, 0.05) !important
}

.features.feature-footer .link {
    color: #27314f !important
}

.features.core-feature {
    transition: all 0.5s ease
}

.features.core-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important
}

.features .icon {
    height: 65px;
    width: 65px;
    line-height: 65px
}

.features .icon i {
    line-height: 68px
}

.key-feature.feature-primary .icon {
    color: #4259ed !important;
    background: linear-gradient(45deg, transparent, rgba(66, 89, 237, 0.1))
}

.key-feature.feature-secondary .icon {
    color: #9091a8 !important;
    background: linear-gradient(45deg, transparent, rgba(144, 145, 168, 0.1))
}

.key-feature.feature-success .icon {
    color: #00b090 !important;
    background: linear-gradient(45deg, transparent, rgba(0, 176, 144, 0.1))
}

.key-feature.feature-warning .icon {
    color: #ffcd35 !important;
    background: linear-gradient(45deg, transparent, rgba(255, 205, 53, 0.1))
}

.key-feature.feature-info .icon {
    color: #36a3f7 !important;
    background: linear-gradient(45deg, transparent, rgba(54, 163, 247, 0.1))
}

.key-feature.feature-danger .icon {
    color: #f03e55 !important;
    background: linear-gradient(45deg, transparent, rgba(240, 62, 85, 0.1))
}

.key-feature.feature-dark .icon {
    color: #343a40 !important;
    background: linear-gradient(45deg, transparent, rgba(52, 58, 64, 0.1))
}

.key-feature.feature-muted .icon {
    color: #8492a6 !important;
    background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.1))
}

.key-feature.feature-light .icon {
    color: #f8f9fc !important;
    background: linear-gradient(45deg, transparent, rgba(248, 249, 252, 0.1))
}

.key-feature.feature-white .icon {
    color: #fff !important;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1))
}

.key-feature.feature-footer .icon {
    color: #27314f !important;
    background: linear-gradient(45deg, transparent, rgba(39, 49, 79, 0.1))
}

.key-feature {
    transition: all 0.5s ease
}

.key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.key-feature:hover {
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important
}

.features-absolute {
    position: relative;
    margin: -200px 0 0px;
    z-index: 2;
    transition: all 0.5s ease
}

@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0
    }
}

.features-absolute.career-form {
    margin: -145px 0 0px
}

@media (max-width: 768px) {
    .features-absolute.career-form {
        margin: -105px 0 0px
    }
}

.team {
    transition: all 0.5s
}

.team .team-social {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0.2)
}

.team:hover .team-social {
    opacity: 1;
    transform: scale(1.1)
}

.avatar-profile {
    position: relative;
    top: -80px
}

.filter-box {
    display: none
}

.filter-box.show {
    display: block
}

.container-filter li {
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    cursor: pointer;
    line-height: 34px;
    transition: all 0.5s ease;
    color: #8492a6 !important
}

.container-filter li.active,
.container-filter li:hover {
    color: #4259ed !important
}

.container-filter .categories:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: rgba(66, 89, 237, 0.2);
    right: 0;
    left: 0;
    bottom: 9px;
    z-index: -1;
    transition: all 0.5s ease
}

.container-filter .categories.active:after,
.container-filter .categories:hover:after {
    width: 100%;
    right: auto;
    left: 0;
    height: 6px
}

.spacing {
    padding: 7px
}

.work-container.work-primary .content a {
    transition: all 0.5s ease
}

.work-container.work-primary .content a.title:hover,
.work-container.work-primary .content a.tag:hover,
.work-container.work-primary .content a.author:hover,
.work-container.work-primary .content a.link:hover {
    color: #4259ed !important
}

.work-container.work-primary.work-border {
    border-top: 4px solid #4259ed !important
}

.work-container.work-secondary .content a {
    transition: all 0.5s ease
}

.work-container.work-secondary .content a.title:hover,
.work-container.work-secondary .content a.tag:hover,
.work-container.work-secondary .content a.author:hover,
.work-container.work-secondary .content a.link:hover {
    color: #9091a8 !important
}

.work-container.work-secondary.work-border {
    border-top: 4px solid #9091a8 !important
}

.work-container.work-success .content a {
    transition: all 0.5s ease
}

.work-container.work-success .content a.title:hover,
.work-container.work-success .content a.tag:hover,
.work-container.work-success .content a.author:hover,
.work-container.work-success .content a.link:hover {
    color: #00b090 !important
}

.work-container.work-success.work-border {
    border-top: 4px solid #00b090 !important
}

.work-container.work-warning .content a {
    transition: all 0.5s ease
}

.work-container.work-warning .content a.title:hover,
.work-container.work-warning .content a.tag:hover,
.work-container.work-warning .content a.author:hover,
.work-container.work-warning .content a.link:hover {
    color: #ffcd35 !important
}

.work-container.work-warning.work-border {
    border-top: 4px solid #ffcd35 !important
}

.work-container.work-info .content a {
    transition: all 0.5s ease
}

.work-container.work-info .content a.title:hover,
.work-container.work-info .content a.tag:hover,
.work-container.work-info .content a.author:hover,
.work-container.work-info .content a.link:hover {
    color: #36a3f7 !important
}

.work-container.work-info.work-border {
    border-top: 4px solid #36a3f7 !important
}

.work-container.work-danger .content a {
    transition: all 0.5s ease
}

.work-container.work-danger .content a.title:hover,
.work-container.work-danger .content a.tag:hover,
.work-container.work-danger .content a.author:hover,
.work-container.work-danger .content a.link:hover {
    color: #f03e55 !important
}

.work-container.work-danger.work-border {
    border-top: 4px solid #f03e55 !important
}

.work-container.work-dark .content a {
    transition: all 0.5s ease
}

.work-container.work-dark .content a.title:hover,
.work-container.work-dark .content a.tag:hover,
.work-container.work-dark .content a.author:hover,
.work-container.work-dark .content a.link:hover {
    color: #343a40 !important
}

.work-container.work-dark.work-border {
    border-top: 4px solid #343a40 !important
}

.work-container.work-muted .content a {
    transition: all 0.5s ease
}

.work-container.work-muted .content a.title:hover,
.work-container.work-muted .content a.tag:hover,
.work-container.work-muted .content a.author:hover,
.work-container.work-muted .content a.link:hover {
    color: #8492a6 !important
}

.work-container.work-muted.work-border {
    border-top: 4px solid #8492a6 !important
}

.work-container.work-light .content a {
    transition: all 0.5s ease
}

.work-container.work-light .content a.title:hover,
.work-container.work-light .content a.tag:hover,
.work-container.work-light .content a.author:hover,
.work-container.work-light .content a.link:hover {
    color: #f8f9fc !important
}

.work-container.work-light.work-border {
    border-top: 4px solid #f8f9fc !important
}

.work-container.work-white .content a {
    transition: all 0.5s ease
}

.work-container.work-white .content a.title:hover,
.work-container.work-white .content a.tag:hover,
.work-container.work-white .content a.author:hover,
.work-container.work-white .content a.link:hover {
    color: #fff !important
}

.work-container.work-white.work-border {
    border-top: 4px solid #fff !important
}

.work-container.work-footer .content a {
    transition: all 0.5s ease
}

.work-container.work-footer .content a.title:hover,
.work-container.work-footer .content a.tag:hover,
.work-container.work-footer .content a.author:hover,
.work-container.work-footer .content a.link:hover {
    color: #27314f !important
}

.work-container.work-footer.work-border {
    border-top: 4px solid #27314f !important
}

.work-container.work-border {
    transition: all 0.3s ease
}

.work-container.work-border:hover {
    transform: translateY(-10px)
}

.spacing {
    padding: 10px
}

.job-catagories:hover.bg-catagory-primary {
    background-color: #4259ed !important
}

.job-catagories:hover.bg-catagory-secondary {
    background-color: #9091a8 !important
}

.job-catagories:hover.bg-catagory-success {
    background-color: #00b090 !important
}

.job-catagories:hover.bg-catagory-warning {
    background-color: #ffcd35 !important
}

.job-catagories:hover.bg-catagory-info {
    background-color: #36a3f7 !important
}

.job-catagories:hover.bg-catagory-danger {
    background-color: #f03e55 !important
}

.job-catagories:hover.bg-catagory-dark {
    background-color: #343a40 !important
}

.job-catagories:hover.bg-catagory-muted {
    background-color: #8492a6 !important
}

.job-catagories:hover.bg-catagory-light {
    background-color: #f8f9fc !important
}

.job-catagories:hover.bg-catagory-white {
    background-color: #fff !important
}

.job-catagories:hover.bg-catagory-footer {
    background-color: #27314f !important
}

.job-catagories .title,
.job-catagories .sub-title,
.job-catagories .icons {
    transition: all 0.5s ease
}

.job-catagories .icons {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 0.04
}

.job-catagories:hover {
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
    transform: scale(1.05) translateY(-10px)
}

.job-catagories:hover .title {
    color: #fff !important
}

.job-catagories:hover .sub-title {
    color: rgba(255, 255, 255, 0.5) !important
}

.job-catagories:hover .icons {
    color: #fff !important
}

.feature-company {
    transition: all 0.5s ease
}

.feature-company:hover {
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important
}

.feature-company:hover .company-name {
    color: #4259ed !important
}

.job-vacancy.job-primary:hover {
    background: rgba(66, 89, 237, 0.05) !important
}

.job-vacancy.job-primary:hover .job-caragory,
.job-vacancy.job-primary:hover .icon {
    color: #4259ed !important
}

.job-vacancy.job-secondary:hover {
    background: rgba(144, 145, 168, 0.05) !important
}

.job-vacancy.job-secondary:hover .job-caragory,
.job-vacancy.job-secondary:hover .icon {
    color: #9091a8 !important
}

.job-vacancy.job-success:hover {
    background: rgba(0, 176, 144, 0.05) !important
}

.job-vacancy.job-success:hover .job-caragory,
.job-vacancy.job-success:hover .icon {
    color: #00b090 !important
}

.job-vacancy.job-warning:hover {
    background: rgba(255, 205, 53, 0.05) !important
}

.job-vacancy.job-warning:hover .job-caragory,
.job-vacancy.job-warning:hover .icon {
    color: #ffcd35 !important
}

.job-vacancy.job-info:hover {
    background: rgba(54, 163, 247, 0.05) !important
}

.job-vacancy.job-info:hover .job-caragory,
.job-vacancy.job-info:hover .icon {
    color: #36a3f7 !important
}

.job-vacancy.job-danger:hover {
    background: rgba(240, 62, 85, 0.05) !important
}

.job-vacancy.job-danger:hover .job-caragory,
.job-vacancy.job-danger:hover .icon {
    color: #f03e55 !important
}

.job-vacancy.job-dark:hover {
    background: rgba(52, 58, 64, 0.05) !important
}

.job-vacancy.job-dark:hover .job-caragory,
.job-vacancy.job-dark:hover .icon {
    color: #343a40 !important
}

.job-vacancy.job-muted:hover {
    background: rgba(132, 146, 166, 0.05) !important
}

.job-vacancy.job-muted:hover .job-caragory,
.job-vacancy.job-muted:hover .icon {
    color: #8492a6 !important
}

.job-vacancy.job-light:hover {
    background: rgba(248, 249, 252, 0.05) !important
}

.job-vacancy.job-light:hover .job-caragory,
.job-vacancy.job-light:hover .icon {
    color: #f8f9fc !important
}

.job-vacancy.job-white:hover {
    background: rgba(255, 255, 255, 0.05) !important
}

.job-vacancy.job-white:hover .job-caragory,
.job-vacancy.job-white:hover .icon {
    color: #fff !important
}

.job-vacancy.job-footer:hover {
    background: rgba(39, 49, 79, 0.05) !important
}

.job-vacancy.job-footer:hover .job-caragory,
.job-vacancy.job-footer:hover .icon {
    color: #27314f !important
}

.job-vacancy {
    transition: all 0.5s ease
}

.job-vacancy .job-caragory,
.job-vacancy .icon {
    transition: all 0.5s ease
}

.portfolio {
    font-family: "Nunito Sans", sans-serif
}

.portfolio .port-img {
    transition: .5s
}

.portfolio.portfolio-modern .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.portfolio.portfolio-modern .content {
    transition: .3s
}

.portfolio.portfolio-modern .content::before {
    content: '';
    position: absolute
}

.portfolio.portfolio-modern .content .tag {
    color: #fff;
    transition: .5s;
    opacity: 0
}

.portfolio.portfolio-modern .content .title {
    color: #fff;
    opacity: 0
}

.portfolio.portfolio-modern .content .title:hover {
    color: #4259ed !important
}

.portfolio.portfolio-modern:hover .overlay-work {
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3)
}

.portfolio.portfolio-modern:hover .content .tag {
    opacity: 1;
    transition: .5s;
    transition-delay: .3s
}

.portfolio.portfolio-modern:hover .content .title {
    opacity: 1;
    transition: .5s;
    transition-delay: .3s
}

.portfolio.portfolio-grid .port-img {
    transition: all 0.5s ease-in-out
}

.portfolio.portfolio-grid .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}

.portfolio.portfolio-grid .content {
    transition: all 0.3s ease-in-out
}

.portfolio.portfolio-grid .content .tag {
    transform: translateX(-40px);
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-out
}

.portfolio.portfolio-grid .content .title {
    transform: translateX(40px);
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-out
}

.portfolio.portfolio-grid .content .title:hover {
    color: #4259ed !important;
    cursor: pointer
}

.portfolio.portfolio-grid:hover .overlay-work {
    opacity: 0.9
}

.portfolio.portfolio-grid:hover .port-img {
    transform: scale(1.2) rotate(-5deg)
}

.portfolio.portfolio-grid:hover .content h6 {
    opacity: 1;
    transform: translateY(0)
}

.portfolio.portfolio-grid:hover .content a {
    opacity: 1;
    transform: translateY(0)
}

.portfolio.portfolio-masonry .content {
    transform: scale(0)
}

.portfolio.portfolio-masonry .tag {
    opacity: 0;
    color: #fff
}

.portfolio.portfolio-masonry .title {
    opacity: 0;
    color: #fff
}

.portfolio.portfolio-masonry .title:hover {
    transition: all .5s;
    color: #4259ed !important
}

.portfolio .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.portfolio .work-icon i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #4259ed;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-40px);
    transition: all .5s
}

.portfolio .work-icon i:hover {
    transition: all .5s;
    background-color: #4259ed;
    color: #fff !important
}

.portfolio .work-icon i::before {
    padding: 12px
}

.portfolio:hover .content {
    transform: scale(1);
    transition-duration: 0.7s
}

.portfolio:hover .content .tag {
    opacity: 1
}

.portfolio:hover .content .title {
    opacity: 1
}

.portfolio:hover .overlay-work {
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0.3)
}

.portfolio:hover .work-icon i {
    transform: translateY(0px);
    transition-delay: .2s;
    opacity: 1
}

.spacing {
    padding: 7px
}

.tobii>button.tobii__close svg,
.tobii>button.tobii__prev svg,
.tobii>button.tobii__next svg,
.tobii__btn svg {
    height: 36px;
    width: auto;
    transform: scale(1) !important
}

.tobii__counter {
    font-size: 16px
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

#grid {
    padding: 0 !important
}

@media (max-width: 640px) {

    [data-type] iframe,
    [data-type] video {
        width: 500px;
        height: 300px
    }
}

@media (max-width: 425px) {

    [data-type] iframe,
    [data-type] video {
        width: 360px;
        height: 260px
    }
}

@media (max-width: 375px) {

    [data-type] iframe,
    [data-type] video {
        width: 100%;
        height: auto
    }
}

.watch-video a.watch {
    font-size: 14px;
    font-weight: 700
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #4259ed;
    line-height: 36px
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px
}

.watch-video a .play-icon-circle.play {
    top: 77%
}

.bg-cta {
    padding: 150px 0
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #fff
}

.play-icon {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #4259ed;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #4259ed;
    -webkit-text-fill-color: #4259ed
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px
}

.cta-review {
    position: relative;
    top: 220px
}

.cta-section {
    padding-top: 180px
}

.customer-testi {
    cursor: e-resize
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 13px;
    box-sizing: border-box;
    border: 8px solid #343a40;
    border-color: transparent #fff #fff transparent;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: 2px 2px 2px -1px rgba(52, 58, 64, 0.15)
}

.customer-testi .quote i {
    position: absolute;
    top: -90px;
    left: -30px;
    opacity: 0.05;
    font-size: 140px
}

.tns-nav {
    text-align: center;
    margin-top: 10px
}

.tns-nav button {
    padding: 4px;
    opacity: 1;
    margin: 3px;
    border-radius: 10px;
    background: rgba(66, 89, 237, 0.5) !important;
    transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

.tns-nav button.tns-nav-active {
    background: #4259ed !important;
    border-color: #4259ed
}

.testi-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0
}

.testi-carousel .owl-nav button i.mdi {
    background: rgba(66, 89, 237, 0.1);
    color: #4259ed
}

.testi-carousel .owl-nav button:hover i.mdi {
    background: #4259ed;
    color: #fff
}

@media (max-width: 575.98px) {
    .testi-carousel .owl-nav {
        display: none
    }
}

.testi-carousel .owl-nav button,
.owl-roadmap .owl-nav button {
    border-radius: 50% !important
}

.testi-carousel .owl-nav button i.mdi,
.owl-roadmap .owl-nav button i.mdi {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50% !important
}

.testi-carousel .owl-nav button:hover i.mdi,
.owl-roadmap .owl-nav button:hover i.mdi {
    background: #4259ed;
    color: #fff
}

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.tiny-timeline {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.tiny-timeline:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 17px;
    left: 0;
    height: 2px;
    background: #4259ed
}

.tiny-timeline .item-box {
    margin: 70px 15px
}

.tiny-timeline .item-box:before,
.tiny-timeline .item-box:after {
    content: "";
    position: absolute;
    left: 50%;
    background: #4259ed
}

.tiny-timeline .item-box:before {
    width: 2px;
    height: 46px;
    top: -46px;
    transform: translateX(-50%)
}

.tiny-timeline .item-box:after {
    width: 13px;
    height: 13px;
    top: -59px;
    border-radius: 3px;
    transform: translateX(-50%) rotate(45deg)
}

.pricing {
    transition: all 0.5s ease
}

.pricing:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important
}

.pricing.business-plan {
    transform: scale(1.05);
    z-index: 1
}

.brokerage-form label {
    font-size: 18px;
    font-weight: 600 !important
}

input[type="range"]:focus {
    box-shadow: none !important;
    background-color: transparent !important
}

.custom-range {
    height: 0.5rem !important
}

.custom-range::-webkit-slider-thumb {
    background-color: #4259ed !important
}

.custom-range::-moz-range-thumb {
    background-color: #4259ed !important
}

.custom-range::-ms-thumb {
    background-color: #4259ed !important
}

.blog.blog-primary .tag {
    background: #4259ed !important
}

.blog.blog-primary .title:hover {
    color: #4259ed !important
}

.blog.blog-primary .link {
    color: #4259ed !important
}

.blog.blog-secondary .tag {
    background: #9091a8 !important
}

.blog.blog-secondary .title:hover {
    color: #9091a8 !important
}

.blog.blog-secondary .link {
    color: #9091a8 !important
}

.blog.blog-success .tag {
    background: #00b090 !important
}

.blog.blog-success .title:hover {
    color: #00b090 !important
}

.blog.blog-success .link {
    color: #00b090 !important
}

.blog.blog-warning .tag {
    background: #ffcd35 !important
}

.blog.blog-warning .title:hover {
    color: #ffcd35 !important
}

.blog.blog-warning .link {
    color: #ffcd35 !important
}

.blog.blog-info .tag {
    background: #36a3f7 !important
}

.blog.blog-info .title:hover {
    color: #36a3f7 !important
}

.blog.blog-info .link {
    color: #36a3f7 !important
}

.blog.blog-danger .tag {
    background: #f03e55 !important
}

.blog.blog-danger .title:hover {
    color: #f03e55 !important
}

.blog.blog-danger .link {
    color: #f03e55 !important
}

.blog.blog-dark .tag {
    background: #343a40 !important
}

.blog.blog-dark .title:hover {
    color: #343a40 !important
}

.blog.blog-dark .link {
    color: #343a40 !important
}

.blog.blog-muted .tag {
    background: #8492a6 !important
}

.blog.blog-muted .title:hover {
    color: #8492a6 !important
}

.blog.blog-muted .link {
    color: #8492a6 !important
}

.blog.blog-light .tag {
    background: #f8f9fc !important
}

.blog.blog-light .title:hover {
    color: #f8f9fc !important
}

.blog.blog-light .link {
    color: #f8f9fc !important
}

.blog.blog-white .tag {
    background: #fff !important
}

.blog.blog-white .title:hover {
    color: #fff !important
}

.blog.blog-white .link {
    color: #fff !important
}

.blog.blog-footer .tag {
    background: #27314f !important
}

.blog.blog-footer .title:hover {
    color: #27314f !important
}

.blog.blog-footer .link {
    color: #27314f !important
}

.blog {
    transition: all 0.5s ease
}

.blog .tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    transform: translateY(60px);
    opacity: 0
}

.blog:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important
}

.blog:hover .tag {
    transform: translateY(0px);
    opacity: 1
}

.error {
    margin: 8px 0px;
    display: none;
    color: #f03e55
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px
}

.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px
}

.error_message {
    background-color: rgba(240, 115, 90, 0.1) !important;
    border: 2px solid rgba(240, 115, 90, 0.1) !important;
    color: #f0735a !important;
    font-size: 14px
}

.contact-loader {
    display: none
}

#success_page {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 2px solid rgba(83, 199, 151, 0.1) !important;
    color: #53c797 !important
}

#success_page p {
    margin-bottom: 0 !important
}

footer {
    padding: 60px 0;
    position: relative;
    color: #adb5bd
}

footer .text-foot {
    color: #adb5bd
}

footer .footer-head {
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 500
}

footer .footer-list {
    margin-bottom: 0
}

footer .footer-list li {
    margin-bottom: 10px
}

footer .footer-list li a {
    transition: all 0.5s ease
}

footer .footer-list li a:hover {
    color: #e6e8ea
}

footer .footer-list li:last-child {
    margin-bottom: 0
}

footer .footer-bar,
footer.footer-bar {
    border-top: 1px solid #313e6414
}

#style-switcher {
    transition: all 0.4s;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#style-switcher div {
    padding: 5px 10px
}

#style-switcher div h3 {
    color: #343a40;
    font-size: 16px;
    margin: 0 3px 12px
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #fff;
    height: 41px;
    position: absolute;
    right: -41px;
    top: 0px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0
}

ul.pattern {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px
}

ul.pattern li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px
}

ul.pattern .color1 {
    background-color: #4259ed
}

ul.pattern .color2 {
    background-color: #52cc99
}

ul.pattern .color3 {
    background-color: #7952B3
}

ul.pattern .color4 {
    background-color: #ff8066
}

Success!
ul.pattern .color5 {
    background-color: #6cf
}

ul.pattern .color6 {
    background-color: #ffbf66
}

ul .t-dark,
ul .t-rtl-light {
    display: inline-block
}

ul .t-ltr-light,
ul .t-light,
ul .t-rtl-dark,
ul .t-ltr-dark {
    display: none
}

@media only screen and (max-width: 375px) {
    #style-switcher {
        display: none
    }
}
  /* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

/*# sourceMappingURL=style.min.css.map */
.bg-white-50.rounded.px-4.py-5 {
    background: #ffffffde;
}
.icon-wrapper {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1px;
  z-index: 1000;
}

.icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.icon:hover {
  transform: scale(1.1);
}

.tooltip {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.icon:hover .tooltip {
  opacity: 1;
}

.icon span i {
  font-size: 20px;
  color: #000;
}

.facebook { background: #9091a8; }

 .tooltip-inner {
      max-width: 100%; /* Remove max-width restriction */
      width: 100%; /* Make tooltip full-width */
      text-align: center; /* Optional: Center text */
    }
    
    .bg-video-studio {
    height: 80vh;
    background-size: cover !important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative !important;
    background-position: center center;
}

h5 {
    line-height: .9em;
}

h3.mb-0.mt-1.text-dark.fw-bold.h1 {
    line-height: 1.4em;
}

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card.rounded-0.border-0.shadow.text-center {
    min-height: 102px;
}

.apexcharts-canvas {
    background: #343F57;
    border-radius: 8px;
}
#custom-prev, #custom-next {
    background: none;
    border: none;
    font-size: 36px;
    cursor: pointer;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    border: 1px solid #e4e2e2;
    border-radius: 50%;
    padding: 4px 14px;
}
