/* ----------------------------------------
    Stylesheet Guide
 ------------------------------------------

    1. Base
    2. Layout
    3. Components
    4. Pages

---------------------------------------------------------- */

/* ----------------------------------------
    1. Base
 ---------------------------------------- */

    /* ----------------------------------------
        Reset
     ---------------------------------------- */

        * {
            margin: 0;
            padding: 0;
            border: none;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

        article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
            display: block;
        }

        mark, rp, rt, ruby, summary, time {
            display: inline;
        }

        a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
            background: transparent;
            border: 0 none;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            vertical-align: top;
        }

        a {
            text-decoration: none;
            outline: none !important;
            vertical-align: baseline;
        }

        b, strong {
            font-weight: bold;
        }

        ul, ol {
            list-style: none;
        }

        q {
            quotes: none;
        }

        table, table td {
            padding: 0;
            border: none;
            border-collapse: collapse;
        }

        img {
            vertical-align: top;
            max-width: 100%;
        }

        embed {
            vertical-align: top;
        }

        input, textarea {
            font-family: inherit;
            -webkit-box-sizing: border-box !important;
                    box-sizing: border-box !important;
        }

        input, button {
            -webkit-appearance: none;
            outline: none;
            background: transparent;
        }

        button::-moz-focus-inner {
            border: 0;
        }

        th {
            text-align: left;
        }

        textarea {
            outline: none !important;
        }

        button {
            cursor: pointer;
            color: inherit;
        }

        html, body {
            min-height: 100%;
        }

        fieldset, legend, label, select, input, textarea, form, button, optgroup {
            -webkit-appearance: none !important;
        }

        .container, .container-fluid {
            padding-right: 16px;
            padding-left: 16px;
        }

        .row {
            margin-right: -16px;
            margin-left: -16px;
        }

        .row > [class*="col-"] {
            padding-left: 16px;
            padding-right: 16px;
        }

    /* ----------------------------------------
        Global
    ---------------------------------------- */

        body {
            background-color: #fff;
            overflow-x: hidden;
            overflow-y: initial !important;
        }

        html {
            overflow-y: initial !important;
        }

        ::-webkit-selection {
            color: #fff;
            background-color: #012533;
        }

        ::-moz-selection {
            color: #fff;
            background-color: #012533;
        }

        ::selection {
            color: #fff;
            background-color: #012533;
        }

        mark {
            background: #012533;
            color: #fff;
        }

        .clearfix::after {
            content: "";
            display: block;
            clear: both;
        }

        .page-wrapper {
            overflow: hidden;
        }

        [data-bg-image-src] {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .animated {
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
        }

        .full-width {
            width: 100%;
        }

    /* ----------------------------------------
        Typography
    ---------------------------------------- */

        :root {
            font-size: 16px;
        }

        body {
            font-family: "Mulish", sans-serif;
            font-size: 1rem;
            line-height: 2rem;
            font-weight: 400;
            color: #586b75;
            position: relative;
        }

        address:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        q, kbd, strong, em, tt, var, span, del, big, small {
            vertical-align: baseline;
        }

        /* ----------------------------------------
            Headings
        ---------------------------------------- */

            h1, h2, h3, h4, h5, h6 {
                color: #012e40;
                font-family: "Prompt", sans-serif;
                font-weight: bold;
            }

            h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
                margin-bottom: 2rem;
            }

            h1 {
                font-size: 4.5rem;
                line-height: 5rem;
            }

            h2 {
                font-size: 3.75rem;
                line-height: 4.5rem;
            }

            h3 {
                font-size: 3rem;
                line-height: 3.5rem;
                letter-spacing: 0.1px;
            }

            h4 {
                font-size: 2.25rem;
                line-height: 3rem;
            }

            h5 {
                font-size: 1.875rem;
                line-height: 2.5rem;
                letter-spacing: 0.1px;
            }

            h6 {
                font-size: 1.5rem;
                line-height: 2rem;
            }

            h3:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            h4:not(:last-child),
            h5:not(:last-child),
            h6:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-page-title,
            .mad-section-title {
                font-weight: 600;
                letter-spacing: 0.5px;
            }

            .mad-page-title:not(:last-child),
            .mad-section-title:not(:last-child) {
                margin-bottom: 3rem;
            }

            h5.mad-page-title:not(:last-child),
            h5.mad-section-title:not(:last-child) {
                margin-bottom: 2.5rem;
            }

            .mad-sub-title {
                font-weight: normal;
                color: #069dbf;
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .mad-sub-title:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .mad-page-title-wrap:not(:last-child) {
                margin-bottom: 3.5rem;
            }

            .mad-page-title-wrap .mad-page-title:not(:last-child) {
                margin-bottom: 1rem;
            }

        /* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

            p:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            .mad-text-small {
                font-size: 0.875rem;
                line-height: 1.5rem;
            }

            p.mad-text-small:not(:last-child) {
                margin-bottom: 1.3125rem;
            }

            .mad-text-normal {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .mad-text-medium {
                font-size: 1.125rem;
                line-height: 2rem;
            }

            .mad-text-medium b {
                color: #012e40;
            }

            .mad-text-big {
                font-size: 1.25rem;
                line-height: 2rem;
            }

            .fw-bold {
                font-weight: bold;
            }

            .mad-text-normal .mad-list--icon > li > .icon, .mad-text-normal .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
                line-height: 1.5rem;
            }

            .mad-text-title {
                font-size: 1.125rem;
                line-height: 1.5rem;
                color: #501b5e;
                font-weight: bold;
            }

            .mad-text-title:not(:last-child) {
                margin-bottom: 0.5rem;
            }

        /* ----------------------------------------
            Links
        ---------------------------------------- */

            a {
                color: #012e41;
            }

            .mad-link,
            a,
            button {
                transition: all .5s ease;
            }

            .mad-link {
                color: #07c7f2;
                font-weight: 600;
                border-bottom: 1px solid transparent;
            }

            .mad-link:hover {
                color: #069dbf;
                border-color: inherit;
            }

            .mad-link.color-2 {
                color: #501b5e;
            }

        /* ----------------------------------------
            Icons
        ---------------------------------------- */

            [class*="mad-font-icon"] {
                line-height: 1;
            }

        /* ----------------------------------------
            Colors
        ---------------------------------------- */

        .mad-color {

        }

    /* ----------------------------------------
        Utils classes
    ---------------------------------------- */

        .mad-d-none {
            display: none;
        }

        .mad-fw-bold {
            font-weight: bold;
        }

        .mad-tt-uppercase {
            text-transform: uppercase;
        }

        .mad-d-down-xxxl-none {
            display: none;
        }

        .mad-fw-down-xxxl-bold {
            font-weight: bold;
        }

        .alignleft {
            float: left;
        }

        .alignright {
            float: right;
        }
        
        .align-left {
            text-align: left;
        }

        .align-right {
            text-align: right;
        }

        .align-center {
            text-align: center;
        }

        img.alignleft{
            margin-right: 1.875rem;
        }

        img.alignright{
            margin-left: 1.875rem;
        }

/* ----------------------------------------
    2. Layout
---------------------------------------- */

    /* ----------------------------------------
        Preloader
    ---------------------------------------- */

        .mad-preloader-circle,
        .mad-preloader {
            position: fixed;
            width: 260vw;
            height: 260vw;
            margin-left: -130vw;
            margin-top: -130vw;
            background-color: #fff;
            z-index: 50;
            border-radius: 50%;
            -webkit-transition-property: -webkit-transform;
                    transition-property: transform;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 700ms;
                    transition-duration: 700ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-preloader-circle {
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear;
        }

        .mad-preloader {
            left: 50%;
            top: 50%;
        }

        .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-preloader-circle--appearing {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

        .mad-body--has-critical-fullscreen-message {
            overflow: hidden !important;
        }

        .mad-fullscreen-message {
            position: fixed;
            z-index: 49;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            font-family: 'Arial', serif;
            font-size: 1.875rem;
            line-height: 2.34375rem;
            color: #313131;
            background-color: #fff;
            padding: 2rem;
            overflow: auto;
        }

        .mad-fullscreen-message .mad-aligner-inner {
            vertical-align: middle;
        }

        .mad-fullscreen-message-before {
            font-size: 3.25rem;
            line-height: 4rem;
        }

        .mad-fullscreen-message-before:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-fullscreen-message-before:empty,
        .mad-fullscreen-message-after:empty {
            display: none;
        }

    /* ----------------------------------------
        Header
    ---------------------------------------- */

        .mad-header {
            line-height: 1.5rem;
            position: relative;
            z-index: 25;
        }

        [class*="mad-header-section--sticky"].mad-header-section--sticked {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 50;
            background: #fff;
        }

        .mad-header--transparent.mad-header--transparent-single {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 25;
        }

        .mad-header:not(.header-2) [class*="mad-header-section--sticky"] {
        
    /* -webkit-box-shadow: 0px 2px 50px 0px rgb(50 50 50 / 5%); */
   /* -moz-box-shadow: 0px 2px 50px 0px rgba(50, 50, 50, 0.05); */
    /* box-shadow: 0px 2px 50px 0px rgb(50 50 50 / 5%); */
    padding-bottom: 10px;
    padding-top: 10px;
        }

        .mad-header:not(.header-2):not(.header-4):not(.header-3) [class*="mad-header-section--sticky"] .container {
            max-width: 100%;
            padding: 0 3.875rem;
        }

        .mad-header .mad-navigation > li > a {
            line-height: 4rem;
        }

        .mad-header .mad-navigation > li > a:before {
            content: '';
            height: 2px;
            width: 100%;
            background: none;
            position: absolute;
            top: 100%;
            left: 0;
            margin-top: 1.875rem;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-header .mad-navigation > li.current-menu-item > a:before {
            opacity: 1;
            visibility: visible;
        }

        /* Header 2 */

        .mad-header.header-2 {
            background: #fff;
        }

        .mad-header.header-2 [class*="mad-header-section--sticky"],
        .mad-header.header-4 [class*="mad-header-section--sticky"] {
            background: #012533;
            padding: 1rem 0;
        }

        .mad-header.header-2 .mad-header-items {
            display: block;
            padding: 2rem 0;
        }

        .mad-header.header-2 .mad-header-items .row {
            align-items: center;
        }

        .mad-header.header-2 .mad-header-items .row > *:last-child {
            text-align: right;
        }

        .mad-header.header-2 .mad-navigation > li > a,
        .mad-header.header-4 .mad-navigation > li > a {
            line-height: 3rem;
        }

        .mad-header.header-4 .mad-navigation > li > a {
            display: flex;
        }

        .mad-header.header-2 .mad-navigation > li:not(:hover):not(.current-menu-item) > a,
        .mad-header.header-3.style-2 .mad-navigation > li:not(:hover):not(.current-menu-item) > a,
        .mad-header.header-4 .mad-navigation > li:not(:hover):not(.current-menu-item) > a {
            color: #fff;
        }

        .mad-header.header-2 .mad-navigation > li > a:before,
        .mad-header.header-4 .mad-navigation > li > a:before {
            margin-top: 0.875rem;
        }

        .mad-header.header-2 .mad-navigation-container {
            justify-content: space-between;
        }

        .mad-header.header-2 .mad-navigation > li:not(.mega-menu) .sub-menu,
        .mad-header.header-4 .mad-navigation > li:not(.mega-menu) .sub-menu {
            margin-top: 0.875rem;
        }

        .mad-header.header-2 .one-line-2 {
            min-width: 18.875rem;
        }

        /* Header 3 */

        .mad-pre-header {
            position: relative;
            background: #f2f2f2;
            padding: 1rem 0;
            line-height: 1rem;
            font-size: 0.875rem;
            font-weight: 600;
            color: #501b5e;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .mad-header.header-3:not(.style-2) .mad-pre-header,
        .mad-header.header-3:not(.style-2) .container {
            padding-left: 3.75rem;
            padding-right: 3.75rem;
            max-width: 100%;
        }

        .mad-pre-header i {
            font-size: 1.25rem;
            line-height: 1rem;
        }

        .our-info {
            display: flex;
            flex-wrap: wrap;
            letter-spacing: 0.1px;
            margin: -1rem -1rem 0;
        }

        .our-info > .mad-col {
            padding: 1rem 1rem 0;
        }

        .our-info > span {
            margin: 1rem 1rem 0;
        }

        .our-info > span a:hover {
            text-decoration: underline;
        }

        .our-info > span i,
        .mad-lang i {
            margin-right: 0.5rem;
        }

        .mad-header.header-3 .mad-pre-header .mad-actions {
            padding: 0;
            margin: 0 -1rem;
        }

        .mad-header.header-3 [class*="mad-header-section--sticky"] {
            padding-left: 0;
            padding-right: 0;
        }

        .mad-header.header-3 .mad-pre-header .mad-actions .mad-item {
            margin: 0 1rem;
        }

        .mad-header.header-3 .mad-pre-header > .container {
            display: flex;
            justify-content: space-between;
        }

        .mad-lang > a {
            position: relative;
            padding-right: 1rem;
        }

        .mad-lang > a:after {
            content: "arrow_drop_down";
            font-family: 'Material Icons';
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.875rem;
            margin-left: 0.25rem;
            max-width: 0.75rem;
        }

        .mad-header.header-3.style-2,
        .mad-header.header-3.style-2 [class*="mad-header-section--sticky"].mad-header-section--sticked {
            background: #012533;
        }

        .mad-header.header-3.style-2 .mad-pre-header,
        .mad-header.header-3.style-2 .mad-pre-header .mad-item > a,
        .mad-header.header-3.style-2 .mad-pre-header .mad-dropdown > a,
        .mad-header.header-3.style-2 .mad-actions .mad-item-link {
            background: transparent;
            color: #fff;
        }

        .mad-header.header-3.style-2 .mad-pre-header {
            padding-bottom: 0;
        }

        .mad-header.header-3.style-2 .mad-pre-header .our-info .mad-tel a {
            color: #fff;
        }

        .mad-header.header-3.style-2 .mad-pre-header .mad-item > span {
            color: #586b75;
        }

        .mad-header .mad-item > span {
            padding: 0 0.125rem;
        }

        /* Header 4 */

        .mad-header.header-4 .mad-header-items {
            padding: 2.5rem 0;
            font-size: 0.875rem;
            font-weight: 600;
            color: #501b5e;
            line-height: 1rem;
        }

        .mad-header.header-4 .mad-header-items > a {
            color: #501b5e;
        }

        .mad-header.header-4 .mad-header-item .mad-tel i,
        .mad-header.header-4 .mad-lang i {
            line-height: 1rem;
            font-size: 1.25rem;
        }

        .mad-header.header-4 .mad-header-items .mad-header-item {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .mad-header.header-4 .mad-header-items .mad-header-item:last-child {
            align-items: flex-end;
        }

        .mad-header.header-4 .mad-header-items .mad-header-item:nth-child(2) {
            margin-left: -1.5rem;
        }

        .mad-header.header-4 .mad-header-items .mad-header-item > *:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-header.header-4 .one-line-2 {
            width: 100%;
            min-width: 37rem;
        }

        .mad-header.header-4 .mad-actions {
            margin: 0 -1rem;
            padding: 0;
        }

        .mad-header.header-4 .mad-actions > .mad-item {
            margin: 0 1rem;
            position: relative;
        }

        .mad-header.header-4 .mad-dropdown-element.shopping-cart {
            margin-top: 38px;
            right: 0;
            left: auto;
        }

        /* ----------------------------------------
            Header Section
        ---------------------------------------- */

            .mad-header-section {
                display: block;
            }

            .mad-header-section:not(:last-child) {
                margin-bottom: 3.5rem;
            }

        /* ----------------------------------------
            Header Items
        ---------------------------------------- */

            .mad-header-items {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .mad-header-item {
                display: flex;
                align-items: center;
            }

            .mad-navigation-container {
                display: flex;
                align-items: center;
            }

            .mad-actions {
                display: flex;
                align-items: center;
                margin: -1rem -1.75rem 0;
                padding-left: 3.5rem;
            }

            .mad-actions > .mad-item {
                margin: 13px 8px 0;
    display: flex;
    align-items: center;
            }

            .mad-actions > .mad-item > a:hover {
             /*   text-decoration: underline; */
            }

            .mad-header:not(.header-3):not(.header-4) .mad-actions > .mad-item > *:not(:last-child) {
                margin-right: 2rem;
            }

            .mad-actions .mad-item-link {
                position: relative;
                color: #262123;
            }

            .mad-actions .mad-item-link:hover,
            .mad-dropdown.mad-dropdown--opened .mad-item-link {
                color: #07c7f2;
            }

            .mad-actions .mad-item-link i {
                font-size: 1.75rem;
                max-width: 1.5rem;
            }

            .mad-actions .mad-item .btn {
                display: block;
            }

            .mad-header:not(.header-2):not(.header-4) .mad-header-item .mad-tel {
                font-weight: 700;
                color: #501b5e;
                padding-left: 3.5rem;
                letter-spacing: 0.01rem;
            }

            .mad-header:not(.header-2):not(.header-4) .mad-header-item .mad-tel i {
                padding-right: 0.25rem;
            }

        /* ----------------------------------------
            Navigation
        ---------------------------------------- */

            .mad-navigation {
                letter-spacing: 0.1px;
                z-index: 4;
                text-align: initial;
                margin: 0 -1.25rem;
                display: flex;
            }

            .mad-navigation > li {
               position: relative;
    font-family: 'Mulish', sans-serif;
    padding: 0 10px;
            }

            .mad-navigation > li > a {
                font-size: 1.125rem;
                font-weight: bold;
                color: #012e40;
                -webkit-transition-property: color;
                        transition-property: color;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                display: block;
                position: relative;
                z-index: 22;
            }

            .mad-navigation > li > a::after {
                content: "arrow_drop_down";
                font-family: 'Material Icons';
                display: inline-block;
                vertical-align: middle;
                font-size: 0.875rem;
                margin-left: 0.25rem;
                max-width: 0.75rem;
            }

            .mad-navigation > li:hover > a,
            .mad-navigation > li.current-menu-item > a {
                color: #07c7f2;
            }

            .mad-navigation .menu-item-has-children:hover, .mad-navigation .menu-item-has-children.mad-seleceted, .mad-navigation .menu-item-has-children.mad-tapped {
                z-index: 2;
            }

            .mad-no-touchevents .mad-navigation > li:hover > a::before,
            .mad-no-touchevents .mad-navigation > .mad-seleceted > a::before,
            .mad-touchevents .mad-navigation > .mad-tapped > a::before,
            .mad-navigation > .current-menu-ancestor > a::before,
            .mad-navigation > .current-menu-parent > a::before,
            .mad-navigation > .current-menu-item > a::before {
                opacity: 1;
            }

            .mad-mobile-nav-btn {
                background: #ffffff;
				border-radius: 5px;
				color: #012e40;
            }

            .mad-navigation .sub-menu {
                width: 20rem;
                font-size: 1rem;
                padding: 2rem;
                letter-spacing: 0;
                border-radius: 0 0 1rem 1rem;
                position: absolute;
                margin-top: 1.875rem;
                top: 100%;
                left: -1rem;
                opacity: 0;
                visibility: hidden;
                background-color: #012533;
                -webkit-transition-property: opacity, visibility;
                        transition-property: opacity, visibility;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);

                -webkit-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                -moz-box-shadow:    0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                box-shadow:         0px 0px 30px 0px rgba(15, 27, 56, 0.1);
            }

            .mad-navigation .sub-menu:before {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                height: 3.75rem;
            }

            .mad-navigation > li > .sub-menu {
                border-top: 2px solid #07c7f2;
            }

            .mad-navigation .sub-menu a {
                color: #fff;
            }

            .mad-navigation .sub-menu > li > a {
                border-bottom: 1px solid transparent;
            }

            .mad-navigation .sub-menu > li:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-navigation .sub-menu.mad-reverse {
                left: auto;
                right: -1.625rem;
            }

            .mad-navigation .sub-menu .sub-menu {
                border-top: 2px solid #07c7f2;
                top: 0;
                margin-top: -2rem;
                left: calc(100% + 36px);
            }

            .mad-navigation .sub-menu .sub-menu.mad-reverse {
                left: auto;
                right: calc(100% + 36px);
            }

            .mad-navigation .sub-menu .menu-item-has-children {
                position: relative;
                padding-right: 2.8rem;
            }

            .mad-navigation .sub-menu .menu-item-has-children::after {
                content: "arrow_right";
                font-family: 'Material Icons';
                position: absolute;
                right: 0;
                width: 0.75rem;
                font-size: 1.2rem;
                line-height: inherit;
                color: #07c7f2;
                top: 0;
            }

            .mad-no-touchevents .mad-navigation .sub-menu li:hover > a,
            .mad-no-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-selected > a,
            .mad-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-tapped > a,
            .mad-navigation .sub-menu .current-menu-item > a,
            .mad-navigation .sub-menu .current-menu-ancestor > a,
            .mad-navigation .sub-menu .current-menu-parent > a {
                color: #07c7f2;
                border-bottom-color: inherit;
            }

            .mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            .mad-csstransforms3d .mad-navigation .sub-menu {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property: transform, opacity, visibility;

                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-csstransforms3d.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

            .mad-mobile-nav-btn {
                width: 1rem;
    height: 2rem;
    min-width: 4rem;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    color: #012e40;
    display: none;
    font-weight: bold;
            }

            .mad-mobile-nav-btn::after {
                font-family: Linearicons;
                content: "\e92b";
            }

            .mad-mobile-nav-btn.mad-opened {
               background-color: #ffffff;
    color: #07c7f2;
            }

    /* ----------------------------------------
        Breadcrumb
    ---------------------------------------- */

        .mad-breadcrumb {
            padding-top: 9rem;
            padding-bottom: 15.5rem;
            min-height: 19rem;
            text-align: center;
            color: #fff;
            background: #0f1b38;
            position: relative;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .mad-breadcrumb-path:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-breadcrumb-path {
            font-size: 1.125rem;
            line-height: 2rem;
            vertical-align: baseline;
            margin: 0 -2px;
        }

        .mad-breadcrumb-path > span {
            display: inline-block;
            padding-left: 2px;
            padding-right: 2px;
        }

        .mad-breadcrumb .mad-page-title {
            color: #fff;
        }

        .mad-breadcrumb .mad-page-title:not(:last-child) {
            margin-bottom: .5rem;
        }

        .mad-breadcrumb a {
            color: #fff;
        }

        .mad-breadcrumb a:hover {
            text-decoration: underline;
        }

        .mad-breadcrumb-path .mad-link {
            font-weight: normal;
        }

    /* ----------------------------------------
        Sections
    ---------------------------------------- */

        .mad-content {
            position: relative;
        }

        .mad-content,
        .mad-section {
            padding-top: 9rem;
            padding-bottom: 9rem;
        }

        .mad-content.no-pd,
        .mad-section.no-pd {
            padding: 0;
        }

        .mad-section {
            position: relative;
        }

        .mad-section.with-newsletter {
            padding-top: 12.5rem;
            padding-bottom: 9.5rem;
        }

        .mad-content.no-pt,
        .mad-section.no-pt {
            padding-top: 0;
        }

        .mad-content.no-pb,
        .mad-section.no-pb {
            padding-bottom: 0;
        }

        .mad-section.pt-size-2 {
            padding-top: 3.5rem;
        }

        .mad-section.verysmall-size {
            padding: 1.5rem 0;
        }

        .mad-section.small-size {
            padding: 5.5rem 0;
        }

        .mad-section--parallax {
            background-size: auto;
        }

        .content-element:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .content-element-2:not(:last-child) {
            margin-bottom: 1rem;
        }

        .content-element-3:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .content-element-4:not(:last-child) {
            margin-bottom: 2rem;
        }

        .content-element-5:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .content-element-6:not(:last-child) {
            margin-bottom: 3rem;
        }

        .content-element-7:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .content-element-8:not(:last-child) {
            margin-bottom: 4rem;
        }

        .content-element-9:not(:last-child) {
            margin-bottom: 4.5rem;
        }

        .content-element-10:not(:last-child) {
            margin-bottom: 5rem;
        }

        .content-element-11:not(:last-child) {
            margin-bottom: 5.5rem;
        }

        .content-element-12:not(:last-child) {
            margin-bottom: 6rem;
        }

        .content-element-13:not(:last-child) {
            margin-bottom: 6.5rem;
        }

        .content-element-14:not(:last-child) {
            margin-bottom: 7rem;
        }

        .content-element-15:not(:last-child) {
            margin-bottom: 7.5rem;
        }

        .content-element-16:not(:last-child) {
            margin-bottom: 8rem;
        }

        .content-element-17:not(:last-child) {
            margin-bottom: 8.5rem;
        }

        .content-element-18:not(:last-child) {
            margin-bottom: 9rem;
        }

        .content-element-19:not(:last-child) {
            margin-bottom: 9.5rem;
        }

        .content-element-20:not(:last-child) {
            margin-bottom: 10rem;
        }

        .content-element-21:not(:last-child) {
            margin-bottom: 10.5rem;
        }

        .content-element-22:not(:last-child) {
            margin-bottom: 11rem;
        }

        .mad-page-wrapper {
            overflow: hidden;
            position: relative;
        }

        .mad-page-bg-svg {
            position: absolute;
            top: 45rem;
            left: 2rem;
            right: 2rem;
            bottom: 4rem;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: 100%;
        }

        .mad-page-bg-svg.top-side {
            top: 10rem;
        }

        .mad-page-bg-svg.top-side-2 {
            top: 75rem;
        }

        .mad-page-bg-svg.top-side-3 {
            top: 28rem;
        } 

        [class*="with-separator-"] {
            position: relative;
        }

        .mad-section.with-separator-bottom:not(.no-sep-space),
        .mad-content.with-separator-bottom:not(.no-sep-space) {
            padding-bottom: 205px;
        }

        .mad-section.small-size.with-separator-bottom {
            padding-bottom: 12rem;
        }

        .mad-section.with-separator-top:not(.no-sep-space) {
            padding-top: 15.5rem;
        }

        .mad-section.with-separator-both {
           padding-top: 120px;
           padding-bottom: 160px;
        }

        .mad-section.with-separator-both .mad-colorizer-bg-color .mad-separator:first-child {
            bottom: auto;
            top: -2px;
        }

        .mad-separator {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-icon-boxes + .mad-separator {
            z-index: 1;
        }

        .mad-separator.reverse {
            transform: rotate(180deg);
        }

        .with-separator-top .mad-separator {
            bottom: auto;
            top: -2px;
        }

        .mad-separator.reverse .svg path {
            fill: #7ef2e7!important;
        }

        .mad-colorizer-bg-color .mad-separator.reverse .svg path {
             
        }

        .mad-separator > .svg {
            height: 100%;
            width: 100%;
            z-index: -1;
        }

        .mad-separator .svg .cls-1,
        .mad-separator.wave-color-1 .svg path {
            fill: #fff;
            opacity: 1;
        }

        .mad-separator.reverse.color-1 .svg .cls-1 {
            fill: #fff!important;
        }

        .mad-separator.color-2 .svg .cls-1,
        .mad-separator.wave-color-2 .svg path {
            fill: #f6f6f6;
        }

        .mad-separator.color-3 .svg .cls-1,
        .mad-separator.wave-color-3 .svg path {
            fill: #501b5e;
        }

        .mad-separator.color-4 .svg .cls-1,
        .mad-separator.wave-color-4 .svg path {
            fill: #e6f9fe;
        }

        .mad-separator.color-5 .svg .cls-1,
        .mad-separator.wave-color-5 .svg path {
            fill: #012533;
        }

    /* ----------------------------------------
        Sidebar
    ---------------------------------------- */

        /* ----------------------------------------
            Widgets
        ---------------------------------------- */

            .mad-widget {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .mad-sidebar .mad-widget:not(:last-child) {
                margin-bottom: 3.5rem;
            } 

            .mad-widget-title {
                font-weight: 600;
                font-size: 1.5rem;
                line-height: 2rem;
            }

            /* ----------------------------------------
                Sponsors widget
            ---------------------------------------- */

                .mad-sponsors:not(.owl-carousel) {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .mad-sponsors.owl-carousel {
                    padding: 0 10rem;
                }

                .mad-csstransforms3d .mad-sponsors img {
                    -webkit-transition-property: all;
                            transition-property: all;
                    -webkit-transition-delay: 0ms;
                            transition-delay: 0ms;
                    -webkit-transition-duration: 500ms;
                            transition-duration: 500ms;
                    -webkit-transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                            transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                            opacity: 1;
                }

                .mad-csstransforms3d .mad-sponsors a {
                    display: block;
                    overflow: hidden;
                    border-radius: 1rem;
                }

                .mad-csstransforms3d .mad-sponsors a:hover > img {
                    -webkit-transform: scale3d(1.05, 1.05, 1.05);
                            transform: scale3d(1.05, 1.05, 1.05);
                }

            /* ----------------------------------------
                Tags
            ---------------------------------------- */

                .tagcloud {
                    display: flex;
                    flex-wrap: wrap;
                    margin: -4px;
                }

                .tagcloud > a {
                    color: #012533;
                    font-size: 0.875rem;
                    line-height: 2.5rem;
                    white-space: nowrap;
                    padding: 0 1rem;
                    display: inline-block;
                    border-radius: .5rem;
                    font-weight: bold;
                    margin: 4px;
                    background: #7ef2e7;
                }

                .tagcloud > a:hover {
                    background: #a4f6ee;
                }
                
                .tags-wrap {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .tags-wrap > span {
                    padding-right: 1rem;
                }

            /* ----------------------------------------
                Search
            ---------------------------------------- */


            /* ----------------------------------------
                Banners
            ---------------------------------------- */

                .mad-banner {
                    overflow: hidden;
                    padding: 2.5rem 1rem;
                    border-radius: 1rem;
                    background-size: cover;
                    display: inline-block;
                }

                .mad-banner .mad-banner-inner {
                    font-size: 1.25rem;
                    line-height: 2rem;
                    text-align: center;
                    color: #fff;
                    font-weight: bold;
                }

                .mad-banner .mad-title {
                    color: #fff;
                    font-size: 2.625rem;
                    line-height: 3rem;
                }

                .mad-banner .mad-title:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-banner-inner .btn {
                    margin-top: 0.5rem;
                }


            /* ----------------------------------------
                Entities
            ---------------------------------------- */

                .mad-sidebar .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
                    min-width: 6.5rem;
                    max-width: 6.5rem;
                }

                .mad-sidebar .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
                    margin-right: 1rem;
                }

            /* ----------------------------------------
                Calendar
            ---------------------------------------- */

                .calendar_wrap:not(:last-child) {
                    margin-bottom: 1.5rem;
                }

                .calendar_wrap {
                    position: relative;
                    border-radius: 20px;
                    overflow: hidden;
                    border: 2px solid #cfe3e9;
                }

                .calendar_wrap table {
                    border-width: 0;
                    background: #fff;
                    font-size: 1rem;
                    border-radius: 0;
                }

                .calendar_wrap table td {
                    font-size: 1.25rem;
                    line-height: 1.5rem;
                }

                .calendar_wrap table tbody {
                    position: relative;
                }

                .calendar_wrap table caption {
                    color: #fff;
                    font-size: 1.125rem;
                    line-height: 1.5rem;
                    font-weight: bold;
                    text-align: center;
                    border-style: inherit;
                    border-color: inherit;
                    text-transform: uppercase;
                    padding-top: 1.25rem;
                    padding-bottom: 1.25rem;
                    background: #012533;
                    position: relative;
                    z-index: 2;
                }

                .calendar_wrap table tr:hover {
                    background-color: transparent;
                }

                .calendar_wrap table thead {
                    background-color: #dff2f8;
                }

                .calendar_wrap table thead th {
                    font-size: 1rem;
                    font-weight: 400;
                    color: #501b5e;
                    text-transform: uppercase;
                }

                .calendar_wrap.calendar-medium table thead th {
                    font-weight: bold;
                }

                .calendar_wrap table td > a,
                .calendar_wrap table td > div > a {
                    position: relative;
                    z-index: 1;
                    color: #fff;
                }

                .calendar_wrap table td > a:before,
                .calendar_wrap table td > div > a:before {
                    content: '';
                    position: absolute;
                    background: #07c7f2;
                    border-radius: 50%;
                    width: 2rem;
                    height: 2rem;
                    top: 50%;
                    left: 50%;
                    margin-top: -1rem;
                    margin-left: -1rem;
                    line-height: 2rem;
                    z-index: -1;
                }

                .calendar_wrap table td.marker {
                    position: relative;
                    z-index: 1;
                }

                .calendar_wrap table td.marker:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: #fbf8f7;
                    z-index: -1;
                }

                .calendar_wrap table td .marker {
                    background: #f3fafc;
                    color: #7f8c93;
                    height: 100%;
                    line-height: inherit;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .calendar_wrap table th, .calendar_wrap table td {
                    padding: 0;
                    text-align: center;
                    line-height: 3rem;
                    vertical-align: middle;
                    border-bottom: none;
                }

                .calendar_wrap table tr td:not(:last-child) {
                    border-right: 1px solid #cfe3e9;
                }

                .calendar_wrap table tfoot td {
                    padding: 1.4rem 0 0;
                    border-width: 0;
                }

                .calendar_wrap table tfoot #prev a,
                .calendar_wrap table tfoot #next a {
                    font-size: 0.8125rem;
                    line-height: 1.5rem;
                    font-weight: 800;
                    border: none;
                    letter-spacing: 1.8px;
                    text-transform: uppercase;
                }

                .calendar_wrap table tfoot #prev {
                    text-align: left;
                }

                .calendar_wrap table tfoot #next {
                    text-align: right;
                }

                .calendar_wrap table .calendar-caption-prev,
                .calendar_wrap table .calendar-caption-next {
                    display: block;
                    position: absolute;
                    top: 0;
                    line-height: 4rem;
                    height: 100%;
                    font-size: 2rem;
                    width: 62px;
                    text-align: center;
                    color: #fff;
                    -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                            transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                }

                .calendar_wrap table .calendar-caption-prev:hover,
                .calendar_wrap table .calendar-caption-next:hover {
                    color: #07c7f2;
                }

                .calendar_wrap table .calendar-caption-prev i,
                .calendar_wrap table .calendar-caption-next i {
                    font-size: 1.5rem;
                    line-height: inherit;
                }

                .calendar_wrap table .calendar-caption-prev {
                    left: 0;
                }

                .calendar_wrap table .calendar-caption-next {
                    right: 0;
                }

                .calendar_wrap.calendar-medium table tr td {
                   height: 5vw;
                }

                .calendar_wrap.calendar-medium table td > a:before, 
                .calendar_wrap.calendar-medium table td > div > a:before {
                    width: 3.5rem;
                    height: 3.5rem;
                    margin-top: -1.75rem;
                    margin-left: -1.75rem;
                }

                .mad-sidebar .calendar_wrap table caption {
                    text-transform: none;
                    font-weight: 500;
                    font-size: 1.25rem;
                }

                .mad-sidebar .calendar_wrap table thead th {
                    font-size: 0.8125rem;
                }

                .mad-sidebar .calendar_wrap table td {
                    font-size: 0.875rem;
                }

            /* ----------------------------------------
                Recent Comments
            ---------------------------------------- */

                .mad-widget .recentcomments {
                    font-size: 1rem;
                    line-height: 1.5rem;
                }

                .mad-widget .recentcomments li:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-widget .recentcomments li {
                    position: relative;
                    padding-left: 2rem;
                }

                .mad-widget .recentcomments li:before {
                    position: absolute;
                    font-family: 'Material Icons Outlined';
                    content: 'comment';
                    font-size: 1.125rem;
                    top: 0;
                    left: 0;
                    line-height: 2rem;
                    color: #07c7f2;
                }

                .mad-widget .recentcomments li a {
                    color: #07c7f2;
                }

                .mad-widget .recentcomments li a:hover {
                    text-decoration: underline;
                }

            /* ----------------------------------------
                Email
            ---------------------------------------- */



            /* ----------------------------------------
                Instafeed
            ---------------------------------------- */

                .sidebar .mad-widget .mad-instafeed {
                    max-width: 20rem;
                    margin-left: auto;
                    margin-right: auto;
                }

                .mad-widget .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
                    margin-top: -10px !important;
                    margin-left: -5px !important;
                    margin-right: -5px !important;
                    margin-bottom: 0 !important;
                }

                .mad-widget .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-grid-item {
                    padding-top: 10px !important;
                    padding-left: 5px !important;
                    padding-right: 5px !important;
                    padding-bottom: 0 !important;
                }

                .mad-widget .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-grid-item .mad-square-image{
                    border-radius: 5px;
                    overflow: hidden;
                }

    /* ----------------------------------------
        Footer
    ---------------------------------------- */

        .mad-footer {
            position: relative;
            padding: 3rem 0;
            color: #586b75;
        }

        .mad-footer:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
            z-index: -1;
        }

        .mad-footer address {
            font-style: normal;
        }

        .mad-footer address:not(:last-child) {
            margin-bottom: 0.8rem;
        }

        .mad-footer .mad-icon-btn {
            color: #313131;
            font-size: 1.875rem;
        }

        .mad-footer .mad-widget {
            font-size: inherit;
            line-height: inherit;
        }

        .mad-footer .mad-widget .mad-widget-title {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 600;
            color: #501b5e;
            letter-spacing: 0.3px;
        }

        .mad-footer .copyrights {
            text-align: center;
            padding-top: 3.5rem;
        }

        /* Style 2 */

        .mad-footer.style-2,
        .mad-footer.style-3 {
            color: #a5b8c2;
            position: relative;
        }

        .mad-footer.style-2 .mad-separator {
            bottom: auto;
            top: 0;
        }

        .mad-footer.style-2.with-separator-top {
            padding-top: 15.5rem;
        }

        .mad-footer.style-2:after,
        .mad-footer.style-3:after {
            background: #012533;
        }
        
        .mad-footer.style-2 .mad-footer-main:not(:last-child) {
            margin-bottom: 3rem;
        } 

        .mad-footer.style-2 .mad-separator {
            bottom: auto;
            top: -1px;
            transform: rotate(180deg);
        }

        .mad-footer.style-2 .mad-tt-list li,
        .mad-footer.style-2 .mad-widget .mad-widget-title,
        .mad-footer.style-3 .mad-tt-list li,
        .mad-footer.style-3 .mad-widget .mad-widget-title {
            color: #fff;
        }

        .mad-footer.style-3 .mad-tt-list li span,
        .mad-footer.style-2 .mad-tt-list li span {
            color: #a5b8c2;
        }

        .mad-footer.style-2 .mad-tt-list li .mad-mail,
        .mad-footer.style-3 .mad-tt-list li .mad-mail {
            color: #07c7f2;
        }

        .mad-footer.style-2 .row > *:nth-child(2) {
            margin-top: -3rem;
        }

        .mad-footer.style-2 .copyrights {
            padding-top: .5rem;
        }

        /* Style 3 */

        .mad-footer.style-3 {
            padding-top: 9rem;
            padding-bottom: 9.5rem;
        }

        .mad-footer.style-3 .mad-separator,
        .mad-footer.style-4 .mad-separator {
            z-index: 1;
        }

        .mad-footer.style-3 .mad-separator .svg .cls-1,
        .mad-footer.style-4 .mad-separator .svg .cls-1 {
            fill: #7ef2e7;
        }

        .mad-footer.style-3 .mad-bottom-footer,
        .mad-footer.style-4 .mad-bottom-footer,
        .mad-footer.style-5 .mad-bottom-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .mad-footer.style-3 .mad-footer-main:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-footer.style-3 .copyrights,
        .mad-footer.style-4 .copyrights,
        .mad-footer.style-5 .copyrights {
            padding: 0;
        }

        .mad-footer.style-3 .copyrights:not(:last-child),
        .mad-footer.style-4 .copyrights:not(:last-child),
        .mad-footer.style-5 .copyrights:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-footer.style-3 .mad-entity-title .mad-link {
            color: #07c7f2;
        }

        /* Style 4 */

        .mad-footer.style-4 .mad-footer-main:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        /* Style 5 */

        .mad-footer.style-5 {
            position: relative;
        }

        .mad-footer.style-5:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(230,249,254,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(230,249,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(230,249,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            z-index: -1;
        }

        .mad-footer.style-5 .mad-footer-main:not(:last-child) {
            margin-bottom: 2rem;
        }

    /* ----------------------------------------
        Grid
    ---------------------------------------- */
    
        [class*="item-col-"]:not(.no-gutters) {
            margin: -2rem -1rem 0;
        }

        [class*="item-col-"]:not(.no-gutters) > * {
            padding: 2rem 1rem 0;
        }

        .item-col-1 > * {
            width: 100%; 
        }

        .item-col-2 > * {
            width: 50%;
        }

        .item-col-3 > *{
            width: 33.3333%;
        }

        .item-col-4 > *{
            width: 25%;
        }

        .item-col-5 > *{
            width: 20%;
        }

        .item-col-6 > *{
            width: 16.6666%;
        }

        .row:not(.col-no-space) {
            margin-bottom: -3rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 3rem;
        }

        .row.hr-size-2:not(.no-gutters) {
            margin: -4.5rem -2.25rem 0;
        }

        .row.hr-size-2:not(.no-gutters) > [class*="col"] {
            padding: 4.5rem 2.25rem 0;
        }

        .row.hr-size-3:not(.no-gutters) {
            margin: -4rem -2rem 0;
        }

        .row.hr-size-3:not(.no-gutters) > [class*="col"] {
            padding: 4rem 2rem 0;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-2 {
            margin-bottom: -6rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-2 > [class*="col"] {
            padding-bottom: 6rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-1 {
            margin-bottom: -3rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-1 > [class*="col"] {
            padding-bottom: 3rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-3 {
            margin-bottom: -3.5rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-3 > [class*="col"] {
            padding-bottom: 3.5rem;
        }

    /* ----------------------------------------
        Square image
    ---------------------------------------- */

        .mad-square-image[data-bg-image-src] {
            position: relative;
            height: 0;
            padding-bottom: 100%;
        }

        .mad-square-image[data-bg-image-src] a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .mad-square-image.mad-square-image--size-90 {
            padding-bottom: 90%;
        }

        .mad-square-image.mad-square-image--size-80 {
            padding-bottom: 80%;
        }

        .mad-square-image.mad-square-image--size-70 {
            padding-bottom: 70%;
        }

        .mad-square-image.mad-square-image--size-60 {
            padding-bottom: 60%;
        }

        .mad-square-image.mad-square-image--size-50 {
            padding-bottom: 50%;
        }

        .mad-square-image.mad-square-image--size-40 {
            padding-bottom: 40%;
        }

        .mad-square-image--position-left-top {
            background-position: left top;
        }

        .mad-square-image--position-left-center {
            background-position: left center;
        }

        .mad-square-image--position-left-bottom {
            background-position: left bottom;
        }

        .mad-square-image--position-center-top {
            background-position: center top;
        }

        .mad-square-image--position-center-center {
            background-position: center center;
        }

        .mad-square-image--position-center-bottom {
            background-position: center bottom;
        }

        .mad-square-image--position-right-top {
            background-position: right top;
        }

        .mad-square-image--position-right-center {
            background-position: right center;
        }

        .mad-square-image--position-right-bottom {
            background-position: right bottom;
        }

    /* ----------------------------------------
        Modals
    ---------------------------------------- */

        .mad-modal {
            position: relative;
            width: 100%;
            height: 100%;
        }

    /* ----------------------------------------
        Arctic Modal
    ---------------------------------------- */

        .arcticmodal-container {
            background-color: #fff;
        }

        .arcticmodal-container_i2 {
            padding: 0;
            height: 100%;
        }

        .arcticmodal-container table {
            background-color: transparent;
            border: none;
        }

        .arcticmodal-container table tr {
            border: none;
            -webkit-transition: none;
                    transition: none;
        }

        .arcticmodal-container table tr:hover {
            background-color: transparent;
        }

        .arcticmodal-close {
            font-size: 2rem;
            color: #07c7f2;
            position: absolute;
            right: 4rem;
            top: 4rem;
        }

        .arcticmodal-close:hover {
            color: #f21f1f;
        }

        .arcticmodal-close i {
            font-size: 2.5rem;
        }

    /* ----------------------------------------
        Search Modal
    ---------------------------------------- */

        .mad-modal--search .arcticmodal-container_i2 {
            vertical-align: middle;
        }

        .mad-modal--search {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .mad-modal--search .mad-title {
            margin-right: 2rem;
        }

        .mad-modal--search .mad-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-modal--search form {
            width: 40%;
            display: flex;
        }

        .mad-modal--search form input {
            width: 100%;
            height: 4rem;
        }

        .mad-modal--search form button {
            width: 4rem;
            height: 4rem;
            min-width: 4rem;
            text-align: center;
            padding: 0;
            color: #012533;
            border-radius: 1rem;
            margin-left: 0.5rem;
            position: relative;
        }

        .mad-modal--search form button i {
            font-size: 1.5rem;
        }

    /* ----------------------------------------
        Responsive Iframe
    ---------------------------------------- */

        .mad-responsive-iframe {
            position: relative;
            height: 0;
            padding-bottom: 56%;
        }

        .mad-responsive-iframe > iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .mad-fullwidth-iframe > iframe {
            width: 100%;
        }

    /* ----------------------------------------
        Comments
    ---------------------------------------- */

        .comments-list {
            overflow: hidden;
        }

        .comments-list > .comment:first-child {
            margin-top: -2rem;
        }

        .comment {
            font-size: 1.125rem;
            line-height: 2rem;
            padding-top: 2rem;
        }

        .comment .fn {
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #501b5e;
            display: block;
            font-style: normal;
            font-weight: 800;
            font-family: 'Mulish', sans-serif;
        }

        .comment-author-avatar {
            float: left;
            margin-right: 1.25rem;
            position: relative;
            z-index: 2;
        }

        .comment .children > li,
        .comment.comment-has-children > .comment-body > .comment-author-info {
            position: relative;
        }

        .comment-author-info {
            padding-left: 6.5rem;
        }

        .comment-meta {
            font-size: 0.875rem;
            line-height: 1rem;
            margin-bottom: 1rem;
            color: #7f8c93;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .mad-text-link {
            font-weight: bold;
            color: #07c7f2;
        }

        .mad-text-link i {
            font-size: 1rem;
            line-height: inherit;
        }

        .mad-text-link:hover {
            text-decoration: underline;
        }

        .comment-meta > * {
            margin-top: 0.5rem;
        }

        .comment-content:not(:last-child) {
            margin-bottom: 0.1rem;
        }

        .comment-actions {
            font-size: 0.6875rem;
            line-height: 1.75rem;
            text-transform: uppercase;
            color: #b1b1b1;
            letter-spacing: 0.82px;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .comment-actions > a {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }

        .comment::after {
            content: "";
            display: block;
            clear: both;
        }

        .comment .children {
            padding-left: 2.5rem;
            overflow: hidden;
        }

    /* ----------------------------------------
        Vertical Navigation
    ---------------------------------------- */

        .mad-navigation-vertical {
            display: block !important;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-navigation-vertical .sub-menu {
            padding-top: 0.125rem;
            padding-bottom: 0.625rem;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

        .mad-navigation-vertical .sub-menu > li {
            margin-top: 0.5rem;
        }

        .mad-navigation-vertical .sub-menu > li.menu-item-has-children > a::after {
            font-family: 'Linearicons';
            content: "\e93a";
            margin-left: 0.4rem;
            vertical-align: middle;
            font-size: 0.75rem;
        }

        .mad-navigation-vertical .sub-menu a {
            color: #b1b1b1;
        }

        .mad-navigation-vertical > li:hover > a::before,
        .mad-navigation-vertical > li.mad-seleceted > a::before,
        .mad-navigation-vertical > li.mad-tapped > a::before,
        .mad-navigation-vertical > li.current-menu-ancestor > a::before,
        .mad-navigation-vertical > li.current-menu-parent > a::before,
        .mad-navigation-vertical > li.current-menu-item > a::before {
            opacity: 1;
        }

        .mad-navigation-vertical > li > a {
            text-transform: uppercase;
            letter-spacing: 0.81px;
            display: block;
            padding: 0.48rem 1.875rem;
            position: relative;
        }

        .mad-navigation-vertical > li > a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 3px;
            opacity: 0;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-navigation-vertical a {
            color: #313131;
            -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-body--scheme-brown .mad-navigation-vertical > li > a::before {
            background-color: #ba89f4;
        }

/* ----------------------------------------
    3. Components
---------------------------------------- */

    /* ----------------------------------------
        Social icons
    ---------------------------------------- */

        .mad-social-icons ul {
               display: flex;
    margin: -0.5rem -0.25rem 0;
    flex-wrap: nowrap;
    justify-content: center;
        }

        .mad-social-icons ul li {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-social-icons ul li a {
            display: block;
            width: 3rem;
            height: 3rem;
            background: #012e40;
            color: #fff;
            text-align: center;
            line-height: 3rem;
            font-size: 1.5rem;
            border-radius: 35% 45% 35% 55% / 35% 55% 35% 40%;
        }

        .mad-social-icons ul li a:hover {
            background: #07c7f2;
        }

        .mad-social-icons ul li a i {
            line-height: inherit;
        }

        .mad-social-icons.size-1 ul li a {
            font-size: 1rem;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
        }

        .mad-social-icons.size-2 ul li a {
            font-size: 1rem;
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
        }

        .mad-social-icons.size-big ul li a {
            width: 4rem;
            height: 4rem;
            line-height: 4rem;
            font-size: 1.875rem;
        }

    /* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

        .mad-dropcap > *:first-child:first-letter {
            font-size: 3.75rem;
            font-family: "Muli", sans-serif;
            font-weight: 800;
            line-height: 1;
            display: block;
            float: left;
            color: #07c7f2;
            margin-right: 1.1rem;
            margin-top: 2px;
        }

        .mad-dropcap--filled > *:first-child:first-letter {
            color: #501b5e;
        }

        /* firefox only */
        @-moz-document url-prefix() {
            .mad-dropcap > *:first-child:first-letter {
                margin-top: 8px;
            }
        }

    /* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

        .mad-alert-boxes-example {
            margin-top: -2rem;
        }

        .mad-alert-box {
            font-family: 'Lato', sans-serif;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding-top: 2rem;
			margin-bottom: -15px;
        }

        .mad-alert-box strong {
            font-weight: inherit;
        }

        .mad-alert-box-inner {
            position: relative;
            border-radius: 1rem;
            padding-top: 24px;
            padding-bottom: 24px;
            padding-left: 4.5rem;
            padding-right: 3.75rem;
            text-align: initial;
        }

        .mad-alert-box-inner::before {
            font-family: 'Material Icons Outlined';
            font-size: 2rem;
            line-height: 1;
            position: absolute;
            left: 2rem;
            top: 22px;
        }

        .mad-alert-box-close {
            position: absolute;
            color: transparent;
            font-size: 1rem;
            line-height: 1;
            display: block;
            width: 1rem;
            height: 1rem;
            right: 2rem;
            top: 0;
            margin-top: 2rem;
            overflow: hidden;
        }

        .mad-alert-box-close::-moz-selection {
            color: transparent;
        }

        .mad-alert-box-close::selection {
            color: transparent;
        }

        .mad-alert-box-close::-webkit-selection {
            color: transparent;
        }

        .mad-alert-box-close::after {
            font-family: "Material Icons";
            content: 'close';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            font-weight: bold;
            margin-top: -0.575rem;
            color: #686168;
        }

        .mad-alert-box--success {
            color: #4a7309;
        }

        .mad-alert-box--success .mad-alert-box-inner {
            background:#e3f0cf;
            color: #4a7309;
        }

        .mad-alert-box--success .mad-alert-box-inner::before {
            content: "check_circle";
        }

        .mad-alert-box--warning {
            color: #f27607;
        }

        .mad-alert-box--warning .mad-alert-box-inner {
            background: #fce4cd;
            color: #f27607;
        }

        .mad-alert-box--warning .mad-alert-box-inner::before {
            content: "notification_important";
        }

        .mad-alert-box--info {
            color: #1f5a7d;
        }

        .mad-alert-box--info .mad-alert-box-inner {
            color: #035e73;
            background: #cde9f0;
        }

        .mad-alert-box--info .mad-alert-box-inner::before {
            content: "info";
        }

        .mad-alert-box--error {
            color: #a03232;
        }

        .mad-alert-box--error .mad-alert-box-inner {
            background: #fde2e2;
        }

        .mad-alert-box--error .mad-alert-box-inner::before {
            content: "highlight_off";
        }

        .mad-csstransforms3d .mad-alert-box-close {
            -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
                    transition:         transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
        }

        .mad-csstransforms3d .mad-alert-box-close:hover {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
                    transform: scale3d(1.3, 1.3, 1.3);
        }


    /* ----------------------------------------
        Lists
    ---------------------------------------- */

        .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content > ul > li i {
          color: #ffffff;
    background-color: #c5d335;
    border-radius: 100px;
        }

        .mad-entity-content ol {
            list-style-position: inside;
            list-style-type: decimal;
        }

        .mad-entity-content ol ol, .mad-entity-content ol ul {
            padding-left: 2rem;
        }

        .mad-entity-content ol ul > li > ul,
        .mad-entity-content ol ul > li > ol {
            padding-left: 0;
        }

        .mad-list-title {
         font-weight: 800;
    font-size: 1.125rem;
    color: #012e40;
        }
        
        .mad-list-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity-content.style-2 ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content.style-2 ul > li i {
            color: #f44646;
        }

        ul.mad-date-list > li {
            padding-left: 4.5rem!important;
            position: relative;
        }

        .mad-date-list > li:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-date-list > li span {
            position: absolute;
            top: 0;
            left: 0;
            font-weight: 800;
            color: #501b5e;
        }

        /* ----------------------------------------
            Icon List
        ---------------------------------------- */

            .mad-list--icon > li,
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
                padding-left: 2.5rem;
                position: relative;
            }

            .mad-list--icon > li > .icon {
                font-size: 1.5rem;
            }

            .mad-list--icon > li > .icon,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
                position: absolute;
                left: 1px;
                top: 0;
                line-height: inherit;
            }

            .mad-list--icon ul,
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-icon-first) {
                padding-top: 1rem;
            }

            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child),
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), 
            .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-entity-content.type-2 > ul > li:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-entity-content.mad-text-medium .mad-list--icon > li:not(:last-child),
            .mad-entity-content.mad-text-normal .mad-list--icon > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .mad-entity-content.mad-text-medium .mad-list--icon > li i {
               font-size: 21px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 31px;
            }

        /* ----------------------------------------
            Horizontal list
        ---------------------------------------- */

        .mad-hr-list ul {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-hr-list li:not(:last-child) {
            margin-right: 1rem;
        }

        /* ----------------------------------------
            Vertical list
        ---------------------------------------- */

        .mad-vr-list,
        .mad-hr-list {
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .mad-vr-list ul li:not(:last-child),
        .mad-tag-list > li:not(:last-child) {
            margin-bottom: .5rem;
        }

        /* ----------------------------------------
            Time Table List
        ---------------------------------------- */

        .mad-tt-list li {
            color: #501b5e;
            font-weight: bold;
        }

        .mad-tt-list li span {
            color: #586b75;
        }

        .mad-tt-list.type-2 li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-tt-list.type-2 li span {
            display: block;
        }

        .mad-tt-list li .mad-mail {
            color: #07c7f2;
        }

        a.mad-mail:hover {
            text-decoration: underline;
        }

    /* ----------------------------------------
        Dividers
    ---------------------------------------- */

        hr {
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: #eaeaea;
        }

        hr:not(:first-child) {
            margin-top: 2.51875rem;
        }

        hr:not(:last-child) {
            margin-bottom: 2.51875rem;
        }

        hr.mad-divider--medium {
            border-top-width: 2px;
        }

        hr.mad-divider--large {
            border-top-width: 3px;
        }

        hr.mad-divider--shorter {
            width: 30px;
        }

        hr.mad-divider--scheme-dark {
            border-color: #b1b1b1;
        }

        hr.mad-divider--scheme-darkest {
            border-color: #313131;
        }

    /* ----------------------------------------
        Blockquotes
    ---------------------------------------- */

        blockquote:not(.mad-blockquote--unstyled) {
            font-family: "Prompt", sans-serif;
            font-size: 1.5rem;
            line-height: 2rem;
            font-style: italic;
            font-weight: 600;
            color: #fff;
        }

        blockquote:not(.mad-blockquote--unstyled):not(:last-child) {
            margin-bottom: 1.7rem;
        }

    /* ----------------------------------------
        Buttons
    ---------------------------------------- */

        .btn {
            font-family: 'Mulish', sans-serif;
            padding: 1.25rem 2rem 1.25rem;
            display: inline-block;
            font-size: 1rem;
            color: #012533;
            letter-spacing: 0.1px;
            font-weight: bold;
            text-align: center;
            line-height: 1rem;
            position: relative;
            white-space: nowrap;
            z-index: 1;
            border-radius: 1rem;
            position: relative;

        }

        .btn:not([class*="btn-style"]):after,
        .btn:not([class*="btn-style"]):before {
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    visibility: visible;
    border-radius: 13px;
    z-index: -1;
    transition: all .5s ease;
    border: 3px;
    border-color: #012e40;
    border-style: solid;
        }

        .btn:not([class*="btn-style"]):before {
          background: #b6c32d;
    border-color: #b6c32d;
    color: #fff;
        }

        .btn:not([class*="btn-style"]):hover:after {
            opacity: 0;
            visibility: hidden;
        }

        .btn:not([class*="btn-style"]):hover:before {
            opacity: 1;
            visibility: visible;
        }

        .btn:hover {
      color: #fff;
}
        }

        .btn-mini {
            font-size: 0.8125rem;
            padding: 0.75rem 1.5rem;
        }

        .btn-small {
            font-size: 0.875rem;
            padding: 1rem 1.5rem;
        }

        .btn-big {
            font-size: 1.125rem;
            padding: 1.5rem 2.5rem;
        }

        .btn-huge {
            font-size: 1.25rem;
            padding: 1.75rem 2.5rem;
        }

        [class*="btn"] i {
            font-size: 1.25rem;
            display: inline-block;
            line-height: inherit;
        }

        .btn-mini i {
            font-size: 1rem;
        }

        .btn-small i {
            font-size: 1.125rem;
        }

        .btn-big i {
            font-size: 1.25rem;
        }

        .btn-huge i {
            font-size: 1.35rem;
        }

        [class*="btn"] i:not(:only-child):first-child {
            margin-right: 0.5rem;
        }

        [class*="btn"] i:not(:only-child):last-child {
            margin-left: 0.5rem;
        }

        [class*="btn"].btn-style-2 {
          background: #98a41a;
    color: white;
    border-radius: 12px;
        }
		
		
		  [class*="btn"].btn-style-22 {
          background: #98a41a;
    color: white;
    border-radius: 12px;
	margin-left: 5px;
        }
		
		
		
		

        [class*="btn"].btn-style-3 {
            background: #e0e6e8; /* Old browsers */
            background: -moz-linear-gradient(top, #e0e6e8 0%, #eff2f4 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #e0e6e8 0%,#eff2f4 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #e0e6e8 0%,#eff2f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        [class*="btn"].btn-style-4 {
            color: #fff;
            background: #025971; /* Old browsers */
            background: -moz-linear-gradient(top, #025971 0%, #0593b3 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #025971 0%,#0593b3 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #025971 0%,#0593b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-colorizer--parallax [class*="btn"] {
            -webkit-box-shadow: 0px 5px 14px rgba(0, 20, 28, 0.3);
            -moz-box-shadow: 0px 5px 14px rgba(0, 20, 28, 0.3);
            box-shadow: 0px 5px 14px rgba(0, 20, 28, 0.3);
        }

        .page-nav {
            padding-top: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
        }

        .page-nav .menu-button {
            font-size: 30px;
        }

        .btn-wrap {
            margin: -0.625rem;
        }

        .btn-wrap > * {
            margin: 0.625rem;
        }

        .prev-btn,
        .next-btn,
        .exp {
            font-weight: 600;
            margin-left: 30px;
            position: relative;
        }

        .prev-btn,
        .next-btn {
            border-bottom: 1px solid transparent;
        }

        .prev-btn:hover,
        .next-btn:hover {
            border-bottom-color: inherit;
        }

        .prev-btn:before,
        .next-btn:before,
        .exp:before {
            font-family: 'Linearicons';
            content: '\e964';
            font-size: 20px;
            color: #262626;
            position: absolute;
            font-weight: normal;
            left: 0;
            top: 0;
            margin-top: -3px;
            margin-left: -30px;
        }

        .next-btn{
            margin-left: 0;
            margin-right: 30px;
        }

        .next-btn:before {
            margin-left: 0;
            margin-right: -30px;
        }

        .next-btn:before {
            content: '\e965';
            right: 0;
            left: auto;
        }

        .mad-back-to-top {
            width: 4rem;
            height: 4rem;
            padding: 0;
            text-align: center;
            position: fixed;
            border-radius: 55% 35% 35% 30% / 40% 35% 50% 35%;
            transform: rotate(30deg);
            z-index: 103;
            right: 3%;
            top: 60%;
           color: #ffffff;
    background: #98a41a;
        }

        .mad-back-to-top .icon {
            transform: rotate(-30deg);
            font-size: 3rem;
            line-height: 4rem;
        }

        .mad-read-more {
            color: #07c7f2;
            font-weight: bold;
            font-size: 1.125rem;
            white-space: nowrap;
            display: inline-block;
            position: relative;
            line-height: 1.5rem;
            padding-right: 1.75rem;
            width: fit-content;
            width: -moz-fit-content;
        }

        .mad-read-more.no-arrow {
            padding-right: 0;
        }

        .mad-read-more:not(.no-arrow):after {
            content: "chevron_right";
            font-family: 'Material Icons';
            position: absolute;
            font-size: 1.5rem;
            right: 0;
            top: 1px;
        }

        .mad-read-more.small-size {
            font-size: 1rem;
            padding-right: 1.5rem;
        }

        .mad-read-more.small-size:after {
            font-size: 1.25rem;
            font-weight: normal;
        }

        .mad-read-more.big-size {
            font-size: 1.25rem;
            padding-right: 2rem;
        }

        .mad-read-more.big-size:after {
            font-size: 1.75rem;
        }

        .mad-read-more.huge-size {
            font-size: 1.5rem;
            line-height: 2rem;
            padding-right: 2.5rem;
        }

        .mad-read-more.huge-size:after {
            top: 2px;
            font-size: 2rem;
        }

        .mad-read-more:hover {
            text-decoration: underline;
            color: #069dbf;
        }

        .mad-read-more.style-2 {
            color: #f21f1f;
        }

        .mad-read-more.style-2:hover {
            color: #b31717;
        }

        .mad-read-more.style-3 {
            color: #fff;
        }

        .mad-read-more.style-3:hover {
            color: #ccd5d9;
        }

        .mad-read-more.style-4 {
            color: #71d9ce;
        }

        .mad-read-more.style-4:hover {
            color: #5db3aa;
        }

        .mad-read-more.style-5 {
            color: #012533;
        }

        .mad-read-more.style-5:hover {
            color: #025971;
        }

        .btn-set {
            margin: -0.5rem -0.25rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .btn-set > * {
            margin: 0.5rem 0.25rem 0;
        }

        .btn-set.justify-content-between > * {
            flex: 1;
        }

        .btns-set:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .btns-set {
            margin: -3rem -1rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btns-set > ul {
            width: 20%;
            padding: 3rem 1rem 0;
            line-height: normal;
        }

        .btns-set ul > li:not([class*="content-element-"]):not(:last-child) {
            margin-bottom: 1rem;
        }

        .btns-set .row > .col {
            flex-grow: 0;
        }

        .mad-dir {
            display: inline-block;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: bold;
            color: #07c7f2;
            position: relative;
            padding-right: 1.5rem;
        }

        .mad-dir:hover {
            text-decoration: underline;
        }

        .mad-dir:after {
            position: absolute;
            right: 0;
            top: 1px;
            font-size: 20px;
            content: "chevron_right";
            font-family: 'Material Icons';
        }

    /* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

        .mad-panels-title > button {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 600;
            padding-left: 3rem;
            font-family: "Prompt", serif;
            text-align: initial;
            letter-spacing: 0.24px;
            border-radius: 1rem;
            display: block;
            width: 100%;
            position: relative;
            background-clip: padding-box;
            color: #07c7f2;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);

            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        .mad-panels-title > button:before {
            position: absolute;
            top: 0;
            left: 0;
            font-family: 'Material Icons';
            font-size: 1.125rem;
            line-height: 1;
            font-weight: 600;
            color: #024154;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title > button:before {
            background: #ccd5d9;
            padding: 8px;
            border-radius: 54% 46% 63% 37% / 33% 64% 36% 67%;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active > button:before {
            background: #07c7f2;
        }

        .mad-panels-title > button:before {
            content: "add";
        }

        .mad-panels-title:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-panels-active.mad-panels-title > button::before {
            content: "remove";
        }

        .mad-panels-active.mad-panels-title > button::after {
            opacity: 1;
        }

        .mad-panels-definition {
            overflow: hidden;
        }

        .mad-panels-definition p {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #586b75;
        }

        .mad-panels-definition:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
            border-bottom-color: transparent;
        }

        .mad-panels--style-2 .mad-panels-definition {
            padding-left: 2rem;
            padding-top: 1.5rem;
            padding-bottom: 2rem;
            padding-right: 2rem;
        }

        .mad-panels--style-2 .mad-panels-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-panels--style-2 .mad-panels-definition:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title > button {
            background-color: #e9e9e9;
    color: #012e40;
            padding: 1rem 1.75rem;
            display: flex;
            padding-left: 4rem;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title > button:before {
            position: absolute;
            top: 1.4rem;
            left: 0;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active > button {
            color: #501b5e;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button,
        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
           background: #012e40;
    color: #fff;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title > button:before,
        .mad-panels.mad-panels--style-2 .mad-panels-title > button:after {
            left: 1.875rem;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button:before,
        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button:after {
            color: #501b5e;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title > button::before {
            -webkit-transition-property: -webkit-transform, opacity;
                    transition-property:         transform, opacity;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::before {
            color: #262123;
        }

    /* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

        .mad-tabs:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) {
             
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            font-weight: 600;
            font-family: "Prompt", sans-serif;
            font-size: 1.5rem;
            line-height: 1.5rem;
            display: flex;
            white-space: nowrap;
            z-index: 2;
            position: relative;
        }

        .mad-tabs:not(.mad-tabs--unstyled).size-2 .mad-tabs-nav {
            font-size: 1.125rem;
            font-family: 'Mulish', sans-serif;
            font-weight: bold;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav > span:not(:last-child) {
            margin-right: 2.5rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            color: #07c7f2;
            display: block;
            white-space: nowrap;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav > span.mad-active a {
            color: #501b5e;
        }

        .mad-tabs-container .mad-tab {
            font-size: 1rem;
            padding-top: 2rem;
            line-height: 1.5rem;
            color: #586b75;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a {
            border: none;
        }

        .mad-tabs.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
            margin-right: 8px;
        }

        .mad-tabs.mad-tabs--style-2 .mad-tabs-nav a {
            padding: 1.25rem 2rem;
            background: #e5eaec;
            color: #501b5e;
            border-radius: 1rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav > span.mad-active a {
            background: #83e3f8;
        }

        .mad-tabs.mad-tabs--tour-sections {
            display: flex;
        }

        .mad-tabs.mad-tabs--tour-sections > * {
            width: 100%;
        }

        .mad-tabs.mad-tabs--tour-sections.size-2 .mad-tabs-nav {
            font-size: 1.5rem;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav {
            max-width: 13rem;
            display: block;
            margin: 0;
            margin-right: 2rem;
        }

        .mad-tabs.mad-tabs--tour-sections.size-2 .mad-tabs-nav {
            max-width: 21rem;
            padding-top: 1rem;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span {
            margin-right: 0!important;
            display: block;
        }

        .mad-tabs.mad-tabs--tour-sections:not(.mad-tabs--style-2) .mad-tabs-nav > span a {
            display: inline-block
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-container .mad-tab {
            padding-top: 0;
        }

        .mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-tabs.products {
            overflow: visible;
        }

        .mad-tabs.products .owl-carousel:not(.nav-top) {
            padding: 0 7.5rem;
        }

        .mad-tabs.products .owl-carousel .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-tabs.products .owl-carousel .mad-grid-item {
            height: 100%;
        }

    /* ----------------------------------------
        Pagination
    ---------------------------------------- */



    /* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

        .mad-progress-bars-item:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-progress-bar {
            height: 0.5rem;
            position: relative;
            background-color: #e5eaec;
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-progress-bar-title {
            font-size: 1.125rem;
            font-weight: bold;
            margin-bottom: 0.25rem;
            display: block;
            position: relative;
            padding-right: 6.25rem;
            color: #501b5e;
        }

        .mad-progress-bar-title::after {
            content: attr(data-value) attr(data-units);
            position: absolute;
            bottom: 0;
            right: 0;
            color: #069dbf;
        }

        .mad-progress-bar-indicator {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-radius: 1rem;
            right: auto;
            opacity: 0.6;
            background: #7ef2e7; /* Old browsers */
            background: -moz-linear-gradient(left, #7ef2e7 0%, #07c7f2 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #7ef2e7 0%,#07c7f2 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #7ef2e7 0%,#07c7f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-progress-bars--secondary .mad-progress-bar-indicator {
            opacity: 1;
            background: #0593b3; /* Old browsers */
            background: -moz-linear-gradient(left, #0593b3 0%, #025971 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #0593b3 0%,#025971 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #0593b3 0%,#025971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-progress-bars--secondary .mad-progress-bar {
            background: #cfe3e9;
        }

    /* ----------------------------------------
        Counters
    ---------------------------------------- */

        .mad-counters {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) {
            margin-top: -3rem;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3rem;
        }

        .mad-counter {
            color: #586b75;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-counter-count {
            font-family: "Prompt", serif;
            font-size: 3.75rem;
            line-height: 4.5rem;
            white-space: nowrap;
            font-weight: bold;
            color: #501b5e;
        }

        .mad-counter-icon {
            line-height: 1;
        }

        .mad-counter-icon .svg {
            height: 5rem;
        }

        .mad-counter .mad-counter-icon:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-counter-icon .svg path {
            fill: #27d5ef;
            stroke: transparent;
        }

        .mad-counters.style-2 .mad-counter {
            color: #a5b8c2;
        }

        .mad-counters.style-2 .mad-counter-count {
            color: #fff;
        }

        .mad-counters.style-2 .mad-counter-icon .svg path {
            fill: #27d5ef;
        }

        .mad-counters.no-icons .mad-counter-icon {
            display: none;
        }

    /* ----------------------------------------
        Products
    ---------------------------------------- */

        .owl-carousel.mad-products .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-products:not(.owl-carousel):not(.mad-product-small):not(.mad-product-single):not(.hr-type) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-products:not(.mad-product-small) .mad-product {
            padding: 1.5rem;
            height: 100%;
            border-radius: 1rem;
            position: relative;
            overflow: hidden;
            background-color: #fff;
            transition: all .5s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .mad-products:not(.owl-carousel) .mad-product {
            -webkit-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-products .mad-product-image {
            position: relative;
            background: none!important;
        }

        .mad-products:not(.mad-product-small) .mad-product-image:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-products .mad-product-image .mad-overlay {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            background: rgba(255,255,255,0.9);
            padding-bottom: 1.5rem;
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }
        
        .mad-product .mad-rating-top-level > *, 
        .mad-product .mad-rating-bottom-level > * {
            font-size: 1.25rem;
            line-height: 1.25rem;
        }

        .mad-products .mad-product:hover .mad-product-image .mad-overlay {
            opacity: 1;
            visibility: visible;
        }

        .mad-products:not(.mad-product-small) .mad-product-image img {
            width: 100%;
        }

        .mad-product-description {
            flex: 1;
        }

        .mad-product-description:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-product-description .mad-product-title {
            font-size: 1.5rem;
            line-height: 2rem;
            font-family: 'Prompt', sans-serif;
            font-weight: 600;
        }

        .mad-product-description .mad-product-title a {
            border: none;
        }

        .mad-product-description .mad-product-title a:hover {
            color: #07c7f2;
        }

        .mad-product-description .mad-product-title .mad-link {
            color: #501b5e;
        }

        .mad-product-info {
            font-size: 1rem;
            color: #a8a7a8;
            display: block;
            line-height: 1rem;
        }

        .mad-product-info:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-products:not(.mad-product-small):not(.mad-product-single) .mad-product-description .mad-product-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-product-price {
            position: relative;
            font-family: 'Prompt', sans-serif;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: bold;
            color: #f21f1f;
            display: block;
        }

        .mad-product-price:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-products .mad-product-price:not(.onsale):before,
        .mad-products .mad-product-price span:before {
            content: '$';
            font-size: 0.875rem;
            line-height: 1.9rem;
            margin-right: 0.25rem;
            vertical-align: top;
        }

        .shopping-cart .mad-products .mad-product-price:not(.onsale):before,
        .shopping-cart .mad-products .mad-product-price span:before {
            display: none;
        }

        .mad-product-price > span:first-child {
            color: #7f8c93;
            padding-right: 8px;
            text-decoration: line-through;
            display: inline-block;
        }

        .mad-label {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            font-family: 'Mulish', sans-serif;
            text-transform: uppercase;
            font-size: 0.75rem;
            line-height: 1.5rem;
            font-weight: 800;
            display: block;
            color: #fff;
            background: #07dbf2;
            padding: 0 0.75rem;
            border-radius: 0 0.625rem 0.625rem 0.625rem;
        }

        .mad-label.sale {
            background: #f77979;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2:not(.mad-tabs--tour-sections).with-products .mad-tabs-container .mad-tab {
            padding: 0;
        }

        .mad-tabs.mad-tabs--style-2.with-products .mad-tabs-nav:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-product .mad-coupons .mad-coupon {
            border-radius: 0;
        }

        /* Products small */

        .mad-products.mad-product-small:not(.owl-carousel) {
            display: block;
        }

        .mad-products.mad-product-small .mad-product {
            display: flex;
            position: relative;
            z-index: 1;
            box-shadow: none;
        }

        .mad-products.mad-product-small .mad-col:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-products.mad-product-small:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description {
            font-size: 1rem;
            line-height: 1rem;
            color: #7f8c93;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description {
            padding-right: 1rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-image {
            display: inline-block;
            min-width: 6.5rem;
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .mad-products.mad-product-small .mad-product .mad-product-image:not(:last-child) {
            margin-right: 1rem;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-image {
            min-width: 5.5rem;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-price {
            font-size: 1rem;
            line-height: 1rem;
            font-weight: bold;
        }

        .mad-products.mad-product-small .mad-product .mad-product-price:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-products.mad-product-small .mad-product .mad-rating-top-level > *, 
        .mad-products.mad-product-small .mad-product .mad-rating-bottom-level > * {
            font-size: 0.85rem;
            line-height: 0.8rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-price {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-products.mad-product-small .mad-product-price:not(.onsale):before, 
        .mad-products.mad-product-small .mad-product-price span:before {
            line-height: 1.5rem;
            font-size: 0.7rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title:not(:last-child),
        .mad-products.mad-product-small .mad-product .mad-product-description p:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-title {
            font-weight: normal;
        }

        .mad-products.hr-type {
            flex-direction: column;
        }
        
        .mad-products.hr-type .mad-product:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-products.hr-type .mad-product {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            -webkit-box-shadow: 2px 0px 32px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow: 2px 0px 32px 0px rgba(18, 16, 17, 0.1);
            box-shadow: 2px 0px 32px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-products.hr-type .mad-product > * {
            flex: 1;
        }

        .mad-products.hr-type .mad-product > .shop-card {
            max-width: 26.5rem;
            display: block;
            margin-right: 2rem;
        }   

        .mad-product .mad-coupons.style-2 .mad-coupon {
            padding-top: 3.5rem;
            padding-left: 0;
            padding-right: 0;
            box-shadow: none;
        }

        .mad-product .mad-coupons.style-2 .mad-coupon-header:not(:last-child) {
            margin-bottom: 4rem;
        }

        .mad-product .mad-coupons.style-2 .mad-coupon .mad-title {
            font-size: 2.625rem;
            line-height: 3rem;
        }

        .mad-product .mad-coupons.style-2 .mad-coupon span {
            font-size: 1.125rem;
            line-height: 24px;
        }

        .mad-products.hr-type .mad-product-description {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-products.hr-type .mad-product-description .row:not(.col-no-space) {
            margin-bottom: -.5rem;
        }

        .mad-products.hr-type .mad-product-description .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: .5rem;
        }

        .mad-products.hr-type .mad-product-description .mad-product-price {
            font-size: 1.875rem;
            line-height: 2.5rem;
        }

        .mad-products.hr-type .mad-product-description > .mad-col:first-child {
            min-width: 60%;
        }

        .mad-products.hr-type .mad-product-description > .mad-col {
            flex: 1;
        }

        .mad-products.hr-type .mad-product-description .mad-product-title {
            font-size: 1.875rem;
            line-height: 2.5rem;
            padding-top: 0.5rem;
        }

        .mad-shop-actions {
            display: flex;
            align-items: flex-end;
            flex-direction: column;
        }

        .mad-shop-actions > .mad-shop-action {
            display: flex;
            align-items: center;
        }

        .mad-shop-actions > .mad-shop-action:not(:last-child):not([class*="content-element"]) {
            margin-bottom: 0.5rem;
        }

        .mad-shop-actions > .mad-shop-action > * {
            max-width: 13.25rem;
        }

        .mad-shop-actions > .mad-shop-action > * .mad-selected-option {
            text-overflow: unset;
        }

        .mad-shop-actions > .mad-shop-action > .btn {
            min-width: 13.25rem;
        }

        .mad-shop-actions > .mad-shop-action > span:not(.mad-product-price) {
            width: 5.75rem;
            color: #501b5e;
            font-size: 1.125rem;
        }

        /* Products sorting */

        .product-sort-section {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
            align-items: center;
            font-size: 1rem;
            margin: -1rem -1rem 0;
        }

        .product-sort-section > .mad-col {
            padding: 1rem 1rem 0;
        }

        .product-sort-section:not(:last-child) {
            margin-bottom: 2rem;
        }

        .product-sort-section .mad-custom-select {
            width: 16.25rem;
        }

        .mad-tabs .product-sort-section {
            padding-top: 2rem;
        }

        .mad-tabs .product-sort-section:not(:last-child) {
            margin-bottom: 0;
        }

        /* Shopping cart */

        .mad-dropdown-element.shopping-cart {
            position: absolute;
            top: 100%;
            right: auto;
            left: -1.5rem;
            margin-top: 3rem;
            background: #012533;
            padding: 2rem;
        }

        .shopping-cart {
            border-top: 2px solid #07c7f2;
            background: #012533;
            padding: 2rem;
            border-radius: 0 0 1rem 1rem;
            text-align: left;
            overflow: hidden;
            min-width: 21.5rem;
        }

        .shopping-cart .mad-products.mad-product-small .mad-col:not(:last-child) {
            margin-bottom: 1rem;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
            line-height: 1.5rem;
            font-size: 1rem;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title > a {
            font-weight: 500;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-family: 'Prompt', sans-serif;
            font-weight: 600;
        }

        .shopping-cart .mad-product .mad-product-description .mad-product-title a {
            color: #fff;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-price {
            color: #7f8c93;
            font-weight: 500;
            font-family: 'Prompt', sans-serif;
        }
        
        .shopping-cart .mad-close-item {
            position: absolute;
            right: 0;
            top: 0.25rem;
            font-size: 1.125rem;
            color: #fff;
        }

        .shopping-cart .mad-close-item:hover {
            color: #059bbe;
        }

        .shopping-cart .sc-footer {
            position: relative;
            font-weight: bold;
            color: #f21f1f;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .shopping-cart .sc-footer .btn {
            flex: 1;
        }

        .shopping-cart .subtotal span {
           padding-left: 3rem;
           font-size: 1rem;
        }

        .shopping-cart .btn i {
            font-size: 1.5rem;
        }

        .shopping-cart .btn:after {
            background: #f2e4df;
        }

        .shopping-cart .subtotal:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .shop-cart-form table tr td {
            padding-top: 2rem;
            padding-bottom: 2rem;
            font-size: 1.125rem;
            vertical-align: top;
        }

        .shop-cart-form.shop-acc table tr td {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            font-size: 1rem;
        }

        .shop-cart-form.shop-acc table tr td a {
            color: #07c7f2;
        }

        .shop-cart-form.shop-acc table {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .shop-cart-form.shop-acc table tr td:last-child a {
            font-weight: bold;
        }

        .shop-cart-form.shop-acc table tr td a:hover {
            text-decoration: underline;
        }

        .shop-cart-form table tr td[data-cell-title="Quantity"] {
            font-family: 'Prompt', sans-serif;
        }

        .shop-cart-form .mad-products.mad-product-small .mad-product .mad-product-description {
            color: #586b75;
            font-size: 0.875rem;
        }

        .shop-cart-form table tr th:first-child {
            width: 55%;
        }

        .mad-table-wrap.shop-cart-form table tr:last-child td {
            border-bottom: 1px solid #cfe3e9;
        }

        .shop-cart-form .mad-product {
            align-items: flex-start;
        }

        .shop-cart-form form.one-line {
            width: 100%;
            max-width: 37.75rem;
        }

        .shop-cart-form form.one-line input {
            height: 3.5rem;
        }

        .shop-cart-form .mad-product .mad-close-item {
            margin-right: 3.75rem;
            font-size: 1.125rem;
        }

        .shop-cart-form .mad-products.mad-product-small .mad-product-description .mad-product-title {
            font-size: 1.125rem;
        }

        table tr td .mad-product-price {
            font-size: 1.125rem;
        }

        table tbody tr td .mad-product-price {
            color: #586b75;
        }

        .shop-cart-form .mad-close-item {
            font-size: 1.5rem;
            color: #012533;
        }

        .shop-cart-form .mad-close-item:hover {
            color: #12c9f2;
        }

        .shop-cart-form .mad-close-item:before {
            content: 'cancel';
            font-size: 1.5rem;
            font-family: 'Material Icons Outlined';
            display: inline-block;
            vertical-align: -3px;
        }

        .mad-shop-footer {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
        }

        .shop-cart-form .mad-shop-footer > * {
            margin: 0;
        }

        .mad-checkout-form tr th:first-child {
            width: 65%;
        }

        .mad-checkout-form tr td {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }

        .mad-checkout-form tr:nth-child(4) td,
        .mad-checkout-form tr:nth-child(5) td,
        .mad-checkout-form tr:nth-child(6) td,
        .mad-checkout-form tfoot tr td,
        .mad-checkout-form tfoot tr th {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        .mad-checkout-form tr td.bg {
            background: #012533;
            color: #fff;
            border: none;
        }

        .mad-checkout-form .mad-table.mad-table--vertical tr td:first-child {
            padding-left: 2rem;
        }

        .mad-checkout-form .mad-product-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: bold;
            color: #fff;
        }

        .mad-checkout-form td.mad-total .mad-product-title {
            color: #f21f1f;
        }

        .mad-checkout-form .checkout-title strong {
            font-weight: 600;
        }

        .mad-checkout-form tfoot,
        .mad-checkout-form tfoot .checkout-title {
            position: relative;
            color: #386f7c!important;
        }

        .mad-checkout-form tfoot tr td {
            background: none;
        }

        .shop-cart-form tr th.order-date {
            width: 35%;
        }

        .shop-cart-form table tr th:first-child.order-number {
            width: 22%;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link:before {
            content: 'remove_red_eye';
            font-family: 'Material Icons Outlined';
            display: inline-block;
            vertical-align: -4px;
            margin-right: 6px;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link {
            border: none;
            font-weight: bold;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link:hover {
            text-decoration: underline;
        }

        @-moz-document url-prefix() {
            .mad-checkout-form tfoot:before {
                top: 0;
            }
        }

        .mad-checkout-form tfoot tr td:first-child {
            border-bottom: none;
        }

        .payment-option:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .payment-option li:not(:last-child){
            margin-bottom: 2rem;
        }

        .payment-option li:last-child {
            padding-top: 15px;
        }

        .payment-option li input[type="radio"] + label{
            font-weight: bold;
            color: #586b75;
            font-size: 1.125rem;
            display: inline-block;
            margin-right: 1.875rem;
        }

        .payment-desc {
            font-size: 1rem;
            padding-left: 3rem;
        }

        .payment-option .input-wrapper:not(:last-child){
            margin-bottom: 0;
        }

        .payment-option .input-wrapper .mad-link {
            font-weight: normal;
        }

        .payment-option > li:last-child [class*="btn"]:only-child{
            margin-top: 0.9375rem;
        }

        /* Single product */

        .mad-calc {
            display: flex;
        }

        .mad-calc .btn:not(.with-text) {
            padding: 0;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            margin-left: -4px;
        }

        .quantity {
            width: 100%;
            position: relative;
        }

        .quantity input {
            height: 4rem;
            font-size: 1.125rem;
            padding: 0 1.5rem;
            color: #7f8c93;
            border: 2px solid #e3e7e9;
            border-radius: 1rem;
        }

        .quantity button {
            position: absolute;
            right: 1rem;
            color: #5b6e78;
        }

        .quantity button i {
            font-size: 2rem;
            line-height: 1;
        }

        .quantity .qty-plus {
            top: 4px;
        }

        .quantity .qty-minus {
            bottom: 4px;
        }  
        
        .mad-products .mad-product.mad-product-single {
            padding-bottom: 3rem;
            background: #fff;
            border-radius: 1rem;

            -webkit-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.03);
            -moz-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.03);
            box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.03);
        }

        .mad-product.mad-product-single:not(:last-child) {
            margin-bottom: 7.25rem;
        }

        .mad-product.mad-product-single .image-preview {
            margin-bottom: 0.5rem;
        }

        .mad-product.mad-product-single .image-preview-container {
            position: relative;
        }
        
        .mad-product-single .mad-product-description {
            font-size: 1.125rem;
            line-height: 2rem;
            padding-top: 1.5rem;
        }

        .mad-product-single .mad-product-description .mad-product-title {
            font-size: 3.75rem;
            line-height: 4.5rem;
        }

        .mad-product.mad-product-single .mad-product-description .mad-rating-top-level > *, 
        .mad-product.mad-product-single .mad-product-description .mad-rating-bottom-level > *,
        .mad-product.mad-product-single .mad-contact-form .mad-rating-top-level > *, 
        .mad-product.mad-product-single .mad-contact-form .mad-rating-bottom-level > * {
            font-size: 1.875rem;
            line-height: 1;
        }

        .mad-product.mad-product-single .mad-rating:not(:last-child) {
            margin-right: 1rem;
        }

        .mad-product.mad-product-single .pricing-area:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-product-single .mad-product-description .mad-product-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-product-single .mad-product-description .mad-product-price {
            font-size: 2.25rem;
            line-height: 2.5rem;
        }

        .mad-product-single .mad-product-description .mad-product-price:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-product-single .mad-product-price span:before {
            font-size: 1.5rem;
            line-height: 2.2rem;
            margin-right: 0.25rem;
            vertical-align: top;
        }

        .mad-product-single .mad-shop-actions {
            flex-direction: row;
        }

        .mad-product-single .mad-shop-actions:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-product-single .mad-shop-actions > .mad-shop-action:not(:last-child):not([class*="content-element"]) {
            margin-bottom: 0;
            margin-right: 0.5rem;
        }

        .mad-product-single .product-meta li.tags {
            display: flex;
            align-items: center;
            margin-top: .5rem;
        }

        .mad-product-single .product-meta li.tags:last-child {
            margin-top: 1rem;
        }

        .mad-product-single .product-meta li > span {
            margin-right: 0.25rem;
        }

        .mad-product-single .product-meta li.tags > span {
            margin-right: 1rem;
        }

        .mad-product-single .product-meta span {
            color: #501b5e;
        }

        .zoomContainer {
            overflow: hidden;
            border-radius: 1rem;
        }

        .mad-product-single .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav {
            max-width: 19rem;
        }

        .mad-product-thumbs .mad-grid-item a {
            opacity: 0.6;
            display: block;
        }

        .mad-product-thumbs .mad-grid-item a.active {
            opacity: 1;
        }

    /* ----------------------------------------
        Tooltips
    ---------------------------------------- */

        [data-tooltip]:not(a) {
            color: #069dbf;
        }

        .monkeysan-tooltip-skin-mad {
            font-size: 0.875rem;
            line-height: 2rem;
            font-weight: 600;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            font-style: italic;
            color: #012533;
            background-color: #7ef2e7;
            border-radius: 0.5rem;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            position: absolute;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            margin-top: -1px;
            border-width: 7px 8px 0 8px;
            border-color: #7ef2e7 transparent transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
            top: auto;
            right: auto;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -1px;
            border-width: 0 8px 7px 8px;
            border-color: transparent transparent #7ef2e7 transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: 100%;
            top: 50%;
            left: auto;
            margin-top: -8px;
            margin-right: -1px;
            border-width: 8px 7px 8px 0;
            border-color: transparent #7ef2e7 transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 50%;
            left: 100%;
            margin-top: -8px;
            margin-left: -1px;
            border-width: 8px 0 8px 7px;
            border-color: transparent transparent transparent #7ef2e7;
        }

    /* ----------------------------------------
        Team Members
    ---------------------------------------- */

        .mad-team {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-team[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-team[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .mad-team .mad-team-member-photo {
            border-radius: 1rem;
            overflow: hidden;
            display: block;
        }

        .mad-team .mad-team-member {
            position: relative;
            transition: all .5s ease;
        }

        .mad-team.big-type .mad-team-member {
            display: flex;
            align-items: center;
            font-size: 1.125rem;
        }

        .mad-team.big-type .mad-team-member .mad-team-member-name {
            font-weight: bold;
        }

        .mad-team.big-type .mad-col:nth-child(2n) .mad-team-member {
            flex-direction: row-reverse;
        }

        .mad-team.big-type .mad-team-member > * {
            max-width: 50%;
            width: 50%;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-info {
            text-align: center;
            padding: 1.5rem;
            padding-bottom: 0;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-team-member-info {
            padding: 2rem 4.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-name {
            font-weight: 600;
            font-size: 1.5rem;
            line-height: 2rem;
        }

        .mad-team:not(.big-type) .mad-team-member p:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-name a {
            color: #501b5e;
        }

        .mad-team.big-type .mad-team-member .mad-team-member-name:not(:last-child) {
            margin-bottom: .5rem;
        }

        .mad-team .mad-team-member .mad-team-member-name:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-social-icons ul {
            justify-content: center;
        }

        .mad-team .mad-team-member .mad-member-stat {
            color: #069dbf;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-member-stat {
            font-size: 18px;
        }

        .mad-team .mad-team-member .mad-team-member-photo img {
            width: 100%;
        }

        .mad-team.big-type .mad-team-member .mad-social-icons {
            margin-top: 3rem;
        }

        .mad-team.style-2 .mad-team-member {
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all .5s ease;
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-team.style-2 .mad-team-member .mad-team-member-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            padding-bottom: 2.5rem;
            transition: all .5s ease;
            transition: all .5s ease;
        }

        .mad-team.style-2 .mad-team-member .mad-social-icons {
            margin-top: -3.5rem;
        }

        .mad-team.style-2 .mad-team-member:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: -moz-linear-gradient(top, rgba(126,242,231,0) 30%, rgba(7,199,242,0.73) 73%, rgba(7,199,242,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(126,242,231,0) 30%,rgba(7,199,242,0.73) 73%,rgba(7,199,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(126,242,231,0) 30%,rgba(7,199,242,0.73) 73%,rgba(7,199,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-team.style-2 .mad-team-member:hover .mad-social-icons {
            margin-top: 0;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-team-member-info {
            margin-top: -4rem;
        }

        .mad-team.style-2 .mad-team-member .mad-social-icons {
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-social-icons {
            opacity: 1;
            visibility: visible;
        }

        .mad-team.style-2 .mad-social-icons ul li a:not(:hover) {
            color: #07c7f2;
            background: #fff;
        }

        .mad-team.style-2 .mad-team-member .mad-member-stat {
            color: #fff;
        }

    /* ----------------------------------------
        Tables
    ---------------------------------------- */

        table {
            table-layout: fixed;
            border-collapse: collapse;
            width: 100%;
            border: none;
            border-radius: 20px;
            overflow: hidden;
        }

        table:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        table tr {
            -webkit-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            border-width: 0;
            border-style: solid;
        }

        table tr:hover, table tr:focus {
            -webkit-transition-duration: 150ms;
                    transition-duration: 150ms;
        }

        table td,
        table th {
            padding-top: 12px;
            padding-right: 2rem;
            padding-bottom: 12px;
            padding-left: 2rem;
            border-bottom: 1px solid #e5eaec;
        }
        
        .mad-colorizer--scheme-color-6 table td {
            border-color: #cfe3e9;
        }

        table th {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: bold;
        }

        table:not(.mad-table--vertical) tbody tr:last-child td,
        table.mad-table--vertical tfoot tr:last-child td,
        table tr th {
            border-bottom: none;
        }

        table td {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        table th,
        table tfoot {
            color: #501b5e;
        }

        table:not(.mad-table--vertical) tr.bg,
        .mad-table.mad-table--vertical tr th {
            background: #e5eaec;
        }

        .mad-table-wrap.style-2 table:not(.mad-table--vertical) tr.bg,
        .mad-table-wrap.style-2 .mad-table.mad-table--vertical tr th {
            background: #012533;
        }

       .mad-table-wrap.style-2  table th {
            color: #fff;
        }

        .mad-table-wrap.style-2 tr td {
            border-color: #e5eaec;
        }

        .mad-table.mad-table--vertical tr th {
            width: 30%;
        }

        table tfoot tr td {
            border-bottom: none;
            font-size: 1.125rem;
        }

        table tr:hover {
            background: #f6f6f6;
        }

        .mad-table-wrap.style-2 table tr:hover {
            background: #dff2f8;
        }

        .mad-table-wrap.style-2 table td {
            border-color: #cfe3e9;
        }

        table tfoot tr.bg td,
        .mad-table.mad-table--vertical tfoot tr th,
        .mad-table.mad-table--vertical tfoot tr td {
            color: #f21f1f;
            font-weight: bold;
        }

        .mad-table.mad-table--vertical tfoot tr th {
            font-weight: bold;
        }

        .mad-table.mad-table--vertical tr td,
        .mad-table.mad-table--vertical tr th:last-child {
            padding-left: 2rem;
        }

        table tr.total {
            font-weight: bold;
        }

        /* Pricing tables */

        .mad-pricing-tables {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-pricing-table {
            position: relative;
            width: 100%;
            color: #586b75;
            background: #f6f6f6;
            font-size: 1rem;
            height: 100%;
            max-width: 28rem;
            margin: 0 auto;
            line-height: 1.5rem;
            padding: 5rem 3.5rem;
            padding-left: 4.5rem;
            border-radius: 50% 40% 40% 45% / 25% 45% 30% 30%;
            transition: all .5s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .mad-pricing-table:hover {
            background: #fff;
            -webkit-box-shadow: 0px 2px 32px rgba(0, 20, 28, 0.1);
            -moz-box-shadow:    0px 2px 32px rgba(0, 20, 28, 0.1);
            box-shadow:         0px 2px 32px rgba(0, 20, 28, 0.1);
        }

        .mad-pricing-table .mad-pt-header:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-pricing-table b {
            color: #501b5e;
        }

        .mad-pricing-table.mad-pt-selected {
            background: #fff;
            border: 2px solid #38a100;
            padding-top: 128px;
            padding-bottom: 128px;
        }

        .mad-pricing-table-title {
            font-weight: bold;
            font-size: 1.875rem;
            line-height: 2.5rem;
            letter-spacing: 0.3px;
        }
        
        .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-pt-sub:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-pricing-table .mad-pt-sub {
            display: block;
            color: #501b5e;
            font-weight: bold;
            white-space: nowrap;
        }

        .mad-pricing-table-price {
            position: relative;
            font-family: 'Prompt', sans-serif;
            font-size: 2.25rem;
            font-weight: bold;
            color: #501b5e;
            letter-spacing: 0.1px;
            line-height: 2rem;
            display: inline-block;
        }

        .mad-pricing-table-price:before {
            content: '$';
            display: inline-block;
            vertical-align: top;
            line-height: 1rem;
            font-size: 1.3rem;
            font-weight: bold;
        }

        .mad-pricing-table .mad-pt-per {
            color: #7f8c93;
            font-size: 0.8125rem;
            line-height: 1rem;
            display: block;
            padding-top: .5rem;
        }

        .mad-pricing-table .btn {
            width: 100%;
            max-width: 14.5rem;
        }

        .mad-pricing-table .btn:not(:first-child) {
            margin-top: 1.5rem;
        }
        
        .mad-pricing-table-content .row > *:last-child .mad-pricing-table-price,
        .mad-pricing-table-content .row > *:last-child .mad-pt-sub,
        .mad-pricing-table-price.red-price {
            color: #f21f1f!important;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table {
            background: #07c7f2;
            color: #025971;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table b,
        .mad-pricing-tables.style-2 .mad-pt-sub {
            color: #501b5e;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pt-per {
            color: #037490;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table:hover .mad-pt-per {
            color: #8fa3ad;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table:hover {
            background: #501b5e;
            color: #a5b8c2;
            box-shadow: none;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table:hover b,
        .mad-pricing-tables.style-2 .mad-pricing-table:hover .mad-pt-sub,
        .mad-pricing-tables.style-2 .mad-pricing-table:hover .mad-pricing-table-title,
        .mad-pricing-tables.style-2 .mad-pricing-table:hover .mad-pricing-table-price {
            color: #fff;
        }

        .mad-pricing-table .row {
            margin-right: -0.625rem;
            margin-left: -0.625rem;
        }

        .mad-pricing-table .row > [class*="col-"] {
            padding-left: 0.625rem;
            padding-right: 0.625rem;
        }

        .mad-pricing-table .mad-entity-content {
            margin-top: 2rem;
            color: #586b75;
        }

        .mad-pricing-table .mad-list--icon > li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-list--icon > li > .icon {
            color: #fff;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-entity-content {
            color: #025971;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table:hover .mad-entity-content {
            color: #a5b8c2;
        }

    /* ----------------------------------------
        Banners
    ---------------------------------------- */

        .mad-banners {
            overflow: hidden;
        }

    /* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

        .mad-icon-boxes {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) {
          margin-top: -110px;
    margin-bottom: -100px;
        }

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3rem;
        }

        .mad-icon-boxes .mad-icon-box {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #586b75;
			text-align: center;
        }

        .mad-icon-box .mad-icon-box-icon {
            font-size: 3.75rem;
            display: block;
        }

        .mad-icon-box-content > span {
            color: #999;
        }

        .mad-icon-box .mad-icon-box-icon .svg {
            height: 5rem;
        }

        .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #07c7f2;
            stroke: transparent;
            opacity: 1;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #5bebea;
        }

        .svg [class*="cls-"] {
            stroke: transparent;
        }

        .mad-icon-boxes:not(.hr-type):not(.our-info) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-icon-box .mad-icon-box-title {
            font-size: 1.875rem;
            line-height: 2.5rem;
            font-weight: 600;
            letter-spacing: 0.1px;
        }

        .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 1rem;
        } 

        .mad-icon-box p:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-icon-boxes.with-num .mad-icon-box > i {
            display: inline-block;
            font-size: 2.25rem;
            font-family: 'Prompt', sans-serif;
            font-weight: 800;
            color: #012533;
            font-style: normal;
            background: #7ef2e7;
            width: 5rem;
            height: 5rem;
            text-align: center;
            line-height: 5rem;
            border-radius: 40% 35% 45% 35% / 35% 30% 40% 40%;
        }

        .mad-section--stretched-content .mad-icon-boxes.our-info {
            padding: 0 3.75rem;
        }

        /* Style 2 */

        .mad-icon-boxes.style-2 .mad-icon-box {
            color: #a5b8c2;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-title {
            color: #fff;
        }

        /* Type 2 */

        .mad-icon-boxes.type-2 .mad-icon-box {
            padding: 3.5rem 1rem;
            width: 100%;
            text-align: center;
            transition: all .5s ease;
            position: relative;
        }

        .mad-icon-boxes.type-2[class*="item-col-"]:not(.no-gutters) {
            margin-top: -5rem;
        }

        .mad-icon-boxes.type-2[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 5rem;
        }

        .mad-icon-boxes.type-2.no-svg-bg .mad-icon-box {
            background: #fff;
        }

        .mad-icon-boxes.type-2:not(.no-svg-bg) .mad-icon-box:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 17rem;
            margin: 0 auto;
            background: #fff;
            border-radius: 48% 38% 40% 30% / 38% 30% 50% 35%;
            transition: all .5s ease;
            z-index: -1;
            transform: rotate(5deg);
        }

        .mad-icon-boxes.type-2:not(.no-svg-bg) .mad-icon-box:before {
            content: "";
            position: absolute;
            top: -1.5rem;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 320px;
            bottom: -1.5rem;
            background: url(../images/iconbox_bg.png) no-repeat;
            background-size: contain;
            z-index: -1;
        }

        .mad-icon-boxes.type-2:not(.no-svg-bg) > .mad-col:nth-child(2) .mad-icon-box:after {
            transform: rotate(15deg);
        }

        .mad-icon-boxes.type-2:not(.no-svg-bg) > .mad-col:nth-child(3) .mad-icon-box:after {
            transform: rotate(35deg);
        }

        .mad-icon-boxes.type-2:not(.no-svg-bg) .mad-icon-box:hover:after {
            background: #501b5e;
        }

        .mad-icon-boxes.type-2 .mad-icon-box .mad-read-more {
            opacity: 0;
            visibility: hidden;
            transform: translateY(-2rem);
        }

        .mad-icon-boxes.type-2 .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-icon-boxes.type-2 .mad-icon-box .mad-icon-box-title {
            transition: all .5s ease;
        }

        .mad-icon-boxes.type-2.no-svg-bg .mad-icon-box:hover {
            background: #501b5e;
        }

        .mad-icon-boxes.type-2 .mad-icon-box:hover .mad-read-more {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .mad-icon-boxes.type-2:not(.no-svg-bg) .mad-icon-box:hover .mad-icon-box-title {
            transform: translateY(-20px);
        }

        .mad-icon-boxes.type-2 .mad-icon-box:hover .mad-icon-box-title {
            color: #fff;
        }

        .mad-icon-boxes.type-2.no-svg-bg .mad-icon-box {
            padding: 3.5rem 1rem;
            padding-bottom: 9.5rem;
            height: 100%;
        }

        /* Hotizontal type */

        .mad-icon-boxes.hr-type .mad-icon-box,
        .mad-icon-boxes.our-info .mad-icon-box {
            display: flex;
            padding-left: 0;
            text-align: left;
        }

      

        .mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon,
        .mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon {
            min-width: 6.5rem;
        }

        .mad-icon-boxes.hr-type .mad-icon-box .mad-icon-box-title,
        .mad-icon-boxes.our-info .mad-icon-box .mad-icon-box-title {
            font-size: 1.5rem;
            line-height: 2rem;
            letter-spacing: 0.3px;
        }

        .mad-icon-boxes.hr-type .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-icon-boxes.our-info .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-icon-boxes.our-info .mad-icon-box .mad-icon-box-icon .svg {
            max-height: 5rem;
            height: auto;
        }

        .mad-icon-boxes.hr-type.size-2 .mad-icon-box > .mad-icon-box-icon {
            min-width: 5rem;
        }

        .mad-icon-boxes.hr-type .mad-icon-box .mad-icon-box-icon .svg,
        .mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon .svg {
            width: 5rem;
        }

        .mad-icon-boxes.hr-type.size-2 .mad-icon-box .mad-icon-box-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
            letter-spacing: 0.1px;
            font-weight: 600;
        }

        .mad-icon-boxes.hr-type.size-2 .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: .5rem;
        }

        .mad-icon-boxes.size-2 .mad-icon-box > .mad-icon-box-icon .svg {
            height: 3.5rem;
            width: 3.5rem;
        }

        .mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon {
            min-width: 6.5rem;
        }

        .mad-icon-boxes.our-info .mad-icon-sub-title {
            display: block;
        }

        .mad-icon-boxes.our-info .mad-icon-sub-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-icon-boxes.our-info .mad-icon-box .mad-icon-box-title {
            font-weight: 600;
            letter-spacing: 0.3px;
        }

        .mad-icon-boxes.our-info:not(.item-col-3) .mad-icon-box .mad-icon-box-title:not(:last-child),
        .mad-icon-boxes.our-info .mad-our-info-element:not(:last-child) {
            margin-bottom: .5rem;
        }

        .mad-icon-boxes.our-info .mad-our-info-element {
            color: #501b5e;
            font-weight: bold;
            display: block;
        }

        .mad-icon-boxes.our-info .mad-icon-sub-title {
            color: #586b75;
        }

        .mad-icon-boxes.our-info.style-2 .mad-icon-sub-title {
            color: #a5b8c2;
        }

        .mad-icon-boxes.our-info.style-2 .mad-our-info-element {
            color: #fff;
        }

        .mad-icon-boxes.our-info .mad-our-info-element span {
            color: #586b75;
        }

        .mad-icon-boxes.our-info.style-2 .mad-our-info-element span {
            color: #a5b8c2;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-box {
            align-items: center;
            justify-content: flex-end;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-box-icon {
            width: 3rem;
            height: 3rem;
            min-width: 3rem;
            background: #e0e6e8;
            color: #501b5e;
            font-size: 1.5rem;
            text-align: center;
            line-height: 3rem;
            margin-right: 0.625rem;
            border-radius: 35% 45% 35% 55% / 35% 55% 35% 40%;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-box-icon > * {
            line-height: inherit;
            font-size: inherit;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-box .mad-icon-box-title {
            font-family: 'Mulish', sans-serif;
            font-size: 1rem;
            line-height: 1rem;
            font-weight: 700;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-box .mad-icon-sub-title {
            font-size: 0.8125rem;
            line-height: 1rem;
            color: #7f8c93;
            white-space: nowrap;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-sub-title:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-box.cart-item .mad-icon-box-icon {
            background: #ffd8d8;
            color: #f21f1f;
        }

        .mad-icon-boxes.our-info.small-size .mad-icon-box.cart-item .mad-icon-box-title {
            color: #f21f1f;
        }

        .mad-icon-boxes.small-text .mad-icon-box {
            font-size: 0.8125rem;
            line-height: 1rem;
        }

    /* ----------------------------------------
        Info boxes
    ---------------------------------------- */



    /* ----------------------------------------
        Entities
    ---------------------------------------- */

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-entities .mad-entity {
            height: 100%;
            font-size: 1rem;
            line-height: 1.5rem;
            color: #586b75;
        }

        .mad-entities:not(.type-2):not(.mad-entity-hr):not(.style-3) .mad-entity-media {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-entity .mad-entity-title {
            font-size: 1.875rem;
            line-height: 2.5rem;
            letter-spacing: 0;
        }

        .mad-entity .mad-entity-title a {
            border: none;
        }

        .mad-entities .mad-entity .mad-entity-content .mad-entity-title a:hover,
        .mad-entities .mad-entity .mad-entity-body .mad-entity-title a:hover {
            color: #07c7f2;
        }

        .mad-entities:not(.mad-entity-hr) .mad-entity .mad-entity-title a {
            color: #012e41;
        }

        .mad-entities:not(.mad-entity-hr) .mad-entity:not(:last-child),
        .mad-entities:not([class*="item-col-"]):not(.type-2):not(.mad-entity-hr) .mad-col:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .mad-entities .mad-entity .mad-entity-body time {
            font-size: 0.75rem;
            line-height: 1rem;
            font-style: normal;
            color: #8396a0;
            display: block;
        }

        .mad-entities .mad-entity .mad-entity-body time:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entities .mad-entity .mad-entity-body time a {
            color: #07c7f2;
            font-weight: normal;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.mad-entity-hr) .mad-entity .mad-entity-content {
            font-weight: normal;
        }

        .mad-entities:not(.style-3) .mad-entity .mad-entity-title {
            font-weight: 600;
        } 

        .mad-entities.align-center:not(.type-2):not(.type-3):not(.mad-entity-hr) .mad-entity .mad-entity-content {
            padding: 0 2rem;
        }

        .mad-entities:not(.type-2):not(.style-3):not(.mad-entity-hr) .mad-entity .mad-entity-media:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.mad-entity-hr) .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-colorizer--scheme-color-2 .mad-entities:not(.style-3) .mad-entity .mad-entity-content {
            color: #c7c8cc;
        }

        /* ----------------------------------------
            Style 2
        ---------------------------------------- */

        .mad-entities.style-2 .mad-entity {
            color: #a5b8c2;
        }

        .mad-entities.style-2 .mad-entity .mad-entity-title a {
            color: #fff;
        }

        /* ----------------------------------------
            Type 2
        ---------------------------------------- */

        .mad-entities.type-2 .mad-entity {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            height: auto;
            font-size: 1.125rem;
            line-height: 2rem;
            color: #586b75;
            margin: -4.5rem -2.25rem 0;
        }

        .mad-entities.type-2 .mad-entity > * {
            width: 50%;
            height: 100%;
            position: relative;
            padding: 4.5rem 2.25rem 0;
        }

        .mad-entities.type-2[class*="img-drop"] .mad-entity {
            margin: -4.5rem -1rem 0;
        }

        .mad-entities.type-2[class*="img-drop"] .mad-entity > * {
            padding: 4.5rem 1rem 0;
        }

        .mad-entities.type-2:not([class*="img-drop"]) .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-entities.type-2 .mad-entity .mad-entity-title {
            font-size: 3.75rem;
            line-height: 4.5rem;
        }

        .mad-entities.type-2 .mad-entity .btn {
            margin-top: 1rem;
        }

        .mad-entities.type-2:not(.no-gutters) .mad-col:not(:last-child) {
            margin-bottom: 9rem;
        }

        .mad-entities.type-2 .mad-entity-media > * {
            display: block;
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .mad-entities.type-2 .mad-entity-media > * img {
            width: 100%;
        }

        .mad-entities.type-2:not([class*="img-drop"]):not(.var-2) .mad-entity-media > * {
            margin-right: -12rem;
        }

        .mad-entities.type-2:not([class*="img-drop"]):not(.var-2) .mad-entity-media:first-child > * {
            margin-right: 0;
            margin-left: -12rem;
        }

        .mad-entities.type-2.img-drop:not(.no-drop) .mad-entity-media > * {
            margin-bottom: -13rem;
        }

        .mad-entities.type-2.img-drop-top:not(.no-drop) .mad-entity-media > * {
            margin-top: -13rem;
        }

        .mad-entities.type-2.var-2:not(.no-gutters) .mad-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities.type-2.img-drop .mad-entity {
            margin: -4.5rem -1rem 0;;
        }

        .mad-entities.type-2.img-drop .mad-entity > * {
            padding: 4.5rem 1rem 0;
        }

        .mad-entities.type-2[class*="img-drop"] .mad-entity .mad-wrap {
            padding: 0 3.5rem;
        }

        /* ----------------------------------------
            Type 3
        ---------------------------------------- */

        .mad-entities.type-3 .mad-entity .mad-entity-content {
            position: relative;
            padding-left: 7rem;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-date {
            position: absolute;
            top: 0;
            margin-top: -0.625rem;
            left: 0;
            width: 5rem;
            height: 5rem;
            text-align: center;
            font-weight: bold;
            background: #7ef2e7;
            font-size: 2.25rem;
            font-family: 'Prompt', sans-serif;
            color: #012533;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            line-height: 2.5rem;
            border-radius: 40% 35% 45% 35% / 35% 30% 40% 40%;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-header:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-date span {
            font-size: 1rem;
            line-height: 1rem;
            text-transform: uppercase;
        }

        .mad-entities.type-3 .mad-entity  .mad-entity-title:not(:last-child) {
            margin-bottom: .5rem;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-tag {
            font-size: 0.875rem;
            line-height: 1rem;
            color: #7f8c93;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-tag a {
            color: #07c7f2;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-tag a:hover {
            text-decoration: underline;
        }

        /* ----------------------------------------
            Single
        ---------------------------------------- */

        .mad-entities.single-entity .mad-entity .mad-entity-title {
            font-size: 3.75rem;
            line-height: 4.5rem;
        }

        .mad-entities.single-entity .mad-entity time,
        .mad-entities.single-entity .mad-entity .mad-entity-tag {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: normal;
        }

        .mad-entities.single-entity .mad-entity time a,
        .mad-entities.single-entity .mad-entity .mad-entity-tag a {
            font-weight: normal;
        }

        .mad-entities.single-entity .mad-entity,
        .mad-entities.single-entity .mad-entity .mad-entity-footer {
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-tag:not(:last-child),
        .mad-entities.single-entity:not(.type-2):not(.type-3):not(.mad-entity-hr) .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entities.single-entity .mad-entity .mad-testimonials {
            float: left;
            max-width: 55%;
            margin-right: 2rem;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-body:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        /* ----------------------------------------
            Gorizontal
        ---------------------------------------- */

        .mad-entities.mad-entity-hr .mad-col:not(:last-child),
        .mad-entities.mad-entity-hr .mad-entity:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-entities.mad-entity-hr .mad-entity {
            display: flex;
            overflow: visible;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
            border-radius: 10px;
            overflow: hidden;
            min-width: 7.5rem;
            margin-right: 1.5rem;
            margin-bottom: 0;
        }

        .mad-entities.mad-entity-hr .mad-entity-content {
            background: transparent;
            padding: 0;
            padding-top: 0.5rem;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 600;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity-title .mad-link {
            color: #501b5e;
        }

        /* ----------------------------------------
            Big size
        ---------------------------------------- */

        .mad-entities.mad-entities-big .mad-entity {
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .mad-entities.mad-entities-big .mad-entity .mad-entity-title {
            font-size: 2.25rem;
            line-height: 2.5rem;
        }

        .mad-entity-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            color: #7f8c93;
            font-size: 1rem;
            margin-top: -1rem;
        }

        .mad-entity-footer > * {
            margin-top: 1rem;
        }

        .mad-entity-footer .mad-share-wrap {
            display: flex;
            align-items: center;
        }

        .mad-entity-footer .mad-share-wrap > span {
            margin-right: 1rem;
            display: inline-block;
            vertical-align: top;
        }

        .mad-entity .mad-testimonial {
            border-radius: 1rem;
        }

        .mad-entity .mad-testimonials:not(.no-qotes) .mad-testimonial .mad-testiomonial-info:after {
            margin-top: 0;
        }

        .mad-entity-link-element {
            font-family: 'Prompt', sans-serif;
            position: relative;
            font-size: 1.5rem;
            line-height: 2rem;
            background: #07c7f2;
            color: #fff;
            padding: 4.5rem;
            font-weight: 500;
            border-radius: 1rem;
            display: block;
            z-index: 1;
        }

        .mad-entity-link-element > i {
            position: absolute;
            top: 72px;
            left: 1rem;
            color: #51dded;
            font-size: 6rem;
            line-height: inherit;
            transform: rotate(180deg);
            z-index: -1;
        }

    /* ----------------------------------------
        Carousels
    ---------------------------------------- */

        .owl-carousel { }

        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel .owl-nav button.owl-next {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -32px;
            background: #e0e0e0;
            color: #012533;
            width: 3.5rem;
            height: 3.5rem;
            line-height: 3.5rem;
            font-size: 3rem;
            border-radius: 55% 35% 35% 30% / 40% 35% 50% 35%;
            transform: rotate(-105deg);
        }

        .owl-carousel .mad-grid-item {
            height: 100%;
        } 

        .owl-carousel.nav-wide .owl-nav button.owl-next {
            right: -140px;
        }

        .owl-carousel.nav-wide .owl-nav button.owl-prev {
            left: -140px;
        }

        .owl-carousel .owl-nav button.owl-next {
            right: 0;
            left: auto;
        }

        .owl-carousel .owl-nav button.owl-prev {
            right: auto;
            left: 0;
        }

        .owl-carousel .owl-nav button:hover {
                background: #c5d335;
    color: #fff;
        }

        .owl-carousel .owl-nav button span {
            line-height: inherit;
            font-size: inherit;
            transform: rotate(105deg);
        }

        .owl-carousel .owl-dots,
        .tp-bullets {
            width: auto!important;
            display: flex;
            justify-content: center;
            margin: 3rem -0.25rem 0;
        }

        .tp-bullets {
            margin-top: 0;
        }

        .owl-carousel .owl-dots > button.owl-dot {
            padding: 0 0.25rem!important;
        }

        .owl-carousel .owl-dots > button.owl-dot > span,
        .tp-bullet {
            display: block;
            width: 1rem!important;
            height: 1rem!important;
            background: #ccd5d9;
            border-radius: 55% 35% 35% 30% / 40% 35% 50% 35%;
            transform: rotate(-110deg);
        }

        .owl-carousel .owl-dots > button.owl-dot.active > span {
            background: #c5d335;
        }

        .owl-carousel.no-nav {
            padding: 0!important;
        }

        .owl-carousel.no-nav .owl-nav,
        .owl-carousel.no-dots .owl-dots {
            display: none;
        }

        .owl-carousel.nav-type-2 .owl-nav {
            position: absolute;
            top: 0;
            right: 0;
            margin-top: -13.75rem;
            margin-left: 5px;
            margin-right: 5px;
            display: flex;
        }

        .owl-carousel.nav-type-2 .owl-nav > button {
            position: relative;
        }

        .owl-carousel.nav-type-2 .owl-nav > button:not(:last-child) {
            margin-right: 1rem;
        }

        .owl-carousel.mad-entities:not(.type-3) {
            padding-left: 7.5rem;
            padding-right: 7.5rem;
        }

        .owl-carousel.mad-simple-slideshow .owl-nav button.owl-next {
            right: 2.5rem;
            left: auto;
        }

        .owl-carousel.mad-simple-slideshow .owl-nav button.owl-prev {
            right: auto;
            left: 2.5rem;
        }

        .owl-carousel.size-2 .owl-nav button.owl-next {
            right: 1rem;
            left: auto;
        }

        .owl-carousel.size-2 .owl-nav button.owl-prev {
            right: auto;
            left: 1rem;
        }

        .owl-carousel.size-2 .owl-nav button.owl-prev,
        .owl-carousel.size-2 .owl-nav button.owl-next {
            margin-top: -1.25rem;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
        }

        .owl-carousel.size-2 .owl-nav button.owl-prev span,
        .owl-carousel.size-2 .owl-nav button.owl-next span {
            font-size: 2rem;
        }

    /* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

        .mad-cta {
            color: #501b5e;
            font-size: 18px;
            font-weight: bold;
        }

        .mad-cta-title {
            font-weight: bold;
            letter-spacing: 0;
        }

        .mad-cta-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-cta .row > [class*="col-"]:not(:only-child):last-child {
            text-align: right;
        }

        .mad-cta .row {
            align-items: center;
        }

    /* ----------------------------------------
        Rating
    ---------------------------------------- */

        .mad-rating {
            font-size: 1.5rem;
            line-height: 1rem;
            white-space: nowrap;
        }

        .mad-product-price + .mad-rating {
            display: block!important;
        }

        .mad-rating-top-level > *, 
        .mad-rating-bottom-level > * {
            font-size: 1.5rem;
            line-height: 1rem;
            color: #f2b113;
        }

        .mad-rating-bottom-level > * {
            color: #ccd5d9;
        }

    /* ----------------------------------------
        Testimonials
    ---------------------------------------- */

        .mad-section--stretched-content .mad-testimonials {
            padding: 0 3.75rem;
        }

        .mad-testimonials:not(.owl-carousel) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-testimonial {
            padding: 4.5rem;
            background: #f6f6f6;
            color: #586b75;
            border-radius: 30% 35% 45% 40% / 35% 40% 45% 45%;
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .mad-testimonials .owl-carousel .owl-item img {
            width: auto;
        }

        .mad-testimonial .mad-rating:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-testimonial blockquote {
            font-family: "Prompt", sans-serif;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 500;
            font-style: italic;
            color: #501b5e;
            letter-spacing: -0.12px;
        }

        .mad-testimonial .mad-testiomonial-info {
            position: relative;
            z-index: 1;
        }

        .mad-testimonials:not(.no-qotes) .mad-testimonial .mad-testiomonial-info:after {
            content: "";
            position: absolute;
            top: 0;
            right: 100%;
            height: 80px;
            width: 106px;
            margin-right: -1.5rem;
            margin-top: -3rem;
            -webkit-mask: url(../cleansy_svg_icons/quote.svg) no-repeat;
            mask: url(../cleansy_svg_icons/quote.svg) no-repeat;
            background-color: #c8f4f0;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
            z-index: -1;
        }

        .mad-testimonial blockquote:not(:last-child) {
            margin-bottom: 2.4rem;
        }

        .mad-testimonial .mad-testiomonial-info:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-testimonial cite {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: bold;
            font-style: normal;
            display: block;
        }

        .mad-testimonial .mad-author-img {
            display: flex;
            justify-content: center;
            margin-bottom: 0.5rem;
        }

        .mad-testimonials > .owl-carousel .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-testimonials.single-item .mad-testimonial {
            max-width: 28.125rem;
            margin: 0 auto;
            text-align: center;
            background: #07c7f2;
        }

        .mad-testimonials.single-item .mad-testimonial {
            max-width: 28.125rem;
            margin: 0 auto;
            text-align: center;
        }

        .mad-testimonials.with-bg:not(.owl-carousel) .mad-testimonial {
            background: #73437f;
            /* -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 20, 28, 0.1);
            -moz-box-shadow:    0px 5px 14px 0px rgba(0, 20, 28, 0.1);
            box-shadow:         0px 5px 14px 0px rgba(0, 20, 28, 0.1); */
        }

        .mad-testimonials.with-bg .mad-testimonial blockquote {
            color: #feffff;
        }

        .mad-testimonials.with-bg .mad-testimonial .mad-testiomonial-info:after {
            background-color: #63326f;
        }

        .mad-testimonials.with-bg .mad-testimonial .mad-rating-top-level > * {
            color: #f9e607;
        }

        .mad-testimonials.with-bg .mad-testimonial cite {
            color: #ffffff;
        }

        .mad-testimonials.single-item.no-bg .mad-testimonial {
            background: none;
            padding: 0;
            overflow: visible;
            border-radius: 0;
            padding-top: 4.5rem;
            position: relative;
        }

        .mad-testimonials.single-item.no-bg .mad-testimonial .mad-testiomonial-info {
            position: initial;
        }

        .mad-testimonials.single-item.no-bg .mad-testimonial .mad-testiomonial-info:after {
            bottom: auto;
            top: 0;
            right: auto;
            left: 50%;
            margin: 0;
            transform: translateX(-50%);
            width: 53px;
            height: 40px;
            background-color: #7ef2e7;
        }

        .mad-testimonials.single-item.no-bg[class*="item-col-"] .mad-testimonial {
            text-align: left;
            padding: 0;
            min-width: 100%;
        }

        .mad-testimonials.single-item.no-bg[class*="item-col-"] .mad-testimonial .mad-testiomonial-info:after {
            display: none;
        }

        .mad-testimonials.no-bg[class*="item-col-"] {
            margin-top: -3rem;
        }

        .mad-testimonials.no-bg[class*="item-col-"] > .mad-col {
            padding-top: 3rem;
        }

        .mad-testimonials[class*="item-col"] .mad-testimonial {
            border-radius: 20% 25% 45% 25% / 40% 40% 50% 55%;
        }

    /* ----------------------------------------
        Author
    ---------------------------------------- */

        .mad-author-photo {
            display: inline-block;
            width: 6.5rem;
            height: 6.5rem;
            border-radius: 50%;
            overflow: hidden;
        }

        .mad-author-photo:not(:last-child) {
            margin-bottom: 1rem;
        }

    /* ----------------------------------------
        Instafeed
    ---------------------------------------- */
        
        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a img {
            width: 100%;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
            display: block;
            position: relative;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
            content: "\f16d";
            font-family: Font Awesome\ 5 Brands;
            font-size: 50px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(1,37,51,0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-instafeed.with-overlay .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
            opacity: 1;
            visibility: visible;
            content: '';
        }

        .mad-instafeed.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
            font-size: 2rem;
        }

        .mad-instafeed.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
            display: block;
            border-radius: 10px;
            overflow: hidden;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:hover:before {
            opacity: 1;
            visibility: visible;
        }

        .mad-instafeed.style-2:not(:last-child) {
            margin-bottom: 4rem;
        }

        .mad-instafeed.style-2.size-2:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-instafeed.style-2 .mad-grid {
            margin: -2rem -1rem 0;
        }

        .mad-instafeed.style-2 .mad-grid > * {
            padding: 2rem 1rem 0;
        }

        .mad-instafeed.style-2 .mad-grid > .mad-col > a {
            overflow: hidden;
            border-radius: 1rem;
        }

        .mad-insta-title {
            font-size: 1.875rem;
            line-height: 2.5rem;
            position: absolute;
            letter-spacing: 0.1px;
            top: 35%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            padding-left: 4rem;
        }

        .mad-insta-title > a {
            color: #fff;
        }

        .mad-insta-title > a span {
            color: #07c7f2;
        }

        .mad-insta-title > a i {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 3rem;
            line-height: 2.5rem;
            font-weight: normal;
            margin-right: 1rem;
        }

        .mad-instafeed.style-2 .mad-insta-title:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-instafeed.style-2 .mad-insta-title {
            position: initial;
            transform: none;
            position: relative;
            left: 0;
        }

        .mad-instafeed.style-2 .mad-insta-title > a {
            color: #012e41;
        }

        .mad-instafeed.style-2.size-2 .mad-grid {
            margin: -0.5rem -0.25rem 0;
        }

        .mad-instafeed.style-2.size-2 .mad-grid > * {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-instafeed .mad-separator {
            z-index: 1;
        } 

    /* ----------------------------------------
        Sliders
    ---------------------------------------- */

        .rev-slider-section {
            padding: 5rem 0;
            padding-bottom: 2.5rem;
            position: relative;
        }

        .rev-slider-section:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #f2fcfe;
            z-index: -1;
        }

        .rev-slider-section .rev-slider,
        .rev-slider-section .rev_slider_wrapper {
            position: relative;
        }

        .rev-slider-section .rev_slider_wrapper:after {
            content: '';
            position: absolute;
            top: -1.125rem;
            left: -74px;
            width: calc(100% + 150px);
            height: calc(100% + 60px);
            background: url(../images/slider_bg.png) no-repeat;
            background-size: cover;
        }

        .rev-slider[class*="with-overlay"] {
            z-index: 1;
            position: relative;
        }

        .rev-slider[class*="with-overlay"] .tp-bgimg:after {
            z-index: 22!important;
        }

        .rev-slider[class*="with-overlay"] .tp-bgimg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(1,37,51,0.5);
        }

        .rev-slider.no-nav .tp-bullets {
            display: none;
        }

        .rev-slider .tp-bgimg {
            z-index: 1;
        }

        .rev-slider .mad-separator {
            z-index: 25;
        }

        .tp-caption {
            font-weight: bold;
        }

        .rev-sub-title {
            text-transform: uppercase;
        }

        .tp-layer-section-title {
            font-family: 'Prompt', sans-serif;
            font-weight: bold;
        }

        .tp-layer-section-title > span {
            color: #f21f1f;
        }

        .tp-layer-section-title.style-2 > span {
            color: #f77a7a;
            text-transform: uppercase;
        }

        .tp-bullet {
            position: relative;
            margin: 0 0.25rem!important;
        }

        .tp-bullet,
        .tp-bullet:hover {
            left: 0!important;
            background: #ccd5d9;
        }

        .tp-bullet.selected, 
        .tp-bullet.selected:hover {
            background: #07c7f2;
        }

        #rev-slider-1 .tp-caption .btn:after,
        #rev-slider-2 .tp-caption .btn:after {
            display: none!important;
        }

        #rev-slider-1 .tp-caption .btn,
        #rev-slider-2 .tp-caption .btn {
            background: #b1f7f1;
            background: -moz-linear-gradient(top, #6addf7 0%, #b1f7f1 100%);
            background: -webkit-linear-gradient(top, #6addf7 0%,#b1f7f1 100%);
            background: linear-gradient(to bottom, #6addf7 0%,#b1f7f1 100%);
        }
 

    /* ----------------------------------------
        Google Map
    ---------------------------------------- */

        .g-map-wrap {
            position: relative;
       
        }

        .g-map-wrap .mad-separator.top-side {
            bottom: auto;
            top: -2px;
        }

        .g-map-wrap .mad-separator .svg path {
            fill: #fff;
        }

        .g-map-wrap svg path {
            color: #501b5e;
        }

        .mad-gmap {
            height: 920px;
        }

        .mad-gmap.size-2 {
            height: 43.5rem;
        }

        .mad-gmap.size-3 {
            height: 35rem;
            z-index: 2;
        }

        .mad-gmap:not(:last-child) {
            margin-bottom: 1.6rem;
        }

        .mad-gmap {
            min-height: 40.625rem;
            z-index: -1;
        }

        .g-map-wrap .g-map-section {
            position: absolute;
            top: 9rem;
            right: 13%;
            background: #fff;
            border-radius: 1rem;
            width: 28rem;
            height: 100%;
            max-height: 39rem;
            padding: 2rem;
            overflow: hidden;
            -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 20, 28, 0.1);
            -moz-box-shadow:    0px 2px 30px 0px rgba(0, 20, 28, 0.1);
            box-shadow:         0px 2px 30px 0px rgba(0, 20, 28, 0.1);
        }

        .one-line-2:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .g-map-section .g-map-loc-list {
            height: calc(100% - 5rem);
            overflow: auto;
        }

        .g-map-loc-list {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .g-map-section .g-map-loc-list ul li:not(:last-child) {
            margin-bottom: 2rem;
        }

        .g-map-loc-list ul li .loc-title {
            font-weight: 800;
            font-size: 1.125rem;
            color: #501b5e;
        }

        .g-map-loc-list ul li .mad-dir {
            font-weight: normal;
        }

        .g-map-loc-list ul li .loc-sub-title {
            font-size: 0.875rem;
            color: #069dbf;
        }

        .g-map-loc-list ul li p {
            padding: .5rem 0;
        }

        .g-map-loc-list ul li p:not(:last-child) {
            margin-bottom: 0;
        }

        .g-map-loc-list ul li p span {
            color: #501b5e;
        }

        .mad-loc {
            width: 80px;
            height: 80px;
        }

        .mad-loc path {
            fill: #2ed3f1;
        }

        .g-map-loc-list.style-2 ul {
            display: flex;
            flex-wrap: wrap;
            margin: -2rem -1rem 0;
        }

        .g-map-loc-list.style-2 ul li {
            padding: 2rem 1rem 0;
            width: 33.3333%;
        }

        .g-map-loc-list.style-2 ul li .g-map-loc {
            background: #f6f6f6;
            padding: 2rem;
            border-radius: 1rem;
            transition: all .5s ease;
        }

        .g-map-loc-list.style-2 ul li:hover .g-map-loc {
            background: #fff;
            box-shadow: 0 2px 32px rgba(0, 20, 28, 0.1);
        }

        /* width */
        .g-map-section ::-webkit-scrollbar {
            width: 1rem;
            background: #f2f2f2;
            border-radius: 0.625rem;
        }

        /* Track */
        .g-map-section ::-webkit-scrollbar-track {
            border-radius: 0.625rem;
        }

        /* Handle */
        .g-map-section ::-webkit-scrollbar-thumb {
            background: #ccd5d9;
            border-radius: 0.625rem;
        }

        .g-map-section ::-webkit-scrollbar-button:decrement { 
            background-image:url('../images/scr_up.png'); 
            background-repeat:no-repeat; 
            background-position: center top 6px;
            width:10px; 
            height:16px;
        } 

        .g-map-section ::-webkit-scrollbar-button:increment {
            background-image:url('../images/scr_down.png'); 
            background-repeat:no-repeat; 
            background-position: center bottom 6px;
             width:10px; 
            height:16px;
        }

    /* ----------------------------------------
        Forms
    ---------------------------------------- */

        input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .mad-custom-select .mad-selected-option, .select2-container--milenia .select2-selection, select {
            height: 4rem;
            width: 100%;
            padding-top: 0.3rem;
            padding-right: 1.375rem;
            padding-bottom: 0.3rem;
            padding-left: 1.375rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #7f8c93;
            border: 2px solid #e3e7e9;
            background: #f9f9f9;
            border-radius: 1rem;
        }

        form.one-line {
            display: flex;
            align-items: center;
            position: relative;
        }

        form.one-line input {
            height: 4rem;
            font-size: 1.125rem;
            flex: 1;
            width: 100%;
        }

        form.one-line .mad-page-title:not(:last-child) {
            margin-right: 5.5rem;
            margin-bottom: 0;
        }

        form.one-line {
            margin-left: -0.25rem;
            margin-right: -0.25rem;
        }

        form.one-line > * {
            margin-bottom: 0;
            margin-left: 0.25rem;
            margin-right: 0.25rem;
        }

        form.one-line .btn.no-text {
            width: 4rem;
            min-width: 4rem;
            height: 4rem;
            padding: 0;
            text-align: center;
            line-height: 4rem;
        }

        form.one-line .btn.no-text i {
            font-size: 1.5rem;
        }

        form.one-line.type-2 > * {
            width: 100%;
        }

        form.one-line.type-2 > *:first-child {
            min-width: 280px;
        }

        form.one-line.type-2 > *:nth-child(2) {
            min-width: 322px;
        }

        form.one-line.type-2 > *:nth-child(3) {
            min-width: 196px;
        }

        form.one-line-2 {
            position: relative;
        }

        form.one-line-2 input {
            height: 3rem;
            background: #f9f9f9;
            font-size: 1rem;
            line-height: 2rem;
            padding-right: 3rem;
            padding-left: 1.5rem;
        }

        form.one-line-2.size-2 input {
            height: 4rem;
            line-height: 4rem;
            font-size: 1.125rem;
        }

        form.one-line-2 button {
            position: absolute;
            right: 1rem;
            top: 0;
        }

        form.one-line-2 button i {
            font-size: 2rem;
            line-height: 48px;
            color: #501b5e;
        }

        form.one-line-2.size-2 button i {
            line-height: 4rem;
        }

        .mad-newsletter-form:not([class*="one-line"]) input:not(:last-child) {
            margin-bottom: 0.5rem;
        }   

        .mad-contact-form:not(:last-child) {
            margin-bottom: 2rem;
        }

        form.mad-contact-form > .mad-col > input:not(:last-child) {
            margin-bottom: 1rem;
        }

        form.mad-contact-form {
            display: flex;
            flex-wrap: wrap;
        }

        form.mad-contact-form textarea,
        form.mad-contact-form select {
            max-height: 9rem;
        }

        form.mad-contact-form select {
            height: 9rem;
            outline: none;
            padding-left: 6px;
            padding-right: 0.5rem;
            padding-top: 14px;
            padding-bottom: 14px;
            border-right: 8px solid transparent;
        }

        form.mad-contact-form select option {
            font-size: 1.125rem;
            line-height: 1.5rem!important;
            padding: 6px 1rem 5px;
            color: #7f8c93;
            background: none;
        }

        form.mad-contact-form select option:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        form.mad-contact-form textarea.size-2 {
            max-height: 17.125rem;
        }

        form.mad-contact-form .mad-reload {
            font-weight: bold;
            font-size: 1.125rem;
        }

        form.mad-contact-form .mad-capcha:not(:last-child) {
            margin-right: 1rem;
        }

        form.mad-contact-form .mad-reload i {
            font-size: 1.25rem;
            line-height: inherit;
        }

        label.with-text {
            display: flex;
            justify-content: space-between;
        }

        label.with-text span.mad-text {
            font-size: 0.875rem;
            line-height: 1rem;
            color: #025971;
        }

        .mad-contact-form.var-2[class*="item-col-"]:not(.no-gutters) {
            margin: -1rem -1rem 0;
        }

        .mad-contact-form.var-2[class*="item-col-"]:not(.no-gutters) > * {
            padding: 1rem 1rem 0;
        }

        .mad-contact-form .mad-col.full-width {
            width: 100%;
        }

        .mad-contact-line {
            margin-bottom: -1rem;
        }

        .mad-contact-line,
        .mad-contact-line > .mad-col {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

        .mad-contact-line > .mad-col {
            padding-bottom: 1rem;
        }

        .mad-contact-line input {
            max-width: 11.75rem;
            margin-right: 0.5rem;
        }

        /* width */
        form.mad-contact-form ::-webkit-scrollbar {
            width: 1rem;
            background: #f2f2f2;
            border-radius: 0.625rem;
        }

        /* Track */
        form.mad-contact-form ::-webkit-scrollbar-track {
            border-radius: 0.625rem;
        }

        /* Handle */
        form.mad-contact-form ::-webkit-scrollbar-thumb {
            background: #ccd5d9;
            border-radius: 0.625rem;
        }

        form.mad-contact-form ::-webkit-scrollbar-button:decrement { 
            background-image:url('../images/scr_up.png'); 
            background-repeat:no-repeat; 
            background-position: center top 6px;
            width:10px; 
            height:16px;
        } 

        form.mad-contact-form ::-webkit-scrollbar-button:increment {
            background-image:url('../images/scr_down.png'); 
            background-repeat:no-repeat; 
            background-position: center bottom 6px;
             width:10px; 
            height:16px;
        }

        /* ----------------------------------------
            Placeholder
        ---------------------------------------- */

            ::-webkit-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-webkit-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

            input::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            textarea::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

        /* ----------------------------------------
            Range Slider
        ---------------------------------------- */

            .mad-range-slider-field {
                font-size: 1rem;
                line-height: 1.625rem;
                padding-top: 2rem;
            }

            .mad-range-slider-field input[type="text"], .mad-range-slider-field input[type="search"], .mad-range-slider-field input[type="date"], .mad-range-slider-field input[type="datetime-local"], .mad-range-slider-field input[type="email"], .mad-range-slider-field input[type="file"], .mad-range-slider-field input[type="month"], .mad-range-slider-field input[type="number"], .mad-range-slider-field input[type="password"], .mad-range-slider-field input[type="tel"], .mad-range-slider-field input[type="time"], .mad-range-slider-field input[type="url"], .mad-range-slider-field input[type="week"], .mad-range-slider-field textarea {
                height: auto !important;
                font-size: inherit;
                line-height: inherit !important;
                border-width: 0px;
                font-weight: inherit;
                width: 100%;
                padding: 0 !important;
                background-color: transparent;
            }

            .mad-range-slider:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-range-slider-input:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-range-slider {
                position: relative;
                height: 0.5rem;
                background-color: #e5eaec;
                border-radius: 1rem;
            }

            .mad-range-slider .ui-slider-range {
                position: absolute;
                top: 0;
                bottom: 0;
                opacity: 0.6;
                cursor: pointer;
                background: rgb(126,242,231); /* Old browsers */
                background: -moz-linear-gradient(left, rgba(126,242,231,1) 0%, rgba(7,199,242,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, rgba(126,242,231,1) 0%,rgba(7,199,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, rgba(126,242,231,1) 0%,rgba(7,199,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            }

            .mad-range-slider .ui-slider-handle {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -0.75rem;
                width: 1.5rem;
                height: 1.5rem;
                cursor: pointer;
                border-radius: 50%;
                background-color: #fff;
                -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 20, 28, 0.1);
                -moz-box-shadow:    0px 5px 14px 0px rgba(0, 20, 28, 0.1);
                box-shadow:         0px 5px 14px 0px rgba(0, 20, 28, 0.1);
            }

            .mad-range-slider .ui-slider-handle:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 20px;
                height: 20px;
                margin-left: -10px;
                margin-top: -10px;
                border-radius: 50%;
                background: rgb(106,221,247); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(106,221,247,1) 0%, rgba(177,247,241,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(106,221,247,1) 0%,rgba(177,247,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(106,221,247,1) 0%,rgba(177,247,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            }

            .mad-range-slider .ui-slider-handle:last-child {
                margin-left: -0.625rem;
            }

        /* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

            input[type="checkbox"],
            input[type="radio"] {
                display: none;
            }

            input[type="checkbox"] + label[for],
            input[type="radio"] + label[for] {
                display: block;
                position: relative;
                font-size: 1.125rem;
                line-height: 1.5rem;
                min-height: 2.5rem;
                padding-left: 3.5rem;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 0;
                color: #586b75;
            }

            input[type="checkbox"] + label[for] {
                padding-top: .4rem;
            }

            input[type="checkbox"] + label[for]::before,
            input[type="radio"] + label[for]::before {
                content: "";
                border: 2px solid #e3e7e9;
                width: 2.25rem;
                height: 2.25rem;
                background: #f9f9f9;
                border-radius: .5rem;
                position: absolute;
                left: 0;
                top: 0;
            }

            input[type="checkbox"] + label[for]::after,
            input[type="radio"] + label[for]::after {
                font-family: 'Linearicons';
                content: "\e934";
                color: #313131;
                font-size: 1.25rem;
                line-height: 2.5rem;
                position: absolute;
                left: 0;
                width: 2.5rem;
                font-weight: bold;
                text-align: center;
                display: none;
                top: 0;
            }

            input[type="checkbox"] + label[for]:not(:last-child),
            input[type="radio"] + label[for]:not(:last-child) {
                margin-bottom: 0.8125rem;
            }

            input[type="checkbox"]:checked + label[for]::after,
            input[type="radio"]:checked + label[for]::after {
                display: block;
            }

            input[type="radio"] + label[for] {
                line-height: 2rem;
                padding-left: 3rem;
            }

            input[type="radio"] + label[for]::after {
                content: "";
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: #012533;
                left: 0.5rem;
                top: 0.5rem;
            }

            input[type="radio"] + label[for]::before {
                width: 28px;
                height: 28px;
                border-radius: 50%;
            }

        /* ----------------------------------------
            Select
        ---------------------------------------- */

            .mad-custom-select {
                position: relative;
            }

            .mad-custom-select.mad-over {
                z-index: 3;
            }

            .mad-custom-select .mad-selected-option {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                height: 4rem;
                line-height: 4rem;
                position: relative;
                padding-right: 3.5rem;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-top: 0;
                padding-bottom: 0;
                overflow: hidden;
            }

            .mad-custom-select .mad-selected-option::after, .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_down";
                font-family: 'Material Icons';
                font-size: 2rem;
                color: #5b6e78;
                line-height: inherit;
                position: absolute;
                top: 0;
                right: 1rem;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_up";
                opacity: 0;
                visibility: hidden;
            }

            .mad-custom-select .mad-options-list {
                font-size: 1.125rem;
                line-height: 2rem;
                text-align: initial;
                color: #7f8c93;
                background-color: #f9f9f9;
                padding-bottom: 1rem;
                border: 2px solid #e3e7e9;
                position: absolute;
                border-radius: 0 0 1rem 1rem;
                border-top: none;
                top: 100%;
                left: 0;
                width: 100%;
                margin-top: -13px;
                padding-top: .5rem;
                opacity: 0;
                visibility: hidden;
                overflow: auto;
                overflow-x: hidden;
            }

            .mad-custom-select .mad-options-list > li {
                cursor: pointer;
                color: #7f8c93;
                padding-right: 1.375rem;
                padding-left: 1.375rem;
            }

            .mad-custom-select .mad-options-list > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .mad-custom-select .mad-options-list > li:hover, .mad-custom-select .mad-options-list > li.mad-active {
                background: #e9eef0;
                color: #501b5e;
            }

            .mad-custom-select.mad-opened .mad-options-list,
            .mad-custom-select.mad-opened .mad-selected-option::before {
                opacity: 1;
                visibility: visible;
            }

            .mad-custom-select.mad-opened .mad-selected-option::after {
                opacity: 0;
                visibility: hidden;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::after,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property:         transform, opacity, visibility;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-options-list,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

        /* ----------------------------------------
            Counter
        ---------------------------------------- */

            .mad-field-counter {
                position: relative;
                padding-right: 3rem;
            }

            .mad-field-counter-value {
                font-family: "Old Standard TT", serif;
                color: #313131;
                font-size: 3.7rem;
                line-height: 0.82;
                position: relative;
                top: 5px;
            }

            .mad-field-counter-control {
                font-size: 1.25rem;
                line-height: 1;
                position: absolute;
                right: 0;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-field-counter-control::after {
                font-family: 'Linearicons';
            }

            .mad-field-counter-control:hover {
                color: #313131;
            }

            .mad-field-counter-control--increase {
                top: 0;
            }

            .mad-field-counter-control--increase::after {
                content: "\e939";
            }

            .mad-field-counter-control--decrease {
                bottom: 0;
            }

            .mad-field-counter-control--decrease::after {
                content: "\e93a";
            }

        /* ----------------------------------------
            Label
        ---------------------------------------- */

            label {
                font-size: 1.125rem;
                line-height: 1;
                margin-bottom: 1rem;
                display: block;
                color: #501b5e;
            }

            label[for] {
                cursor: pointer;
            }

            .req {
                color: #f21f1f;
            }

        /* ----------------------------------------
            Textarea
        ---------------------------------------- */

            textarea {
                height: auto;
                resize: none;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: block;
            }

        /* ----------------------------------------
            Form groups
        ---------------------------------------- */

            .form-group {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-left: -0.9375rem;
                margin-right: -0.9375rem;
            }

            .form-group:last-child > [class*="form-col"]:only-child > .btn:only-child {
                margin-top: 1rem;
            }

            .form-group:first-child {
                margin-top: -1rem;
            }

            [class*="form-col"] {
                width: 100%;
                padding-top: 1rem;
                padding-left: 1rem;
                padding-right: 1rem;
            }

            .form-col-1 {
                width: 8.33333%;
            }

    /* ----------------------------------------
        Figure
    ---------------------------------------- */

        .mad-figure-linked {
            text-align: center;
        }

        .mad-figure-linked figcaption:last-child:not(:only-child) {
            margin-top: 1.2rem;
        }

        .mad-figure-linked figcaption:first-child:not(:only-child) {
            margin-bottom: 1.2rem;
        }

    /* ----------------------------------------
        Colorizer
    ---------------------------------------- */

        [class*="mad-colorizer--scheme-"] {
            position: relative;
        }

        .container .mad-section[class*="mad-colorizer--scheme-"]:not([class*="mad-section--stretched"]):not(.mad-section--no-adaptive) {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .mad-colorizer-bg-color, .mad-colorizer-bg-image {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -2;
        }

        .mad-colorizer-bg-image {
            position: absolute;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            z-index: -2;
        }

        .testimonial-bg .mad-colorizer-bg-image {
            background-size: contain;
            background-position: center center;
            z-index: 0;
        }

        .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: auto;
            background-attachment: fixed;
        }

        .mad-touchevents .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: cover !important;
            background-position: center !important;
            background-attachment: scroll !important;
        }

        [class*="with-overlay"] {
            position: relative;
        }

        .mad-breadcrumb[class*="with-overlay"],
        .mad-breadcrumb .mad-separator {
            z-index: 1;
        }

        [class*="with-overlay"]:not(.mad-section):after,
        .mad-section[class*="with-overlay"] > .mad-colorizer-bg-image:after {
            content: '';
            background: rgb(0 169 235 / 37%);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }

        .mad-bg-section {
            min-height: 400px;
            padding-bottom: 40%!important;
        }

        .mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
           background-image: url(../images/kontaktbg.jpg);
		   background-size: cover;
        }

        .mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
            background: #f6f6f6;
        }

        .mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
            background: #07c7f2;
        }

        .mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
            background: #f9f3f1;
        }

        .mad-colorizer--scheme-color-6 > .mad-colorizer-bg-color {
            background: #f1f1f1;
        }

        .mad-colorizer--scheme-color-7 > .mad-colorizer-bg-color {
            background: #f2fcfe;
        }

        .mad-colorizer--scheme-light .mad-cta-title,
        .mad-colorizer--scheme-light .mad-title,
        .mad-colorizer--scheme-light .mad-section-title,
        .mad-colorizer--scheme-light .mad-page-title,
        .mad-colorizer--scheme-light .mad-sub-title,
        .mad-colorizer--scheme-color-2 .mad-page-title,
        .mad-colorizer--scheme-color-2 .mad-title {
            color: #fff;
        }

        .mad-colorizer--scheme-light {
            color: #fff;
        }
        
        .mad-colorizer--scheme-color-4,
        .mad-colorizer--scheme-color-4 .mad-form-tag {
            color: #fff;
        }

        .mad-colorizer--scheme-color-4:not(.mad-cta) {
            color: #025971;
        }

        .mad-colorizer--scheme-color-4 .mad-sub-title {
            color: #fff;
        }

        .mad-colorizer--scheme-color-2,
        .mad-colorizer--scheme-color-2 .mad-title-wrap,
        .mad-colorizer--scheme-color-2 label {
            color: #afb1b6;
        }

        .mad-colorizer--scheme-color-2 form.mad-contact-form .mad-reload {
            color: #07c7f2;
        }

        /* Video wrapper */
    
    .video_wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .video_wrapper > iframe {
        z-index: 2;
    }

    .video_wrapper_full {
        padding-top: 36rem;
    }

    .video_wrapper_full.with-half-bg:after {
        content: '';
        position: absolute;
        top: 50%;
        background: #f6f6f6;
        left: -2000px;
        right: -2000px;
        height: 50%;
    }

    .mad-section.with-video .mad-separator {
        bottom: 50%;
        margin-top: -104px;
    }

    .video_wrapper_full.with-half-bg .mad-section-texture .svg path {
        fill: #f9f3f1;
    }

    .videoIframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .videoPoster {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image:url(../images/928x576_img1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        text-indent: -999em;
        opacity: 1;
        z-index: 3;
        overflow: hidden;
        border-radius: 1rem;
        -webkit-transition: opacity 800ms, height 0s;
        -moz-transition: opacity 800ms, height 0s;
        transition: opacity 800ms, height 0s;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }

    .videoPoster[class*="with-overlay"]:not(.mad-section):after {
        border-radius: 1rem;
        overflow: hidden;
    }

    .video_wrapper_full.image-2 {
        padding-top: 37.5rem;
    }

    .video_wrapper_full.image-2.size-2 {
        padding-top: 18rem;
    }

    .video_wrapper_full.image-2.size-2 .videoPoster {
        background-image: url(../images/448x296_img1.jpg);
    }

    .video_wrapper_full.image-2 .videoPoster {
        background-image:url(../images/1048x696_img5.jpg);
        border-radius: 1rem;
    }

    .videoPoster:hover {
        cursor: pointer;
    }

    .videoPoster:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 88px;
        height: 88px;
        margin: -44px 0 0 -44px;
        background: url(../images/play-btn.png) no-repeat;
    }

    .videoPoster.no-btn {
        cursor: auto;
    }

    .videoPoster.no-btn:before {
        display: none;
    }

    .videoWrapperActive .videoPoster {
        opacity: 0;
        height: 0;
        -webkit-transition-delay: 0s, 800ms;
        -moz-transition-delay: 0s, 800ms;
        transition-delay: 0s, 800ms;
    }

    /* ----------------------------------------
        Gallery
    ---------------------------------------- */
        
        .mad-gallery:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-gallery:not(.mad-grid--isotope) .mad-gallery-item {
            display: block;
            position: relative;
            border-radius: 0.5rem;
            overflow: hidden;
            height: 100%;
            transition: all .5s ease;
        }

        .mad-grid-item.col-x2 {
            width: 50%;
        }

        .mad-gallery .mad-gallery-item a {
            display: block;
            overflow: hidden;
            position: relative;
            cursor: url(../images/crosshair.png), crosshair;
            overflow: hidden;
            border-radius: 1rem;
            z-index: 1;
        }

        .fancybox-content img {
            overflow: hidden;
            border-radius: 1rem;
        }

        .mad-gallery .mad-gallery-item a img {
            width: 100%;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item a:hover img {
            transform: scale(1.1);
        }

        .mad-gallery .mad-gallery-item a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(1,37,51,0.6);
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-grid--isotope:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-gallery .mad-gallery-item a:hover:after {
            opacity: 1;
            visibility: visible;
        }

        .mad-filter {
            position: relative;
            z-index: 2;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 2.5rem;
        }

        .mad-filter > li > a {
            display: block;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 4rem;
    padding: 0 2rem;
    color: #ffffff;
    background: #012e41;
    border-radius: 1rem;
    letter-spacing: 0.1px;
        }

        .mad-filter > li > a.mad-active {
          background: #b6c32d;
        }

        .mad-filter > *:not(:last-child) {
            margin-right: 0.5rem;
        }

        .mad-gallery:not([class*="item-col-"]).col-size-3 .mad-gallery-item {
            width: 33.3333%;
        }

        .mad-gallery.col-size-3:not([class*="item-col-"]) {
            margin: -0.5rem -0.25rem 0;
        }

        .mad-gallery.col-size-3:not([class*="item-col-"]) > * {
            padding: 0.5rem 0.25rem 0;
        }

    /* ----------------------------------------
        Countdown
    ---------------------------------------- */

        .mad-countdown {
            margin-top: -2rem;
        }

        .mad-countdown .countdown-row {
            font-size: 0;
            line-height: 0;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-countdown .countdown-section {
            vertical-align: top;
            padding-top: 2rem;
            width: 25%;
            color: #586b75;
        }

        .mad-countdown .countdown-amount {
            font-family: "Prompt", serif;
            font-size: 3.75rem;
            color: #501b5e;
            font-weight: bold;
            line-height: 4.5rem;
            letter-spacing: 0;
            display: block;
        }

        .mad-countdown .countdown-period {
            font-size: 1.125rem;
            line-height: 1.5rem;
            display: block;
        }

        .mad-countdown.style-2 .countdown-amount {
            color: #fff;
        }

        .mad-countdown.style-2 .countdown-section {
            color: #a5b8c2;
        }

    /* ----------------------------------------
        Dropdown
    ---------------------------------------- */

        .mad-dropdown {
            position: relative;
            z-index: 1;
        }

        .mad-dropdown-title {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .mad-dropdown-element {
            font-size: 1rem;
            line-height: 1rem;
            text-align: initial;
            margin-top: 1rem;
            padding-top: 0;
            padding-bottom: 1rem;
            letter-spacing: 0.7px;
            background-color: #f2f2f2;
            color: #501b5e;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            border-radius: 0 0 1rem 1rem;
            top: 100%;
            left: 0;
            width: 100%;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-dropdown-element > li {
            padding-top: 1rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .mad-dropdown-element > li > a {
            color: #313131;
        }

        .mad-dropdown-element > li > a:hover {
            text-decoration: underline;
        }

        .mad-dropdown-element--icons > li {
            position: relative;
            padding-left: 3.1rem;
        }

        .mad-dropdown-element--x-right {
            left: auto;
            right: -1.5rem;
        }

        .mad-dropdown--opened {
            z-index: 6;
        }

        .mad-dropdown--opened .mad-dropdown-element {
            opacity: 1;
            visibility: visible;
        }

        .mad-dropdown--title-icon .mad-dropdown-title {
            position: relative;
            padding-right: 0.875rem;
        }

        .mad-csstransforms3d .mad-dropdown-element {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened, .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-default {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-dropdown--opened .mad-dropdown-element,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Twitter Feed
    ---------------------------------------- */

        .mad-twitter-feed:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li {
            padding-left: 2rem;
        }

        .mad-twitter-feed > li {
            position: relative;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-twitter-feed > li::before {
            content: "\f099";
            font-family: Font Awesome\ 5 Brands;
            font-size: 1.125rem;
            line-height: 2rem;
            position: absolute;
            left: 0;
            top: 0;
            color: #07c7f2;
        }

        .mad-twitter-feed > li a {
            color: #07c7f2;
        }

        .mad-twitter-feed > li a:hover {
            text-decoration: underline;
        }

/* ----------------------------------------
    4. Pages
---------------------------------------- */

    .with-arrows {
        padding-right: 8rem;
    }

    .mad-paycard {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .hidden-section .account-action {
        font-family: 'Prompt', sans-serif;
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .hidden-section .content {
        padding: 2rem 0;
    }

    .checkbox-title:not(:last-child) {
        margin-bottom: 2.625rem;
    }

    .checkbox-title input[type="checkbox"] + label[for] {
        color: #501b5e;
    }

    .checkbox-title input[type="checkbox"] + label[for], 
    .checkbox-title input[type="radio"] + label[for] {
        font-family: 'Prompt', sans-serif;
        font-size: 3rem;
        line-height: 3.5rem;
        font-weight: bold;
        padding-left: 0;
        padding-right: 3.5rem;
        display: inline-block;
    }

    .checkbox-title input[type="checkbox"] + label[for]::before,
    .checkbox-title input[type="checkbox"] + label[for]::after {
        left: auto;
        right: 0;
        top: 0.625rem;
    }

    .checkbox-title input[type="checkbox"] + label[for]::after {
        top: 0.625rem;
    }

    /* Pages Navigation */

    .mad-page-nav {
        margin-top: 2.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px;
    }

    .mad-page-nav > [class*="mad-nav-"] {
        display: flex;
        align-items: center;
    }

    .mad-page-nav > [class*="mad-nav-"]:before {
        font-family: 'Material Icons';
        font-weight: 600;
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 2rem;
        text-align: center;
        line-height: 2.5rem;
        background: #ccd5d9;
        color: #012533;
        transition: all .5s ease;
        border-radius: 54% 46% 63% 37% / 33% 64% 36% 67%;
        cursor: pointer;
    }

    .mad-page-nav > .mad-nav-left:before {
        content: "keyboard_arrow_left";
    }

    .mad-page-nav > .mad-nav-right:before {
        content: "keyboard_arrow_right";
    }

    .mad-page-nav > [class*="mad-nav-"]:hover:before {
        background: #07c7f2;
    }

    .nav-actions a b {
        font-weight: normal;
    }

    .mad-page-nav > .mad-nav-right {
        flex-direction: row-reverse;
        text-align: right;
    }

    .mad-page-nav .nav-actions {
        padding: 0 1rem;
    }

    .nav-actions .mad-link {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: 'Prompt', sans-serif;
        color: #501b5e;
    }

    .mad-pagination {
        display: flex;
        margin-top: 3.5rem;
    }

    .mad-pagination > li > a {
        font-family: 'Prompt', sans-serif;
        font-weight: 600;
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        font-size: 1.125rem;
        line-height: 2.5rem;
        background: #ccd5d9;
        color: #012533;
        border-radius: 54% 46% 63% 37% / 33% 64% 36% 67%;
    }

    .mad-pagination > li > a:hover {
        background: #07c7f2;
    }

    .mad-pagination > li > a i {
        line-height: inherit;
        font-size: 2rem;
    }

    .mad-pagination > li:not(:last-child) {
        margin-right: 0.5rem;
    }

    .mad-coupons {
        display: flex;
        flex-wrap: wrap;
    }

    .mad-coupons .mad-coupon {
        position: relative;
        font-size: 0.875rem;
        line-height: 1rem;
        color: #025971;
        padding: 2rem;
        background: url(../images/coupon_img.png) no-repeat bottom -48px right -44px #07dbf2;
        z-index: 1;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 2px 32px rgba(0, 20, 28, 0.1);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }

    .mad-coupons:not(.style-2) .mad-coupon:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0.5rem;
        border: 1px dashed #036d79;
        border-radius: 1rem;
        z-index: -1;
    }

    .mad-coupons .mad-coupon p {
        flex: 1;
    }

    .mad-coupons .mad-coupon p:not(:last-child),
    .mad-coupons .mad-coupon .btn:not(:last-child) {
        margin-bottom: 1rem;
    }

    .mad-coupons .mad-coupon > span {
        font-size: 0.6875rem;
        color: #025971;
    }

    .mad-coupons:not(.style-2) .mad-coupon-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .mad-coupon-header:not(:last-child) {
        margin-bottom: 1rem;
    }

    .mad-coupon-header > * {
        font-weight: normal;
    }

    .mad-coupon-header > *:last-child {
        font-weight: bold;
        white-space: nowrap;
    }

    .mad-coupons:not(.style-2) .mad-coupon-header .mad-title {
        line-height: 2rem;
        letter-spacing: -0.25px;
        max-width: 55%;
    }

    .mad-coupon-header .mad-title:not(:last-child) {
        margin-bottom: 0;
    }

    .mad-coupons.style-2 .mad-coupon {
        cursor: pointer;
        padding: 2rem 1rem 1rem;
        align-items: center;
        text-align: center;
        background-color: #07dbf2;
        background: linear-gradient(to bottom, #7ef2e7 0%, #07c7f2 50%, #04a1c4 100%);
        transition: all .5s ease;
    }

    .mad-coupons.style-2:not(.shop-card) .mad-coupon:before,
    .mad-coupons.style-2:not(.shop-card) .mad-coupon:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        border: 5px solid #fff;
        border-radius: 1rem;
        z-index: 1;
        transition: all .5s ease;
        opacity: 0;
        visibility: hidden;
    }

    .mad-coupons.style-2:not(.shop-card) .mad-coupon.active:before,
    .mad-coupons.style-2:not(.shop-card) .mad-coupon.active:after {
        opacity: 1;
        visibility: visible;
    }

    .mad-coupons.style-2:not(.shop-card) .mad-coupon.active:after {
        border: 2px solid #07c7f2;
        transition: all .5s ease;
    }

    .mad-coupons.style-2:not(.shop-card) .mad-coupon.active .mad-coupon-header:after {
        content: '';
        width: 40px;
        height: 40px;
        background: url(../images/select.png) no-repeat;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .mad-coupons.style-2 .mad-coupon span.icon {
        content: '';
        position: absolute;
        top: 0;
        margin-top: -1rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/coupon_img2.png) no-repeat;
        background-size: contain;
        z-index: -1;
        transition: all .5s ease;
    }

    .mad-coupons.style-2 .mad-coupon-header {
        flex: 1;
    }

    .mad-coupons.style-2 .mad-coupon-header:not(:last-child) {
        margin-bottom: 2.75rem;
    }

    .mad-coupons.style-2 .mad-coupon .mad-title {
        line-height: 2.5rem;
        font-weight: bold;
        letter-spacing: -0.1px;
    }

    .mad-coupons.style-2 .mad-coupon .mad-title:not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .mad-coupons.style-2 .mad-coupon span {
        font-weight: bold;
        font-size: 1rem;
        color: #501b5e;
    }

    .mad-coupons.style-2.color-2 .mad-coupon {
        background-color: #0593b3;
        background: linear-gradient(to bottom, #0593b3 0%, #0593b3 50%, #025971 100%);
    }

    .mad-coupons.style-2.color-2 .mad-coupon span,
    .mad-coupons.style-2.color-2 .mad-coupon .mad-title {
        color: #fff;
    }

    .mad-coupons.style-2.color-3 .mad-coupon {
        background-color: #ff7d7d;
        background: linear-gradient(to bottom, #ff7d7d 0%, #ff7d7d 50%, #f21f1f 100%);
    }

    .with-pl {
        padding-left: 4.5rem;
    }

    .mad-services table tr th:first-child {
        width: 70%;
    }

    .mad-colorizer--scheme-color-6 .mad-services table tr.bg {
        background: #012533;
    }

    .mad-colorizer--scheme-color-6 .mad-services table tr.bg th {
        color: #fff;
    }

    .mad-colorizer--scheme-color-6 .mad-services table tr:hover {
        background: #daeef4;
    }

    .container.wide .mad-testimonials .owl-carousel {
        padding-left: 12.25rem;
        padding-right: 12.25rem;
    }

    .container.wide .owl-carousel {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .container.wide .owl-carousel.nav-wide .owl-nav button.owl-prev {
        left: 0;
    }

    .container.wide .owl-carousel.nav-wide .owl-nav button.owl-next {
        right: 0;
    }

    .mad-half-section {
        display: flex;
        flex-wrap: wrap;
    }

    .mad-half-section .mad-col {
        width: 50%;
    }

    .mad-half-inner {
        padding: 9rem 4.5rem;
    }

    [class*="with-separator-"] .mad-half-inner {
        padding-bottom: 15.5rem;
    }

    .mad-half-bg {
        position: relative;
        height: 100%;
        width: 100%;
        z-index: -2;
    }

    .mad-service-wrap {
        position: relative;
        padding: 11.5rem 0;
    }

    .mad-service {
        position: relative;
        background: #012533;
        padding: 6.5rem 3.875rem 5rem;
        color: #a5b8c2;
        line-height: 1.5rem;
        text-align: center;
        max-width: 28rem;
        display: inline-block;
        border-radius: 45% 40% 40% 50% / 40% 40% 45% 40%;
        z-index: 1;
    }

    .mad-service p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .mad-service-wrap .mad-service-bg {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 812px;
        height: 768px;
        z-index: -1;
    }

    .mad-service-wrap .mad-service-bg.right-side {
        right: auto;
        left: 0;
    }

    .mad-service-price {
        position: absolute;
        top: -1.5rem;
        right: 1rem;
        width: 108px;
        height: 97px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        font-family: 'Mulish', sans-serif;
        font-weight: bold;
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 1.25rem;
        color: #f21f1f;
        border-radius: 35% 25% 40% 30% / 50% 30% 40% 30%;
    }

    .mad-service-price:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 145px;
        margin-top: -1.5rem;
        margin-left: -2rem;
        background: url(../images/price_bg.png) no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .mad-service-price span {
        font-family: 'Prompt', sans-serif;
        font-size: 1.875rem;
        line-height: 2rem;
    }

    .mad-service-price span:before,
    .mad-service-price span:after {
        content: '$';
        font-size: 1.25rem;
        line-height: 1rem;
        vertical-align: 8px;
    }

    .mad-service-price span:after {
        content: '99';
    }

    .mad-service .mad-title {
        color: #fff;
        font-size: 1.875rem;
        line-height: 2.5rem;
        letter-spacing: 0.3px;
    }

    .mad-service .mad-title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .mad-img-holder {
        position: relative;
    }

    .mad-img-holder > .mad-img {
        margin-bottom: -144px;
        margin-top: -144px;
        margin-left: -260px;
    }

    .mad-img-holder.right-side > .mad-img {
        margin-top: -144px;
        margin-left: 0;
        margin-right: -44rem;
        margin-bottom: 0
    }

    .mad-media-section {
        font-size: 1.125rem;
        font-weight: bold;
        color: #012e40;
        background-size: 100%;
        background-position: top center;
        position: relative;
    }

    .mad-media-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/1920x912_bg1.jpg) no-repeat top right;
        background-size: cover;
        z-index: -1;
    }

    .mad-media-section .media-container {
        padding: 16.5rem 0 18.5rem;
    }

    .mad-media-section .mad-title:not(:last-child) {
        margin-bottom: .5rem;
    }

    .mad-media-section p:not(:last-child) {
        margin-bottom: 3rem;
    } 

    .mad-media-section p span {
       color: #ffffff;
    /*   text-decoration: underline; */
   background-color: #07c7f2;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    }

    .mad-media-section.style-2,
    .mad-media-section.style-2 .mad-title {
        color: #fff;
    }

    .mad-media-section.style-2:before {
        background: url(../images/1920x584_bg1.jpg) no-repeat;
        background-size: cover;
    }

    .mad-media-section.style-2 .media-container {
        padding: 11rem 0;
    }

    /* ----------------------------------------
        Blog Single
    ---------------------------------------- */



    /* ----------------------------------------
        Events
    ---------------------------------------- */

    

        /* ----------------------------------------
            Events by Month
        ---------------------------------------- */

            

        /* ----------------------------------------
            Event Single
        ---------------------------------------- */



    /* ----------------------------------------
        404 Page
    ---------------------------------------- */

        .mad-404 .mad-content {
            text-align: center;
        }

        .mad-404-title {
            font-size: 17.5rem;
            line-height: 13rem;
            letter-spacing: 0.25px;
        }

        .mad-404-title:not(:first-child) {
            margin-bottom: 1.5rem;
        }

        .mad-404-message {
            font-size: 1.25rem;
            font-weight: bold;
            display: block;
            color: #501b5e;
            letter-spacing: -0.1px;
        }

        .mad-404 .mad-content .mad-newsletter-form {
            max-width: 28.5rem;
            margin: 0 auto;
        }

        .mad-404 p a {
            font-weight: normal;
        }

        .mad-404 .mad-content .mad-section .mad-separator:first-child {
            transform: rotate(180deg);
        }

        .mad-404 .mad-content .mad-section .mad-separator:first-child .svg .cls-1 {
            fill: #7ef2e7;
        }

    /* ----------------------------------------
        Coming Soon Page
    ---------------------------------------- */

        .mad-coming-soon .mad-page-bg-svg {
            top: 1rem;
        }

        .mad-coming-soon .mad-page-title {
            font-size: 5rem;
            line-height: 6rem;
        }

        .mad-coming-soon .mad-page-title:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-coming-soon .mad-countdown .countdown-amount {
            color: #07c7f2;
        }