body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif
}

.header-fixed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px #ccc;
    padding: 20px 40px;
    height: 80px;
    color: #fff;
    box-sizing: border-box;
    top: -100px;
    -webkit-transition: top .3s;
    transition: top .3s
}

.header-fixed .header-limiter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto
}

.header-fixed-placeholder {
    height: 80px;
    display: none
}

.header-fixed .header-limiter h1 {
    float: left;
    font: normal 28px Cookie, Arial, Helvetica, sans-serif;
    line-height: 40px;
    margin: 0
}

.header-fixed .header-limiter h1 span {
    color: #5383d3
}

.header-fixed .header-limiter a {
    color: #fff;
    text-decoration: none
}

.header-fixed .header-limiter nav {
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 40px;
    float: right
}

.header-fixed .header-limiter nav a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    color: #fff;
    opacity: .9
}

.header-fixed .header-limiter nav a:hover {
    opacity: 1
}

.header-fixed .header-limiter nav a.selected {
    color: #608bd2;
    pointer-events: none;
    opacity: 1
}

body.fixed .header-fixed {
    padding: 10px 40px;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

body.fixed .header-fixed-placeholder {
    display: block
}

body.fixed .header-fixed .header-limiter h1 {
    font-size: 24px;
    line-height: 30px
}

body.fixed .header-fixed .header-limiter nav {
    line-height: 28px;
    font-size: 13px
}

@media all and (max-width: 600px) {
    .header-fixed {
        padding: 20px 0;
        height: 75px
    }

    .header-fixed .header-limiter h1 {
        float: none;
        margin: -8px 0 10px;
        text-align: center;
        font-size: 24px;
        line-height: 1
    }

    .header-fixed .header-limiter nav {
        line-height: 1;
        float: none
    }

    .header-fixed .header-limiter nav a {
        font-size: 13px
    }

    body.fixed .header-fixed {
        display: none
    }
}

.mainfocus {
    background-size: cover;
    padding: 10em 0;
    text-align: center;
    overflow: hidden
}

.mainfocus .intro-text {
    font-size: 4em;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px #000
}

.intro-text .span-1 {
    color: #1980dd
}

.intro-text .span-2 {
    display: block;
    font-size: .3em
}

.mainbanner {
    background-size: cover;
    padding: 10em 0;
    overflow: hidden
}

.form-popup {
    position: fixed;
    bottom: -500px;
    right: 15px;
    border: 3px solid #f1f1f1;
    background-color: white;
    z-index: 9;
    transition: height 2s;
}

.active {
    bottom: 0;
}

.form-popup button {
    display: block;
    width: 100%;
}

.display-screen {
    width: 100%;
    margin-left: 10%;
}

/*
 * Gallery CSS
 */

.gallery {
    padding-top: 0;
    padding-bottom: 3rem !important;
    margin-bottom: 3rem !important;
    display: block;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.gallery-content {
    display: flex !important;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
    width: 100%;
}

.p-5 {
    padding: 3rem !important;
}

.gallery-content h2 {
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 1.5rem !important;
    line-height: 1.5;
    margin-top: 0;
}

.gallery-content p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    animation-name: fadeInUp;
    animation-duration: .5s;
    animation-fill-mode: both;
    min-height: 400px;
}

.col-md-3 {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    overflow: hidden;
}

.col-md-6 {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-align: center !important;
    align-items: center !important;
    display: flex !important;
    background-color: #f8f9fa !important;
}

.tile-img {
    height: 430px;
    width: 100%;
    display: block;
    z-index: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (prefers-reduced-motion: reduce) {
    .tile-img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.tile-img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #fff;
    opacity: .2;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
    .tile-img:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.tile-img .name {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

@media screen and (prefers-reduced-motion: reduce) {
    .tile-img .name {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.tile-img .name h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 10px 20px;

}

.tile-img .name h3 a {
    color: #fff;
}

.tile-img .text {
    position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    display: block;
    background: #17a2b8;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (prefers-reduced-motion: reduce) {
    .tile-img .text {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.tile-img .text h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    margin-top: 0;
}

.tile-img .text h3 a {
    color: #fff;
}

.tile-img .text .tiles-info {
    width: 100%;
    display: block;
}

.tile-img .text .tiles-info p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.tile-img .text .tiles-info span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.tile-img:hover,
.tile-img:focus,
.tile-img:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.tile-img:hover:after,
.tile-img:focus:after,
.tile-img:active:after {
    opacity: 0;
}

.tile-img:hover .name,
.tile-img:focus .name,
.tile-img:active .name {
    opacity: 0;
}

.tile-img:hover .text,
.tile-img:focus .text,
.tile-img:active .text {
    opacity: 1;
    -webkit-transform: scale(0.91);
    -ms-transform: scale(0.91);
    transform: scale(0.91);
    bottom: 13px;
}

.pr-md-6 {
    display: inline-block;
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .pr-md-6 {
        padding-right: 1rem !important;
    }
}

/*
 * Gallery Nav
 */
.gallery-nav {
    margin-top: 3rem !important;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gutters {
    padding-right: 0;
    padding-left: 0;
    text-align: center !important;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.block-nav ul {
    padding: 0;
    margin: 0;
}

.block-nav ul li {
    display: inline-block;
    margin-bottom: 4px;
}

.block-nav ul li a {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #4a5562;
    border: 1px solid #e6e6e6;
}

.block-nav ul li.active a {
    background: #17a2b8;
    color: #fff;
    border: 1px solid transparent;
}

.fullpage {
    background-size: cover;
    height: calc(100vh - 80px);
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-form {
    width: 90%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    height: 90%;
    padding: 0 25px;
}

.block {
    display: block;
    width: 100%;
}

/*
Apps
 */
.transparent-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.transparent-button img {
    height: 30px;
    width: 30px;
}

.app-title {
    display: block;
    margin-top: 10px;
    height: 30px;
}

.app-options {
    display: flex;
    height: 85px;
}

.app-table {
    margin-top: 10px;
    height: calc(100% - ((2 * 85px) + 50px));
    overflow: auto;
}

.select-holder {
    width: 20%;
    padding-left: 10px;
    position: relative;
}

.label-select {
    color: #003b58;
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    padding-bottom: 0.5rem;
    cursor: pointer;
}

.form__group {
    position: relative;
    padding: 15px;
    margin-top: 10px;
    width: 25%;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: #000000;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #11998e, #38ef7d);
    border-image-slice: 1;
}

.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #11998e;
    font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow: none;
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #aaa;
}

.button_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.example_f {
    border-radius: 4px;
    background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
    border: none;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px;
    width: 200px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px;
    display: block;
}

.example_f span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.example_f span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.example_f:hover span {
    padding-right: 25px;
}

.example_f:hover span:after {
    opacity: 1;
    right: 0;
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #c850c0;
    background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
    background: -o-linear-gradient(45deg, #4158d0, #c850c0);
    background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
    background: linear-gradient(45deg, #4158d0, #c850c0);

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 90%;
}

table {
    border-spacing: 1px;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

table * {
    position: relative;
}

table td, table th {
    padding-left: 8px;
}

table thead tr {
    height: 60px;
    background: #36304a;
}

table tbody tr {
    height: 50px;
}

table tbody tr:last-child {
    border: 0;
}

table td, table th {
    text-align: left;
}

table td.l, table th.l {
    text-align: right;
}

table td.c, table th.c {
    text-align: center;
}

table td.r, table th.r {
    text-align: center;
}


.table100-head th {
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

tbody tr {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.column4,
.column5,
.column6,
.column7,
.column8,
.column9,
.column1,
.column2,
.column3 {
    text-align: center;
}

.column1 {
    width: 260px;
    padding-left: 40px;
}

.column2 {
    width: 160px;
}

.column3 {
    width: 100px;
}

.column4 {
    width: 100px;
}

.column5 {
    width: 100px;
}

.column6 {
    width: 100px;
    padding-right: 62px;
}


@media screen and (max-width: 992px) {
    table {
        display: block;
    }

    table > *, table tr, table td, table th {
        display: block;
    }

    table thead {
        display: none;
    }

    table tbody tr {
        height: auto;
        padding: 37px 0;
    }

    table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px;
    }

    table tbody tr td:last-child {
        margin-bottom: 0;
    }

    table tbody tr td:before {
        font-family: OpenSans-Regular;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }

    table tbody tr td:nth-child(1):before {
        content: "Date";
    }

    table tbody tr td:nth-child(2):before {
        content: "Order ID";
    }

    table tbody tr td:nth-child(3):before {
        content: "Name";
    }

    table tbody tr td:nth-child(4):before {
        content: "Price";
    }

    table tbody tr td:nth-child(5):before {
        content: "Quantity";
    }

    table tbody tr td:nth-child(6):before {
        content: "Total";
    }

    .column4,
    .column5,
    .column6,
    .column7,
    .column8 {
        text-align: left;
    }

    .column4,
    .column5,
    .column6,
    .column7,
    .column8,
    .column9,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.title-bar{
    text-align: center;
    margin: 10px 0;
}