.mega-menu,
.mega-menu * {
    font-family: Roboto, sans-serif;
}
.mega-menu,
.mega-menu .menu-logo {
    position: relative;
}
.mega-menu {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    z-index: 999;
    font-size: 16px;
    min-height: 90px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mega-menu .menu-logo,
.mega-menu img,
.mega-menu > section.menu-list-items {
    float: left;
    display: block;
    margin: 0;
}
.mega-menu * {
    outline: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}
.mega-menu i.fa,
.mega-menu i.fa-solid,
.mega-menu i.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.mega-menu img {
    max-width: 100% !important;
}
.mega-menu input {
    border: none;
}
.mega-menu > section.menu-list-items {
    width: 100%;
    background-color: transparent;
}
@media screen and (min-width: 993px) {
    .mega-menu .menu-logo.menu-logo-align-right {
        float: right;
    }
}
.mega-menu .menu-logo > li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 50px;
}
@media screen and (max-width: 992px) {
    .mega-menu {
        margin: 0;
    }
    .mega-menu * {
        word-break: break-all;
    }
    .mega-menu .menu-logo {
        width: 100%;
    }
    .mega-menu .menu-logo > li {
        width: 100%;
        line-height: normal;
        padding-right: 100px;
    }
}
.mega-menu .menu-logo > li > a {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 50px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-logo > li > a {
        line-height: normal;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        z-index: 10;
        width: auto;
    }
    .mega-menu .menu-links {
        width: 100%;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}
.mega-menu .menu-logo > li > a i.fa {
    padding: 0;
    display: inline-block;
    font-size: 1.25em;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    line-height: 50px;
}
.mega-menu .menu-links {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}
@media screen and (min-width: 993px) {
    .mega-menu .menu-links {
        display: table !important;
        max-height: 100% !important;
        overflow: visible !important;
    }
    .mega-menu .menu-links.menu-links-align-right {
        float: right;
    }
    .mega-menu .menu-links > li.activeTrigger {
        background-color: #db2d2e;
    }
}
.mega-menu .menu-links > li {
    margin: 0;
    padding: 0;
    display: table-cell;
    float: none;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    font-size: 1em;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-links > li {
        width: 100%;
        cursor: pointer;
        line-height: normal;
        border-bottom: none;
        z-index: 50;
    }
}
.mega-menu .menu-links > li.active a,
.mega-menu .menu-links > li:hover {
    background-color: transparent;
    color: #db2d2e;
}
.mega-menu .menu-links > li > a {
    margin: 0;
    padding: 0 13px;
    display: inline-block;
    float: none;
    width: 100%;
    font-size: 13px;
    line-height: 64px;
    position: relative;
    text-transform: capitalize;
}
.mega-menu .menu-links > li > a:hover {
    color: #db2d2e;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-links > li > a {
        width: auto;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        position: static;
        padding-right: 10px;
        z-index: 20;
        color: #363636;
    }
}
.mega-menu .menu-links > li > a i.fa {
    font-size: 1em;
    line-height: 0.8125em;
    padding-right: 2px;
}
.mega-menu .menu-links > li > a i.fas.fa-indicator {
    padding-right: 0;
    padding-left: 5px;
    line-height: 0;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-links > li > a i.fas.fa-indicator {
        float: right;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        line-height: 40px;
        height: 40px;
        z-index: -1;
    }
    .mega-menu #primary-menu > li > a i.fas.fa-indicator {
    }
    .mega-menu .menu-social-bar {
        width: 100%;
        text-align: center;
    }
}
.mega-menu .menu-social-bar {
    margin: 0;
    display: block;
    float: left;
    padding: 0 10px;
}
@media screen and (min-width: 993px) {
    .mega-menu .menu-social-bar {
        display: block !important;
    }
    .mega-menu .menu-social-bar.menu-social-bar-right {
        float: right;
    }
}
.mega-menu .menu-social-bar > li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 50px;
}
.mega-menu .menu-social-bar > li[data-color="blue"] > a:hover {
    background-color: #3b5998;
}
.mega-menu .menu-social-bar > li[data-color="sky-blue"] > a:hover {
    background-color: #2caae1;
}
.mega-menu .menu-social-bar > li[data-color="orange"] > a:hover {
    background-color: #dd4b39;
}
.mega-menu .menu-social-bar > li[data-color="red"] > a:hover {
    background-color: #bd081c;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-social-bar > li {
        float: none;
        display: inline-block;
        margin-bottom: -5px;
    }
}
.mega-menu .menu-social-bar > li > a {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    line-height: 50px;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-social-bar > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.mega-menu .menu-social-bar > li > a i.fa {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 1.125em;
    line-height: 50px;
}
.mega-menu .menu-search-bar {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    height: 50px;
}
@media screen and (min-width: 993px) {
    .mega-menu .menu-search-bar.menu-search-bar-left {
        float: left;
    }
}
.mega-menu .menu-search-bar form,
.mega-menu .menu-search-bar label,
.mega-menu .menu-search-bar li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    line-height: 50px;
}
.mega-menu .menu-search-bar li:hover i.fa.fa-search {
    background: #db2d2e;
}
.mega-menu .menu-search-bar input {
    max-width: 0;
    width: 100%;
    margin: 0;
    padding: 5px 50px 5px 0;
    font-size: 0.8125em;
    -webkit-transition: max-width 0.4s ease, background 0.4s ease, padding-left 0.4s ease;
    transition: max-width 0.4s ease, background 0.4s ease, padding-left 0.4s ease;
    height: 50px;
    display: block;
    background: 0 0;
    color: #fff;
    font-weight: 400;
}
.mega-menu .menu-search-bar input:focus {
    max-width: 170px;
    background: #db2d2e;
    padding-left: 20px;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-search-bar {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .mega-menu .menu-search-bar input:focus {
        max-width: 100%;
        position: relative;
        z-index: 20;
    }
}
.mega-menu .menu-search-bar i.fa.fa-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: text;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    z-index: 40;
}
.mega-menu .menu-search-bar:-moz-placeholder {
    opacity: 1 !important;
    color: #fff !important;
}
.mega-menu .menu-search-bar::-moz-placeholder {
    opacity: 1 !important;
    color: #fff !important;
}
.mega-menu .menu-search-bar:-ms-input-placeholder {
    opacity: 1 !important;
    color: #fff !important;
}
.mega-menu .menu-search-bar::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #fff !important;
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-search-bar.active input {
        padding-right: 150px;
    }
    .mega-menu .menu-search-bar.active i.fa.fa-search {
        right: 70px;
    }
    .logo-right .mega-menu .menu-logo > li > a {
        float: left;
    }
    .logo-right .mega-menu .menu-mobile-collapse-trigger {
        right: 0;
    }
}
.mega-menu .menu-mobile-collapse-trigger {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 35px;
    background: 0 0;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    float: right;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.mega-menu .menu-mobile-collapse-trigger:hover {
    background: 0 0;
}
.mega-menu .menu-mobile-collapse-trigger span,
.mega-menu .menu-mobile-collapse-trigger:after,
.mega-menu .menu-mobile-collapse-trigger:before {
    content: "";
    display: block;
    height: 2px;
    width: 26px;
    background: #fff;
    position: absolute;
    top: 14px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.4s ease;
    transition: transform 0.4s ease 0s, opacity 0.4s ease, -webkit-transform 0.4s ease 0s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}
.mega-menu .menu-mobile-collapse-trigger:after {
    top: 27px;
}
.mega-menu .menu-mobile-collapse-trigger span {
    top: 20px;
}
.mega-menu .menu-mobile-collapse-trigger.active span {
    opacity: 0;
}
.mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
@media screen and (max-width: 992px) {
    .mega-menu .menu-mobile-collapse-trigger {
        display: block;
    }
}
.mega-menu .drop-down-multilevel {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: auto;
    right: auto;
    z-index: 999;
    width: 100%;
    background: #fff;
    float: left;
    max-width: 200px;
}
.mega-menu .drop-down-multilevel * {
    color: #323232;
}
@media screen and (min-width: 993px) {
    .mega-menu .drop-down-multilevel {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        border-top: 5px solid #db2d2e;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
        border-bottom: 0;
    }
}
@media screen and (max-width: 992px) {
    .mega-menu .drop-down-multilevel {
        max-width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
        padding: 10px;
        display: none;
    }
}
.mega-menu .drop-down-multilevel li a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mega-menu .drop-down-multilevel li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 50;
}
.mega-menu .drop-down-multilevel li:last-child {
    border-bottom: 0;
}
.mega-menu .drop-down-multilevel li:hover {
    background: #f6f6f6;
}
.mega-menu .drop-down-multilevel li:hover > a,
.mega-menu .drop-down-multilevel li:hover > a i.fa {
    color: #db2d2e;
}
@media screen and (min-width: 993px) {
    .mega-menu .drop-down-multilevel li.activeTrigger {
        background: #db2d2e;
    }
    .mega-menu .drop-down-multilevel li.activeTrigger > a,
    .mega-menu .drop-down-multilevel li.activeTrigger > a i.fa {
        color: #fff;
    }
}
@media screen and (max-width: 992px) {
    .mega-menu .drop-down-multilevel li.activeTriggerMobile {
        background: #db2d2e;
    }
    header .mega-menu .drop-down-multilevel li.activeTriggerMobile > a {
        color: #fff;
    }
    header .mega-menu .drop-down-multilevel li.activeTriggerMobile > a .fas {
        color: #fff;
    }
    .mega-menu .drop-down-multilevel li.activeTriggerMobile > a,
    .mega-menu .drop-down-multilevel li.activeTriggerMobile > a i.fa {
        color: #fff;
    }
}
.mega-menu .menu-links > li.active .drop-down-multilevel a {
    color: #323232;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
    color: #db2d2e;
}
.mega-menu .drop-down-multilevel a {
    margin: 0;
    padding: 7px 20px;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    float: left;
    width: 100%;
    color: #323232;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.mega-menu .drop-down-multilevel i.fa {
    float: left;
    line-height: 1.375em;
    font-size: 1em;
    display: block;
    padding-right: 10px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.mega-menu .drop-down-multilevel i.fas.fa-indicator {
    float: right;
    line-height: 30px;
    font-size: 1em;
    display: block;
    padding-left: 10px;
    padding-right: 0;
}
.mega-menu .drop-down-multilevel .drop-down-multilevel {
    left: 100%;
    top: 0;
}
@media screen and (min-width: 993px) {
    .mega-menu .drop-down-multilevel .drop-down-multilevel.left-side {
        left: -100%;
    }
}
@media screen and (max-width: 992px) {
    .mega-menu .drop-down-multilevel i.fas.fa-indicator {
        float: right;
        height: 42px;
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 38px;
        z-index: -1;
    }
    .mega-menu .drop-down-multilevel .drop-down-multilevel {
        left: 0;
        border: 1px solid #ccc;
    }
}
.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    background: #fff;
    float: left;
    padding: 10px;
    z-index: 999;
    display: block;
    cursor: default;
    overflow: hidden;
}
.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar * {
    color: #323232;
}
@media screen and (min-width: 993px) {
    .mega-menu .drop-down-tab-bar,
    .mega-menu .drop-down.menu-bg {
        background: rgba(255, 255, 255, 1);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .mega-menu .drop-down.menu-bg [class*="grid-col-"] {
        padding: 10px 10px 0;
    }
    .mega-menu .rev-slider {
        background: #fff;
        padding: 7px 12px;
    }
    .mega-menu .rev-slider p {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 0 !important;
        line-height: 0 !important;
    }
    .mega-menu .rev-slider a {
        display: inline-block;
        font-size: 13px !important;
        color: #01a9da;
        width: inherit !important;
        padding: 5px 0;
    }
    .mega-menu .rev-slider a:hover {
        color: #323232 !important;
    }
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        border-top: 5px solid #db2d2e;
        border-radius: 0 !important;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
}
@media screen and (max-width: 992px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        width: 100% !important;
        top: 0;
        left: 0;
        position: relative;
        display: none;
    }
}
.mega-menu .drop-down .grid-row,
.mega-menu .drop-down-tab-bar .grid-row {
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 100%;
    float: left;
    clear: both;
}
.mega-menu .drop-down [class*="grid-col-"],
.mega-menu .drop-down-tab-bar [class*="grid-col-"] {
    margin: 0;
    float: left;
    padding: 10px;
    position: relative;
}
.mega-menu .drop-down-tab-bar.grid-demo span,
.mega-menu .drop-down.grid-demo span {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 4px 6px;
    background: #bfbfbf;
    font-size: 0.75em;
    color: #323232;
}
.mega-menu .drop-down .space-0,
.mega-menu .drop-down-tab-bar .space-0 {
    padding: 0 !important;
    margin: 0 !important;
}
.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    font-size: 13px;
    display: inline-block;
    padding: 7px 0;
    width: 100%;
    max-width: 100%;
    text-transform: capitalize;
}
.mega-menu .drop-down h1,
.mega-menu .drop-down h2,
.mega-menu .drop-down h3,
.mega-menu .drop-down h4,
.mega-menu .drop-down h5,
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h1,
.mega-menu .drop-down-tab-bar h2,
.mega-menu .drop-down-tab-bar h3,
.mega-menu .drop-down-tab-bar h4,
.mega-menu .drop-down-tab-bar h5,
.mega-menu .drop-down-tab-bar h6 {
    margin-top: 0;
    font-weight: 700;
}
.mega-menu .drop-down h1,
.mega-menu .drop-down-tab-bar h1 {
    font-size: 1.5em;
    line-height: 1;
    padding-top: 0.53em;
    margin-bottom: 0.5em;
}
.mega-menu .drop-down h2,
.mega-menu .drop-down-tab-bar h2 {
    font-size: 1.375em;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
}
.mega-menu .drop-down h3,
.mega-menu .drop-down-tab-bar h3 {
    font-size: 1.125em;
    line-height: 1;
    padding-top: 0.35em;
    margin-bottom: 0.65em;
}
.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
    font-size: 1em;
    text-transform: capitalize;
    line-height: 1.25;
    padding-top: 0.45em;
    margin-bottom: 0;
    padding-left: 8px;
    letter-spacing: 0;
}
.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5 {
    font-size: 0.875em;
    font-weight: 700;
    padding-top: 0.6em;
    margin-bottom: 0.9em;
}
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h6 {
    font-size: 0.75em;
    font-weight: 700;
    margin-bottom: 0;
}
.mega-menu .drop-down figure img,
.mega-menu .drop-down-tab-bar figure img {
    width: 100%;
    height: auto;
    display: block;
}
.mega-menu .drop-down figcaption,
.mega-menu .drop-down-tab-bar figcaption {
    font-size: small;
    font-style: italic;
    color: #666;
}
.mega-menu .drop-down dl,
.mega-menu .drop-down ol,
.mega-menu .drop-down ul,
.mega-menu .drop-down-tab-bar dl,
.mega-menu .drop-down-tab-bar ol,
.mega-menu .drop-down-tab-bar ul {
    padding: 0;
    margin: 0 0 14px;
}
.mega-menu .drop-down form,
.mega-menu .drop-down-tab-bar form {
    margin-bottom: 1.5em;
}
.mega-menu .drop-down form ul,
.mega-menu .drop-down-tab-bar form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu .drop-down form ul li,
.mega-menu .drop-down-tab-bar form ul li {
    margin-bottom: 1.5em;
}
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down form ul li:before,
.mega-menu .drop-down-tab-bar form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:before {
    content: "";
    display: table;
}
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:after {
    clear: both;
}
.mega-menu .drop-down fieldset,
.mega-menu .drop-down-tab-bar fieldset {
    margin: 0;
    padding: 1.5em;
}
.mega-menu .drop-down label,
.mega-menu .drop-down-tab-bar label {
    display: block;
}
.mega-menu .drop-down label.inline,
.mega-menu .drop-down-tab-bar label.inline {
    display: inline;
    padding-right: 24px;
}
.mega-menu .drop-down input[type="date"],
.mega-menu .drop-down input[type="datetime-local"],
.mega-menu .drop-down input[type="datetime"],
.mega-menu .drop-down input[type="email"],
.mega-menu .drop-down input[type="month"],
.mega-menu .drop-down input[type="number"],
.mega-menu .drop-down input[type="password"],
.mega-menu .drop-down input[type="search"],
.mega-menu .drop-down input[type="tel"],
.mega-menu .drop-down input[type="text"],
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down input[type="url"],
.mega-menu .drop-down input[type="week"],
.mega-menu .drop-down textarea,
.mega-menu .drop-down-tab-bar input[type="date"],
.mega-menu .drop-down-tab-bar input[type="datetime-local"],
.mega-menu .drop-down-tab-bar input[type="datetime"],
.mega-menu .drop-down-tab-bar input[type="email"],
.mega-menu .drop-down-tab-bar input[type="month"],
.mega-menu .drop-down-tab-bar input[type="number"],
.mega-menu .drop-down-tab-bar input[type="password"],
.mega-menu .drop-down-tab-bar input[type="search"],
.mega-menu .drop-down-tab-bar input[type="tel"],
.mega-menu .drop-down-tab-bar input[type="text"],
.mega-menu .drop-down-tab-bar input[type="time"],
.mega-menu .drop-down-tab-bar input[type="url"],
.mega-menu .drop-down-tab-bar input[type="week"],
.mega-menu .drop-down-tab-bar textarea {
    display: block;
    width: 100%;
    margin: 0 0 0.75em;
    padding: 10px;
    font-size: 0.8125em;
    border: 1px solid #e8e8e8;
    line-height: 1.5em;
    font-family: Roboto, sans-serif;
}
.mega-menu .drop-down select,
.mega-menu .drop-down-tab-bar select {
    width: 100%;
    height: 2.1em;
    margin-bottom: 0.9em;
    border: 1px solid #ccc;
    font-family: Roboto, sans-serif;
}
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down-tab-bar input[type="color"],
.mega-menu .drop-down-tab-bar input[type="range"] {
    vertical-align: middle;
    height: 1.5em;
    width: 100%;
    font-family: Roboto, sans-serif;
}
.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down-tab-bar input[type="range"] {
    height: 1.4em;
}
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="color"] {
    width: 1.5em;
    font-family: Roboto, sans-serif;
}
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down-tab-bar input[type="time"] {
    margin: 0 0 0.55em;
}
.mega-menu .drop-down meter,
.mega-menu .drop-down progress,
.mega-menu .drop-down-tab-bar meter,
.mega-menu .drop-down-tab-bar progress {
    display: block;
    width: 100%;
    height: 1.5em;
}
.mega-menu .drop-down table,
.mega-menu .drop-down-tab-bar table {
    margin-bottom: 1.4em;
    width: 100%;
    border: 1px solid #ccc;
}
.mega-menu .drop-down thead,
.mega-menu .drop-down-tab-bar thead {
    text-align: left;
    font-weight: 700;
}
.mega-menu .drop-down tbody tr:nth-child(2n) td,
.mega-menu .drop-down-tab-bar tbody tr:nth-child(2n) td {
    background: #ddd;
}
.mega-menu .drop-down tfoot,
.mega-menu .drop-down-tab-bar tfoot {
    font-style: italic;
}
.mega-menu .drop-down tfoot td,
.mega-menu .drop-down tfoot th,
.mega-menu .drop-down-tab-bar tfoot td,
.mega-menu .drop-down-tab-bar tfoot th {
    padding: 0.75em 10px;
}
.mega-menu .drop-down caption,
.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar caption,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar th {
    border: 1px solid #ccc;
}
.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar th {
    padding: 0 10px;
    line-height: 1.45em;
}
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar caption {
    border-bottom: 0;
    padding: 0.75em 10px;
    line-height: 1.45em;
    text-align: left;
    font-style: italic;
}
.mega-menu .drop-down p,
.mega-menu .drop-down-tab-bar p {
    margin: 0 0 1.5em;
    font-size: 0.8125em;
}
.mega-menu .drop-down blockquote,
.mega-menu .drop-down-tab-bar blockquote {
    margin: 0 1.5em 1.5em;
    font-style: italic;
}
.mega-menu .drop-down mark,
.mega-menu .drop-down-tab-bar mark {
    line-height: 1.5;
    background: #78aace;
    color: #fff;
}
.mega-menu .drop-down del,
.mega-menu .drop-down-tab-bar del {
    color: #ddd;
}
.mega-menu .drop-down code,
.mega-menu .drop-down kbd,
.mega-menu .drop-down pre,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar code,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar pre,
.mega-menu .drop-down-tab-bar samp {
    font-family: Roboto, sans-serif;
}
.mega-menu .drop-down ins,
.mega-menu .drop-down small,
.mega-menu .drop-down-tab-bar ins,
.mega-menu .drop-down-tab-bar small {
    line-height: 1.5;
}
.mega-menu .drop-down kbd,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar samp {
    line-height: 1.4;
}
.mega-menu .drop-down hr,
.mega-menu .drop-down-tab-bar hr {
    background: #ccc;
    color: #ccc;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.4em;
    border: none;
}
.mega-menu .drop-down input[type="button"],
.mega-menu .drop-down input[type="submit"],
.mega-menu .drop-down-tab-bar input[type="button"],
.mega-menu .drop-down-tab-bar input[type="submit"] {
    background: #db2d2e;
    padding: 10px 20px;
    margin: 5px 10px 0 0;
    font-family: Roboto, sans-serif;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 0.8125em;
    color: #fff;
    border-radius: 0;
    display: block;
    float: left;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.mega-menu .drop-down a:hover,
.mega-menu .drop-down a:hover i,
.mega-menu .drop-down-tab-bar a:hover,
.mega-menu .drop-down-tab-bar a:hover i {
    color: #db2d2e;
}
.mega-menu .drop-down input[type="button"]:hover,
.mega-menu .drop-down input[type="submit"]:hover,
.mega-menu .drop-down-tab-bar input[type="button"]:hover,
.mega-menu .drop-down-tab-bar input[type="submit"]:hover {
    background-color: #333;
}
.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.mega-menu .drop-down a i,
.mega-menu .drop-down-tab-bar a i {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
    .mega-menu .drop-down input[type="button"],
    .mega-menu .drop-down input[type="submit"],
    .mega-menu .drop-down-tab-bar input[type="button"],
    .mega-menu .drop-down-tab-bar input[type="submit"] {
        width: 100%;
    }
    .mega-menu .drop-down a,
    .mega-menu .drop-down-tab-bar a {
        width: auto;
    }
}
.mega-menu .drop-down .list-description span,
.mega-menu .drop-down-tab-bar .list-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%;
}
.mega-menu .drop-down .image-description,
.mega-menu .drop-down-tab-bar .image-description {
    position: relative;
}
.mega-menu .drop-down .image-description img,
.mega-menu .drop-down-tab-bar .image-description img {
    display: inline-block;
    float: left;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    width: 40px;
}
.mega-menu .drop-down .image-description a,
.mega-menu .drop-down-tab-bar .image-description a {
    padding-left: 50px;
}
.mega-menu .drop-down .image-description span,
.mega-menu .drop-down-tab-bar .image-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%;
}
.mega-menu .drop-down i.fa,
.mega-menu .drop-down-tab-bar i.fa {
    padding-right: 10px;
}
.mega-menu .drop-down iframe,
.mega-menu .drop-down-tab-bar iframe {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}
@media screen and (min-width: 993px) {
    .mega-menu .drop-down-tab-bar.offset-1,
    .mega-menu .drop-down.offset-1 {
        margin-left: 100px;
    }
    .mega-menu .drop-down-tab-bar.offset-2,
    .mega-menu .drop-down.offset-2 {
        margin-left: -150px;
    }
    .mega-menu .drop-down-tab-bar.offset-3,
    .mega-menu .drop-down.offset-3 {
        margin-left: -200px;
    }
    .mega-menu .drop-down-tab-bar.offset-4,
    .mega-menu .drop-down.offset-4 {
        margin-left: -250px;
    }
    .mega-menu .drop-down-tab-bar.offset-5,
    .mega-menu .drop-down.offset-5 {
        margin-left: -300px;
    }
}
.mega-menu .drop-down .menu-contact-form,
.mega-menu .drop-down-tab-bar .menu-contact-form {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
}
.mega-menu .mobileTriggerButton {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: none;
    z-index: -1;
}
.mega-menu .desktopTriggerButton {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    opacity: 0.2;
}
@media screen and (min-width: 993px) {
    .mega-menu.desktopTopFixed .menu-list-items {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0 10px;
    }
    .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12,
    .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12 {
        width: 100%;
        margin: 0;
    }
    .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
        padding-top: 0;
    }
    .sticky-logo {
        height: 52px;
    }
    header .header-navbar-v2.desktopTopFixed .header-logo {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
        line-height: 72px;
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-scale {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-top {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-bottom {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-left {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-right {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar {
        -webkit-transition-delay: 0.2s !important;
        transition-delay: 0.2s !important;
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-fade {
        opacity: 1;
        visibility: visible;
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-scale {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-top {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-right {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@media screen and (max-width: 992px) {
    .mega-menu .mobileTriggerButton {
        display: block;
    }
    .mega-menu .desktopTriggerButton {
        display: none;
    }
    #header.light-transparent .mega-menu.mobileTopFixed .menu-list-items {
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    #header.light-fullwidth.default-header .mega-menu.mobileTopFixed .menu-list-items {
        background: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .mega-menu .drop-down-tab-bar li {
        width: 100%;
        position: relative;
    }
}
.mega-menu .drop-down-tab-bar {
    margin: 0;
    padding: 10px;
    float: left;
}
.mega-menu .drop-down-tab-bar li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}
.mega-menu .drop-down-tab-bar a {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.8125em;
}
@media screen and (max-width: 992px) {
    .mega-menu .drop-down-tab-bar a {
        width: auto;
        padding-right: 20px;
    }
}
.mega-menu .drop-down-tab-bar i.fa {
    display: inline-block;
    padding-right: 5px;
}
.mega-menu .drop-down-tab-bar i.fas.fa-indicator {
    padding-right: 0;
    padding-left: 10px;
    line-height: 0.8125em;
}
@media screen and (max-width: 992px) {
    .mega-menu .drop-down-tab-bar i.fas.fa-indicator {
        float: right;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        line-height: 25px;
    }
    .mega-menu .menu-links li .drop-down,
    .mega-menu .menu-links li .drop-down-multilevel,
    .mega-menu .menu-links li .drop-down-tab-bar {
        -webkit-transition: none !important;
        transition: none !important;
        padding: 0;
    }
    .mega-menu .drop-down-multilevel a {
        padding: 13px 10px;
    }
}
@media screen and (min-width: 993px) {
    .mega-menu.menuFullWidth {
        max-width: 100%;
    }
}
