﻿:root {
    --header_height: $header_height;
}
html {
    overflow-y: scroll;
}
body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: clip;
}
body.helix-ultimate-preloader {
    overflow: hidden;
}
body.helix-ultimate-preloader:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(255, 255, 255, 0.9);
}
body.helix-ultimate-preloader:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 36px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    line-break: 48px;
    text-align: center;
    color: #007bff;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: 99999;
}
.btn:focus {
    box-shadow: none !important;
}
.btn.input-password-toggle {
    border-radius: 0.25rem;
}
.tm-page,
.body-wrapper {
    position: relative;
}
.row {
    --bs-gutter-x: 1.5rem;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.tm-toolbar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    position: relative;
}
.tm-toolbar .uk-subnav > * > :first-child {
    text-transform: none;
}
.tm-height-min-1-1 {
    min-height: 100%;
}
#tm-navbar .uk-nav-center .uk-nav-parent-icon > .uk-parent > a::after,
#tm-mobile .uk-nav-center .uk-nav-parent-icon > .uk-parent > a::after {
    position: absolute;
}
.tm-cookie-bar {
    z-index: 999;
}
.tm-cookie-bar.uk-section-xsmall {
    padding: 15px 0;
}
.tm-header .uk-navbar-primary .uk-navbar-nav > li > a {
    font-size: 24px;
}
.tm-social > li > a > span {
    font-size: 16px;
}
.tm-header,
.tm-header-mobile {
    position: relative;
}
.tm-headerbar-top {
    padding: 20px 0;
}
.tm-headerbar-bottom {
    padding: 20px 0;
}
.tm-headerbar-stacked {
    margin-top: 20px;
}
.tm-header-overlay {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
}
.tm-header-transparent .tm-headerbar-top,
.tm-header-transparent .tm-headerbar-bottom {
    background: rgba(0, 0, 0, 0);
}
.tm-header-transparent .tm-headerbar-top {
    border-bottom-color: rgba(0, 0, 0, 0);
}
.navbar .brand,
.uk-logo {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    min-height: 80px;
}
.uk-nav-header:not(:first-child) {
    margin-top: 15px;
}
.tm-header-mobile-slide {
    z-index: 1020;
}
.tm-height-min-1-1 {
    min-height: 100%;
}
#sp-title {
    min-height: 0;
}
.mod-breadcrumbs__wrapper {
    position: relative;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs {
    margin-top: 0;
    padding-top: 0 !important;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.mod-breadcrumbs > * > * {
    font-size: 15px;
    color: #868686;
}
.mod-breadcrumbs > * > *:hover {
    color: #2c2c2c;
}
.mod-breadcrumbs > :nth-child(n + 2)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px 0 16px;
    float: none;
    padding-right: 0;
    font-size: 15px;
    color: #868686;
}
.uk-light .mod-breadcrumbs > * > * {
    color: rgba(255, 255, 255, 0.5);
}
.uk-light .mod-breadcrumbs > * > *:hover {
    color: rgba(255, 255, 255, 0.7);
}
.uk-light .mod-breadcrumbs > :last-child > * {
    color: rgba(255, 255, 255, 0.7);
}
.uk-light .mod-breadcrumbs > :nth-child(n + 2)::before {
    color: rgba(255, 255, 255, 0.5);
}
.uk-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}
#sp-main-body {
    padding: 50px 0;
}
.com-sppagebuilder #sp-main-body,
.com-quix #sp-main-body {
    padding: 0;
}
.com-quix #sp-main-body > .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
#sp-left .sp-column > .uk-panel,
#sp-right .sp-column > .uk-panel {
    margin-bottom: 30px;
}
#sp-left .uk-search-input,
#sp-right .uk-search-input {
    background-color: #fff;
}
#sp-left .uk-panel:first-child,
#sp-right .uk-panel:first-child {
    margin-top: 0;
}
#sp-left .uk-panel .uk-search-default,
#sp-right .uk-panel .uk-search-default {
    width: 100%;
}
#sp-left .uk-panel .categories-module ul,
#sp-right .uk-panel .categories-module ul {
    margin: 0 10px;
}
#sp-left .uk-panel ul,
#sp-right .uk-panel ul {
    padding: 0;
    list-style: none;
}
.login img {
    display: inline-block;
    margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
    margin-top: 6px;
}
.form-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.com-users-profile__edit form.com-users-profile__edit-form {
    padding: 30px;
    background: #f8f8f8;
}
[id*="module-"] {
    position: relative;
}
.btn.jmodedit {
    z-index: 900;
    position: absolute;
    top: 0;
    right: 0;
}
.btn-link.jmodedit {
    padding: 0;
}
.uk-search-default .awesomplete {
    display: block;
}
.uk-search-large .mod-finder .awesomplete .uk-search-input {
    height: 80px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0);
}
.uk-search-large .mod-finder .awesomplete .uk-search-input:focus {
    border-color: #e3e3e3;
}
.uk-modal-page .com-finder > * + * {
    margin-top: 0;
}
.tm-header .awesomplete > ul {
    z-index: 11;
}
.newsflash-vert-parallax {
    box-sizing: initial;
}
.article-ratings {
    display: flex;
    align-items: center;
}
.article-ratings .rating-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star,
.article-ratings .rating-symbol a.rating-star {
    font-family: "Font Awesome 6 Free";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before,
.article-ratings .rating-symbol a.rating-star.active:before {
    content: "";
    color: #f6bc00;
    font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before,
.article-ratings .rating-symbol a.rating-star:before {
    content: "";
    padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before,
.article-ratings .rating-symbol a.rating-star:hover:before,
.article-ratings .rating-symbol a.rating-star:hover ~ span.rating-star:before {
    content: "";
    color: #e7b000;
    font-weight: 900;
    cursor: pointer;
}
.article-ratings .ratings-count {
    font-size: 0.785rem;
}
.article-ratings .fa-spinner {
    margin-right: 5px;
}
.pagination-wrapper {
    align-items: center;
}
.pagination-wrapper .pagination {
    margin-bottom: 0;
}
.pagenavcounter {
    display: none;
}
.newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0;
}
.newsfeed-category .category li {
    padding: 5px 0;
}
.newsfeed-category #filter-search {
    margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
    padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
    margin: 5px 0;
}
.article-footer-top {
    display: table;
    clear: both;
    width: 100%;
}
.article-footer-top .post_rating {
    float: left;
}
.contentpane:not(.com-sppagebuilder) {
    padding: 20px;
}
#sp-bottom {
    font-size: 15px;
    line-height: 1.6;
}
#sp-bottom .sp-column > .uk-panel {
    margin-bottom: 30px;
}
#sp-bottom .sp-column > .uk-panel .uk-card-title {
    font-weight: 700;
    font-size: 18px;
}
#sp-bottom .sp-column > .uk-panel ul:not(.uk-nav-sub) {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sp-footer ul.menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}
#sp-footer ul.menu li {
    display: inline-block;
    margin: 0 10px;
}
#sp-footer ul.menu li a {
    display: block;
}
#sp-footer ul.menu li a:hover {
    background: none;
}
#sp-footer .uk-subnav > * > :first-child {
    font-size: 15px;
}
.sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0;
}
.sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
}
.profile > div:not(:last-child) {
    margin-bottom: 30px;
}
.dl-horizontal dt {
    margin: 8px 0;
    text-align: left;
}
.page-header {
    padding-bottom: 15px;
}
table.category {
    width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
    border: 1px solid #f2f2f2;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
table.category tbody > tr td {
    padding: 10px;
}
.contact-form .form-actions {
    background: none;
    border: none;
}
.contact-form .btn-primary {
    padding: 0 30px;
    font-size: 16px;
    line-height: 38px;
}
@media print {
    .visible-print {
        display: inherit !important;
    }
    .hidden-print {
        display: none !important;
    }
}
.back__top.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
}
.back__top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    line-height: 2;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.5) translateY(50px);
    transform: scale(0.5) translateY(50px);
    -webkit-transform: scale(0.5) translateY(50px);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}
.back__top:hover,
.back__top:focus {
    color: #fff;
}
.filter-branch .control-group {
    margin: 1em 0;
}
.control-group {
    margin-bottom: 1rem;
}
input[type="text"],
textarea {
    outline: none;
}
.btn {
    border-radius: 0;
}
.password-group meter {
    width: 100%;
}
input[type="text"]:not(.form-control, .uk-input),
input[type="email"]:not(.form-control, .uk-input),
input[type="url"]:not(.form-control, .uk-input),
input[type="date"]:not(.form-control, .uk-input),
input[type="password"]:not(.form-control, .uk-input),
input[type="search"]:not(.form-control, .uk-input),
input[type="tel"]:not(.form-control, .uk-input),
input[type="number"]:not(.form-control, .uk-input),
select:not(.form-select):not(.form-control, .uk-input) {
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
    color: #666;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}
input[type="text"]:not(.form-control, .uk-input):focus,
input[type="email"]:not(.form-control, .uk-input):focus,
input[type="url"]:not(.form-control, .uk-input):focus,
input[type="date"]:not(.form-control, .uk-input):focus,
input[type="password"]:not(.form-control, .uk-input):focus,
input[type="search"]:not(.form-control, .uk-input):focus,
input[type="tel"]:not(.form-control, .uk-input):focus,
input[type="number"]:not(.form-control, .uk-input):focus,
select:not(.form-select):not(.form-control, .uk-input):focus {
    border-color: #e98b50;
}
.options-form textarea.form-control {
    width: 100%;
}
input.choices__input.choices__input--cloned {
    height: inherit;
    border: none;
}
.choices__list--multiple .choices__item {
    background-color: #e98b50;
    color: #fff;
}
.layout-edit .form-select {
    width: 100%;
}
.custom-select,
.form-select {
    -moz-padding-start: calc(1rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-bg.svg);
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 116rem;
    border-radius: 0.25rem;
    color: #22262a;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 3rem 0.5rem 1rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 100%;
}
.custom-select,
.form-select {
    background: url(../images/select-bg.svg) no-repeat 100%/116rem;
    background-color: #eaedf0;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    cursor: pointer;
    max-width: 100%;
}
.custom-select:focus,
.form-select:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.valid {
    border-color: #448344;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
}
.card-block {
    padding: 20px;
}
.card-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.card-block ul li {
    display: block;
}
.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.related-article-list .related-image div {
    margin-top: 0 !important;
}
body.com-content.view-form.layout-edit .nav-tabs .nav-link {
    display: block !important;
}
.no-js img.lazyload {
    display: none;
}
.registration #member-registration #jform_privacyconsent_privacy-lbl {
    display: inline-flex;
}
.registration #member-registration #jform_privacyconsent_privacy-lbl > a {
    position: initial;
    display: block;
    color: #656565;
}
.registration #member-registration #jform_privacyconsent_privacy-lbl > a:hover,
.registration #member-registration #jform_privacyconsent_privacy-lbl > a:focus {
    color: #e98b50;
}
.modal-dialog.jviewport-width80 {
    width: 80vw;
    max-width: none;
}
.hu-media-modal .modal-content {
    height: 65vh;
}
.hu-media-modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.input-group.hu-j4-media {
    max-width: 356px;
}
.hidden {
    display: none !important;
}
.field-calendar .input-group-text {
    padding: 0;
}
.field-calendar .input-group-text button#jform_mycalendar_btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #212529;
}
.field-calendar .input-group .btn {
    padding: 0.4375rem 0.9375rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.modal-body .iframe {
    min-height: 60vh !important;
}
#sbox-content iframe {
    width: 780px;
    height: 480px;
}
figure {
    margin: 0 0 2em;
}
figure.float-start {
    margin-right: 1em;
}
figure.float-end {
    margin-left: 1em;
}
[dir="rtl"] figure.float-start {
    margin-left: 1em;
    margin-right: 0;
}
[dir="rtl"] figure.float-end {
    margin-left: 0;
    margin-right: 1em;
}
.hu-content-edit .input-group-text {
    padding: 0;
    border: none;
}
.com-content #sp-main-body {
    background-color: #f7f7f7;
}
.view-category .uk-article,
.view-article .uk-article {
    background: #fff;
    padding: 20px;
}
.com-content .blog .uk-subnav > * > :first-child,
.com-content .blog-featured .uk-subnav > * > :first-child,
.com-content .uk-article .uk-subnav > * > :first-child {
    text-transform: none;
    font-size: 0.95rem;
}
#contact-form textarea {
    height: 120px;
    border: 1px solid #ced4da;
}
.hide-contact-title .contact-title {
    display: none;
}
.alert {
    border-radius: 0;
}
.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert h4 {
    margin: 0;
}
.field-calendar .input-group-text {
    padding: 0;
}
.field-calendar .input-group-text button#jform_mycalendar_btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #212529;
}
.field-calendar .input-group .btn {
    padding: 0.4375rem 0.9375rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.sppb-popover {
    z-index: 9999;
}
.heading-highlighted-wrapper .uk-margin-small-right {
    margin-right: 6px !important;
}
.heading-highlighted-wrapper .uk-margin-small-left {
    margin-left: 6px !important;
}
.uk-card-muted {
    background: #f8f8f8;
}
.tm-social-list .uk-icon-button {
    line-height: 36px;
}
.price-wrapper {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.price-wrapper .currency {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 46px;
}
.price-wrapper .figure {
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    position: relative;
}
.uk-card-muted {
    background: #f7f8fa;
    box-shadow: none;
}
.popover .popover-header {
    margin-top: 0;
}
.acym_form .cell {
    width: 100%;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.uk-light .tm-acym-form .cell {
    background-clip: border-box;
}
.convertforms .cf-field-hp {
    display: none !important;
    position: absolute !important;
    left: -9000px !important;
}
.tm-form-collapse .uk-grid > * {
    padding-left: 0px;
}
.tm-form-collapse .tm-acym-form {
    margin-left: 0px;
}
.tm-form-collapse .acym_module_form input {
    max-width: inherit;
}
.tm-acym-form .cell {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.follow-us li a {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #888;
    padding-left: 32px;
}
.follow-us li a:before {
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    font-size: 14px;
    content: "" !important;
}
.follow-us li.twiter a:before {
    content: "" !important;
}
.follow-us li.google a:before {
    content: "" !important;
}
.follow-us li.linkedIn a:before {
    content: "" !important;
}
.follow-us li.youtube a:before {
    content: "" !important;
}
.choose-us [class^="icon-"],
.choose-us [class*=" icon-"] {
    margin-right: 0;
    width: inherit;
    height: inherit;
    line-height: initial;
}
.flat-icon .iconbox {
    float: left;
    padding: 0 15px;
    margin-bottom: 52px;
}
.flat-icon.v3 .iconbox,
.flat-icon .iconbox.v4 {
    margin-bottom: 0;
}
.flat-icon .item {
    overflow: hidden;
    margin: 0 -15px 19px;
}
.flat-icon.v2 .item {
    overflow: hidden;
    margin: 0 -15px 70px;
}
.flat-icon .item.m25 {
    margin: 0 -15px;
}
.flat-icon .iconbox.style-v1 {
    width: 25%;
    padding: 0 15px;
}
.flat-icon .iconbox.style-v1 .box {
    border: 1px solid #eee;
    padding: 28px 23px 33px;
}
.flat-icon .iconbox.v1 .thumb {
    margin-bottom: 31px;
}
.flat-icon .iconbox.v1 .thumb {
    position: relative;
}
.flat-icon .iconbox.v1 .thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s;
    -webkit-transform: 0.35s;
    -webkit-transform: scale(0);
    transition:
        opacity 0.35s,
        transform 0.35s;
    transition: all ease 0.4s;
    transform: scale(0);
}
.flat-icon .iconbox.v1:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.flat-icon .iconbox.icon-left .box-header {
    float: left;
    padding-right: 21px;
}
.flat-icon .iconbox.icon-left .box-header i:before {
    font-family: "FO";
    content: "";
    font-size: 45px;
}
.flat-icon .iconbox.icon-left .box-header.v1 i:before {
    content: "";
}
.flat-icon .iconbox.icon-left .box-header.v2 i:before {
    content: "";
}
.flat-icon .icon-post {
    overflow: hidden;
    padding-left: 5px;
    width: initial;
    display: block;
}
.flat-icon .icon-post .box-title .title {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.flat-icon .icon-post .box-content p {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #656565;
    line-height: 25px;
}
.flat-fun-fact .iteam-fact {
    background-color: #926203;
}
.flat-fun-fact .iteam-fact.v1 {
    padding: 60px 0 50px 72px;
}
.flat-fun-fact .iteam-fact.v2 {
    padding: 60px 0 50px 30px;
}
.flat-fun-fact .iteam-fact.v2 {
    background-color: #7C5302;
}
.flat-fun-fact .iteam-fact.v3 {
    padding: 60px 0 50px 60px;
}
.flat-fun-fact .iteam-fact.v3 {
    background-color: #674401;
}
.flat-fun-fact .iteam-fact .num-fact,
.flat-fun-fact .iteam-fact .text-fact {
    display: inline-block;
}
.flat-fun-fact .iteam-fact .num-fact {
    font-size: 65px;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 80px;
    padding-right: 17px;
    margin-right: 24px;
    font-weight: 600;
    float: left;
}
.flat-fun-fact .iteam-fact .text-fact .title {
    font-size: 25px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.flat-fun-fact .iteam-fact .text-fact .comment-reply {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
.flat-fun-fact .iteam-fact .text-fact .comment-reply i {
    font-size: 10px;
    padding-left: 2px;
}
.sppb-nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
    background-color: #eee;
}
.sppb-nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.sppb-nav-tabs > li.active > a,
.sppb-nav-tabs > li.active > a:hover,
.sppb-nav-tabs > li.active > a:focus {
    background: rgba(0, 0, 0, 0);
}
.sppb-nav-tabs > li.active > a,
.sppb-nav-tabs > li.active > a:hover,
.sppb-nav-tabs > li.active > a:focus {
    border: none;
}
.sppb-nav-tabs > li {
    position: relative;
    display: inline-block;
}
.sppb-nav-tabs > li:before {
    position: absolute;
    bottom: 0px;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.3s;
}
.sppb-nav-tabs > li.active:before {
    position: absolute;
    width: 100%;
}
.sppb-nav-tabs > li:hover:before {
    width: 100%;
    transition: width 0.3s;
}
.portfolio-index1 .title-section .title {
    margin-bottom: 27px;
}
.flat-portfolio .portfolio-wrap {
    margin: -15px;
}
.flat-portfolio .item {
    padding: 0 15px;
    width: 33.33%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.flat-portfolio .item.v1 {
    width: 25%;
}
.flat-portfolio .item.v3 {
    width: 20%;
    padding: 0;
}
.flat-portfolio.v3 .item {
    margin-bottom: 0;
}
.portfolio-index1 .flat-portfolio .item .item-content .link-v1 .title {
    margin-bottom: 13px;
}
.flat-portfolio .item.v1 .item-content .thumb {
    margin-bottom: 25px;
}
.flat-portfolio .item .item-content .link-v1 .title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.flat-portfolio .item .item-content .link-v1 p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    font-weight: 600;
}
.page-title.parallax1 {
    padding: 0;
}
.flat-talk .title-section {
    text-align: center;
}
.flat-talk .title-section p {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
}
#bg-overlay {
    position: relative;
}
#bg-overlay:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(32, 32, 32, 0.8);
}
.custom-form {
    background-color: #3a526a;
    padding: 63px 35px;
    border-radius: 3px;
}
.custom-form .title-v1 .title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 21px;
    font-weight: 700;
    text-transform: uppercase;
}
.custom-form .title-v1 p {
    font-size: 13px;
    color: #bac3cb;
    margin-bottom: 32px;
}
.sppb-section .latestnews > div {
    border-top: 1px solid #e5e5e5;
    padding: 18px 0 16px;
}
.sppb-section .latestnews > div a {
    color: #656565;
}
.sppb-section .latestnews > div small {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
h4.sprocket-strips-s-title a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    padding-right: 60px;
}
.flat-button {
    padding: 0 20px;
    border: none;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flat-button:hover {
    background-color: #3e3e3e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input#sp_qc_submit {
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    padding: 0 31px;
    height: 50px;
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
    .thumb img {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .flat-portfolio .item.v1 .item-content img {
        margin-bottom: 0;
    }
    .flat-portfolio .item.v1 {
        width: 33.33% !important;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .flat-portfolio .item.v1 .item-content img {
        margin-bottom: 15px !important;
    }
    .flat-portfolio .item .item-content .thumb img {
        width: 100% !important;
    }
    .flat-portfolio .item.v1 {
        width: 100% !important;
        margin-bottom: 30px;
    }
}
.widget.widget-categories {
    margin-bottom: 57px;
}
.widget.widget-categories .widget-title {
    margin-bottom: 11px;
}
ul {
    padding-left: 0;
}
.widget.widget-categories.team ul li {
    background-color: #f1f1f1;
    color: #222;
    font-weight: 600;
    border-bottom: none;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget.widget-categories.team ul li:hover {
    background-color: #3a526a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget.widget-categories.team ul li:hover a {
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget-categories.team ul li:before {
    content: none;
}
.widget-categories.team ul li a {
    padding-left: 25px;
    line-height: 55px;
    color: #656565;
}
.widget-need {
    margin-bottom: 50px;
}
.widget-need .title-link.v5 .widget-title {
    font-size: 17px;
    margin-bottom: 17px;
}
.widget-need p {
    font-size: 13px;
    margin-bottom: 22px;
}
.widget .title-link.v5:after {
    position: absolute;
    top: 13px;
    left: 150px;
}
.widget .title-link.v5:before {
    position: absolute;
    top: 10px;
    left: 150px;
}
.widget-need .form-submit input[type="submit"] {
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    text-transform: none;
    font-size: 14px;
    height: 40px;
    padding: 0 25px;
    border: none;
}
.widget-need .form-submit input[type="submit"]:hover {
    background-color: #3e3e3e;
    color: #fff;
}
.widget-brochures .title-link.v6 .widget-title {
    font-size: 17px;
    margin-bottom: 17px;
}
.widget.widget-brochures ul li {
    margin-bottom: 5px;
}
.widget-brochures p {
    font-size: 13px;
    margin-bottom: 29px;
    line-height: 24px;
}
.widget .title-link.v6:after {
    position: absolute;
    top: 13px;
    left: 154px;
}
.widget .title-link.v6:before {
    position: absolute;
    top: 10px;
    left: 154px;
}
.widget-brochures ul li {
    position: relative;
    background-color: #3a526a;
    padding: 11px 0 9px 26px;
    border-radius: 3px;
    width: 230px;
}
.widget-brochures ul li:before {
    position: absolute;
    right: 25px;
    top: 11px;
    font-family: FontAwesome;
    content: "";
    color: #fff;
    font-size: 14px;
}
.widget-brochures ul li a {
    color: #fff;
    font-weight: 600;
}
ul.dowload {
    margin-bottom: 30px;
}
.flat-overview .post-overview .thumb img {
    margin-bottom: 48px;
}
.flat-overview .post-overview .content .title {
    font-size: 23px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.flat-overview .post-overview .content {
    margin-bottom: 50px;
}
.flat-overview .post-overview .content.v2 {
    margin-bottom: 0px;
}
.flat-overview .post-overview .content p {
    margin-bottom: 20px;
}
.flat-overview .post-overview .content.v2 p.v1 {
    margin-bottom: 15px;
}
.flat-overview .post-overview .content.v2 p.style {
    margin-bottom: 0;
}
.flat-overview .post-overview .post-list {
    margin-bottom: 39px;
    overflow: hidden;
}
.flat-overview .post-overview .post-list .box {
    display: inline-block;
    float: left;
    width: 50%;
}
.flat-overview .post-overview .post-list .box .title {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 600;
    color: #222;
    margin-bottom: 14px;
}
.flat-overview .post-overview .post-list .box .title-top {
    margin-bottom: 20px;
}
.flat-overview .post-overview .post-list .box .list {
    padding-left: 25px;
}
.flat-overview .post-overview .post-list .box .list p {
    position: relative;
    margin-bottom: 10px;
}
.flat-overview .post-overview .post-list .box .list p:before {
    position: absolute;
    top: 0;
    left: -25px;
    font-family: "FontAwesome";
    font-size: 12px;
    content: "";
}
.flat-overview .post-overview .post-list .box .feature-post iframe {
    width: 430px;
    height: 300px;
}
.flat-services .title-section .title {
    margin-bottom: 13px;
}
.flat-services .title-section.style2 p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.15px;
}
.main-content.padding-small {
    padding: 25px 0 70px;
}
.flat-services .services-post {
    margin: 0 -15px;
}
.flat-services .services-post .item {
    display: inline-block;
    float: left;
    width: 33.33%;
    margin-bottom: 55px;
    padding: 0 15px;
}
.flat-services .services-post .item .thumb-item {
    margin-bottom: 29px;
}
.flat-services .services-post .item .post .title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 13px;
}
.flat-services .services-post .item .post p {
    margin-bottom: 15px;
}
.flat-services .services-post .item .post .comment-reply {
    font-size: 14px;
    font-weight: 600;
}
.flat-services .services-post .item .post .comment-reply:hover {
    color: #222;
}
.flat-services .services-post .item .post .comment-reply i {
    font-size: 11px;
    padding-left: 10px;
}
.flat-services .item .thumb-item {
    position: relative;
}
.flat-services .item .thumb-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s;
    -webkit-transform: 0.35s;
    -webkit-transform: scale(0);
    transition:
        opacity 0.35s,
        transform 0.35s;
    transition: all ease 0.4s;
    transform: scale(0);
}
.flat-services .item:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .flat-services .services-post .item {
        width: 50% !important;
        padding: 0 15px !important;
    }
}
@media only screen and (max-width: 479px) {
    .flat-services .services-post .item {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .thumb-item img {
        width: 100%;
    }
}
.flat-partner .post-wrap .box {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 52px;
}
.flat-partner .post-wrap .post {
    overflow: hidden;
    margin-top: 3px;
}
.flat-partner .post-wrap .post .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}
.flat-partner .post-wrap .post .text {
    font-size: 13px;
    line-height: 24px;
    padding-right: 10px;
    margin-bottom: 14px;
}
.flat-partner .post-wrap.v2 {
    margin: 0;
}
.flat-partner .post-wrap.v2 .box {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 50px 0;
}
.flat-partner .post-wrap.v2 .box:last-child {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}
.flat-partner .post-wrap.v2 .box .thumb {
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}
.flat-partner .post-wrap.v2 .post .text {
    margin-bottom: 50px;
}
.flat-partner .post-wrap.v2 .post .comment-reply {
    display: inline-block;
    color: #fff;
    padding: 8px 17px 7px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}
.flat-partner .post-wrap .post .comment-reply i {
    font-size: 11px;
    padding-left: 7px;
}
.flat-partner .post-wrap.v2 .post .comment-reply:hover {
    background-color: #222;
}
@media only screen and (max-width: 767px) {
    .flat-partner .thumb {
        float: none !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}
.table-heading,
.table-body,
.table-footer {
    background: rgba(0, 0, 0, 0);
}
.single-table.featured {
    box-shadow: 0 0.5rem 3.688rem rgba(13, 18, 30, 0.17);
}
.single-table.featured:before {
    display: none;
}
.table-heading .description {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.25em;
    letter-spacing: -0.8px;
    margin: 0.1em 0 0.65em;
    font-size: 14px;
    font-weight: 500;
    color: #c4c4c4;
}
.table-heading .title {
    font-size: 20px;
    line-height: 1.25em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #48536c;
}
.cost {
    line-height: 1;
    line-height: 1em;
    letter-spacing: -3px;
    font-size: 3.75rem;
    font-weight: 500;
    margin-top: 1.6rem;
}
.table-body {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.6px;
    color: #919aa0;
}
.custom-pricing .cost {
    color: #a4b5c2;
}
.custom-pricing span.curency {
    font-size: 60px;
}
.custom-pricing .table-heading .description {
    margin-top: 25px;
    margin-bottom: 25px;
}
.custom-pricing .single-table {
    padding: 50px 0;
}
.img-circle {
    border-radius: 50%;
}
.banner .tp-caption.finewide_large_white,
.banner .finewide_large_white {
    color: #fff;
}
.widget-categories.team ul.categories {
    list-style-type: none;
}
.widget-brochures ul.dowload {
    list-style: none;
}
#contact .contact_img .caption_link,
#contact .contact_img .caption-number {
    display: block;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
}
.contact_address .address .icon {
    line-height: 60px;
    color: #fff;
}
.contact_address .address,
.contact_address .address .icon {
    display: inline-block;
}
.contact_address .address {
    margin-top: 15px;
    overflow: hidden;
}
.contact_address .address .icon {
    background: #3e9fbe;
    float: left;
    height: 60px;
    width: 64px;
    text-align: center;
    font-size: 35px;
}
.contact_address .address.second .icon {
    background: #73ae20;
}
.contact_address .address h4 {
    margin: 10px 0 0 80px;
}
.contact_address .address p {
    display: block;
    margin: 0 0 0 80px;
}
ul.com-tags-tag__category.category.list-group .list-group-item h3 {
    margin-bottom: 0;
}
.com-media.contentpane {
    padding: 10px !important;
}
.com-media .well {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.com-media .well .row {
    margin: 0;
    padding: 0;
}
.com-media .well .row > div:first-child {
    width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 30px;
}
.com-media .well .row #folderlist {
    display: inline-block;
}
.com-media .well .row #upbutton {
    display: none;
}
.com-media.view-imagesList {
    padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
    content: " ";
    display: table;
}
.com-media.view-imagesList:after {
    display: block;
    clear: both;
    content: "";
}
.com-media.view-imagesList ul.manager {
    list-style: none;
    padding: 0;
    margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
    width: 110px;
    float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a.selected {
    border: 2px solid green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    background-color: #92ceff;
    border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
    content: "";
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: #92ceff;
    position: absolute;
    top: -12px;
    left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
    display: inline-block;
}
.sp-megamenu-parent {
    position: relative;
}
.sp-megamenu-parent .sp-menu-item > a img,
.sp-megamenu-parent .sp-menu-item > span img {
    display: inline-block;
}
.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
    position: static;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 80px;
    font-size: 15px;
}
.sp-megamenu-parent > li .sp-menu-badge {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background: #d60000;
    color: #fff;
    border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
    padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
    display: block;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    -webkit-box-shadow: 2px 2px 20px rgba(53, 53, 53, 0.2);
    box-shadow: 2px 2px 20px rgba(53, 53, 53, 0.2);
    padding: 0px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
    margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
    border-bottom: 1px solid #3c3c3c;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:focus,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:active {
    background-color: #e98b50;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
    text-transform: uppercase;
    font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
    padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    font-size: 15px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
    margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
    margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
    font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
    opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
    margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
    margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
    display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
    animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
    animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
    animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
    animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
    animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
    animation: spPulse 300ms;
}
.sp-megamenu-wrapper .uk-navbar-nav {
    gap: 0;
}
.sp-megamenu-wrapper .uk-navbar-nav .sp-dropdown-mega .sp-dropdown-inner {
    padding: 20px;
}
.container .sp-megamenu-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.tm-header .uk-dropdown {
    min-width: 200px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
    margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
    margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    left: 100%;
}
@media (min-width: 576px) {
    .sp-menu-full.container {
        width: 540px;
    }
}
@media (min-width: 768px) {
    .sp-menu-full.container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .sp-menu-full.container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .sp-menu-full.container {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
    .sp-menu-full.container {
        width: 1320px;
    }
}
.offcanvas-menu .offcanvas-inner .uk-nav-center li > .menu-separator {
    justify-content: center;
}
.offcanvas-menu .offcanvas-inner ul.menu > li ul.menu-child {
    display: none;
}
.offcanvas-menu .offcanvas-inner ul.menu .menu-parent .uk-nav-parent-icon {
    transform: rotate(-90deg);
}
.offcanvas-menu .offcanvas-inner ul.menu .menu-parent .menu-separator {
    display: flex;
    align-items: center;
}
.offcanvas-menu .offcanvas-inner ul.menu .menu-parent .menu-separator .uk-nav-parent-icon {
    cursor: pointer;
}
.offcanvas-menu .offcanvas-inner ul.menu .menu-parent-open > * > .uk-nav-parent-icon {
    transform: rotate(0deg);
}
.offcanvas-menu .offcanvas-inner ul.menu .uk-nav-parent-icon svg {
    width: 13px;
    height: 13px;
}
.offcanvas-menu .offcanvas-inner ul.menu.uk-nav-primary .uk-nav-parent-icon svg {
    width: 15px;
    height: 15px;
}
@keyframes spFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes spFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes spFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes spZoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 1;
    }
}
@keyframes spRotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
@keyframes spPulse {
    from {
        opacity: 0;
        transform: scale3d(1, 1, 1);
    }
    50% {
        opacity: 0.5;
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes spSpin {
    to {
        transform: rotate(360deg);
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    .body-wrapper .tm-page {
        max-width: 1320px;
    }
    .tm-page-width {
        max-width: 1320px;
    }
    .tm-outside .tm-page-width {
        padding: 0;
    }
}
@media (min-width: 1400px) {
    .tm-page-margin-top {
        margin-top: 60px;
    }
    .tm-page-margin-bottom {
        margin-bottom: 60px;
    }
}
@media (min-width: 960px) {
    .tm-page .container,
    .tm-page .sppb-row-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 640px) {
    .tm-page .container,
    .tm-page .sppb-row-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1199px) {
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li span {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .hu-media-modal .modal-content {
        height: 80vh;
    }
}
@media (max-width: 767px) {
    .hu-media-modal .modal-content {
        height: 85vh;
    }
    .modal-dialog.jviewport-width80 {
        width: auto;
    }
}
@media (max-width: 575px) {
    .view-search #search-form .btn-group {
        flex-wrap: wrap;
    }
    .view-search #search-form button,
    .view-search #search-form .btn {
        border-radius: 3px;
    }
}

.sp-megamenu-parent > li:last-child > a, #sp-header.menu-fixed .sp-megamenu-parent > li:last-child > a
Specificity: (1,3,2)
 {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-top: 4px;
    text-transform: inherit;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 99;
    display: block;
    font-family: 'Montserrat', sans-serif;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    background-color: #a47423;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    text-align: center;
}