/* ----------------------------------------
    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;
            transition: all .5s ease;
        }

        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:not(.no-gutters) {
            margin-right: -16px;
            margin-left: -16px;
        }

        .row:not(.no-gutters) > [class*="col-"] {
            padding-left: 16px;
            padding-right: 16px;
        }

        .row.size-1 {
            margin-right: -8px;
            margin-left: -8px;
        }

        .row.size-1 > [class*="col-"] {
            padding-left: 8px;
            padding-right: 8px;
        }

        .row.size-2 {
            margin-right: -28px;
            margin-left: -28px;
        }

        .row.size-2 > [class*="col-"] {
            padding-left: 28px;
            padding-right: 28px;
        }

        .row.size-3 {
            margin-right: -48px;
            margin-left: -48px;
        }

        .row.size-3 > [class*="col-"] {
            padding-left: 48px;
            padding-right: 48px;
        }

        .row.size-4 {
            margin-right: -22px;
            margin-left: -22px;
        }

        .row.size-4 > [class*="col-"] {
            padding-left: 22px;
            padding-right: 22px;
        }

    /* ----------------------------------------
        Global
    ---------------------------------------- */

        body {
            background-color: #fff;
            overflow-x: hidden;
            overflow-y: initial !important;
        }

        html {
            overflow-y: initial !important;
            scroll-behavior: smooth;
        }

        .mad-page-wrapper {
            overflow: hidden;
        }

        ::-webkit-selection {
            color: #fff;
            background-color: #0f1b38;
        }

        ::-moz-selection {
            color: #fff;
            background-color: #0f1b38;
        }

        ::selection {
            color: #fff;
            background-color: #0f1b38;
        }

        .clearfix::after {
            content: "";
            display: block;
            clear: both;
        }

        .page-wrapper {
            overflow-x: hidden;
            overflow-y: auto;
        }

        [data-bg-image-src] {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .animated {
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
        }

        .w-100 {
            width: 100%;
        }

        .tt-up {
            text-transform: uppercase;
        }

        .container.full-width {
            max-width: 100%;
            padding-right: 48px;
            padding-left: 48px;
        }

    /* ----------------------------------------
        Typography
    ---------------------------------------- */

        :root {
            font-size: 16px;
        }

        body {
            font-family: "Open Sans", sans-serif;
            font-size: 1rem;
            line-height: 2rem;
            font-weight: 400;
            color: #5e6270;
        }

        address:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        q {
            font-style: italic;
        }

        small {
            font-size: 0.875rem;
        }

        sub, sup {
            position: relative;
            font-size: 75%;
            line-height: 0;
            vertical-align: baseline;
        }

        sub {
            bottom: -0.25em;
        }

        sup {
            top: -0.5em;
        }

        q, kbd, strong, em, tt, var, span, del, big, small {
            vertical-align: baseline;
        }

        pre {
            overflow: auto;
        }

        pre:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        code {
            overflow: auto;
            display: inline-block;
            vertical-align: middle;
        }

        pre, code, kbd, tt, var {
            font-size: 1rem;
            line-height: 1.625;
            padding: 5px 10px;
            color: #b1b1b1;
            background-color: #f8f8f8;
            border: 1px solid #eaeaea;
        }

        mark {
            display: inline-block;
            color: #fff;
            background-color: #0f1b38;
        }

        /* ----------------------------------------
            Headings
        ---------------------------------------- */

            h1, h2, h3, h4, h5, h6 {
                color: #0f1b38;
                font-family: "Hind", sans-serif;
                font-weight: bold;
                letter-spacing: 0.1px;
            }

            h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
                margin-bottom: 1rem;
            }

            h1 {
                font-size: 2.625rem;
                line-height: 3rem;
            }

            h2 {
                font-size: 2.25rem;
                line-height: 2.5rem;
            }

            h3 {
                font-size: 1.875rem;
                line-height: 2.5rem;
            }

            h4 {
                font-size: 1.5rem;
                line-height: 2rem;
                font-weight: 600;
            }

            h5 {
                font-weight: 600;
                font-size: 1.25rem;
                line-height: 1.5rem;
            }

            h6 {
                font-weight: 600;
                font-size: 1.125rem;
                line-height: 1.5rem;
            }

            h4:not(:last-child),
            h5:not(:last-child),
            h6:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-title-wrap {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                margin-top: -1rem;
            }

            .mad-title-wrap > * {
                margin-top: 1rem;
            }

            .mad-title-wrap.vr-type {
                display: block;
            }

            .mad-title-wrap:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-title-wrap .mad-title:not(:last-child) {
                margin-bottom: 0;
            }

        /* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

            p:not(.no-mb):not(:last-child) {
                margin-bottom: 1.5rem;
            }

            .mad-wn {
                white-space: nowrap;
            }

            .mad-text-small {
                font-size: 0.875rem;
                line-height: 1.5rem;
            }

            p.mad-text-small:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            .mad-text-medium {
                font-size: 1.125rem;
                font-weight: 500;
                color: #333;
            }

            .mad-text-big {
                font-size: 1.25rem;
                line-height: 1.5rem;
                font-weight: 500;
            }

            .mad-text-other {
                line-height: 1rem;
            }

            .mad-text-other span {
                font-size: 0.8125rem;
            }

            .mad-text-micro {
                font-size: 0.75rem;
                line-height: 1rem;
                color: #848791;
            }

            .mad-text-micro span {
                display: inline-block;
                vertical-align: 4px;
            }

        /* ----------------------------------------
            Links
        ---------------------------------------- */

            a {
                color: inherit;
            }

            .mad-link,
            .mad-breadcrumb-path a,
            .mad-entity-content a,
            .mad-gallery-desc a,
            .mad-product-description a,
            .mad-links a,
            .mad-read-more {
                display: inline;
                background-repeat: no-repeat;
                background-size: 0px 1px;
                -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.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-link:hover,
            .mad-breadcrumb-path a:hover,
            .mad-entity-content a:hover,
            .mad-gallery-desc a:hover,
            .mad-product-description a:hover,
            .mad-links a:hover,
            .mad-read-more:hover {
                background-size: 100% 1px;
            }

            /*one line only*/
            .mad-icon-link {
                border-style: solid;
                border-color: transparent;
                border-right-width: 1.875rem;
                position: relative;
                white-space: nowrap;
            }

            .mad-icon-link .fa,
            .mad-icon-link .fal,
            .mad-icon-link .far,
            .mad-icon-link .fab,
            .mad-icon-link .fas,
            .mad-icon-link .icon,
            .mad-icon-link [class*="mad-font-icon-"] {
                font-size: 1.25rem;
                position: absolute;
                top: 50%;
                right: -1.875rem;
                margin-top: -0.625rem;
            }

            .mad-link,
            .mad-breadcrumb-path a,
            .mad-entity-content a,
            .mad-gallery-desc a,
            .mad-product-description a,
            .mad-links a,
            .mad-read-more {
                color: #232831;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #232831), to(#232831));
                background-image: linear-gradient(to bottom, #232831 100%, #232831 100%);
            }

            .mad-link.link-white,
            .mad-links.link-white a,
            .mad-read-more.link-white {
                color: #fff;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
                background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
            }

            .mad-link.link-white-2,
            .mad-links.link-white-2 a,
            .mad-link.link-blue-2 {
                color: #fff;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
                background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
            }

            .mad-link.link-white-2:hover,
            .mad-links.link-white-2 a:hover {
                color: #38a100;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #38a100), to(#38a100));
                background-image: linear-gradient(to bottom, #38a100 100%, #38a100 100%);
            }

            .mad-link.link-blue,
            .mad-links.link-blue a,
            aside .mad-widget .mad-entity-content a:not(.mad-entity-price),
            .nav-actions a {
                color: #111fad;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #111fad), to(#111fad));
                background-image: linear-gradient(to bottom, #111fad 100%, #111fad 100%);
            }

            .mad-link.link-blue-2:hover {
                color: #111fad;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #111fad), to(#111fad));
                background-image: linear-gradient(to bottom, #111fad 100%, #111fad 100%);
            }

            .mad-link.link-black,
            .mad-links.link-black a {
                color: #232831;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #232831), to(#232831));
                background-image: linear-gradient(to bottom, #232831 100%, #232831 100%);
            }

        /* ----------------------------------------
            Icons
        ---------------------------------------- */

            [class*="mad-font-icon"] {
                line-height: 1;
            }

        /* ----------------------------------------
            Colors
        ---------------------------------------- */

            .mad-link.link-color-white {
                color: #fff;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
                background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
            }

    /* ----------------------------------------
        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"] {
            transition: all .5s ease;
        }

        [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;
        }

        /* ----------------------------------------
            Header Transparent
        ---------------------------------------- */

        .mad-header.mad-header--transparent:not(.header-white):not(.header-blue) [class*="mad-header-section--sticky"].mad-header-section--sticked {
            background: #232831;
        }

        .mad-header.mad-header--transparent:not(.header-blue) [class*="mad-header-section--sticky"]:not(.mad-header-section--sticked) {
            background: transparent;
        }

        .mad-header.mad-header--transparent [class*="mad-header-section--sticky"]:after {
            background: rgba(216,219,225,0.2);
        }

        .mad-header:not(.header-white).mad-header--transparent [class*="mad-header-section--sticky"] .mad-link {
            color: rgb(255, 255, 255);
            background-image: linear-gradient(rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
        }

        /* ----------------------------------------
            Header Blue
        ---------------------------------------- */

        .mad-header.header-blue [class*="mad-header-section--sticky"] {
            background: #050d61;
            border-bottom: none;
        }

        .mad-header.header-blue.mad-header--transparent [class*="mad-header-section--sticky"] {
            color: #fff;
        }

        .mad-header.header-blue.mad-header--transparent [class*="mad-header-section--sticky"] .mad-link {
            color: rgb(255, 255, 255);
            background-image: linear-gradient(rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
        }

        /* ----------------------------------------
            Header Style 2
        ---------------------------------------- */

        .mad-header.header-2 .mad-header-section .mad-navigation-container {
            margin: 0 auto;
        }

        .mad-header .mad-top-header {
            padding: 1.5rem 0;
        }

        .mad-header .mad-top-header-wrap {
            margin: -1rem -0.5rem 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-header .mad-top-header .mad-header-col {
            padding: 1rem 0.5rem 0;
            width: 33.3333%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-header .mad-top-header .mad-header-col:nth-child(2) {
            justify-content: center;
        }

        .mad-header .mad-top-header .mad-header-col:last-child {
            justify-content: flex-end;
        }

        .mad-header .mad-top-header .mad-info-block > ul > li,
        .mad-header .mad-top-header .mad-soc-icons li a:not(:hover) {
            color: #fff;
            font-family: 'Hind', sans-serif;
        }

        .mad-header .mad-top-header .mad-info-block > ul > li a {
            font-weight: 600;
            letter-spacing: 0.1px;
        }

        .mad-header .mad-top-header .mad-info-block > ul > li a:hover {
            color: #38a100;
        }

        .mad-header.header-2 .mad-navigation > li > a {
            padding: 1.125rem 1.5rem;
        }

        .mad-header .mad-top-header .mad-soc-icons ul {
            justify-content: end;
        }

        .mad-header .mad-soc-icons li a {
            font-size: 1.125rem;
        }

        .mad-header .mad-header-col > *:not(:last-child) {
            margin-right: 32px;
        }

        .mad-header.header-2.header-white {
            background: #fff;
        }

        .mad-header.header-white .mad-top-header .mad-info-block > ul > li a:not(:hover),
        .mad-header.header-white .mad-search-form input,
        .mad-header.header-white .mad-search-form button .icon {
            color: #232831;
		    background: none;
        }

        .mad-header.header-white .mad-search-form:after {
            background: #232831;
        }

        .mad-header.header-white .mad-soc-icons li a:not(:hover) {
            color: #9da2af;
        }

        /* ----------------------------------------
            Header Style 3
        ---------------------------------------- */

        .mad-header.header-3.header-white {
            background: #fff;
        }

        .mad-header.header-3 .mad-header-section {
            padding: 0;
        }

        .mad-header.header-3 .mad-header-section .container {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
        }

        .mad-header.header-3 .mad-top-header {
            padding: 0.6875rem 0;
            border-bottom: 1px solid rgba(216,219,225,0.2);
        }

        .mad-header.header-3.header-white .mad-top-header {
            border-bottom-color: #d8dbe1;
        }

        .mad-header.header-3 .mad-top-header-wrap {
            justify-content: space-between;
        }

        .mad-header.header-3 .mad-top-header .mad-header-col {
            width: auto;
        }

        .mad-header.header-3 .mad-top-header {
            border-color: rgba(216,219,225,0.2);
        }

        /* ----------------------------------------
            Header Section
        ---------------------------------------- */

            .mad-header-section {
                position: relative;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                padding: 0 3rem;
                z-index: 1;
                background: #fff;
            }

            .mad-header-section:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 1px;
                background: #d8dbe1;
                z-index: -1;
            }

            .mad-header-section .mad-header-col:first-child {
                min-width: 12.0625rem;
            }

            .mad-header-section .mad-header-col:last-child {
                width: 100%;
            }

        /* ----------------------------------------
            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 .mad-navigation-container {
                padding: 0 5rem;
            }

            .mad-header-buttons {
                font-family: 'Hind', sans-serif;
                display: flex;
                align-items: center;
                margin: 0 -1rem;
            }

            .mad-header-buttons > * {
                margin: 0 1rem;
            }

        /* ----------------------------------------
            Navigation
        ---------------------------------------- */

            .mad-navigation {
                letter-spacing: 0.1px;
                z-index: 4;
                text-align: initial;
            }

            .mad-navigation > li {
                position: relative;
                display: inline-block;
                vertical-align: top;
                font-family: 'Hind', sans-serif;
            }

            .mad-navigation > li > a {
                color: #232831;
                padding: 2.25rem 1.5rem;
                -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);
                display: block;
                position: relative;
            }

            .mad-navigation > li.menu-item-has-children > a:after {
                content: '';
                display: inline-block;
                width: 0px;
                height: 0px;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 5px solid #232831;
                vertical-align: middle;
                margin-left: 0.5rem;
            }

            .mad-navigation > li > a::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
                background: #38a100;
                opacity: 0;
                visibility: hidden;
                transition: all .5s ease;
            }

            .mad-navigation > li:hover > a::before {
                opacity: 1;
                visibility: visible;
            }

            .mad-navigation > li:hover > a {
                background: #f5f6f7;
            }

            .mad-navigation .mad-header-section--border + [class*="mad-header-section"] .mad-navigation:not(.mad-navigation--bottom-underlined) > li > a::before {
                top: -1px;
            }

            .mad-navigation--bottom-underlined > li > a::before {
                bottom: 0;
                top: auto;
            }

            .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;
                visibility: visible;
            }

            .mad-mobile-nav-btn {
                background-color: #e0e1e3;
            }

            .mad-navigation .sub-menu {
                min-width: 300px;
                font-size: 1rem;
                padding-top: 0.5rem;
                padding-bottom: 1rem;
                letter-spacing: 0.1px;
                border-radius: 0 0 8px 8px;
                position: absolute;
                top: 100%;
                left: 0;
                opacity: 0;
                visibility: hidden;
                color: #fff;
                background-color: #fff;
                -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 a {
                color: #232831;
                white-space: nowrap;
            }

            .mad-navigation .mega-menu > .sub-menu > li .sub-menu > li a {
                white-space: normal;
            }

            .mad-navigation .sub-menu > li > a {
                padding: 0.75rem 1.5rem;
                display: block;
            }

            .mad-navigation .sub-menu.mad-reverse {
                left: auto;
                right: -1.625rem;
            }

            .mad-navigation .sub-menu .sub-menu {
                top: -0.5rem;
                left: 100%;
            }

            .mad-navigation .sub-menu li:not(:first-child) .sub-menu {
                border-radius: 0 8px 8px 8px;
            }

            .mad-navigation .sub-menu li:not(:last-child) .sub-menu {
                border-radius: 0 8px 8px 0;
            }

            .mad-navigation .sub-menu .sub-menu.mad-reverse {
                left: auto;
                right: 100%;
                border-radius: 8px 0 0 8px!important;
            }

            .mad-navigation .sub-menu .menu-item-has-children {
                position: relative;
            }

            .mad-navigation .sub-menu .menu-item-has-children > a {
                padding-right: 56px;
            }

            .mad-navigation .sub-menu .menu-item-has-children::after {
                position: absolute;
                right: 1.5rem;
                line-height: inherit;
                top: 21px;
                content: '';
                width: 0px;
                height: 0px;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 5px solid #232831;
                vertical-align: middle;
                margin-left: 0.5rem;
                transform: rotate(-90deg);
            }

            .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 {
                background: #f5f6f7;
            }

            .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: 3.5rem;
                height: 3.5rem;
                font-size: 1.5rem;
                border-radius: 8px;
                text-align: center;
                line-height: 1;
                color: #232831;
                display: none;
            }

            .mad-mobile-nav-btn::after {
                font-family: Linearicons;
                content: "\e92b";
            }

            .mad-mobile-nav-btn.mad-opened {
                background-color: #0f1b38;
                color: #fff;
            }

    /* ----------------------------------------
        Breadcrumb
    ---------------------------------------- */

        .mad-breadcrumb {
            padding-top: 4.25rem;
            padding-bottom: 4.25rem;
            background: #0f1b38;
        }

        .mad-breadcrumb:not(.no-title) .mad-breadcrumb-path:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-breadcrumb-path {
            color: #9da2af;
            font-size: 0.8125rem;
            line-height: 1rem;
            vertical-align: baseline;
            margin: 0 -0.3rem;
        }

        .mad-breadcrumb-path > span {
            display: inline-block;
            padding-left: 0.3rem;
            padding-right: 0.3rem;
        }

        .mad-breadcrumb:not(.style-2) .mad-page-title {
            color: #fff;
        }

        .mad-breadcrumb:not(.style-2) a {
            color: #fff;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        .mad-breadcrumb.style-2 {
            padding: 4.375rem 0 1.5rem;
            background: none;
        }

        .mad-breadcrumb.style-2.no-pt {
            padding-top: 0;
        }

        .mad-breadcrumb.style-2 .mad-page-title {
            font-size: 2.25rem;
            line-height: 2.5rem;
            letter-spacing: 0.1px;
        }

        .mad-breadcrumb-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-end;
        }

        .mad-breadcrumb .mad-search-section {
            padding: 0;
            background: none;
        }

        .mad-breadcrumb .mad-search-section .mad-search {
            justify-content: center;
        }

        .mad-breadcrumb .mad-search .mad-search-item:first-child {
            max-width: 365px;
        }

        .mad-breadcrumb .mad-search .mad-search-item:nth-child(2) {
            max-width: 422px;
        }

        .mad-breadcrumb.no-title {
            padding: 1rem 0;
            background: #fff;
        }

        .mad-breadcrumb.no-title .mad-page-title {
            display: none;
        }

        .mad-breadcrumb.with-bg-img {
            padding-top: 14rem;
            padding-bottom: 14rem;
        }

    /* ----------------------------------------
        Sections
    ---------------------------------------- */

        .mad-content {
            padding-top: 8rem;
            padding-bottom: 8rem;
        }

        .mad-content.top-size-2 {
            padding-top: 2rem;
        }

        .mad-content.top-size-3 {
            padding-top: 4.5rem;
        }

        .mad-section {
            position: relative;
            padding-top: 4rem;
            padding-bottom: 8rem;
        }

        .mad-content.no-pd,
        .mad-section.no-pd {
            padding: 0;
        }

        .mad-content.no-pb,
        .mad-section.no-pb {
            padding-bottom: 0;
        }

        .mad-content.no-pt,
        .mad-section.no-pt {
            padding-top: 0;
        }

        .mad-section--parallax {
            background-size: auto;
        }

        .mad-section.section-size-2 {
            padding: 5rem 0;
        }

        .mad-section.section-size-3 {
            padding-top: 10rem;
            padding-bottom: 10rem;
        }

        .content-element:not(:last-child) {
            margin-bottom: 1rem;
        }

        .content-element-1:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .content-element-2:not(:last-child) {
            margin-bottom: 2rem;
        }

        .content-element-2-5:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .content-element-3:not(:last-child) {
            margin-bottom: 3rem;
        }

        .content-element-4:not(:last-child) {
            margin-bottom: 4rem;
        }

        .content-element-5:not(:last-child) {
            margin-bottom: 5rem;
        }

        .content-element-6:not(:last-child) {
            margin-bottom: 6rem;
        }

        .content-element-7:not(:last-child) {
            margin-bottom: 7rem;
        }

        .content-element-8:not(:last-child) {
            margin-bottom: 8rem;
        }

        .mad-img {
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .mad-img > img {
            width: 100%;
        }

        .mad-pull-top {
            transform: translateY(-50%);
        }

        .mad-bg-col {
            position: relative;
            color: #d8dbe1;
            z-index: 1;
        }

        .row.no-gutters .mad-bg-col {
            padding-top: 7.5rem;
            padding-bottom: 7.5rem;
            padding-left: 3rem;
            padding-right: 1rem;
        }

        .row.no-gutters .mad-bg-col .mad-contact-form {
            max-width: 656px;
        }

        .mad-bg-col .mad-title {
            color: #fff;
        }

        .mad-bg-col:after {
            content: '';
            position: absolute;
            top: -8rem;
            bottom: -8rem;
            left: 0;
            right: -2000px;
            background: #050d61;
            z-index: -1;
        }

        [class*="mad-colorizer--scheme-color-"] .mad-bg-col:after {
            display: none;
        }

        .row.no-gutters .mad-bg-col:after {
            top: 0;
            bottom: 0;
        }

        .with-bg-element {
            z-index: 1;
        }

        .with-bg-element:after {
            content: '';
            position: absolute;
            right: -2000px;
            left: 76.7%;
            top: 0;
            bottom: 0;
            background: #f1f4f0;
            border-bottom-left-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
            z-index: -1;
        }

        .with-bg-element.style-2 {
            color: #d8dbe1;
        }

        .with-bg-element.left-side:after {
            right: 76.7%;
            left: -2000px;
            border-bottom-right-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
        }

        .with-bg-element.left-side.style-2:after {
            right: 35%;
            background: #2f3542;
        }

        .with-bg-element.style-2 .mad-title {
            color: #fff;
        }

        .with-bg-element.style-2 .owl-carousel .owl-nav > button.owl-prev .svg > * {
            fill: #fff;
        }

        .with-bg-element.size-2:not(.left-side):after {
            left: 82.9%;
        }

        .with-bg-element.size-2.left-side:after {
            right: 68.1%;
        }

        .with-bg-element.size-3:after {
            left: 74.5%;
        }

        .with-bg-element.style-3:after {
            background: #f5f6f7;
        }

        .with-bg-element.style-4:after {
            background: #f3f4fb;
        }

        .with-bg-element.style-5:after {
            background: #f1f4f0;
        }

        .mad-counter-section.mad-colorizer--parallax.mad-colorizer--scheme-light .mad-colorizer-bg-image:after,
        .mad-bg-shadow.mad-section .mad-colorizer-bg-image:after,
        .mad-media-element[data-bg-image-src]:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #060c18;
            opacity: 0.5;
        }

        .mad-media-element[data-bg-image-src]:after {
            z-index: -1;
        }

    /* ----------------------------------------
        Sidebar
    ---------------------------------------- */

        /* ----------------------------------------
            Widgets
        ---------------------------------------- */

            aside .mad-widget:not(:last-child) {
                margin-bottom: 3.5rem;
            }

            aside .mad-widget .mad-widget-title {
                font-weight: 600;
            }

            aside .mad-widget .mad-widget-title:not(:last-child) {
                margin-bottom: 2rem;
            }

            /* ----------------------------------------
                Sponsors widget
            ---------------------------------------- */

                .mad-sponsors {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .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: 0.5;
                }

                .mad-csstransforms3d .mad-sponsors a:hover > img {
                    -webkit-transform: scale3d(1.05, 1.05, 1.05);
                            transform: scale3d(1.05, 1.05, 1.05);
                            opacity: 1;
                }

            /* ----------------------------------------
                Tags
            ---------------------------------------- */

                .tagcloud {
                    font-size: 0;
                    margin: -0.125rem;
                }

                .tagcloud > a {
                    font-size: 0.875rem;
                    line-height: 2rem;
                    padding-left: 10px;
                    padding-right: 10px;
                    border: 2px solid #e0e2e7;
                    border-radius: 0.5rem;
                    color: #111fad;
                    display: inline-block;
                    margin: 0.125rem;
                }

                .tagcloud > span {
                    font-size: 1rem;
                    margin-right: 1rem;
                }

                .tagcloud > a:hover {
                    background: #eee;
                }

            /* ----------------------------------------
                Search
            ---------------------------------------- */

                .mad-search-section {
                    padding: 1.5rem 0;
                    background: #fafafb;
                }

                .mad-search {
                    display: flex;
                    margin-left: 2px;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item {
                    flex: auto;
                    margin-left: -2px;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:last-child {
                    max-width: max-content;
                    width: auto;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:not(:first-child) input,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:not(:first-child) .select2,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:not(:first-child) .mad-custom-select .mad-selected-option,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:not(:first-child) .btn {
                    border-radius: 0;
                    display: block;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:first-child {
                    max-width: 500px;
                    width: 100%;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:nth-child(2) {
                    max-width: 160px;
                    width: 100%;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:nth-child(3) {
                    max-width: 200px;
                    width: 100%;
                }

                .mad-search-section:not(.vr-type) .mad-search.type-2 .mad-search-item:first-child {
                    max-width: 270px;
                }

                .mad-search-section:not(.vr-type) .mad-search.type-2 .mad-search-item:nth-child(2) {
                    max-width: 368px;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:first-child input,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:first-child select,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:first-child .select2,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:first-child .mad-custom-select .mad-selected-option,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:first-child .btn {
                    border-radius: 8px 0 0 8px;
                }

                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:last-child input,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:last-child .mad-custom-select .mad-selected-option,
                .mad-search-section:not(.vr-type) .mad-search .mad-search-item:last-child .btn {
                    border-radius: 0 8px 8px 0;
                }

                .mad-search .mad-search-item:only-child input {
                    border-radius: 0.5rem!important;
                }

                .mad-search .mad-search-item:only-child input {
                    padding-right: 4rem;
                    text-overflow: ellipsis;
                }

                .mad-search .btn i {
                    font-size: 1.5rem;
                    line-height: 0.875rem;
                }

                .mad-search-section .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) {
                    background: none;
                    overflow: visible;
                    padding: 0;
                }

                .mad-search-section .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
                    position: absolute;
                    bottom: 100%;
                    left: 0;
                    right: 0;
                }

                .mad-search-section .mad-tabs:not(.mad-tabs--style-2) .mad-tab {
                    padding-top: 0;
                }

                .mad-search-section .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections):not(.mad-tabs--style-2) .mad-tabs-nav > span:not(:last-child) {
                    margin-right: 3px;
                }

                .mad-search-section .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections):not(.mad-tabs--style-2) .mad-tabs-nav > span > a {
                    width: 144px;
                    line-height: 2.5rem;
                    text-align: center;
                    background: rgba(47,53,66,0.9);
                    border-radius: 8px 8px 0 0;
                    color: #fff;
                    font-size: 1rem;
                    font-weight: normal;
                }

                .mad-search-section .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections):not(.mad-tabs--style-2) .mad-tabs-nav .mad-active > a {
                    background: rgba(56,161,0,0.9);
                }

                .mad-header .mad-search-form {
                    position: relative;
                    display: inline-block;
                }

                .mad-header .mad-search-form input {
                    height: auto;
                    padding-left: 2rem;
                    font-family: 'Hind', sans-serif;
                    font-size: 1rem;
                    padding-right: 0;
                    background: none;
                    color: #fff;
                    letter-spacing: 0.1px;
                    border-bottom-color: transparent;
                    width: 85px;
                    font-weight: normal;
                    border-radius: 0;
                    border: none;
                    transition: all .5s ease;
                    border-bottom-width: 0;
                }

                .mad-header .mad-search-form .icon {
                    color: #fff;
                }

                .mad-header .mad-search-form:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    right: 0;
                    width: 0;
                    height: 1px;
                    background: #fff;
                    transition: width .5s ease;
                }

                .mad-header .mad-search-form:hover:after {
                    width: 100%;
                }

                .mad-header .mad-search-form button {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                }

                .mad-search-form:hover input {
                    max-width: 200px;
                    width: 200px;
                }

                .mad-search .mad-search-item.with-search-btn {
                    position: relative;
                }

                .mad-search .mad-search-item.with-search-btn .search-button {
                    position: absolute;
                    right: 0.5rem;
                    top: 0.5rem;
                    border-radius: 0.5rem!important;
                    width: 3rem;
                    height: 3rem;
                    text-align: center;
                    padding: 0;
                }

                .mad-search-section.vr-type {
                    padding: 0;
                }

                .mad-search-section.vr-type .mad-search {
                    display: block;
                }

                .mad-search-section.vr-type .mad-search .mad-search-item {
                    width: 100%;
                    max-width: 100%;
                }

                .mad-search-section.vr-type .mad-search .mad-search-item:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-search-section.vr-type .mad-search .mad-search-item input {
                    font-size: 0.875rem;
                    height: 3rem;
                }

            /* ----------------------------------------
                Banner
            ---------------------------------------- */


            /* ----------------------------------------
                Entities
            ---------------------------------------- */

                .mad-widget .mad-entities.mad-entity-hr .mad-entity:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity .mad-entity-price {
                    font-size: 1.125rem;
                    line-height: 1rem;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity .mad-entity-type:not(:last-child) {
                    margin-bottom: 0;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity .mad-entity-content,
                .mad-widget .mad-entities.mad-entity-hr .mad-entity.mad-entity-hr .mad-entity-content {
                    padding: 1rem;
                    padding-right: 0.5rem;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity-header:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity .mad-entity-stat > *:not(:last-child) {
                    margin-right: 5px;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity-media,
                .mad-widget .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
                    max-width: 120px;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity .mad-entity-stat {
                    font-size: 0.75rem;
                }

                .mad-widget .mad-entities.mad-entity-hr .mad-entity .mad-entity-stat > * i {
                    font-size: 0.75rem;
                }

                .mad-widget .mad-team.style-4 .mad-team-member:hover {
                    background: none;
                    box-shadow: none;
                }

                .mad-widget .mad-team.style-4 .mad-team-member:after {
                    display: none;
                }

                .mad-widget .mad-team.style-4 .mad-team-member .mad-team-member-photo {
                    max-width: 120px;
                }

                .mad-widget .mad-team.style-4 .mad-team-member .mad-team-member-info {
                    padding: 0;
                    padding-left: 1rem;
                    padding-top: 8px;
                }

                .mad-widget .mad-team.style-4 .mad-team-member .mad-team-member-name:not(:last-child) {
                    margin-bottom: 0;
                }

                .mad-widget .mad-team.style-4 .mad-team-member .mad-member-stat:not(:last-child) {
                    margin-bottom: 0.5rem;
                }

                .mad-widget .mad-team.style-4 .mad-team-member .mad-member-stat {
                    font-size: 0.8125rem;
                    line-height: 1rem;
                }

                aside .mad-widget .mad-entity-content a:not(.mad-entity-price) {
                    font-weight: normal;
                }

            /* ----------------------------------------
                Calendar
            ---------------------------------------- */

                .calendar_wrap {
                    background: #fff;
                    border-radius: 0.5rem;
                    overflow: hidden;
                    border: 1px solid #d8dbe1;
                }

                .calendar_wrap table {
                    font-size: 0.875rem;
                    line-height: 1.5rem;
                    border-width: 0;
                }

                .calendar_wrap table caption {
                    font-family: 'Hind', sans-serif;
                    color: #0f1b38;
                    font-size: 1rem;
                    line-height: 1.625rem;
                    font-weight: 500;
                    text-align: center;
                    border-style: inherit;
                    border-color: inherit;
                    padding-top: 0.65rem;
                    padding-bottom: 0.8rem;
                    border-width: 1px 1px 1px 1px;
                    position: relative;
                }

                .calendar_wrap table tr:hover {
                    background-color: transparent;
                }

                .calendar_wrap table thead {
                    background-color: #eee;
                }

                .calendar_wrap table thead th {
                    font-weight: 500;
                    font-size: 0.875rem;
                }

                .calendar_wrap table thead td#today, .calendar_wrap table thead th#today,
                .calendar_wrap table tbody td#today,
                .calendar_wrap table tbody th#today {
                    color: #fff;
                }

                .calendar_wrap table #today {
                    background: #38a100;
                }

                .calendar_wrap table thead td#today a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table thead th#today a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table tbody td#today a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table tbody th#today a:not(.mad-ln--independent):not(.mad-btn) {
                    color: #fff;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
                    background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
                }

                .calendar_wrap table th, .calendar_wrap table td {
                    padding: 0.5rem 0.1rem 0.4rem;
                    text-align: center;
                    vertical-align: middle;
                }

                .calendar_wrap table tr td:not(:last-child),
                .calendar_wrap table tr th:not(:last-child) {
                    border-right: 1px solid #d8dbe1;
                }

                .calendar_wrap table tr th {
                    border-top: 1px solid #d8dbe1;
                }

                .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;
                    height: 100%;
                    font-weight: bold;
                    width: 3.125rem;
                    text-align: center;
                    color: #232831;
                    -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: #38a100;
                }

                .calendar_wrap table .calendar-caption-prev .fa,
                .calendar_wrap table .calendar-caption-prev .fal,
                .calendar_wrap table .calendar-caption-prev .far,
                .calendar_wrap table .calendar-caption-prev .fab,
                .calendar_wrap table .calendar-caption-prev .fas,
                .calendar_wrap table .calendar-caption-prev .icon,
                .calendar_wrap table .calendar-caption-prev [class*="mad-font-icon-"],
                .calendar_wrap table .calendar-caption-next .fa,
                .calendar_wrap table .calendar-caption-next .fal,
                .calendar_wrap table .calendar-caption-next .far,
                .calendar_wrap table .calendar-caption-next .fab,
                .calendar_wrap table .calendar-caption-next .fas,
                .calendar_wrap table .calendar-caption-next .icon,
                .calendar_wrap table .calendar-caption-next [class*="mad-font-icon-"] {
                    line-height: 1;
                    font-size: 0.875rem;
                    vertical-align: baseline;
                    position: absolute;
                    font-weight: bold;
                    left: 0;
                    width: 100%;
                    top: 50%;
                    margin-top: -7px;
                }

                .calendar_wrap table tr td a {
                    color: #111fad;
                }

                .calendar_wrap table .calendar-caption-prev {
                    left: 0;
                }

                .calendar_wrap table .calendar-caption-next {
                    right: 0;
                }

                .calendar_wrap + .mad-link {
                    font-family: 'Hind', sans-serif;
                    margin-top: 1rem;
                    display: inline-block!important;
                }

                .mad-calendar.owl-carousel {
                    padding: 0 1.25rem;
                }

                .mad-calendar.owl-carousel .owl-stage-outer {
                    border-radius: 0.5rem;
                }

                .mad-calendar.owl-carousel .mad-calendar-item {
                    background: #f3f4fb;
                    text-align: center;
                    padding: 1.5rem 1rem;
                    color: #5e6270;
                    font-size: 0.8125rem;
                    line-height: 1rem;
                    cursor: pointer;
                    transition: all .45s ease;
                }

                .mad-calendar.owl-carousel .mad-calendar-item:hover,
                .mad-calendar.owl-carousel .mad-calendar-item.active {
                    background: #e6e7f6;
                }

                .mad-calendar.owl-carousel .mad-calendar-item .mad-calendar-date {
                    font-size: 2.25rem;
                    color: #111fad;
                    line-height: 2.5rem;
                    font-weight: bold;
                }

                .mad-calendar.owl-carousel.with-nav-2 .owl-nav {
                    opacity: 1;
                    visibility: visible;
                    display: block;
                    padding: 0;
                }

                .mad-calendar.owl-carousel.with-nav-2 .owl-nav > * {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    background: #ecedf7;
                    opacity: 1;
                    width: 39px;
                    height: 39px;
                    border: 0.25rem solid #fafafb;
                }

                .mad-calendar.owl-carousel.with-nav-2 .owl-nav > .owl-next {
                    right: 0;
                }

                .mad-calendar.owl-carousel.with-nav-2 .owl-nav > .owl-prev {
                    left: 0;
                }

                .mad-calendar.owl-carousel.with-nav-2 .owl-nav > *:hover {
                    background: #e6e7f6;
                }

                .mad-cancel {
                    font-size: 0.8125rem;
                    line-height: 1rem;
                    color: #848791;
                }

            /* ----------------------------------------
                Events
            ---------------------------------------- */

                .mad-widget .mad-events .mad-event {
                    overflow: hidden;
                }

            /* ----------------------------------------
                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';
                    content: 'comment';
                    font-size: 1rem;
                    top: 0;
                    left: 0;
                    line-height: 1.5rem;
                    color: #30343d;
                }

                .mad-widget .recentcomments li a {
                    color: #111fad;
                }

                .mad-widget .recentcomments li a:hover {
                    text-decoration: underline;
                }

            /* ----------------------------------------
                Email
            ---------------------------------------- */



            /* ----------------------------------------
                Info
            ---------------------------------------- */

                .mad-info-block > ul > li {
                    display: flex;
                    align-items: flex-start;
                }

                .mad-info-block > ul > li > i {
                    min-width: 2rem;
                }

                .mad-footer .mad-info-block > ul > li > i {
                    line-height: inherit;
                }

                .mad-info-block ul li .mad-info-title {
                    font-size: 1rem;
                    line-height: 1.5rem;
                    letter-spacing: 0.5px;
                    font-weight: 600;
                    display: block;
                }

                .mad-footer.style-2 .mad-info-block ul li .mad-info-title {
                    color: #d8dbe1;
                }

                .mad-info-block ul li .mad-info-title:not(:last-child),
                .mad-info-block.type-2 ul li p:not(:last-child) {
                    margin-bottom: 0.5rem;
                }

                .mad-info-block.type-2 > ul > li > i {
                    line-height: 1.5rem;
                }

                .mad-footer.style-2 .mad-info-block.type-2 > ul > li > i {
                    color: #fff;
                }

                .mad-info-block.type-2 > ul {
                    display: flex;
                    flex-wrap: wrap;
                    margin: -24px -12px 0;
                }

                .mad-info-block.type-2 > ul > li {
                    width: 50%;
                    padding: 24px 12px 0;
                }

                .mad-info-block[class*="item-col-"] {
                    display: flex;
                    flex-wrap: wrap;
                }

                .mad-info-block .mad-info-item {
                    text-align: center;
                }

                .mad-info-block .mad-info-item > i {
                    font-size: 2.5rem;
                    color: #38a100;
                    margin-bottom: 1.5rem;
                }

                .mad-info-item .mad-read-more {
                    font-size: 0.875rem;
                }

                .mad-panels-definition .mad-info-block > ul > li,
                .mad-info-block.mad-text-small > ul > li {
                    color: #5e6270;
                    font-size: 0.875rem;
                }

                .mad-info-block .mad-info-item .mad-read-more {
                    font-family: 'Open Sans', sans-serif;
                }

                .mad-info-block .mad-info-item .hr-list.mad-soc-icons li a > i {
                    font-size: 1.5rem;
                }

                .mad-info-block.type-2.size-2 .mad-info-title {
                    font-size: 1.25rem;
                    line-height: 1.5rem;
                }

                .mad-info-block.type-2.size-2 > ul > li {
                    color: #5e6270;
                }

            /* ----------------------------------------
                Instafeed
            ---------------------------------------- */

                .mad-widget .mad-instafeed {
                    max-width: 100%;
                    margin-left: auto;
                    margin-right: auto;
                    border-radius: 0.5rem;
                }

                .mad-widget .mad-instafeed:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-instafeed.instagram-carousel .owl-carousel .owl-stage-outer {
                    border-radius: 0.5rem;
                    overflow: hidden;
                }

    /* ----------------------------------------
        Footer
    ---------------------------------------- */

        .mad-footer {
            color: #fff;
            background: #0a1327;
        }

        .mad-footer-main {
            padding: 7.5rem 0;
        }

        .copyrights {
            color: #9da2af;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-footer .mad-widget-title {
            color: #fff;
            font-weight: 600;
        }

        .mad-footer .mad-widget-title:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-info-block > ul > li {
            color: #9da2af;
            line-height: 2rem;
        }

        .mad-team.style-4 .mad-team-member .mad-info-block > ul > li,
        .mad-team.style-4 .mad-team-member .mad-info-block li > i {
            line-height: 1.5rem;
        }

        .vr-list.mad-info-block > ul > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-info-block > ul > li > i {
            color: #a1a6b2;
            line-height: inherit;
        }

        .mad-info-block.link-white > ul > li i {
            color: #fff;
        }

        .mad-footer .logo {
            display: block;
            padding-top: 3rem;
            padding-bottom: 1.5rem;
        }

        .mad-footer .mad-footer-main .row:not(.col-no-space) {
            margin-bottom: -3rem;
        }

        .mad-footer .mad-footer-main .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 3rem;
        }

        /* Footer Style 2 */

        .mad-footer.style-2 {
            background: #2f3542;
            color: #d8dbe1;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }

        .mad-footer.style-2:after {
            content: '';
            position: absolute;
            top: -2000px;
            left: 50%;
            right: -2000px;
            bottom: -2000px;
            background: #282d38;
            z-index: -1;
        }

        .mad-footer.style-2 .mad-bottom-footer,
        .mad-footer.style-3 .mad-bottom-footer {
            padding-bottom: 3.5rem;
        }

        /* Footer Style 3 */

        .mad-footer.style-3 {
            background: #0a1327;
            color: #9da2af;
        }

        .mad-footer.style-3 .mad-footer-main {
            padding: 5rem 0;
        }

        .mad-footer.style-3 .mad-bottom-footer .mad-info-block > ul > li {
            line-height: 2rem;
        }

    /* ----------------------------------------
        Grid
    ---------------------------------------- */

        [class*="item-col-"]:not(.no-gutters) {
            margin: -2rem -1rem 0;
        }

        [class*="item-col-"]:not(.no-gutters) > *{
            padding: 2rem 1rem 0;
        }

        .item-col {
            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: -2rem;
        }

        .row:not(.col-no-space) > [class*="col"]{
            padding-bottom: 2rem;
        }

        .row.row-size-1:not(.col-no-space){
            margin-bottom: -1rem;
        }

        .row.row-size-1:not(.col-no-space) > [class*="col"]{
            padding-bottom: 1rem;
        }

        .row.row-size-2:not(.col-no-space){
            margin-bottom: -3rem;
        }

        .row.row-size-2:not(.col-no-space) > [class*="col"]{
            padding-bottom: 3rem;
        }

        .row.row-size-4:not(.col-no-space){
            margin-bottom: -4rem;
        }

        .row.row-size-4:not(.col-no-space) > [class*="col"]{
            padding-bottom: 4rem;
        }

        .row.row-size-5:not(.col-no-space){
            margin-bottom: -5rem;
        }

        .row.row-size-5:not(.col-no-space) > [class*="col"]{
            padding-bottom: 5rem;
        }

        .row.row-size-6:not(.col-no-space){
            margin-bottom: -6rem;
        }

        .row.row-size-6:not(.col-no-space) > [class*="col"]{
            padding-bottom: 6rem;
        }

        .row.row-size-12:not(.col-no-space){
            margin-bottom: -15rem;
        }

        .row.row-size-12:not(.col-no-space) > [class*="col"]{
            padding-bottom: 15rem;
        }

    /* ----------------------------------------
        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 {
            color: #f8f8f8;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            display: none;
        }

        .mad-modal .mad-ag-wrap {
            padding-right: 80px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mad-modal .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tab {
            padding: 1rem;
        }

        .mad-modal .mad-toggle-section {
            position: absolute;
            top: 2rem;
            right: 2rem;
            bottom: 2rem;
            width: 328px;
            padding: 1.5rem 1rem;
            background: #fff;
            border-radius: 8px;
            z-index: 2;
            overflow: hidden;
            overflow-y: auto;
            color: #5e6270;
        }

        .mad-modal .mad-toggle-section.toggled {
            bottom: auto;
        }

        .mad-modal .mad-toggle-section.toggled .tabs.mad-iso-tabs .tabs-nav {
            margin-bottom: 0;
        }

        .mad-modal .mad-toggle-section > .mad-title a {
            display: block;
            position: relative;
        }

        .mad-modal .mad-toggle-section .mad-toggle-btn:after {
            content: 'expand_more';
            font-family: 'Material Icons';
            position: absolute;
            right: -8px;
            top: 0;
            font-size: 30px;
        }

        .mad-modal .mad-toggle-section.toggled .mad-toggle-btn:after {
            content: 'expand_less';
        }

        .mad-modal .mad-toggle-section .tabs.mad-iso-tabs .mad-tabs-content {
            padding-top: 1rem;
        }

        .mad-modal .mad-toggle-section .tabs.mad-iso-tabs .tabs-nav {
            position: relative;
        }

        .mad-modal .mad-toggle-section .owl-carousel.with-nav-2 .owl-nav > .owl-prev {
            left: 0;
        }

        .mad-modal .mad-toggle-section .owl-carousel.with-nav-2 .owl-nav > .owl-next {
            right: 0;
        }

        .mad-modal .mad-toggle-section .mad-text-micro {
            padding-top: 8px;
        }

        .mad-modal .mad-tabbed-bottom {
            margin: 0;
        }

        .mad-modal aside {
            padding-top: 1rem;
        }

        .mad-school-list > li:not(:last-child) {
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #d8dbe1;
        }

        .mad-school-list > li .mad-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-school-list > li p {
            text-transform: lowercase;
        }

        .mad-school-list > li p::first-letter {
            text-transform: capitalize;
        }

    /* ----------------------------------------
        Arctic Modal
    ---------------------------------------- */

        .arcticmodal-container_i2 {
            padding: 3rem;
        }

        .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-container .arcticmodal-close {
            font-size: 2rem;
            position: absolute;
            z-index: 22;
            top: 1.5rem;
            right: 2rem;
            color: #232831;
        }

        /* ----------------------------------------
            Search Modal
        ---------------------------------------- */



    /* ----------------------------------------
        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: -2.4rem;
        }

        .comment {
            font-size: 1rem;
            padding-top: 2.4rem;
        }

        .comment .fn {
            font-style: normal;
            font-weight: bold;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-family: "Hind", serif;
            margin-bottom: 0.5rem;
            color: #232831;
            display: block;
        }

        .comment-author-avatar {
            float: left;
            position: relative;
            z-index: 2;
            border-radius: 50%;
            overflow: hidden;
        }

        .comment .children > li,
        .comment.comment-has-children > .comment-body > .comment-author-info {
            position: relative;
        }

        .comment.comment-has-children > .comment-body > .comment-author-info::after {
            content: "";
            border-width: 0 0 0 1px;
            border-style: solid;
            border-color: #ede9e5;
            position: absolute;
            left: 2.3rem;
            top: 6.5rem;
            height: calc(101% - 104px);
        }

        .comment-author-info {
            padding-left: 6.5rem;
        }

        .comment-meta {
            font-size: 0.8125rem;
            line-height: 1rem;
            margin-bottom: 1rem;
            color: #3d4356;
        }

        .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: 6.1875rem;
            overflow: hidden;
        }

        .comment .children > li::before {
            content: "";
            border-width: 0 0 1px 1px;
            border-style: solid;
            border-color: #ede9e5;
            width: 2.3125rem;
            height: 10091px;
            position: absolute;
            left: -3.9375rem;
            top: -10016px;
            border-radius: 5px;
        }

    /* ----------------------------------------
        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);
        }

/* ----------------------------------------
    3. Components
---------------------------------------- */

    /* ----------------------------------------
        Social icons
    ---------------------------------------- */

        .mad-social-icons {
            font-size: 1.25rem;
            line-height: 1;
            margin-top: -0.46875rem;
            margin-left: -0.46875rem;
            margin-right: -0.46875rem;
        }

        .mad-social-icons > li {
            display: inline-block;
            padding-top: 0.46875rem;
            padding-left: 0.46875rem;
            padding-right: 0.46875rem;
        }

        .mad-social-icons a {
            display: block;
            padding: 5px;
            background-image: none !important;
        }

        .mad-social-icons a:hover, .mad-social-icons a:focus {
            opacity: .7;
        }

        .mad-social-icons--huge {
            font-size: 1.875rem;
        }

        .mad-details-list .mad-social-icons {
            margin-top: 0.2rem;
        }

        .mad-share-caption:not(:last-child) {
            margin-bottom: 0.36rem;
        }

        .mad-share-buttons .mad-btn {
            margin-bottom: 4px;
            margin-right: 4px;
        }

        .mad-share-buttons .mad-btn:not(.mad-btn--link):not(.mad-btn--big):not(.mad-btn--huge):not(.mad-btn--xxl) {
            padding-top: 0.6rem;
            padding-bottom: 0.6rem;
            padding-left: 1.2rem;
            padding-right: 1.2rem;
        }

        .mad-share--inline .mad-share-caption {
            float: left;
            margin-top: 0.4rem;
            margin-right: 0.9rem;
            max-width: 50%;
        }

        .mad-share--inline .mad-share-buttons {
            overflow: hidden;
        }

    /* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

        .mad-dropcap > *:first-child:first-letter {
            font-size: 3rem;
            font-weight: 900;
            line-height: 1;
            display: block;
            float: left;
            margin-right: 1rem;
            margin-top: 0;
            color: #38a100;
        }

        .mad-dropcap--filled > *:first-child:first-letter {
            color: #111fad;
        }

        /* firefox only */
        @-moz-document url-prefix() {
            .mad-dropcap > *:first-child:first-letter {
                margin-top: 10px;
            }
        }

    /* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

        .mad-alert-boxes-example {
            margin-top: -0.5rem;
        }

        .mad-alert-box {
            padding-top: 0.5rem;
        }

        .mad-alert-box strong {
            font-weight: inherit;
        }

        .mad-alert-box-inner {
            position: relative;
            border-width: 1px;
            border-style: solid;
            padding-top: 1.4375rem;
            padding-bottom: 1.4375rem;
            padding-left: 4.875rem;
            padding-right: 3.8rem;
            text-align: initial;
            background-color: #fff;
            border-radius: 5px;
        }

        .mad-alert-box-inner::before {
            font-family: "Linearicons";
            font-size: 1.875rem;
            line-height: 1;
            position: absolute;
            left: 2rem;
            top: 1.5rem;
        }

        .mad-alert-box-close {
            position: absolute;
            color: transparent;
            font-size: 1.15rem;
            line-height: 1;
            display: block;
            width: 1.15rem;
            height: 1.15rem;
            right: 1.325rem;
            top: 50%;
            margin-top: -0.575rem;
            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: "Linearicons";
            content: '\e92a';
            color: #313131;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            margin-top: -0.575rem;
            color: #232831;
        }

        .mad-alert-box--success {
            color: #38a100;
        }

        .mad-alert-box--success .mad-alert-box-inner {
            border-color: #38a100;
        }

        .mad-alert-box--success .mad-alert-box-inner::before {
            content: "\e959";
        }

        .mad-alert-box--warning {
            color: #ed4d0c;
        }

        .mad-alert-box--warning .mad-alert-box-inner {
            border-color: #ed4d0c;
        }

        .mad-alert-box--warning .mad-alert-box-inner::before {
            content: "\e956";
        }

        .mad-alert-box--info {
            color: #111fad;
        }

        .mad-alert-box--info .mad-alert-box-inner {
            border-color: #111fad;
        }

        .mad-alert-box--info .mad-alert-box-inner::before {
            content: "\e965";
        }

        .mad-alert-box--error {
            color: #f70007;
        }

        .mad-alert-box--error .mad-alert-box-inner {
            border-color: #f70007;
        }

        .mad-alert-box--error .mad-alert-box-inner::before {
            content: "\e95a";
        }

        .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 {
            font-size: 1.25rem;
            color: #404bbd;
        }

        .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:not(:last-child) {
            margin-bottom: 7px;
        }

        .mad-list-title b {
            font-weight: 500;
        }

        /* ----------------------------------------
            Icon List
        ---------------------------------------- */

            .mad-list--icon > li,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
                padding-left: 2rem;
                position: relative;
            }

            .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: 1.5rem;
            }

            .mad-list--icon ul,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-icon-first) {
                padding-top: 0.5rem;
            }

            .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-list--icon > li b {
                color: #0f1b38;
            }

        /* ----------------------------------------
            Vertical list
        ---------------------------------------- */

            .vr-list > ul > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .vr-list li > i {
                width: 2.25rem;
                display: inline-block;
                vertical-align: middle;
                font-size: 1.25rem;
                transition: all .5s ease;
            }

            .vr-list.link-white-2 li:hover i {
                color: #38a100;
            }

        /* ----------------------------------------
            Horisontal list
        ---------------------------------------- */

            .hr-list ul {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                margin: 0 -1rem 0;
            }

            .hr-list li {
                margin: 0 1rem 0;
            }

            .hr-list.mad-soc-icons li,
            .hr-list.mad-soc-icons ul {
                margin: 0;
            }

            .hr-list.mad-soc-icons li:not(:last-child) {
                margin-right: 1.5rem;
            }

            .hr-list.mad-soc-icons li a > i {
                line-height: 2rem;
                font-size: 1.25rem;
            }

            .hr-list.mad-soc-icons li a:hover {
                color: #38a100;
            }

            .hr-list.mad-soc-icons.big-icons li:not(:last-child) {
                margin-right: 2rem;
            }

            .hr-list.mad-soc-icons.big-icons li a > i {
                font-size: 2rem;
            }

            .mad-soc-icons.white-icons li a:not(:hover) {
                color: #fff;
            }

            .hr-list.mad-links li {
                font-family: 'Hind', sans-serif;
            }

            .mad-soc-icons li a:not(:hover) {
                color: #9da2af;
                background: none!important;
            }

        .mad-property-list ul > li {
            display: flex;
            padding: 0.25rem 0 0.1875rem;
        }

        .mad-property-list ul > li:not(:last-child) {
            border-bottom: 1px solid #d8dbe1;
        }

        .mad-property-list ul > li > span:first-child {
            width: 65%;
            color: #848791;
        }

        .mad-property-list ul > li > span:last-child {
            color: #3d4356;
        }

    /* ----------------------------------------
        Dividers
    ---------------------------------------- */

        hr {
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: #eaeaea;
        }

        hr:not(:first-child) {
            margin-top: 1.51875rem;
        }

        hr:not(:last-child) {
            margin-bottom: 1.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: 'Noto Serif', serif;
            font-size: 1.5rem;
            line-height: 2.5rem;
            font-style: normal;
            font-weight: 400;
            padding: 2.25rem 2.4rem 2.25rem;
            color: #3d4356;
        }

        blockquote:not(.mad-blockquote--unstyled):not(:first-child) {
            margin-top: 1.7rem;
        }

        blockquote:not(.mad-blockquote--unstyled):not(:last-child) {
            margin-bottom: 1.7rem;
        }

        blockquote:not(.mad-blockquote--unstyled) cite {
            font-family: "Open Sans", sans-serif;
            font-size: 0.875rem;
            font-style: normal;
            line-height: 1.625;
            text-transform: uppercase;
            letter-spacing: 4.2px;
            color: #ececec;
            display: block;
            margin-top: 1.15rem;
            margin-bottom: 0.4rem;
        }

        blockquote:not(.mad-blockquote--unstyled).mad-blockquote--style-2 {
            border-style: solid;
            border-width: 0 0 0 3px;
            color: #313131;
            background-color: #f8f8f8;
        }

        blockquote:not(.mad-blockquote--unstyled).mad-blockquote--style-2 cite {
            color: #b1b1b1;
        }

        blockquote {
            position: relative;
        }

        blockquote:before {
            content: ' “ ';
            display: inline-block;
            font-size: 5.25rem;
            line-height: 2.5rem;
            vertical-align: middle;
            padding-right: 1rem;
            color: #38a100;
        }

    /* ----------------------------------------
        Buttons
    ---------------------------------------- */

        .btn {
            font-family: 'Hind', sans-serif;
            padding: 16px 2rem 16px;
            display: inline-block!important;
            font-size: 1rem;
            color: #232831;
            letter-spacing: 0.1px;
            font-weight: normal;
            text-align: center;
            line-height: 1rem;
            position: relative;
            white-space: nowrap;
            z-index: 1;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
            background: #e0e1e3;
        }

        .btn:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0.2;
            transition: all .5s ease;
            background: -moz-linear-gradient(left, rgba(248,247,245,1) 0%, rgba(248,247,245,1) 1%, rgba(248,247,245,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(248,247,245,1) 0%,rgba(248,247,245,1) 1%,rgba(248,247,245,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(248,247,245,1) 0%,rgba(248,247,245,1) 1%,rgba(248,247,245,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .btn:hover:before {
            width: 0;
        }

        .btn-small {
            font-size: 0.9375rem;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        .btn-big {
            font-size: 1.125rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }

        [class*="btn"] i {
            font-size: 1rem;
            display: inline-block;
            line-height: inherit;
        }

        .btn-small i {
            font-size: 1rem;
        }

        .btn-big i {
            font-size: 1rem;
        }

        [class*="btn"] i:first-child {
            margin-right: 0.5rem;
        }

        [class*="btn"] i:last-child {
            margin-left: 0.5rem;
        }

        [class*="btn"][class*="btn-style"] {
            color: #fff;
        }

        [class*="btn"].btn-style-2 {
            background: #38a100;
        }

        [class*="btn"].btn-style-3 {
            background: #2f3542;
        }

        [class*="btn"].btn-style-4 {
            background: #111fad;
        }

        [class*="btn"].btn-style-5 {
            background: #161f32;
        }

        .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: 56px;
            height: 56px;
            padding: 0;
            text-align: center;
            position: fixed;
            border-radius: 0.5rem;
            z-index: 103;
            right: 3%;
            top: 60%;
            color: #232831;
            background: #e0e1e3;
        }

        .mad-back-to-top .icon {
            font-size: 2rem;
            line-height: 3.5rem;
        }

        .mad-read-more {
            font-family: "Hind", sans-serif;
            display: inline-block;
            position: relative;
            line-height: 1rem;
            margin-right: 1.25rem;
        }

        .mad-read-more:after {
            content: 'keyboard_arrow_right';
            font-size: inherit;
            font-family: 'Material Icons';
            position: absolute;
            right: -1.375rem;
            top: 0;
        }

        a.mad-read-more {
            color: #111fad;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #111fad), to(#111fad));
            background-image: linear-gradient(to bottom, #111fad 100%, #111fad 100%);
        }

        .mad-read-more.type-2:after {
            content: 'keyboard_arrow_down';
        }

        .mad-read-more.size-2 {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .btns-set:not(:last-child) {
            margin-bottom: 1.875rem;
        }

        .btns-set {
            margin: -2rem -1rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btns-set > ul {
            width: 16.6666%;
            padding: 2rem 1rem 0;
        }

        .btns-set ul > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .btns-set .row > .col {
            flex-grow: 0;
        }

        .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;
        }

        .btn-set > * {
            margin: 0.5rem 0.25rem 0;;
        }

        .mad-share-btns {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: -0.25rem -0.125rem 0;
        }

        .mad-share-btns > a {
            padding: 0.3125rem 2rem;
            font-size: 0.9375rem;
            letter-spacing: 0.1px;
            color: #fff!important;
            border-radius: 8px;
            font-weight: 500;
            margin: 0.25rem 0.125rem 0;
            background-image: none!important;
        }

        .mad-share-btns > a i {
            font-size: 0.75rem;
            margin-right: 0.625rem!important;
            margin-left: 0!important;
            margin-top: 0.25rem;
            line-height: 25px;
        }

        .mad-share-btns > a i.icon {
            font-size: 0.875rem;
        }

        .mad-share-btns > span {
            margin-right: 1rem;
        }

        .mad-share-facebook {
            background: #3a5599;
        }

        .mad-share-twitter {
            background: #1f9de9;
        }

        .mad-share-pinterest {
            background: #e00b2b;
        }

        .mad-share-in {
            background: #2a8dc0;
        }

        .mad-share-email {
            background: #4caa19;
        }

        .toggle-section {
            display: none;
        }

        .mad-read-more.toggle-btn.toggled:after {
            content: 'keyboard_arrow_up';
        }

        .mad-read-more.toggle-btn span:before {
            content: 'More';
        }

        .mad-read-more.toggle-btn.toggled span:before {
            content: 'Less';
        }

    /* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

        .mad-panels-title > button {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 600;
            font-family: "Hind", serif;
            text-align: initial;
            display: block;
            width: 100%;
            position: relative;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            padding-left: 2rem;
            padding-right: 4.5rem;
            background-clip: padding-box;
            color: #333;
            position: relative;

            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        .mad-panels-title > button::after,
        .mad-panels-title > button::before {
            font-family: "Linearicons";
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1;
            position: absolute;
            right: 1.625rem;
            top: 50%;
            margin-top: -0.625rem;
            -webkit-transition-property: opacity;
                    transition-property: opacity;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .mad-panels-title > button::before {
            content: "\e936";
        }

        .mad-panels-title > button::after {
            content: "\e937";
            opacity: 0;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-panels-active.mad-panels-title > button::before {
            opacity: 0;
        }

        .mad-panels-active.mad-panels-title > button::after {
            opacity: 1;
        }

        .mad-panels .mad-panels-definition {
            padding-top: 0;
            padding-bottom: 2rem;
            padding-left: 2rem;
            padding-right: 2rem;
            overflow: hidden;
            border-radius: 0 0 10px 10px;
        }

        .mad-panels .mad-panels-definition p {
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-definition {
            background: #f5f6f7;
            margin-top: -0.5rem;
            margin-bottom: 0.5rem;
        }

        .mad-panels:not(.mad-panels--style-2) {
            border-bottom: none;
        }

        .mad-panels-definition:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
            border-bottom-color: transparent;
        }

        .mad-panels--style-2 .mad-panels-definition {
            padding-top: 0;
            border: none;
            overflow: hidden;
        }

        .mad-panels--style-2 .mad-panels-title:first-child > button {
            border-top: none;
        }

        .mad-panels--style-2 .mad-panels-title > button {
            border-width: 1px 0 0 0;
            border-color: #d8dbe1;
            border-style: solid;
            border-radius: 0!important;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title > button {
            background-color: transparent;
            border: none;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title:not(:first-child) > button {
            border-top: none;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title > button {
            color: #232831;
            background: #f5f6f7;
            border-radius: 10px;
        }

        .mad-panels .mad-panels-title.mad-panels-active > button {
            color: #38a100;
            border-radius: 10px 10px 0 0;
        }

        .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 {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-panels-title > button::before,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::after {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

        .mad-tabs:not(.mad-tabs--unstyled) {
            overflow: hidden;
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) {
            background: #f5f6f7;
            padding: 2rem;
            border-radius: 0.5rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav,
        .mad-menu-tab {
            font-weight: 600;
            font-family: "Hind", sans-serif;
            letter-spacing: 0.18px;
            font-size: 0;
            line-height: 0;

            -webkit-user-select: none;
               -moz-user-select: none;
                 -o-user-select: none;
                -ms-user-select: none;
                    user-select: none;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav > span,
        .mad-menu-tab > span {
            display: inline-block;
            vertical-align: top;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a,
        .mad-menu-tab a {
            color: #232831;
            display: block;
            padding-top: 24px;
            padding-right: 2rem;
            padding-bottom: 24px;
            padding-left: 2rem;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 600;
            font-family: "Hind", sans-serif;
            letter-spacing: -0.1px;

            -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 a {
            padding: 0;
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections):not(.mad-tabs--style-2) .mad-tabs-nav > span:not(:last-child) {
            margin-right: 4rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active > a,
        .mad-menu-tab .tab-active > a {
            color: #38a100;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 a::before,
        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 a::after,
        .mad-menu-tab a:after {
            border-color: #dadada;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav .mad-active > a:after,
        .mad-tabs .mad-menu-tab .tab-active > a:after {
            border-color: #38a100;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tab {
            padding-top: 1.5rem;
            padding-right: 2rem;
            padding-bottom: 0;
            padding-left: 2rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tab > p {
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-tabs:not(.mad-tabs--style-2) .mad-tab {
            padding: 0;
            padding-top: 1rem;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav,
        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav > span,
        .mad-menu-tab > span {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a,
        .mad-menu-tab a {
            position: relative;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a::before,
        .mad-menu-tab a:before {
            z-index: 1;
            left: -5000%;
            right: -5000%;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a::after,
        .mad-menu-tab a:after {
            z-index: 2;
            left: 0;
            right: 0;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled):not(.mad-iso-tabs) .mad-tabs-nav a::after,
        .mad-tabs--style-2:not(.mad-tabs--unstyled):not(.mad-iso-tabs) .mad-tabs-nav a::before,
        .mad-menu-tab a:before,
        .mad-menu-tab a:after {
            content: "";
            position: absolute;
            bottom: 0;
            border-style: solid;
            border-width: 1px 0 0 0;
            -webkit-transition-property: border;
                    transition-property: border;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-delay: inherit;
                    transition-delay: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .mad-tabs.mad-iso-tabs .mad-tabs-nav a::after,
        .mad-tabs.mad-iso-tabs .mad-tabs-nav a::before {
            display: none;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tab {
            padding-top: 1.5675rem;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav {
            float: left;
            width: 200px;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav > span {
            display: block;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--style-2) .mad-tabs-nav > span:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled),
        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-container {
            overflow: hidden;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tab {
            padding: 2rem;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab {
            padding: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a {
            padding-top: 24px;
            padding-bottom: 24px;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a::before {
            top: -5000%;
            bottom: -5000%;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a::after {
            top: 0;
            bottom: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a::before, .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a::after {
            left: auto;
            right: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a::after, .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a::before {
            border-width: 0 1px 0 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab img {
            margin-bottom: 1.5rem;
        }

        .mad-tabs.mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2).mad-iso-tabs {
            overflow: visible;
            padding: 0;
            background: none;
            position: relative;
        }

        .mad-tabs.mad-iso-tabs.mad-tabs:not(.mad-tabs--style-2) .mad-tab {
            padding-top: 0;
        }

        .mad-tabs.mad-iso-tabs.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            position: absolute;
            top: -56px;
            right: 0;
            z-index: 3;
        }

        .mad-tabs.mad-iso-tabs.mad-tabs.with-owl:not(.mad-tabs--unstyled) .mad-tabs-nav {
            right: 170px;
        }

        .mad-tabs.mad-iso-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections):not(.mad-tabs--style-2) .mad-tabs-nav > span:not(:last-child),
        .tabs.mad-iso-tabs .tabs-nav li:not(:last-child) {
            margin-right: 1.5rem;
        }

        .mad-tabs.mad-iso-tabs.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a,
        .tabs.mad-iso-tabs .tabs-nav a {
            font-family: 'Hind', sans-serif;
            color: #111fad;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: normal;
        }

        .mad-tabs.mad-iso-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active > a,
        .tabs.mad-iso-tabs .tabs-nav li.ui-state-active a {
            font-weight: 600;
            text-decoration: underline;
        }

        .tabs.mad-iso-tabs .tabs-nav {
            display: flex;
            flex-wrap: wrap;
            position: absolute;
            right: 0;
            top: 0;
        }

    /* ----------------------------------------
        Pagination
    ---------------------------------------- */

        .mad-pagination {
            display: flex;
            margin: 0 -0.25rem;
            margin-top: 3.5rem;
        }

        .mad-pagination > li {
            padding: 0 0.25rem;
            line-height: 1rem;
            text-align: center;
        }

        .mad-pagination > li > *:not(.mad-arrows) {
            font-family: 'Hind', sans-serif;
            font-weight: 500;
            color: #111fad!important;
            display: block!important;
            background-image: none!important;
            border-bottom: 2px solid transparent;
            min-width: 1.375rem;
        }

        .mad-pagination > li > a:not(.mad-arrows):hover,
        .mad-pagination > li > a:not(.mad-arrows).current {
            border-bottom-color: inherit;
        }

        .mad-pagination > li > .mad-arrows {
            padding: 0 1rem;
        }

        .mad-pagination > li > .mad-arrows .svg {
            width: 58px;
            height: 16px;
        }

        .mad-pagination > li > .prev .svg {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
        }

    /* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

        .mad-progress-bars-item:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-progress-bar {
            height: 4px;
            position: relative;
            background-color: #d2dccd;
        }

        .mad-progress-bar-title {
            font-size: 1.125rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            display: block;
            position: relative;
            padding-right: 6.25rem;
            color: #232831;
        }

        .mad-progress-bar-title::after {
            content: attr(data-value) attr(data-units);
            position: absolute;
            bottom: 0;
            right: 0;
            color: #38a100;
        }

        .mad-progress-bar-indicator {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            background: #38a100;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar {
            background-color: #d1d4ef;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-indicator {
            background: #111fad;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-title::after {
            color: #111fad;
        }

    /* ----------------------------------------
        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-counter {
            color: #5e6270;
            font-size: 0.875rem;
            line-height: 1rem;
        }

        .mad-counters:not(.style-2) .mad-counter:after {
            content: '';
            display: block;
            width: 32px;
            height: 3px;
            background: #38a100;
            margin: 1rem auto 0;
        }

        .mad-counter-count {
            font-family: "Hind", sans-serif;
            font-size: 3rem;
            line-height: 3rem;
            letter-spacing: 0.1px;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: bold;
            overflow: hidden;
            color: #0f1b38;
            margin-bottom: 0.1875rem;
        }

        .mad-counter-icon {
            line-height: 1;
        }

        .mad-counter-icon .svg {
            width: 64px;
            height: 64px;
        }

        .mad-counter-title {
            letter-spacing: 0.1px;
        }

        .mad-counters:not(.icon-top):not(.align-center) .mad-counter-inner {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
        }

        .mad-counters .mad-counter-icon {
            padding-right: 2rem;
            margin-top: 0;
        }

        .mad-counter .mad-counter-icon .svg path {
            fill: #46a712;
        }

        .mad-colorizer--scheme-light .mad-counter-count {
            color: #fff;
        }

        .mad-colorizer--scheme-light .mad-counter {
            color: #d8dbe1;
        }

    /* ----------------------------------------
        Tooltips
    ---------------------------------------- */

        [data-tooltip]:not(a) {
            color: #232831;
        }

        .monkeysan-tooltip-skin-mad {
            font-size: 0.8125rem;
            line-height: 1.125rem;
            font-weight: 400;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            border-radius: 5px;
            color: #d8dbe1;
            background-color: #111fad;
        }

        .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: #111fad 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 #111fad 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 #111fad 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 #111fad;
        }

    /* ----------------------------------------
        Team Members
    ---------------------------------------- */

        .mad-team {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-team .mad-team-member {
            position: relative;
            transition: all .5s ease;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4):not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) {
            margin: -2rem -1rem 0;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-col {
            width: 25%;
            padding: 2rem 1rem 0;
            transition: all .5s ease;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-col.active {
            width: 50%;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-team-member {
            display: flex;
            position: relative;
            overflow: hidden;
            border-radius: 0.5rem;
            transition: all .5s ease;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-team-member:after {
            content: '';
            position: absolute;
            bottom: 0;
            height: 3px;
            width: 100%;
            opacity: 0;
            background: #0f1b38;
            visibility: hidden;
            left: 0;
            right: 0;
            z-index: 3;
            border-bottom-left-radius: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            transition: all .5s ease;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-col.active .mad-team-member:after {
            opacity: 1;
            visibility: visible;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-col .mad-team-member > .mad-team-member-info {
            opacity: 0;
            visibility: hidden;
            width: 100%;
            margin-left: -100%;
            transition: all .5s ease;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-col .mad-team-member .mad-team-member-photo {
            width: 100%;
            max-width: 328px;
            position: relative;
            z-index: 2;
        }

        .mad-team:not(.style-2):not(.style-3):not(.style-4) .mad-col.active .mad-team-member .mad-team-member-info {
            opacity: 1;
            visibility: visible;
            margin-left: 0;
        }

        .mad-team:not(.style-3) .mad-team-member .mad-team-member-info {
            padding: 1.5rem 2rem;
            display: flex;
            align-items: center;
        }

        .mad-team:not(.style-3) .mad-team-member:hover,
        .mad-team:not(.style-3):not(.style-2) .mad-col.active .mad-team-member {
            -webkit-box-shadow: 0px 0px 30px 0px rgba(15, 26, 57, 0.1);
            -moz-box-shadow:    0px 0px 30px 0px rgba(15, 26, 57, 0.1);
            box-shadow:         0px 0px 30px 0px rgba(15, 26, 57, 0.1);
        }

        .mad-team:not(.style-3) .mad-team-member,
        .mad-team:not(.style-3) .mad-col.active .mad-team-member {
            background: #fff;
        }

        .mad-team:not(.style-2):not(.style-3) .mad-team-member-photo {
            display: block;
        }

        .mad-team-member-name {
            font-family: "Hind", sans-serif;
            font-weight: 600;
            font-style: normal;
        }

        .mad-team-member-name:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-member-stat {
            display: block;
            font-size: 0.8125rem;
            line-height: 1rem;
            color: #3d4356;
        }

        .mad-member-stat:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-team .mad-team-member .mad-info-block {
            font-size: 0.875rem;
            line-height: 1.5rem;
            color: #3d4356;
        }

        .mad-team .mad-team-member .mad-info-block:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-team .mad-team-member .mad-info-block li > i {
            font-size: 1.125rem;
            width: 1.5rem;
            line-height: 2rem;
            min-width: 1.5rem;
        }

        .mad-team .mad-team-member .vr-list > ul > li:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-soc-icons li a {
            background: none!important;
        }

        .mad-team .mad-team-member .mad-soc-icons li a i {
            font-size: 1.125rem;
        }

        .mad-team .mad-team-member .mad-soc-icons {
            margin-top: 0.5rem;
        }

        .mad-team .mad-team-member .mad-soc-icons li a:hover {
            color: #38a100;
        }

        .mad-team .mad-team-member .mad-info-block > ul > li {
            color: #3d4356;
        }

        /* Style 2 */

        .mad-team.style-2 .mad-team-member {
            border-bottom: 3px solid transparent;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .mad-team.style-2 .mad-team-member:hover {
            border-bottom-color: #0f1b38;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-team-member-info {
            background: #fff;
        }

        .mad-team.style-2 .mad-team-member {
            padding-bottom: 6.25rem;
            overflow: hidden;
            border-radius: 0.5rem;
        }

        .mad-team-member .mad-team-member-photo img {
            width: 100%;
        }

        .mad-team.style-2 .mad-team-member .vr-list > ul > li:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-team.style-2 .mad-team-member .mad-team-member-info {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            transition: all .5s ease;
            top: auto;
            opacity: 1;
            width: 100%;
            visibility: visible;
            display: block;
            transform: translateY(53%);
            border-radius: 0;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-team-member-info {
            transform: translateY(0);
        }

        /* Style 3 */

        .mad-team.style-3 {
            display: block;
        }

        .mad-team.style-3 .mad-col:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-team.style-3 .mad-col:nth-child(2n) .mad-team-member {
            flex-direction: row-reverse;
        }

        .mad-team.style-3 .mad-team-member {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-team.style-3 .mad-team-member img {
            width: 100%;
        }

        .mad-team.style-3 .mad-team-member > * {
            width: 50%;
        }

        .mad-team.style-3 .mad-team-member .mad-team-member-info {
            padding: 2rem 3rem;
        }

        .mad-team.style-3 .mad-col:only-child .mad-team-member .mad-team-member-info {
            padding-right: 0;
        }

        .mad-team.style-3 .mad-team-member .mad-member-stat {
            font-size: 0.875rem;
        }

        .mad-team.style-3 .mad-team-member .btn {
            margin-top: 0.5rem;
        }

        .mad-team.style-3 .mad-team-member .mad-info-block {
            font-size: 1rem;
            line-height: 2rem;
        }

        .mad-team.style-3.size-2 .mad-team-member .mad-team-member-info,
        .mad-team.style-3.size-2 .mad-team-member .mad-info-block {
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-team.style-3.size-2 .mad-team-member .mad-info-block li > i {
            line-height: 1.5rem;
        }

        .mad-team.style-3 .mad-team-member .mad-soc-icons li a > i {
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .mad-team.style-3.size-2 .mad-team-member .mad-read-more {
            font-size: 1rem;
        }

        /* Style 4 */

        .mad-team.style-4 .mad-team-member {
            display: flex;
            overflow: hidden;
            border-radius: 0.5rem;
            background: #fff;
            width: 100%;
        }

        aside .mad-team.style-4 .mad-team-member {
            background: none;
        }

        .mad-team.style-4:not([class*="item-col-"]) .mad-col {
            width: 100%;
        }

        .mad-team.style-4 .mad-team-member:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #3d4356;
            transition: all .5s ease;
            z-index: 5;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .mad-team.style-4 .mad-team-member:hover:after {
            width: 100%;
        }

        .mad-team.style-4 .mad-team-member .mad-team-member-info {
            position: relative;
            opacity: 1;
            visibility: visible;
            transform: none;
            display: block;
            width: 100%;
        }

        .mad-team.style-4 .mad-team-member .mad-team-member-name:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-team.style-4 .mad-team-member-photo {
            max-width: 270px;
            width: 100%;
        }

        .mad-team.style-4 .mad-team-member .vr-list > ul > li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        #main .mad-team.style-4 .mad-team-member-photo {
            max-width: 320px;
            width: 100%;
        }

    /* ----------------------------------------
        Tables
    ---------------------------------------- */

        .mad-table-wrap {
            border-radius: 5px;
            overflow: hidden;
            border-width: 1px;
            border-style: solid;
            border-color: #d8dbe1;
        }

        table {
            table-layout: fixed;
            border-collapse: collapse;
            background-color: #fff;
            width: 100%;
        }

        table:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        table + .mad-table-label {
            margin-top: -0.7rem;
        }

        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 tr:hover {
            background-color: #f5f6f7;
        }

        table td,
        table th {
            padding-top: 1.25rem;
            padding-right: 2rem;
            padding-bottom: 1.25rem;
            padding-left: 2rem;
        }

        table tr td {
            border-top: 1px solid #d8dbe1;
            color: #5e6270;
        }

        table th,
        table tfoot,
        table tfoot td {
            font-family: 'Hind', sans-serif;
            font-size: 1.25rem;
            font-weight: 600;
            color: #0f1b38;
        }

        table tfoot td,
        table tfoot th {
            color: #38a100;
        }

        .mad-table-label {
            display: block;
            color: #b1b1b1;
        }

        .mad-table-label:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        table tbody, table thead, table tfoot, table tr, table th, table td {
            border-color: inherit;
        }

        table.mad-table--vertical tbody tr:first-child td,
        table.mad-table--vertical tbody tr:first-child th {
            border-top: none;
        }

        table.mad-table--vertical tr th {
            border-top: 1px solid #d8dbe1;
        }

        .mad-table--responsive-xxxl {
            border-right-width: 0;
            border-bottom-width: 0;
            border-left-width: 0;
        }

        .mad-table--responsive-xxxl thead,
        .mad-table--responsive-xxxl th:empty,
        .mad-table--responsive-xxxl td:empty {
            display: none;
        }

        .mad-table--responsive-xxxl tr {
            border-bottom-width: 1px;
        }

        .mad-table--responsive-xxxl th, .mad-table--responsive-xxxl td {
            display: block;
            border-top-width: 0;
        }

        .mad-table--responsive-xxxl th[data-cell-title],
        .mad-table--responsive-xxxl td[data-cell-title] {
            position: relative;
            overflow: hidden;
            padding-left: 55%;
        }
        .mad-table--responsive-xxxl th[data-cell-title]::before,
        .mad-table--responsive-xxxl td[data-cell-title]::before {
            content: attr(data-cell-title);
            position: absolute;
            width: 50%;
            padding-top: inherit;
            padding-right: inherit;
            padding-bottom: inherit;
            padding-left: 1.5625rem;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            top: 0;
            left: 0;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .mad-table--responsive-xxxl th[data-cell-title]::after,
        .mad-table--responsive-xxxl td[data-cell-title]::after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 0;
            height: 100%;
            border-width: 0 1px 0 0;
            border-style: inherit;
            border-color: inherit;
        }

        .mad-table--responsive-xxxl > tr:last-child,
        .mad-table--responsive-xxxl > thead:last-child > tr:last-child,
        .mad-table--responsive-xxxl > tbody:last-child > tr:last-child,
        .mad-table--responsive-xxxl > tfoot:last-child > tr:last-child {
            border-bottom-width: 0;
        }

        table.mad-schools tr > th:first-child {
            width: 35%;
        }

        .mad-pricing-tables {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-pricing-table {
            position: relative;
            text-align: center;
            width: 100%;
            color: #3d4356;
            background: #f1f4f0;
            padding: 5.5rem 1rem;
            overflow: hidden;
            border-radius: 0.5rem;
        }

        .mad-pricing-table.mad-pt-selected {
            background: #fff;
            border: 2px solid #38a100;
            padding-top: 128px;
            padding-bottom: 128px;
        }

        .mad-pt-icon {
            display: block;
        }

        .mad-pt-icon:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-pt-icon .svg {
            width: 5rem;
            height: 5rem;
        }

        .mad-pt-icon .svg path {
            fill: #38a100;
        }

        .mad-pricing-table-title {
            font-size: 1.125rem;
            font-weight: 600;
            line-height: 1.5rem;
            color: #0f1b38;
        }

        .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-pricing-table-price {
            position: relative;
            font-family: 'Hind', sans-serif;
            font-size: 2.25rem;
            font-weight: bold;
            color: #38a100;
            padding-top: 0.5rem;
            line-height: 2.5rem;
            display: inline-block;
        }

        .mad-pricing-table-price:before {
            content: '$';
            display: inline-block;
            vertical-align: top;
            padding-right: 5px;
            top: 15px;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .mad-pricing-table-price span {
            font-size: 1.25rem;
        }

        .mad-pricing-table-text {
            padding: 2rem 0 3rem;
        }

        .pt-label {
            position: absolute;
            top: 6px;
            left: 6px;
            padding: 0 0.625rem;
            border-radius: 5px;
            letter-spacing: 0.3px;
            text-align: left;
            background: #38a100;
            color: #fff;
            font-size: 0.6875rem;
            line-height: 1.5rem;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .mad-pricing-tables.style-2 {
            display: block;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table {
            background: #fff;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-content {
            display: flex;
            justify-content: space-between;
            text-align: left;
            align-items: center;
            font-size: 0.875rem;
            line-height: 21px;
            margin: -1.875rem -0.9375rem 0;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-content > * {
            margin: 1.875rem 0.9375rem 0;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-price {
            min-width: 200px;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pt-title {
            text-align: left;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-price {
            padding: 0;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pt-period {
            padding-left: 0.875rem;
        }

        .mad-history-table tr td a.link-color-3 {
            font-family: 'Hind', sans-serif;
            font-size: 0.875rem;
            font-weight: 500;
        }

    /* ----------------------------------------
        Banners
    ---------------------------------------- */

        .mad-banners {
            overflow: hidden;
        }

    /* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

        .mad-icon-boxes {
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }

        .mad-icon-boxes:not(.style-3):before {
            content: "";
            position: absolute;
            top: 0;
            right: 1px;
            left: -2000px;
            height: 0.1875rem;
            background: #38a100;
        }

        .mad-icon-boxes .mad-icon-box {
            padding: 7rem 3.5rem;
            color: #5e6270;
            height: 100%;
            text-align: center;
            border-radius: 0 0 8px 8px;
            transition: all .5s ease;
            border-bottom: 3px solid transparent;
        }

        .mad-icon-boxes .mad-icon-box p {
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-icon-box .mad-icon-box-icon {
            display: block;
        }

        .mad-icon-boxes:not(.style-2):not(.style-3) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-icon-boxes:not(.style-2):not(.style-3) .mad-icon-box .mad-icon-box-icon .svg {
            width: auto;
            height: 4rem;
            display: block;
            margin: 0 auto;
        }

        .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #3ba204;
        }

        .mad-icon-boxes .mad-icon-box .mad-icon-box-title,
        .mad-icon-box .mad-icon-box-icon .svg path {
            transition: all .5s ease;
        }

        .mad-icon-boxes .mad-icon-box .mad-icon-box-title {
            font-weight: 600;
        }

        .mad-icon-boxes:not(.style-2):not(.style-3) .mad-icon-box:hover {
            background: #58b029;
            color: #f5f6f7;
            border-bottom-color: #2d7a04;
        }

        .mad-icon-boxes:not(.style-2):not(.style-3) .mad-icon-box:hover .svg path {
            fill: #dceed2;
        }

        .mad-icon-boxes:not(.style-2):not(.style-3) .mad-icon-box:hover .mad-icon-box-title {
            color: #fff;
        }

        .mad-icon-boxes:not(.style-2):not(.style-3) .mad-icon-box:hover .mad-read-more {
            color: #fff;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        /* Style 2 */

        .mad-icon-boxes.style-2:before {
            height: 100%;
            background: #38a100;
            border-radius: 0 8px 8px 0;
            z-index: -1;
        }

        .mad-icon-boxes.style-2:not(.mad-newsletter-wrap):after {
            content: '';
            position: absolute;
            right: 100%;
            top: 0;
            bottom: 0;
            width: 40px;
            opacity: 0.07;
            background: -moz-linear-gradient(left, rgba(6,10,17,0.07) 0%, rgba(6,10,17,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(6,10,17,0.07) 0%,rgba(6,10,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(6,10,17,0.07) 0%,rgba(6,10,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-icon-boxes.style-2 .mad-icon-box {
            color: #f5f6f7;
            border-bottom-color: #368205;
            border-top: 3px solid #86c663;
            position: relative;
            padding: 2.5rem 3rem;
            background: #46a812;
            border-radius: 0;
            overflow: hidden;
            text-align: left;
            z-index: 1;
        }

        .mad-icon-boxes.style-2 .mad-col:last-child .mad-icon-box {
            border-radius: 0 8px 8px 0;
        }

        .mad-icon-boxes.style-2 .mad-icon-box:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.15;
            background: rgb(0,0,0); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(0,0,0,1) 0% 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(255,255,255,1), rgba(0,0,0,1)) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-title,
        .mad-icon-boxes.style-2 .mad-icon-box .mad-read-more {
            color: #fff;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-read-more {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon {
            position: absolute;
            left: 49%;
            top: 1.875rem;
            z-index: -1;
            transition: all .5s ease;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon .svg {
            height: 19.0625rem;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #319001;
        }

        .mad-icon-boxes.style-2 .mad-icon-box:hover .mad-icon-box-icon {
            left: 76%;
        }

        .mad-icon-boxes.style-2 .mad-icon-box p,
        .mad-icon-boxes.style-2 .mad-icon-box .mad-read-more {
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
            transition-delay: .3s;
        }

        .mad-icon-boxes.style-2 .mad-icon-box:hover p,
        .mad-icon-boxes.style-2 .mad-icon-box:hover .mad-read-more {
            opacity: 1;
            visibility: visible;
        }

        /* Style 3 */

        .mad-icon-boxes.style-3 .mad-icon-box {
            padding: 0;
            display: flex;
            text-align: left;
        }

        .mad-icon-boxes.style-3 .mad-icon-box .mad-icon-box-icon {
            min-width: 5.25rem;
        }

        .mad-icon-boxes.style-3 .mad-icon-box .mad-icon-box-icon .svg {
            height: 3rem;
        }

        .mad-icon-boxes.mad-newsletter-wrap.style-2 .mad-icon-box:before,
        .mad-icon-boxes.mad-newsletter-wrap.style-2:before {
            display: none;
        }

        .mad-icon-boxes.mad-newsletter-wrap.style-2 .mad-icon-box {
            border-radius: 0.5rem;
            width: 100%;
        }

        .mad-icon-boxes.mad-newsletter-wrap.style-2 .mad-icon-box:not(:hover) .mad-icon-box-icon {
            left: 60%;
        }

        .mad-icon-boxes.mad-newsletter-wrap.style-2 .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #67b63e;
        }

        .mad-icon-boxes.mad-newsletter-wrap.style-2 .mad-icon-box p {
            opacity: 1;
            visibility: visible;
        }

        .mad-icon-boxes.mad-newsletter-wrap .mad-icon-box p {
            font-size: 1rem;
            line-height: 1.5rem;
        }

    /* ----------------------------------------
        Image boxes
    ---------------------------------------- */

        .mad-image-boxes {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box {
            position: relative;
            height: 30rem;
            border-radius: 8px;
            overflow: hidden;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box:after {
            content: '';
            position: absolute;
            bottom: 0;
            height: 3px;
            left: 0;
            width: 0;
            background: #38a100;
            transition: all .5s ease;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box .mad-image-box-media {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background-size: cover;
            transition: all .5s ease;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box .mad-image-box-media:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            opacity: 0.5;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box .image-box-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 2rem;
            text-align: center;
            transform: translateY(62%);
            transition: all .5s ease;
        }

        .mad-image-box .mad-image-box-cat {
            font-size: 13px;
            line-height: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            color: #3d4356;
            display: block;
        }

        .mad-image-box .mad-image-box-cat:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box {
            color: #f5f6f7;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box .mad-image-box-cat,
        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box .mad-image-box-title .mad-link {
            color: #fff;
        }

        .mad-image-boxes .mad-image-box .mad-image-box-title {
            font-weight: 600;
        }

        .mad-image-boxes:not(.style-2) .mad-image-box .mad-image-box-title .mad-link {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        .mad-image-boxes .mad-image-box .mad-image-box-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-image-boxes .mad-image-box p + .btn {
            margin-top: 0.5rem;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box:hover .mad-image-box-media {
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box:hover .image-box-content {
            transform: translateY(50%);
            bottom: 50%;
        }

        .mad-image-boxes:not(.style-2):not(.style-3) .mad-image-box:hover:after {
            width: 100%;
        }

        /* Style 2 */

        .mad-image-boxes.style-2 .mad-image-box {
            text-align: center;
        }

        .mad-image-boxes.style-2 .mad-image-box .image-box-content {
            padding: 2rem 2rem 0;
        }

        .mad-image-boxes.style-2 .mad-image-box .mad-image-box-title .mad-link,
        .mad-image-boxes.style-3 .mad-image-box .mad-image-box-title .mad-link {
            color: #0f1b38;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #0f1b38), to(#0f1b38));
            background-image: linear-gradient(to bottom, #0f1b38 100%, #0f1b38 100%);
        }

        /* Style 3 */

        .mad-image-boxes.style-3 .mad-image-box {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 128px 0;
        }

        .mad-image-boxes.style-3 .mad-image-box > * {
            width: 50%;
        }

        .mad-image-boxes.style-3 .mad-col:nth-child(2n) .mad-image-box {
            flex-direction: row-reverse;
        }

        .mad-image-boxes.style-3 .mad-image-box .image-box-content {
            padding: 1.5rem 9.5rem;
            padding-right: 6.25rem;
        }

        .mad-image-boxes.style-3 .mad-image-box {
            position: relative;
        }

        .mad-image-boxes.style-3 .mad-image-box:before {
            content: '';
            position: absolute;
            right: 75%;
            top: 0;
            bottom: 0;
            left: -2000px;
            background: #f5f6f7;
            border-radius: 0 8px 8px 0;
            z-index: -1;
        }

        .mad-image-boxes.style-3 .mad-image-box .mad-image-box-title {
            font-weight: bold;
        }

        .mad-image-boxes.style-3 .mad-col:nth-child(2n) .mad-image-box:before {
            left: 75%;
            right: -2000px;
            border-radius: 8px 0 0 8px;
        }

    /* ----------------------------------------
        Entities
    ---------------------------------------- */

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-entities .mad-entity:not(:last-child),
        .mad-entities:not([class*="item-col-"]) .mad-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities.mad-entity-hr .mad-entity {
            background: #fff;
        }

        .mad-entities .mad-entity {
            position: relative;
            border-radius: 0.5rem;
            overflow: hidden;
            transition: all .5s ease;
        }

        .mad-entities:not(.mad-entities-type-2) .mad-entity .mad-entity-content {
            background: #fff;
        }

        .mad-entities .mad-entity:hover {
            -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-entities .mad-entity:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #0f1b38;
            transition: all .5s ease;
            z-index: 2;
        }

        .mad-entities .mad-entity:hover:after {
            width: 100%;
        }

        .mad-entity .mad-entity-content {
            padding: 1.5rem;
        }

        .mad-entities .mad-entity:not(.mad-entity-big) .mad-entity-body,
        .mad-entities.mad-entity-hr .mad-entity:not(.mad-entity-big) .mad-adress {
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-entity.mad-entity-big .mad-entity-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mad-entity-header + .mad-entity-body,
        .mad-entity-header + .mad-entity-footer {
            margin-top: -1rem;
        }

        .mad-entities.mad-entity-hr.mad-entities-type-2 .mad-entity .mad-entity-header {
            display: inline-flex;
            flex-direction: column-reverse;
        }

        .mad-entity-header:not(:last-child),
        .mad-entity-body:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-entities.mad-entity-hr .mad-entity:not(.mad-entity-big) .mad-adress:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-entity-meta {
            color: #3d4356;
            font-size: 0.8125rem;
            line-height: 1rem;
        }

        .mad-entity-meta:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity-meta > * {
            display: inline;
            vertical-align: baseline;
        }

        .mad-entity .mad-entity-media .mad-testimonials.with-bg.style-2 .mad-testimonial {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .mad-entity-meta > *:not(:last-child)::after {
            content: "/";
            padding-left: 0.3125rem;
        }

        .mad-entity-title {
            font-weight: 600;
        }

        h3.mad-entity-title {
            font-weight: 700;
        }

        h3.mad-entity-title .mad-link {
            background-position: 0% 40px!important;
        }

        h4.mad-entity-title .mad-link {
            background-position: 0% 32px!important;
        }

        .mad-entity-content .mad-entity-cat {
            font-size: 0.8125rem;
            line-height: 1rem;
            letter-spacing: 0.3px;
            display: inline-block;
            text-transform: uppercase;
        }

        .mad-entity-content .mad-entity-cat {
            color: #111fad;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #111fad), to(#111fad));
            background-image: linear-gradient(to bottom, #111fad 100%, #111fad 100%);
        }

        .mad-entity-cat:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity-media .owl-carousel.owl-carousel--nav-edges .owl-nav .owl-prev {
            left: 1.5rem;
        }

        .mad-entity-media .owl-carousel.owl-carousel--nav-edges .owl-nav .owl-next {
            right: 1.5rem;
        }

        .mad-entity-footer > .mad-btn:not(:only-child),
        .mad-entity-footer > .mad-icon-btn:not(:only-child) {
            margin-right: 3px;
            margin-bottom: 3px;
        }

        .mad-entity-extra-actions > .mad-icon-btn {
            margin-right: 0.75rem;
        }

        .mad-csstransforms3d .mad-entity-media {
            display: block;
            overflow: hidden;
        }

        .mad-csstransforms3d .mad-entity-media img {
            -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition:         transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-csstransforms3d .mad-entity--format-image:hover .mad-entity-media img {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
                    transform: scale3d(1.05, 1.05, 1.05);
        }

        .mad-entity-single:not(.mad-entity--post) .mad-entity-media:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        .mad-entity-single:not(.mad-entity--post) .mad-entity-content:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entity.mad-event--text {
            padding-top: 7.8rem;
            padding-right: 3rem;
            padding-bottom: 7.8rem;
            padding-left: 3rem;
        }

        .mad-entity.mad-event--text .mad-entity-media {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        .mad-entity.mad-event--text .mad-entity-content {
            position: relative;
            z-index: 2;
        }

        .mad-entity.mad-event--text .mad-section-title:not(:last-child) {
            margin-bottom: 1.6rem;
        }

        .mad-entity.mad-event--text .mad-entity-meta {
            font-size: 0.8125rem;
            line-height: 1.26rem;
            text-transform: uppercase;
            letter-spacing: 1.3px;
        }

        .mad-entity.mad-event--text .mad-entity-meta:not(:last-child) {
            margin-bottom: 2.3rem;
        }

        .mad-entity .mad-entity-media {
            position: relative;
        }

        .mad-entity .mad-entity-media img {
            width: 100%;
            height: 228px;
            object-fit:cover;
        }

        .mad-entities[class*="item-col-"] .mad-entity .mad-entity-media .owl-item img {
            max-width: 448px;
        }

        .mad-fav {
            position: absolute;
            right: 1rem;
            top: 1rem;
            color: #fff;
            font-size: 1.125rem;
            z-index: 1;
        }

        .mad-fav i {
            text-shadow: 0 0 3px rgba(0,0,0,0.5);
        }

        .mad-fav {
            -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);
        }

        .mad-csstransforms3d .mad-fav:hover {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
                    transform: scale3d(1.05, 1.05, 1.05);
        }

        .mad-entity-media .mad-label {
            position: absolute;
            top: 1rem;
            left: 1rem;
            display: flex;
            border-radius: 0.25rem;
            overflow: hidden;
            z-index: 1;
        }

        .mad-entity-media .mad-label > span {
            font-size: 0.6875rem;
            line-height: 1.5rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .mad-entity-media .mad-label > .mad-new {
            background: rgba(56,161,0,0.8);
        }

        .mad-entity-media .mad-label > .mad-open {
            background: rgba(17,31,173,0.8);
        }

        .mad-entity-media .mad-label > .mad-fee {
            background: rgba(15,27,56,0.8);
        }

        .mad-entity .mad-entity-type {
            font-size: 0.8125rem;
            line-height: 1rem;
            color: #3d4356;
            display: table;
        }

        .mad-adress {
            color: #848791;
        }

        .mad-entity .mad-entity-type:not(:last-child),
        .mad-entities.mad-entity-hr.mad-entities-type-2 .mad-entity .mad-entity-type:not(:first-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity .mad-entity-price {
            color: #232831;
            font-weight: bold;
            font-family: 'Hind', sans-serif;
            font-size: 1.5rem;
            line-height: 2rem;
        }

        .mad-entity .mad-entity-stat {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: -0.5rem;
        }

        .mad-entity .mad-entity-stat > * {
            display: inline-block;
            color: #3d4356;
            padding-bottom: 0.5rem;
        }

        .mad-entity .mad-entity-stat > *:not(:last-child) {
            margin-right: 1rem;
        }

        .mad-entity .mad-entity-stat > * i {
            font-size: 0.875rem;
            color: #9da2af;
            line-height: 1.5rem;
            display: inline-block;
            margin-right: 0.3125rem;
        }

        .mad-entities.mad-entities-type-2 .mad-entity {
            position: relative;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1rem;
            color: #fff;
            z-index: 3;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-adress {
            color: #fff;
        }

        .mad-entities.mad-entities-type-2 .mad-entity .mad-entity-media a:not(.mad-fav) {
            position: relative;
            display: block;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-media a:not(.mad-fav):before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: -moz-linear-gradient(top, rgba(15,27,26,0) 0%, rgba(15,27,26,1) 100%);
            background: -webkit-linear-gradient(top, rgba(15,27,26,0) 0%,rgba(15,27,26,1) 100%);
            background: linear-gradient(to bottom, rgba(15,27,26,0) 0%,rgba(15,27,26,1) 100%);
            opacity: 0.7;
            z-index: 1;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-header,
        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 0;
            justify-content: space-between;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-header > *,
        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-footer > * {
            margin: 0;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-footer,
        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-stat {
            font-size: 0.8125rem;
            line-height: 1rem;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-stat span > span {
            font-size: 0.6875rem;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-content .mad-entity-stat {
            text-align: right;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-stat > *,
        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-type,
        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-price {
            color: #fff;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-type,
        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-price {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity:after {
            background: #38a100;
        }

        .mad-entities.mad-entities-type-2.mad-entity-hr .mad-entity .mad-entity-stat > span br {
            display: none;
        }

        .mad-entities.mad-entities-type-2:not(.mad-entity-hr) .mad-entity .mad-entity-stat > span i {
            display: none;
        }

        .mad-entity.single-style {
            box-shadow: none!important;
            overflow: visible;
            background: transparent;
        }

        .mad-entity.single-style .mad-entity-content {
            padding: 0;
            background: none!important;
        }

        .mad-entity.single-style .mad-entity-stat {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-entity.single-style .mad-entity-stat:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entity.single-style:after {
            display: none;
        }

        .mad-entity.single-style .mad-entity-title:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .mad-entities .mad-entity.single-style .mad-entity-body {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .with-bg-element.style-2 .mad-entity {
            color: #9da2af;
        }

        .with-bg-element.style-2 .mad-entity .mad-entity-title,
        .with-bg-element.style-2 .mad-entity .mad-entity-stat > * {
            color: #fff;
        }

        .with-bg-element.style-2 .mad-entity .mad-entity-price {
            color: #38a100;
            display: table;
            font-size: 1.875rem;
        }

        .with-bg-element.style-2 .mad-entity .mad-entity-title {
            display: table;
            font-family: "hind", sans-serif;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 600;
        }

        .with-bg-element.style-2 .mad-entity .mad-entity-title {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        .with-bg-element.style-2 .mad-entity .mad-entity-price {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #38a100), to(#38a100));
            background-image: linear-gradient(to bottom, #38a100 100%, #38a100 100%);
        }

        .with-bg-element.style-2 .mad-entity-header + .mad-entity-body {
            margin-top: 0;
        }

        .with-bg-element.style-2 .mad-entity .mad-entity-footer {
            display: block;
        }

        .with-bg-element.style-2 .mad-entity .mad-entity-body:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .with-bg-element.style-2 .mad-entity.single-style .mad-entity-stat:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-entities.single-entity .mad-entity {
            background: none;
            overflow: visible;
            border-radius: 0;
        }

        .mad-entities.single-entity .mad-entity:hover {
            box-shadow: none;
        }

        .mad-entities.single-entity .mad-entity:hover:after {
            display: none;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-meta {
            font-size: 0.875rem;
        }

        .mad-entities.single-entity .mad-entity-media {
            border-radius: 0.5rem;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-content {
            padding: 0;
            background: none;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-body {
            font-size: 1rem;
            line-height: 2rem;
        }

        .mad-entities.single-entity .mad-entity .mad-breadcrumb-path:not(:last-child) {
            margin-bottom: 8px;
        }

        .mad-entities.single-entity .mad-entity .mad-testimonials {
            float: left;
            max-width: 482px;
            margin-right: 2rem;
            margin-bottom: 1.5rem;
        }

        /* ----------------------------------------
            Style Horisontal
        ---------------------------------------- */

        .mad-entities.mad-entity-hr > .mad-col {
            display: block;
            width: 100%!important;
        }

        .mad-entities.mad-entity-hr .mad-entity-media,
        .mad-entity.mad-entity-hr .mad-entity-media {
            width: 100%;
            max-width: 450px;
        }

        .mad-entities.mad-entity-hr .mad-entity,
        .mad-entities .mad-entity.mad-entity-hr {
            display: flex;
        }

        .mad-entities.mad-entity-hr .mad-entity > *,
        .mad-entities .mad-entity.mad-entity-hr > * {
            width: 100%;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-content,
        .mad-entities .mad-entity.mad-entity-hr .mad-entity-content {
            padding-top: 1.25rem;
            padding-bottom: 1.625rem;
            padding-right: 1.25rem;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-adress br {
            display: none;
        }

        .full-width #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content {
            padding-top: 2rem;
            padding-bottom: 6rem;
            position: relative;
        }

        #product-holder.mad-entities .mad-entity .mad-entity-content .mad-prop {
            display: none;
            align-items: center;
            justify-content: space-between;
        }

        #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-prop {
            position: absolute;
            bottom: 2rem;
            left: 2rem;
            right: 2rem;
            font-size: 0.875rem;
            line-height: 1.5rem;
            color: #232831;
            display: flex;
        }

        .mad-entity .mad-entity-content .mad-prop .btn.btn-small i {
            font-size: 0.75rem;
        }

        #product-holder.mad-entities .mad-entity .mad-entity-content .mad-entity-text {
            display: none;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        #main #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-entity-footer {
            display: flex;
            justify-content: space-between;
        }

        #main #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-entity-footer > .mad-entity-text {
            padding-right: 48px;
        }

        #main #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-entity-footer > .mad-entity-stat {
            min-width: 180px;
        }

        #main #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-entity-text {
            display: flex;
            justify-content: space-between;
        }

        #main #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-adress {
            position: absolute;
            top: 1rem;
            right: 2rem;
            max-width: 168px;
        }

        #main product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-content .mad-entity-footer {
            margin-top: -1rem;
        }

        /* #main #product-holder.mad-entities.mad-entity-hr > .mad-col:not(:nth-child(-n+6)) {
            display: none;
        }*/

        #product-holder.mad-entities.mad-entity-hr .mad-entity .mad-entity-media img {
            max-height: 18rem;
        }

        .mad-entities.mad-small-gap .mad-entity-media {
            max-width: 96px;
        }

        .mad-entities.mad-small-gap .mad-entity .mad-entity-content {
            padding: 1rem;
        }

        .mad-entities.mad-small-gap .mad-entity .mad-title {
            font-size: 1rem;
            line-height: 1rem;
        }

        .mad-entities.mad-small-gap .mad-entity .mad-entity-type:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .mad-entities.mad-small-gap .mad-entity .mad-title a {
            background: none;
        }

        .mad-entities.mad-small-gap .mad-entity .mad-title a:hover {
            text-decoration: underline;
        }

        .mad-entities.mad-small-gap > *:not([class*="item-col-"]):not(:last-child) {
            margin-bottom: 1rem;
        }

    /* ----------------------------------------
        Carousels
    ---------------------------------------- */

        .owl-carousel.with-nav .owl-nav {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .owl-carousel .owl-nav > button .svg {
            width: 58px;
            height: 1rem;
        }

        .owl-carousel:not(.carousel-style-2) .owl-nav > button {
            position: absolute;
        }

        .owl-carousel:not(.carousel-style-2) .owl-nav .owl-prev {
            left: 0;
        }

        .owl-carousel:not(.carousel-style-2) .owl-nav .owl-next {
            right: 0;
        }

        .owl-carousel .owl-nav > button .svg > * {
            fill: #232831;
        }

        /* .owl-carousel .owl-nav > button:hover .svg > * {
            fill: #111fad;
        } */

        .owl-carousel .owl-nav > .owl-prev .svg {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
        }

        .mad-testimonials .owl-carousel.with-nav {
            padding: 0 7.5rem;
        }

        .owl-carousel.carousel-style-2 .owl-stage-outer,
        .owl-carousel.no-hidden .owl-stage-outer,
        .owl-carousel.full-scr .owl-stage-outer {
            overflow: visible;
        }

        .owl-carousel.hidden .owl-stage-outer {
            overflow: hidden;
        }

        .owl-carousel.no-hidden {
            padding: 0 7.5rem;
        }

        .owl-carousel.no-hidden.single-carousel .owl-stage-outer {
            overflow: hidden;
        }

        .owl-carousel.no-hidden.single-carousel .owl-item {
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .owl-carousel.carousel-style-2.with-nav > .owl-nav {
            top: -2.8125rem;
            right: 0;
            left: auto;
            justify-content: inherit;
        }

        .owl-carousel.carousel-style-2.with-nav > .owl-nav {
            margin: 0 -0.75rem;
        }

        .owl-carousel.carousel-style-2.with-nav > .owl-nav > button {
            padding: 0 0.75rem!important;
        }

        .owl-carousel.carousel-style-2 .owl-item:not(.active),
        .owl-carousel.no-hidden .owl-item:not(.active) {
            opacity: 0.5;
        }

        .owl-carousel.with-nav-2 {
            position: relative;
        }

        .owl-carousel.with-nav-2 .owl-nav > button {
            width: 35px;
            height: 35px;
            background: #ebedf0;
            padding: 0!important;
            border-radius: 50%;
        }

        .owl-carousel.with-nav-2 .owl-nav > button .svg {
            display: none;
        }

        .owl-carousel.with-nav-2 .owl-nav > button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-family: 'Material Icons';
            font-size: 1.125rem;
            color: #000;
            opacity: 0.7;
            transition: all .5s ease;
        }

        .owl-carousel.with-nav-2 .owl-nav > .owl-next {
            right: 16px;
        }

        .owl-carousel.with-nav-2 .owl-nav > .owl-prev {
            left: 16px;
        }

        .owl-carousel.with-nav-2 .owl-nav > button:hover {
            opacity: 1;
        }

        .owl-carousel.with-nav-2 .owl-nav > .owl-next:before {
            content: 'keyboard_arrow_right';
        }

        .owl-carousel.with-nav-2 .owl-nav > .owl-prev:before {
            content: 'keyboard_arrow_left';
        }

        .owl-carousel.with-nav.type-2 .owl-nav {
            top: auto;
            left: auto;
            right: 2rem;
            bottom: 1rem;
            transform: none;
            display: flex;
            margin: 0 -0.75rem;
        }

        .owl-carousel.with-nav.type-2 .owl-nav > * {
            position: relative;
            margin: 0 0.75rem;
        }

        .owl-carousel.with-nav.type-2 .owl-nav > button .svg > * {
            fill: #fff;
        }

        .with-owl-dots {
            border-bottom: 2rem solid transparent;
        }

        .with-owl-dots.mad-entities .mad-entity,
        .mad-csstransforms3d .with-owl-dots .mad-entity-media {
            overflow: visible;
        }

        .with-owl-dots .mad-entity-media a {
            border-radius: 8px;
            overflow: hidden;
        }

        .mad-entities.with-owl-dots .mad-entity:after {
            display: none;
        }

        .with-owl-dots .owl-carousel .owl-dots {
            position: absolute;
            top: 100%;
            left: 0;
            margin-top: 1.125rem;
            display: flex;
        }

        .with-owl-dots .owl-carousel .owl-dots > * {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #9da2af;
        }

        .with-owl-dots .owl-carousel .owl-dots > *:not(:last-child) {
            margin-right: 14px;
        }

        .with-owl-dots .owl-carousel .owl-dots > .owl-dot.active {
            background: #111fad;
        }

        .mad-zoom {
            position: absolute;
            top: 32px;
            right: 32px;
            z-index: 2;
        }

        .mad-tabbed-carousel {
            position: relative;
        }

        .mad-tabbed-carousel .mad-tabbed-bottom {
            margin-top: 0.5rem;
        }

        .mad-tabbed-carousel .full-scr + .mad-tabbed-items {
            position: absolute;
            bottom: 2rem;
            left: 2rem;
            z-index: 2;
            height: auto;
        }

        .mad-tabbed-carousel .full-scr + .mad-tabbed-items .btn {
            width: 48px;
            height: 48px;
            text-align: center;
            padding: 0;
        }

        .mad-tabbed-carousel .full-scr + .mad-tabbed-items .btn i {
            margin-bottom: 0!important;
            line-height: 3rem;
        }

        .mad-tabbed-bottom,
        .mad-tabbed-items {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -0.25rem;
        }

        .mad-tabbed-bottom > .mad-col {
            padding: 0 0.25rem;
        }

        .mad-tabbed-bottom > .mad-col:first-child {
            width: 65%;
        }

        .mad-tabbed-bottom > .mad-col:last-child {
            width: 35%;
        }

        .mad-tabbed-bottom.full-width-carousel > .mad-col:first-child {
            width: 74.9%;
        }

        .mad-tabbed-bottom.full-width-carousel > .mad-col:last-child {
            width: 25.1%;
        }

        .mad-tabbed-bottom .owl-carousel .owl-item {
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .mad-tabbed-items {
            height: 100%;
        }

        .mad-tabbed-items > * {
            margin: 0 0.25rem;
            background: #404651;
            color: #fff;
            border-radius: 8px;
            padding: 1.25rem 0.5rem;
            text-align: center;
            line-height: 1rem;
            white-space: normal;
            flex: auto;
            display: flex!important;
            justify-content: center;
            align-items: center;
            max-width: calc(33.3333% - 8px);
        }

        .mad-tabbed-items > [class*="btn"] i:first-child {
            margin: 0;
        }

        .mad-tabbed-items > * i {
            display: block;
            margin: 0 auto;
            font-size: 14px;
            margin-bottom: 1rem!important;
        }

    /* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

        .mad-cta .mad-cta-title:not(.title-def) {
            font-size: 2.625rem;
            line-height: 3rem;
        }

        .mad-cta-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-cta-elements {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

        .mad-cta-element .mad-cta-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-cta p + .btn {
            margin-top: 0.5rem;
        }

    /* ----------------------------------------
        Rating
    ---------------------------------------- */

        .mad-rating {
            white-space: nowrap;
            margin-left: 0;
            margin-right: 0;
        }

        .mad-rating + span {
            margin-left: 4px;
        }

        .mad-rating i {
            color: #9da2af;
            font-size: 20px;
            line-height: 1;
        }

        .mad-rating i.active {
            color: #ed4d0c;
        }

        .mad-rating-top-level > *,
        .mad-rating-bottom-level > * {
            margin-left: 0;
            margin-right: 0;
        }

        .mad-rating.size-2 i {
            font-size: 1.5rem;
            line-height: 1.5rem;
        }

        .mad-rating-section {
            padding: 1.5rem 2rem;
            background: #fff;
            border-radius: 0.5rem;
        }

        .mad-rating-section:not(:last-child),
        .mad-rating-main:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-rating-main {
            display: flex;
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .mad-rating-main > * {
            width: 100%;
        }

        .mad-rating-main .mad-rating {
            line-height: 24px;
        }

        .mad-rating-main .mad-rating-title .mad-rating i {
            font-size: 1.75rem;
            line-height: 1;
        }

        .mad-rating-main > .mad-rating-title {
            max-width: 466px;
            background: #050d61;
            color: #d8dbe1;
            padding: 1.5rem 2rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mad-rating-content {
            padding-left: 32px;
        }

        .mad-rating-content .mad-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-rating-content .mad-text-small {
            font-size: 0.8125rem;
            color: #3d4356;
        }

        .mad-rat-rev {
            font-size: 0.8125rem;
            display: block;
         }

        .mad-rat-numbers {
            display: block;
            font-weight: bold;
            color: #fff;
            text-align: right;
        }

        .mad-client {
            color: #fff;
            font-weight: bold;
            font-size: 1.125rem;
        }

        .mad-rating-section .mad-rating-list > li {
            display: flex;
            justify-content: space-between;
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin: -1rem -0.5rem 0;
        }

        .mad-rating-section .mad-rating-list > li > * {
            display: block;
            margin: 1rem 0.5rem 0;
        }

        .mad-rating-section .mad-rating-list > li > *:last-child {
            min-width: 98px;
        }

        .mad-rating-list > li .mad-rating i {
            line-height: 2rem;
        }

        .mad-rating-main.mad-calc > .mad-rating-title {
            max-width: 320px;
            font-size: 0.8125rem;
            line-height: 1rem;
            color: #d8dbe1;
        }

        .mad-rating-main.mad-calc .mad-col {
            width: 100%;
        }

        .mad-rating-main.mad-calc .mad-price-title {
            font-weight: bold;
            font-size: 1.5rem;
            color: #fff;
            line-height: 1.5rem;
        }

        .mad-rating-main.mad-calc .mad-price-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-rating-main.mad-calc .mad-pie {
            display: flex;
            border-radius: 0.25rem;
            height: 1rem;
            width: 100%;
            overflow: hidden;
            margin-top: 1.5rem;
        }

        .mad-rating-main.mad-calc .mad-pie .color-1 {
            background: #62ed18;
            width: 65%;
        }

        .mad-rating-main.mad-calc .mad-pie .color-2 {
            background: #c218ed;
            width: 20%;
        }

        .mad-rating-main.mad-calc .mad-pie .color-3 {
            background: #18aeed;
            width: 5%;
        }

        .mad-rating-main.mad-calc .mad-pie .color-4 {
            background: #ed8b18;
            width: 10%;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li {
            font-size: 1rem;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li span:last-child {
            color: #3d4356;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li > *:last-child {
            min-width: auto;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li[class*="color-"] {
            position: relative;
            padding-left: 16px;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li[class*="color-"]:before {
            content: "";
            position: absolute;
            left: 8px;
            top: 1.5rem;
            line-height: inherit;
            width: 8px;
            height: 8px;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li.color-1:before {
            background: #62ed18;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li.color-2:before {
            background: #c218ed;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li.color-3:before {
            background: #18aeed;
        }

        .mad-rating-main.mad-calc .mad-rating-section .mad-rating-list > li.color-4:before {
            background: #ed8b18;
        }

        .mad-btn-text {
            font-size: 0.9375rem;
            display: inline-block;
            line-height: 2.5rem;
            margin-left: 8px;
            vertical-align: inherit;
        }

    /* ----------------------------------------
        Testimonials
    ---------------------------------------- */

        .mad-testimonials {
            position: relative;
        }

        .mad-testimonials.with-bg .mad-testimonial {
            padding: 2.5rem 3rem;
        }

        .mad-testimonial .mad-rating:not(:last-child) {
            margin-bottom: 2.8rem;
        }

        .mad-testimonial blockquote {
            font-family: "Noto Serif", serif;
            font-weight: bold;
            font-size: 1.5rem;
            padding-top: 1rem;
            line-height: 2.5rem;
            color: #3d4356;
        }

        .mad-testimonial .mad-testiomonial-info:not(:last-child),
        .mad-testimonials.style-2 .mad-testimonial:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-testimonial cite {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: bold;
            display: block;
            font-style: normal;
            color: #0f1b38;
        }

        .mad-testimonial cite:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-testimonials.with-bg.style-2 .mad-testimonial {
            background: #050d61;
            padding: 3rem;
            color: #fff;
            border-radius: 8px;
        }

        .mad-testimonials.style-2 .mad-testimonial blockquote,
        .mad-testimonials.style-2 .mad-testimonial cite {
            color: #fff;
        }

        .mad-testimonials.style-2 .mad-testimonial .mad-author {
            color: #f5f6f7;
        }

        .mad-testimonial-img {
            -webkit-box-shadow: 0px 5px 30px 0px rgba(11, 28, 2, 0.1);
            -moz-box-shadow:    0px 5px 30px 0px rgba(11, 28, 2, 0.1);
            box-shadow:         0px 5px 30px 0px rgba(11, 28, 2, 0.1);
        }

        .mad-testimonials.single-testimonial .mad-testimonial {
            text-align: center;
            max-width: 620px;
            margin: 0 auto;
        }

        .mad-testimonials.single-testimonial .mad-testimonial .mad-author {
            flex-direction: column;
            justify-content: center;
        }

        .mad-testimonials.single-testimonial .mad-testimonial .mad-author .mad-author-photo {
            margin-right: 0;
            margin-bottom: 1rem;
        }

        .mad-testimonials .mad-title-wrap {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

    /* ----------------------------------------
        Author
    ---------------------------------------- */

        .mad-author {
            font-size: 0.8125rem;
            color: #3d4356;
            line-height: 1rem;
            display: flex;
            align-items: center;
        }

        .mad-author-photo {
            width: 5rem;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 1.5rem;
        }

    /* ----------------------------------------
        Instafeed
    ---------------------------------------- */

        .mad-instafeed:not(.instagram-carousel) {
            position: relative;
            margin: 0 -5%;
            z-index: 3;
        }

        .mad-instafeed > .btn {
            position: absolute;
            top: 50%;
            margin-top: -1.25rem;
            left: 50%;
            transform: translateX(-50%);
        }

        .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;
            justify-content: center;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-grid-item {
            padding: 0!important;
        }

    /* ----------------------------------------
        Sliders
    ---------------------------------------- */

        /* Revolution slider */

        .rev-slider .tp-layer-section-title {
            font-weight: bold;
            font-family: 'Hind', sans-serif;
            letter-spacing: 0.1px;
        }

        .rev-slider .tp-layer-section-subtitle .rev-sub {
            font-family: 'Hind', sans-serif;
            letter-spacing: 0.3px!important;
            display: inline-block!important;
            border-radius: 8px;
            text-transform: uppercase;
            background: rgba(17,31,173,0.65);
            padding: 0 1rem!important;
        }

        .rev-slider .btn {
            white-space: nowrap!important;
        }

        .tp-caption p {
            font-weight: normal!important;
        }

        .tp-caption .rev-price {
            font-size: 2.25rem;
            font-weight: 800;
            color: #7ec25a;
            display: inline-block;
            vertical-align: 10px;
            margin-right: 2rem;
        }

        .tp-bgimg,
        .mad-bg-shadow {
            position: relative;
        }

        .tp-bgimg:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #060c18;
            opacity: 0.4;
        }

    /* ----------------------------------------
        Google Map
    ---------------------------------------- */

        .mad-gmap {
            height: 100%;
            min-height: 27rem;
        }

        #sidebar .mad-gmap {
            border-radius: 8px;
            overflow: hidden;
            min-height: 23rem;
        }

        .mad-gmap.size-2 {
            border-radius: 0.5rem;
            min-height: 31.375rem;
        }

        .mad-gmap.size-3 {
            border-radius: 0.5rem;
            min-height: 26rem;
        }

        .mad-gmap.size-4 {
            border-radius: 0.5rem;
            min-height: 53.125rem;
        }

    /* ----------------------------------------
        Forms
    ---------------------------------------- */

        input[type="text"], .mad-search-item .select2, 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--mad .select2-selection {
            border-style: solid;
            border-width: 2px;
            height: 4rem;
            width: 100%;
            padding-top: 0.5rem;
            padding-right: 1.375rem;
            padding-bottom: 0.5rem;
            padding-left: 1.375rem;
            font-size: 1rem;
            color: #848791;
            background-color: #fff;
            border-color: #e0e2e7;
            border-radius: 0.5rem;
        }

        .mad-contact-form input {
            height: 3rem;
        }

        .mad-contact-form input,
        .mad-contact-form textarea {
            padding-left: 1rem;
            padding-right: 1rem;
            font-size: 0.875rem;
        }

        .mad-contact-form:not(.search-item) input:not(:last-child),
        .mad-contact-form textarea:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-newsletter-form {
            position: relative;
        }

        .mad-contact-form .mad-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-contact-form.search-item {
            position: relative;
        }

        .mad-contact-form.search-item input {
            padding-right: 2.5rem;
        }

        .mad-contact-form.search-item > button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0 16px;
            line-height: 3rem;
        }

        .mad-contact-form.search-item > button i {
            line-height: inherit;
        }

        .mad-contact-form .col-lg-6 textarea {
            height: 176px;
        }

        .mad-newsletter-title {
            font-size: 1.25rem;
            line-height: 1.5rem;
            font-weight: 600;
        }

        p.mad-newsletter-title:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-newsletter-form input {
            padding-right: 5rem;
        }

        .mad-newsletter-form .btn {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            vertical-align: middle;
        }

        .mad-newsletter-form .btn.no-text {
            padding: 0;
            width: 4rem;
        }

        .mad-newsletter-form .btn i {
            font-size: 1.5rem;
            line-height: inherit;
        }

        /* ----------------------------------------
            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;
            }

        /* ----------------------------------------
            Toggled fields
        ---------------------------------------- */

            .mad-toggled-fields {
                display: none;
            }

            .mad-toggled-fields-invoker {
                position: relative;
                padding-right: 1.875rem;
                cursor: pointer;
            }

            .mad-toggled-fields-invoker::after, .mad-toggled-fields-invoker::before {
                content: "\e93a";
                font-family: 'Linearicons';
                position: absolute;
                right: 0;
                top: 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-toggled-fields-invoker::before {
                content: "\e939";
                opacity: 0;
            }

            .mad-toggled-fields-invoker--opened::before {
                opacity: 1;
            }

            .mad-toggled-fields-invoker--opened::after {
                opacity: 0;
            }

            .mad-csstransforms3d .mad-toggled-fields-invoker::after, .mad-csstransforms3d .mad-toggled-fields-invoker::before {
                -webkit-transition-property: -webkit-transform, opacity;
                        transition-property:         transform, opacity;
            }

            .mad-csstransforms3d .mad-toggled-fields-invoker::before, .mad-csstransforms3d .mad-toggled-fields-invoker--opened::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .mad-csstransforms3d .mad-toggled-fields-invoker--opened::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

        /* ----------------------------------------
            Range Slider
        ---------------------------------------- */

            .mad-range-slider-field {
                font-size: 0.875rem;
                line-height: 1.625rem;
                margin-bottom: 0.3rem;
                padding-top: 7px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                color: #666;
            }

            .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;
                font-size: 0.875rem;
                line-height: inherit !important;
                border-width: 0px;
                font-weight: inherit;
                width: 100%;
                padding: 0 !important;
                background-color: transparent;
                box-shadow: none;
                max-width: 145px;
                color: #616161;
            }

            .mad-range-slider {
                position: relative;
                height: 0.5rem;
                border-radius: 0.25rem;
                background-color: #fff;
                width: 100%;
                border: 2px solid #e0e2e7;
                margin-top: 0.5rem;
            }

            .mad-range-slider:not(:last-child) {
                margin-bottom: 1.75rem;
            }

            .mad-range-slider .ui-slider-range {
                position: absolute;
                top: 3px;
                bottom: 3px;
                cursor: pointer;
                background: #81bac8;
            }

            .mad-range-slider .ui-slider-handle {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -0.875rem;
                width: 1.75rem;
                height: 1.75rem;
                cursor: pointer;
                border-radius: 50%;
                background-color: #386f7c;
            }

            .mad-range-slider .ui-slider-handle:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                background: #111fad;
                width: 16px;
                height: 16px;
                margin-left: -8px;
                margin-top: -8px;
                border-radius: 50%;
            }

            .mad-range-slider .ui-slider-handle:last-child {
                margin-left: -0.875rem;
            }

            .mad-scale .mad-range-slider .ui-slider-handle:not(:last-child) {
                display: none!important;
            }

            .mad-scale .mad-range-slider .ui-slider-handle {
                background: #fff;
                border: 1px solid #e0e2e7;
                pointer-events: all;
            }

            .mad-scale .mad-range-slider .ui-slider-range {
                background: #111fad;
                border-radius: 4px;
                top: 0;
                bottom: 0;
            }

            .mad-scale.with-add {
                position: relative;
            }

            .mad-scale.with-add .mad-add {
                position: absolute;
                right: 0;
                top: 0;
                max-width: 80px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        /* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

            input[type="checkbox"],
            input[type="radio"] {
                display: none;
            }

            input[type="checkbox"] + label[for],
            input[type="radio"] + label[for] {
                display: inline-block;
                position: relative;
                font-size: 1rem;
                line-height: 2rem;
                padding-left: 2.75rem;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 0;
                min-height: 1.5rem;
                color: #5e6270;
            }

            input[type="checkbox"] + label[for]::before,
            input[type="radio"] + label[for]::before {
                content: "";
                border: 1px solid #e0e2e7;
                width: 2rem;
                height: 2rem;
                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: 0.875rem;
                line-height: 1;
                position: absolute;
                left: 0;
                width: 1rem;
                text-align: center;
                top: 0.4375rem;
                display: none;
            }

            input[type="checkbox"] + label[for]:not(:last-child),
            input[type="radio"] + label[for]:not(:last-child) {
                margin-right: 2.5rem;
            }

            input[type="checkbox"]:checked + label[for]::after,
            input[type="radio"]:checked + label[for]::after {
                display: block;
            }

            input[type="radio"] + label[for]::after {
                content: "";
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: #5e6270;
                left: 9px;
                top: 9px;
            }

            input[type="radio"] + label[for]::before {
                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: 3.75rem;
                position: relative;
                padding-right: 3.5rem;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-top: 0;
                padding-bottom: 0;
            }

            .mad-custom-select.mad-opened .mad-selected-option {
                border-radius: 8px 8px 0 0;
            }

            .mad-custom-select .mad-selected-option::after, .mad-custom-select .mad-selected-option::before {
                content: "expand_more";
                font-family: 'Material Icons';
                font-size: 1.25rem;
                line-height: inherit;
                position: absolute;
                top: 0;
                right: 1.0625rem;

                -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: "expand_less";
                opacity: 0;
                visibility: hidden;
            }

            .mad-custom-select .mad-options-list {
                text-align: initial;
                color: #848791;
                background-color: #fff;
                border: 2px solid #e0e2e7;
                border-radius: 0 0 8px 8px;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                margin-top: -2px;
                opacity: 0;
                overflow: hidden;
                visibility: hidden;

                -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-options-list > li {
                cursor: pointer;
                padding-top: 1rem;
                padding-bottom: 1rem;
                padding-right: 1.375rem;
                padding-left: 1.375rem;

                -webkit-transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li:hover, .mad-custom-select .mad-options-list > li.mad-active {
                background: #f5f6f7;
            }

            .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);
            }

            .mad-custom-select.size-2 .mad-selected-option,
            .mad-custom-select.size-2 .mad-options-list > li {
                height: 3rem;
                line-height: 2.8125rem;
                font-size: 0.875rem;
                padding-left: 1rem;
                padding-right: 3rem;
            }

            .mad-custom-select.size-2 .mad-options-list > li {
                padding-top: 0;
                padding-bottom: 0;
            }

        /* ----------------------------------------
            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 {
                line-height: 1.5rem;
                margin-bottom: 1rem;
                display: block;
            }

            label[for] {
                cursor: pointer;
            }

        /* ----------------------------------------
            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 > .mad-btn:only-child {
                margin-top: 0.48rem;
            }

            .form-group:first-child {
                margin-top: -1.2rem;
            }

            [class*="form-col"] {
                -webkit-box-flex: 1;
                        -ms-flex: 1 1 100%;
                            flex: 1 1 100%;
                padding-top: 1.2rem;
                padding-left: 0.9375rem;
                padding-right: 0.9375rem;
            }

            .form-col-1 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 8.33333%;
                            flex: 0 1 8.33333%;
                max-width: 8.33333%;
            }

            .form-col-2 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 16.66667%;
                            flex: 0 1 16.66667%;
                max-width: 16.66667%;
            }

            .form-col-3 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 25%;
                            flex: 0 1 25%;
                max-width: 25%;
            }

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

            .form-col-5 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 41.66667%;
                            flex: 0 1 41.66667%;
                max-width: 41.66667%;
            }

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

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

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

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

            .form-col-10 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 83.33333%;
                            flex: 0 1 83.33333%;
                max-width: 83.33333%;
            }

            .form-col-11 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 91.66667%;
                            flex: 0 1 91.66667%;
                max-width: 91.66667%;
            }

            .form-col-12 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 100%;
                            flex: 0 1 100%;
                max-width: 100%;
            }

        /* ----------------------------------------
            Single Field Form
        ---------------------------------------- */

            .mad-singlefield-form-titled-wrapper {
                display: inline-block;
            }

            .mad-singlefield-form-titled-wrapper-inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-top: -0.9375rem;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form-title {
                font-family: "Hind", sans-serif;
                font-size: 2.25rem;
                line-height: 2.4375rem;
                margin-right: 1.25rem;
                padding-top: 0.9375rem;
                -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                            flex: 1 1 auto;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form-form {
                -webkit-box-flex: 1;
                        -ms-flex: 1 1 0px;
                            flex: 1 1 0;
                padding-top: 0.9375rem;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form-form .mad-singlefield-form {
                width: 25rem;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form,
            .mad-singlefield-form-titled-wrapper .mad-alert-box {
                max-width: initial !important;
            }

            .mad-singlefield-form {
                max-width: 26.875rem;
                margin-left: auto;
                margin-right: auto;
                position: relative;
            }

            .mad-singlefield-form input[type="text"], .mad-singlefield-form input[type="search"], .mad-singlefield-form input[type="date"], .mad-singlefield-form input[type="datetime-local"], .mad-singlefield-form input[type="email"], .mad-singlefield-form input[type="file"], .mad-singlefield-form input[type="month"], .mad-singlefield-form input[type="number"], .mad-singlefield-form input[type="password"], .mad-singlefield-form input[type="tel"], .mad-singlefield-form input[type="time"], .mad-singlefield-form input[type="url"], .mad-singlefield-form input[type="week"], .mad-singlefield-form textarea {
                height: 2.8125rem;
                padding-right: 5rem;
            }

            .mad-singlefield-form button {
                width: 3.75rem;
                font-size: 1.25rem;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                left: auto;
                text-align: center;
                color: #fff;

                -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);
                        transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-singlefield-form button .fa,
            .mad-singlefield-form button .fal,
            .mad-singlefield-form button .far,
            .mad-singlefield-form button .fab,
            .mad-singlefield-form button .fas,
            .mad-singlefield-form button .icon,
            .mad-singlefield-form button [class*="mad-font-icon-"] {
                vertical-align: middle;
                line-height: inherit;
                position: relative;
                top: -2px;
            }

            [class*="mad-body--scheme-"] .mad-singlefield-form button:hover {
                background-color: #313131;
            }

            [class*="mad-multicolor-col"] .mad-singlefield-form {
                max-width: 23.125rem;
            }

    /* ----------------------------------------
        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;
        }

    /* ----------------------------------------
        Filter
    ---------------------------------------- */

        .mad-filter-wrap:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-filter {
            font-size: 0.8125rem;
            line-height: 1.125rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: -1rem;
            margin-left: -0.65rem;
            margin-right: -0.65rem;
        }

        .mad-filter > li {
            display: inline-block;
            vertical-align: top;
            margin-top: 1rem;
            margin-left: 0.65rem;
            margin-right: 0.65rem;
        }

        .mad-filter .mad-active,
        .mad-filter .mad-active > a {
            background-size: 100% 1px;
        }

    /* ----------------------------------------
        Colorizer
    ---------------------------------------- */

        [class*="mad-colorizer--scheme-"] {
            position: relative;
            z-index: 2;
        }

        .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: -1;
        }

        .mad-colorizer-bg-image {
            background-repeat: no-repeat;
            background-size: cover;
        }

        .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;
        }

        .mad-section .mad-colorizer-bg-color {
            overflow: hidden;
        }

        .mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
            background: #f5f6f7;
        }

        .mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
            background: #050d61;
        }

        .mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
            background: #2f3542;
        }

        .mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
            background: #f1f4f0;
        }

        .mad-colorizer--scheme-color-6 > .mad-colorizer-bg-color {
            background: #38a100;
        }

        .mad-colorizer--scheme-color-7 > .mad-colorizer-bg-color {
            background: #161f32;
        }

        .mad-colorizer--scheme-color-8 > .mad-colorizer-bg-color {
            background: #f3f4fb;
        }

        .mad-colorizer--scheme-color-9 > .mad-colorizer-bg-color,
        .mad-body--scheme-2 {
            background: #fafafb;
        }

        .mad-text-green {
            color: #38a100;
        }

        .mad-colorizer--scheme-light {
            color: #d8dbe1;
        }

        .mad-colorizer--scheme-light .mad-cta-title,
        .mad-colorizer--scheme-light .mad-testimonial blockquote,
        .mad-colorizer--scheme-light .mad-testimonial cite,
        .mad-colorizer--scheme-light blockquote:before,
        .mad-colorizer--scheme-light .mad-title {
            color: #fff;
        }

        .mad-colorizer--scheme-light .mad-author {
            color: #f5f6f7;
        }

        .mad-colorizer--scheme-light .owl-carousel .owl-nav > button .svg > * {
            fill: #fff;
        }

        .mad-media-element {
            position: relative;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 40rem;
            font-size: 1.125rem;
            color: #f5f6f7;
            z-index: 1;
        }

        .mad-media-element .mad-media-inner,
        .mad-media-element .mad-search-section .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            text-align: center;
        }

        .mad-media-element .mad-media-title {
            font-size: 3.75rem;
            /**line-height: 4.5rem;**/
            color: #fff;
        }

        .mad-media-element .mad-media-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-media-element .mad-search-section {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(35,40,49,0.9);
        }

        .mad-media-element.with-map {
            display: block;
        }

        .mad-media-element.with-map .mad-gmap {
            min-height: 640px;
        }

        .mad-media-element.size-2 {
            min-height: 27rem;
        }

        .mad-media-element.type-2 {
            min-height: 20rem !important;
        }

        .mad-media-element.type-2 .mad-search-section {
            position: relative;
            padding: 0;
            background: none;
            padding-top: 1rem;
        }

        .mad-media-element.type-2 .mad-search-section,
        .mad-media-element.type-2 .mad-search-section .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            position: relative;
        }

        .mad-media-element.type-2 .mad-media-inner {
            padding-top: 9rem;
            /**max-width: 43.125rem;**/
            width: 100%;
        }

        .mad-media-element.type-2 .mad-search .mad-search-item:only-child {
            max-width: 690px;
            width: 100%;
        }

        .mad-entity-media a.video-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 112px;
            height: 112px;
            margin-left: -56px;
            margin-top: -56px;
        }

        .mad-entity-media a.video-btn.size-2 {
            width: 64px;
            height: 64px;
            margin-left: -32px;
            margin-top: -32px;
        }

        .mad-entity-link-element {
            position: relative;
            font-family: 'Noto serif', sans-serif;
            font-weight: bold;
            font-size: 1.5rem;
            background: #050d61;
            color: #fff;
            padding: 3.25rem 3rem;
            padding-left: 120px;
            display: block;
        }

        .mad-entity-link-element > i {
            position: absolute;
            top: 3.25rem;
            left: 3rem;
            color: #38a100;
            font-size: 56px;
            line-height: inherit;
            margin-right: 1rem;
        }

    /* ----------------------------------------
        Gallery
    ---------------------------------------- */

        .mad-gallery {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-gallery.item-col-4 .mad-col.col-x2 {
            width: 50%;
        }

        .mad-gallery .mad-gallery-item {
            display: block;
            position: relative;
            border-radius: 0.5rem;
            overflow: hidden;
            height: 100%;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            opacity: 0.7;
        }

        .mad-gallery .mad-gallery-item img {
            height: 100%;
        }

        .mad-gallery .mad-gallery-item:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #38a100;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item:hover:after {
            width: 100%;
        }

        .mad-gallery .mad-gallery-item:hover {
            -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-gallery-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            color: #d8dbe1;
            font-size: 0.875rem;
            line-height: 1rem;
            padding: 2rem;
        }

        .mad-gallery-content .mad-title {
            color: #fff;
            font-weight: 500;
        }

        .mad-gallery-content .mad-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-gallery-item:not(:hover) .mad-gallery-content .mad-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-gallery-content > span {
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
            margin-top: -1rem;
            display: block;
        }

        .mad-gallery-item:hover .mad-gallery-content > span {
            position: relative;
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

    /* ----------------------------------------
        Countdown
    ---------------------------------------- */

        .mad-countdown .countdown-row {
            font-size: 0;
            line-height: 0;
            display: flex;
            flex-wrap: wrap;
            margin: -0.125rem;
        }

        .mad-countdown .countdown-section {
            padding: 1.5rem;
            background: #f3f4fb;
            flex: auto;
            margin: 0.125rem;
        }

        .mad-countdown .countdown-section:first-child {
            border-radius: 8px 0 0 8px;
        }

        .mad-countdown .countdown-section:last-child {
            border-radius: 0 8px 8px 0;
        }

        .mad-countdown .countdown-amount {
            font-family: 'Hind', sans-serif;
            font-size: 3rem;
            line-height: 1;
            font-weight: bold;
            color: #111fad;
            display: block;
        }

        .mad-countdown .countdown-period {
            font-size: 0.875rem;
            color: #5e6270;
            line-height: 1rem;
            display: block;
        }

    /* ----------------------------------------
        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: 0.875rem;
            line-height: 1.5rem;
            text-align: initial;
            padding-top: 0.4rem;
            padding-bottom: 1.4rem;
            letter-spacing: 0.7px;
            background-color: #f8f8f8;
            color: #313131;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            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: 1.5625rem;
            padding-left: 1.5625rem;
        }

        .mad-dropdown-element > li > a {
            color: #313131;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #313131), to(#313131));
            background-image: linear-gradient(to bottom, #313131 100%, #313131 100%);
        }

        .mad-dropdown-element--icons > li {
            position: relative;
            padding-left: 3.1rem;
        }

        .mad-dropdown-element--icons > li .fa,
        .mad-dropdown-element--icons > li .fal,
        .mad-dropdown-element--icons > li .far,
        .mad-dropdown-element--icons > li .fab,
        .mad-dropdown-element--icons > li .fas,
        .mad-dropdown-element--icons > li .icon,
        .mad-dropdown-element--icons > li [class*="mad-font-icon-"] {
            position: absolute;
            top: 1.3rem;
            left: 1.5625rem;
        }

        .mad-dropdown-element--x-right {
            left: auto;
            right: 0;
        }

        .mad-dropdown-element--y-top {
            bottom: 100%;
            top: auto;
        }

        .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-dropdown--title-icon .mad-dropdown-title .fa,
        .mad-dropdown--title-icon .mad-dropdown-title .fal,
        .mad-dropdown--title-icon .mad-dropdown-title .far,
        .mad-dropdown--title-icon .mad-dropdown-title .fab,
        .mad-dropdown--title-icon .mad-dropdown-title .fas,
        .mad-dropdown--title-icon .mad-dropdown-title .icon,
        .mad-dropdown--title-icon .mad-dropdown-title [class*="mad-font-icon-"] {
            font-size: 0.8125rem;
            line-height: 1;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -0.40625rem;
        }

        .mad-dropdown--title-icon .mad-dropdown-icon--state-default, .mad-dropdown--title-icon .mad-dropdown-icon--state-opened {
            -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--title-icon .mad-dropdown-icon--state-opened,
        .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
            opacity: 0;
            visibility: hidden;
        }

        .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
            opacity: 1;
            visibility: visible;
        }

        .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 {
            font-size: 0.875rem;
            line-height: 1.5rem;
            padding-left: 2rem;
        }

        .mad-twitter-feed > li {
            position: relative;
        }

        .mad-twitter-feed > li::before {
            content: "\f099";
            font-family: Font Awesome\ 5 Brands;
            font-size: 0.875rem;
            line-height: 1.5rem;
            position: absolute;
            left: 0;
            top: 0;
            color: #232831;
        }

        .mad-twitter-feed > li a {
            color: #111fad;
        }

        .mad-twitter-feed > li a:hover {
            text-decoration: underline;
        }

        .mad-twitter-feed .mad-tweet-footer {
            color: #b1b1b1;
            font-size: 0.6875rem;
            line-height: 0.85938rem;
            text-transform: uppercase;
            letter-spacing: 1.1px;
        }

/* ----------------------------------------
    4. Pages
---------------------------------------- */

.mad-open-item {
    background: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    border-radius: 0.5rem;
    justify-content: space-between;
    align-items: center;
    max-width: 55%;
}

.mad-open-item > * {
    display: flex;
}

.mad-open {
    font-size: 0.875rem;
    display: flex;
}

.mad-open .mad-icon-box-icon {
    margin-right: 2rem;
}

.mad-open .mad-title:not(:last-child) {
    margin-bottom: 0;
}

.mad-open .svg {
    width: 48px;
    height: 48px;
}

.mad-open .svg path {
    fill: #555fc2;
}

.mad-full-height-page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

.mad-full-height-page > .mad-col {
    width: 50%;
    height: 100%;
}

.mad-full-page-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 1.5rem 3rem;
    max-width: 640px;
}

.mad-page-content {
    width: 100%;
}

.mad-page-content .mad-text-big {
    font-weight: 600;
    font-family: 'Hind', sans-serif;
}

.mad-full-page-inner.mad-404-bg .mad-page-content {
    width: auto;
}

body.mad-full-page {
    overflow-y: hidden;
}

body.mad-full-page #mad-footer {
    display: none;
}
#mad-footer {
  font-size: 0.8rem;
line-height: 1.2rem;
}

body.mad-full-page .mad-full-page-wrap {
    position: absolute;
    top: 208px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

body.mad-full-page .mad-full-page-wrap .mad-main-page {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

body.mad-full-page .mad-full-page-wrap .mad-main-page .mad-entities.item-col-4 > * {
    width: 50%;
}

body.mad-full-page .mad-footer-main .row > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gmap-toggle {
    display: none;
}

.toggle-map.not-active {
    pointer-events: none;
}

body.mad-full-page .mad-full-page-wrap .gmap-toggle {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

body.mad-full-page .mad-full-page-wrap .mad-team.style-2.type-2[class*="item-col-"] > * {
    width: 33.3333%;
}

.mad-team.type-2.style-4[class*="item-col-"] > * {
    width: 100%;
}

.mad-full-page-wrap .mad-team.style-2 .mad-team-member,
.mad-team.style-2.type-2 .mad-team-member {
    padding-bottom: 0;
}

.mad-full-page-wrap .mad-team.style-2 .mad-team-member .mad-team-member-info,
.mad-team.style-2.type-2 .mad-team-member .mad-team-member-info {
    position: relative;
    transform: none;
    background: #fff;
}

.mad-full-page-wrap .mad-team.style-2 .mad-team-member .mad-team-member-name:not(:last-child),
.mad-team.style-2.type-2 .mad-team-member .mad-team-member-name:not(:last-child) {
    margin-bottom: 1rem;
}

.mad-team.type-2:not(.style-4) .mad-member-stat,
.mad-team.type-2:not(.style-4) .mad-add-info,
.mad-team.type-2:not(.style-4) .mad-team-member .mad-info-block > ul > li .mad-soc-icons,
body.mad-full-page .mad-full-page-wrap .mad-team.type-2 > .mad-col,
#main .mad-team.style-4.type-2 > .mad-col {
    display: none;
}

.mad-team.style-4.type-2 .mad-team-member .mad-team-member-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: -1rem -0.5rem 0;
}

.mad-team.style-4.type-2 .mad-team-member .mad-team-member-info > * {
    width: 50%;
    padding: 1rem 0.5rem 0;
}

body.mad-full-page .mad-full-page-wrap .mad-team.style-4 > .mad-col:nth-child(-n+5),
body.mad-full-page .mad-full-page-wrap .mad-team.style-2 > .mad-col:nth-child(-n+9),
#main .mad-team.style-4.type-2 > .mad-col:nth-child(-n+6) {
    display: block;
}

.mad-team-member .mad-team-member-info .mad-add-info > ul {
    font-size: 0.875rem;
    color: #3d4356;
}

.mad-team-member .mad-team-member-info .mad-add-info > ul:not(:last-child) {
    margin-bottom: 1.5rem;
}

.mad-team-member .mad-team-member-info .mad-add-info > ul li span {
    color: #848791;
}

/* Pages Navigation */

.mad-page-nav {
    margin-top: 2.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -1rem;
}

.mad-page-nav > [class*="mad-nav-"] {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1rem;
    width: 100%;
    max-width: 20rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.mad-page-nav > [class*="mad-nav-"]:hover {
    -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);
}

.nav-actions a b {
    font-weight: normal;
}

.mad-page-nav > [class*="mad-nav-"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #0f1b38;
    transition: all .5s ease;
    z-index: 2;
}

.mad-page-nav > [class*="mad-nav-"]:hover:after {
    width: 100%;
}

.mad-page-nav > .mad-nav-right {
    flex-direction: row-reverse;
    text-align: right;
}

.mad-page-nav > [class*="mad-nav-"] figure {
    min-width: 120px;
}

.mad-page-nav .nav-actions {
    padding: 1rem;
}

.nav-actions > .nav-post {
    margin-bottom: 8px;
    color: #3d4356;
    display: inline-block;
}

/* Single Agency */

.mad-agency-section {
    position: relative;
    padding-bottom: 5rem;
}

.mad-single-agency {
    height: 450px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 140px;
    position: relative;
    z-index: 1;
}

.mad-single-agency:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    opacity: 0.5;
    z-index: -1;
}

.mad-single-agency .mad-ag-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: -72px;
}

.mad-single-agency .mad-ag-wrap > * {
    width: 100%;
}

.mad-single-agency > * {
    width: 100%;
}

.mad-single-agency .mad-ag-image {
    max-width: 328px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.mad-ag-image.mobile {
    display: none;
    overflow: hidden;
    border-radius: 0.5rem;
    float: left;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
}

.mad-ag-image.mobile img {
    max-width: 100%;
    width: 100%;
}

.mad-agency-section .mad-tabs-container.container {
    font-size: 1rem;
    line-height: 2rem;
}

.mad-agency-section .mad-tabs .mad-tabs-container.container > .mad-tab {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
}

.mad-tabs-container.container > .mad-tab.mad-active {
    z-index: 2;
}

.mad-agency-section .mad-ag-wrap .mad-team-member {
    padding-left: 2rem;
    padding-bottom: 2rem;
    color: #fff;
}

.mad-agency-section .mad-ag-wrap .mad-team-member .mad-team-member-name,
.mad-agency-section .mad-ag-wrap .mad-team-member .mad-info-block > ul > li {
    color: #fff;
}

.mad-agency-section .mad-ag-wrap .mad-team-member .mad-member-stat {
    color: #d8dbe1;
    font-size: 0.875rem;
}

.mad-agency-section .mad-ag-wrap .mad-team-member .mad-member-stat:not(:last-child) {
    margin-bottom: 1rem;
}

.mad-ag-wrap .mad-rating-wrap:not(:last-child),
.mad-ag-wrap .mad-info-block:not(:last-child) {
    margin-bottom: 1.5rem;
}

.mad-ag-wrap .mad-rating-wrap {
    font-size: 0.8125rem;
    line-height: 1rem;
}

.mad-tabs .mad-ag-wrap .mad-tabs-nav span a,
.mad-tabs .mad-ag-wrap .mad-menu-tab span a {
    font-size: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.mad-agency-section .mad-add-info > ul {
    color: #3d4356;
}

.mad-agency-section .mad-add-info > ul > li:not(:last-child) {
    margin-bottom: 1rem;
}

.mad-agency-section .mad-add-info > ul li span {
    color: #848791;
}

.mad-agency-section .mad-tabs.mad-iso-tabs.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav,
.mad-property-section .mad-tabs.mad-iso-tabs.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
    top: -42px;
}

.mad-element.mad-fixed {
    z-index: 23;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.mad-single-agency .mad-element.mad-fixed .mad-ag-wrap {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 0.8125rem;
}

.mad-single-agency .mad-element.mad-fixed .mad-ag-image {
    max-width: 160px;
    border-radius: 0;
    z-index: 3;
}

.mad-element.mad-fixed .mad-ag-wrap .mad-team-member .mad-team-member-name {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #232831;
}

.mad-element.mad-fixed .mad-ag-wrap .mad-team-member .mad-member-stat,
.mad-element.mad-fixed .mad-ag-wrap .mad-team-member,
.mad-element.mad-fixed .mad-ag-wrap .mad-team-member .mad-team-member-name,
.mad-element.mad-fixed .mad-ag-wrap .mad-team-member .mad-info-block > ul > li {
    color: #3d4356;
}

.mad-element.mad-fixed .mad-rating-wrap .mad-link.link-white {
    color: #111fad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #111fad), to(#111fad));
    background-image: linear-gradient(to bottom, #111fad 100%, #111fad 100%);
}

.mad-element:not(.mad-fixed) .mad-ag-wrap .team-constructor:not(:last-child) {
    margin-bottom: 1.5rem;
}

.mad-element.mad-fixed .mad-ag-wrap .team-constructor {
    display: flex;
    align-items: center;
    margin: -1rem -1rem 0;
}

.mad-element.mad-fixed .mad-ag-wrap .team-constructor > * {
    margin: 1rem 1rem 0!important;
}

.mad-element.mad-fixed .mad-ag-wrap .mad-team-member-info {
    position: relative;
}

.mad-agency-section .mad-element.mad-fixed .mad-ag-wrap .btn-set {
    position: absolute;
    right: 0;
    top: 0;
}

.mad-element.mad-fixed .mad-ag-wrap .mad-team-member {
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.mad-tabs .mad-element.mad-fixed .mad-tabs-nav a,
.mad-tabs .mad-element.mad-fixed .mad-menu-tab a {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.5rem;
}

.mad-element.mad-fixed .mad-ag-wrap .mad-team-member .mad-member-stat:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mad-container {
    height: auto!important;
}

.mad-container > * {
    position: relative;
    opacity: 1!important;
    visibility: visible!important;
}

/* Property Page */

.mad-property-section.mad-hide-tabs .mad-element:not(.mad-fixed) .mad-ag-wrap .mad-tabs-nav {
    display: none;
}

.mad-property-section .mad-ag-wrap .mad-tabs-nav {
    position: relative;
}

.mad-property-section .mad-ag-wrap .mad-tabs-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2000px;
    right: -2000px;
    height: 1px;
    background: #d8dbe1;
}

.mad-property-section .mad-tabbed-carousel + .mad-tabs-nav:before {
    display: none;
}

.mad-property-content {
    padding-top: 2rem;
}

.mad-property-section.mad-hide-tabs .mad-property-content {
    padding-top: 0;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-property-content .mad-tab {
    padding: 0;
}

.mad-property-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #848791;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.mad-property-header > * {
    padding-bottom: 1rem;
}

.mad-property-header .mad-breadcrumb-path:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mad-property-header .mad-title:not(:last-child) {
    margin-bottom: 0;
}

.mad-property-header .mad-page-nav {
    width: 100%;
    text-align: right;
}

.mad-property-header .mad-page-nav:not(:last-child) {
    margin-bottom: 1.5rem;
}

.mad-property-header .mad-page-nav {
    margin-top: 0;
    color: #232831;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1rem;
}

.mad-page-nav i {
    margin-top: 0;
    color: #232831;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1rem;
}

.mad-property-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.5rem;
}

.mad-property-info > * {
    margin-bottom: 8px;
}

.mad-property-info .mad-property-items,
.mad-property-info .btn-set {
    display: flex;
    flex-wrap: wrap;
}

.mad-property-info .mad-property-items > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.375rem;
    color: #3d4356;
    text-align: center;
}

.mad-property-info .mad-property-items > *:first-child {
    padding-left: 0;
}

.mad-property-info .mad-property-items > *:not(:last-child) {
    border-right: 1px solid #d8dbe1;
}

.mad-property-info .mad-property-items > * .mad-title {
    font-size: 1.125rem;
    font-weight: bold;
}

.mad-property-info .mad-property-items > * a {
    display: inline-block;
}

.mad-property-info .mad-property-items > * a i {
    line-height: inherit;
    margin-right: 0.25rem;
    font-size: 0.6875rem;
}

.mad-property-info .mad-property-items > * .mad-title span {
    font-size: 0.8125rem;
    font-weight: normal;
}

.mad-property-info .mad-property-items > * .mad-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #38a100;
}

.mad-element:not(.mad-fixed) .mad-property-info .btn-set > .btn:nth-child(-n+2) {
    display: none!important;
}

.mad-element.mad-fixed .mad-property-info .btn-set > .btn:nth-child(n+3) {
    width: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.mad-element.mad-fixed .mad-property-info .btn-set > .btn:nth-child(n+3) i {
    margin: 0;
}

.mad-element.mad-fixed .mad-property-info .btn-set > .btn:nth-child(n+3) span,
.mad-element.mad-fixed .mad-property-header .mad-page-nav,
.mad-element.mad-fixed .mad-property-header .mad-breadcrumb-path {
    display: none;
}

.mad-element.mad-fixed .mad-property-header .mad-text-small {
    font-size: 0.8125rem;
}

.mad-element.mad-fixed .mad-property-header .mad-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.mad-element.mad-fixed .mad-ag-wrap {
    padding-top: 1rem;
    background: #fafafb;
}

.mad-property-section .mad-element.mad-fixed .mad-ag-wrap .mad-tabs-nav:before {
    background: #fff;
    bottom: 0;
    height: 100%;
}

.mad-element.mad-fixed .mad-ag-wrap .mad-menu-tab {
    display: block!important;
    position: relative;
    z-index: 1;
}

.mad-element.mad-fixed .mad-ag-wrap .mad-menu-tab:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    background: #fff;
    z-index: -1;
}

.mad-single-agency .mad-element.mad-fixed .mad-info-block > ul > li > i {
    font-size: 1.125rem;
    line-height: 1.5rem;
    min-width: 1.5rem;
}

.mad-single-agency .mad-element.mad-fixed .mad-link.link-white-2 {
    color: #3d4356;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #3d4356), to(#3d4356));
    background-image: linear-gradient(to bottom, #3d4356 100%, #3d4356 100%);
}

.mad-single-agency .mad-element.mad-fixed .mad-link.link-white-2 {
    color: #111fad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #111fad), to(#111fad));
    background-image: linear-gradient(to bottom, #111fad 100%, #111fad 100%);
}

/* Our Pros */

.mad-our-pros {
    display: flex;
    flex-wrap: wrap;
}

.mad-pros-item {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-right: 1.5rem;
}

.mad-pros-item .mad-pros-num {
    font-family: 'Hind', sans-serif;
    color: #38a100;
    font-weight: 300;
    font-size: 3rem;
    height: 100%;
    line-height: 1;
    border-bottom: 2px solid #38a100;
    margin-right: 2rem;
}

/* Sorting */

.sort-criteria .view-type {
    white-space: nowrap;
}

.sort-criteria .view-type > a {
    color: #111fad;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
}

.sort-criteria .view-type > a:not(:last-child) {
    margin-right: 20px;
}

.sort-criteria .view-type > a > i {
    line-height: inherit;
    margin-right: 8px;
    font-size: 1rem;
}

.sort-criteria .view-type > a > span {
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.sort-criteria .view-type > a.active > span {
    border-bottom-color: inherit;
}

/* 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: 0.875rem;
    color: #848791;
    margin: -0.9375rem -0.9375rem 0;
}

.product-sort-section > .mad-col {
    padding: 0.9375rem 0.9375rem 0;
}

.product-sort-section:not(:last-child) {
    margin-bottom: 1.75rem;
}

.product-sort-section .mad-custom-select {
    width: 240px;
}

.product-sort-section > .mad-col {
    display: flex;
    align-items: center;
}

.product-sort-section > .mad-col:last-child span {
    white-space: nowrap;
    margin-right: 14px;
    color: #3d4356;
}

/* End of Sorting */

.video_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}

.video_wrapper_full {
    padding-top: 488px;
}

.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/688x488_img1.jpg);
    background-repeat: no-repeat;
    border: none;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -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:hover {
    cursor: pointer;
}

.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 107px;
    height: 107px;
    margin: -53px 0 0 -53px;
    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;
}

    /* ----------------------------------------
        Blog Single
    ---------------------------------------- */



    /* ----------------------------------------
        Events
    ---------------------------------------- */



        /* ----------------------------------------
            Events by Month
        ---------------------------------------- */



        /* ----------------------------------------
            Event Single
        ---------------------------------------- */



    /* ----------------------------------------
        404 Page
    ---------------------------------------- */

        .mad-404-content:not(:last-child) {
            margin-bottom: 2.6rem;
        }

        .mad-full-page-inner.mad-404-bg {
            background: #050d61;
            max-width: 100%;
            justify-content: flex-end;
        }

        .mad-404-title {
            font-family: "Hind", serif;
            font-size: 20rem;
            color: #fff;
            line-height: 17.5rem;
            text-align: center;
        }

        .mad-404-title span {
            display: inline-block;
            vertical-align: middle;
        }

        .mad-404-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-404-title + * {
            font-weight: normal;
            color: #fff;
            text-align: center;
        }

        .mad-404-page .mad-text-big {
            font-family: 'Hind', sans-serif;
        }

    /* ----------------------------------------
        Coming Soon Page
    ---------------------------------------- */

        .mad-coming-soon-bg {
            height: 100%;
            width: 100%;
        }

        .mad-coming-soon-title {
            font-size: 3.75rem;
            font-weight: bold;
            line-height: 4.5rem;
        }

        .mad-coming-soon-title:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-coming-soon-message {
            font-size: 1.125rem;
        }

        .mad-coming-soon-message:not(:last-child) {
            font-size: 1.125rem;
            margin-bottom: 3.5rem;
        }

    /* ----------------------------------------
        Home
    ---------------------------------------- */

        .mad-contact-info {
            font-family: "Hind", sans-serif;
            font-size: 2.25rem;
            line-height: 3.2625rem;
        }

        /*      PERSONALIZADO     */
.mad-search-item .select2-container--default .select2-selection--single { border: 0px;}
.mad-search-item .select2 {padding: 15px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top:15px !important; right: 15px !important;}
.logocb {height:55px; margin: 10px;}
.btnTop {padding-right:10px;}
@media only screen and (max-device-width : 769px){
  .mad-header-section .mad-header-col:first-child {width: 100%;}
  .mad-header-section .mad-header-col:last-child { width: auto; }
  .btnTop {display: none;}
}
