
::-moz-selection {
    background-color: #f4ca59;
    color: #fff;
}

::selection {
    background-color: #f4ca59;
    color: #fff;
}

::-moz-selection {
    background-color: #f4ca59;
    color: #fff;
}

body {
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

h2 {
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
    font-weight: 400;
    line-height: 1.16;
    margin-bottom: 0.27em;
    margin-top: 0.65em;
    text-transform: uppercase;
    word-break: break-word;
}

h2 {
    font-size: 46px;
    letter-spacing: 2px;
    margin-bottom: 0.45em;
    margin-top: 2em;
}

@media (max-width: 767px) {

    h2 {
        font-size: 2rem;
    }
}

h2:first-child {
    margin-top: 0;
}

p {
    margin-bottom: 1em;
}

    ul:last-child, p:last-child {
        margin-bottom: 0;
    }

        p:last-child:after {
            clear: both;
            display: block;
        }

img {
    height: auto;
    max-width: 100%;
}

a {
    color: #131e25;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

    a:hover {
        color: #f4ca59;
        text-decoration: none;
        -webkit-transition: all 0.15s linear 0s;
        transition: all 0.15s linear 0s;
    }

    button:focus, a:focus {
        outline: medium none;
        text-decoration: none;
    }

    a > img {
        -webkit-transition: all 0.15s ease-in-out 0s;
        transition: all 0.15s ease-in-out 0s;
    }

    a:hover > img {
        opacity: 0.8;
    }

button:active {
    position: relative;
    top: 1px !important;
}

ul {
    line-height: 1.9;
    padding-left: 1.15rem;
}

button {
    cursor: pointer;
}

button {
    background-color: transparent;
    border: 2px solid #f4ca59;
    color: #131e25;
    cursor: pointer;
    font-weight: 500;
    padding: 6px 36px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    button:hover {
        color: rgba(19, 30, 37, 0.8);
    }

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.c-gutter-60 [class*="col-"], .row.c-gutter-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.c-gutter-60 .row, div.row.c-gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.width-80 {
    width: 80%;
}

.s-pt-60 > [class*='container'] {
    padding-top: 60px;
}

.s-pb-0 > [class*='container'] {
    padding-bottom: 0;
}

.s-pb-60 > [class*='container'] {
    padding-bottom: 60px;
}

@media (min-width: 576px) {

    .s-pt-sm-50 > [class*='container'] {
        padding-top: 50px;
    }
}

@media (min-width: 768px) {

    .s-pt-md-100 > [class*='container'] {
        padding-top: 100px;
    }

    .s-pb-md-80 > [class*='container'] {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {

    .s-pt-xl-100 > [class*='container'] {
        padding-top: 100px;
    }

    .s-pt-xl-110 > [class*='container'] {
        padding-top: 110px;
    }

    .s-pb-xl-70 > [class*='container'] {
        padding-bottom: 70px;
    }

    .s-pb-xl-150 > [class*='container'] {
        padding-bottom: 150px;
    }
}

section {
    position: relative;
}

img {
    max-width: 100%;
}

#box_wrapper, #canvas {
    overflow: visible;
    position: relative;
}

    #box_wrapper > section {
        clear: both;
        position: relative;
    }

.cs {
    background-color: #f4ca59;
    color: #fff;
}

    .cs a:not(.btn) {
        color: #fff;
    }

        .cs a:not(.btn):hover {
            opacity: 0.8;
        }

@media (max-width: 1199px) {
    .hidden-below-xl {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-above-xl {
        display: none !important;
    }
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-25 {
    padding-bottom: 25px;
}

.p-0 {
    padding: 0;
}

.nav-wrap {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .top-nav {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-flex: 10;
        display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        -webkit-flex-grow: 10;
        flex-grow: 10;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
    }

    .justify-nav-center .top-nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .sf-menu {
        display: block;
    }

    .sf-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sf-menu li {
            position: relative;
        }

        .sf-menu a {
            display: block;
            position: relative;
        }

        .sf-menu a {
            font-size: 16px;
            font-weight: 300;
            padding: 5px 1.1em;
            text-decoration: none;
            -webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
            transition-property: color, background-color, border-color, padding-top, padding-bottom;
            zoom: 1;
        }

        .sf-menu li {
            *white-space: normal;
            white-space: nowrap;
        }

        .sf-menu > li {
            display: inline-block;
            position: relative;
        }

        .sf-menu.nav > li:first-child > a {
            margin-left: 0;
        }

        .sf-menu.nav > li:last-child > a {
            margin-right: 0;
        }

        .sf-menu > li > a {
            line-height: 14px;
            margin: 0 15px;
            padding-bottom: 27px;
            padding-left: 0;
            padding-right: 0;
            padding-top: 28px;
            -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
        }
}

@media (min-width: 1200px) and (min-width: 1500px) {
    .sf-menu > li > a {
        margin: 0 32px;
    }
}

@media (min-width: 1200px) {
    .sf-menu > li > a:hover {
        color: #f4ca59;
    }

        .sf-menu > li > a:hover:after {
            color: #f4ca59;
        }

    .cs .sf-menu > li > a {
        color: #fff;
    }

        .cs .sf-menu > li > a:hover {
            color: #131e25;
        }

    .sf-menu li:hover {
        -webkit-transition: none;
        transition: none;
    }
}

.sf-menu > li + li:before {
    color: #f4ca59;
    font-size: 4px;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {

    .sf-menu > li + li:before {
        top: 20px;
    }
}

@media (min-width: 1201px) {
    .page_header .toggle_menu {
        display: none;
    }
}

.toggle_menu {
    cursor: pointer;
    height: 59px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.95;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: visible;
    width: 60px;
    z-index: 1002;
}

    .toggle_menu:hover span:before {
        top: -9px;
    }

    .toggle_menu:hover span:after {
        top: 9px;
    }

    .toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
        background-color: #fff;
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 30px;
    }

    .toggle_menu:before, .toggle_menu span {
        left: 15px;
        top: 50%;
    }

        .toggle_menu span:before {
            opacity: 1;
            top: -8px;
        }

        .toggle_menu span:after {
            opacity: 1;
            top: 8px;
        }

@media (max-width: 767px) {
    .nav-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .page_header [class*="col"] {
        min-height: 0;
    }

    .top-nav {
        background-color: transparent;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        z-index: 10;
    }

    .sf-menu {
        background-color: #fff;
        border-top: 61px solid #f4ca59;
        bottom: 0;
        display: block;
        font-size: 14px;
        font-weight: 700;
        left: 0;
        letter-spacing: 0;
        line-height: 1.6em;
        opacity: 0;
        overflow: auto;
        padding: 20px 10px 20px 20px;
        position: fixed;
        right: 100%;
        text-align: left;
        text-transform: capitalize;
        top: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .sf-menu li {
            position: relative;
        }

    .top-nav .sf-menu a {
        color: #131e25;
        display: block;
        padding: 10px 10px;
        z-index: 2;
    }
}

.page_header {
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 1000;
}

    .page_header .row {
        min-height: 60px;
    }

    .page_header [class*='container'] {
        position: relative;
    }

    .page_header a {
        display: inline-block;
    }

.header_absolute {
    position: relative;
}

    .header_absolute .page_header {
        left: 0;
        right: 0;
        z-index: 1002;
    }

@media (max-width: 991px) {

    .phone_modal_button {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {

    .phone_modal_button {
        margin-left: 5px;
    }
}

body:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1001;
}

body, body:after, #canvas {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#canvas {
    left: 0;
    -webkit-transition-property: left, margin-left;
    transition-property: left, margin-left;
}

#box_wrapper > section {
    overflow: hidden;
}

.width-80 {
    width: 80%;
}

.text-center [class*='width-'] {
    left: 50%;
    margin-top: 24px;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .width-80 {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .text-left, .text-right {
        text-align: center !important;
    }
}

#mke_modal_info .container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
}

#mke_modal_info.modal {
    top: 100px;
}

@media (max-width: 991px) {
    #mke_modal_info .container {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    #mke_modal_info .container {
        max-width: 550px;
    }

    #mke_modal_info.modal {
        top: 10px;
    }
}

@media (max-width: 575px) {
    #mke_modal_info .container {
        max-width: 300px;
    }
}

@media (max-width: 575px) {
    #mke_modal_info .container {
        max-width: 300px;
    }
}

.card {
    border: none;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);
}

.toggle_menu {
    cursor: pointer;
    height: 59px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.95;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: visible;
    width: 60px;
    z-index: 1002;
}

.page_header_wrapper .toggle_menu {
    z-index: 1003;
}

.ls .toggle_menu {
    background-color: #fff;
}

    .ls .toggle_menu:before, .ls .toggle_menu span, .ls .toggle_menu span:before, .ls .toggle_menu span:after {
        background-color: #131e25;
    }

.page_toplogo .toggle_menu {
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.toggle_menu:hover span:before {
    top: -9px;
}

.toggle_menu:hover span:after {
    top: 9px;
}

.toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 30px;
}

.toggle_menu:before, .toggle_menu span {
    left: 15px;
    top: 50%;
}

    .toggle_menu span:before {
        opacity: 1;
        top: -8px;
    }

    .toggle_menu span:after {
        opacity: 1;
        top: 8px;
    }

.toggle_menu.mobile-active {
    background-color: #f4ca59;
    border: none;
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3000;
}

    .toggle_menu.mobile-active:before {
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle_menu.mobile-active span {
        background-color: #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        .toggle_menu.mobile-active span:before, .toggle_menu.mobile-active span:after {
            opacity: 0;
        }

.toggle_menu.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle_menu.active span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .toggle_menu.active span:before, .toggle_menu.active span:after {
        opacity: 0;
    }

@media (max-width: 767px) {
    .nav-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .page_header [class*="col"] {
        min-height: 0;
    }

    .top-nav {
        background-color: transparent;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        z-index: 10;
    }

    .mobile-active .top-nav {
        background-color: #111;
        background-color: rgba(0, 0, 0, 0.9);
        opacity: 1;
        visibility: visible;
        z-index: 1002;
    }

    .nav-justified > li > a {
        text-align: left;
    }

    .sf-menu {
        background-color: #fff;
        border-top: 61px solid #f4ca59;
        bottom: 0;
        display: block;
        font-size: 14px;
        font-weight: 700;
        left: 0;
        letter-spacing: 0;
        line-height: 1.6em;
        opacity: 0;
        overflow: auto;
        padding: 20px 10px 20px 20px;
        position: fixed;
        right: 100%;
        text-align: left;
        text-transform: capitalize;
        top: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 0;
    }

    .sf-menu li {
        position: relative;
    }

    .top-nav .sf-menu a {
        color: #131e25;
        display: block;
        padding: 10px 10px;
        z-index: 2;
    }

    .sf-menu ul {
        list-style: none;
        margin-top: 0 !important;
        padding-left: 10px;
    }

        .sf-menu ul li a {
            font-weight: 500;
            letter-spacing: 0.1em;
        }

            .sf-menu ul li a:before {
                background-color: #f4ca59;
                border-radius: 50%;
                bottom: 3px;
                content: "";
                display: inline-block;
                height: 3px;
                margin-right: 10px;
                position: relative;
                width: 3px;
            }

    .sf-arrows .sf-with-ul {
        padding-right: 3.5em;
    }

        .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
            border-radius: 50%;
            height: 30px;
            line-height: 30px;
            position: absolute;
            right: 5px;
            text-align: center;
            top: 5px;
            width: 30px;
            z-index: 1;
        }

            .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
                color: #131e25;
                content: "\f105";
                font-family: "FontAwesome";
            }

    .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
        content: "\f107";
    }
}

@media screen and (min-width: 1200px) {
    .top-nav ul .mega-menu ul {
        border: none;
        min-width: auto;
    }

    .top-nav .menu-item-has-mega-menu {
        position: relative;
    }

    .top-nav .mega-menu {
        display: none;
        position: absolute;
        top: 100%;
        width: 940px;
        z-index: 10;
    }

    .top-nav .menu-item-has-mega-menu:hover .mega-menu {
        display: block;
    }

    .top-nav .mega-menu-row {
        display: table;
        position: static;
        table-layout: fixed;
    }

        .top-nav .mega-menu-row ul {
            display: block;
            position: static;
        }

    .top-nav .mega-menu-col {
        border-left: 1px solid #b0b6b9;
        display: table-cell;
        padding: 0 15px;
        width: 2000px;
    }

        .top-nav .mega-menu-col > a {
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .top-nav .mega-menu-col:first-child {
            border-left: none;
        }

    .top-nav ul ul .mega-menu {
        display: block;
        margin-left: 1px;
        top: -20px;
        width: auto;
    }

        .top-nav ul ul .mega-menu li {
            border: none;
            display: block;
            width: auto;
        }
}

@media screen and (min-width: 1200px) {
    .top-nav .mega-menu {
        width: 1170px;
    }

    .top-nav ul .mega-menu ul {
        min-width: 10em;
    }

    .top-nav .mega-menu-col {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .top-nav .mega-menu {
        position: static;
    }
}

.menu-click {
    padding: 0;
}

    .menu-click i {
        margin-right: 10px;
        text-align: center;
        width: 1em;
    }

    .menu-click .toggle_submenu {
        border-radius: 50%;
        cursor: pointer;
        font-size: 8px;
        height: 3em;
        line-height: 3em;
        opacity: 0.9;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 8px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 3em;
    }

        .menu-click .toggle_submenu:before {
            content: "\f078";
            font-family: "FontAwesome";
            height: 3em;
            left: 0;
            line-height: 3em;
            position: absolute;
            top: 0;
            width: 3em;
        }

    .menu-click ul {
        padding: 0;
    }

    .menu-click li {
        list-style: none;
        position: relative;
        width: 100%;
    }

    .menu-click > li {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .menu-click a {
        display: block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.6em;
        padding: 10px 40px;
        text-transform: capitalize;
    }

        .menu-click a:hover {
            background-color: rgba(150, 150, 150, 0.05);
        }

    .menu-click .active-submenu > a {
        background-color: rgba(150, 150, 150, 0.05);
    }

    .menu-click .active-submenu > .toggle_submenu {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu-click li.active > a {
        color: #f4ca59;
    }

    .menu-click ul {
        height: 0;
        opacity: 0;
    }

        .menu-click ul a {
            padding-bottom: 8px;
            padding-left: 50px;
            padding-top: 8px;
        }

        .menu-click ul ul a {
            padding-left: 60px;
        }

        .menu-click ul ul ul a {
            padding-left: 70px;
        }

        .menu-click ul ul ul ul a {
            padding-left: 80px;
        }

    .menu-click .active-submenu > div.mega-menu {
        height: auto;
    }

        .menu-click .active-submenu > ul, .menu-click .active-submenu > div.mega-menu > ul {
            height: auto;
            opacity: 1;
        }

    .menu-click ul, .menu-click div.mega-menu {
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
        transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
    }

        .menu-click ul li.sfHover > .mega-menu ul {
            display: block;
            height: 100%;
        }

        .menu-click div.mega-menu > ul {
            height: auto;
            margin-right: 0;
        }