@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Libre+Baskerville&display=swap");

@media(min-width: 1400px) {
    .container {
        max-width: 1140px !important
    }
}

.row > * {
    position: relative
}

#AboutTwo img {
    width: 90%;
    padding: 10px;
    border: solid 1px #e1e1e1;
    margin: 5px;
    border-radius: 29px;
}

h1, .h1 {
    font-size: 36px !important
}

h2, .h2 {
    font-size: 32px !important
}

h3, .h3 {
    font-size: 28px !important
}

h4, .h4 {
    font-size: 20px !important
}

h5, .h5 {
    font-size: 18px !important
}

h6, .h6 {
    font-size: 15px !important
}

.display-1 {
    font-size: 72px !important
}

.display-2 {
    font-size: 64px !important
}

.display-3 {
    font-size: 56px !important
}

.display-4 {
    font-size: 48px !important
}

.display-5 {
    font-size: 44px !important
}

.display-6 {
    font-size: 40px !important
}

.bg-primary {
    background-color: #FF9800 !important
}

.bg-soft-primary {
    background-color: rgba(50,116,240,.1) !important;
    border: 1px solid rgba(50,116,240,.1) !important;
    color: #FF9800 !important
}

    .bg-soft-primary .border {
        border-color: #FF9800 !important
    }

.text-primary {
    color: #FF9800 !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #1a64ee !important
}

.bg-secondary {
    background-color: #90a1b3 !important
}

.bg-soft-secondary {
    background-color: rgba(144,161,179,.1) !important;
    border: 1px solid rgba(144,161,179,.1) !important;
    color: #90a1b3 !important
}

    .bg-soft-secondary .border {
        border-color: #90a1b3 !important
    }

.text-secondary {
    color: #90a1b3 !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #8194a9 !important
}

.bg-success {
    background-color: #8dc351 !important
}

.bg-soft-success {
    background-color: rgba(141,195,81,.1) !important;
    border: 1px solid rgba(141,195,81,.1) !important;
    color: #8dc351 !important
}

    .bg-soft-success .border {
        border-color: #8dc351 !important
    }

.text-success {
    color: #8dc351 !important
}

a.text-success:hover, a.text-success:focus {
    color: #80ba40 !important
}

.bg-warning {
    background-color: #f1af2d !important
}

.bg-soft-warning {
    background-color: rgba(241,175,45,.1) !important;
    border: 1px solid rgba(241,175,45,.1) !important;
    color: #f1af2d !important
}

    .bg-soft-warning .border {
        border-color: #f1af2d !important
    }

.text-warning {
    color: #f1af2d !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #efa615 !important
}

.bg-info {
    background-color: #09a5be !important
}

.bg-soft-info {
    background-color: rgba(9,165,190,.1) !important;
    border: 1px solid rgba(9,165,190,.1) !important;
    color: #09a5be !important
}

    .bg-soft-info .border {
        border-color: #09a5be !important
    }

.text-info {
    color: #09a5be !important
}

a.text-info:hover, a.text-info:focus {
    color: #0890a6 !important
}

.bg-danger {
    background-color: #e84142 !important
}

.bg-soft-danger {
    background-color: rgba(232,65,66,.1) !important;
    border: 1px solid rgba(232,65,66,.1) !important;
    color: #e84142 !important
}

    .bg-soft-danger .border {
        border-color: #e84142 !important
    }

.text-danger {
    color: #e84142 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #e52a2b !important
}

.bg-dark {
    background-color: #3c4858 !important
}

.bg-soft-dark {
    background-color: rgba(60,72,88,.1) !important;
    border: 1px solid rgba(60,72,88,.1) !important;
    color: #3c4858 !important
}

    .bg-soft-dark .border {
        border-color: #3c4858 !important
    }

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

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

.bg-muted {
    background-color: #8c98a4 !important
}

.bg-soft-muted {
    background-color: rgba(140,152,164,.1) !important;
    border: 1px solid rgba(140,152,164,.1) !important;
    color: #8c98a4 !important
}

    .bg-soft-muted .border {
        border-color: #8c98a4 !important
    }

.text-muted {
    color: #8c98a4 !important
}

a.text-muted:hover, a.text-muted:focus {
    color: #7e8b99 !important
}

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

.bg-soft-light {
    background-color: rgba(247,248,250,.1) !important;
    border: 1px solid rgba(247,248,250,.1) !important;
    color: #f7f8fa !important
}

    .bg-soft-light .border {
        border-color: #f7f8fa !important
    }

.text-light {
    color: #f7f8fa !important
}

h4#HeaderPhone {
    color: #FF9800 !important;
    font-size: 24px !important;
}

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

.bg-blue {
    background-color: #FF9800 !important
}

.bg-soft-blue {
    background-color: rgba(50,116,240,.1) !important;
    border: 1px solid rgba(50,116,240,.1) !important;
    color: #FF9800 !important
}

    .bg-soft-blue .border {
        border-color: #FF9800 !important
    }

.text-blue {
    color: #FF9800 !important
}

a.text-blue:hover, a.text-blue:focus {
    color: #1a64ee !important
}

.bg-footer {
    background-color: #1e273e !important
}

.bg-soft-footer {
    background-color: rgba(30,39,62,.1) !important;
    border: 1px solid rgba(30,39,62,.1) !important;
    color: #1e273e !important
}

    .bg-soft-footer .border {
        border-color: #1e273e !important
    }

.text-footer {
    color: #1e273e !important
}

a.text-footer:hover, a.text-footer:focus {
    color: #161c2d !important
}

.bg-soft-light {
    color: #3c4858 !important
}

a {
    transition: all .5s ease
}

.d-flex .flex-1 {
    flex: 1
}

.content.flex-1.ms-3 {
    border-radius: 10px;
    background-color: #e5e5e53b;
    padding: 15px 10px;
    margin-bottom: 10px;
    border: solid #ffffff 2px;
    transition: all 0.3s;
}

    .content.flex-1.ms-3 p {
        height: 6rem;
    }

    .content.flex-1.ms-3:hover {
        border: solid #ea7300 2px;
        transition: all 0.3s;
    }

.bg-black {
    background: #161c2d !important
}

.bg-white-blur {
    backdrop-filter: blur(12px);
    background-color: rgba(255,255,255,.8)
}

video:focus {
    outline: 0
}

.list-inline-item:not(:last-child) {
    margin-left: 0;
    margin-bottom: 5px
}

.opacity-05 {
    opacity: .05
}

.opacity-075 {
    opacity: .075
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

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

.rounded-top {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important
}

.rounded-left {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-bottom {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-right {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

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

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

.border {
    border-color: #e9ecef !important
}

.border-top {
    border-top-color: #e9ecef !important
}

.border-bottom {
    border-bottom-color: #e9ecef !important
}

.border-left {
    border-right-color: #e9ecef !important
}

.border-right {
    border-left-color: #e9ecef !important
}

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

.card {
    background: transparent
}

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

.position-middle-bottom {
    position: absolute;
    bottom: 15px;
    right: 12px;
    left: 12px;
    text-align: center
}

@media(max-width: 767px) {
    .pt-sm-150 {
        padding-top: 200px
    }
}

@media(max-width: 768px) {
    .display-1 {
        font-size: 56px !important
    }

    .display-2 {
        font-size: 50px !important
    }

    .display-3 {
        font-size: 42px !important
    }

    .display-4 {
        font-size: 36px !important
    }

    .display-5 {
        font-size: 32px !important
    }

    .display-6 {
        font-size: 28px !important
    }
}

.btn-primary {
    background-color: #002b85 !important;
    border: unset;
    color: #ffffff !important;
    /* background-image: linear-gradient(79deg, #001338 38.28%, #002b85 99.97%); */
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
        background-color: #1058df !important;
        border-color: #1058df !important;
        color: #fff !important
    }

.btn-soft-primary {
    background-color: rgba(50,116,240,.1) !important;
    border: 1px solid rgba(50,116,240,.1) !important;
    color: #FF9800 !important;
    box-shadow: 0 3px 5px 0 rgba(50,116,240,.3)
}

    .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
        background-color: #FF9800 !important;
        border-color: #FF9800 !important;
        color: #fff !important
    }

.btn-outline-primary {
    border: 1px solid #FF9800;
    color: #FF9800;
    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: #FF9800;
        border-color: #FF9800;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(50,116,240,.3)
    }

.btn-secondary {
    background-color: #90a1b3 !important;
    border: 1px solid #90a1b3 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(144,161,179,.3)
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
        background-color: #72879e !important;
        border-color: #72879e !important;
        color: #fff !important
    }

.btn-soft-secondary {
    background-color: rgba(144,161,179,.1) !important;
    border: 1px solid rgba(144,161,179,.1) !important;
    color: #90a1b3 !important;
    box-shadow: 0 3px 5px 0 rgba(144,161,179,.3)
}

    .btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
        background-color: #90a1b3 !important;
        border-color: #90a1b3 !important;
        color: #fff !important
    }

.btn-outline-secondary {
    border: 1px solid #90a1b3;
    color: #90a1b3;
    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: #90a1b3;
        border-color: #90a1b3;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(144,161,179,.3)
    }

.btn-success {
    background-color: #8dc351 !important;
    border: 1px solid #8dc351 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(141,195,81,.3)
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
        background-color: #73a73a !important;
        border-color: #73a73a !important;
        color: #fff !important
    }

.btn-soft-success {
    background-color: rgba(141,195,81,.1) !important;
    border: 1px solid rgba(141,195,81,.1) !important;
    color: #8dc351 !important;
    box-shadow: 0 3px 5px 0 rgba(141,195,81,.3)
}

    .btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
        background-color: #8dc351 !important;
        border-color: #8dc351 !important;
        color: #fff !important
    }

.btn-outline-success {
    border: 1px solid #8dc351;
    color: #8dc351;
    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: #8dc351;
        border-color: #8dc351;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(141,195,81,.3)
    }

.btn-warning {
    background-color: #f1af2d !important;
    border: 1px solid #f1af2d !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(241,175,45,.3)
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
        background-color: #dc970f !important;
        border-color: #dc970f !important;
        color: #fff !important
    }

.btn-soft-warning {
    background-color: rgba(241,175,45,.1) !important;
    border: 1px solid rgba(241,175,45,.1) !important;
    color: #f1af2d !important;
    box-shadow: 0 3px 5px 0 rgba(241,175,45,.3)
}

    .btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
        background-color: #f1af2d !important;
        border-color: #f1af2d !important;
        color: #fff !important
    }

.btn-outline-warning {
    border: 1px solid #f1af2d;
    color: #f1af2d;
    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: #f1af2d;
        border-color: #f1af2d;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(241,175,45,.3)
    }

.btn-info {
    background-color: #09a5be !important;
    border: 1px solid #09a5be !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(9,165,190,.3)
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
        background-color: #077b8d !important;
        border-color: #077b8d !important;
        color: #fff !important
    }

.btn-soft-info {
    background-color: rgba(9,165,190,.1) !important;
    border: 1px solid rgba(9,165,190,.1) !important;
    color: #09a5be !important;
    box-shadow: 0 3px 5px 0 rgba(9,165,190,.3)
}

    .btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
        background-color: #09a5be !important;
        border-color: #09a5be !important;
        color: #fff !important
    }

.btn-outline-info {
    border: 1px solid #09a5be;
    color: #09a5be;
    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: #09a5be;
        border-color: #09a5be;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(9,165,190,.3)
    }

.btn-danger {
    background-color: #e84142 !important;
    border: 1px solid #e84142 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(232,65,66,.3)
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
        background-color: #db1b1c !important;
        border-color: #db1b1c !important;
        color: #fff !important
    }

.btn-soft-danger {
    background-color: rgba(232,65,66,.1) !important;
    border: 1px solid rgba(232,65,66,.1) !important;
    color: #e84142 !important;
    box-shadow: 0 3px 5px 0 rgba(232,65,66,.3)
}

    .btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
        background-color: #e84142 !important;
        border-color: #e84142 !important;
        color: #fff !important
    }

.btn-outline-danger {
    border: 1px solid #e84142;
    color: #e84142;
    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: #e84142;
        border-color: #e84142;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(232,65,66,.3)
    }

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(60,72,88,.3)
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
        background-color: #272f3a !important;
        border-color: #272f3a !important;
        color: #fff !important
    }

.btn-soft-dark {
    background-color: rgba(60,72,88,.1) !important;
    border: 1px solid rgba(60,72,88,.1) !important;
    color: #3c4858 !important;
    box-shadow: 0 3px 5px 0 rgba(60,72,88,.3)
}

    .btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
        background-color: #3c4858 !important;
        border-color: #3c4858 !important;
        color: #fff !important
    }

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    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: #3c4858;
        border-color: #3c4858;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(60,72,88,.3)
    }

.btn-muted {
    background-color: #8c98a4 !important;
    border: 1px solid #8c98a4 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(140,152,164,.3)
}

    .btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
        background-color: #707f8d !important;
        border-color: #707f8d !important;
        color: #fff !important
    }

.btn-soft-muted {
    background-color: rgba(140,152,164,.1) !important;
    border: 1px solid rgba(140,152,164,.1) !important;
    color: #8c98a4 !important;
    box-shadow: 0 3px 5px 0 rgba(140,152,164,.3)
}

    .btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
        background-color: #8c98a4 !important;
        border-color: #8c98a4 !important;
        color: #fff !important
    }

.btn-outline-muted {
    border: 1px solid #8c98a4;
    color: #8c98a4;
    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: #8c98a4;
        border-color: #8c98a4;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(140,152,164,.3)
    }

.btn-light {
    background-color: #f7f8fa !important;
    border: 1px solid #f7f8fa !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(247,248,250,.3)
}

    .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
        background-color: #d8dde6 !important;
        border-color: #d8dde6 !important;
        color: #fff !important
    }

.btn-soft-light {
    background-color: rgba(247,248,250,.1) !important;
    border: 1px solid rgba(247,248,250,.1) !important;
    color: #f7f8fa !important;
    box-shadow: 0 3px 5px 0 rgba(247,248,250,.3)
}

    .btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
        background-color: #f7f8fa !important;
        border-color: #f7f8fa !important;
        color: #fff !important
    }

.btn-outline-light {
    border: 1px solid #f7f8fa;
    color: #f7f8fa;
    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: #f7f8fa;
        border-color: #f7f8fa;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(247,248,250,.3)
    }

.btn-blue {
    background-color: #FF9800 !important;
    border: 1px solid #FF9800 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(50,116,240,.3)
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
        background-color: #1058df !important;
        border-color: #1058df !important;
        color: #fff !important
    }

.btn-soft-blue {
    background-color: rgba(50,116,240,.1) !important;
    border: 1px solid rgba(50,116,240,.1) !important;
    color: #FF9800 !important;
    box-shadow: 0 3px 5px 0 rgba(50,116,240,.3)
}

    .btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus {
        background-color: #FF9800 !important;
        border-color: #FF9800 !important;
        color: #fff !important
    }

.btn-outline-blue {
    border: 1px solid #FF9800;
    color: #FF9800;
    background-color: transparent
}

    .btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
        background-color: #FF9800;
        border-color: #FF9800;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(50,116,240,.3)
    }

.btn-footer {
    background-color: #1e273e !important;
    border: 1px solid #1e273e !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(30,39,62,.3)
}

    .btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
        background-color: #0e111c !important;
        border-color: #0e111c !important;
        color: #fff !important
    }

.btn-soft-footer {
    background-color: rgba(30,39,62,.1) !important;
    border: 1px solid rgba(30,39,62,.1) !important;
    color: #1e273e !important;
    box-shadow: 0 3px 5px 0 rgba(30,39,62,.3)
}

    .btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
        background-color: #1e273e !important;
        border-color: #1e273e !important;
        color: #fff !important
    }

.btn-outline-footer {
    border: 1px solid #1e273e;
    color: #1e273e;
    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: #1e273e;
        border-color: #1e273e;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(30,39,62,.3)
    }

.btn {
    padding: 10px 20px;
    outline: 0;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .5px;
    transition: all .3s;
    font-weight: 500;
    border-radius: 5px
}

    .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-pills-0 {
        border-radius: 0
    }

    .btn.btn-font-sm {
        font-size: 14px
    }

    .btn.btn-light {
        color: #3c4858 !important;
        border: 1px solid #dee2e6 !important
    }

        .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
            background-color: #3c4858 !important;
            border: 1px solid #3c4858 !important;
            color: #fff !important;
            box-shadow: 0 3px 5px 0 rgba(60,72,88,.3)
        }

    .btn.btn-soft-light {
        color: rgba(60,72,88,.5) !important;
        border: 1px solid #dee2e6 !important
    }

        .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: #3c4858 !important
        }

    .btn.btn-outline-light {
        border: 1px solid #dee2e6 !important;
        color: #3c4858 !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: #f7f8fa !important
        }

    .btn.btn-icon {
        height: 44px;
        width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important
    }

        .btn.btn-icon .icons {
            height: 16px;
            width: 16px;
            font-size: 16px
        }

        .btn.btn-icon.btn-lg {
            height: 54px;
            width: 54px
        }

            .btn.btn-icon.btn-lg .icons {
                height: 18px;
                width: 18px;
                font-size: 18px
            }

        .btn.btn-icon.btn-sm {
            height: 31px;
            width: 31px
        }

button:not(:disabled) {
    outline: 0
}

.modal_box_serves .modal-content .btn {
    background-color: #FF9800 !important;
    border: unset !important;
    box-shadow: unset !important;
    min-width: 120px;
    border-radius: 15px;
}

.shadow {
    box-shadow: 0 0 3px rgba(60,72,88,.15) !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(60,72,88,.15) !important
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(60,72,88,.2) !important
}

.text-shadow-dark-lg {
    text-shadow: 0 10px 25px rgba(60,72,88,.8);
    letter-spacing: 3px
}

.badge {
    letter-spacing: .5px;
    padding: 4px 8px;
    font-weight: 500;
    line-height: 11px
}

    .badge.badge-link:hover {
        color: #fff !important
    }

    .badge:hover {
        color: #fff
    }

.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: #FF9800 !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: #90a1b3 !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: #8dc351 !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: #f1af2d !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: #09a5be !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: #e84142 !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: #3c4858 !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: #8c98a4 !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: #f7f8fa !important
}

.dropdown-blue .dropdown-menu .dropdown-item:hover, .dropdown-blue .dropdown-menu .dropdown-item.active, .dropdown-blue .dropdown-menu .dropdown-item:active, .dropdown-blue .dropdown-menu .dropdown-item.focus, .dropdown-blue .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #FF9800 !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: #1e273e !important
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    left: -4px;
    top: -2px;
    border: solid #fff;
    border-radius: .5px;
    border-width: 0 0 2px 2px;
    padding: 3px;
    transform: rotate(-45deg);
    margin-right: 0;
    vertical-align: 0
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(60,72,88,.15)
}

    .btn-group .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 2px;
        right: 45px;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-radius: .5px;
        border-color: transparent #fff #fff transparent;
        transform-origin: 100% 0;
        transform: rotate(-135deg);
        box-shadow: 2px 2px 2px -1px rgba(22,28,45,.15)
    }

.alert-primary {
    background-color: rgba(50,116,240,.9);
    color: #fff;
    border-color: #FF9800
}

    .alert-primary .alert-link {
        color: #093280
    }

.alert-outline-primary {
    background-color: #fff;
    color: #FF9800;
    border-color: #FF9800
}

.alert-secondary {
    background-color: rgba(144,161,179,.9);
    color: #fff;
    border-color: #90a1b3
}

    .alert-secondary .alert-link {
        color: #455565
    }

.alert-outline-secondary {
    background-color: #fff;
    color: #90a1b3;
    border-color: #90a1b3
}

.alert-success {
    background-color: rgba(141,195,81,.9);
    color: #fff;
    border-color: #8dc351
}

    .alert-success .alert-link {
        color: #3f5b20
    }

.alert-outline-success {
    background-color: #fff;
    color: #8dc351;
    border-color: #8dc351
}

.alert-warning {
    background-color: rgba(241,175,45,.9);
    color: #fff;
    border-color: #f1af2d
}

    .alert-warning .alert-link {
        color: #7d5608
    }

.alert-outline-warning {
    background-color: #fff;
    color: #f1af2d;
    border-color: #f1af2d
}

.alert-info {
    background-color: rgba(9,165,190,.9);
    color: #fff;
    border-color: #09a5be
}

    .alert-info .alert-link {
        color: #02262c
    }

.alert-outline-info {
    background-color: #fff;
    color: #09a5be;
    border-color: #09a5be
}

.alert-danger {
    background-color: rgba(232,65,66,.9);
    color: #fff;
    border-color: #e84142
}

    .alert-danger .alert-link {
        color: #801010
    }

.alert-outline-danger {
    background-color: #fff;
    color: #e84142;
    border-color: #e84142
}

.alert-dark {
    background-color: rgba(60,72,88,.9);
    color: #fff;
    border-color: #3c4858
}

    .alert-dark .alert-link {
        color: #000
    }

.alert-outline-dark {
    background-color: #fff;
    color: #3c4858;
    border-color: #3c4858
}

.alert-muted {
    background-color: rgba(140,152,164,.9);
    color: #fff;
    border-color: #8c98a4
}

    .alert-muted .alert-link {
        color: #434c54
    }

.alert-outline-muted {
    background-color: #fff;
    color: #8c98a4;
    border-color: #8c98a4
}

.alert-light {
    background-color: rgba(247,248,250,.9);
    color: #fff;
    border-color: #f7f8fa
}

    .alert-light .alert-link {
        color: #99a6bf
    }

.alert-outline-light {
    background-color: #fff;
    color: #f7f8fa;
    border-color: #f7f8fa
}

.alert-blue {
    background-color: rgba(50,116,240,.9);
    color: #fff;
    border-color: #FF9800
}

    .alert-blue .alert-link {
        color: #093280
    }

.alert-outline-blue {
    background-color: #fff;
    color: #FF9800;
    border-color: #FF9800
}

.alert-footer {
    background-color: rgba(30,39,62,.9);
    color: #fff;
    border-color: #1e273e
}

    .alert-footer .alert-link {
        color: #000
    }

.alert-outline-footer {
    background-color: #fff;
    color: #1e273e;
    border-color: #1e273e
}

.alert {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px
}

    .alert.alert-light {
        background-color: #fff;
        color: #3c4858;
        border-color: #e9ecef
    }

    .alert.alert-dismissible {
        padding-left: 30px
    }

        .alert.alert-dismissible .btn-close {
            top: 10px;
            left: 10px;
            padding: 0
        }

    .alert.alert-pills {
        border-radius: 30px;
        display: inline-block
    }

        .alert.alert-pills .content {
            font-weight: 500
        }

.breadcrumb {
    letter-spacing: .5px;
    padding: 8px 24px;
    display: block
}

    .breadcrumb.breadcrumb-muted .breadcrumb-item a {
        color: rgba(255,255,255,.5)
    }

        .breadcrumb.breadcrumb-muted .breadcrumb-item a:hover {
            color: #fff !important
        }

    .breadcrumb.breadcrumb-muted .breadcrumb-item:after {
        color: rgba(255,255,255,.5)
    }

    .breadcrumb.breadcrumb-muted .breadcrumb-item.active {
        color: #fff !important
    }

    .breadcrumb .breadcrumb-item {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        padding-right: 0;
        display: inline-block
    }

        .breadcrumb .breadcrumb-item a {
            color: #3c4858
        }

            .breadcrumb .breadcrumb-item a:hover {
                color: #FF9800
            }

        .breadcrumb .breadcrumb-item.active {
            color: #FF9800
        }

        .breadcrumb .breadcrumb-item:before {
            content: ""
        }

        .breadcrumb .breadcrumb-item:after {
            content: "ó°…‚" !important;
            font-size: 15px;
            color: #3c4858;
            font-family: "Material Design Icons";
            padding-right: 5px
        }

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

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #3c4858;
    padding: 0;
    width: 36px;
    height: 36px;
    margin: auto 8px;
    background: #f8f9fa;
    transition: all .5s ease;
    font-size: 14px
}

    .pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
        background: #FF9800;
        color: #fff;
        box-shadow: 0 10px 25px rgba(60,72,88,.15)
    }

.avatar.avatar-ex-sm {
    max-height: 25px
}

.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
}

.accordion .accordion-item {
    overflow: hidden
}

    .accordion .accordion-item .accordion-button {
        font-weight: 500;
        text-align: right;
        padding-left: 32px
    }

        .accordion .accordion-item .accordion-button:focus {
            box-shadow: none
        }

        .accordion .accordion-item .accordion-button:after {
            content: "-";
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #FF9800;
            position: absolute;
            left: 20px;
            transition: all .5s ease
        }

        .accordion .accordion-item .accordion-button.collapsed {
            background-color: #fff;
            transition: all .5s
        }

            .accordion .accordion-item .accordion-button.collapsed:after {
                content: "+";
                width: 20px;
                height: 20px;
                left: 10px;
                line-height: 20px;
                color: #3c4858
            }

        .accordion .accordion-item .accordion-button:after {
            background-image: none
        }

        .accordion .accordion-item .accordion-button:not(.collapsed) {
            color: #FF9800;
            box-shadow: none
        }

    .accordion .accordion-item .accordion-body {
        padding: 0 20px 20px
    }

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

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

        .nav-pills .nav-link.nav-link-alt {
            color: #fff !important
        }

            .nav-pills .nav-link.nav-link-alt.active {
                background: #3c4858 !important
            }

        .nav-pills .nav-link.active {
            background: #FF9800;
            color: #fff !important
        }

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

.progress-box .progress {
    height: 4px;
    overflow: visible
}

    .progress-box .progress .progress-bar {
        border-radius: 6px;
        animation: animate-positive 3s;
        overflow: visible !important
    }

    .progress-box .progress .progress-value {
        position: absolute;
        top: -32px;
        left: 0
    }

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.blockquote {
    font-size: 18px;
    max-width: 700px;
    position: relative;
    padding: 24px
}

.form-label, .form-check-label {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.form-control {
    border: 1px solid #dee2e6;
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 6px
}

    .form-control:focus {
        border-color: #FF9800;
        box-shadow: none
    }

    .form-control[readonly] {
        background-color: #fff
    }

    .form-control:disabled {
        background-color: #dee2e6
    }

.form-check-input:focus {
    border-color: #FF9800;
    box-shadow: none
}

.form-check-input.form-check-input:checked {
    background-color: #FF9800;
    border-color: #FF9800
}

.subcribe-form .btn {
    padding: 10px 20px
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: 0;
    outline: 0 !important;
    padding-left: 160px;
    background-color: rgba(255,255,255,.8)
}

.subcribe-form button {
    position: absolute;
    top: 1.5px;
    left: 2px;
    outline: 0 !important
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0 auto
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto
}

    .table-responsive .table td, .table-responsive .table th {
        vertical-align: middle
    }

    .table-responsive .table.table-nowrap th, .table-responsive .table.table-nowrap td {
        white-space: nowrap
    }

    .table-responsive .table-center th {
        vertical-align: middle !important
    }

    .table-responsive .table-center tbody tr:hover {
        color: #3c4858;
        background-color: #f8f9fa
    }

    .table-responsive .table-center.invoice-tb th, .table-responsive .table-center.invoice-tb td {
        text-align: end
    }

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(-45deg,#fff,#fff);
    z-index: 9999999
}

    #preloader #status {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

        #preloader #status .spinner {
            width: 40px;
            height: 40px;
            position: relative;
            margin: 100px auto
        }

            #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #FF9800;
                opacity: .6;
                position: absolute;
                top: 0;
                right: 0;
                animation: sk-bounce 2s infinite ease-in-out
            }

            #preloader #status .spinner .double-bounce2 {
                animation-delay: -1s
            }

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.social-icon li a {
    color: #3c4858;
    display: inline-block;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: all .4s ease;
    overflow: hidden;
    position: relative
}

    .social-icon li a .fea-social {
        stroke-width: 2
    }

    .social-icon li a:hover {
        background-color: #FF9800;
        border-color: #FF9800 !important;
        color: #fff !important
    }

        .social-icon li a:hover .fea-social {
            fill: #FF9800
        }

.social-icon.social li a {
    color: #8890a4;
    border-color: #8890a4
}

.social-icon.foot-social-icon li a {
    color: #8890a4;
    border-color: #232d48
}

.social-icon.team-social li a {
    color: rgba(255,255,255,.4);
    border-color: rgba(255,255,255,.4)
}

.social-icon.tagline-social li a {
    border: 0;
    height: auto;
    width: auto;
    padding-right: 8px
}

    .social-icon.tagline-social li a i {
        color: #8c98a4
    }

        .social-icon.tagline-social li a i:hover {
            color: #FF9800 !important
        }

    .social-icon.tagline-social li a:hover {
        background: transparent
    }

.social-icon.tagline-social.social-white li a i {
    color: #fff
}

.social-icon.tagline-social.social-dark li a i {
    color: #3c4858
}

.dropcaps {
    float: right;
    line-height: 1;
    font-weight: bold
}

.back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FF9800;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    z-index: 99;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
    transition: all .5s ease
}

    .back-to-top:hover {
        background-color: #1058df !important
    }

.back-to-home {
    position: fixed;
    top: 4%;
    left: 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
    }

[class^=uil-]:before, [class*=" uil-"]:before {
    margin: 0
}

.uim-svg {
    vertical-align: 0 !important
}

body {
    font-family: "Poppins",sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #3c4858
}

.text-sm-start.text-center img {
    width: 10rem;
}

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

::selection {
    background: rgba(50,116,240,.9);
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    line-height: 1.6
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.switcher-button .t-dark, .switcher-button .t-rtl-light {
    display: inline-flex
}

.switcher-button .t-ltr-light, .switcher-button .t-light, .switcher-button .t-rtl-dark, .switcher-button .t-ltr-dark {
    display: none
}

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

@media(max-width: 768px) {
    .section {
        padding: 60px 0
    }
}

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

.bg-overlay {
    background-color: rgba(22,28,45,.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.bg-gradient-primary {
    background: linear-gradient(to left,#1058df 0%,#614092 100%)
}

.bg-linear-gradient {
    /* background: linear-gradient(to bottom,rgba(22,28,45,.8) 0%,rgba(60,72,88,.3) 25%,rgba(60,72,88,.3) 35%,rgba(22,28,45,.8) 100%); */
    background-image: linear-gradient(79deg, #00133847 38.28%, #002b859e 99.97%);
}

.bg-gradient-overlay {
    background: linear-gradient(to bottom,rgba(22,28,45,.5) 0%,rgba(22,28,45,.6) 25%,rgba(22,28,45,.7) 50%,rgba(22,28,45,.8) 100%)
}

.bg-gradient-white-overlay {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,.5) 100%)
}

.bg-gradient-overlay-white {
    background-image: linear-gradient(to right,rgba(255,255,255,.1) 0%,rgba(255,255,255,.3) 5%,rgba(255,255,255,.5) 10%,rgba(255,255,255,.7) 15%,rgba(255,255,255,.9) 20%,white 25%,white 30%,white 35%,white 40%,white 45%,white 50%,white 55%,white 60%,white 65%,white 70%,white 75%,rgba(255,255,255,.9) 80%,rgba(255,255,255,.7) 85%,rgba(255,255,255,.5) 90%,rgba(255,255,255,.3) 95%,rgba(255,255,255,.1) 100%)
}

.bg-gradient-overlay-dark {
    background-image: linear-gradient(to right,rgba(22,28,45,.1) 0%,rgba(22,28,45,.3) 5%,rgba(22,28,45,.5) 10%,rgba(22,28,45,.7) 15%,rgba(22,28,45,.9) 20%,#161c2d 25%,#161c2d 30%,#161c2d 35%,#161c2d 40%,#161c2d 45%,#161c2d 50%,#161c2d 55%,#161c2d 60%,#161c2d 65%,#161c2d 70%,#161c2d 75%,rgba(22,28,45,.9) 80%,rgba(22,28,45,.7) 85%,rgba(22,28,45,.5) 90%,rgba(22,28,45,.3) 95%,rgba(22,28,45,.1) 100%)
}

.bg-overlay-white {
    background-color: rgba(255,255,255,.5)
}

.card {
    border: 0
}

    .card.team.team-primary .card-img {
        /* background-image: linear-gradient(79deg, #FF9800 38.28%, #FF9800 99.97%); */
        padding: 12px;
    }

    .card .card-img {
        position: relative
    }

        .card .card-img .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, #3F51B5 100%);
            transition: all .5s ease
        }

    .card:hover .card-img .card-overlay {
        opacity: 1
    }

.features-absolute {
    position: relative;
    z-index: 2;
    transition: all .5s ease
}

.features-absolute {
    margin: -200px 0 0
}

@media(max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0
    }
}

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

    .title-heading.text-center .pbox {
        color: #fff;
        line-height: 2;
        max-width: 43rem;
        text-align: right;
        font-size: 22px;
    }

.pbox_a {
    border-radius: 38px;
    width: 260px;
    display: inline-block;
    text-align: center;
    margin: auto;
    border: solid 1px #ffffff;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    position: relative;
    top: 4rem;
}

a.pbox_a:hover {
    background-color: #ffffff9c;
    color: #000000;
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px
}

    .title-heading .heading.page-heading {
        font-size: 36px !important
    }

@media(max-width: 768px) {
    .title-heading .heading.page-heading {
        font-size: 30px !important
    }
}

@media(max-width: 768px) {
    .title-heading .heading {
        font-size: 36px !important
    }
}

.title-heading .para-desc {
    font-size: 16px;
    text-align: justify
}

.section-title .title {
    font-size: 28px !important;
    color: #FF9800;
}

@media(max-width: 768px) {
    .section-title .title {
        font-size: 24px !important
    }
}

.para-desc {
    max-width: 600px;
    background-color: #ffffff21;
    padding: 22px;
    border-radius: 15px;
    color: #ffffff !important;
}

p.text-muted.para-desc.mx-auto.mb-5 {
    background-image: linear-gradient(79deg, #3F51B5 38.28%, #002b85 99.97%);
}

p.text-muted.para-desc.mb-0.justify-text {
    background-image: linear-gradient(79deg, #3F51B5 38.28%, #002b85 99.97%);
}

p.text-muted.para-desc.mx-auto.mb-0 {
    max-width: 600px;
    background-color: #fff2df;
    padding: 22px;
    border-radius: 15px;
    color: #666666 !important;
}

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

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

    .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
    }
}

@media(max-width: 425px) {
    .shape {
        bottom: -4px
    }
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    z-index: 1;
    right: 0
}

    .home-shape-arrow i {
        background: #f7f8fa;
        height: 50px;
        width: 50px;
        margin: 0 auto;
        line-height: 50px;
        text-align: center;
        box-shadow: 0 0 3px rgba(60,72,88,.15);
        border-radius: 30px
    }

    .home-shape-arrow .arrow-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
        display: inline-block
    }

.ribbon.ribbon-primary span {
    background-color: #FF9800 !important
}

    .ribbon.ribbon-primary span:before {
        border-right-color: #1058df;
        border-top-color: #1058df
    }

    .ribbon.ribbon-primary span:after {
        border-left-color: #1058df;
        border-top-color: #1058df
    }

.ribbon.ribbon-secondary span {
    background-color: #90a1b3 !important
}

    .ribbon.ribbon-secondary span:before {
        border-right-color: #72879e;
        border-top-color: #72879e
    }

    .ribbon.ribbon-secondary span:after {
        border-left-color: #72879e;
        border-top-color: #72879e
    }

.ribbon.ribbon-success span {
    background-color: #8dc351 !important
}

    .ribbon.ribbon-success span:before {
        border-right-color: #73a73a;
        border-top-color: #73a73a
    }

    .ribbon.ribbon-success span:after {
        border-left-color: #73a73a;
        border-top-color: #73a73a
    }

.ribbon.ribbon-warning span {
    background-color: #f1af2d !important
}

    .ribbon.ribbon-warning span:before {
        border-right-color: #dc970f;
        border-top-color: #dc970f
    }

    .ribbon.ribbon-warning span:after {
        border-left-color: #dc970f;
        border-top-color: #dc970f
    }

.ribbon.ribbon-info span {
    background-color: #09a5be !important
}

    .ribbon.ribbon-info span:before {
        border-right-color: #077b8d;
        border-top-color: #077b8d
    }

    .ribbon.ribbon-info span:after {
        border-left-color: #077b8d;
        border-top-color: #077b8d
    }

.ribbon.ribbon-danger span {
    background-color: #e84142 !important
}

    .ribbon.ribbon-danger span:before {
        border-right-color: #db1b1c;
        border-top-color: #db1b1c
    }

    .ribbon.ribbon-danger span:after {
        border-left-color: #db1b1c;
        border-top-color: #db1b1c
    }

.ribbon.ribbon-dark span {
    background-color: #3c4858 !important
}

    .ribbon.ribbon-dark span:before {
        border-right-color: #272f3a;
        border-top-color: #272f3a
    }

    .ribbon.ribbon-dark span:after {
        border-left-color: #272f3a;
        border-top-color: #272f3a
    }

.ribbon.ribbon-muted span {
    background-color: #8c98a4 !important
}

    .ribbon.ribbon-muted span:before {
        border-right-color: #707f8d;
        border-top-color: #707f8d
    }

    .ribbon.ribbon-muted span:after {
        border-left-color: #707f8d;
        border-top-color: #707f8d
    }

.ribbon.ribbon-light span {
    background-color: #f7f8fa !important
}

    .ribbon.ribbon-light span:before {
        border-right-color: #d8dde6;
        border-top-color: #d8dde6
    }

    .ribbon.ribbon-light span:after {
        border-left-color: #d8dde6;
        border-top-color: #d8dde6
    }

.ribbon.ribbon-blue span {
    background-color: #FF9800 !important
}

    .ribbon.ribbon-blue span:before {
        border-right-color: #1058df;
        border-top-color: #1058df
    }

    .ribbon.ribbon-blue span:after {
        border-left-color: #1058df;
        border-top-color: #1058df
    }

.ribbon.ribbon-footer span {
    background-color: #1e273e !important
}

    .ribbon.ribbon-footer span:before {
        border-right-color: #0e111c;
        border-top-color: #0e111c
    }

    .ribbon.ribbon-footer span:after {
        border-left-color: #0e111c;
        border-top-color: #0e111c
    }

.ribbon {
    position: absolute;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 2
}

    .ribbon.ribbon-right {
        left: -5px
    }

        .ribbon.ribbon-right span {
            left: -22px;
            transform: rotate(-45deg)
        }

    .ribbon.ribbon-left {
        right: -5px
    }

        .ribbon.ribbon-left span {
            right: -22px;
            transform: rotate(45deg)
        }

    .ribbon span {
        position: absolute;
        top: 17px;
        width: 100px;
        color: #fff
    }

        .ribbon span:before, .ribbon span:after {
            content: "";
            position: absolute;
            top: 100%;
            z-index: -1;
            border: 3px solid transparent
        }

        .ribbon span:before {
            right: 0
        }

        .ribbon span:after {
            left: 0
        }

.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0)
}

    .text-slider > ul {
        white-space: nowrap
    }

    .text-slider .move-text {
        animation: moveSlideshow 12s linear infinite
    }

@keyframes moveSlideshow {
    100% {
        transform: translateX(-45%)
    }
}

.mover {
    animation: mover 1s infinite alternate
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(10px)
    }
}

.feature-posts-placeholder {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 66.6%
}

@media(max-width: 425px) {
    .feature-posts-placeholder {
        height: 80%
    }
}

@media(max-width: 768px) {
    .img-fluid-responsive img {
        max-width: 550px
    }
}

@media(max-width: 767px) {
    .img-fluid-responsive img {
        max-width: 100%;
        height: auto
    }
}

@media(min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px
    }
}

@media(max-width: 768px) {
    .mt-60 {
        margin-top: 60px
    }
}

#topnav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all .5s ease;
    font-family: "Poppins",sans-serif;
    background-color: #FF9800;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    padding-top: 6px;
    box-shadow: 10px 0px 0px #fff2df inset, 20px 0px 0px #ffdeaf inset, 30px 0px 0px #ffcc81 inset;
}

    #topnav .logo {
        float: right;
        color: #3c4858 !important;
        background-color: #fff2df;
        border-radius: 0px 15px 15px 0px;
        position: absolute;
        top: 0px;
        height: 87px;
        padding-top: 6px;
        right: -1px;
        padding-left: 20px;
        padding-right: 14px;
        box-shadow: -10px 0px 0px #fff2df, -20px 0px 0px #ffdeaf, -30px 0px 0px #ffcc81;
    }

        #topnav .logo .l-dark, #topnav .logo .logo-dark-mode {
            display: none
        }

        #topnav .logo .l-light, #topnav .logo .logo-light-mode {
            display: inline-block;
            width: 170px;
        }

        #topnav .logo:focus {
            outline: 0
        }

    #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 #3c4858;
            border-radius: .5px;
            border-width: 0 0 2px 2px;
            display: inline-block;
            padding: 2px;
            transform: rotate(45deg);
            transition: all .3s ease;
            position: absolute;
            left: 20px;
            top: 14px
        }

        #topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
            border-color: #FF9800
        }

        #topnav .has-submenu.active a {
            color: #fff
        }

        #topnav .has-submenu.active .submenu li.active > a {
            color: #FF9800 !important
        }

        #topnav .has-submenu.active.active .menu-arrow {
            border-color: #FF9800
        }

    #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 10px 26px 0;
            height: 18px
        }

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

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

    #topnav .buy-button {
        float: left;
        line-height: 68px;
        padding-bottom: 6px;
        margin-top: 6.5px
    }

        #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: #FF9800
        }

    #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: right;
            display: block;
            position: relative;
            margin: 0 10px
        }

            #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
                color: #FF9800 !important
            }

            #topnav .navigation-menu > li > a {
                display: block;
                color: #3c4858;
                font-size: 13px;
                background-color: transparent !important;
                font-weight: 600;
                letter-spacing: 1px;
                line-height: 24px;
                text-transform: uppercase;
                transition: all .5s;
                padding-right: 10px;
                padding-left: 10px
            }

                #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
                    color: #FF9800
                }

            #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
                padding: 10px 20px;
                white-space: nowrap;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: .04em;
                font-weight: 700;
                color: #3c4858 !important
            }

        #topnav .navigation-menu.nav-right > li:last-child {
            margin-left: 0
        }

            #topnav .navigation-menu.nav-right > li:last-child a {
                padding-left: 0
            }

        #topnav .navigation-menu.nav-left > li:first-child {
            margin-right: 0
        }

        #topnav .navigation-menu .has-submenu .menu-arrow {
            border: solid #3c4858;
            border-radius: .5px;
            border-width: 0 0 2px 2px;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            position: absolute;
            transition: all .5s;
            left: -1px;
            top: 30px
        }

    #topnav .menu-extras {
        float: left
    }

    #topnav.scroll {
        background-color: #fff;
        border: 0;
        box-shadow: 0 0 3px rgba(60,72,88,.15)
    }

        #topnav.scroll .navigation-menu > li > a {
            color: #3c4858
        }

        #topnav.scroll .navigation-menu > li > .menu-arrow {
            border-color: #3c4858
        }

        #topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
            color: #FF9800
        }

        #topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
            border-color: #FF9800
        }

    #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,.8);
        box-shadow: 0 0 3px rgba(60,72,88,.15)
    }

        #topnav.nav-sticky .navigation-menu.nav-light > li > a {
            color: #3c4858
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #FF9800 !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: #FF9800 !important
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #FF9800 !important
        }

        #topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
            border-color: #3c4858
        }

        #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-left: 15px;
    padding: 0 0 6px 5px;
    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 {
            left: 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%;
            right: 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(60,72,88,.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: 11px;
                    text-transform: uppercase;
                    letter-spacing: .04em;
                    font-weight: 600;
                    color: #3c4858 !important;
                    transition: all .3s
                }

                    #topnav .navigation-menu > li .submenu li a:hover {
                        color: #FF9800 !important
                    }

                #topnav .navigation-menu > li .submenu li ul {
                    list-style: none;
                    padding-right: 0;
                    margin: 0
                }

            #topnav .navigation-menu > li .submenu.megamenu {
                white-space: nowrap;
                right: 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 {
                        right: 100%;
                        top: 0;
                        margin-right: 10px;
                        margin-top: -1px
                    }

            #topnav .navigation-menu > li .submenu > li .submenu {
                right: 101%;
                top: 0;
                margin-right: 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: #FF9800
        }

        #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
            color: #FF9800 !important
        }

        #topnav .navigation-menu > li:last-child .submenu {
            right: auto;
            left: 0
        }

            #topnav .navigation-menu > li:last-child .submenu:before {
                right: auto;
                left: 10px
            }

            #topnav .navigation-menu > li:last-child .submenu > li.has-submenu .submenu {
                right: auto;
                left: 100%;
                margin-right: 0;
                margin-left: 10px
            }

        #topnav .navigation-menu.nav-light > li > a {
            color: rgb(0 0 0);
        }

        #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,.5)
        }

        #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
            border-color: #fff !important
        }

        #topnav .navigation-menu.nav-left {
            justify-content: flex-end !important
        }

        #topnav .navigation-menu.nav-right {
            justify-content: flex-start !important
        }

            #topnav .navigation-menu.nav-right > li.last-elements .submenu {
                right: 0 !important;
                left: auto !important
            }

                #topnav .navigation-menu.nav-right > li.last-elements .submenu:before {
                    right: 45px !important;
                    left: auto !important
                }

    #topnav .buy-button {
        padding-right: 15px;
        margin-right: 15px
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important;
        /* border-bottom:1px solid #ffdec3; */
    }

    #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(60,72,88,.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-right: 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: .04em;
                        font-weight: 600;
                        color: #3c4858 !important;
                        transition: all .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-right: 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: #8c98a4
                        }

                #topnav .navigation-menu > li > a {
                    color: #3c4858;
                    padding: 10px 20px
                }

                    #topnav .navigation-menu > li > a:after {
                        position: absolute;
                        left: 15px
                    }

            #topnav .navigation-menu .has-submenu .menu-arrow {
                left: 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: #FF9800
            }

        #topnav .menu-extras .menu-item {
            border-color: #8c98a4
        }

        #topnav .navbar-header {
            float: right
        }

        #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;
            left: 20px;
            top: 12px
        }

        #topnav .has-submenu.active a {
            color: #FF9800
        }

        #topnav.nav-sticky {
            background-color: #fff !important
        }

    #navigation {
        position: absolute;
        top: 74px;
        right: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f6;
        border-bottom: 1px solid #f1f3f6;
        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-right: 0;
            margin-left: 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-left: 0 !important
    }
}

@media(max-width: 375px) {
    #topnav .buy-button .search-icon {
        padding-right: 15px
    }

    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px
    }

        #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
            transform: translate3d(0,-54px,0) !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: 0 !important
    }
}

@media(min-width: 576px) {
    .tagline-height {
        top: 20px !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 !important;
    !i;
    !;
    !im;
    !im;
    !i;
    !;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-80 {
    padding: 80px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-auth-home {
    padding: 142px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-circle-gradiant {
    background: radial-gradient(circle at 50% 50%,rgba(50,116,240,.1) 0%,rgba(50,116,240,.1) 33.333%,rgba(50,116,240,.3) 33.333%,rgba(50,116,240,.3) 66.666%,rgba(50,116,240,.5) 66.666%,rgba(50,116,240,.5) 99.999%)
}

@keyframes animate-right-to-left {
    from {
        background-position: 100% 0
    }

    to {
        background-position: 0% 0
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1
}

@media(min-width: 768px) {
    .home-dashboard.onepage-hero {
        overflow: hidden
    }
}

.saas-background {
    background: linear-gradient(-360deg,rgba(255,255,255,0) 0%,rgba(50,116,240,.2) 100%)
}

.zoom-image {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.image-wrap {
    position: absolute;
    top: -200px;
    bottom: -200px;
    right: -100px;
    left: -100px;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    animation: 100s ppb_kenburns linear infinite alternate
}

@keyframes move {
    0% {
        transform-origin: bottom;
        transform: scale(1)
    }

    100% {
        transform: scale(1.4)
    }
}

@keyframes ppb_kenburns {
    0% {
        transform: scale(1.3) translate(10%,10%)
    }

    25% {
        transform: scale(1) translate(0,0)
    }

    50% {
        transform: scale(1.3) translate(-10%,10%)
    }

    75% {
        transform: scale(1) translate(0,0)
    }

    100% {
        transform: scale(1.3) translate(10%,10%)
    }
}

.text-type-element:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 100%;
    background-color: rgba(50,116,240,.15);
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 0;
    transition: all .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%
}

.home-slider .carousel-fade .carousel-control-next, .home-slider .carousel-fade .carousel-control-prev {
    width: 80px;
    height: 80px;
    border: 0
}

@media(max-width: 425px) {
    .home-slider .carousel-fade .carousel-control-next, .home-slider .carousel-fade .carousel-control-prev {
        width: 40px;
        height: 40px
    }
}

.home-slider .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 30px !important;
    border: 0;
    background: rgba(50,116,240,.5)
}

.home-slider .carousel-indicators .active {
    opacity: 1;
    background: #FF9800;
    width: 14px !important
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 100%;
    background: rgba(50,116,240,.7);
    clip-path: polygon(0 0,100% 0,70% 100%,0% 100%)
}

@media(max-width: 767px) {
    .bg-animation-left:after {
        width: 100%;
        clip-path: polygon(0 0,100% 0,100% 100%,0% 100%)
    }
}

.bg-animation-left.dark-left:after {
    background: rgba(60,72,88,.6)
}

.bg-animation-left.crypto-home:after {
    background: #FF9800;
    width: 80%;
    clip-path: polygon(0 0,100% 0,50% 100%,0% 100%)
}

.seo-home {
    background: radial-gradient(circle at 50% -50%,rgba(107,107,107,.08) 0,rgba(107,107,107,.08) 33.333%,rgba(72,72,72,.08) 33.333%,rgba(72,72,72,.08) 66.666%,rgba(36,36,36,.08) 66.666%,rgba(36,36,36,.08) 99.999%),radial-gradient(circle at 0% 0%,rgba(184,184,184,.08) 0,rgba(184,184,184,.08) 33.333%,rgba(96,96,96,.08) 33.333%,rgba(96,96,96,.08) 66.666%,rgba(7,7,7,.08) 66.666%,rgba(7,7,7,.08) 99.999%),linear-gradient(-45deg,#f1af2d,#FF9800)
}

.shape-before .shape-img {
    position: absolute;
    top: -50px;
    right: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden
}

.swiper-slider-hero .swiper-container, .swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    .swiper-slider-hero .swiper-container .swiper-button-prev, .swiper-slider-hero .swiper-container .swiper-button-next {
        background: transparent;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-top: -30px;
        top: 98% !important
    }

        .swiper-slider-hero .swiper-container .swiper-button-prev:before, .swiper-slider-hero .swiper-container .swiper-button-next:before {
            font-family: "Material Design Icons";
            font-weight: 900;
            color: #fff
        }

        .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .swiper-slider-hero .swiper-container .swiper-button-next:hover {
            background: #FF9800;
            border-color: #FF9800 !important
        }

        .swiper-slider-hero .swiper-container .swiper-button-prev:focus, .swiper-slider-hero .swiper-container .swiper-button-next:focus {
            outline: 0
        }

    .swiper-slider-hero .swiper-container .swiper-button-prev {
        right: 10px
    }

        .swiper-slider-hero .swiper-container .swiper-button-prev:before {
            content: "ó°…"
        }

    .swiper-slider-hero .swiper-container .swiper-button-next {
        left: 10px
    }

        .swiper-slider-hero .swiper-container .swiper-button-next:before {
            content: "ó°…‚"
        }

.swiper-slider-hero .swiper-pagination-bullet {
    color: #f8f9fa;
    background: transparent
}

.swiper-slider-hero .swiper-pagination-bullet-active {
    color: #fff
}

.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-slider-hero .swiper-pagination-custom, .swiper-slider-hero .swiper-pagination-fraction {
    bottom: 45px
}

    .swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 13px
    }

.coming-soon, .maintenance, .gradient-text {
    background: linear-gradient(to left,#FF9800 0%,#e84142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.coming-soon {
    font-size: 100px !important
}

@media(max-width: 768px) {
    .coming-soon {
        font-size: 72px !important
    }
}

@media(max-width: 425px) {
    .coming-soon {
        font-size: 42px !important
    }
}

@media(min-width: 769px) {
    .bg-studio:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: #fff none repeat scroll 100% 0;
        z-index: 2
    }
}

@media(max-width: 768px) {
    .bg-half {
        padding: 169px 0 50px
    }
}

@media(max-width: 767px) {
    .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;
        height: auto
    }
}

.features.feature-primary .title:hover {
    color: #FF9800 !important
}

.features.feature-primary .icon {
    color: #FF9800 !important
}

.features.feature-primary .link {
    color: #FF9800 !important
}

.features.feature-primary .fea-icon {
    /* background-color: #FF9800; */
}

    .features.feature-primary .fea-icon.bg-soft {
        background-color: rgba(50,116,240,.1);
        color: #FF9800
    }

.features.feature-primary.feature-bg:hover {
    background: #FF9800 !important;
}

    .features.feature-primary.feature-bg:hover .fea-icon {
        color: #FF9800 !important
    }

.features.feature-primary .fea-icon img {
    border-radius: 48px;
    text-align: center;
    display: block;
    margin: auto;
    width: 85px;
    border: dashed 1px #ffdead;
    box-shadow: 1px 5px 28px -18px #979292;
    padding: 5px;
    background-color: #163896;
}

.features.feature-secondary .title:hover {
    color: #90a1b3 !important
}

.features.feature-secondary .icon {
    color: #90a1b3 !important
}

.features.feature-secondary .link {
    color: #90a1b3 !important
}

.features.feature-secondary .fea-icon {
    background-color: #90a1b3
}

    .features.feature-secondary .fea-icon.bg-soft {
        background-color: rgba(144,161,179,.1);
        color: #90a1b3
    }

.features.feature-secondary.feature-bg:hover {
    background: #90a1b3
}

    .features.feature-secondary.feature-bg:hover .fea-icon {
        color: #90a1b3 !important
    }

.features.feature-success .title:hover {
    color: #8dc351 !important
}

.features.feature-success .icon {
    color: #8dc351 !important
}

.features.feature-success .link {
    color: #8dc351 !important
}

.features.feature-success .fea-icon {
    background-color: #8dc351
}

    .features.feature-success .fea-icon.bg-soft {
        background-color: rgba(141,195,81,.1);
        color: #8dc351
    }

.features.feature-success.feature-bg:hover {
    background: #8dc351
}

    .features.feature-success.feature-bg:hover .fea-icon {
        color: #8dc351 !important
    }

.features.feature-warning .title:hover {
    color: #f1af2d !important
}

.features.feature-warning .icon {
    color: #f1af2d !important
}

.features.feature-warning .link {
    color: #f1af2d !important
}

.features.feature-warning .fea-icon {
    background-color: #f1af2d
}

    .features.feature-warning .fea-icon.bg-soft {
        background-color: rgba(241,175,45,.1);
        color: #f1af2d
    }

.features.feature-warning.feature-bg:hover {
    background: #f1af2d
}

    .features.feature-warning.feature-bg:hover .fea-icon {
        color: #f1af2d !important
    }

.features.feature-info .title:hover {
    color: #09a5be !important
}

.features.feature-info .icon {
    color: #09a5be !important
}

.features.feature-info .link {
    color: #09a5be !important
}

.features.feature-info .fea-icon {
    background-color: #09a5be
}

    .features.feature-info .fea-icon.bg-soft {
        background-color: rgba(9,165,190,.1);
        color: #09a5be
    }

.features.feature-info.feature-bg:hover {
    background: #09a5be
}

    .features.feature-info.feature-bg:hover .fea-icon {
        color: #09a5be !important
    }

.features.feature-danger .title:hover {
    color: #e84142 !important
}

.features.feature-danger .icon {
    color: #e84142 !important
}

.features.feature-danger .link {
    color: #e84142 !important
}

.features.feature-danger .fea-icon {
    background-color: #e84142
}

    .features.feature-danger .fea-icon.bg-soft {
        background-color: rgba(232,65,66,.1);
        color: #e84142
    }

.features.feature-danger.feature-bg:hover {
    background: #e84142
}

    .features.feature-danger.feature-bg:hover .fea-icon {
        color: #e84142 !important
    }

.features.feature-dark .title:hover {
    color: #3c4858 !important
}

.features.feature-dark .icon {
    color: #3c4858 !important
}

.features.feature-dark .link {
    color: #3c4858 !important
}

.features.feature-dark .fea-icon {
    background-color: #3c4858
}

    .features.feature-dark .fea-icon.bg-soft {
        background-color: rgba(60,72,88,.1);
        color: #3c4858
    }

.features.feature-dark.feature-bg:hover {
    background: #3c4858
}

    .features.feature-dark.feature-bg:hover .fea-icon {
        color: #3c4858 !important
    }

.features.feature-muted .title:hover {
    color: #8c98a4 !important
}

.features.feature-muted .icon {
    color: #8c98a4 !important
}

.features.feature-muted .link {
    color: #8c98a4 !important
}

.features.feature-muted .fea-icon {
    background-color: #8c98a4
}

    .features.feature-muted .fea-icon.bg-soft {
        background-color: rgba(140,152,164,.1);
        color: #8c98a4
    }

.features.feature-muted.feature-bg:hover {
    background: #8c98a4
}

    .features.feature-muted.feature-bg:hover .fea-icon {
        color: #8c98a4 !important
    }

.features.feature-light .title:hover {
    color: #f7f8fa !important
}

.features.feature-light .icon {
    color: #f7f8fa !important
}

.features.feature-light .link {
    color: #f7f8fa !important
}

.features.feature-light .fea-icon {
    background-color: #f7f8fa
}

    .features.feature-light .fea-icon.bg-soft {
        background-color: rgba(247,248,250,.1);
        color: #f7f8fa
    }

.features.feature-light.feature-bg:hover {
    background: #f7f8fa
}

    .features.feature-light.feature-bg:hover .fea-icon {
        color: #f7f8fa !important
    }

.features.feature-blue .title:hover {
    color: #FF9800 !important
}

.features.feature-blue .icon {
    color: #FF9800 !important
}

.features.feature-blue .link {
    color: #FF9800 !important
}

.features.feature-blue .fea-icon {
    background-color: #FF9800
}

    .features.feature-blue .fea-icon.bg-soft {
        background-color: rgba(50,116,240,.1);
        color: #FF9800
    }

.features.feature-blue.feature-bg:hover {
    background: #FF9800
}

    .features.feature-blue.feature-bg:hover .fea-icon {
        color: #FF9800 !important
    }

.features.feature-footer .title:hover {
    color: #1e273e !important
}

.features.feature-footer .icon {
    color: #1e273e !important
}

.features.feature-footer .link {
    color: #1e273e !important
}

.features.feature-footer .fea-icon {
    background-color: #1e273e
}

    .features.feature-footer .fea-icon.bg-soft {
        background-color: rgba(30,39,62,.1);
        color: #1e273e
    }

.features.feature-footer.feature-bg:hover {
    background: #1e273e
}

    .features.feature-footer.feature-bg:hover .fea-icon {
        color: #1e273e !important
    }

.features {
    transition: all .5s ease
}

.card.border-0.text-center.features.feature-clean.bg-transparent {
}

.features.feature-primary.feature-bg.border-0.p-4.rounded.shadow {
    text-align: center;
    border: dashed 1px #e1e1e1 !important;
    box-shadow: unset !important;
    border-radius: 38px !important;
    background-color: #f9f9f98c;
}

.features .title {
    transition: all .5s ease;
    height: 5rem;
    display: block;
}

content flex-1 ms-3 a.title.h5.text-dark {
}

.features .fea-icon {
    display: block;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    width: 90px;
    padding: 2px;
    margin: auto;
    height: 90px;
}

.fea-icon.rounded-circle.text-white.title-dark {
    display: block;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    width: 90px;
    padding: 2px;
    margin: unset;
    height: 90px;
}

.features .fea-icon i {
    font-size: 24px
}

.features.feature-bg:hover .title {
    color: #fff !important
}

.features.feature-bg:hover .para {
    color: rgb(0 0 0) !important;
    text-align: center !important;
}

.features.feature-bg .para {
    text-align: center !important;
    font-size: 14px;
    margin-top: 14px !important;
}

.features.feature-bg:hover .fea-icon {
    background: #fff0 !important;
}

.features.features-classic:hover {
    box-shadow: 0 10px 25px rgba(60,72,88,.15) !important
}

.features.features-modern .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .5s ease
}

.features.features-modern .content {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    transform: scale(1.2);
    transition: all .5s ease;
    opacity: 0;
    border: 1px dashed #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.features.features-modern:hover .content {
    transform: scale(1);
    opacity: 1
}

.features.features-modern:hover .overlay {
    background-color: rgba(60,72,88,.7)
}

.process-bar:after {
    display: block;
    width: 50%;
    position: absolute;
    content: "";
    border-width: 0 0 1px 0;
    border: 1px #e9ecef dashed;
    top: 15%;
    right: 75%
}

@media(max-width: 767px) {
    .process-bar:after {
        display: none
    }
}

.app-feature-shape:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    background: #f7f8fa;
    box-shadow: 0 0 3px rgba(60,72,88,.15)
}

@media(max-width: 768px) {
    .app-feature-shape:after {
        width: 25rem;
        height: 25rem
    }
}

.bg-cta {
    padding: 150px 0
}

@media(max-width: 768px) {
    .bg-cta {
        padding: 100px 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%;
    left: 0;
    right: 0;
    transform: translateY(50%);
    text-align: center
}

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

        .play-icon i:hover {
            -webkit-text-stroke: 2px #FF9800;
            -webkit-text-fill-color: #FF9800
        }

.watch-video .play-icon-circle i {
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(50,116,240,.9) !important
}

.team.team-primary .name:hover {
    color: #FF9800 !important
}

.team.team-primary .team-image .overlay {
    background: rgba(50,116,240,.8)
}

.team.team-primary .team-social li a:hover {
    background-color: #FF9800;
    border-color: #FF9800 !important
}

    .team.team-primary .team-social li a:hover .fea-social {
        fill: #FF9800
    }

.team.team-secondary .name:hover {
    color: #90a1b3 !important
}

.team.team-secondary .team-image .overlay {
    background: rgba(144,161,179,.8)
}

.team.team-secondary .team-social li a:hover {
    background-color: #90a1b3;
    border-color: #90a1b3 !important
}

    .team.team-secondary .team-social li a:hover .fea-social {
        fill: #90a1b3
    }

.team.team-success .name:hover {
    color: #8dc351 !important
}

.team.team-success .team-image .overlay {
    background: rgba(141,195,81,.8)
}

.team.team-success .team-social li a:hover {
    background-color: #8dc351;
    border-color: #8dc351 !important
}

    .team.team-success .team-social li a:hover .fea-social {
        fill: #8dc351
    }

.team.team-warning .name:hover {
    color: #f1af2d !important
}

.team.team-warning .team-image .overlay {
    background: rgba(241,175,45,.8)
}

.team.team-warning .team-social li a:hover {
    background-color: #f1af2d;
    border-color: #f1af2d !important
}

    .team.team-warning .team-social li a:hover .fea-social {
        fill: #f1af2d
    }

.team.team-info .name:hover {
    color: #09a5be !important
}

.team.team-info .team-image .overlay {
    background: rgba(9,165,190,.8)
}

.team.team-info .team-social li a:hover {
    background-color: #09a5be;
    border-color: #09a5be !important
}

    .team.team-info .team-social li a:hover .fea-social {
        fill: #09a5be
    }

.team.team-danger .name:hover {
    color: #e84142 !important
}

.team.team-danger .team-image .overlay {
    background: rgba(232,65,66,.8)
}

.team.team-danger .team-social li a:hover {
    background-color: #e84142;
    border-color: #e84142 !important
}

    .team.team-danger .team-social li a:hover .fea-social {
        fill: #e84142
    }

.team.team-dark .name:hover {
    color: #3c4858 !important
}

.team.team-dark .team-image .overlay {
    background: rgba(60,72,88,.8)
}

.team.team-dark .team-social li a:hover {
    background-color: #3c4858;
    border-color: #3c4858 !important
}

    .team.team-dark .team-social li a:hover .fea-social {
        fill: #3c4858
    }

.team.team-muted .name:hover {
    color: #8c98a4 !important
}

.team.team-muted .team-image .overlay {
    background: rgba(140,152,164,.8)
}

.team.team-muted .team-social li a:hover {
    background-color: #8c98a4;
    border-color: #8c98a4 !important
}

    .team.team-muted .team-social li a:hover .fea-social {
        fill: #8c98a4
    }

.team.team-light .name:hover {
    color: #f7f8fa !important
}

.team.team-light .team-image .overlay {
    background: rgba(247,248,250,.8)
}

.team.team-light .team-social li a:hover {
    background-color: #f7f8fa;
    border-color: #f7f8fa !important
}

    .team.team-light .team-social li a:hover .fea-social {
        fill: #f7f8fa
    }

.team.team-blue .name:hover {
    color: #FF9800 !important
}

.team.team-blue .team-image .overlay {
    background: rgba(50,116,240,.8)
}

.team.team-blue .team-social li a:hover {
    background-color: #FF9800;
    border-color: #FF9800 !important
}

    .team.team-blue .team-social li a:hover .fea-social {
        fill: #FF9800
    }

.team.team-footer .name:hover {
    color: #1e273e !important
}

.team.team-footer .team-image .overlay {
    background: rgba(30,39,62,.8)
}

.team.team-footer .team-social li a:hover {
    background-color: #1e273e;
    border-color: #1e273e !important
}

    .team.team-footer .team-social li a:hover .fea-social {
        fill: #1e273e
    }

.team .team-content, .team .team-social {
    position: absolute;
    transition: all .5s ease;
    opacity: 0
}

.team .team-content {
    bottom: 50px;
    right: 16px
}

.team .team-social {
    top: 15px;
    left: -50px
}

.team.team-two .team-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .5s ease;
    opacity: 0
}

.team:hover .team-content, .team:hover .team-social {
    opacity: 1
}

.team:hover .team-social {
    left: 15px
}

.team:hover .team-content {
    bottom: 12px
}

.team:hover.team-two .team-image .overlay {
    opacity: 1
}

.client-testi {
    cursor: e-resize
}

.tns-nav {
    text-align: center;
    margin-top: 10px
}

    .tns-nav button {
        border-radius: 30px;
        background: rgba(50,116,240,.5) !important;
        transition: all .5s ease;
        border: 0;
        margin: 0 5px;
        padding: 3px;
        border: 1px solid #fff
    }

        .tns-nav button.tns-nav-active {
            background: #FF9800 !important;
            padding: 3px 5px;
            border-color: #FF9800
        }

.tns-controls button[data-controls=prev], .tns-controls button[data-controls=next] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #3c4858;
    border: 0;
    transition: all .5s ease;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(60,72,88,.15)
}

    .tns-controls button[data-controls=prev]:hover, .tns-controls button[data-controls=next]:hover {
        background: #FF9800;
        color: #fff
    }

.tns-controls button[data-controls=prev] {
    right: 0
}

.tns-controls button[data-controls=next] {
    left: 0
}

.portfolio.portfolio-primary .title:hover, .portfolio.portfolio-primary .lightbox-icon a:hover {
    color: #FF9800 !important
}

.portfolio.portfolio-primary .btn-icon {
    background-color: #FF9800 !important
}

.portfolio.portfolio-secondary .title:hover, .portfolio.portfolio-secondary .lightbox-icon a:hover {
    color: #90a1b3 !important
}

.portfolio.portfolio-secondary .btn-icon {
    background-color: #90a1b3 !important
}

.portfolio.portfolio-success .title:hover, .portfolio.portfolio-success .lightbox-icon a:hover {
    color: #8dc351 !important
}

.portfolio.portfolio-success .btn-icon {
    background-color: #8dc351 !important
}

.portfolio.portfolio-warning .title:hover, .portfolio.portfolio-warning .lightbox-icon a:hover {
    color: #f1af2d !important
}

.portfolio.portfolio-warning .btn-icon {
    background-color: #f1af2d !important
}

.portfolio.portfolio-info .title:hover, .portfolio.portfolio-info .lightbox-icon a:hover {
    color: #09a5be !important
}

.portfolio.portfolio-info .btn-icon {
    background-color: #09a5be !important
}

.portfolio.portfolio-danger .title:hover, .portfolio.portfolio-danger .lightbox-icon a:hover {
    color: #e84142 !important
}

.portfolio.portfolio-danger .btn-icon {
    background-color: #e84142 !important
}

.portfolio.portfolio-dark .title:hover, .portfolio.portfolio-dark .lightbox-icon a:hover {
    color: #3c4858 !important
}

.portfolio.portfolio-dark .btn-icon {
    background-color: #3c4858 !important
}

.portfolio.portfolio-muted .title:hover, .portfolio.portfolio-muted .lightbox-icon a:hover {
    color: #8c98a4 !important
}

.portfolio.portfolio-muted .btn-icon {
    background-color: #8c98a4 !important
}

.portfolio.portfolio-light .title:hover, .portfolio.portfolio-light .lightbox-icon a:hover {
    color: #f7f8fa !important
}

.portfolio.portfolio-light .btn-icon {
    background-color: #f7f8fa !important
}

.portfolio.portfolio-blue .title:hover, .portfolio.portfolio-blue .lightbox-icon a:hover {
    color: #FF9800 !important
}

.portfolio.portfolio-blue .btn-icon {
    background-color: #FF9800 !important
}

.portfolio.portfolio-footer .title:hover, .portfolio.portfolio-footer .lightbox-icon a:hover {
    color: #1e273e !important
}

.portfolio.portfolio-footer .btn-icon {
    background-color: #1e273e !important
}

.container-filter li {
    margin: 0 15px 10px !important;
    font-size: 14px;
    letter-spacing: .8px;
    cursor: pointer;
    transition: all .5s ease;
    color: #8c98a4 !important;
    border-bottom: 1px solid transparent;
    font-weight: 500
}

    .container-filter li.active, .container-filter li:hover {
        color: #3c4858 !important;
        border-bottom-color: #3c4858
    }

.spacing {
    padding: 7px
}

.portfolio {
    transition: all .5s ease
}

    .portfolio.portfolio-classic .pop-icon {
        position: absolute;
        top: 70%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
        text-align: center;
        transition: all .5s ease;
        opacity: 0
    }

        .portfolio.portfolio-classic .pop-icon .btn-icon {
            color: #fff
        }

    .portfolio.portfolio-classic:hover .pop-icon {
        top: 50%;
        opacity: 1
    }

    .portfolio.portfolio-creative .lightbox-icon {
        position: absolute;
        top: 20px;
        left: 20px;
        transform: scale(0);
        transition: all .5s ease
    }

    .portfolio.portfolio-creative img {
        transform: scale(1.1);
        transition: all .5s ease
    }

    .portfolio.portfolio-creative .content {
        position: absolute;
        bottom: 5px;
        right: 5px;
        opacity: 0;
        transition: all .5s ease
    }

    .portfolio.portfolio-creative:hover img {
        transform: scale(1)
    }

    .portfolio.portfolio-creative:hover .lightbox-icon {
        transform: scale(1.5)
    }

    .portfolio.portfolio-creative:hover .content {
        opacity: 1
    }

    .portfolio.portfolio-modern .content {
        position: absolute;
        bottom: -50px;
        right: 0;
        left: 0;
        transition: all .5s ease;
        background-color: #fff;
        opacity: 0
    }

    .portfolio.portfolio-modern:hover {
        transform: translateY(-5px)
    }

        .portfolio.portfolio-modern:hover .content {
            bottom: 20px;
            opacity: 1
        }

    .portfolio.portfolio-masonry .content {
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px;
        transform: scale(0);
        transition: all .5s ease
    }

    .portfolio.portfolio-masonry:hover .content {
        transform: scale(1)
    }

    .portfolio .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all .5s ease
    }

    .portfolio:hover .overlay {
        backdrop-filter: blur(6px);
        background-color: rgba(255,255,255,.8)
    }

.tobii__btn svg {
    height: 30px;
    width: auto
}

.tobii__counter {
    font-size: 16px
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

#grid {
    padding: 0 !important
}

.shop-advertise .ad-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    height: 280px;
    transition: all .3s ease
}

@media(max-width: 768px) {
    .shop-advertise .ad-image {
        height: 200px;
        left: -10px
    }
}

@media(max-width: 425px) {
    .shop-advertise .ad-image {
        height: 150px;
        left: 8px
    }
}

.shop-advertise:hover .ad-image {
    transform: translateY(-50%) scale(1.05)
}

.shop-list .shop-image .shop-icons, .shop-list .shop-image .qty-icons, .shop-list .shop-image .overlay-work {
    position: absolute;
    opacity: 0;
    transition: all .5s ease
}

.shop-list .shop-image .product-image {
    transition: all .5s ease
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

    .shop-list .shop-image .overlay-work .out-stock {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0
    }

.shop-list .shop-image .shop-icons {
    top: 15px;
    right: 15px;
    z-index: 2
}

.shop-list .shop-image .qty-icons {
    bottom: 15px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100px)
}

.shop-list .shop-image:hover .shop-icons, .shop-list .shop-image:hover .qty-icons, .shop-list .shop-image:hover .overlay-work {
    opacity: 1
}

.shop-list .shop-image:hover .product-image {
    opacity: 0
}

.shop-list .shop-image:hover .qty-icons {
    transform: translateY(0)
}

.shop-list .shop-icons .btn.btn-icon, .shop-list .qty-icons .btn.btn-icon {
    width: 38px;
    height: 38px
}

.shop-list .content .product-name {
    transition: all .5s ease
}

    .shop-list .content .product-name:hover {
        color: #FF9800 !important
    }

.shop-list .label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px !important;
    padding-right: 16px !important
}

@media(max-width: 1024px) {
    .shop-list .qty-btn {
        padding-right: 0
    }
}

.blog.blog-primary .title:hover, .blog.blog-primary .link:hover {
    color: #FF9800 !important
}

.blog.blog-secondary .title:hover, .blog.blog-secondary .link:hover {
    color: #90a1b3 !important
}

.blog.blog-success .title:hover, .blog.blog-success .link:hover {
    color: #8dc351 !important
}

.blog.blog-warning .title:hover, .blog.blog-warning .link:hover {
    color: #f1af2d !important
}

.blog.blog-info .title:hover, .blog.blog-info .link:hover {
    color: #09a5be !important
}

.blog.blog-danger .title:hover, .blog.blog-danger .link:hover {
    color: #e84142 !important
}

.blog.blog-dark .title:hover, .blog.blog-dark .link:hover {
    color: #3c4858 !important
}

.blog.blog-muted .title:hover, .blog.blog-muted .link:hover {
    color: #8c98a4 !important
}

.blog.blog-light .title:hover, .blog.blog-light .link:hover {
    color: #f7f8fa !important
}

.blog.blog-blue .title:hover, .blog.blog-blue .link:hover {
    color: #FF9800 !important
}

.blog.blog-footer .title:hover, .blog.blog-footer .link:hover {
    color: #1e273e !important
}

.blog {
    transition: all .5s ease
}

    .blog.blog-image .content {
        position: absolute;
        bottom: -30px;
        right: 0;
        transition: all .5s ease
    }

        .blog.blog-image .content .author {
            opacity: 0;
            transition: all .5s ease
        }

    .blog.blog-image:hover .content {
        bottom: 24px
    }

        .blog.blog-image:hover .content .author {
            opacity: 1
        }

    .blog .image .blog-tag {
        position: absolute;
        bottom: -30px;
        right: 24px;
        transition: all .5s ease;
        opacity: 0
    }

    .blog:hover {
        box-shadow: 0 10px 25px rgba(60,72,88,.15) !important
    }

        .blog:hover .image .blog-tag {
            bottom: 20px;
            opacity: 1
        }

    .blog.causes .causes-content {
        position: relative;
        margin: -15px 15px 0
    }

    .blog.causes:hover {
        box-shadow: none !important
    }

.sidebar .widget .title:hover {
    color: #FF9800 !important
}

.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: 14px;
    display: block;
    width: 100%;
    outline: 0 !important;
    padding-left: 45px
}

.sidebar .widget .widget-search input[type=submit], .sidebar .widget .searchform input[type=submit] {
    position: absolute;
    top: 5px;
    left: 10px;
    opacity: 0;
    width: 40px;
    height: 40px
}

.sidebar .widget .widget-search .searchform:after {
    content: "ó°‰";
    position: absolute;
    font-family: "Material Design Icons";
    left: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none
}

.sidebar .widget .widget-title {
    font-weight: 500
}

.sidebar .widget .tagcloud > a {
    background: #f8f9fa;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all .5s ease
}

    .sidebar .widget .tagcloud > a:hover {
        background: #FF9800;
        color: #fff !important
    }

.divider-main {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

    .divider-main.divider {
        height: 2px;
        width: 70%;
        background: linear-gradient(-90deg,transparent,#e9ecef,transparent)
    }

.pricing.pricing-primary {
    color: #3c4858
}

.pricing.pricing-secondary {
    color: #3c4858
}

.pricing.pricing-success {
    color: #3c4858
}

.pricing.pricing-warning {
    color: #3c4858
}

.pricing.pricing-info {
    color: #3c4858
}

.pricing.pricing-danger {
    color: #3c4858
}

.pricing.pricing-dark {
    color: #3c4858
}

.pricing.pricing-muted {
    color: #3c4858
}

.pricing.pricing-light {
    color: #3c4858
}

.pricing.pricing-blue {
    color: #3c4858
}

.pricing.pricing-footer {
    color: #3c4858
}

.pricing {
    transition: all .5s ease
}

    .pricing.price-two:hover {
        box-shadow: 0 10px 25px rgba(60,72,88,.15) !important
    }

#countdown .count-down, #event-sale .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #fff;
    text-align: center
}

    #countdown .count-down .count-number, #event-sale .count-down .count-number {
        font-size: 40px;
        line-height: 95px
    }

    #countdown .count-down .count-head, #event-sale .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;
        border: 4px solid #dee2e6;
        height: 130px;
        width: 130px;
        border-radius: 50%
    }

#event-sale .count-down {
    border: 0;
    color: #fff !important
}

    #event-sale .count-down .count-number {
        line-height: 80px
    }

@media(max-width: 767px) {
    #event-sale .count-down .count-number {
        font-size: 30px
    }
}

#event-sale .count-down .count-head {
    margin-bottom: 0 !important;
    transform: translateY(-15px)
}

@media(max-width: 767px) {
    #event-sale .count-down .count-head {
        font-size: 10px
    }
}

#maintenance {
    letter-spacing: 1px
}

    #maintenance .indicator {
        font-size: 18px
    }

.form-icon .icons {
    position: absolute;
    top: 13px;
    right: 18px
}

.map {
    line-height: 0
}

.card.map.border-0 {
    background-color: #fff !important;
    margin: 10px;
    padding: 2px;
    border-bottom: solid 6px #ff9902 !important;
    box-shadow: 0px 0px 14px 2px #e2e2e2;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 400px
}

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

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0
}

.error_message, #success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px
}

.error_message {
    background-color: rgba(240,115,90,.1) !important;
    border: 2px solid rgba(240,115,90,.1) !important;
    color: #e84142 !important;
    font-size: 14px
}

.contact-loader {
    display: none
}

#success_page {
    background-color: rgba(83,199,151,.1) !important;
    border: 2px solid rgba(83,199,151,.1) !important;
    color: #8dc351 !important
}

    #success_page p {
        margin-bottom: 0 !important
    }

.qs-datepicker-container {
    background-color: #fff;
    border-color: #dee2e6
}

    .qs-datepicker-container .qs-controls {
        background-color: #e9ecef
    }

        .qs-datepicker-container .qs-controls .qs-month-year {
            font-weight: 600;
            font-size: 15px
        }

            .qs-datepicker-container .qs-controls .qs-month-year:hover {
                border-bottom: 1px solid #e9ecef
            }

    .qs-datepicker-container .qs-squares .qs-square {
        font-size: 15px;
        height: 34px;
        width: 34px
    }

        .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current {
            background: #FF9800;
            color: #fff;
            border-radius: 30px;
            font-weight: 500;
            text-decoration: none;
            border-radius: 30px
        }

    .qs-datepicker-container .qs-squares .qs-day {
        font-weight: 500;
        color: #8c98a4
    }

@media(min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px
    }
}

.footer {
    position: relative;
    color: #8890a4
}

    .footer .footer-py-60 {
        padding: 60px 0
    }

    .footer .footer-py-30 {
        padding: 30px 0
    }

    .footer .footer-head {
        letter-spacing: 1px;
        font-weight: 500;
        color: #f7f8fa
    }

    .footer .text-foot {
        color: #8890a4
    }

    .footer .footer-subscribe .form-control, .footer .foot-subscribe .form-control {
        background-color: #27314f;
        border: 1px solid #27314f;
        color: #f7f8fa !important
    }

    .footer .footer-subscribe input, .footer .foot-subscribe input {
        padding: 9px 20px;
        padding-left: 48px !important
    }

        .footer .footer-subscribe input::placeholder, .footer .foot-subscribe input::placeholder {
            color: #8890a4
        }

    .footer .footer-subscribe button, .footer .foot-subscribe button {
        top: 4px;
        left: 5px
    }

        .footer .footer-subscribe button.btn, .footer .foot-subscribe button.btn {
            height: 44px;
            width: 44px
        }

    .footer .footer-subscribe.foot-white .form-control, .footer .foot-subscribe.foot-white .form-control {
        color: #8890a4
    }

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

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

            .footer .footer-list li a {
                transition: all .5s ease
            }

                .footer .footer-list li a:hover {
                    color: #c2c6d0
                }

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

    .footer .footer-border, .footer .footer-bar {
        border-top: 1px solid #232d48
    }

    .footer .footer-border-bottom {
        border-bottom: 1px solid #232d48;
        margin-bottom: 13px;
    }

    .footer .border {
        border-color: #232d48 !important
    }

    .footer.footer-light {
        background-color: #fff
    }

        .footer.footer-light .footer-head {
            color: #3c4858
        }

        .footer.footer-light .text-foot {
            color: #8c98a4
        }

        .footer.footer-light .footer-subscribe .form-control, .footer.footer-light .foot-subscribe .form-control {
            background-color: #f7f8fa;
            border: 1px solid #e9ecef;
            color: #f7f8fa
        }

        .footer.footer-light .footer-subscribe.foot-white .form-control, .footer.footer-light .foot-subscribe.foot-white .form-control {
            color: #8890a4
        }

        .footer.footer-light .footer-subscribe input::placeholder, .footer.footer-light .foot-subscribe input::placeholder {
            color: #8890a4
        }

        .footer.footer-light .footer-list li a:hover {
            color: #565d70
        }

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

        .footer.footer-light .footer-border, .footer.footer-light .footer-bar {
            border-top: 1px solid #e9ecef
        }

        .footer.footer-light .footer-border-bottom {
            border-bottom: 1px solid #e9ecef
        }

        .footer.footer-light .border {
            border-color: #e9ecef !important
        }

        .footer.footer-light .social-icon.foot-social-icon li a {
            color: #ced4da;
            border-color: #ced4da
        }

.cafe-css body {
    font-family: "Noto Sans",sans-serif !important
}

.cafe-css h1, .cafe-css h2, .cafe-css h3, .cafe-css h4, .cafe-css h5, .cafe-css h6, .cafe-css .h1, .cafe-css .h2, .cafe-css .h3, .cafe-css .h4, .cafe-css .h5, .cafe-css .h6 {
    font-family: "Libre Baskerville",serif !important
}

.cafe-css #topnav {
    font-family: "Noto Sans",sans-serif !important;
    font-size: 11px !important
}

.cafe-css .title-heading {
    font-family: "Kaushan Script",cursive !important
}

    .cafe-css .title-heading .title {
        font-size: 120px !important;
        line-height: 1
    }

@media(max-width: 768px) {
    .cafe-css .title-heading .title {
        font-size: 80px !important
    }
}

@media(max-width: 767px) {
    .cafe-css .title-heading .title {
        font-size: 60px !important
    }
}

.restaurant-css body, .restaurant-css h1, .restaurant-css h2, .restaurant-css h3, .restaurant-css h4, .restaurant-css h5, .restaurant-css h6, .restaurant-css .h1, .restaurant-css .h2, .restaurant-css .h3, .restaurant-css .h4, .restaurant-css .h5, .restaurant-css .h6, .restaurant-css #topnav {
    font-family: "Noto Sans",sans-serif !important
}

.tns-inner {
    direction: ltr
}

    .tns-inner .tiny-slide {
        direction: rtl
    }

#pills-tabContent #pills-npm > p {
    direction: ltr
}

.swiper-slider-hero .swiper-container .swiper-button-next {
    right: 10px;
    left: unset
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
    left: 10px;
    right: unset
}

.home-slider .carousel-control-next {
    right: 0;
    left: unset
}

.home-slider .carousel-control-prev {
    right: unset;
    left: 0
}

.tns-visually-hidden {
    right: -10000em;
    left: unset
}

.breadcrumb .breadcrumb-item:after {
    content: "ó°…" !important
}

code {
    direction: ltr;
    display: flex;
    justify-content: flex-start
}

#topnav .navigation-menu > li > a {
    letter-spacing: 0
}

.container-filter li {
    letter-spacing: 0
}

.sidebar .widget .tagcloud > a {
    letter-spacing: 0
}

.footer .footer-head {
    letter-spacing: 0
}

.text-shadow-dark-lg {
    letter-spacing: 0
}

.bg-light {
    color: #3c4858 !important
}

.cafe-css body {
    font-family: "vazir" !important
}

.cafe-css h1, .cafe-css h2, .cafe-css h3, .cafe-css h4, .cafe-css h5, .cafe-css h6, .cafe-css .h1, .cafe-css .h2, .cafe-css .h3, .cafe-css .h4, .cafe-css .h5, .cafe-css .h6 {
    font-family: "vazir" !important
}

.cafe-css #topnav {
    font-family: "vazir" !important;
    font-size: 11px !important
}

.cafe-css .title-heading {
    font-family: "vazir" !important
}

#topnav {
    font-family: "vazir" !important
}

.restaurant-css body, .restaurant-css h1, .restaurant-css h2, .restaurant-css h3, .restaurant-css h4, .restaurant-css h5, .restaurant-css h6, .restaurant-css .h1, .restaurant-css .h2, .restaurant-css .h3, .restaurant-css .h4, .restaurant-css .h5, .restaurant-css .h6, .restaurant-css #topnav {
    font-family: "vazir" !important
}

body.gym-scss {
    font-family: "vazir" !important
}

.gym-scss h1, .gym-scss h2, .gym-scss h3, .gym-scss h4, .gym-scss h5, .gym-scss h6, .gym-scss .h1, .gym-scss .h2, .gym-scss .h3, .gym-scss .h4, .gym-scss .h5, .gym-scss .h6 {
    font-family: "vazir" !important
}

.gym-scss #topnav .navigation-menu > li > a {
    font-family: "vazir" !important
}

.scrollbar1 {
    height: 390px;
    overflow: auto;
    padding: 0 10px
}

    .scrollbar1::-webkit-scrollbar {
        width: 10px;
        position: absolute;
        left: 0
    }

    .scrollbar1::-webkit-scrollbar-track {
        border-radius: 8px;
        background-color: #e7e7e7;
        border: 1px solid #cacaca;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3)
    }

    .scrollbar1::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #363636
    }

#scrollbar2::-webkit-scrollbar {
    width: 12px
}

#scrollbar2::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

#scrollbar2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #363636
}

#scrollbar3::-webkit-scrollbar {
    width: 12px
}

#scrollbar3::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 1px solid #cacaca
}

#scrollbar3::-webkit-scrollbar-thumb {
    background-color: #060b9a
}

#scrollbar4::-webkit-scrollbar {
    width: 12px
}

#scrollbar4::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1.5px solid #7e7e7e;
    border-radius: 8px
}

#scrollbar4::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    border: 2px solid #616161;
    border-radius: 8px
}

#scrollbar5::-webkit-scrollbar {
    background-color: #000;
    width: 12px;
    border-radius: 10px
}

#scrollbar5::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(255,255,255,.3)
}

#scrollbar5::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.5,#a520ca),color-stop(1,#2681cc));
    border-radius: 10px
}

#scrollbar6::-webkit-scrollbar {
    width: 12px
}

#scrollbar6::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #95a5a6;
    border: 1px solid #cacaca
}

#scrollbar6::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #2c3e50
}

.justify-text {
    text-align: justify !important
}

.title-border {
    /* box-shadow: 0 16px 10px -10px #eee; */
}

.fe_class_img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;
    border: solid 2px #3F51B5 !important;
    background-color: unset !important;
}

.modal_box_serves {
}

    .modal_box_serves .modal-content {
        background-color: #f9f9f9;
        border-radius: 21px !important;
        border: unset !important;
    }

        .modal_box_serves .modal-content .modal-body .bg-white {
            box-shadow: 0px 0px 2px 0px #e1e1e1;
        }

.home {
    height: auto;
    position: relative;
    display: block;
}

    .home video {
        width: 100%;
        /* min-height: 45vh; */
        /* margin: auto; */
        /* text-align: center; */
        /* position: absolute; */
        /* transform: translate(50%, 0%); */
        /* right: 50%; */
    }

.box_contact_1 {
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    border-bottom: solid 6px #ff9800;
    box-shadow: 0px 0px 14px 2px #e2e2e2;
    padding: 10px 15px;
    margin-top: 4rem;
}

    .box_contact_1 > i {
        background-color: #ff9800;
        width: 3rem;
        height: 3rem;
        display: block;
        font-size: 25px;
        text-align: center;
        border-radius: 10px;
        margin: 10px;
        line-height: 1.7;
        color: #fff;
    }

    .box_contact_1 a {
        background-color: #3a3a3a;
        width: 3rem;
        height: 3rem;
        display: block;
        font-size: 25px;
        text-align: center;
        border-radius: 10rem;
        margin: 10px;
        line-height: 1.7;
        color: #fff;
        float: left;
        position: relative;
    }

.box_con_sec {
    background-color: #1a1a1a;
    margin-top: 4rem;
    padding-bottom: 4rem !important;
}

section.section.pb-0.box_con_sec p {
    color: #fff;
}

.bg_f_1 {
    background-color: #f5f5f5;
}

    .bg_f_1 .card.border-0.text-center.features.feature-clean.bg-transparent {
        text-align: right !important;
        !i;
        !;
        !;
        background-color: #fff !important;
        !i;
        !;
        margin: 10px;
        padding: 0.2rem 3rem;
        border-bottom: solid 6px #ff9902 !important;
        !i;
        !;
        box-shadow: 0px 0px 14px 2px #e2e2e2;
        overflow: hidden;
    }

.card.border-0.text-center.features.feature-clean.bg-transparent i {
    position: absolute;
    font-size: 2.5rem;
    top: 22px;
    right: 0px;
    color: #ff9902;
    background-color: #f6f6f6;
    top: 0px;
    height: 6rem;
    width: 4rem;
    line-height: 2.5;
    text-align: center;
}

.bg_f_1 .card i {
    position: absolute;
    font-size: 2.5rem;
    top: 22px;
    right: 0px;
    color: #ff9902;
    background-color: #f6f6f6;
    top: 0px;
    height: 6rem;
    width: 4rem;
    line-height: 2.5;
    text-align: center;
}

.bg_f_1 h5 {
    color: #000;
    font-size: 18px !important;
    padding-right: 2rem;
    text-align: right;
}

.bg_f_1 p {
}

.card.border-0.text-center.features.feature-clean.bg-transparent {
}

.bg_f_1 p {
    text-align: right;
    padding-right: 2rem;
}

.bg_f_1 .text-foot {
    padding-right: 2rem;
    margin-bottom: 8px;
    display: block;
}
