@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100;200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important
    }
}

.row > * {
    position: relative
}

.bg-primary {
    background-color: #764af1 !important
}

.bg-soft-primary {
    background-color: rgba(118,74,241,0.05) !important
}

.text-primary {
    color: #764af1 !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #6432ef !important
}

.bg-blue {
    background-color: #2f55d4 !important
}

.bg-soft-blue {
    background-color: rgba(47,85,212,0.05) !important
}

.text-blue {
    color: #2f55d4 !important
}

a.text-blue:hover, a.text-blue:focus {
    color: #284bc1 !important
}

.bg-secondary {
    background-color: #5a6d90 !important
}

.bg-soft-secondary {
    background-color: rgba(90,109,144,0.05) !important
}

.text-secondary {
    color: #5a6d90 !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #506180 !important
}

.bg-success {
    background-color: #28a745 !important
}

.bg-soft-success {
    background-color: rgba(40,167,69,0.05) !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #23923d !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-soft-warning {
    background-color: rgba(255,193,7,0.05) !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #edb100 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

.bg-soft-info {
    background-color: rgba(23,162,184,0.05) !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #148ea1 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-soft-danger {
    background-color: rgba(220,53,69,0.05) !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #d32535 !important
}

.bg-dark {
    background-color: #161c2d !important
}

.bg-soft-dark {
    background-color: rgba(22,28,45,0.05) !important
}

.text-dark {
    color: #161c2d !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #0e111c !important
}

.bg-muted {
    background-color: #707070 !important
}

.bg-soft-muted {
    background-color: rgba(112,112,112,0.05) !important
}

.text-muted {
    color: #707070 !important
}

a.text-muted:hover, a.text-muted:focus {
    color: #636363 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-soft-light {
    background-color: rgba(248,249,250,0.05) !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #e9ecef !important
}

.bg-yellow {
    background-color: #f89d36 !important
}

.bg-soft-yellow {
    background-color: rgba(248,157,54,0.05) !important
}

.text-yellow {
    color: #f89d36 !important
}

a.text-yellow:hover, a.text-yellow:focus {
    color: #f7911d !important
}

.bg-dark-pink {
    background-color: #fc214f !important
}

.bg-soft-dark-pink {
    background-color: rgba(252,33,79,0.05) !important
}

.text-dark-pink {
    color: #fc214f !important
}

a.text-dark-pink:hover, a.text-dark-pink:focus {
    color: #fc083b !important
}

.bg-orange {
    background-color: #f34b0a !important
}

.bg-soft-orange {
    background-color: rgba(243,75,10,0.05) !important
}

.text-orange {
    color: #f34b0a !important
}

a.text-orange:hover, a.text-orange:focus {
    color: #db4309 !important
}

.bg-brown {
    background-color: #8e4511 !important
}

.bg-soft-brown {
    background-color: rgba(142,69,17,0.05) !important
}

.text-brown {
    color: #8e4511 !important
}

a.text-brown:hover, a.text-brown:focus {
    color: #773a0e !important
}

.bg-green {
    background-color: #b3c212 !important
}

.bg-soft-green {
    background-color: rgba(179,194,18,0.05) !important
}

.text-green {
    color: #b3c212 !important
}

a.text-green:hover, a.text-green:focus {
    color: #9dab10 !important
}

.bg-purple {
    background-color: #8e43ad !important
}

.bg-soft-purple {
    background-color: rgba(142,67,173,0.05) !important
}

.text-purple {
    color: #8e43ad !important
}

a.text-purple:hover, a.text-purple:focus {
    color: #7f3c9b !important
}

.bg-firozi {
    background-color: #2e9fd2 !important
}

.bg-soft-firozi {
    background-color: rgba(46,159,210,0.05) !important
}

.text-firozi {
    color: #2e9fd2 !important
}

a.text-firozi:hover, a.text-firozi:focus {
    color: #298fbe !important
}

.bg-gradient {
    background: linear-gradient(to bottom, rgba(22,28,45,0.4) 10%, rgba(22,28,45,0.5) 50%, rgba(22,28,45,0.9) 75%, #161c2d 100%) !important
}

.shadow {
    box-shadow: 0 0 3px rgba(22,28,45,0.15) !important
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(22,28,45,0.2) !important
}

.shadow-lg {
    box-shadow: 0 25px 25px rgba(22,28,45,0.05) !important
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

h1, h1, .fs-1 {
    font-size: 45px !important
}

.h2, h2, .fs-2 {
    font-size: 38px !important
}

.h3, h3, .fs-3 {
    font-size: 31px !important
}

.h4, h4, .fs-4 {
    font-size: 26px !important
}

.h5, h5, .fs-5 {
    font-size: 20px !important
}

.h6, h6, .fs-6 {
    font-size: 15px !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.btn {
    padding: 7px 18px;
    border-radius: 7px;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.7px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    border: none
}

    .btn:focus {
        box-shadow: none !important
    }

    .btn.btn-sm {
        padding: 7px 16px;
        font-size: 13px
    }

    .btn.btn-lg {
        padding: 14px 30px;
        font-size: 16px
    }

    .btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-danger, .btn.btn-info, .btn.btn-warning, .btn.btn-dark {
        color: #fff !important
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus, .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
            color: #fff !important
        }

    .btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus, .btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus, .btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus, .btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus, .btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus, .btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus, .btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
        color: #fff !important
    }

    .btn.btn-primary {
        background: #764af1;
        border: 1px solid #764af1
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus {
            background-color: #521bed !important
        }

    .btn.btn-primary-outline {
        border: 1px solid #764af1;
        color: #764af1;
        background-color: transparent
    }

        .btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus {
            background-color: #764af1;
            border-color: #764af1
        }

    .btn.btn-secondary {
        background: #5a6d90;
        border: 1px solid #5a6d90
    }

        .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus {
            background-color: #465571 !important
        }

    .btn.btn-secondary-outline {
        border: 1px solid #5a6d90;
        color: #5a6d90;
        background-color: transparent
    }

        .btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus {
            background-color: #5a6d90;
            border-color: #5a6d90
        }

    .btn.btn-success {
        background: #28a745;
        border: 1px solid #28a745
    }

        .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus {
            background-color: #1e7e34 !important
        }

    .btn.btn-success-outline {
        border: 1px solid #28a745;
        color: #28a745;
        background-color: transparent
    }

        .btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus {
            background-color: #28a745;
            border-color: #28a745
        }

    .btn.btn-danger {
        background: #dc3545;
        border: 1px solid #dc3545
    }

        .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus {
            background-color: #bd2130 !important
        }

    .btn.btn-danger-outline {
        border: 1px solid #dc3545;
        color: #dc3545;
        background-color: transparent
    }

        .btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus {
            background-color: #dc3545;
            border-color: #dc3545
        }

    .btn.btn-info {
        background: #17a2b8;
        border: 1px solid #17a2b8
    }

        .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus {
            background-color: #117a8b !important
        }

    .btn.btn-info-outline {
        border: 1px solid #17a2b8;
        color: #17a2b8;
        background-color: transparent
    }

        .btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus {
            background-color: #17a2b8;
            border-color: #17a2b8
        }

    .btn.btn-warning {
        background: #ffc107;
        border: 1px solid #ffc107
    }

        .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus {
            background-color: #d39e00 !important
        }

    .btn.btn-warning-outline {
        border: 1px solid #ffc107;
        color: #ffc107;
        background-color: transparent
    }

        .btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus {
            background-color: #ffc107;
            border-color: #ffc107
        }

    .btn.btn-dark {
        background: #161c2d;
        border: 1px solid #161c2d
    }

        .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
            background-color: #05070b !important
        }

    .btn.btn-dark-outline {
        border: 1px solid #161c2d;
        color: #161c2d;
        background-color: transparent
    }

        .btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
            background-color: #161c2d;
            border-color: #161c2d
        }

    .btn.btn-light {
        color: #161c2d;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        box-shadow: 0 3px 5px 0 rgba(118,74,241,0.3)
    }

        .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
            background-color: #dae0e5 !important;
            color: #161c2d
        }

    .btn.btn-light-outline {
        border: 1px solid #dee2e6;
        color: #161c2d;
        background-color: transparent
    }

        .btn.btn-light-outline:hover, .btn.btn-light-outline:focus, .btn.btn-light-outline:active, .btn.btn-light-outline.active, .btn.btn-light-outline.focus {
            background-color: #f8f9fa
        }

    .btn.btn-primary {
        color: #fff;
        background: #764af1
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus {
            background-color: #161c2d;
            color: #fff
        }

    .btn.btn-primary-white {
        border: 1px solid #fff;
        color: #fff !important;
        background-color: transparent
    }

        .btn.btn-primary-white:hover, .btn.btn-primary-white:focus, .btn.btn-primary-white:active, .btn.btn-primary-white.active, .btn.btn-primary-white.focus {
            background-color: #764af1;
            border-color: #764af1
        }

    .btn.btn-outline-white {
        border: 1px solid #fff !important;
        background-color: transparent
    }

        .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active, .btn.btn-outline-white.focus {
            background-color: #764af1;
            color: #fff
        }

.form-control:focus {
    box-shadow: none !important
}

.icon-sm {
    height: 16px;
    width: 16px
}

.form-icon .icons {
    position: absolute;
    top: 5px;
    left: 18px;
    font-size: 18px
}

.primary-control-input:checked ~ .primary-control-label::before {
    color: #fff;
    border-color: #764af1;
    background-color: #764af1;
    box-shadow: none !important
}

.blockquote {
    font-style: italic;
    border-left: 2px solid #adb5bd;
    border-radius: 3px;
    font-size: 16px !important;
    padding: 20px 0 20px 30px
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #161c2d;
    padding: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #e9ecef;
    margin: auto 5px;
    background: #f8f9fa;
    transition: all 0.5s ease;
    font-size: 14px
}

    .pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
        background: #764af1;
        color: #fff !important;
        box-shadow: 0 10px 25px rgba(118,74,241,0.15)
    }

.page-next-level .title {
    letter-spacing: 1px
}

.page-next-level .page-next {
    letter-spacing: 0.5px;
    padding-left: 0;
    z-index: 99;
    font-size: 18px
}

    .page-next-level .page-next li {
        display: inline-block;
        margin-right: 5px
    }

        .page-next-level .page-next li:after {
            content: "\f0142";
            color: #161c2d;
            font-size: 18px;
            font-family: 'Material Design Icons'
        }

        .page-next-level .page-next li:last-child {
            margin-right: 0
        }

            .page-next-level .page-next li:last-child:after {
                display: none
            }

        .page-next-level .page-next li a, .page-next-level .page-next li span {
            font-size: 18px !important;
            padding-right: 8px;
            transition: all 0.5s ease
        }

@media (max-width: 767px) {
    .page-next-level .page-next li a, .page-next-level .page-next li span {
        font-size: 17px !important
    }
}

.page-next-level .page-next li a:hover {
    color: #764af1 !important
}

.page-next-level .page-next li span:last-child {
    padding-right: 0px
}

.avatar.avatar-small {
    height: 80px
}

.avatar.avatar-medium {
    height: 110px
}

.avatar.avatar-large {
    height: 140px
}

.avatar-ex-sm {
    max-height: 25px !important
}

.avatar-md-sm {
    height: 50px;
    width: 50px
}

.avatar.avatar-ex-large {
    height: 230px;
    width: 230px
}

.progressbox .progress-value {
    display: inline-block
}

.progressbox .progress {
    height: 10px
}

    .progressbox .progress .progress-bar {
        background-color: #764af1 !important;
        border-radius: 30px
    }

.nav-pills .nav-link {
    color: #764af1;
    font-size: 15px;
    letter-spacing: 1px;
    border-color: transparent !important
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #764af1;
        font-weight: 600;
        color: #fff !important
    }

.shape {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0
}

@media (max-width: 576px) {
    .shape {
        display: none
    }
}

.shape > svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    z-index: 1;
    left: 0
}

    .home-shape-arrow .arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: inline-block
    }

    .home-shape-arrow i {
        background: #f8f9fa;
        height: 50px;
        width: 50px;
        margin: 0 auto;
        line-height: 50px;
        text-align: center;
        box-shadow: 0 0 3px rgba(248,249,250,0.15);
        border-radius: 30px;
        transition: all 0.5s ease
    }

        .home-shape-arrow i:hover {
            background: #764af1;
            color: #fff !important
        }

.btn.btn-icon {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px
}

.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 #764af1;
        -webkit-text-fill-color: transparent;
        width: 75px;
        font-size: 25px;
        line-height: 75px;
        display: inline-block;
        background-color: #fff
    }

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #764af1;
    -webkit-text-fill-color: #764af1
}

.back-to-home a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #764af1
}

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
    position: relative
}

    .tns-nav button {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        background: rgba(118,74,241,0.5) !important;
        transition: all 0.5s ease;
        opacity: 1;
        margin: 4px;
        border: none
    }

        .tns-nav button.tns-nav-active {
            background: #764af1 !important;
            width: 10px
        }

.accordion .accordion-item {
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 3px rgba(22,28,45,0.15)
}

    .accordion .accordion-item .accordion-button {
        font-weight: 600;
        text-align: left;
        box-shadow: none;
        padding: 1rem 2.5rem 1rem 1.25rem
    }

        .accordion .accordion-item .accordion-button:focus {
            box-shadow: none
        }

        .accordion .accordion-item .accordion-button:before {
            content: '\F0143';
            display: block;
            font-family: 'Material Design Icons';
            font-size: 16px;
            color: #764af1;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.5s ease
        }

        .accordion .accordion-item .accordion-button.collapsed {
            background-color: #fff;
            color: #161c2d !important;
            transition: all 0.5s
        }

            .accordion .accordion-item .accordion-button.collapsed:before {
                top: 15px;
                transform: rotate(180deg);
                color: #161c2d !important
            }

        .accordion .accordion-item .accordion-button:not(.collapsed) {
            color: #764af1
        }

        .accordion .accordion-item .accordion-button:after {
            display: none
        }

.page-icon {
    border: 2px dashed #764af1
}

.border-top {
    border-top: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.tobii__close {
    font-size: 15px !important
}

.tobii__next {
    font-size: 16px !important
}

.tobii__prev {
    font-size: 16px !important
}

body {
    font-family: "DM Sans",sans-serif;
    overflow-x: hidden;
    font-size: 16px !important;
    color: #161c2d;
    font-weight: 400 !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "DM Sans",sans-serif;
    line-height: 1.4;
    font-weight: 500
}

::selection {
    background: #707070;
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem !important;
    line-height: 28px
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.section-two {
    padding: 60px 0;
    position: relative
}

.bg-overlay {
    background-color: rgba(22,28,45,0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.title-heading {
    line-height: 26px;
    position: relative
}

    .title-heading .heading {
        font-size: 42px !important
    }

@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 34px !important
    }
}

.title-heading .para-desc {
    font-size: 18px;
    max-width: 700px !important
}

.section-title {
    position: relative
}

    .section-title .title {
        font-size: 28px !important;
        font-weight: 500
    }

    .section-title .para-desc {
        max-width: 700px !important
    }

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: none;
    color: #161c2d;
    background-color: #ced4da;
    transition: all 0.5s ease;
    box-shadow: 0 0 3px rgba(22,28,45,0.15)
}

    .back-to-top:hover {
        background-color: #764af1;
        color: #fff
    }

.social-icon li a {
    color: #707070;
    border: 1px solid #707070;
    height: 32px;
    width: 32px;
    font-size: 14px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 50px
}

    .social-icon li a:hover {
        background-color: #764af1;
        border-color: #764af1 !important;
        color: #fff !important
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #fff, #fff);
    z-index: 9999999
}

    #preloader #status {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

        #preloader #status .spinner {
            margin: 100px auto;
            width: 40px;
            height: 40px;
            position: relative
        }

            #preloader #status .spinner .cube1, #preloader #status .spinner .cube2 {
                background-color: #764af1;
                width: 25px;
                height: 25px;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 50%;
                animation: sk-cubemove 2s infinite ease-in-out
            }

            #preloader #status .spinner .cube2 {
                animation-delay: -0.9s
            }

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.page-triangle:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    margin-left: -20px
}

.page-triangle.triangle-light:after {
    border-top-color: #f8f9fa
}

.page-triangle.triangle-primary:after {
    border-top-color: #764af1
}

@media (max-width: 767px) {
    .section {
        padding: 60px 0
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all .5s ease;
    font-family: "DM Sans",sans-serif
}

    #topnav.boxed-home {
        max-width: 1170px;
        margin: 0 auto
    }

    #topnav .logo {
        float: left;
        color: #161c2d !important
    }

        #topnav .logo .l-dark, #topnav .logo .logo-dark-mode {
            display: none
        }

        #topnav .logo .l-light, #topnav .logo .logo-light-mode {
            display: inline-block
        }

        #topnav .logo:focus {
            outline: none
        }

    #topnav .has-submenu {
        position: relative
    }

        #topnav .has-submenu .submenu.megamenu .menu-list-icon {
            font-size: 16px !important
        }

        #topnav .has-submenu .submenu .submenu-arrow {
            border: solid #161c2d;
            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: #764af1
        }

        #topnav .has-submenu.active a {
            color: #fff
        }

        #topnav .has-submenu.active .submenu li.active > a {
            color: #764af1 !important
        }

        #topnav .has-submenu.active.active .menu-arrow {
            border-color: #764af1
        }

    #topnav .navbar-toggle {
        border: 0;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer
    }

        #topnav .navbar-toggle .lines {
            width: 25px;
            display: block;
            position: relative;
            margin: 30px 0 26px 10px;
            height: 18px
        }

        #topnav .navbar-toggle span {
            height: 2px;
            width: 100%;
            background-color: #161c2d;
            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;
        padding-bottom: 6px
    }

        #topnav .buy-button > li {
            line-height: initial
        }

        #topnav .buy-button .nav-light-icon-dark {
            display: none
        }

        #topnav .buy-button .nav-light-icon-white {
            display: inline-block
        }

        #topnav .buy-button .dropdown .dropdown-toggle:after, #topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
            display: none
        }

    #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: #764af1
        }

    #topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus, #topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
        background-color: transparent
    }

    #topnav .navigation-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #topnav .navigation-menu > li {
            float: left;
            display: block;
            position: relative;
            margin: 0 10px
        }

            #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
                color: #764af1 !important
            }

            #topnav .navigation-menu > li > a {
                display: block;
                color: #161c2d;
                font-size: 18px;
                background-color: transparent !important;
                font-weight: 500;
                letter-spacing: 1px;
                line-height: 24px;
                text-transform: capitalize;
                transition: all 0.5s;
                padding-left: 10px;
                padding-right: 10px;
            }

                #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
                    color: #764af1
                }

            #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: 800;
                color: #161c2d !important
            }

        #topnav .navigation-menu.nav-right > li:last-child {
            margin-right: 0
        }

            #topnav .navigation-menu.nav-right > li:last-child a {
                padding-right: 0
            }

        #topnav .navigation-menu.nav-left > li:first-child {
            margin-left: 0
        }

        #topnav .navigation-menu .has-submenu .menu-arrow {
            border: solid #161c2d;
            border-radius: 0.5px;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            position: absolute;
            transition: all 0.5s;
            right: -1px;
            top: 30px
        }

    #topnav .menu-extras {
        float: right
    }

    #topnav.scroll {
        background-color: #fff;
        border: none;
        box-shadow: 0 0 3px rgba(22,28,45,0.15)
    }

        #topnav.scroll .navigation-menu > li > a {
            color: #161c2d
        }

        #topnav.scroll .navigation-menu > li > .menu-arrow {
            border-color: #161c2d
        }

        #topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
            color: #764af1
        }

        #topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
            border-color: #764af1
        }

    #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 {
        backdrop-filter: blur(12px);
        background-color: rgba(255,255,255,0.8);
        box-shadow: 0 0 3px rgba(22,28,45,0.15)
    }

        #topnav.nav-sticky .navigation-menu.nav-light > li > a {
            color: #161c2d
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #764af1 !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: #764af1 !important
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #764af1 !important
        }

        #topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
            border-color: #161c2d
        }

        #topnav.nav-sticky.tagline-height {
            top: 0 !important
        }

        #topnav.nav-sticky .buy-button .nav-light-icon-dark {
            display: inline-block
        }

        #topnav.nav-sticky .buy-button .nav-light-icon-white {
            display: none
        }

        #topnav.nav-sticky .logo .l-dark {
            display: inline-block
        }

        #topnav.nav-sticky .logo .l-light {
            display: none
        }

.logo {
    font-weight: 600;
    font-size: 24px;
    margin-right: 15px;
    padding: 0 5px 6px 0;
    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;
        flex-wrap: wrap;
        justify-content: center
    }

        #topnav .navigation-menu > .has-submenu .submenu .has-submenu:hover .submenu-arrow {
            right: 16px
        }

        #topnav .navigation-menu > .has-submenu .menu-arrow {
            display: none
        }

        #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
            top: 33px !important
        }

        #topnav .navigation-menu > .has-submenu.active .menu-arrow {
            top: 30px
        }

        #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: 6px;
            background-color: #fff;
            box-shadow: 0 0 3px rgba(22,28,45,0.15)
        }

            #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: 12px;
                    text-transform: uppercase;
                    letter-spacing: 0.04em;
                    font-weight: 600;
                    color: #161c2d !important;
                    transition: all 0.3s
                }

                    #topnav .navigation-menu > li .submenu li a:hover {
                        color: #764af1 !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 > li .submenu {
                left: 101%;
                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: #764af1
        }

        #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
            color: #764af1 !important
        }

        #topnav .navigation-menu > li:last-child .submenu {
            left: auto;
            right: 0
        }

            #topnav .navigation-menu > li:last-child .submenu:before {
                left: auto;
                right: 10px
            }

            #topnav .navigation-menu > li:last-child .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 .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(22,28,45,0.15);
        min-height: 74px
    }

        #topnav .logo {
            padding: 3px 0
        }

            #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: 600;
                        color: #161c2d !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: #707070
                        }

                #topnav .navigation-menu > li > a {
                    color: #161c2d;
                    padding: 10px 20px
                }

                    #topnav .navigation-menu > li > a:after {
                        position: absolute;
                        right: 15px
                    }

            #topnav .navigation-menu .has-submenu .menu-arrow {
                right: 16px;
                top: 16px
            }

            #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li .submenu li a:hover, #topnav .navigation-menu > li.has-submenu.open > a {
                color: #764af1
            }

        #topnav .menu-extras .menu-item {
            border-color: #707070
        }

        #topnav .navbar-header {
            float: left
        }

        #topnav .buy-button .nav-light-icon-dark {
            display: inline-block !important
        }

        #topnav .buy-button .nav-light-icon-white {
            display: none
        }

        #topnav .has-submenu .submenu .submenu-arrow {
            transform: rotate(45deg);
            position: absolute;
            right: 20px;
            top: 12px
        }

        #topnav .has-submenu.active a {
            color: #764af1
        }

        #topnav.nav-sticky {
            background-color: #fff !important
        }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f2f4f6;
        border-bottom: 1px solid #f2f4f6;
        background-color: #fff
    }

        #navigation.open {
            display: block;
            overflow-y: auto
        }
}

@media (max-width: 768px) {
    #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: 425px) {
    #topnav .navigation-menu > li {
        margin: 0
    }

        #topnav .navigation-menu > li > a {
            padding: 10px 15px
        }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important
    }
}

@media (max-width: 375px) {
    #topnav .buy-button .search-icon {
        padding-left: 15px
    }

    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px
    }

        #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
            transform: translate3d(0px, -54px, 0px) !important
        }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0;
    height: 48px
}

@media screen and (max-width: 575px) {
    .tagline {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .tagline-height {
        top: 0px !important
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 48px !important
    }
}

.bg-half-180 {
    padding: 180px 0;
    position: relative
}

@media (max-width: 767px) {
    .bg-half-180 {
        padding: 120px 0
    }
}

.bg-half-220 {
    padding: 220px 0;
    position: relative
}

@media (max-width: 767px) {
    .bg-half-220 {
        padding: 140px 0
    }
}

.bg-half-135 {
    padding: 135px 0;
    position: relative
}

@media (max-width: 767px) {
    .bg-half-135 {
        padding: 100px 0
    }
}

.bg-userpage {
    height: 100vh !important;
    position: relative
}

.bg-home {
    background-position: center center;
    height: 100vh;
    background-size: cover !important;
    align-self: center
}

@media (max-width: 767px) {
    .bg-home {
        background-position: center center;
        padding: 135px 0 !important;
        height: auto !important;
        background-size: cover !important;
        align-self: center
    }
}

.bg-default {
    padding: 120px 0 80px
}

.zoom-image {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.image-wrap {
    position: absolute;
    top: -100px;
    bottom: -100px;
    left: -30px;
    right: -30px;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    animation: 100s ppb_kenburns linear infinite alternate
}

@keyframes ppb_kenburns {
    0% {
        transform: scale(1.3) translate(-6%, 6%)
    }

    25% {
        transform: scale(1) translate(0, 0)
    }

    50% {
        transform: scale(1.3) translate(6%, 6%)
    }

    75% {
        transform: scale(1) translate(0, 0)
    }

    100% {
        transform: scale(1.3) translate(-6%, 6%)
    }
}

.startup-wrapper:before {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 30rem;
    width: 360rem;
    height: 350rem;
    border-radius: 8rem;
    background-color: rgba(118,74,241,0.1)
}

@media (max-width: 1440px) {
    .startup-wrapper:before {
        right: 20rem !important
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .startup-wrapper:before {
        right: 13rem !important
    }
}

@media (max-width: 768px) {
    .startup-wrapper:before {
        right: 5rem !important
    }
}

@media (max-width: 767px) {
    .startup-wrapper:before {
        right: 0rem !important
    }
}

.animation {
    position: absolute;
    top: 8rem;
    right: 17rem;
    transform: rotate(135deg);
    animation: spinner-animation 50s linear infinite
}

@media (max-width: 768px) {
    .animation {
        right: 1rem !important;
        top: 13rem
    }
}

@media (max-width: 767px) {
    .animation {
        right: -4rem !important;
        top: 28rem !important
    }
}

@keyframes spinner-animation {
    100% {
        transform: rotate(-360deg)
    }
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto
}

.subcribe-form input {
    padding: 12px 20px;
    font-size: 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255,255,255,0.8);
    height: 50px
}

.subcribe-form .btn {
    padding: 12px 20px
}

.subcribe-form button {
    position: absolute;
    top: 2px;
    right: 3px;
    outline: none !important
}

.hero-img img {
    transform: rotate(-7deg);
    box-shadow: -20px -20px 0px -5px #764af1
}

.hero-img:before {
    content: "";
    position: absolute;
    top: 30px;
    right: -13px;
    left: 35px;
    bottom: 0;
    transform: rotate(-7deg);
    border-radius: 16rem;
    border: 10px solid #dee2e6
}

#sThemes-layout .sThemesbox {
    background: #fff;
    box-shadow: 0 0 3px rgba(22,28,45,0.15);
    max-width: 1170px;
    margin: 0 auto
}

.boxed-wrapper:before {
    content: "";
    position: absolute;
    bottom: 18rem;
    left: 31rem;
    width: 57rem;
    height: 27rem;
    border-radius: 18rem;
    transform: rotate(135deg);
    background-color: rgba(118,74,241,0.3)
}

@media (max-width: 1440px) {
    .boxed-wrapper:before {
        bottom: 16rem !important;
        left: 32rem !important;
        width: 51rem !important;
        height: 27rem !important
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .boxed-wrapper:before {
        bottom: 15rem !important;
        left: 25rem !important;
        width: 49rem !important;
        height: 27rem !important
    }
}

@media (max-width: 768px) {
    .boxed-wrapper:before {
        left: 6rem !important;
        bottom: 15rem !important
    }
}

@media (max-width: 767px) {
    .boxed-wrapper:before {
        left: -5rem !important;
        bottom: 12rem !important
    }
}

.hero-card .number {
    font-weight: 1000 !important;
    transition: all 0.5s ease
}

.hero-card:hover .number {
    color: #764af1 !important
}

.number-wrapper:before {
    content: "";
    position: absolute;
    bottom: -7rem !important;
    left: 13rem !important;
    width: 10rem;
    height: 45rem !important;
    transform: rotate(120deg);
    border-radius: 80px;
    background-color: rgba(118,74,241,0.3)
}

@media (max-width: 1440px) {
    .number-wrapper:before {
        left: 13rem !important
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .number-wrapper:before {
        left: 10rem !important;
        height: 38rem !important
    }
}

@media (max-width: 768px) {
    .number-wrapper:before {
        height: 50rem !important;
        left: 19rem !important;
        bottom: -3rem !important
    }
}

@media (max-width: 767px) {
    .number-wrapper:before {
        height: 40rem !important;
        left: 8rem !important;
        bottom: -9rem !important
    }
}

.number-wrapper:after {
    content: "";
    position: absolute;
    bottom: 12rem !important;
    left: 14rem !important;
    width: 10rem;
    height: 35rem !important;
    border-radius: 80px;
    transform: rotate(120deg);
    z-index: -1;
    background-color: rgba(118,74,241,0.3)
}

@media (max-width: 1440px) {
    .number-wrapper:after {
        left: 14rem !important
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .number-wrapper:after {
        left: 12rem !important;
        height: 28rem !important
    }
}

@media (max-width: 768px) {
    .number-wrapper:after {
        height: 38rem !important;
        left: 20rem !important;
        bottom: 18rem !important
    }
}

@media (max-width: 767px) {
    .number-wrapper:after {
        height: 30rem !important;
        left: 9rem !important;
        bottom: 10rem !important
    }
}

.meeting-wrapper:before {
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 80rem;
    width: 81rem;
    height: 60rem;
    border-radius: 5rem;
    background: linear-gradient(65deg, rgba(118,74,241,0.7), rgba(142,67,173,0.4), rgba(47,85,212,0.3))
}

@media (max-width: 1440px) {
    .meeting-wrapper:before {
        left: 62rem !important
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .meeting-wrapper:before {
        left: 40rem !important
    }
}

@media (max-width: 768px) {
    .meeting-wrapper:before {
        left: 33rem !important
    }
}

@media (max-width: 767px) {
    .meeting-wrapper:before {
        bottom: 12rem !important;
        left: -6rem !important
    }
}

.rounded-md {
    border-radius: 40px
}

.hero-image {
    position: relative;
    width: 50vmax;
    bottom: 50px;
    right: 80px
}

@media (max-width: 1440px) {
    .hero-image {
        right: 3rem !important
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .hero-image {
        position: relative;
        width: 100%;
        width: 440px;
        height: 500px;
        top: -52px;
        left: 12px
    }
}

@media (max-width: 768px) {
    .hero-image {
        position: relative;
        width: 350px;
        margin: auto;
        top: 0;
        left: 0
    }
}

.home-img {
    border-radius: 0 0 300px 300px;
    box-shadow: -24px 12px 0px -6px #764af1
}

@media (max-width: 768px) {
    .home-img {
        border-radius: 10px
    }
}

.text-mover {
    font-weight: 900;
    font-size: 148px;
    opacity: 0.05;
    writing-mode: vertical-rl;
    right: -2rem;
    bottom: -15rem;
    overflow: hidden
}

@media (max-width: 1440px) {
    .text-mover {
        right: -4rem !important
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .text-mover {
        right: -4rem !important;
        bottom: -18rem !important
    }
}

@media (max-width: 768px) {
    .text-mover {
        display: none
    }
}

.about-image .about-image-position {
    position: absolute;
    top: 50%;
    left: 50%
}

.service-two {
    padding: 0
}

    .service-two .serv-head {
        transition: all 0.5s ease
    }

    .service-two:hover .serv-head {
        color: #764af1
    }

    .service-two a {
        transition: all 0.5s ease
    }

        .service-two a:hover {
            color: #764af1 !important
        }

.services {
    border: 2px dashed rgba(204,200,200,0.2);
    transition: all 0.5s ease
}

    .services:hover {
        border: 2px dashed rgba(118,74,241,0.2);
        transform: scale(1.02)
    }

    .services .content a {
        transition: all 0.5s ease
    }

        .services .content a:hover {
            color: #764af1 !important
        }

    .services .icon i {
        font-size: 22px;
        width: 70px;
        height: 70px;
        background-color: rgba(118,74,241,0.05)
    }

.features .container-fluid {
    max-width: 100%
}

    .features .container-fluid .padding-less.img {
        background: scroll center no-repeat;
        background-size: cover;
        position: absolute;
        height: 100%
    }

.features .feature-img-box {
    padding: 12% 10%
}

.features .feature-head {
    font-size: 24px;
    font-weight: 500
}

    .features .feature-head.title {
        font-size: 18px
    }

.features .core-feature .icon i {
    color: #764af1;
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px dotted rgba(118,74,241,0.5) !important
}

.features .core-feature .fea-right .icon {
    float: right
}

.features .core-feature .fea-left .icon {
    float: left
}

@media (max-width: 768px) {
    .features .padding-less {
        position: relative !important;
        height: 300px !important
    }

    .features .feature-content {
        text-align: left !important
    }

    .features .core-feature .fea-right {
        text-align: left !important
    }

        .features .core-feature .fea-right .icon {
            float: left;
            margin-left: 0 !important;
            margin-right: 15px
        }
}

@media (min-width: 200px) and (max-width: 767px) {
    .features .core-feature-img {
        display: none
    }

    .features .center-fe, .features .left-fe {
        margin-top: 30px
    }
}

.feature-primary .feature-head {
    transition: all 0.5s ease
}

.feature-primary:hover .feature-head {
    color: #764af1
}

.features.feature-primary .icons i {
    border-radius: 50%;
    border: 2px dotted rgba(118,74,241,0.5) !important;
    font-size: 30px;
    height: 68px;
    width: 68px;
    line-height: 65px
}

.tiny-slide {
    cursor: w-resize
}

    .tiny-slide .testi-content {
        cursor: w-resize
    }

    .tiny-slide .image img {
        width: 80px;
        border: 1px solid #dee2e6
    }

    .tiny-slide .testi-review {
        max-width: 700px;
        position: relative
    }

    .tiny-slide .review-text.arrow-bottom:after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 8%;
        border: solid transparent;
        height: 0;
        width: 0;
        border-top-color: #dee2e6;
        border-width: 15px
    }

.sidebar .widget .widget-search form {
    position: relative
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 15px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none
}

.sidebar .widget .widget-title {
    letter-spacing: 0.8px
}

.sidebar .widget .widget-grid {
    overflow: hidden
}

    .sidebar .widget .widget-grid .item {
        position: relative;
        width: 33.33333333%;
        padding-top: 33.33333333%;
        float: left
    }

        .sidebar .widget .widget-grid .item a {
            position: absolute;
            display: block;
            top: 4px;
            left: 4px;
            right: 4px;
            bottom: 4px;
            overflow: hidden
        }

            .sidebar .widget .widget-grid .item a img {
                position: absolute;
                width: 100%;
                top: 0;
                left: 0
            }

        .sidebar .widget .widget-grid .item:first-child {
            width: 66.66666666%;
            padding-top: 66.66666666%
        }

        .sidebar .widget .widget-grid .item:nth-child(4) {
            clear: both
        }

.sidebar .widget .post-recent {
    padding-bottom: 15px
}

    .sidebar .widget .post-recent:last-child {
        padding-top: 0
    }

    .sidebar .widget .post-recent .post-recent-thumb {
        width: 25%
    }

    .sidebar .widget .post-recent .post-recent-content {
        width: 75%;
        padding: 10px 0 0 10px
    }

        .sidebar .widget .post-recent .post-recent-content a {
            display: block;
            color: #161c2d;
            font-size: 15px;
            transition: all 0.5s ease
        }

            .sidebar .widget .post-recent .post-recent-content a:hover {
                color: #764af1
            }

        .sidebar .widget .post-recent .post-recent-content span {
            font-size: 15px
        }

.sidebar .widget .tagcloud > a {
    background: #e9ecef;
    color: #161c2d;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: all 0.5s ease
}

    .sidebar .widget .tagcloud > a:hover {
        background: #764af1;
        color: #fff
    }

.sidebar .widget .newsletter-spacingbox > form .form-control {
    background-color: #fff;
    border: none;
    box-shadow: none;
    color: #161c2d
}

.blog {
    transition: all 0.5s ease
}

    .blog .title {
        transition: all 0.5s ease
    }

        .blog .title:hover {
            color: #764af1 !important
        }

    .blog img {
        transition: all 0.5s ease
    }

    .blog .bg {
        opacity: 0
    }

    .blog .image .blog-tag {
        position: absolute;
        bottom: 15px;
        left: 40px;
        right: 0;
        opacity: 0
    }

    .blog .image .link {
        position: absolute;
        bottom: 15px;
        right: 44px;
        opacity: 0
    }

    .blog .badge {
        letter-spacing: 0.6px;
        padding: 9px 12px;
        font-weight: 600 !important;
        line-height: 12px
    }

    .blog .read-more {
        transition: all 0.5s ease
    }

        .blog .read-more:hover {
            color: #764af1 !important
        }

    .blog:hover .image img {
        transform: scale(1.1);
        transition: all 0.5s ease
    }

    .blog:hover .bg {
        opacity: 1;
        transition: all 0.5s ease
    }

    .blog:hover .image .blog-tag, .blog:hover .image .link {
        opacity: 1;
        bottom: 15px;
        transition: all 0.5s ease
    }

#author .portfolio img {
    transition: all 0.5s ease
}

#author .portfolio .port-image {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease
}

    #author .portfolio .port-image:hover img {
        transform: scale(1.1)
    }

    #author .portfolio .port-image:hover .overlay-portfolio {
        opacity: 1
    }

#author .portfolio .icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease
}

#author .portfolio:hover .icon {
    transition: all 0.5s ease;
    opacity: 1
}

#author .btn.btn-icon.btn-lg {
    height: 30px;
    width: 30px;
    transition: all 0.5s ease
}

    #author .btn.btn-icon.btn-lg:hover {
        color: #fff !important;
        background: #764af1 !important
    }

#author .btn.btn-icon {
    height: 22px;
    width: 22px;
    font-size: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0
}

#author .btn.btn-pills {
    border-radius: 50px
}

#author .btn.btn-lg {
    padding: 12px 13px;
    font-size: 12px
}

#author .overlay-portfolio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background-color: rgba(22,28,45,0.4);
    transition: all 0.5s ease
}

.team-member {
    transition: all 0.5s ease
}

    .team-member .member-name a {
        transition: all 0.5s ease
    }

        .team-member .member-name a:hover {
            color: #764af1 !important
        }

    .team-member .team-overlay {
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.5s ease;
        transform: translateY(512px);
        background: linear-gradient(to bottom, rgba(22,28,45,0.1) 10%, rgba(22,28,45,0.4) 50%, rgba(22,28,45,0.8) 75%, #161c2d 100%) !important
    }

        .team-member .team-overlay .team-info {
            position: absolute;
            top: 0;
            right: 0;
            bottom: -1%;
            left: 0;
            opacity: 0;
            transform: translateY(50%)
        }

@media (max-width: 768px) {
    .team-member .team-overlay .team-info {
        bottom: -21% !important
    }
}

.team-member .team-overlay .team-icon {
    position: absolute;
    top: 2%;
    right: 2%;
    opacity: 0
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .team-member .team-overlay .team-icon {
        top: -1% !important
    }
}

.team-member.teams {
    transition: all 0.5s ease
}

.team-member:hover {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(22,28,45,0.15)
}

    .team-member:hover .team-overlay {
        opacity: 1;
        transform: translateY(0)
    }

    .team-member:hover .team-info {
        position: absolute;
        opacity: 1;
        transform: translateY(50%)
    }

    .team-member:hover .team-icon {
        position: absolute;
        top: 2%;
        right: 2%;
        opacity: 1
    }

    .team-member:hover.teams {
        box-shadow: none !important
    }

.social-icons li a {
    color: #fff;
    border: 1px solid rgba(118,74,241,0.4);
    background-color: rgba(118,74,241,0.7);
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    transition: all 0.4s ease;
    border-radius: 50px;
    overflow: hidden;
    position: relative
}

    .social-icons li a:hover {
        background-color: #764af1;
        border-color: #764af1;
        color: #fff !important
    }

.social-icons.social li a {
    color: #adb5bd;
    border-color: #adb5bd
}

.team-social li a {
    color: #fff;
    display: inline-block;
    height: 36px;
    text-align: center;
    font-size: 22px;
    width: 36px;
    font-weight: 500 !important;
    line-height: 30px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative
}

    .team-social li a:hover {
        color: #161c2d !important
    }

.team img, .team .team-social {
    transition: all 0.5s ease
}

.team-primary .member-name a {
    transition: all 0.5s ease
}

    .team-primary .member-name a:hover {
        color: #764af1 !important
    }

.team-primary .card-img .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(22,28,45,0.1) 10%, rgba(22,28,45,0.4) 50%, rgba(22,28,45,0.8) 75%, #161c2d 100%) !important;
    transition: all 0.5s ease
}

.team-primary .social-icons {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: all 0.5s ease
}

.team-primary:hover .card-img .card-overlay {
    opacity: 1
}

.team-primary:hover .social-icons {
    bottom: 15px;
    opacity: 1
}

.filter-list {
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 4px 15px;
    border-radius: 20px;
    color: #000;
    cursor: pointer
}

.container-filter li {
    padding: 4px 18px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.8px;
    transition: all 0.5s;
    border-radius: 50px
}

    .container-filter li.active, .container-filter li:hover {
        background-color: #764af1 !important;
        color: #fff
    }

#grid .portfolio-primary img {
    transition: all 0.5s ease
}

#grid .portfolio-primary .port-image {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease
}

#grid .portfolio-primary .icon {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
    transform: scale(0);
    transition: all 0.5s ease
}

    #grid .portfolio-primary .icon .lightbox {
        transition: all 0.5s ease
    }

        #grid .portfolio-primary .icon .lightbox:hover {
            color: #764af1 !important
        }

#grid .portfolio-primary:hover .icon {
    transition: all 0.5s ease;
    transform: scale(1.5)
}

#grid .portfolio-primary:hover img {
    transform: scale(1.1) rotate(3deg)
}

#grid .portfolio-primary:hover .overlay-work {
    opacity: 1
}

#grid .portfolio-primary:hover .work-content {
    opacity: 1
}

#grid .portfolio-primary .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    backdrop-filter: blur(6px);
    background-color: rgba(22,28,45,0.7);
    transition: all 0.5s ease
}

#grid .portfolio-primary .work-content {
    position: absolute;
    opacity: 0;
    z-index: 1;
    bottom: 8%;
    left: 8%;
    transition: all 0.5s ease
}

    #grid .portfolio-primary .work-content a {
        transition: all 0.5s ease
    }

        #grid .portfolio-primary .work-content a:hover {
            color: #764af1 !important
        }

#grid .portfolio-standard img {
    transition: all 0.5s ease
}

#grid .portfolio-standard .port-image {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease
}

#grid .portfolio-standard .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(22,28,45,0.2) 10%, rgba(22,28,45,0.4) 50%, rgba(22,28,45,0.8) 75%, #161c2d 100%) !important;
    transition: all 0.5s ease
}

#grid .portfolio-standard .icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    opacity: 0
}

#grid .portfolio-standard:hover img {
    transform: scale(1.1) rotate(3deg)
}

#grid .portfolio-standard:hover .icon {
    transition: all 0.7s ease;
    opacity: 1
}

#grid .portfolio-standard:hover .overlay-work {
    opacity: 1
}

#grid .portfolio-standard .content a {
    transition: all 0.5s ease
}

    #grid .portfolio-standard .content a:hover {
        color: #764af1 !important
    }

#grid .portfolio-standard .btn.btn-icon.btn-lg {
    height: 40px;
    width: 40px;
    transition: all 0.5s ease
}

    #grid .portfolio-standard .btn.btn-icon.btn-lg:hover {
        color: #fff !important;
        background: #764af1 !important
    }

#grid .portfolio-standard .btn.btn-icon {
    height: 22px;
    width: 22px;
    font-size: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0
}

#grid .portfolio-standard .btn.btn-pills {
    border-radius: 50px
}

#grid .portfolio-standard .btn.btn-lg {
    padding: 12px 13px;
    font-size: 18px
}

#grid .portfolio-standard .btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    border-radius: 6px
}

#grid .portfolio-modern img {
    transition: all 0.5s ease
}

#grid .portfolio-modern:hover {
    transition: all 0.5s ease
}

    #grid .portfolio-modern:hover img {
        transform: translateY(-40px)
    }

    #grid .portfolio-modern:hover .content {
        transform: translateY(0)
    }

#grid .portfolio-modern .port-image {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease
}

#grid .portfolio-modern .tobii-zoom {
    display: block !important
}

#grid .portfolio-modern .tobii-zoom__icon {
    display: none
}

#grid .portfolio-modern .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    background-color: #f8f9fa;
    transform: translateY(150px)
}

    #grid .portfolio-modern .content a {
        transition: all 0.5s ease
    }

        #grid .portfolio-modern .content a:hover {
            color: #764af1 !important
        }

#grid .portfolio-masonry {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease
}

    #grid .portfolio-masonry img {
        transition: all 0.5s ease
    }

    #grid .portfolio-masonry:hover .work-overlay {
        opacity: 1
    }

    #grid .portfolio-masonry:hover .overlay-content {
        transform: scale(1)
    }

    #grid .portfolio-masonry .icon {
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 1;
        transform: scale(0);
        transition: all 0.5s ease
    }

        #grid .portfolio-masonry .icon .lightbox {
            transition: all 0.5s ease
        }

            #grid .portfolio-masonry .icon .lightbox:hover {
                color: #764af1 !important
            }

    #grid .portfolio-masonry:hover img {
        transform: scale(1.1) rotate(3deg)
    }

    #grid .portfolio-masonry:hover .icon {
        transition: all 0.5s ease;
        transform: scale(1.5)
    }

    #grid .portfolio-masonry .work-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        backdrop-filter: blur(6px);
        transition: all 0.5s ease
    }

    #grid .portfolio-masonry .spacing {
        padding: 7px !important
    }

    #grid .portfolio-masonry .overlay-content {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        transform: scale(0);
        z-index: 1;
        transition: all 0.5s ease
    }

        #grid .portfolio-masonry .overlay-content a {
            transition: all 0.5s ease
        }

            #grid .portfolio-masonry .overlay-content a:hover {
                color: #764af1 !important
            }

.port-detail .port-overlay {
    background: linear-gradient(to left, rgba(22,28,45,0.1) 10%, rgba(22,28,45,0.3) 50%, rgba(22,28,45,0.6) 75%, rgba(22,28,45,0.7)) !important
}

.port-detail .port-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

#countdown .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #fff;
    text-align: center
}

    #countdown .count-down .count-number {
        font-size: 40px;
        line-height: 95px;
        border: 4px solid #f8f9fa;
        height: 130px;
        width: 130px;
        border-radius: 50%
    }

    #countdown .count-down .count-head {
        display: block;
        position: relative;
        margin-top: -20px;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px
    }

@media (min-width: 200px) and (max-width: 767px) {
    .coming-soon {
        font-size: 24px
    }
}

.work-icon {
    font-size: 30px;
    height: 68px;
    width: 68px;
    line-height: 65px;
    border-radius: 50%;
    border: 2px dotted rgba(118,74,241,0.5)
}

.error {
    margin: 8px 0px;
    display: none;
    color: #dc3545
}

#ajaxsuccess {
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #dc3545;
    color: #dc3545;
    border-radius: 5px;
    font-size: 15px
}

.contact-loader {
    display: none
}

#success_page {
    text-align: center;
    margin-bottom: 50px
}

    #success_page h3 {
        color: #28a745;
        font-size: 22px
    }

.contact-map iframe {
    width: 100%;
    height: 500px;
    border: 0
}

.contact-detail .icon {
    font-size: 25px
}

.contact-detail .content .contact-detail-title {
    font-size: 18px
}

@media (min-width: 200px) and (max-width: 767px) {
    .contact-detail {
        border-bottom: none !important;
        border-bottom: 1px solid #dee2e6;
        padding: 30px 0
    }

    .contact-cta {
        text-align: center !important
    }
}

.footer {
    padding: 60px 0;
    position: relative;
    color: #adb5bd
}

    .footer .footer-head {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 500
    }

    .footer .text-foot, .footer .payment li a i {
        color: #adb5bd
    }

    .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: #764af1
                }

            .footer .footer-list li:last-child {
                margin-bottom: 0
            }

    .footer.footer-bar {
        padding: 30px 0
    }

.footer-bar.border-top {
    border-top: 1px solid #252e4b !important
}

.footer-icon li a {
    color: #161c2d;
    border: 1px solid #252e4b;
    background-color: #161c2d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: 14px;
    width: 32px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative
}

    .footer-icon li a .fea-social {
        stroke-width: 2
    }

    .footer-icon li a:hover {
        background-color: #764af1;
        border-color: #764af1 !important;
        color: #fff !important
    }

        .footer-icon li a:hover .fea-social {
            fill: #764af1
        }

.footer-icon.social li a {
    color: #adb5bd;
    border-color: #252e4b
}

#style-switcher {
    transition: all 0.4s;
    background: none repeat scroll 0 0 transparent;
    box-shadow: 0 0 3px rgba(22,28,45,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: #161c2d;
            font-size: 16px;
            margin: 0 3px 12px
        }

    #style-switcher .bottom {
        background: none
    }

        #style-switcher .bottom a.settings {
            background: none repeat scroll 0 0 transparent;
            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: #764af1
    }

    ul.pattern .color2 {
        background-color: #2f55d4
    }

    ul.pattern .color3 {
        background-color: #f89d36
    }

    ul.pattern .color4 {
        background-color: #fc214f
    }

    ul.pattern .color5 {
        background-color: #f34b0a
    }

    ul.pattern .color6 {
        background-color: #8e4511
    }

    ul.pattern .color7 {
        background-color: #b3c212
    }

    ul.pattern .color8 {
        background-color: #8e43ad
    }

    ul.pattern .color9 {
        background-color: #2e9fd2
    }

@media only screen and (max-width: 375px) {
    #style-switcher {
        display: none
    }
}
