@import"https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,600;0,700;0,800;1,400;1,500&family=Quicksand:wght@400;500;600;700&display=swap";:root {
    --bs-primary: #0099ff;
    --bs-primary-rgb: 90, 79, 220;
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success: #14cf9f;
    --bs-success-rgb: 20, 207, 159;
    --bs-info: #4fccdc;
    --bs-info-rgb: 79, 204, 220;
    --bs-warning: #ffbb13;
    --bs-warning-rgb: 255, 187, 19;
    --bs-danger: #f43958;
    --bs-danger-rgb: 244, 57, 88;
    --bs-dark: #3b3950;
    --bs-dark-rgb: 59, 57, 80;
    --bs-muted: #9e9cb9;
    --bs-muted-rgb: 158, 156, 185;
    --bs-light: #fbfafd;
    --bs-light-rgb: 251, 250, 253;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-black: #000;
    --bs-black-rgb: 0, 0, 0;
    --bs-white: #fff;
    --bs-white-rgb: 255, 255, 255
}

:root {
    --bs-body-color: #3b3950;
    --bs-body-bg: #fff;
    --bs-secondary-bg: #fff;
    --bs-white: #f8f9fa;
    --bs-footer-bg: #292838;
    --bs-footer-alt-bg: #23222f;
    --bs-form-bg: #edeff1;
    --bs-bg-white: #fff;
    --bs-text-color: #4c5667
}

[data-bs-theme=dark] {
    --bs-gray-100: #141c26;
    --bs-gray-200: #18222e;
    --bs-gray-300: #1a2532;
    --bs-gray-400: #ecf0ff;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #bfc8e2;
    --bs-gray-700: #ced4da;
    --bs-gray-800: #eff2f7;
    --bs-gray-900: #f3f6f9;
    --bs-body-color: #f3f6f9;
    --bs-body-bg: #141c26;
    --bs-secondary-bg: #1a2532;
    --bs-border-color: #1a2532;
    --bs-dark: #f3f6f9;
    --bs-dark-rgb: to-rgb(#f3f6f9);
    --bs-light: #18222e;
    --bs-white: #1a2532;
    --bs-form-bg: #1a2532;
    --bs-light-rgb: to-rgb(#18222e);
    --bs-white-rgb: to-rgb(#1a2532);
    --bs-footer-bg: #1a2532;
    --bs-footer-alt-bg: #141c26;
    --bs-bg-white: #18222e;
    --bs-text-color: #adb5bd
}

a {
    text-decoration: none !important;
    outline: none
}

body {
    font-family: "Quicksand",sans-serif;
    color: var(--bs-dark);
    font-weight: 500
}

p {
    line-height: 1.8
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Muli",sans-serif;
    font-weight: 700
}

.row>* {
    position: relative
}

.navbar {
    padding-left: 0px !important
}

.nav-item .nav-link {
    display: inline-block;
    color: #3b3950;
    text-decoration: none;
    font-family: "Muli",sans-serif
}

.navbar-custom {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
    background-color: rgba(0,0,0,0)
}

.navbar-custom .logo .logo-dark {
    display: none
}

.navbar-custom .logo .logo-light {
    display: inline-block
}

.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: rgba(59,57,80,.7);
    font-size: 15px;
    font-weight: 600;
    transition: all .3s;
    background-color: rgba(0,0,0,0) !important;
    padding: 6px 0;
    margin: 0 20px
}

.navbar-custom .navbar-nav li .nav-link {
    padding-left: 0px;
    padding-right: 0px
}

.navbar-custom .navbar-nav li.active a,.navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li a:active {
    color: #0099ff !important
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    outline: 0
}

.navbar-custom .logo .logo-dark {
    display: inline-block
}

.navbar-custom .logo .logo-light {
    display: none
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: rgba(0,0,0,0);
    border-color: #0099ff
}

.menu-toggle {
    padding: 4.5px 10px !important
}

.menu-toggle span {
    line-height: 27px
}

.navbar-light .navbar-nav li a {
    color: rgba(255,255,255,.6) !important
}

.navbar-light .navbar-nav li.active a,.navbar-light .navbar-nav li a:hover,.navbar-light .navbar-nav li a:active {
    color: #fff !important
}

.navbar-light .logo .logo-dark {
    display: none
}

.navbar-light .logo .logo-light {
    display: inline-block
}

.navbar-light .nav-link:after {
    background: rgba(0,0,0,0)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0)
}

.navbar-light .navbar-nav li.active a,.navbar-light .navbar-nav li a:hover,.navbar-light .navbar-nav li a:active {
    color: #fff !important
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    background-color: var(--bs-body-bg);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.06);
    color: #000 !important
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid rgba(0,0,0,0);
    outline: 0
}

.nav-sticky.navbar-custom .navbar-nav {
    margin-top: 0px
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #8c8aac !important
}

.nav-sticky.navbar-custom .navbar-nav li.active a,.nav-sticky.navbar-custom .navbar-nav li a:hover,.nav-sticky.navbar-custom .navbar-nav li a:active {
    color: #0099ff !important
}

.nav-sticky .logo .logo-dark {
    display: inline-block !important
}

.nav-sticky .logo .logo-light {
    display: none !important
}

.navbar-toggler:focus {
    outline: none
}

@media(min-width: 200px)and (max-width: 991px) {
    .navbar-custom {
        margin-top:0px;
        background-color: var(--bs-body-bg);
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
        color: #fff !important
    }

    .navbar-custom .navbar-nav {
        margin-top: 0px
    }

    .navbar-custom .navbar-nav li a {
        transition: all .4s;
        color: #9e9cb9 !important;
        margin: 0px
    }

    .navbar-custom .navbar-nav li.active a {
        border-color: rgba(0,0,0,0)
    }

    .navbar-custom .navbar-nav li.active a,.navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li a:active {
        color: #0099ff !important
    }

    .navbar-custom>.container {
        width: 90%
    }

    .navbar-custom .logo .logo-dark {
        display: inline-block !important
    }

    .navbar-custom .logo .logo-light {
        display: none !important
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #3b3950;
        border: 1px solid rgba(0,0,0,0)
    }

    .navbar-collapse {
        padding: 0 20px
    }

    .navbar-light .nav-item .nav-link:after {
        background: #3b3950
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1140px !important
    }
}

[data-bs-theme=dark] .navbar-custom .navbar-nav li .nav-link {
    color: #fff
}

[data-bs-theme=dark] .navbar-custom .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fbfafd;
    border: 1px solid rgba(0,0,0,0)
}

[data-bs-theme=dark] .logo .logo-dark {
    display: none !important
}

[data-bs-theme=dark] .logo .logo-light {
    display: inline-block !important
}

[data-bs-theme=dark] .nav-sticky {
    background-color: var(--bs-light)
}

.btn {
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 15px !important;
    transition: all .5s;
    font-weight: 700
}

.btn:focus {
    box-shadow: none !important
}

.btn:hover {
    transform: translateY(-2px);
    transition: all .5s
}

.btn.btn-lg {
    padding: 10px 22px !important;
    font-size: 18px !important
}

.btn.btn-sm {
    padding: 8px 16px !important;
    font-size: 14px !important
}

.btn.btn-primary {
    background-color: #0099ff !important;
    border: 1px solid #0099ff !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(90,79,220,.15)
}

.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary.focus,.btn.btn-primary:active,.btn.btn-primary.active {
    background-color: #0099ff !important;
    border: 1px solid #0099ff !important;
    box-shadow: 0 3px 10px rgba(79, 157, 220, 0.5);
    color: #fff !important
}

.btn.btn-outline-primary {
    border: 1px solid #0099ff !important;
    color: #0099ff !important
}

.btn.btn-outline-primary:hover,.btn.btn-outline-primary:focus,.btn.btn-outline-primary.focus,.btn.btn-outline-primary:active,.btn.btn-outline-primary.active {
    background-color: #0099ff !important;
    border: 1px solid #0099ff !important;
    box-shadow: 0 3px 10px rgb(79 166 220 / 50%);
    color: #fff !important
}

.btn.btn-soft-primary {
    background-color: rgba(117, 216, 255, 0.18) !important;
    color: #0099ff !important
}

.btn.btn-secondary {
    background-color: #6c757d !important;
    border: 1px solid #6c757d !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(108,117,125,.15)
}

.btn.btn-secondary:hover,.btn.btn-secondary:focus,.btn.btn-secondary.focus,.btn.btn-secondary:active,.btn.btn-secondary.active {
    background-color: #656d75 !important;
    border: 1px solid #656d75 !important;
    box-shadow: 0 3px 10px rgba(108,117,125,.5);
    color: #fff !important
}

.btn.btn-outline-secondary {
    border: 1px solid #6c757d !important;
    color: #6c757d !important
}

.btn.btn-outline-secondary:hover,.btn.btn-outline-secondary:focus,.btn.btn-outline-secondary.focus,.btn.btn-outline-secondary:active,.btn.btn-outline-secondary.active {
    background-color: #6c757d !important;
    border: 1px solid #6c757d !important;
    box-shadow: 0 3px 10px rgba(108,117,125,.5);
    color: #fff !important
}

.btn.btn-soft-secondary {
    background-color: rgba(108,117,125,.18) !important;
    color: #6c757d !important
}

.btn.btn-success {
    background-color: #14cf9f !important;
    border: 1px solid #14cf9f !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(20,207,159,.15)
}

.btn.btn-success:hover,.btn.btn-success:focus,.btn.btn-success.focus,.btn.btn-success:active,.btn.btn-success.active {
    background-color: #13c194 !important;
    border: 1px solid #13c194 !important;
    box-shadow: 0 3px 10px rgba(20,207,159,.5);
    color: #fff !important
}

.btn.btn-outline-success {
    border: 1px solid #14cf9f !important;
    color: #14cf9f !important
}

.btn.btn-outline-success:hover,.btn.btn-outline-success:focus,.btn.btn-outline-success.focus,.btn.btn-outline-success:active,.btn.btn-outline-success.active {
    background-color: #14cf9f !important;
    border: 1px solid #14cf9f !important;
    box-shadow: 0 3px 10px rgba(20,207,159,.5);
    color: #fff !important
}

.btn.btn-soft-success {
    background-color: rgba(20,207,159,.18) !important;
    color: #14cf9f !important
}

.btn.btn-info {
    background-color: #4fccdc !important;
    border: 1px solid #4fccdc !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(79,204,220,.15)
}

.btn.btn-info:hover,.btn.btn-info:focus,.btn.btn-info.focus,.btn.btn-info:active,.btn.btn-info.active {
    background-color: #42c8d9 !important;
    border: 1px solid #42c8d9 !important;
    box-shadow: 0 3px 10px rgba(79,204,220,.5);
    color: #fff !important
}

.btn.btn-outline-info {
    border: 1px solid #4fccdc !important;
    color: #4fccdc !important
}

.btn.btn-outline-info:hover,.btn.btn-outline-info:focus,.btn.btn-outline-info.focus,.btn.btn-outline-info:active,.btn.btn-outline-info.active {
    background-color: #4fccdc !important;
    border: 1px solid #4fccdc !important;
    box-shadow: 0 3px 10px rgba(79,204,220,.5);
    color: #fff !important
}

.btn.btn-soft-info {
    background-color: rgba(79,204,220,.18) !important;
    color: #4fccdc !important
}

.btn.btn-warning {
    background-color: #ffbb13 !important;
    border: 1px solid #ffbb13 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255,187,19,.15)
}

.btn.btn-warning:hover,.btn.btn-warning:focus,.btn.btn-warning.focus,.btn.btn-warning:active,.btn.btn-warning.active {
    background-color: #ffb704 !important;
    border: 1px solid #ffb704 !important;
    box-shadow: 0 3px 10px rgba(255,187,19,.5);
    color: #fff !important
}

.btn.btn-outline-warning {
    border: 1px solid #ffbb13 !important;
    color: #ffbb13 !important
}

.btn.btn-outline-warning:hover,.btn.btn-outline-warning:focus,.btn.btn-outline-warning.focus,.btn.btn-outline-warning:active,.btn.btn-outline-warning.active {
    background-color: #ffbb13 !important;
    border: 1px solid #ffbb13 !important;
    box-shadow: 0 3px 10px rgba(255,187,19,.5);
    color: #fff !important
}

.btn.btn-soft-warning {
    background-color: rgba(255,187,19,.18) !important;
    color: #ffbb13 !important
}

.btn.btn-danger {
    background-color: #f43958 !important;
    border: 1px solid #f43958 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(244,57,88,.15)
}

.btn.btn-danger:hover,.btn.btn-danger:focus,.btn.btn-danger.focus,.btn.btn-danger:active,.btn.btn-danger.active {
    background-color: #f32b4c !important;
    border: 1px solid #f32b4c !important;
    box-shadow: 0 3px 10px rgba(244,57,88,.5);
    color: #fff !important
}

.btn.btn-outline-danger {
    border: 1px solid #f43958 !important;
    color: #f43958 !important
}

.btn.btn-outline-danger:hover,.btn.btn-outline-danger:focus,.btn.btn-outline-danger.focus,.btn.btn-outline-danger:active,.btn.btn-outline-danger.active {
    background-color: #f43958 !important;
    border: 1px solid #f43958 !important;
    box-shadow: 0 3px 10px rgba(244,57,88,.5);
    color: #fff !important
}

.btn.btn-soft-danger {
    background-color: rgba(244,57,88,.18) !important;
    color: #f43958 !important
}

.btn.btn-dark {
    background-color: #3b3950 !important;
    border: 1px solid #3b3950 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(59,57,80,.15)
}

.btn.btn-dark:hover,.btn.btn-dark:focus,.btn.btn-dark.focus,.btn.btn-dark:active,.btn.btn-dark.active {
    background-color: #343347 !important;
    border: 1px solid #343347 !important;
    box-shadow: 0 3px 10px rgba(59,57,80,.5);
    color: #fff !important
}

.btn.btn-outline-dark {
    border: 1px solid #3b3950 !important;
    color: #3b3950 !important
}

.btn.btn-outline-dark:hover,.btn.btn-outline-dark:focus,.btn.btn-outline-dark.focus,.btn.btn-outline-dark:active,.btn.btn-outline-dark.active {
    background-color: #3b3950 !important;
    border: 1px solid #3b3950 !important;
    box-shadow: 0 3px 10px rgba(59,57,80,.5);
    color: #fff !important
}

.btn.btn-soft-dark {
    background-color: rgba(59,57,80,.18) !important;
    color: #3b3950 !important
}

.btn.btn-muted {
    background-color: #9e9cb9 !important;
    border: 1px solid #9e9cb9 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(158,156,185,.15)
}

.btn.btn-muted:hover,.btn.btn-muted:focus,.btn.btn-muted.focus,.btn.btn-muted:active,.btn.btn-muted.active {
    background-color: #9593b3 !important;
    border: 1px solid #9593b3 !important;
    box-shadow: 0 3px 10px rgba(158,156,185,.5);
    color: #fff !important
}

.btn.btn-outline-muted {
    border: 1px solid #9cabb9 !important;
    color: #9e9cb9 !important
}

.btn.btn-outline-muted:hover,.btn.btn-outline-muted:focus,.btn.btn-outline-muted.focus,.btn.btn-outline-muted:active,.btn.btn-outline-muted.active {
    background-color: #9e9cb9 !important;
    border: 1px solid #9cadb9 !important;
    box-shadow: 0 3px 10px rgba(156, 173, 185, 0.5);
    color: #fff !important
}

.btn.btn-soft-muted {
    background-color: rgba(156, 173, 185, 0.18) !important;
    color: #9e9cb9 !important
}

.btn.btn-light {
    background-color: #fbfafd !important;
    border: 1px solid #fbfafd !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(250, 252, 253, 0.15)
}

.btn.btn-light:hover,.btn.btn-light:focus,.btn.btn-light.focus,.btn.btn-light:active,.btn.btn-light.active {
    background-color: #f2eff9 !important;
    border: 1px solid #f2eff9 !important;
    box-shadow: 0 3px 10px rgba(250, 252, 253, 0.5);
    color: #fff !important
}

.btn.btn-outline-light {
    border: 1px solid #fbfafd !important;
    color: #fbfafd !important
}

.btn.btn-outline-light:hover,.btn.btn-outline-light:focus,.btn.btn-outline-light.focus,.btn.btn-outline-light:active,.btn.btn-outline-light.active {
    background-color: #fbfafd !important;
    border: 1px solid #fbfafd !important;
    box-shadow: 0 3px 10px rgba(251,250,253,.5);
    color: #fff !important
}

.btn.btn-soft-light {
    background-color: rgba(250, 252, 253, 0.18) !important;
    color: #fbfafd !important
}

.btn.btn-body-bg {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255,255,255,.15)
}

.btn.btn-body-bg:hover,.btn.btn-body-bg:focus,.btn.btn-body-bg.focus,.btn.btn-body-bg:active,.btn.btn-body-bg.active {
    background-color: #f7f7f7 !important;
    border: 1px solid #f7f7f7 !important;
    box-shadow: 0 3px 10px rgba(255,255,255,.5);
    color: #fff !important
}

.btn.btn-outline-body-bg {
    border: 1px solid #ffffff !important;
    color: #ffffff !important
}

.btn.btn-outline-body-bg:hover,.btn.btn-outline-body-bg:focus,.btn.btn-outline-body-bg.focus,.btn.btn-outline-body-bg:active,.btn.btn-outline-body-bg.active {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 3px 10px rgba(255,255,255,.5);
    color: #fff !important
}

.btn.btn-soft-body-bg {
    background-color: rgba(255,255,255,.18) !important;
    color: #ffffff !important
}

.btn.btn-black {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.15)
}

.btn.btn-black:hover,.btn.btn-black:focus,.btn.btn-black.focus,.btn.btn-black:active,.btn.btn-black.active {
    background-color: black !important;
    border: 1px solid black !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.5);
    color: #fff !important
}

.btn.btn-outline-black {
    border: 1px solid #000 !important;
    color: #000 !important
}

.btn.btn-outline-black:hover,.btn.btn-outline-black:focus,.btn.btn-outline-black.focus,.btn.btn-outline-black:active,.btn.btn-outline-black.active {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.5);
    color: #fff !important
}

.btn.btn-soft-black {
    background-color: rgba(0,0,0,.18) !important;
    color: #000 !important
}

.btn.btn-white {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255,255,255,.15)
}

.btn.btn-white:hover,.btn.btn-white:focus,.btn.btn-white.focus,.btn.btn-white:active,.btn.btn-white.active {
    background-color: #f7f7f7 !important;
    border: 1px solid #f7f7f7 !important;
    box-shadow: 0 3px 10px rgba(255,255,255,.5);
    color: #fff !important
}

.btn.btn-outline-white {
    border: 1px solid #fff !important;
    color: #fff !important
}

.btn.btn-outline-white:hover,.btn.btn-outline-white:focus,.btn.btn-outline-white.focus,.btn.btn-outline-white:active,.btn.btn-outline-white.active {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: 0 3px 10px rgba(255,255,255,.5);
    color: #fff !important
}

.btn.btn-soft-white {
    background-color: rgba(255,255,255,.18) !important;
    color: #fff !important
}

.btn.btn-light {
    background-color: #fbfafd;
    border: 1px solid #fbfafd;
    color: #3b3950 !important
}

.btn.btn-light:hover,.btn.btn-light:focus,.btn.btn-light.focus,.btn.btn-light:active,.btn.btn-light.active {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px rgba(251,250,253,.08);
    color: #3b3950 !important
}

.btn.btn-outline-light {
    border: 1px solid #fbfafd;
    color: #fbfafd !important
}

.btn.btn-outline-light:hover,.btn.btn-outline-light:focus,.btn.btn-outline-light.focus,.btn.btn-outline-light:active,.btn.btn-outline-light.active {
    background-color: #fbfafd;
    border: 1px solid #fbfafd;
    color: #3b3950 !important
}

.badge {
    padding: 7px 18px;
    font-size: 14px;
    box-shadow: 0 2px 1px rgba(79, 154, 220, 0.3)
}

.badge.badge-soft-primary {
    background: rgba(90,79,220,.12);
    color: #4f87dc
}

.badge.badge-soft-secondary {
    background: rgba(108,117,125,.12);
    color: #6c757d
}

.badge.badge-soft-success {
    background: rgba(20,207,159,.12);
    color: #14cf9f
}

.badge.badge-soft-info {
    background: rgba(79,204,220,.12);
    color: #4fccdc
}

.badge.badge-soft-warning {
    background: rgba(255,187,19,.12);
    color: #ffbb13
}

.badge.badge-soft-danger {
    background: rgba(244,57,88,.12);
    color: #f43958
}

.badge.badge-soft-dark {
    background: rgba(59,57,80,.12);
    color: #3b3950
}

.badge.badge-soft-muted {
    background: rgba(158,156,185,.12);
    color: #9e9cb9
}

.badge.badge-soft-light {
    background: rgba(251,250,253,.12);
    color: #fbfafd
}

.badge.badge-soft-body-bg {
    background: rgba(255,255,255,.12);
    color: #ffffff
}

.badge.badge-soft-black {
    background: rgba(0,0,0,.12);
    color: #000
}

.badge.badge-soft-white {
    background: rgba(255,255,255,.12);
    color: #fff
}

.mode-btn {
    position: fixed;
    top: 28%;
    right: 0px;
    z-index: 1021;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #0099ff;
    font-size: 21px;
    text-align: center
}

.mode-btn .mode-light {
    display: block
}

.mode-btn .mode-dark {
    display: none
}

[data-bs-theme=dark] .mode-light {
    display: none
}

[data-bs-theme=dark] .mode-dark {
    display: block
}

[dir=rtl] .mode-btn {
    left: 0px
}

.bg-soft-primary {
    background-color: rgb(79 162 220 / 12%)
}

.bg-soft-secondary {
    background-color: rgba(108,117,125,.12)
}

.bg-soft-success {
    background-color: rgba(20,207,159,.12)
}

.bg-soft-info {
    background-color: rgba(79,204,220,.12)
}

.bg-soft-warning {
    background-color: rgba(255,187,19,.12)
}

.bg-soft-danger {
    background-color: rgba(244,57,88,.12)
}

.bg-soft-dark {
    background-color: rgba(59,57,80,.12)
}

.bg-soft-muted {
    background-color: rgba(158,156,185,.12)
}

.bg-soft-light {
    background-color: rgba(251,250,253,.12)
}

.bg-soft-body-bg {
    background-color: rgba(255,255,255,.12)
}

.bg-soft-black {
    background-color: rgba(0,0,0,.12)
}

.bg-soft-white {
    background-color: rgba(255,255,255,.12)
}

.text-shadow {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.049)
}

.text-white-70 {
    color: rgba(255,255,255,.7)
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold {
    font-weight: 600
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.bg-overlay {
    background-color: #000;
    opacity: .85;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.bg-gradient-primary {
    background: linear-gradient(to top, #4fccdc 0%, #0099ff 100%)
}

.line-height-1_6 {
    line-height: 1.6
}

.line-height-1_4 {
    line-height: 1.4
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-16 {
    font-size: 16px
}

.font-size-17 {
    font-size: 17px
}

.font-size-18 {
    font-size: 18px
}

.font-size-19 {
    font-size: 19px
}

.font-size-20 {
    font-size: 20px
}

.font-size-24 {
    font-size: 24px
}

.title {
    text-shadow: 1px 2px 3px rgba(59,57,80,.2)
}

.hero-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.left-icon {
    line-height: 0;
    font-size: 19px
}

.icon-size-15 {
    height: 15px;
    width: 15px
}

.icon-size-15 svg {
    height: 15px !important;
    width: 15px !important
}

.icon-sm {
    height: 18px;
    width: 18px
}

.icon-sm svg {
    height: 18px !important;
    width: 18px !important
}

.icon-xs {
    height: 20px;
    width: 20px
}

.icon-xs svg {
    height: 20px !important;
    width: 20px !important
}

.icon-md {
    height: 25px;
    width: 25px
}

.icon-md svg {
    height: 25px !important;
    width: 25px !important
}

.icon-lg {
    height: 30px;
    width: 30px
}

.icon-lg svg {
    height: 30px !important;
    width: 30px !important
}

.icon-xl {
    height: 35px;
    width: 35px
}

.icon-xl svg {
    height: 35px !important;
    width: 35px !important
}

.icon-xxl {
    height: 45px;
    width: 45px
}

.icon-xxl svg {
    height: 45px !important;
    width: 45px !important
}

.icon-xxxl {
    height: 60px;
    width: 60px
}

.icon-xxxl svg {
    height: 60px !important;
    width: 60px !important
}

.uim-icon-primary .uim-svg {
    fill: #0099ff !important
}

.icon-fill-primary {
    fill: rgba(90,79,220,.15)
}

.uim-icon-secondary .uim-svg {
    fill: #6c757d !important
}

.icon-fill-secondary {
    fill: rgba(108,117,125,.15)
}

.uim-icon-success .uim-svg {
    fill: #14cf9f !important
}

.icon-fill-success {
    fill: rgba(20,207,159,.15)
}

.uim-icon-info .uim-svg {
    fill: #4fccdc !important
}

.icon-fill-info {
    fill: rgba(79,204,220,.15)
}

.uim-icon-warning .uim-svg {
    fill: #ffbb13 !important
}

.icon-fill-warning {
    fill: rgba(255,187,19,.15)
}

.uim-icon-danger .uim-svg {
    fill: #f43958 !important
}

.icon-fill-danger {
    fill: rgba(244,57,88,.15)
}

.uim-icon-dark .uim-svg {
    fill: #3b3950 !important
}

.icon-fill-dark {
    fill: rgba(59,57,80,.15)
}

.uim-icon-muted .uim-svg {
    fill: #9e9cb9 !important
}

.icon-fill-muted {
    fill: rgba(158,156,185,.15)
}

.uim-icon-light .uim-svg {
    fill: #fbfafd !important
}

.icon-fill-light {
    fill: rgba(251,250,253,.15)
}

.uim-icon-body-bg .uim-svg {
    fill: #fff !important
}

.icon-fill-body-bg {
    fill: rgba(255,255,255,.15)
}

.uim-icon-black .uim-svg {
    fill: #000 !important
}

.icon-fill-black {
    fill: rgba(0,0,0,.15)
}

.uim-icon-white .uim-svg {
    fill: #fff !important
}

.icon-fill-white {
    fill: rgba(255,255,255,.15)
}

.sw_1-5 {
    stroke-width: 1.5px
}

.sw_3 {
    stroke-width: 3px
}

.icon {
    position: relative;
    top: -2px
}

.text-muted {
    color: #3d5f7f !important
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top right, #f59d9d 0%, #0099ff 100%);
    z-index: 9999999
}

#preloader #status {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%)
}

.spinner {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(6,11,47,.06);
    margin: 100px auto;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.hero-1-bg {
    padding: 130px 0 110px;
    background: rgba(90,79,220,.025);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.hero-1-bg .hero-1-title {
    font-size: 52px
}

.hero-1-bg .subscribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto
}

.hero-1-bg .subscribe-form input {
    padding: 17px 20px;
    width: 100%;
    border: none;
    outline: none !important;
    padding-left: 160px;
    padding-right: 20px;
    background-color: #edeef8;
    border-radius: 10px
}

.hero-1-bg .subscribe-form button {
    position: absolute;
    top: 5px;
    left: 5px
}

.hero-1-bg .subscribe-form ::-moz-placeholder {
    font-size: 16px;
    color: #868e96
}

.hero-1-bg .subscribe-form ::placeholder {
    font-size: 16px;
    color: #868e96
}

.hero-2-bg {
    padding: 260px 0 280px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.hero-2-bg .hero-2-title {
    font-size: 40px
}

.hero-3-bg {
    padding: 80px 0 0px;
    background-color: var(--bs-white);
    border-bottom: 1px solid #f5f6f8
}

.hero-3-bg .hero-3-title {
    font-size: 44px
}

.hero-3-bg .play-icon-circle {
    border: 2px solid #3b3950;
    height: 46px;
    font-size: 24px;
    width: 46px;
    color: #3b3950;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all .5s
}

.hero-3-bg .play-icon-circle:hover {
    background-color: #0099ff;
    border-color: #0099ff;
    box-shadow: 0 0px 0px 6px rgba(90,79,220,.12);
    color: #fff !important
}

.home-modal {
    border: 0;
    background-color: rgba(0,0,0,0)
}

.home-modal .btn-close {
    width: 24px;
    height: 24px;
    background-color: rgba(255,255,255,.5);
    border-radius: 10px;
    position: relative;
    top: 60px;
    z-index: 3;
    left: 3px
}

.home-modal .btn-close:hover,.home-modal .btn-close:focus {
    opacity: .5
}

.home-modal video:focus {
    outline: none
}

.video-box {
    width: 100%
}

.hero-4-bg {
    padding: 210px 0 170px
}

.hero-4-bg .hero-4-registration-form {
    background-color: var(--bs-bg-white)
}

.hero-4-bg .hero-4-title {
    font-size: 40px
}

.hero-4-bg .hero-4-title .text-bottom-border {
    position: relative;
    z-index: 2;
    padding: 0 10px
}

.hero-4-bg .hero-4-title .text-bottom-border:after {
    content: "";
    background: rgb(79 160 220 / 25%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 10%;
    width: 100%;
    z-index: -1;
    transition: all .3s
}

.hero-4-bg .hero-4-title .text-bottom-border:hover:after {
    background: rgba(90,79,220,.1);
    height: 100%
}

.hero-4-bg .hero-4-registration-form {
    box-shadow: 0 4px 16px rgba(0,0,0,.065);
    padding: 40px
}

.hero-4-bg .hero-4-registration-form .registration-form label {
    margin-bottom: 8px
}

.hero-4-bg .hero-4-registration-form .registration-form .form-control {
    border-color: #eae4f4
}

.hero-4-bg .hero-4-registration-form .registration-form .form-control:focus {
    box-shadow: none;
    border-color: #93d0ea
}

.hero-4-bg .hero-4-registration-form .form-border {
    border: 1px solid #ece8f6
}

.hero-5-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../images/hero-5-bg-img.jpg")
}

.hero-5-bg .hero-5-title {
    font-size: 40px
}

.hero-5-bg .bg-overlay {
    opacity: .6
}

.hero-5-bg .bg-hero-overlay {
    background-image: url("../images/hero-5-overlay.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.hero-6-bg {
    padding: 250px 0 230px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.hero-6-bg .hero-6-title {
    font-size: 44px
}

.hero-6-bg .Subcribe-form form {
    position: relative;
    margin: 0px auto
}

.hero-6-bg .Subcribe-form input {
    padding: 12px 20px;
    width: 60%;
    font-size: 17px;
    color: var(--bs-text-color) !important;
    border: none;
    outline: none !important;
    background-color: var(--bs-form-bg);
    border-radius: 30px;
    position: relative;
    top: 3px
}

.hero-6-bg .Subcribe-form input::-moz-placeholder {
    font-size: 15px;
    color: #868e96
}

.hero-6-bg .Subcribe-form input::placeholder {
    font-size: 15px;
    color: #868e96
}

@media(max-width: 576px) {
    .hero-1-title,.hero-2-title,.hero-4-title,.hero-5-title {
        font-size:36px !important
    }

    .hero-6-bg .btn.btn-primary {
        margin-top: 25px
    }

    .hero-6-bg {
        padding: 150px 0 110px 0px
    }

    .hero-6-bg .hero-6-title {
        font-size: 32px !important
    }

    .hero-6-bg .Subcribe-form input {
        width: 100%
    }
}

@media(max-width: 768px) {
    .hero-1-bg .w-75 {
        width:100% !important
    }

    .hero-2-bg {
        padding: 130px 0 70px
    }

    .hero-3-bg {
        padding: 130px 0 0px
    }

    .hero-4-bg {
        padding: 140px 0 110px
    }
}

@media(max-width: 1024px) {
    .hero-5-bg {
        height:auto !important;
        padding: 170px 0 130px
    }

    .hero-5-bg .bg-hero-overlay {
        background-image: none;
        background: #f8f9fa
    }
}

[data-bs-theme=dark] .hero-1-bg .subscribe-form input {
    background-color: var(--bs-form-bg);
    color: #fff
}

[data-bs-theme=dark] .hero-4-bg .hero-4-registration-form .registration-form .form-control {
    border: 1px solid rgba(158,156,185,.3)
}

[data-bs-theme=dark] .hero-6-bg .subscribe-form input {
    color: #fff
}

[data-bs-theme=dark] .bg-layout-overlay {
    background-color: var(--bs-body-bg);
    opacity: .85;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

[data-bs-theme=dark] .hero-3-bg {
    border-bottom: 1px solid #141c26
}

[dir=rtl] .bg-hero-overlay {
    background-image: url("../images/hero-5-overlay-rotate.png")
}

[data-bs-theme=dark] .bg-light {
    background-color: var(--bs-light) !important
}

.wc-box {
    box-shadow: 0 3px 12px rgba(6,11,47,.06);
    margin-bottom: 30px
}

.wc-box .wc-box-icon {
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto
}

.wc-box:hover {
    transform: translateY(-6px)
}

.wc-box:hover .wc-box-icon {
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
    box-shadow: 0 0 0 7px rgba(255,255,255,.04)
}

.wc-box:hover .wc-title {
    color: #fff
}

.wc-box:hover .wc-subtitle {
    color: rgba(255,255,255,.5) !important
}

.wc-box,.wc-box-icon,.wc-title,.wc-subtitle {
    transition: all .5s
}

.wc-box.wc-box-primary .wc-box-icon {
    background: rgba(75, 156, 232, 0.12);
    color: #0099ff
}

.wc-box.wc-box-primary:hover {
    background: #0099ff;
    box-shadow: 0 5px 18px rgb(79 153 220 / 40%)
}

.wc-box.wc-box-secondary .wc-box-icon {
    background: rgba(108,117,125,.12);
    color: #6c757d
}

.wc-box.wc-box-secondary:hover {
    background: #6c757d;
    box-shadow: 0 5px 18px rgba(108,117,125,.4)
}

.wc-box.wc-box-success .wc-box-icon {
    background: rgba(20,207,159,.12);
    color: #14cf9f
}

.wc-box.wc-box-success:hover {
    background: #14cf9f;
    box-shadow: 0 5px 18px rgba(20,207,159,.4)
}

.wc-box.wc-box-info .wc-box-icon {
    background: rgba(79,204,220,.12);
    color: #4fccdc
}

.wc-box.wc-box-info:hover {
    background: #4fccdc;
    box-shadow: 0 5px 18px rgba(79,204,220,.4)
}

.wc-box.wc-box-warning .wc-box-icon {
    background: rgba(255,187,19,.12);
    color: #ffbb13
}

.wc-box.wc-box-warning:hover {
    background: #ffbb13;
    box-shadow: 0 5px 18px rgba(255,187,19,.4)
}

.wc-box.wc-box-danger .wc-box-icon {
    background: rgba(244,57,88,.12);
    color: #f43958
}

.wc-box.wc-box-danger:hover {
    background: #f43958;
    box-shadow: 0 5px 18px rgba(244,57,88,.4)
}

.wc-box.wc-box-dark .wc-box-icon {
    background: rgba(59,57,80,.12);
    color: #3b3950
}

.wc-box.wc-box-dark:hover {
    background: #3b3950;
    box-shadow: 0 5px 18px rgba(59,57,80,.4)
}

.wc-box.wc-box-muted .wc-box-icon {
    background: rgba(158,156,185,.12);
    color: #9e9cb9
}

.wc-box.wc-box-muted:hover {
    background: #9e9cb9;
    box-shadow: 0 5px 18px rgba(158,156,185,.4)
}

.wc-box.wc-box-light .wc-box-icon {
    background: rgba(251,250,253,.12);
    color: #fbfafd
}

.wc-box.wc-box-light:hover {
    background: #fbfafd;
    box-shadow: 0 5px 18px rgba(251,250,253,.4)
}

.wc-box.wc-box-body-bg .wc-box-icon {
    background: rgba(255,255,255,.12);
    color: #ffffff
}

.wc-box.wc-box-body-bg:hover {
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(255,255,255,.4)
}

.wc-box.wc-box-black .wc-box-icon {
    background: rgba(0,0,0,.12);
    color: #000
}

.wc-box.wc-box-black:hover {
    background: #000;
    box-shadow: 0 5px 18px rgba(0,0,0,.4)
}

.wc-box.wc-box-white .wc-box-icon {
    background: rgba(255,255,255,.12);
    color: #fff
}

.wc-box.wc-box-white:hover {
    background: #fff;
    box-shadow: 0 5px 18px rgba(255,255,255,.4)
}

[data-bs-theme=dark] .wc-box {
    background-color: var(--bs-light)
}

.feather-bg-img {
    background-position: center center;
    background-size: cover
}

.pricing-box {
    box-shadow: 0 3px 12px rgba(6,11,47,.06);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-color: var(--bs-secondary-bg)
}

.pricing-box .pricing-icon-bg {
    background: rgb(79 155 220 / 12%);
    color: #0099ff;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 100px;
    margin: 0 auto;
    border-radius: 20% 20% 4% 20%/20% 20% 4% 20%;
    box-shadow: 0 0 0 7px rgba(90,79,220,.03);
    transition: all .5s
}

.pricing-box .pricing-item li {
    padding: 10px 0
}

.pricing-box .pr-btn {
    position: relative;
    z-index: 1
}

.pricing-box:hover .pricing-icon-bg,.pricing-box.active .pricing-icon-bg {
    background-color: #0099ff;
    box-shadow: 0 0 0 7px rgba(90,79,220,.06);
    color: #fff;
    border-radius: 4% 20% 20% 20%/4% 20% 20% 20%
}

[data-bs-theme=dark] .pricing-box {
    background-color: var(--bs-white) !important
}

.form-control:focus {
    box-shadow: none;
    background-color: #fbfafd;
    border-color: #ced4da
}

textarea.form-control {
    height: auto !important
}

.custom-form .form-group {
    margin-bottom: 1rem
}

.custom-form label {
    margin-bottom: 10px
}

.custom-form .alert-warning {
    padding: 10px
}

.form-control {
    padding: 8px 10px;
    font-size: 14px;
    height: 40px;
    background-color: rgba(59,57,80,.01);
    border: 1px solid rgba(158,156,185,.3)
}

.form-control::-moz-placeholder {
    color: #b0aec6;
    font-size: 14px
}

.form-control::placeholder {
    color: #b0aec6;
    font-size: 14px
}

.contact-loader {
    display: none
}

#success_page {
    background-color: rgba(20,207,159,.25);
    padding: 10px 20px;
    border-radius: 10px
}

[data-bs-theme=dark] .form-control:focus {
    background-color: var(--bs-secondary-bg);
    border: 1px solid rgba(158,156,185,.3)
}

.footer {
    background: var(--bs-footer-bg);
    padding: 70px 0 40px
}

.footer .footer-social-icon-content .footer-social-icon {
    color: rgba(255,255,255,.5);
    transition: all .5s
}

.footer .footer-social-icon-content .footer-social-icon:hover {
    color: #fff
}

.footer .footer-sub-menu li {
    padding: 6px 0
}

.footer .footer-sub-menu li .footer-link {
    color: rgba(255,255,255,.6);
    font-size: 15px;
    transition: all .5s
}

.footer .footer-sub-menu li .footer-link:hover {
    color: #fff;
    margin-right: 5px
}

.footer-alt {
    background: var(--bs-footer-alt-bg)
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 32px
}

.modal .modal-dialog .modal-content .modal-body .social-login {
    position: relative;
    background: #fff;
    padding: 0 12px;
    display: inline-block
}

.modal .modal-dialog .modal-content .modal-body .login-border {
    border: 1px solid #edeff1;
    position: absolute;
    right: 0;
    left: 0;
    top: 16px
}

.modal .modal-dialog .modal-content .modal-body .login-social-icon {
    height: 45px;
    width: 45px;
    display: block;
    color: #fff;
    line-height: 45px;
    border-radius: 50%;
    transition: all .5s
}

.modal .form-group {
    margin-bottom: 1rem
}

.modal .form-group label {
    margin-bottom: 10px
}

.login-page {
    max-width: 420px
}

.login-form .login-social-icon.icon-primary {
    background-color: #0099ff
}

.login-form .login-social-icon.icon-primary:hover {
    box-shadow: 0 0 0 5px rgba(90,79,220,.16)
}

.login-form .login-social-icon.icon-secondary {
    background-color: #6c757d
}

.login-form .login-social-icon.icon-secondary:hover {
    box-shadow: 0 0 0 5px rgba(108,117,125,.16)
}

.login-form .login-social-icon.icon-success {
    background-color: #14cf9f
}

.login-form .login-social-icon.icon-success:hover {
    box-shadow: 0 0 0 5px rgba(20,207,159,.16)
}

.login-form .login-social-icon.icon-info {
    background-color: #4fccdc
}

.login-form .login-social-icon.icon-info:hover {
    box-shadow: 0 0 0 5px rgba(79,204,220,.16)
}

.login-form .login-social-icon.icon-warning {
    background-color: #ffbb13
}

.login-form .login-social-icon.icon-warning:hover {
    box-shadow: 0 0 0 5px rgba(255,187,19,.16)
}

.login-form .login-social-icon.icon-danger {
    background-color: #f43958
}

.login-form .login-social-icon.icon-danger:hover {
    box-shadow: 0 0 0 5px rgba(244,57,88,.16)
}

.login-form .login-social-icon.icon-dark {
    background-color: #3b3950
}

.login-form .login-social-icon.icon-dark:hover {
    box-shadow: 0 0 0 5px rgba(59,57,80,.16)
}

.login-form .login-social-icon.icon-muted {
    background-color: #9e9cb9
}

.login-form .login-social-icon.icon-muted:hover {
    box-shadow: 0 0 0 5px rgba(158,156,185,.16)
}

.login-form .login-social-icon.icon-light {
    background-color: #fbfafd
}

.login-form .login-social-icon.icon-light:hover {
    box-shadow: 0 0 0 5px rgba(251,250,253,.16)
}

.login-form .login-social-icon.icon-body-bg {
    background-color: #ffffff
}

.login-form .login-social-icon.icon-body-bg:hover {
    box-shadow: 0 0 0 5px rgba(255,255,255,.16)
}

.login-form .login-social-icon.icon-black {
    background-color: #000
}

.login-form .login-social-icon.icon-black:hover {
    box-shadow: 0 0 0 5px rgba(0,0,0,.16)
}

.login-form .login-social-icon.icon-white {
    background-color: #fff
}

.login-form .login-social-icon.icon-white:hover {
    box-shadow: 0 0 0 5px rgba(255,255,255,.16)
}

/*# sourceMappingURL=style.min.css.map */
.slick-slider,.owl-carousel {
    direction: ltr!important;
}

body,h1,h2,h3,h4,h5,a,p {
    font-family: iranyekan!important;
}

@font-face {
    font-family: 'iranyekan';
    src: url('fonts/iranyekanweblightfanum.eot');
    /* IE9 Compat Modes */
    src: url('fonts/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iranyekanweblightfanum.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/iranyekanweblightfanum.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/iranyekanweblightfanum.svg#iranyekan') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'iranyekan';
    src: url('fonts/iranyekanwebboldfanum.eot');
    /* IE9 Compat Modes */
    src: url('fonts/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iranyekanwebboldfanum.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/iranyekanwebboldfanum.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/iranyekanwebboldfanum.svg#iranyekan') format('svg');
    /* Legacy iOS */
    font-weight: bold;
}
