/*::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #14262e;
}

::-webkit-scrollbar-track {
    background: #f8f8f8;
}
*/

::selection {
    color: #fff;
    background: #14262e;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** {
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none !important;
    list-style: none !important
}*/

    /**:after,
    *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0
    }*/

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: #FFF;
/*    color: #000;
*/    font-family: 'Montserrat', sans-serif !important;
/*    font-size: 14px*/
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400
}*/

p {
    line-height: 28px;
    margin: 0 0 28px 0;
}

a {
    color: #000;
    text-decoration: none;
/*    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;*/
    outline: none;
    box-shadow: none
}

/*    a:hover {
        color: #030349;
        text-decoration: none !important;
        transition: all 0.3s ease-in-out
    }*/

/*    a:focus {
        outline: none !important;
        box-shadow: none !important
    }*/

img {
    max-width: 100%;
    height:auto
}

/*button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none
}*/

/*ul,
li,
ol {
    margin: 0;
    padding: 0
}*/

/*fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0
}*/

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

iframe {
    border: 0;
    display: block
}

.darkHeader .btn-outline-dark:not(:hover) {
    color: #FFF;
    border: 1.5px solid #FFF;
}


.darkHeader .header-scrolled .btn-outline-dark {
    color: #14262e;
    border: 1.5px solid #14262e;
}


.btn-outline-dark {
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    color: #14262e;
    border: 1.5px solid #14262e;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    margin: 10px 0px;
    margin-right:1rem
}

    .btn-outline-dark:hover {
        background: #14262e;
        text-decoration: none;
        border: 1.5px solid #14262e;
        color: #FFF !important;
        z-index: 1;
    }

        .btn-outline-dark:hover img:first-of-type {
            display: none;
        }

        .btn-outline-dark:hover img:last-of-type {
            display: inherit;
        }

    .btn-outline-dark span {
        z-index: 1;
        position: relative;
    }

    .btn-outline-dark i {
        margin-left: 10px;
        font-size: 10px;
        z-index: 1;
        position: relative;
    }

    .btn-outline-dark img {
        margin-right: 10px;
        width: 25px;
        height: 25px;
        z-index: 1;
        position: relative;
    }

        .btn-outline-dark img:first-of-type {
        }

        .btn-outline-dark img:last-of-type {
            display: none;
        }

.btn-outline-white {
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    color: #FFF;
    border: 1.5px solid #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    margin: 10px 0px;
    margin-right: 1rem
}

    .btn-outline-white:hover {
        background: #FFF;
        text-decoration: none;
        border: 1px solid #FFF;
        color: #14262e;
        z-index: 1;
        transform: scale(1.1);
    }

        .btn-outline-white:hover svg {
            filter: brightness(0) saturate(100%) invert(13%) sepia(79%) saturate(2201%) hue-rotate(213deg) brightness(97%) contrast(99%);
        }

    .btn-outline-white span {
        z-index: 1;
        position: relative;
    }

    .btn-outline-white i {
        margin-left: 10px;
        font-size: 10px;
        z-index: 1;
        position: relative;
    }

    .btn-outline-white img, .btn-outline-white svg {
        margin-right: 10px;
        width: 25px;
        height: 25px;
        z-index: 1;
        position: relative;
    }

.btn-green {
    font-weight: 600;
    font-size: 14px;
    background: #00cf99;
    color: #14262e;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    margin: 10px 0px;
}

    .btn-green:hover {
        text-decoration: none;
        color: #FFF;
        z-index: 1;
        background-color: #14262e
    }

    .btn-green span {
        z-index: 1;
        position: relative;
    }

    .btn-green i {
        margin-left: 10px;
        font-size: 10px;
        z-index: 1;
        position: relative;
    }

    .btn-green.active {
        background: #14262e;
        color: #FFF
    }

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.datatableSearchBar {
    padding: 10px 15px;
    background: #FFF;
    border-radius: 15px;
    border: 1px solid #14262e;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    font-size: 25px;
    color: #14262e;
}

    .scrollTop:hover {
        background: #0F2C7A;
        color: #FFF;
    }

.bg404 {
    background: url('../img/other/main_404_bg.webp') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*#skype {
    position: fixed;
    height: 60px;
    width: 60px;
    top: 72%;
    right: 20px;
    z-index: 10000;
}

#wp-widget {
    position: fixed;
    height: 60px;
    width: 60px;
    top: 81%;
    right: 20px;
    z-index: 10000;
}
*/