﻿/*------------------------------------------------------------------
[Table of contents]

1. Global Styles
2. Typography
3. Header
4. Footer
5. Fullpage
6. Forms
7. Buttons
8. Progress Bars
9. Listing & List Group
10. Tables
11. Blocks
12. Feature Block
13. Modals
14. Divider
15. Overlays
16. Preloader
17. Scroll Progress
18. Portfolio
19. Slider
20. Countdown
21. Other
22. Responsive utilities
-------------------------------------------------------------------*/

img,
video {
    max-width: 100%
}

.container,
.container-fluid,
body,
section {
    position: relative
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus,
.nav-toggle {
    box-shadow: none
}

.main-container {
    clear: both
}

section {
    padding: 2.5rem 0
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

img {
    /* width: auto; */
    height: auto
}

iframe {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden
}

html {
    font-size: 16px
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    white-space: normal;
    min-height: 100vh;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #111111
}

.h1,
.h2,
h1,
h2 {
    font-weight: 300
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, Helvetica, sans-serif;
    color: inherit
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 1rem
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #e58e15ff
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.h1,
h1 {
    font-size: 3rem;
    line-height: 3.75rem
}

.h2,
h2 {
    font-size: 2rem;
    line-height: 3rem
}

.h3,
.h4,
h3,
h4 {
    font-weight: 400
}

.h3,
h3 {
    font-size: 1.5rem;
    line-height: 2.25rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    line-height: 1.875rem
}

.h4,
h4 {
    font-size: 1.25rem
}

.h5,
h5 {
    font-size: 1rem;
    font-weight: 500
}

.h6,
h6 {
    font-size: .875rem;
    font-weight: 500
}

.heading-uppercase {
    text-transform: uppercase;
    font-weight: 500
}

.h1.heading-uppercase,
.h2.heading-uppercase,
.h3.heading-uppercase,
.h4.heading-uppercase,
h1.heading-uppercase,
h2.heading-uppercase,
h3.heading-uppercase,
h4.heading-uppercase {
    letter-spacing: 4px;
    margin-right: -4px
}

.h5.heading-uppercase,
.h6.heading-uppercase,
h5.heading-uppercase,
h6.heading-uppercase {
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: -2px
}

p.lead {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.875
}

a {
    cursor: pointer
}

a:not(.btn) {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a,
a:focus,
a:hover,
button {
    outline: 0
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

pre {
    margin: 0;
    padding: 9.5px;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    text-align: left
}

input,
select,
textarea {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

blockquote:last-child,
ol:last-child,
p:last-child,
pre:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

.site-header .header-base {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px
}

.site-header .header-base:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #030507;
    opacity: .12;
    transform: translateY(100%)
}

.site-header .header-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-logo,
.site-logo a {
    display: block
}

.site-logo {
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.nav-toggle {
    position: relative;
    border: 0;
    border-radius: 0;
    outline: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    background: 0 0;
    width: 37px;
    height: 44px;
    cursor: pointer
}

.nav-toggle:focus {
    outline: 0
}

.nav-toggle span {
    display: block;
    position: absolute;
    right: 0;
    height: 2px;
    background: #232527;
    transition: all .3s ease, background .7s cubic-bezier(.54, .18, .36, .81)
}

.nav-toggle span:nth-child(1) {
    top: 50%;
    margin-top: -10px;
    width: 100%
}

.nav-toggle span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    width: 70%
}

.nav-toggle span:nth-child(3) {
    top: 50%;
    margin-top: 8px;
    width: 50%
}

.nav-toggle.open span {
    width: 100%
}

.site-navigation {
    display: none
}

.header-classic-navigation.header-classic-mobile-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 5400
}

.header-classic-navigation .overlay-navigation {
    display: none !important
}

.header-classic-navigation .classic-navigation {
    padding-bottom: 15px;
    max-height: 80vh;
    overflow-y: auto
}

.header-classic-navigation .classic-navigation nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none
}

.classic-navigation a:not(.btn) {
    color: #232527
}

.classic-navigation li.active a:not(.btn) {
    color: #e58e15ff
}

.header-overlay-navigation .classic-navigation {
    display: none !important
}

.header-overlay-navigation .header-base {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5400
}

.header-overlay-navigation .overlay-navigation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 5399;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .5s, 0s;
    transition-timing-function: cubic-bezier(.54, .18, .36, .81);
    transition-delay: 0s, .5s
}

.header-overlay-navigation .overlay-navigation .overlay-navigation-container {
    overflow-y: auto
}

.header-overlay-navigation .overlay-navigation .overlay-navigation-container nav {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-overlay-navigation .overlay-navigation.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s
}

.header-overlay-navigation .overlay-navigation>:not(.overlay) {
    position: relative;
    opacity: 0;
    transform: translateY(-10vh);
    transition-property: opacity, transform;
    transition-duration: .5s, .5s;
    transition-timing-function: cubic-bezier(.54, .18, .36, .81);
    transition-delay: 0s, 0s
}

.header-overlay-navigation .overlay-navigation.open>:not(.overlay) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s
}

.header-overlay-navigation .overlay-navigation li {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.header-overlay-navigation .overlay-navigation a:not(.btn) {
    position: relative;
    display: table;
    color: #fff;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto
}

.header-overlay-navigation .overlay-navigation a:not(.btn):hover {
    color: rgba(255, 255, 255, .54)
}

.header-overlay-navigation .overlay-navigation a:not(.btn):before {
    content: '';
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: -100px;
    right: -100px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all .3s ease-out
}

.header-overlay-navigation .overlay-navigation a:not(.btn):hover:before {
    border-color: #fff;
    left: -30px;
    right: -30px
}

.header-overlay-navigation .overlay-navigation.style-dark a:not(.btn) {
    color: #030507
}

.header-overlay-navigation .overlay-navigation.style-dark a:not(.btn):hover {
    color: rgba(3, 5, 7, .54)
}

.header-overlay-navigation .overlay-navigation.style-dark a:not(.btn):hover:before {
    border-color: #030507
}

@media (min-width:1200px) {
    .site-header .header-base {
        position: fixed;
        top: 0;
        left: 0;
        right: 100px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 5400;
        min-height: 100px;
        padding-left: 100px;
        padding-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site-header .header-base:before {
        left: 100px
    }

    .site-header .header-base:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: -1px;
        right: 0;
        width: 1px;
        background: #030507;
        opacity: .12;
        transform: translateX(100%)
    }

    .header-brand {
        min-height: 100px
    }

    .header-classic-navigation .nav-toggle {
        display: none
    }

    .header-classic-navigation .classic-navigation {
        display: block;
        padding: 0;
        margin-left: auto;
        margin-right: 0
    }

    .header-classic-navigation .classic-navigation nav>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .classic-navigation a:not(.btn) {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .header-overlay-navigation .header-brand {
        width: 100%
    }

    .header-overlay-navigation .overlay-navigation {
        padding-left: 100px;
        padding-right: 100px
    }
}

.header-base.style-light {
    background: #fff;
    color: #030507
}

.header-base.style-light .nav-toggle span,
.header-base.style-light:after,
.header-base.style-light:before {
    background: #030507
}

.header-base.style-light a:not(.btn) {
    color: #030507
}

.header-base.style-dark {
    background: #030507;
    color: #fff
}

.header-base.style-dark .nav-toggle span,
.header-base.style-dark:after,
.header-base.style-dark:before {
    background: #fff
}

.header-base.style-dark a:not(.btn) {
    color: #fff
}

.header-base.style-semi-light {
    background: rgba(255, 255, 255, .9);
    color: #030507
}

.header-base.style-semi-light .nav-toggle span,
.header-base.style-semi-light:after,
.header-base.style-semi-light:before {
    background: #030507
}

.header-base.style-semi-light a:not(.btn) {
    color: #030507
}

.header-base.style-semi-dark {
    background: rgba(3, 5, 7, .9);
    color: #fff
}

.header-base.style-semi-dark .nav-toggle span,
.header-base.style-semi-dark:after,
.header-base.style-semi-dark:before {
    background: #fff
}

.header-base.style-semi-dark a:not(.btn) {
    color: #fff
}

.site-footer {
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background-color: #fff
}

.site-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #030507;
    opacity: .12;
    z-index: 1
}

.site-footer .socials-icons {
    overflow: hidden;
    margin: 0 0 15px
}

.site-footer .socials-icons ul {
    display: table;
    margin: 0
}

.site-footer .socials-icons li {
    display: block;
    float: left;
    margin: 0 0 0 20px
}

.btn:first-child,
.site-footer .socials-icons li:first-child {
    margin-left: 0
}

.site-footer .socials-icons a {
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.site-footer .social-icon:last-child {
    margin-right: 0
}

.site-footer .socials-icons a,
.site-footer .socials-icons a i,
.site-footer .socials-icons a:hover,
.site-footer .socials-icons a:hover i {
    color: inherit
}

.site-footer .socials-icons ul:hover a {
    opacity: .54
}

.site-footer .socials-icons ul:hover a:hover {
    opacity: 1
}

.site-footer .copyright-container {
    text-align: center
}

@media (max-width:1199px) {
    .site-footer.style-mobile-dark {
        background-color: transparent;
        color: #fff
    }

    .site-footer.style-mobile-dark:before {
        background-color: #fff
    }
}

@media (min-width:1200px) {
    .site-footer {
        position: unset;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent
    }

    .site-footer:before {
        display: none
    }

    .site-footer .socials-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: #fff;
        position: fixed;
        top: 100px;
        bottom: 100px;
        left: 0;
        max-width: none;
        width: 100px;
        color: #030507;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 5400;
        padding: 100px 30px 30px
    }

    .site-footer .socials-container:after,
    .site-footer .socials-container:before {
        content: '';
        position: absolute;
        right: 0;
        background: #030507;
        opacity: .12
    }

    .site-footer .socials-container:before {
        bottom: 0;
        left: 0;
        height: 1px;
        transform: translateY(100%)
    }

    .site-footer .socials-container:after {
        top: 1px;
        bottom: -1px;
        width: 1px;
        transform: translateX(100%)
    }

    .site-footer .socials-icons {
        margin: 0
    }

    .site-footer .socials-icons ul {
        margin: 0 auto
    }

    .site-footer .socials-icons li {
        float: none;
        margin: 2rem 0 0
    }

    .site-footer .socials-icons li:first-child {
        margin-top: 0
    }

    .site-footer .socials-icons a {
        line-height: 1
    }

    .socials-container.style-light {
        background: #fff;
        color: #030507
    }

    .socials-container.style-light:after,
    .socials-container.style-light:before {
        background: #030507
    }

    .socials-container.style-dark {
        background: #030507;
        color: #fff
    }

    .socials-container.style-dark:after,
    .socials-container.style-dark:before {
        background: #fff
    }

    .socials-container.style-semi-light {
        background: rgba(255, 255, 255, .9);
        color: #030507
    }

    .socials-container.style-semi-light:after,
    .socials-container.style-semi-light:before {
        background: #030507
    }

    .socials-container.style-semi-dark {
        background: rgba(3, 5, 7, .9);
        color: #fff
    }

    .socials-container.style-semi-dark:after,
    .socials-container.style-semi-dark:before {
        background: #fff
    }

    .site-footer .copyright-container {
        position: fixed;
        bottom: 25px;
        left: 200px;
        right: 25px;
        max-width: none;
        width: auto;
        color: #fff;
        text-align: right;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

#home-block,
#side-block {
    position: relative;
    overflow: hidden
}

#side-block {
    background-color: #fff
}

.form-control {
    padding: .4375rem .75rem;
    font-size: .875rem;
    line-height: 1.75rem;
    color: #232527;
    border: 1px solid #cfd0d1;
    border-radius: .25rem
}

.form-control:focus {
    color: #232527;
    border-color: #afb0b1
}

.form-control::-webkit-input-placeholder {
    color: #6c757d
}

.form-control::-moz-placeholder {
    color: #6c757d
}

.form-control:-ms-input-placeholder {
    color: #6c757d
}

.form-control::-ms-input-placeholder {
    color: #6c757d
}

.form-control::placeholder {
    color: #6c757d
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #e58e15ff
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.625rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #232527
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .1875rem .75rem;
    font-size: .875rem;
    line-height: 1.75rem;
    border-radius: .25rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .75rem;
    font-size: 1rem;
    line-height: 1.75rem;
    border-radius: .25rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px)
}

.custom-select {
    height: calc(2.625rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .875rem;
    line-height: 1.75rem;
    color: #232527;
    border: 1px solid #cfd0d1;
    border-radius: .25rem
}

.custom-select:focus {
    border-color: #e58e15ff;
    box-shadow: none
}

.custom-select:focus::-ms-value {
    color: #232527
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select-sm {
    height: calc(2.125rem + 2px);
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(3.25rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(2.625rem + 2px)
}

.custom-file-input {
    font-size: .875rem;
    line-height: 1.75rem
}

.custom-file-input:focus~.custom-file-control {
    border-color: #e58e15ff;
    box-shadow: 0 0 0 0 transparent
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

.custom-file-label {
    line-height: 1.75rem;
    color: #232527;
    border: 1px solid #cfd0d1
}

.custom-file-label::after {
    height: calc(calc(2.625rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.75rem;
    color: #232527;
    content: "Browse";
    background-color: #f7f7f7;
    border-left: 1px solid #cfd0d1
}

#back-to-top,
#close-side-block {
    display: none;
    position: fixed;
    right: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 5398;
    transition: all .5s cubic-bezier(.54, .18, .36, .81);
    text-align: center
}

.fc-norounded {
    border-radius: 0 !important
}

#back-to-top {
    bottom: -100px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(3, 5, 7, .12);
    color: #030507;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#close-side-block,
.global-overlay {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

#back-to-top:hover {
    color: #e58e15ff
}

#back-to-top.active {
    bottom: 25px
}

#back-to-top.style-light {
    background: #fff;
    color: #030507;
    border-color: rgba(3, 5, 7, .12)
}

#back-to-top.style-dark {
    background: #030507;
    color: #fff;
    border-color: rgba(255, 255, 255, .12)
}

#back-to-top.style-semi-light {
    background: rgba(255, 255, 255, .9);
    color: #030507;
    border-color: rgba(3, 5, 7, .12)
}

#back-to-top.style-semi-dark {
    background: rgba(3, 5, 7, .9);
    color: #fff;
    border-color: rgba(255, 255, 255, .12)
}

#back-to-top.style-dark:hover,
#back-to-top.style-light:hover,
#back-to-top.style-semi-dark:hover,
#back-to-top.style-semi-light:hover,
#close-side-block:hover {
    color: #e58e15ff
}

#close-side-block {
    top: -100px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(3, 5, 7, .12);
    color: #030507;
    backface-visibility: hidden
}

#close-side-block.style-light {
    background: #fff;
    color: #030507;
    border-color: rgba(3, 5, 7, .12)
}

#close-side-block.style-dark {
    background: #030507;
    color: #fff;
    border-color: rgba(255, 255, 255, .12)
}

#close-side-block.style-semi-light {
    background: rgba(255, 255, 255, .9);
    color: #030507;
    border-color: rgba(3, 5, 7, .12)
}

#close-side-block.style-semi-dark {
    background: rgba(3, 5, 7, .9);
    color: #fff;
    border-color: rgba(255, 255, 255, .12)
}

#close-side-block.style-dark:hover,
#close-side-block.style-light:hover,
#close-side-block.style-semi-dark:hover,
#close-side-block.style-semi-light:hover {
    color: #e58e15ff
}

.btn {
    border: 1px solid transparent;
    padding: .4375rem 1.375rem;
    font-size: .875rem;
    line-height: 1.75rem;
    border-radius: .25rem
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .54
}

.btn-primary {
    background-color: #e58e15ff;
    border-color: #e58e15ff
}

.btn-primary:hover {
    background-color: #036ecc;
    border-color: #036ecc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
    color: #fff
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #5082ff;
    border-color: #5082ff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0464b9;
    border-color: #0464b9
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
    color: #fff
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #545b62
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-white,
.btn-white:hover {
    color: #232527;
    background-color: #fff;
    border-color: #fff
}

.btn-white.focus,
.btn-white:focus {
    box-shadow: none;
    color: #232527
}

.btn-white.disabled,
.btn-white:disabled {
    color: #979797;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #232527;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: none
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: none;
    color: #212529
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #dae0e5
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none;
    color: #fff
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #1d2124
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-primary {
    color: #e58e15ff;
    border-color: #e58e15ff
}

.btn-outline-primary:hover {
    background-color: #036ecc;
    border-color: #036ecc
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none;
    color: #e58e15ff
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #5082ff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #0464b9;
    border-color: #0464b9
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none;
    color: #6c757d
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    box-shadow: none;
    color: #fff
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: none;
    color: #f8f9fa
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: none;
    color: #343a40
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link,
.btn-link:hover {
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none
}

.btn-link {
    font-weight: 400;
    color: #e58e15ff
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent;
    color: #036ecc
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

.list-group-item,
.list-group-item.active {
    border-color: rgba(3, 5, 7, .12)
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.badge,
.listing a {
    color: #232527
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .75rem 1.6875rem;
    font-size: 1rem;
    line-height: 1.75rem;
    border-radius: .25rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .1875rem 1.25rem;
    font-size: .875rem;
    line-height: 1.75rem;
    border-radius: .25rem
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .125rem .9375rem;
    font-size: .75rem;
    line-height: 1.375rem;
    border-radius: .25rem
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.btn-norounded {
    border-radius: 0
}

.btn-rounded-circle {
    border-radius: 1.375rem
}

.btn-group-lg>.btn-rounded-circle,
.btn-lg.btn-rounded-circle {
    border-radius: 1.6875rem
}

.btn-group-sm>.btn-rounded-circle,
.btn-sm.btn-rounded-circle {
    border-radius: 1.25rem
}

.btn-group-xs>.btn-rounded-circle,
.btn-xs.btn-rounded-circle {
    border-radius: .9375rem
}

.btn-shadow {
    box-shadow: 0 9px 27px rgba(3, 5, 7, .09)
}

.btn-shadow:hover {
    box-shadow: 0 9px 27px rgba(3, 5, 7, .13)
}

.btn-shadow.focus,
.btn-shadow:focus {
    box-shadow: 0 9px 27px rgba(3, 5, 7, .18)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-shadow:not(:disabled):not(.disabled).active:focus,
.btn-shadow:not(:disabled):not(.disabled):active,
.btn-shadow:not(:disabled):not(.disabled):active:focus,
.show>.btn-shadow.dropdown-toggle,
.show>.btn-shadow.dropdown-toggle:focus {
    box-shadow: 0 9px 27px rgba(3, 5, 7, .21)
}

.block-shadow,
.feature-shadow {
    box-shadow: 0 9px 27px rgba(3, 5, 7, .12)
}

.progress {
    background-color: #f7f7f7;
    border-radius: 0;
    height: .25rem
}

.list-group-item.active,
.progress-bar {
    background-color: #e58e15ff
}

.list-group-item {
    border-radius: 0 !important
}

.badge {
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: 1px solid rgba(3, 5, 7, .12)
}

.list-group-item>.badge {
    margin-top: 1px
}

.list-group.style-2 .list-group-item {
    padding-left: 0;
    padding-right: 0;
    background: 0 0;
    border: 0
}

.badge.style-2 {
    border: 0;
    background: 0 0;
    font-size: 13px
}

.listing {
    padding-left: 17px
}

.block.block-boxed,
.feature-block.feature-boxed {
    padding: 30px
}

.listing ul {
    margin: 5px 0 5px 17px
}

.listing a:hover {
    color: #e58e15ff
}

.iconlist {
    padding-left: 30px
}

.iconlist ul {
    list-style-type: none;
    margin: 5px 0 5px 25px
}

.iconlist li {
    position: relative
}

.iconlist>li i {
    position: absolute;
    left: -30px;
    text-align: center;
    top: 0;
    width: 14px;
    line-height: 28px
}

.block,
.block>:not(.overlay),
.feature-block,
.feature-block>:not(.overlay),
.mfp-close i,
.mfp-modal,
.mfp-modal-content,
.modal-header .close {
    position: relative
}

.disclist,
.disclist ul {
    list-style-type: disc
}

.squarelist,
.squarelist ul {
    list-style-type: square
}

.decimallist,
.decimallist ul {
    list-style-type: decimal
}

.romanlist,
.romanlist ul {
    list-style-type: upper-roman
}

.greeklist,
.greeklist ul {
    list-style-type: lower-greek
}

.loweralphalist,
.loweralphalist ul {
    list-style-type: lower-alpha
}

.upperalphalist,
.upperalphalist ul {
    list-style-type: upper-alpha
}

.table td,
.table th {
    border-top-color: #e0e1e1
}

.table thead th {
    border-bottom: 1px solid #e0e1e1
}

.table-bordered td,
.table-bordered th {
    border-color: #e0e1e1
}

.table-hover tbody tr:hover {
    background-color: rgba(3, 5, 7, .012)
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(3, 5, 7, .027)
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .054)
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .036)
}

.block-bordered {
    border: 1px solid rgba(3, 5, 7, .12)
}

.block-rounded {
    border-radius: .25rem
}

.feature-bordered {
    border: 1px solid rgba(3, 5, 7, .12)
}

.feature-rounded {
    border-radius: .25rem
}

.feature-block .feature-icon div:first-child {
    display: table;
    position: relative;
    font-size: 44px;
    line-height: 1;
    transition: all .3s ease-out
}

.feature-block:hover .feature-icon div:first-child {
    transform: translateY(-4px)
}

.modal {
    z-index: 10000
}

.mfp-bg,
.mfp-wrap {
    z-index: 10000 !important
}

.mfp-bg {
    background-color: #030507 !important
}

.mfp-modal {
    background: #fff;
    width: auto;
    max-width: 730px;
    margin: 20px auto
}

.mfp-modal.mfp-modal-small {
    max-width: 430px
}

#subscribe-modal {
    max-width: 540px
}

.mfp-modal-title {
    margin: 0;
    padding: 15px 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #e8e8e8
}

.mfp-modal-content {
    padding: 30px;
    overflow: hidden;
    z-index: 10
}

.mfp-modal-footer {
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #e8e8e8
}

.mfp-modal .overlay {
    z-index: 0
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-modal .mfp-close {
    font-size: 24px
}

.mfp-close i {
    z-index: -1
}

.mfp-modal .mfp-close:active {
    top: 0
}

.mfp-close-btn-in .mfp-close-btn-white .mfp-close {
    color: #fff
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.modal-header .close {
    margin-top: 0;
    width: 34px;
    height: 34px;
    z-index: 1;
    outline: 0
}

.modal-content {
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 rgba(0, 0, 0, .5)
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close {
    background-color: #f7f7f7;
    opacity: 1;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close:hover {
    color: #e58e15ff
}

button.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

button.mfp-arrow:active {
    margin-top: -55px
}

button.mfp-arrow:before {
    display: none
}

button.mfp-arrow.mfp-arrow-left::after,
button.mfp-arrow.mfp-arrow-right::after {
    top: 0;
    height: 110px;
    width: 90px;
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
    display: inline-block;
    font: normal 900 normal 14px/1 "Font Awesome 5 Free";
    font-size: 32px;
    line-height: 110px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.divider,
.divider.divider-alt {
    height: 1px;
    background-color: rgba(3, 5, 7, .12)
}

button.mfp-arrow.mfp-arrow-left::after {
    content: "\f053"
}

button.mfp-arrow.mfp-arrow-right::after {
    content: "\f054"
}

.divider {
    display: block;
    margin: 20px 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

.divider.divider-alt {
    width: 54px
}

.divider.divider-alt.divider-light {
    background-color: #fff
}

.divider.divider-alt.divider-dark {
    background-color: #232527
}

.global-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    backface-visibility: hidden
}

.global-mask,
.overlay {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.global-mask {
    position: fixed;
    backface-visibility: hidden;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .5s, 0s;
    transition-timing-function: cubic-bezier(.54, .18, .36, .81);
    transition-delay: 0s, .5s
}

.global-mask.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s
}

.overlay {
    position: absolute;
    backface-visibility: hidden
}

.overlay-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.overlay-inner canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.overlay-video {
    background-color: #000;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #000
}

.video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.bg-image-holder img {
    display: none !important
}

.portfolio-filter li a,
.portfolio-filter ul,
.portfolio-item .item-media img,
.portfolio-item>a,
.slick-dots {
    display: block
}

.preloader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.preloader .loader-status {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 54px;
    height: 54px;
    margin: auto
}

.preloader .circle-side {
    position: relative;
    width: 54px;
    height: 54px;
    -webkit-animation: circle infinite .75s linear;
    -moz-animation: circle infinite .75s linear;
    -o-animation: circle infinite .75s linear;
    animation: circle infinite .75s linear;
    border: 5px solid #e58e15ff;
    border-radius: 100%;
    border-top-color: rgba(0, 0, 0, .27);
    border-right-color: rgba(0, 0, 0, .27);
    border-bottom-color: rgba(0, 0, 0, .27)
}

.preloader.preloader-dark {
    background: #030507
}

.preloader.preloader-dark .circle-side {
    border-top-color: rgba(255, 255, 255, .27);
    border-right-color: rgba(255, 255, 255, .27);
    border-bottom-color: rgba(255, 255, 255, .27)
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body.mCustomScrollbar .mCSB_inside>.mCSB_container {
    margin-left: 0;
    margin-right: 0
}

div.mCSB_scrollTools {
    width: 4px;
    z-index: 1500
}

body.has-side-block.has-hide-side-block .mCSB_scrollTools {
    right: -50vw;
    transition: right .5s cubic-bezier(.54, .18, .36, .81)
}

body.has-side-block.has-hide-side-block.side-block-open .mCSB_scrollTools {
    right: 0
}

div.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #030507;
    background-color: rgba(0, 0, 0, .27);
    filter: "alpha(opacity=27)";
    -ms-filter: "alpha(opacity=27)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #e58e15ff;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.portfolio-item {
    position: relative
}

.portfolio-item .item-media {
    position: relative;
    overflow: hidden;
    
}

.portfolio-item .item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s ease-out
}

.portfolio-item a:hover .item-overlay {
    opacity: .5
}

.portfolio-item .item-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 1.5rem
}

.portfolio-item .item-details:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    opacity: .5;
    background: -moz-linear-gradient(bottom, #030507 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0, #030507), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #030507 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, #030507 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(bottom, #030507 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #030507 0, rgba(0, 0, 0, 0) 100%)
}

.portfolio-item .item-details>* {
    position: relative
}

.portfolio-filter ul {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.portfolio-filter.pull-center ul {
    margin: 0
}

.portfolio-filter li {
    float: left;
    margin-right: 27px
}

.portfolio-filter li:last-child {
    margin-right: 0
}

.portfolio-filter li a {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    cursor: pointer;
    padding-right: 27px;
    border-bottom: 1px solid #333
}

.portfolio-filter .active {
    color: #154afb;
    border-color: #154afb
}

.portfolio-filter.style-light li a {
    color: #fff;
    border-bottom-color: #fff
}

.portfolio-filter.style-light .active {
    color: #154afb;
    border-color: #154afb
}

.slick-slide {
    outline: 0
}

.slick-next,
.slick-prev {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    outline: 0;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(3, 5, 7, .12);
    border-radius: 0;
    color: #232527;
    z-index: 100;
    transition: all .3s ease-out
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: #232527;
    outline: 0;
    background: #fff;
    background-clip: padding-box
}

.slick-prev {
    left: 1rem
}

.slick-next {
    right: 1rem
}

.slick-dots {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0 0;
    list-style: none;
    text-align: center
}

.slick-dotted.slick-slider.dots-inside .slick-dots {
    position: absolute;
    bottom: 1rem;
    margin: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    padding: 0;
    background: #d7d7d7
}

.slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 0;
    background: #232527
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dotted.slick-slider.dots-light .slick-dots li button {
    background: #fff
}

.countdown {
    display: table
}

.countdown .number {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4rem
}

hr {
    border-top-width: 1px;
    border-color: rgba(3, 5, 7, .12)
}

hr.light {
    border-color: #fff
}

hr.dark {
    border-color: #030507
}

@media (max-width:470px) {
    .btn {
        display: block;
        min-width: auto
    }

    .btn+.btn {
        margin-top: 20px
    }
}

@media (min-width:576px) {
    #back-to-top {
        display: block
    }
}

@media (min-width:768px) {
    .btn+.btn {
        margin-left: 1rem
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    #home-block section>.container {
        max-width: 100%;
        padding-left: 150px;
        padding-right: 150px
    }
}

@media (min-width:1200px) {
    body {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    body.vegas-container {
        position: absolute !important;
        overflow: hidden !important
    }

    #home-block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden
    }

    #home-block section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    #home-block section>.container-fluid {
        padding-left: 150px;
        padding-right: 150px
    }

    #side-block {
        left: 50%;
        width: 50%;
        min-height: 100vh;
        padding-top: 100px;
        transition: left .5s cubic-bezier(.54, .18, .36, .81);
        background-color: #fff;
        background-clip: padding-box;
        border-left: 1px solid rgba(3, 5, 7, .12);
        z-index: 1000
    }

    #side-block.side-dark {
        border-left-color: rgba(255, 255, 255, .12)
    }

    #side-block.hide-side-block {
        left: 100%
    }

    body.side-block-open #side-block.hide-side-block {
        left: 50%
    }

    #side-block .container,
    #side-block .container-fluid {
        padding-left: 50px;
        padding-right: 50px
    }

    #close-side-block {
        display: block
    }

    #close-side-block.active {
        top: 25px
    }
}

a.ed-btn-buy,
a.ed-btn-buy:hover {
    background: #e58e15ff;
    color: #fff
}

a.ed-btn-buy {
    display: block;
    position: fixed;
    bottom: 0;
    left: 150px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 0 27px rgba(0, 0, 0, .12)
}

@media(max-width:1200px) {
    a.ed-btn-buy {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto
    }
}

.margin-tag{
    display: flex !important;
    justify-content: space-between !important;
}

.lapsrings{
    color: #b77211;
}

/* @media only screen and (max-width: 600px) {
    .margin-tag{
        display: unset;
        justify-content: unset;
    }
} */