@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --yellow: #fbad18;
    --lightyellow: #ffecc8;
    --lightblue: #cddfff;
    --blue: #001b48;
    --secondary: #212529;
    --tertiary: #EDEDED;
    --quaternary: #BBB;
    --light-blue: #0d6bb5
}

html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased
}

#heading {
    text-transform: uppercase;
    color: var(--blue);
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: .5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input[type="text"],
#msform input[type="tel"],
#msform input[type="number"],
#msform input[type="email"],
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform .form-check img {
    height: 150px;
    margin-left: 20px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--blue);
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: var(--blue);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--light-blue)
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: var(--blue);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--blue);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--blue)
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #area:before {
    font-family: FontAwesome;
    content: "\f015"
}

#progressbar #dimension:before {
    font-family: FontAwesome;
    content: "\f546"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f058"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--blue)
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--yellow)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.contact-cards .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.contact-cards .card-body .card-icon {
    margin-right: 20px
}

.contact-cards .card-body .card-text h4 {
    color: var(--blue)
}

.contact-cards .card-body .card-txt p a {
    color: #333
}

.award-img img {
    border-radius: 30px 0 0 30px
}

.video-testimonial {
    margin: 50px 0
}

.video-testimonial .vt-single {
    padding: 5px;
    position: relative
}

.video-testimonial .vt-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 45px;
    background-color: var(--blue);
    border-radius: 50%;
    padding: 3px
}

.video-testimonial .vt-single a img {
    border-radius: 15px
}

.thumb-gallery-wrapper .owl-carousel .owl-item img {
    border-radius: 15px
}

.selected-building-type img,
.plan img {
    max-width: 400px;
    margin-bottom: 20px
}

.error-page {
    padding: 80px 0;
    justify-content: center;
    align-items: center
}

.error-page h1 {
    font-size: 80px;
    font-weight: 800;
    color: var(--blue)
}

.error-page h3 {
    font-size: 30px;
    margin: 50px 0
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin: 0
}

.only-pc {
    display: block
}

.bullet li {
    list-style: disc;
    margin-left: 10px
}

.only-mobile {
    display: none
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: var(--blue)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--yellow)
}

body a {
    outline: none !important
}

.body {
    background-color: #fff
}

html.safari:not(.no-safari-overflow-x-fix) .body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

a:not(.btn):hover {
    text-decoration: none
}

li {
    line-height: 24px
}

pre {
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 15px
}

.remove-envato-frame {
    background: #404040;
    border-radius: 0 0 4px 4px;
    top: 0;
    color: #fff;
    display: block;
    height: 9px;
    padding: 10px 20px 35px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 10000;
    font-size: .8em;
    opacity: .7
}

.remove-envato-frame:hover {
    opacity: .9;
    text-decoration: none;
    color: #fff
}

.remove-envato-frame:before {
    font-family: 'font awesome 6 free';
    content: "\f00d" !important;
    font-weight: 900;
    display: inline-block;
    padding-right: 5px
}

#header {
    position: absolute;
    width: 100%;
    z-index: 1030;
    padding: 0 20px;
    transition: all ease-in-out .5s
}

#header .header-body {
    display: flex;
    flex-direction: column;
    transition: min-height .3s ease;
    width: 100%;
    border-top: 3px solid #ededed;
    border-bottom: 1px solid transparent;
    z-index: 1001
}

#header .header-body.header-body-bottom-border-fixed {
    border-bottom: 1px solid rgba(234, 234, 234, .5) !important
}

#header .header-body[class*=border-color-] {
    border-bottom: 0 !important
}

#header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height 300ms
}

#header .header-container.header-container-height-xs {
    height: 80px
}

#header .header-container.header-container-height-sm {
    height: 100px
}

#header .header-container.header-container-height-md {
    height: 125px
}

#header .header-container.header-container-height-lg {
    height: 145px
}

#header .container {
    position: relative
}

#header .header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%
}

#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column
}

#header .header-column.header-column-border-right {
    border-right: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column.header-column-border-left {
    border-left: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column .header-row {
    justify-content: inherit
}

#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

#header .header-column .header-extra-info li {
    display: inline-flex;
    margin-left: 25px
}

#header .header-column .header-extra-info li .header-extra-info-icon {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 10px
}

#header .header-column .header-extra-info li .header-extra-info-text label {
    display: block;
    margin: 0;
    color: #999;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2
}

#header .header-column .header-extra-info li .header-extra-info-text strong {
    display: block;
    margin: 0;
    color: #333;
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 1.3
}

#header .header-column .header-extra-info li .header-extra-info-text a {
    color: #333
}

#header .header-column .header-extra-info li .feature-box p {
    margin: 0
}

#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: -4px;
    font-size: 80%
}

#header.header-no-min-height .header-body {
    min-height: 0 !important
}

#header .header-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, .06);
    min-height: 47px
}

#header .header-top.header-top-light-border-bottom {
    border-bottom-color: rgba(255, 255, 255, .1)
}

#header .header-top.header-top-simple-border-bottom {
    border-bottom-width: 1px
}

#header .header-top.header-top-default {
    background: #f7f7f7
}

#header .header-top.header-top-borders {
    border-bottom-width: 1px
}

#header .header-top.header-top-borders .nav-item-borders {
    border-right: 1px solid rgba(0, 0, 0, .06);
    padding-left: 12px;
    padding-right: 12px
}

#header .header-top.header-top-borders .nav-item-borders:first-child {
    padding-left: 0
}

#header .header-top.header-top-borders .nav-item-borders:last-child {
    border-right: 0
}

#header .header-top.header-top-light-borders {
    border-bottom-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
    border-right-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-2-borders {
    border-bottom-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
    border-right-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-bottom-containered-border {
    border-bottom: 0
}

#header .header-top.header-top-bottom-containered-border>.container>.header-row {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

#header .header-top.header-top-small-minheight {
    min-height: 38px
}

#header .header-top.header-top-semi-transparent {
    background-color: rgba(0, 0, 0, .15)
}

#header .header-top.header-top-semi-transparent-light {
    background-color: rgba(255, 255, 255, .15)
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1
}

#header .header-logo img {
    transition: all .3s ease;
    position: relative;
    top: 0;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 70px
}

#header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
    color: #999;
    font-size: .9em;
    padding: 6px 10px;
    display: inline-block;
    letter-spacing: -.5px
}

#header .header-nav-top .nav>li>a [class*=fa-],
#header .header-nav-top .nav>li>a .icons,
#header .header-nav-top .nav>li>span [class*=fa-],
#header .header-nav-top .nav>li>span .icons {
    margin-right: 3px;
    font-size: .8em;
    position: relative
}

#header .header-nav-top .nav>li>a {
    text-decoration: none
}

#header .header-nav-top .nav>li>a:hover,
#header .header-nav-top .nav>li>a a:focus {
    background: 0 0
}

#header .header-nav-top .nav>li.open>.dropdown-menu-toggle,
#header .header-nav-top .nav>li.accessibility-open>.dropdown-menu-toggle {
    border-radius: 4px 4px 0 0
}

#header .header-nav-top .nav>li+.nav-item-left-border {
    margin-left: 10px;
    padding-left: 10px;
    position: relative
}

#header .header-nav-top .nav>li+.nav-item-left-border:after {
    background: rgba(0, 0, 0, .08);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0
}

#header .header-nav-top .nav>li+.nav-item-right-border {
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

#header .header-nav-top .nav>li+.nav-item-right-border:before {
    background: rgba(0, 0, 0, .08);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0
}

#header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-remove:after {
    content: none
}

#header .header-nav-top .nav>li.nav-item-left-border.nav-item-right-border-remove:before {
    content: none
}

#header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-show:after {
    content: ''
}

#header .header-nav-top .nav>li.nav-item-right-border.nav-item-right-border-show:after {
    content: ''
}

#header .header-nav-top .nav>li.nav-item.dropdown.show .nav-link {
    background: 0 0
}

#header .header-nav-top .nav>li.nav-item:not(.dropdown)>a [class*=fa-],
#header .header-nav-top .nav>li.nav-item:not(.dropdown)>a .icons {
    left: -1px;
    top: -1px
}

#header .header-nav-top .nav>li.nav-item-anim-icon>a:hover [class*=fa-],
#header .header-nav-top .nav>li.nav-item-anim-icon>a:hover .icons {
    animation: navItemArrow 600ms ease;
    animation-iteration-count: infinite
}

#header .header-nav-top .dropdown .dropdown-item {
    font-size: .75em
}

#header .header-nav-top .dropdown-menu {
    border: 0;
    margin-top: -2px;
    margin-left: -2px;
    padding: 0;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 3px;
    min-width: 180px;
    z-index: 10000;
    margin-right: 0;
    margin-top: 1px;
    transition: opacity .2s ease-out;
    border-radius: 0
}

#header .header-nav-top .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: translate3d(-7px, -6px, 0)
}

#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before {
    right: auto;
    left: 20px
}

#header .header-nav-top .dropdown-menu a {
    color: #999;
    padding: 5px 12px;
    font-size: .9em
}

#header .header-nav-top .dropdown-menu a:active {
    color: #fff
}

#header .header-nav-top .flag {
    margin-right: 2px;
    position: relative;
    top: -1px
}

#header .header-nav-features {
    position: relative;
    padding-left: 20px;
    margin-left: 10px
}

#header .header-nav-features:before,
#header .header-nav-features:after {
    background: rgba(0, 0, 0, .03);
    content: none;
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0
}

#header .header-nav-features.header-nav-features-divisor-lg:before,
#header .header-nav-features.header-nav-features-divisor-lg:after {
    height: 72px
}

#header .header-nav-features.header-nav-features-light:before,
#header .header-nav-features.header-nav-features-light:after {
    background: rgba(255, 255, 255, .1)
}

#header .header-nav-features:not(.header-nav-features-no-border):before,
#header .header-nav-features:not(.header-nav-features-no-border):after {
    content: ''
}

#header .header-nav-features:not(.header-nav-features-no-border):after {
    display: none
}

#header .header-nav-features.header-nav-features-show-border:before,
#header .header-nav-features.header-nav-features-show-border:after {
    content: ''
}

#header .header-nav-features.header-nav-features-start {
    padding-left: 0;
    margin-left: 0;
    padding-right: 20px;
    margin-right: 10px
}

#header .header-nav-features.header-nav-features-start:not(.header-nav-features-no-border):before {
    left: auto;
    right: 0
}

#header .header-nav-features.header-nav-features-center {
    padding-left: 20px;
    margin-left: 10px;
    padding-right: 20px;
    margin-right: 10px
}

#header .header-nav-features.header-nav-features-center:after {
    display: block;
    left: auto;
    right: 0
}

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
    font-size: 12.8px;
    font-size: .8rem;
    position: relative;
    top: -1px;
    color: #444
}

#header .header-nav-features.header-nav-features-light .header-nav-top-icon,
#header .header-nav-features.header-nav-features-light .header-nav-top-icon-img {
    color: #fff
}

#header .header-nav-features .header-nav-top-icon-img {
    top: -2px
}

#header .header-nav-features .header-nav-feature {
    position: relative
}

#header .header-nav-features .header-nav-features-dropdown {
    opacity: 0;
    top: -10000px;
    position: absolute;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 17px;
    min-width: 300px;
    z-index: 10000;
    right: 100%;
    margin-right: -25px;
    margin-top: 30px;
    transition: opacity .2s ease-out;
    pointer-events: none
}

#header .header-nav-features .header-nav-features-dropdown:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: translate3d(-7px, -6px, 0)
}

#header .header-nav-features .header-nav-features-dropdown.show {
    opacity: 1;
    top: auto;
    pointer-events: all
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-arrow-dark:before {
    border-bottom-color: #181b1e
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-force-right {
    margin-right: 6px !important;
    right: 0
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark {
    background: #212529
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark:before {
    border-bottom-color: #212529
}

#header .header-nav-features .header-nav-features-cart {
    z-index: 2
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
    padding: 20px
}

#header .header-nav-features .header-nav-features-cart .cart-info {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -4px;
    left: 0;
    padding: 0;
    display: block;
    line-height: 1
}

#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, .3)
}

#header .header-nav-features .header-nav-features-cart .mini-products-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li:first-child {
    margin-top: -15px
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image {
    float: right;
    border-color: #ededed;
    border-width: 1px;
    padding: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    display: block;
    position: relative
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img {
    max-width: 80px
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details {
    margin-left: 0;
    line-height: 1.4
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details a {
    letter-spacing: .005em;
    font-weight: 600;
    color: #696969
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .product-name {
    margin: 15px 0 0;
    font-size: .9em;
    font-weight: 400
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price {
    font-size: .8em
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price .price {
    display: inline-block
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .btn-remove {
    z-index: 3;
    top: 5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #474747;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    line-height: 20px;
    font-size: 10px
}

#header .header-nav-features .header-nav-features-cart .totals {
    padding: 15px 0 25px;
    overflow: hidden
}

#header .header-nav-features .header-nav-features-cart .totals .label {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #474747
}

#header .header-nav-features .header-nav-features-cart .totals .price-total {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #474747
}

#header .header-nav-features .header-nav-features-cart .actions {
    padding: 0;
    margin: 0
}

#header .header-nav-features .header-nav-features-cart .actions .btn {
    display: inline-block;
    min-width: 125px;
    text-align: center;
    margin: 5px 0;
    float: right;
    font-size: 11.2px;
    font-size: .7rem;
    padding: 11.2px 16px;
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-weight: 600
}

#header .header-nav-features .header-nav-features-cart .actions .btn:first-child {
    float: left
}

#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .cart-info {
    margin-top: -9px;
    left: -4px
}

#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .header-nav-features-dropdown {
    margin-right: -31px;
    top: 10px
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle .far {
    font-size: 15.2px;
    font-size: .95rem;
    margin: 0 2px 0 0;
    position: relative;
    top: 1px
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle:hover {
    text-decoration: none
}

#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
    margin-right: -27px;
    min-width: 420px;
    padding: 35px
}

#header .header-nav-features .header-nav-features-user .actions {
    padding: 0;
    margin: 0
}

#header .header-nav-features .header-nav-features-user .actions .btn {
    display: inline-block;
    min-width: 125px;
    margin: 5px 0;
    font-size: 11.2px;
    font-size: .7rem;
    padding: 11.2px 16px;
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-weight: 600
}

#header .header-nav-features .header-nav-features-user .extra-actions {
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center
}

#header .header-nav-features .header-nav-features-user .extra-actions p {
    font-size: 12px;
    font-size: .75rem;
    margin: 0;
    padding: 0
}

#header .header-nav-features .header-nav-features-user.signin .signin-form {
    display: block
}

#header .header-nav-features .header-nav-features-user.signin .signup-form,
#header .header-nav-features .header-nav-features-user.signin .recover-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.signup .signin-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.signup .signup-form {
    display: block
}

#header .header-nav-features .header-nav-features-user.signup .recover-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.recover .signin-form,
#header .header-nav-features .header-nav-features-user.recover .signup-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.header-nav-features-user-logged .header-nav-features-dropdown {
    min-width: 320px
}

#header .header-nav-features .header-nav-features-search-reveal-container {
    display: flex;
    align-items: center;
    min-height: 42px
}

#header .header-nav-features .header-nav-features-search-reveal .simple-search {
    display: none
}

#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-hide-icon {
    display: none;
    text-decoration: none
}

#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-show-icon {
    display: inline-flex;
    text-decoration: none
}

#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-hide-icon {
    display: inline-flex;
    margin-left: 10px;
    align-items: center
}

#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-show-icon {
    display: none
}

#header .header-nav-features .header-nav-features-search-reveal.show .simple-search {
    display: inline-flex
}

#header .header-nav-features .header-nav-features-search-reveal-big-search {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header {
    align-items: center
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-decoration,
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-cancel-button,
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-results-button,
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border: 0;
    background: 0 0;
    font-size: 22px !important;
    line-height: 1;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    display: block;
    margin-right: 10px;
    margin-top: -10px
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon i {
    font-size: 20px
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full {
    position: fixed;
    z-index: 100000;
    background: 0 0
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full:before {
    content: "";
    display: block;
    background: rgba(23, 23, 23, .95);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .form-control {
    color: #fff
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon {
    position: fixed;
    top: 25px;
    right: 20px;
    margin-top: 0
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon i {
    color: #fff
}

#header.search-show .header-nav-features .header-nav-features-search-reveal-big-search {
    display: flex
}

#header .header-search {
    margin-left: 16px;
    margin-left: 1rem
}

#header .header-search .form-control {
    border-radius: 20px;
    font-size: .9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    transition: width .3s ease;
    perspective: 1000px;
    width: 170px
}

#header .header-search .btn-light {
    background: 0 0;
    border: 0;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

#header .header-search .btn-light:hover {
    color: #000
}

#header .header-social-icons {
    margin-left: 16px;
    margin-left: 1rem
}

#header .header-border-left {
    border-left: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-right {
    border-right: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-top {
    border-top: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

#header .header-btn-collapse-nav {
    background: transparent;
    color: #fff;
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
    font-size: 20px
}

#header.header-narrow .header-body {
    min-height: 0
}

#header.header-narrow .header-logo {
    margin-top: 0;
    margin-bottom: 0
}

#header.header-narrow .header-nav {
    padding-top: 0;
    padding-bottom: 0
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important
}

#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li>a,
#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li:hover>a,
#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li>a,
#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li:hover>a {
    margin: 0
}

#header.header-effect-shrink {
    transition: ease height 300ms
}

#header.header-effect-shrink .header-top {
    transition: ease height 300ms
}

#header.header-effect-shrink .header-container {
    min-height: 100px
}

#header.header-effect-shrink .header-logo {
    display: flex;
    align-items: center
}

#header.header-dark .header-body {
    background: #212529
}

#header.header-dark .header-body .header-nav.header-nav-links-side-header nav>ul>li>a {
    border-bottom-color: #2a2a2a
}

html:not(.boxed) #header.header-floating-bar {
    position: absolute;
    top: 45px;
    width: 100%
}

html:not(.boxed) #header.header-floating-bar .header-body {
    border: medium;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto
}

html:not(.boxed) #header.header-floating-bar .header-nav-main nav>ul>li.dropdown-mega>.dropdown-menu {
    left: 0;
    right: 0
}

html:not(.boxed) #header.header-full-width .header-container {
    width: 100%;
    max-width: none
}

html #header.header-bottom-slider {
    position: absolute;
    bottom: 0
}

html #header.header-bottom-slider .header-body {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
    border-top: 1px solid rgba(68, 68, 68, .4)
}

html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body {
    border-top: 1px solid rgba(68, 68, 68, .1)
}

html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

html.sticky-header-active #header.header-bottom-slider .header-body {
    border-top-color: transparent
}

html #header.header-transparent .header-body:not(.header-border-bottom) {
    border-bottom: 0
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: var(--blue) !important
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
    background-color: rgba(255, 255, 255, .8) !important
}

html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
    background-color: rgba(68, 68, 68, .4) !important
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
    border-bottom: 1px solid rgba(68, 68, 68, .4)
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
    border-bottom: 1px solid rgba(68, 68, 68, .1)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

html.sticky-header-active #header .header-top.header-top-sticky-remove-bottom-border {
    border-bottom: 0
}

html.sticky-header-active .d-sticky-header-active-none {
    display: none !important
}

html.sticky-header-enabled #header .header-logo-sticky-change {
    position: relative
}

html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 0;
    left: 0
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 1 !important
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 0 !important
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 0 !important
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 1 !important
}

#header.header-floating-icons .nav {
    flex-direction: column
}

#header.header-floating-icons .header-nav-main nav>ul>li {
    flex: 0 0 auto;
    margin-left: 0
}

#header.header-floating-icons .header-nav-main nav>ul>li>a>i {
    pointer-events: none
}

#header.header-floating-icons .header-nav-main nav>ul>li>a.active {
    background: #fff !important
}

#header.header-floating-icons .header-nav-main nav>ul>li>a.active:after {
    background: #fff
}

#header.header-floating-icons .header-nav-main nav>ul>li.open>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li.accessibility-open>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li.active>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li:hover>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li:active>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li:focus>a:after {
    background: #fff
}

body[data-plugin-section-scroll] #header .header-body {
    background: 0 0
}

html[dir=rtl] #header .header-search .btn-light {
    right: -35px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
    width: 100%;
    margin-top: 0
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
    display: block
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
    float: right
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
    text-decoration: none
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
    margin-right: 5px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
    width: 120px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .product-actions {
    text-align: right;
    width: 80px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    clear: both
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
    margin-bottom: 10px
}

html.side-header-hamburguer-sidebar .main .container,
html.side-header-hamburguer-sidebar #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px
}

html.side-header-hamburguer-sidebar:not(.side-header-above) body>.body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible
}

html.side-header-hamburguer-sidebar:not(.side-header-above) body>.body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important
}

html.side-header-hamburguer-sidebar.side-header-above #header.side-header {
    transition: cubic-bezier(.55, 0, .1, 1) transform 300ms
}

html.side-header-hamburguer-sidebar #header.side-header {
    background: #fff;
    position: fixed;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    top: 0;
    left: 0;
    max-width: 255px;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    z-index: 9991
}

html.side-header-hamburguer-sidebar #header.side-header.side-header-lg {
    max-width: 355px
}

html.side-header-hamburguer-sidebar #header.side-header.side-header-hide {
    transform: translateX(-100%)
}

html.side-header-hamburguer-sidebar #header.side-header.header-transparent {
    background: 0 0
}

html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
    height: 100%
}

html.side-header-hamburguer-sidebar #header.side-header .header-body {
    border-top: 0;
    height: 100% !important
}

html.side-header-hamburguer-sidebar #header.side-header .header-container {
    width: 100%;
    height: 100% !important
}

html.side-header-hamburguer-sidebar #header.side-header .header-row {
    flex-direction: column
}

html.side-header-hamburguer-sidebar #header.side-header .header-search {
    width: 100%;
    margin: 11.2px 0;
    margin: .7rem 0
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav>li>a,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav>li>span {
    display: block
}

html.side-header-hamburguer-sidebar #header.side-header .header-logo {
    margin: 32px 0;
    margin: 2rem 0
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav {
    flex-direction: column
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li>a {
    height: auto
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav-main,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-main .nav {
    width: 100%
}

html.side-header-hamburguer-sidebar #header.side-header .nav {
    flex-direction: column;
    width: 100%
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header {
    left: auto;
    right: 0
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header.side-header-hide {
    transform: translateX(100%)
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push body>.body {
    margin: 0;
    overflow: visible;
    transition: ease right 300ms;
    right: 0
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push .body-overlay {
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    z-index: 10;
    opacity: 0
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push #header.side-header {
    transform: none;
    transition: ease left 300ms;
    left: -355px
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body>.body {
    position: relative;
    transition: ease left 300ms;
    left: 0;
    right: auto
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header {
    transition: ease right 300ms, ease transform 300ms;
    right: -355px;
    left: auto
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .hamburguer-btn:not(.hamburguer-btn-side-header-mobile-show),
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .sticky-wrapper {
    display: none
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push body>.body {
    position: relative;
    right: -355px
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .body-overlay {
    opacity: 1;
    height: 100%
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push #header.side-header {
    z-index: 11;
    left: 0
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body>.body {
    left: -355px;
    right: auto
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header {
    right: 0;
    left: auto
}

html.side-header-overlay-full-screen body>.body {
    margin: 0;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible
}

html.side-header-overlay-full-screen body>.body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important
}

html.side-header-overlay-full-screen #header {
    display: flex;
    align-items: center;
    background-color: rgba(51, 51, 51, .99);
    position: fixed;
    box-shadow: 0 0 18px rgba(68, 68, 68, .07);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 48px;
    padding-top: 3rem;
    opacity: 0;
    visibility: hidden;
    transition: ease opacity 300ms, ease visibility 300ms
}

html.side-header-overlay-full-screen #header:not(.side-header-hide) {
    opacity: 1;
    visibility: visible;
    transition: ease opacity 300ms, ease visibility 300ms
}

html.side-header-overlay-full-screen #header .header-container:after {
    content: none
}

html.side-header-overlay-full-screen #header .header-body {
    background-color: transparent;
    border: 0
}

html.side-header-overlay-full-screen #header .header-row-side-header {
    flex: 0 0 50%;
    margin: 0 auto
}

html.side-header-overlay-full-screen #header .header-nav {
    flex-direction: column
}

html.side-header-overlay-full-screen #header .header-nav.header-nav-links nav>ul>li>a {
    height: auto
}

html.side-header-overlay-full-screen #header .header-nav-main,
html.side-header-overlay-full-screen #header .header-nav-main nav,
html.side-header-overlay-full-screen #header .header-nav-main .nav {
    width: 100%
}

html.side-header-overlay-full-screen #header .nav {
    flex-direction: column;
    width: 100%
}

html.side-header-overlay-full-screen #header .header-nav-main {
    position: relative
}

html.side-header-overlay-full-screen #header .header-nav-main:before {
    content: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li {
    text-align: center;
    position: static;
    margin-top: 1px;
    height: auto
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a {
    display: inline-block;
    border: 0;
    font-size: 28.8px;
    font-size: 1.8rem;
    text-transform: none;
    color: #fff;
    padding: 15px 0 !important;
    font-weight: 600
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:after {
    top: -2px !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.open,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.accessibility-open,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:focus,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:active,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.active {
    background: 0 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li a .fa-chevron-down {
    display: none !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item {
    transition: ease left 300ms;
    position: relative;
    left: 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item:after {
    display: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item:before {
    display: none !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item:hover {
    left: 5px
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    position: static;
    background: 0 0 !important;
    box-shadow: none;
    display: none !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
    border: 0;
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #fff
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:after {
    display: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu {
    position: static
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu .dropdown-menu a {
    font-size: 12px;
    font-size: .75rem;
    opacity: .7
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.accessibility-open>.dropdown-menu,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu.open>.dropdown-menu {
    display: block !important;
    opacity: 1;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    transform: none;
    position: static
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu li a,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.accessibility-open>.dropdown-menu li a,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu.open>.dropdown-menu li a {
    background: 0 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content {
    padding: 25.6px 0 0;
    padding: 1.6rem 0 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content>.row {
    flex-direction: column;
    align-items: center
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content>.row>[class*=col-] {
    max-width: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content>.row>[class*=col-]+[class*=col-] {
    margin-top: 25px
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #fff;
    font-size: 1.2em
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav {
    opacity: .7
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li>a {
    margin: 0 0 8px;
    padding: 3px 8px
}

html.side-header-hamburguer-sidebar-narrow-bar .body {
    margin-left: 90px
}

html.side-header-hamburguer-sidebar-narrow-bar #header.side-header {
    transform: translateX(90px)
}

html.side-header-hamburguer-sidebar-narrow-bar .slider-container {
    left: -45px !important;
    width: calc(100% + 90px) !important
}

.side-header-narrow-bar {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 90px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9992
}

.side-header-narrow-bar:after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, .06);
    position: absolute
}

.side-header-narrow-bar .side-header-narrow-bar-content .side-header-narrow-bar-content-vertical {
    transform: rotate(-90deg);
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: -18%
}

.page-header {
    background-image: url(../img/page-header/subheader.webp);
    background-size: cover;
    background-position: center right;
    margin: 0 0 50px;
    padding: 223px 0 125px;
    top: 50px;
    text-align: left
}

.page-header h1,
.page-header h2 {
    color: #fff;
    display: inline-block;
    font-size: 2.5em;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 400;
    position: relative;
    top: 1px
}

.page-header .sub-title {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0;
    opacity: .8;
    color: #fff
}

.page-header .page-header-extra-button {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 5
}

.page-header.page-header-sm {
    padding: 30px 0
}

.page-header.page-header-sm h1 {
    font-size: 22px
}

.page-header.page-header-lg {
    padding: 50px 0
}

.page-header.page-header-lg h1 {
    font-size: 40px
}

.page-header.page-header-classic:after {
    content: '';
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
    left: 0
}

.page-header.page-header-classic .page-header-title-border {
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: 0 0;
    z-index: 1
}

.page-header.page-header-modern h1 {
    font-size: 28px
}

.page-header.page-header-modern.page-header-sm h1 {
    font-size: 22px
}

.page-header.page-header-modern.page-header-md {
    padding: 50px 0
}

.page-header.page-header-modern.page-header-lg {
    padding: 65px 0
}

.page-header.page-header-modern.page-header-lg h1 {
    font-size: 32px
}

.page-header.page-header-modern.page-header-background {
    padding: 130px 0;
    background-image: url(../img/page-header/subheader.webp);
    background-size: cover;
    background-position: center
}

.page-header.page-header-modern.page-header-background.page-header-background-pattern {
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed
}

.page-header.page-header-modern.page-header-background.page-header-background-sm {
    padding: 50px 0
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 120px 0
}

.page-header.page-header-modern.page-header-background.page-header-background-lg {
    padding: 250px 0
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.vertical-lines:not(.vertical-lines-after) {
    background-image: url(../img/vertical-lines.svg);
    background-repeat: repeat;
    background-position: 50%;
    pointer-events: none
}

.vertical-lines.vertical-lines-after {
    position: relative
}

.vertical-lines.vertical-lines-after:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url(../img/vertical-lines.svg);
    background-repeat: repeat;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.vertical-lines.vertical-lines-light:not(.vertical-lines-after) {
    background-image: url(../img/vertical-lines-light.svg)
}

.vertical-lines.vertical-lines-light.vertical-lines-after:after {
    background-image: url(../img/vertical-lines-light.svg)
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.p-static {
    position: static !important
}

.box-shadow-none {
    box-shadow: none !important
}

.flex-0-0-auto {
    flex: 0 0 auto
}

.color-transparent {
    color: transparent !important
}

.bg-no-repeat {
    background-repeat: no-repeat !important
}

.bg-size-auto {
    background-size: auto !important
}

.bg-size-cover {
    background-size: cover !important
}

.bg-position-center {
    background-position: center center !important
}

.bg-clip-text {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.bg-color-scale-overlay {
    position: relative
}

.bg-color-scale-overlay:before {
    content: "";
    display: block;
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0
}

.bg-color-scale-overlay .bg-color-scale-overlay-wrapper {
    position: relative;
    z-index: 2
}

.bg-color-scale-overlay-1:before {
    opacity: .05 !important
}

.bg-color-scale-overlay-2:before {
    opacity: .1 !important
}

.bg-color-scale-overlay-3:before {
    opacity: .15 !important
}

.bg-color-scale-overlay-4:before {
    opacity: .2 !important
}

.bg-color-scale-overlay-5:before {
    opacity: .25 !important
}

.bg-color-scale-overlay-6:before {
    opacity: .3 !important
}

.bg-color-scale-overlay-7:before {
    opacity: .35 !important
}

.bg-color-scale-overlay-8:before {
    opacity: .4 !important
}

.bg-color-scale-overlay-9:before {
    opacity: .45 !important
}

.background-transparent,
.bg-transparent,
.bg-color-transparent {
    background: 0 0 !important
}

.bg-transparent-hover:hover {
    background-color: transparent !important
}

.bg-color-white {
    background: #fff !important
}

.bg-color-black {
    background: #000 !important
}

.inverted {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    color: var(--yellow)
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.mt-n1 {
    margin-top: -4px !important;
    margin-top: -.25rem !important
}

.pt-3-5 {
    padding-top: 12px !important;
    padding-top: .75rem !important
}

.pe-3-5 {
    padding-right: 12px !important;
    padding-right: .75rem !important
}

.pb-3-5 {
    padding-bottom: 12px !important;
    padding-bottom: .75rem !important
}

.ps-3-5 {
    padding-left: 12px !important;
    padding-left: .75rem !important
}

.px-3-5 {
    padding-left: 12px !important;
    padding-left: .75rem !important;
    padding-right: 12px !important;
    padding-right: .75rem !important
}

.py-3-5 {
    padding-top: 12px !important;
    padding-top: .75rem !important;
    padding-bottom: 12px !important;
    padding-bottom: .75rem !important
}

.mt-3-5 {
    margin-top: 12px !important;
    margin-top: .75rem !important
}

.me-3-5 {
    margin-right: 12px !important;
    margin-right: .75rem !important
}

.mb-3-5 {
    margin-bottom: 12px !important;
    margin-bottom: .75rem !important
}

.ms-3-5 {
    margin-left: 12px !important;
    margin-left: .75rem !important
}

.mx-3-5 {
    margin-left: 12px !important;
    margin-left: .75rem !important;
    margin-right: 12px !important;
    margin-right: .75rem !important
}

.my-3-5 {
    margin-top: 12px !important;
    margin-top: .75rem !important;
    margin-bottom: 12px !important;
    margin-bottom: .75rem !important
}

.pt-4-5 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important
}

.pe-4-5 {
    padding-right: 20px !important;
    padding-right: 1.25rem !important
}

.pb-4-5 {
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important
}

.ps-4-5 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important
}

.px-4-5 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
    padding-right: 20px !important;
    padding-right: 1.25rem !important
}

.py-4-5 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important
}

.mt-4-5 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important
}

.me-4-5 {
    margin-right: 20px !important;
    margin-right: 1.25rem !important
}

.mb-4-5 {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important
}

.ms-4-5 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important
}

.mx-4-5 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
    margin-right: 20px !important;
    margin-right: 1.25rem !important
}

.my-4-5 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important
}

.pt-5-5 {
    padding-top: 36px !important;
    padding-top: 2.25rem !important
}

.pe-5-5 {
    padding-right: 36px !important;
    padding-right: 2.25rem !important
}

.pb-5-5 {
    padding-bottom: 36px !important;
    padding-bottom: 2.25rem !important
}

.ps-5-5 {
    padding-left: 36px !important;
    padding-left: 2.25rem !important
}

.px-5-5 {
    padding-left: 36px !important;
    padding-left: 2.25rem !important;
    padding-right: 36px !important;
    padding-right: 2.25rem !important
}

.py-5-5 {
    padding-top: 36px !important;
    padding-top: 2.25rem !important;
    padding-bottom: 36px !important;
    padding-bottom: 2.25rem !important
}

.mt-5-5 {
    margin-top: 36px !important;
    margin-top: 2.25rem !important
}

.me-5-5 {
    margin-right: 36px !important;
    margin-right: 2.25rem !important
}

.mb-5-5 {
    margin-bottom: 36px !important;
    margin-bottom: 2.25rem !important
}

.ms-5-5 {
    margin-left: 36px !important;
    margin-left: 2.25rem !important
}

.mx-5-5 {
    margin-left: 36px !important;
    margin-left: 2.25rem !important;
    margin-right: 36px !important;
    margin-right: 2.25rem !important
}

.my-5-5 {
    margin-top: 36px !important;
    margin-top: 2.25rem !important;
    margin-bottom: 36px !important;
    margin-bottom: 2.25rem !important
}

.before-d-none:before {
    display: none !important
}

.after-d-none:after {
    display: none !important
}

.ls-0 {
    letter-spacing: 0 !important
}

.negative-ls-05 {
    letter-spacing: -.05em
}

.negative-ls-1 {
    letter-spacing: -1px
}

.negative-ls-2 {
    letter-spacing: -2px
}

.negative-ls-3 {
    letter-spacing: -2.5px
}

.positive-ls-1 {
    letter-spacing: 1px !important
}

.positive-ls-2 {
    letter-spacing: 2px !important
}

.positive-ls-3 {
    letter-spacing: 2.5px !important
}

.cur-pointer {
    cursor: pointer
}

.p-events-none {
    pointer-events: none
}

.text-0 {
    font-size: .7em !important
}

.text-1 {
    font-size: .8em !important
}

.text-2 {
    font-size: .9em !important
}

.text-2-3,
.text-2-5 {
    font-size: .95em !important
}

.text-3 {
    font-size: 1em !important
}

.text-3-4,
.text-3-5 {
    font-size: 1.1em !important
}

.text-4 {
    font-size: 1.2em !important
}

.text-4-5 {
    font-size: 1.35em !important
}

.text-5 {
    font-size: 1.5em !important
}

.text-5-6,
.text-5-5 {
    font-size: 1.65em !important
}

.text-6 {
    font-size: 1.8em !important
}

.text-6-7,
.text-6-5 {
    font-size: 1.9em !important
}

.text-7 {
    font-size: 2em !important
}

.text-8 {
    font-size: 2.3em !important
}

.text-9 {
    font-size: 2.5em !important
}

.text-10 {
    font-size: 2.75em !important
}

.text-11 {
    font-size: 3em !important
}

.text-12 {
    font-size: 2.5em !important
}

.text-12-13,
.text-12-5 {
    font-size: 3.75em !important
}

.text-13 {
    font-size: 4em !important
}

.text-14 {
    font-size: 4.5em !important
}

.text-15 {
    font-size: 5em !important
}

.text-16 {
    font-size: 5.33em !important
}

.text-17 {
    font-size: 5.66em !important
}

.text-18 {
    font-size: 6em !important
}

.text-19 {
    font-size: 6.33em !important
}

.text-20 {
    font-size: 6.66em !important
}

.text-1rem {
    font-size: 16px !important;
    font-size: 1rem !important
}

.line-height-initial {
    line-height: initial !important
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-1-1 {
    line-height: 1.1 !important
}

.line-height-2 {
    line-height: 1.2 !important
}

.line-height-3 {
    line-height: 1.3 !important
}

.line-height-4 {
    line-height: 1.4 !important
}

.line-height-5 {
    line-height: 1.5 !important
}

.line-height-6 {
    line-height: 1.6 !important
}

.line-height-7 {
    line-height: 1.7 !important
}

.line-height-8 {
    line-height: 1.8 !important
}

.line-height-9 {
    line-height: 1.9 !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: .1 !important
}

.opacity-2 {
    opacity: .2 !important
}

.opacity-3 {
    opacity: .3 !important
}

.opacity-4 {
    opacity: .4 !important
}

.opacity-5 {
    opacity: .5 !important
}

.opacity-6 {
    opacity: .6 !important
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-8 {
    opacity: .8 !important
}

.opacity-9 {
    opacity: .9 !important
}

.opacity-10 {
    opacity: 1 !important
}

.opacity-hover-0 {
    transition: ease opacity 300ms
}

.opacity-hover-0:hover {
    opacity: 0 !important
}

.opacity-hover-1 {
    transition: ease opacity 300ms
}

.opacity-hover-1:hover {
    opacity: .1 !important
}

.opacity-hover-2 {
    transition: ease opacity 300ms
}

.opacity-hover-2:hover {
    opacity: .2 !important
}

.opacity-hover-3 {
    transition: ease opacity 300ms
}

.opacity-hover-3:hover {
    opacity: .3 !important
}

.opacity-hover-4 {
    transition: ease opacity 300ms
}

.opacity-hover-4:hover {
    opacity: .4 !important
}

.opacity-hover-5 {
    transition: ease opacity 300ms
}

.opacity-hover-5:hover {
    opacity: .5 !important
}

.opacity-hover-6 {
    transition: ease opacity 300ms
}

.opacity-hover-6:hover {
    opacity: .6 !important
}

.opacity-hover-7 {
    transition: ease opacity 300ms
}

.opacity-hover-7:hover {
    opacity: .7 !important
}

.opacity-hover-8 {
    transition: ease opacity 300ms
}

.opacity-hover-8:hover {
    opacity: .8 !important
}

.opacity-hover-9 {
    transition: ease opacity 300ms
}

.opacity-hover-9:hover {
    opacity: .9 !important
}

.opacity-hover-10 {
    transition: ease opacity 300ms
}

.opacity-hover-10:hover {
    opacity: 1 !important
}

.scale-1 {
    transform: scale(1.1) !important
}

.scale-2 {
    transform: scale(1.2) !important
}

.scale-3 {
    transform: scale(1.3) !important
}

.scale-4 {
    transform: scale(1.4) !important
}

.scale-5 {
    transform: scale(1.5) !important
}

.scale-6 {
    transform: scale(1.6) !important
}

.columns-2 {
    -moz-columns: 2 !important;
    columns: 2 !important
}

.columns-3 {
    -moz-columns: 3 !important;
    columns: 3 !important
}

.columns-4 {
    -moz-columns: 4 !important;
    columns: 4 !important
}

.columns-5 {
    -moz-columns: 5 !important;
    columns: 5 !important
}

.top-auto {
    top: auto !important
}

.bottom-auto {
    bottom: auto !important
}

.top-50pct {
    top: 50%
}

.left-50pct {
    left: 50%
}

.left-100pct {
    left: 100%
}

.right-100pct {
    right: 100%
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-0 {
    right: 0 !important
}

.top-1 {
    top: 1px !important
}

.bottom-1 {
    bottom: 1px !important
}

.left-1 {
    left: 1px !important
}

.right-1 {
    right: 1px !important
}

.top-2 {
    top: 2px !important
}

.bottom-2 {
    bottom: 2px !important
}

.left-2 {
    left: 2px !important
}

.right-2 {
    right: 2px !important
}

.top-3 {
    top: 3px !important
}

.bottom-3 {
    bottom: 3px !important
}

.left-3 {
    left: 3px !important
}

.right-3 {
    right: 3px !important
}

.top-4 {
    top: 4px !important
}

.bottom-4 {
    bottom: 4px !important
}

.left-4 {
    left: 4px !important
}

.right-4 {
    right: 4px !important
}

.top-5 {
    top: 5px !important
}

.bottom-5 {
    bottom: 5px !important
}

.left-5 {
    left: 5px !important
}

.right-5 {
    right: 5px !important
}

.top-6 {
    top: 6px !important
}

.bottom-6 {
    bottom: 6px !important
}

.left-6 {
    left: 6px !important
}

.right-6 {
    right: 6px !important
}

.top-7 {
    top: 7px !important
}

.bottom-7 {
    bottom: 7px !important
}

.left-7 {
    left: 7px !important
}

.right-7 {
    right: 7px !important
}

.top-8 {
    top: 8px !important
}

.bottom-8 {
    bottom: 8px !important
}

.left-8 {
    left: 8px !important
}

.right-8 {
    right: 8px !important
}

.top-9 {
    top: 9px !important
}

.bottom-9 {
    bottom: 9px !important
}

.left-9 {
    left: 9px !important
}

.right-9 {
    right: 9px !important
}

.top-10 {
    top: 10px !important
}

.bottom-10 {
    bottom: 10px !important
}

.left-10 {
    left: 10px !important
}

.right-10 {
    right: 10px !important
}

.top-11 {
    top: 11px !important
}

.bottom-11 {
    bottom: 11px !important
}

.left-11 {
    left: 11px !important
}

.right-11 {
    right: 11px !important
}

.top-12 {
    top: 12px !important
}

.bottom-12 {
    bottom: 12px !important
}

.left-12 {
    left: 12px !important
}

.right-12 {
    right: 12px !important
}

.top-13 {
    top: 13px !important
}

.bottom-13 {
    bottom: 13px !important
}

.left-13 {
    left: 13px !important
}

.right-13 {
    right: 13px !important
}

.top-14 {
    top: 14px !important
}

.bottom-14 {
    bottom: 14px !important
}

.left-14 {
    left: 14px !important
}

.right-14 {
    right: 14px !important
}

.top-15 {
    top: 15px !important
}

.bottom-15 {
    bottom: 15px !important
}

.left-15 {
    left: 15px !important
}

.right-15 {
    right: 15px !important
}

.top-20 {
    top: 20px !important
}

.top-30 {
    top: 30px !important
}

.bottom-20 {
    bottom: 20px !important
}

.bottom-30 {
    bottom: 30px !important
}

.transform3dx-n50 {
    transform: translate3d(-50%, 0, 0)
}

.transform3dy-n50 {
    transform: translate3d(0, -50%, 0)
}

.transform3dxy-n50 {
    transform: translate3d(-50%, -50%, 0)
}

.transform3dx-n100 {
    transform: translate3d(-100%, 0, 0)
}

.transform3dy-n100 {
    transform: translate3d(0, -100%, 0)
}

.transform3dx-p50 {
    transform: translate3d(50%, 0, 0)
}

.transform3dy-p50 {
    transform: translate3d(0, 50%, 0)
}

.transformY-p100 {
    transform: translateY(100%)
}

.outline-none {
    outline: 0 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-underline-2 {
    text-decoration: none !important;
    border-bottom: 1px solid;
    border-bottom-color: inherit
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-transform-none {
    text-transform: none !important
}

.transform-none {
    transform: none !important
}

.text-muted {
    color: #999 !important
}

html.dark .text-muted {
    color: #505461 !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

.z-index-initial {
    z-index: initial !important
}

.z-index-0 {
    z-index: 0 !important
}

.z-index-hover-0:hover {
    z-index: 0 !important
}

.z-index-1 {
    z-index: 1 !important
}

.z-index-hover-1:hover {
    z-index: 1 !important
}

.z-index-2 {
    z-index: 2 !important
}

.z-index-hover-2:hover {
    z-index: 2 !important
}

.z-index-3 {
    z-index: 3 !important
}

.z-index-hover-3:hover {
    z-index: 3 !important
}

.z-index-4 {
    z-index: 4 !important
}

.z-index-hover-4:hover {
    z-index: 4 !important
}

.z-index-5 {
    z-index: 5 !important
}

.z-index-hover-5:hover {
    z-index: 5 !important
}

.z-index-6 {
    z-index: 6 !important
}

.z-index-hover-6:hover {
    z-index: 6 !important
}

.z-index-7 {
    z-index: 7 !important
}

.z-index-hover-7:hover {
    z-index: 7 !important
}

.z-index-8 {
    z-index: 8 !important
}

.z-index-hover-8:hover {
    z-index: 8 !important
}

.z-index-9 {
    z-index: 9 !important
}

.z-index-hover-9:hover {
    z-index: 9 !important
}

.z-index-10 {
    z-index: 10 !important
}

.z-index-hover-10:hover {
    z-index: 10 !important
}

.text-dark {
    color: #212529 !important
}

.inner-text-dark * {
    color: #212529 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-light {
    color: #fff !important
}

.inner-text-light * {
    color: #fff !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-color-grey {
    color: #969696 !important
}

.text-color-grey-lighten {
    color: #a9a9aa !important
}

.text-color-white {
    color: #fff !important
}

.text-color-hover-white:hover {
    color: #fff !important
}

.text-color-black {
    color: #000 !important
}

.text-color-hover-black:hover {
    color: #000 !important
}

.text-color-danger {
    color: #ff5b5b !important
}

.text-color-success {
    color: #0485 !important
}

.bg-color-grey {
    background-color: #f7f7f7 !important
}

.bg-color-grey-scale-1 {
    background-color: #ededed !important
}

.bg-color-grey-scale-2 {
    background-color: #e8e8e8 !important
}

.bg-color-grey-scale-3 {
    background-color: #e3e3e3 !important
}

.bg-color-grey-scale-4 {
    background-color: #dedede !important
}

.bg-color-grey-scale-5 {
    background-color: #d9d9d9 !important
}

.bg-color-grey-scale-6 {
    background-color: #d4d3d3 !important
}

.bg-color-grey-scale-7 {
    background-color: #cecece !important
}

.bg-color-grey-scale-8 {
    background-color: #c9c9c9 !important
}

.bg-color-grey-scale-9 {
    background-color: #c4c4c4 !important
}

.bg-color-grey-scale-10 {
    background-color: #bfbfbf !important
}

.bg-gradient-animated {
    background-size: 200% 200% !important;
    animation-name: gradientTransition;
    animation-duration: 20000ms;
    animation-iteration-count: infinite
}

.bg-color-dark-scale-1 {
    background-color: #212529 !important
}

.bg-color-dark-scale-2 {
    background-color: #1c2023 !important
}

.bg-color-dark-scale-3 {
    background-color: #181b1e !important
}

.bg-color-dark-scale-4 {
    background-color: #131618 !important
}

.bg-color-dark-scale-5 {
    background-color: #0f1112 !important
}

.rating-default .filled-stars {
    color: #6a6a6d
}

.font-weight-thin {
    font-weight: 100 !important
}

.font-weight-extralight,
.font-weight-extra-light {
    font-weight: 200 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-regular,
.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semibold,
.font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-extrabold,
.font-weight-extra-bold {
    font-weight: 800 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.letter-spacing-minus-1 {
    letter-spacing: -1px
}

.no-borders {
    border: none !important
}

.rounded {
    border-radius: 5px !important
}

.b-thin {
    border-width: 3px !important
}

.b-normal {
    border-width: 5px !important
}

.b-thick {
    border-width: 7px !important
}

.border-top {
    border-top: 1px solid #dadada !important
}

.border-bottom {
    border-bottom: 1px solid #dadada !important
}

.border-left {
    border-left: 1px solid #dadada !important
}

.border-right {
    border-right: 1px solid #dadada !important
}

.border-all {
    border: 1px solid #dadada !important
}

.border-top-light {
    border-top: 1px solid rgba(0, 0, 0, .06) !important
}

.border-bottom-light {
    border-bottom: 1px solid rgba(0, 0, 0, .06) !important
}

.border-left-light {
    border-left: 1px solid rgba(0, 0, 0, .06) !important
}

.border-right-light {
    border-right: 1px solid rgba(0, 0, 0, .06) !important
}

.border-all-light {
    border: 1px solid rgba(0, 0, 0, .06) !important
}

.border-white {
    border-color: #fff !important
}

.border-color-transparent-hover {
    transition: all .2s
}

.border-color-transparent-hover:hover {
    border-color: transparent !important
}

.border-color-light-2 {
    border-color: rgba(255, 255, 255, .3) !important
}

.border-color-light-3 {
    border-color: rgba(255, 255, 255, .05) !important
}

.border-color-light-4 {
    border-color: rgba(255, 255, 255, .1) !important
}

.border-color-light-5 {
    border-color: rgba(255, 255, 255, .2) !important
}

.border-color-grey-1 {
    border-color: #e9e9e9 !important
}

.border-color-success {
    border-color: #0485 !important
}

.border-radius-0 {
    border-radius: 0 !important
}

.border-width-1 {
    border-width: 1px !important
}

.border-width-2 {
    border-width: 2px !important
}

.border-width-3 {
    border-width: 3px !important
}

.border-width-4 {
    border-width: 4px !important
}

.border-width-5 {
    border-width: 5px !important
}

.border-width-6 {
    border-width: 6px !important
}

.border-width-7 {
    border-width: 7px !important
}

.border-width-8 {
    border-width: 8px !important
}

.border-width-9 {
    border-width: 9px !important
}

.border-width-10 {
    border-width: 10px !important
}

.perspective-100 {
    perspective: 100px !important
}

.perspective-200 {
    perspective: 200px !important
}

.perspective-300 {
    perspective: 300px !important
}

.perspective-400 {
    perspective: 400px !important
}

.perspective-500 {
    perspective: 500px !important
}

.perspective-600 {
    perspective: 600px !important
}

.perspective-700 {
    perspective: 700px !important
}

.perspective-800 {
    perspective: 800px !important
}

.perspective-900 {
    perspective: 900px !important
}

.perspective-1000 {
    perspective: 1000px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.ws-nowrap {
    white-space: nowrap !important
}

.ws-normal {
    white-space: normal !important
}

.ws-pre-line {
    white-space: pre-line !important
}

.ws-pre-wrap {
    white-space: pre-wrap !important
}

.wb-all {
    word-break: break-all !important
}

.w-auto {
    width: auto !important
}

.w-25pct {
    width: 25% !important
}

.w-50pct {
    width: 50% !important
}

.w-75pct {
    width: 75% !important
}

.w-100pct {
    width: 100% !important
}

.width-50vw {
    width: 50vw
}

.width-100vw {
    width: 100vw
}

.min-width-0 {
    min-width: 0 !important
}

[class*=fluid-col-] {
    position: relative
}

[class*=fluid-col-] .fluid-col {
    position: absolute;
    left: 15px
}

[class*=fluid-col-] .fluid-col.fluid-col-left {
    left: auto;
    right: 15px
}

.fluid-col-6 {
    min-height: 33vw
}

.fluid-col-6 .fluid-col {
    width: calc(50vw - 15px)
}

.fluid-col-sm-6 .fluid-col,
.fluid-col-md-6 .fluid-col,
.fluid-col-lg-6 .fluid-col,
.fluid-col-xl-6 .fluid-col {
    width: calc(100vw - 30px)
}

.row-gutter-sm {
    margin-right: -10px;
    margin-left: -10px
}

.row-gutter-sm .col,
.row-gutter-sm .col-1,
.row-gutter-sm .col-10,
.row-gutter-sm .col-11,
.row-gutter-sm .col-12,
.row-gutter-sm .col-2,
.row-gutter-sm .col-3,
.row-gutter-sm .col-4,
.row-gutter-sm .col-5,
.row-gutter-sm .col-6,
.row-gutter-sm .col-7,
.row-gutter-sm .col-8,
.row-gutter-sm .col-9,
.row-gutter-sm .col-auto,
.row-gutter-sm .col-lg,
.row-gutter-sm .col-lg-1,
.row-gutter-sm .col-lg-10,
.row-gutter-sm .col-lg-11,
.row-gutter-sm .col-lg-12,
.row-gutter-sm .col-lg-2,
.row-gutter-sm .col-lg-3,
.row-gutter-sm .col-lg-4,
.row-gutter-sm .col-lg-5,
.row-gutter-sm .col-lg-6,
.row-gutter-sm .col-lg-7,
.row-gutter-sm .col-lg-8,
.row-gutter-sm .col-lg-9,
.row-gutter-sm .col-lg-auto,
.row-gutter-sm .col-md,
.row-gutter-sm .col-md-1,
.row-gutter-sm .col-md-10,
.row-gutter-sm .col-md-11,
.row-gutter-sm .col-md-12,
.row-gutter-sm .col-md-2,
.row-gutter-sm .col-md-3,
.row-gutter-sm .col-md-4,
.row-gutter-sm .col-md-5,
.row-gutter-sm .col-md-6,
.row-gutter-sm .col-md-7,
.row-gutter-sm .col-md-8,
.row-gutter-sm .col-md-9,
.row-gutter-sm .col-md-auto,
.row-gutter-sm .col-sm,
.row-gutter-sm .col-sm-1,
.row-gutter-sm .col-sm-10,
.row-gutter-sm .col-sm-11,
.row-gutter-sm .col-sm-12,
.row-gutter-sm .col-sm-2,
.row-gutter-sm .col-sm-3,
.row-gutter-sm .col-sm-4,
.row-gutter-sm .col-sm-5,
.row-gutter-sm .col-sm-6,
.row-gutter-sm .col-sm-7,
.row-gutter-sm .col-sm-8,
.row-gutter-sm .col-sm-9,
.row-gutter-sm .col-sm-auto,
.row-gutter-sm .col-xl,
.row-gutter-sm .col-xl-1,
.row-gutter-sm .col-xl-10,
.row-gutter-sm .col-xl-11,
.row-gutter-sm .col-xl-12,
.row-gutter-sm .col-xl-2,
.row-gutter-sm .col-xl-3,
.row-gutter-sm .col-xl-4,
.row-gutter-sm .col-xl-5,
.row-gutter-sm .col-xl-6,
.row-gutter-sm .col-xl-7,
.row-gutter-sm .col-xl-8,
.row-gutter-sm .col-xl-9,
.row-gutter-sm .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5,
.col-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xl-2-5,
.col-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xl-3-5,
.col-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5,
.col-xl-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.col-2-5 {
    flex: 0 0 40%;
    max-width: 40%
}

.col-3-5 {
    flex: 0 0 60%;
    max-width: 60%
}

.col-4-5 {
    flex: 0 0 80%;
    max-width: 80%
}

.col-pull-12 {
    margin-left: -100%
}

.col-pull-11 {
    margin-left: -91.66666667%
}

.col-pull-10 {
    margin-left: -83.33333333%
}

.col-pull-9 {
    margin-left: -75%
}

.col-pull-8 {
    margin-left: -66.66666667%
}

.col-pull-7 {
    margin-left: -58.33333333%
}

.col-pull-6 {
    margin-left: -50%
}

.col-pull-5 {
    margin-left: -41.66666667%
}

.col-pull-4 {
    margin-left: -33.33333333%
}

.col-pull-3 {
    margin-left: -25%
}

.col-pull-2 {
    margin-left: -16.66666667%
}

.col-pull-1 {
    margin-left: -8.33333333%
}

.col-pull-0 {
    margin-left: 0
}

.col-push-12 {
    margin-left: 100%
}

.col-push-11 {
    margin-left: 91.66666667%
}

.col-push-10 {
    margin-left: 83.33333333%
}

.col-push-9 {
    margin-left: 75%
}

.col-push-8 {
    margin-left: 66.66666667%
}

.col-push-7 {
    margin-left: 58.33333333%
}

.col-push-6 {
    margin-left: 50%
}

.col-push-5 {
    margin-left: 41.66666667%
}

.col-push-4 {
    margin-left: 33.33333333%
}

.col-push-3 {
    margin-left: 25%
}

.col-push-2 {
    margin-left: 16.66666667%
}

.col-push-1 {
    margin-left: 8.33333333%
}

.col-push-0 {
    margin-left: 0
}

.rotate-l-5 {
    transform: rotate(-5deg)
}

.rotate-l-10 {
    transform: rotate(-10deg)
}

.rotate-l-15 {
    transform: rotate(-15deg)
}

.rotate-l-20 {
    transform: rotate(-20deg)
}

.rotate-l-25 {
    transform: rotate(-25deg)
}

.rotate-l-30 {
    transform: rotate(-30deg)
}

.rotate-l-35 {
    transform: rotate(-35deg)
}

.rotate-l-40 {
    transform: rotate(-40deg)
}

.rotate-l-45 {
    transform: rotate(-45deg)
}

.rotate-l-50 {
    transform: rotate(-50deg)
}

.rotate-l-55 {
    transform: rotate(-55deg)
}

.rotate-l-60 {
    transform: rotate(-60deg)
}

.rotate-l-65 {
    transform: rotate(-65deg)
}

.rotate-l-70 {
    transform: rotate(-70deg)
}

.rotate-l-75 {
    transform: rotate(-75deg)
}

.rotate-l-80 {
    transform: rotate(-80deg)
}

.rotate-l-85 {
    transform: rotate(-85deg)
}

.rotate-l-90 {
    transform: rotate(-90deg)
}

.rotate-l-180 {
    transform: rotate(-180deg)
}

.rotate-r-5 {
    transform: rotate(5deg)
}

.rotate-r-10 {
    transform: rotate(10deg)
}

.rotate-r-15 {
    transform: rotate(15deg)
}

.rotate-r-20 {
    transform: rotate(20deg)
}

.rotate-r-25 {
    transform: rotate(25deg)
}

.rotate-r-30 {
    transform: rotate(30deg)
}

.rotate-r-35 {
    transform: rotate(35deg)
}

.rotate-r-40 {
    transform: rotate(40deg)
}

.rotate-r-45 {
    transform: rotate(45deg)
}

.rotate-r-50 {
    transform: rotate(50deg)
}

.rotate-r-55 {
    transform: rotate(55deg)
}

.rotate-r-60 {
    transform: rotate(60deg)
}

.rotate-r-65 {
    transform: rotate(65deg)
}

.rotate-r-70 {
    transform: rotate(70deg)
}

.rotate-r-75 {
    transform: rotate(75deg)
}

.rotate-r-80 {
    transform: rotate(80deg)
}

.rotate-r-85 {
    transform: rotate(85deg)
}

.rotate-r-90 {
    transform: rotate(90deg)
}

.rotate-r-180 {
    transform: rotate(180deg)
}

#footer {
    background: var(--blue);
    border-top: 4px solid var(--yellow);
    font-size: .9em;
    margin-top: 110px !important;
    padding-top: 100px;
    position: relative;
    clear: both
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -44px 0 0;
    padding: 10px 20px 6px
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px
}

#footer .footer-ribbon span {
    color: #fff;
    font-size: 1.6em;
    font-family: shadows into light, cursive
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #fff
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #fff;
    transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #fff
}

#footer a:not(.btn):not(.no-footer-css):focus,
#footer a:not(.btn):not(.no-footer-css):active {
    color: #ccc
}

#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: #fff !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
    color: #e6e5e5 !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:focus,
#footer a:not(.btn):not(.no-footer-css).text-color-light:active {
    color: #ccc !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default {
    color: #777 !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default:hover {
    color: #919090 !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default:focus,
#footer a:not(.btn):not(.no-footer-css).text-color-default:active {
    color: #5e5d5d !important
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
    position: relative;
    left: 0;
    transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
    left: 3px
}

#footer ul.nav-list>li a {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 20px;
    padding-bottom: 11px
}

#footer ul.nav-list>li:last-child a {
    border-bottom: 0
}

#footer ul.nav-list>li a:hover {
    background-color: rgba(255, 255, 255, .05)
}

#footer ul.list.icons li {
    margin-bottom: 5px
}

#footer.footer-texts-more-lighten p,
#footer.footer-texts-more-lighten span,
#footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css),
#footer.footer-texts-more-lighten li {
    color: #a8a8a8
}

#footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #fff
}

#footer .footer-nav nav {
    display: flex
}

#footer .footer-nav nav>ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

#footer .footer-nav nav>ul>li {
    position: relative;
    height: 100%;
    align-self: stretch
}

#footer .footer-nav nav>ul>li>a {
    position: relative;
    background: 0 0;
    padding: 0 14.4px;
    padding: 0 .9rem;
    margin: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a {
    padding-left: 0
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a:before {
    left: 0
}

#footer form {
    opacity: .85
}

#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both
}

#footer form .alert {
    padding: 6px;
    text-align: center
}

#footer .logo img {
    position: relative;
    top: 2px;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

#footer .twitter [class*=fa-],
#footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
    margin-right: -22px;
    left: -30px;
    color: #fff
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: .9em;
    padding-top: 3px;
    opacity: .5
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .twitter ul li {
    padding-bottom: 20px;
    padding-left: 30px
}

#footer .twitter ul li:last-child {
    padding-bottom: 0
}

#footer .twitter.twitter-dark [class*=fa-],
#footer .twitter.twitter-dark .icons {
    color: #333
}

#footer .twitter.twitter-dark .meta a {
    color: #333
}

#footer .twitter.twitter-light {
    color: #fff
}

#footer .twitter.twitter-light [class*=fa-],
#footer .twitter.twitter-light .icons {
    color: #fff
}

#footer .twitter.twitter-light .meta a {
    color: #fff;
    opacity: .7
}

#footer .twitter-account {
    color: #fff;
    display: block;
    font-size: .9em;
    margin: -15px 0 5px;
    opacity: .55
}

#footer .twitter-account:hover {
    opacity: 1
}

#footer .footer-bg-color-2 {
    background: #1c2023
}

#footer .footer-copyright {
    background: var(--blue);
    border-top: 1px solid #ccc
}

#footer .footer-copyright p {
    text-align: right
}

#footer .footer-copyright img {
    height: 100px
}

#footer .footer-copyright nav {
    font-size: .9em
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .footer-copyright nav ul li {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px
}

#footer .footer-copyright nav ul li:first-child {
    border: medium;
    padding-left: 0
}

#footer .footer-copyright nav ul li:last-child {
    padding-right: 0
}

#footer .footer-copyright p {
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 15px
}

#footer .footer-copyright p span {
    color: var(--yellow)
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #212529;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

#footer .footer-copyright.footer-copyright-border-grey {
    border-top: 1px solid #e5e5e5
}

#footer .footer-copyright.footer-copyright-full-width-border-top {
    position: relative;
    border-top: 0
}

#footer .footer-copyright.footer-copyright-full-width-border-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    border-top: 1px solid rgba(255, 255, 255, .05);
    transform: translate3d(-50%, 0, 0)
}

#footer.footer-reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10
}

.footer-top-border {
    border-top: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-left-border {
    border-left: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-right-border {
    border-right: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-top-light-border {
    border-top: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-bottom-light-border {
    border-bottom: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-left-light-border {
    border-left: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-right-light-border {
    border-right: 1px solid rgba(255, 255, 255, .05) !important
}

.map-above {
    min-height: 630px;
    position: relative
}

.map-above .map-above-map {
    position: absolute;
    top: 0;
    min-height: 630px;
    height: 100%;
    width: 100%
}

.map-above .map-above-content {
    background: 0 0
}

html.dark body,
html.dark .body {
    background-color: #212529
}

html.dark.boxed .body {
    background-color: #212529
}

html.dark #header .header-top {
    background: #2c3237;
    border-bottom-color: #333940
}

html.dark #header .header-search .form-control {
    background: #262a2f
}

html.dark #header .header-body {
    background: #212529;
    border-top-color: #333940
}

html.dark #header .header-nav-bar {
    background-color: #262a2f
}

html.dark #header .header-nav-top .nav>li>a:hover,
html.dark #header .header-nav-top .nav>li>a a:focus {
    background-color: #262a2f
}

html.dark #header .header-nav-top .dropdown-menu {
    background: #262a2f;
    border-color: #262a2f
}

html.dark #header .header-nav-top .dropdown-menu a:hover,
html.dark #header .header-nav-top .dropdown-menu a:focus {
    background: #2c3237 !important
}

html.dark #header .header-nav-features .header-nav-top-icon,
html.dark #header .header-nav-features .header-nav-top-icon-img {
    color: #fff
}

html.dark #header .header-nav-features .header-nav-features-dropdown {
    background: #262a2f
}

html.dark #header .header-nav-features .header-nav-features-dropdown:before {
    border-bottom-color: #262a2f
}

html.dark.sticky-header-active #header .header-body {
    border-bottom-color: #333940;
    box-shadow: none
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
    color: #fff
}

html.dark h1.card-title,
html.dark h2.card-title,
html.dark h3.card-title,
html.dark h4.card-title,
html.dark h5.card-title,
html.dark h6.card-title {
    color: #fff
}

html.dark .alert h1,
html.dark .alert h2,
html.dark .alert h3,
html.dark .alert h4,
html.dark .alert h5,
html.dark .alert h6 {
    color: #111
}

html.dark blockquote {
    border-color: #2c3237
}

html.dark section.featured {
    background-color: #1c2023;
    border-top-color: #333940
}

html.dark section.section {
    background-color: #262a2f;
    border-top-color: #2c3237
}

html.dark .dropdown-menu>li a {
    color: #fff
}

html.dark .dropdown-menu>li a:hover,
html.dark .dropdown-menu>li a:focus {
    background-color: #333940
}

html.dark .simple-search .input-group-append {
    border-color: #2c3237
}

html.dark .home-intro {
    background-color: #262a2f
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #2c3237;
    border-left-color: #2c3237;
    border-right-color: #2c3237;
    background: #2c3237
}

html.dark .tabs .nav-tabs li a:hover {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
    border-bottom-color: #2c3237
}

html.dark .tabs.tabs-left .nav-tabs>li a,
html.dark .tabs.tabs-right .nav-tabs>li a {
    background: #2c3237;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .tabs.tabs-left .nav-tabs>li:last-child a,
html.dark .tabs.tabs-right .nav-tabs>li:last-child a {
    border-bottom-color: #2c3237
}

html.dark .tabs .nav-tabs {
    border-color: #2c3237
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
    background: #333940;
    border-left-color: #333940;
    border-right-color: #333940
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
    border-bottom-color: #333940
}

html.dark .tabs.tabs-vertical {
    border-top-color: #333940
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #2c3237;
    border-top-color: #333940
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #808697;
    border-top-color: #333940
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #333940
}

html.dark .tabs .tab-content {
    background: #333940;
    border-color: #333940
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #333940 !important
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
    color: #808697
}

html.dark .tab-content {
    background: #333940;
    border-color: #212529
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
    background: 0 0 !important
}

html.dark .nav>li>a:hover,
html.dark .nav>li>a:focus {
    background-color: #333940
}

html.dark .call-to-action.call-to-action-default {
    background: #2c3237
}

html.dark .call-to-action.call-to-action-dark {
    background: #333940
}

html.dark .call-to-action.with-borders {
    border-top-color: #333940;
    border-bottom-color: #333940;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .call-to-action.with-full-borders {
    border-color: #333940
}

html.dark .call-to-action.featured {
    background: linear-gradient(to bottom, #2c3237 1%, #333940 98%) repeat scroll 0 0 transparent;
    border-bottom-color: #333940;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #212529
}

html.dark .counters.with-borders .counter {
    border-top: 1px solid #333940;
    border-bottom: 1px solid #333940;
    border-left: 1px solid #2c3237;
    border-right: 1px solid #2c3237
}

html.dark .counters.counters-text-dark .counter {
    color: #fff !important
}

html.dark .counters.counters-text-dark .counter [class*=fa-],
html.dark .counters.counters-text-dark .counter .icons,
html.dark .counters.counters-text-dark .counter strong,
html.dark .counters.counters-text-dark .counter label {
    color: #fff !important
}

html.dark section.timeline:after {
    background: #505050;
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%)
}

html.dark section.timeline .timeline-date {
    background-color: #2c3237;
    border-color: #2c3237;
    text-shadow: none
}

html.dark section.timeline .timeline-title {
    background: #2c3237
}

html.dark section.timeline .timeline-box {
    border-color: #2c3237;
    background: #2c3237
}

html.dark section.timeline .timeline-box.left:before {
    box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237
}

html.dark section.timeline .timeline-box.left:after {
    background: #2c3237;
    border-right-color: #2c3237;
    border-top-color: #2c3237
}

html.dark section.timeline .timeline-box.right:before {
    box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237
}

html.dark section.timeline .timeline-box.right:after {
    background: #2c3237;
    border-left-color: #2c3237;
    border-bottom-color: #2c3237
}

html.dark form:not(.form-style-4) .form-control {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark form.form-style-4 .form-control {
    border-bottom-color: #3c3c3c
}

html.dark .btn-light {
    background-color: #2c3237;
    border-color: #2c3237;
    color: #fff
}

html.dark .btn.disabled,
html.dark .btn.disabled:hover,
html.dark .btn.disabled:active,
html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
    border-color: #2c3237 !important
}

html.dark .pagination>li>a,
html.dark .pagination>li>span {
    background-color: #2c3237;
    border-color: #282d31
}

html.dark section.section-custom-map {
    background-color: #212529
}

html.dark section.section-custom-map section.section {
    background: rgba(38, 42, 47, .8)
}

html.dark .home-concept {
    background-image: url(../img/home/home-concept-dark.webp)
}

html.dark .home-concept .process-image {
    background-image: url(../img/home/home-concept-item-dark.webp)
}

html.dark .home-concept .project-image {
    background-image: url(../img/home/home-concept-item-dark.webp)
}

html.dark .home-concept .sun {
    background-image: url(../img/home/home-concept-icons-dark.webp)
}

html.dark .home-concept .cloud {
    background-image: url(../img/home/home-concept-icons-dark.webp)
}

html.dark .page-header {
    border-bottom-color: #1c2023
}

html.dark .page-header-light {
    background-color: #333940
}

html.dark .card {
    background-color: #1c2023
}

html.dark .accordion .card {
    background-color: #2c3237
}

html.dark .accordion .card-default {
    border-color: #2c3237
}

html.dark .accordion .card-header {
    background-color: #333940
}

html.dark .accordion .form-control {
    background-color: #262a2f;
    border-color: #262a2f
}

html.dark .accordion.accordion-modern .card .card-header {
    background-color: #262a2f
}

html.dark .accordion.accordion-modern .card:first-of-type,
html.dark .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type),
html.dark .accordion.accordion-modern .card:last-of-type {
    border-color: #262a2f
}

html.dark .toggle>label,
html.dark .toggle>.toggle-title {
    background-color: #333940
}

html.dark .toggle.toggle-simple .toggle>label,
html.dark .toggle.toggle-simple .toggle>.toggle-title {
    color: #fff
}

html.dark .featured-box {
    background: #333940;
    border-left-color: #333940;
    border-right-color: #333940;
    border-bottom-color: #333940
}

html.dark .featured-box.secondary h4 {
    color: #fff
}

html.dark .featured-boxes-flat .featured-box .box-content {
    background: #333940
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4,
html.dark .featured-boxes-style-6 .featured-box .box-content h4,
html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #fff
}

html.dark .featured-boxes-style-2 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #212529
}

html.dark .featured-boxes-style-4 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-5 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
    background: #2c3237;
    border-color: #333940
}

html.dark .featured-boxes-style-6 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
    background: #2c3237;
    border-color: #333940
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
    border-color: #333940
}

html.dark .featured-boxes-style-7 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
    background: #2c3237;
    border-color: #333940
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
    box-shadow: 3px 3px #1a1d21
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #333940
}

html.dark .featured-box-effect-1 .icon-featured:after {
    box-shadow: 0 0 0 3px #333940
}

html.dark .feature-box.feature-box-style-2 h4,
html.dark .feature-box.feature-box-style-3 h4,
html.dark .feature-box.feature-box-style-4 h4 {
    color: #fff
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #333940
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
    border-color: #333940
}

html.dark .owl-dots button.owl-dot span {
    background: #333940
}

html.dark .owl-carousel.top-border {
    border-top-color: #3f4247
}

html.dark .progress {
    background: #333940
}

html.dark .arrow {
    background-image: url(../img/arrows-dark.webp)
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark .thumb-info .thumb-info-wrapper:after {
    background-color: rgba(33, 37, 41, .9)
}

html.dark .thumb-info-social-icons {
    border-top-color: #3c444b
}

html.dark ul.nav-list>li a {
    border-bottom-color: #2c3237
}

html.dark ul.nav-list>li a:hover {
    background-color: #2c3237
}

html.dark .content-grid .content-grid-item:before {
    border-left-color: #333940
}

html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #333940
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #333940
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #333940
}

html.dark .testimonial .testimonial-author strong {
    color: #fff
}

html.dark .testimonial.testimonial-style-3 blockquote {
    background: #333940 !important
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #333940 !important
}

html.dark .testimonial.testimonial-style-4 {
    border-color: #333940 !important
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #333940 !important
}

html.dark .popover {
    background-color: #333940;
    border: 1px solid #2c3237
}

html.dark .popover.top>.arrow {
    border-top-color: #2c3237
}

html.dark .popover.top>.arrow:after {
    border-top-color: #333940
}

html.dark .popover.right>.arrow {
    border-right-color: #2c3237
}

html.dark .popover.right>.arrow:after {
    border-right-color: #333940
}

html.dark .popover.bottom>.arrow {
    border-bottom-color: #2c3237
}

html.dark .popover.bottom>.arrow:after {
    border-bottom-color: #333940
}

html.dark .popover.left>.arrow {
    border-left-color: #2c3237
}

html.dark .popover.left>.arrow:after {
    border-left-color: #333940
}

html.dark .popover-title {
    background-color: #2c3237;
    border-bottom: #333940
}

html.dark .page-header {
    border-bottom-color: #2c3237
}

html.dark .table>thead>tr>th,
html.dark .table>tbody>tr>th,
html.dark .table>tfoot>tr>th,
html.dark .table>thead>tr>td,
html.dark .table>tbody>tr>td,
html.dark .table>tfoot>tr>td,
html.dark .table-bordered {
    border-color: #2c3237
}

html.dark .table-striped>tbody>tr:nth-child(2n+1)>td,
html.dark .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #333940
}

html.dark pre {
    background-color: #2c3237;
    border-color: #2c3237;
    color: #777
}

html.dark .show-grid [class*=col-lg-] .show-grid-block {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark .google-map-borders,
html.dark .ratio-borders {
    border-color: #333940
}

html.dark .alert.alert-default {
    border-color: #333940;
    background-color: #2c3237
}

html.dark hr {
    background-image: linear-gradient(to left, #212529, #3F4247, #212529)
}

html.dark hr.light {
    background-image: linear-gradient(to left, #212529, #3F4247, #212529)
}

html.dark hr.solid {
    background: #3f4247
}

html.dark .divider {
    background-image: linear-gradient(to left, transparent, #3F4247, transparent)
}

html.dark .divider [class*=fa-],
html.dark .divider .icons {
    background: #212529
}

html.dark .divider.divider-solid {
    background: #3f4247
}

html.dark .divider.divider-style-2 [class*=fa-],
html.dark .divider.divider-style-2 .icons {
    background: #262a2f
}

html.dark .divider.divider-style-3 [class*=fa-],
html.dark .divider.divider-style-3 .icons {
    border-color: #3f4247
}

html.dark .divider.divider-style-4 [class*=fa-],
html.dark .divider.divider-style-4 .icons {
    border-color: #3f4247
}

html.dark .divider.divider-style-4 [class*=fa-]:after,
html.dark .divider.divider-style-4 .icons:after {
    border-color: #262a2f
}

html.dark .divider.divider-small {
    background: 0 0
}

html.dark .divider.divider-small hr {
    background: #3f4247
}

html.dark .divider.divider-small.divider-light hr {
    background: #3f4247
}

html.dark hr.dashed:after,
html.dark .divider.dashed:after {
    border-color: #3f4247
}

html.dark .heading.heading-bottom-border h1 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h2,
html.dark .heading.heading-bottom-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h4,
html.dark .heading.heading-bottom-border h5,
html.dark .heading.heading-bottom-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h1,
html.dark .heading.heading-bottom-double-border h2,
html.dark .heading.heading-bottom-double-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h4,
html.dark .heading.heading-bottom-double-border h5,
html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-middle-border:before {
    border-top-color: #3f4247
}

html.dark .heading.heading-middle-border h1,
html.dark .heading.heading-middle-border h2,
html.dark .heading.heading-middle-border h3,
html.dark .heading.heading-middle-border h4,
html.dark .heading.heading-middle-border h5,
html.dark .heading.heading-middle-border h6 {
    background: #212529
}

html.dark .recent-posts .date .day,
html.dark section.section .recent-posts .date .day {
    background-color: #333940
}

html.dark .blog-posts article {
    border-color: #2c3237
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
    background-color: #2c3237
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark ul.simple-post-list li {
    border-bottom-color: #262a2f
}

html.dark .post-block {
    border-top-color: #1c2023
}

html.dark ul.comments .comment-block {
    background-color: #2c3237
}

html.dark ul.comments .comment-arrow {
    border-right-color: #2c3237
}

html.dark .pricing-table li {
    border-top-color: #262a2f
}

html.dark .pricing-table h3 {
    background-color: #262a2f;
    text-shadow: none
}

html.dark .pricing-table h3 span {
    background: #2c3237;
    border-color: #282d31;
    box-shadow: 0 5px 20px #282d31 inset, 0 3px 0 #2c3237 inset;
    color: #777
}

html.dark .pricing-table .most-popular {
    border-color: #2c3237
}

html.dark .pricing-table .most-popular h3 {
    background-color: #2c3237;
    color: #fff;
    text-shadow: none
}

html.dark .pricing-table .plan-ribbon {
    background-color: #2c3237
}

html.dark .pricing-table .plan {
    background: #2c3237;
    border: 1px solid #2c3237;
    color: #777;
    text-shadow: none
}

html.dark .product-thumb-info {
    background-color: #2c3237;
    border-color: transparent
}

html.dark .shop .quantity .qty {
    background-color: #2c3237;
    border-color: transparent
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
    background-color: #262a2f;
    border-color: transparent
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
    border-color: #2c3237
}

html.dark .dialog {
    background-color: #212529
}

html.dark .modal-content {
    background-color: #212529
}

html.dark .modal-header {
    border-bottom-color: #2c3237
}

html.dark .modal-header h1,
html.dark .modal-header h2,
html.dark .modal-header h3,
html.dark .modal-header h4,
html.dark .modal-header h5,
html.dark .modal-header h6 {
    color: #777
}

html.dark .modal-header .close {
    text-shadow: none;
    color: #fff
}

html.dark .modal-footer {
    border-top-color: #2c3237
}

html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
    background: #212529 !important
}

html.dark .loading-overlay {
    background: #212529
}

html.dark .sort-destination-loader:after {
    background-color: #212529
}

html.dark #footer .newsletter form .btn-light {
    background-color: #262a2f;
    border-color: #262a2f;
    color: #777
}

html.dark #footer .newsletter form .form-control {
    border: 0
}

html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

html.boxed .body {
    position: relative;
    background-color: transparent;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto
}

html.boxed #header .header-body {
    border-top-color: transparent;
    border-top: 0
}

html.boxed #header.header-effect-shrink .header-body {
    max-width: 1200px
}

html.boxed .main {
    background-color: #fff;
    overflow: hidden
}

html.boxed section.section.section-footer {
    padding-bottom: 100px
}

html.boxed #footer {
    margin-top: 0;
    border-bottom: 4px solid #1a1c1e;
    border-radius: 0 0 5px 5px
}

html.boxed .footer-reveal {
    max-width: 1200px;
    left: auto !important
}

html.gap-outside .body {
    margin-top: 25px;
    margin-bottom: 25px
}

html.gap-outside .main,
html.gap-outside #footer {
    margin-right: 25px;
    margin-left: 25px
}

html.gap-outside .slider-container {
    width: 100% !important;
    left: auto !important
}

html.gap-outside #header:not(.side-header) {
    margin-top: -25px
}

html.gap-outside #header:not(.side-header) .header-body {
    left: 0;
    padding-right: 25px;
    padding-left: 25px
}

html.gap-outside #header:not(.side-header) .header-container:after {
    content: none
}

html.gap-outside .sticky-wrapper {
    left: 25px !important;
    width: calc(100vw - 67px) !important
}

html.gap-outside .pin-wrapper .sticky-wrapper {
    left: 25px !important;
    width: calc(100vw - 67px) !important
}

html.gap-outside .pin-wrapper .sticky-wrapper .sticky-body {
    width: calc(100vw - 67px) !important
}

html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active {
    top: -25px !important;
    left: 0 !important;
    width: 100% !important
}

html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body {
    width: 100% !important
}

html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body .container-fluid {
    padding-left: 25px;
    padding-right: 25px
}

.header-nav-features-brochure a {
    color: #fff;
    font-size: 18px
}

.f-contact-widget p {
    position: relative
}

.f-contact-widget p {
    padding-left: 30px
}

.f-contact-widget p i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: var(--yellow)
}

#footer p,
#footer p a {
    color: #fff
}

.f-widget-links p {
    margin-bottom: 15px
}

.f-widget-links p i {
    font-size: 15px;
    color: var(--yellow);
    padding-right: 5px
}

.menu-with-icon .menu-with-icon-single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.menu-with-icon i {
    font-size: 25px;
    color: var(--yellow);
    margin-bottom: 10px
}

.menu-with-icon span i {
    font-size: 15px
}

.product-thumb-info-text {
    background-color: #f8f8f8;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.product-thumb-info-text .know-more-btn {
    color: var(--blue);
    font-weight: 700;
    transition: all ease .5s
}

.product-thumb-info-text .know-more-btn:hover i {
    transform: translateX(10px)
}

.product-thumb-info-text h4 a {
    color: var(--blue);
    text-decoration: none !important
}

.product {
    border-radius: 20px;
    overflow: hidden
}

.about-austar ul li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 25px
}

.about-austar ul li i {
    color: var(--yellow);
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 3px
}

.megamenu-tabbed-content .tab-content .item-single {
    text-align: center
}

.megamenu-tabbed-content .tab-content .item-single h4 {
    text-align: center !important;
    font-size: 17px;
    font-weight: 400
}

.megamenu-tabbed-content .tab-content .item-single img {
    border-radius: 50%;
    height: auto;
    background-color: #ffdfa1;
    margin-bottom: 15px
}

.megamenu-tab-side-img img {
    height: 300px
}

.megamenu-tabbed-content .tab-content a:hover {
    background-color: transparent !important
}

.megamenu-tabbed-content .tab-content .item-single a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.shop .products .product {
    background-color: #eee
}

.shop .products .product .text-3-5 {
    padding: 0 15px 15px 15px
}

.state-city-text .img-india-list-about-us {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px;
    font-size: .8em;
    color: var(--yellow)
}

.button-cont-custom {
    padding: 14px 55px !important
}

.key-component .box-main {
    box-shadow: rgba(9, 30, 66, .25) 0 4px 8px -2px, rgba(9, 30, 66, .08) 0 0 0 1px;
    padding: 15px;
    background-color: #f5f5f5;
    text-align: center
}

.box-main {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
    margin-bottom: 25px;
    border: 2px solid;
    text-align: center;
    border-radius: 30px;
    overflow: hidden
}

.box-main .text-heading-product {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #fff
}

.box-main h4 {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.blog-grid-parent .box-main {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
    margin-bottom: 25px;
    border: 2px solid
}

.blog-grid-parent .box-main:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 25px 50px -12px
}

.blog-grid-parent .box-main .img_product {
    margin-bottom: 15px
}

.blog-grid-parent .box-main .text-heading-product {
    padding: 5px 0;
    text-align: center
}

.city_list_offer_link {
    background-color: #ffae38;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 11px 11px 0 0
}

.contact_details_city .div_width {
    width: 110px
}

.color-text-black {
    color: #000
}

.comparision-table thead th {
    background-color: var(--blue);
    color: #fff
}

.comparision-table tbody th {
    color: var(--blue)
}

.bg-blue {
    background-color: var(--blue);
    color: #fff
}

.customer-care {
    cursor: pointer
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.navbar-toggler {
    background: transparent;
    border: none
}

.navbar-toggler i {
    color: #fff;
    font-size: 25px
}

.navbar-nav .dropdown-menu {
    border: none;
    background: transparent
}

.nav-link i {
    font-size: 25px;
    color: var(--yellow);
    margin-right: 10px
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 20px
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--yellow)
}

.nav-item .dropdown-item {
    font-size: 20px;
    color: #fff
}

.nav-item .dropdown-item i {
    font-size: 25px;
    color: var(--yellow);
    margin-right: 10px
}

.offcanvas-body {
    background: var(--blue);
    padding: 0
}

.offcanvas-header {
    background: var(--blue)
}

.offcanvas-body ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #555
}

.offcanvas-body ul li:last-child {
    border-bottom: none
}

.only-mobile nav {}

.only-mobile .dropdown-item:focus,
.only-mobile .dropdown-item:hover {
    background: transparent !important
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    width: 100% !important
}

.how-we-work .accordion-toggle {
    border-bottom: 1px solid var(--yellow);
    color: var(--yellow)
}

.how-we-work .accordion-toggle i {
    float: right
}

.counter-bg {
    background-image: url(../img/counter-bg.webp) !important;
    background-size: cover !important;
    background-position: center center;
    background-attachment: fixed
}

.counter-section {
    padding: 120px 0 !important
}

.blog-link {
    color: var(--yellow);
    font-weight: 600
}

.blog-link:hover {
    color: var(--blue)
}

.table-head tr th,
td {
    background-color: #323a3e;
    color: #fff
}

.list-keyfeature ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-keyfeature ul li {
    font-size: 17px;
    line-height: 30px
}

.list-keyfeature ul li i {
    font-size: 18px;
    color: var(--yellow);
    padding: 0 15px 0 0
}

.product-grid .application-text {
    background: #264457;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
    height: 250px
}

.application-text {
    background: var(--blue);
    padding: 5px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.application-text h4,
.application-text p {
    color: #fff;
    margin: 0;
    padding: 10px;
    font-weight: 400
}

.application-img img {
    width: 100%
}

.video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.text {
    text-align: justify
}

.text-clr {
    color: var(--yellow)
}

.dropdown-toggle::after {
    display: none
}

.bg-blue {
    background-color: var(--blue) !important
}

.bg-yellow {
    background-color: var(--yellow) !important
}

.page-format {
    margin: 100px 0
}

.page-format .page-wrap {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 100%;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px rgba(0, 0, 0, .15)
}

.page-format .page-wrap .date {
    text-align: right;
    line-height: 1.5;
    font-weight: 600
}

.page-format h1 {
    margin-bottom: 30px
}

.page-format p {
    text-align: justify;
    margin-bottom: 5px
}

.page-format li {
    margin-bottom: 10px
}

.page-format .page-wrap-is {
    padding: 20px 0;
    border-bottom: 1px solid #aaa
}

.page-format .page-wrap-is:last-child {
    border-bottom: none
}

.policy-link ul {
    display: flex;
    justify-content: end
}

.policy-link ul li {
    margin: 0 10px;
    list-style-type: none;
    color: #fff
}

.policy-link span {
    color: var(--yellow)
}

.city-btn {
    text-align: center
}

.city-btn ul li {
    margin: 0 0 10px 0;
    padding: 8px 20px
}

.blog-btn {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    text-transform: capitalize
}

.blog-btn-box {
    display: flex;
    gap: 10px
}

.blog-grid-parent .include-sec p a {
    color: var(--yellow)
}

.new-faqs .accordion.accordion-modern-status>.card .card-header a {
    padding: 23px 30px;
    background-color: #f4f4f4;
    transition: ease background-color 300ms, ease color 300ms
}

.new-faqs button.accordion-button {
    font-size: 16px;
    font-weight: 600
}

.new-faqs .accordion-item {
    border-bottom: 1px solid var(--blue)
}

.new-faqs button.accordion-button:not(.collapsed) {
    background: var(--blue);
    color: #fff
}

.new-faqs .accordion-body {
    background: var(--lightblue)
}

.new-faqs .accordion-button:focus {
    box-shadow: none
}

.bottom-fix-contact {
    background: var(--yellow);
    padding: 30px 20px;
    border-bottom: 7px solid #fff;
    border-radius: 30px
}

.bottom-fix-contact h3 {
    color: var(--blue) !important
}

.btn-primary-2 {
    background-color: var(--blue) !important;
    color: var(--yellow) !important
}

.btn-primary-2:hover {
    border: 1px solid var(--blue) !important;
    background: #fbad18 !important;
    color: 1px solid var(--blue) !important
}

.bottom-fix-contact p {
    font-size: 15px;
    color: #000 !important
}

a.bottom-fix-contact-inner {
    color: #fff !important;
    font-size: 18px
}

section.hvls-application-1 {
    position: absolute;
    top: -95px;
    left: 0;
    right: 0
}

.blog-content p,
.blog-content li {
    text-align: justify;
    margin-bottom: 10px
}

.blog-content .blog-img-box {
    border: 1px solid var(--yellow);
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 20px
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5 {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: left
}

.blog-content h3 {
    line-height: 35px
}

.blog-content a {
    color: var(--yellow);
    font-weight: 600
}

.blog-content ul {
    padding: 0;
    list-style: none
}

.blog-content li {
    padding-left: 25px;
    position: relative
}

.blog-content li::before {
    content: "\f863";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: var(--yellow);
    position: absolute;
    left: 0;
    animation: rotate-icon 2s linear infinite
}

@keyframes rotate-icon {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.blog-content h2 {
    color: var(--blue)
}

.blog-content .accordion-item {
    margin-bottom: 10px
}

.blog-grid-parent .blog-sidebar {
    background-color: var(--blue);
    padding: 25px;
    border-radius: 12px;
    position: sticky;
    top: 130px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.blog-grid-parent .blog-sidebar h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-grid-parent .blog-sidebar ul {
    padding: 0;
    list-style: none
}

.recent-post-list-li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: background .3s, transform .2s
}

.recent-post-list-li:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-2px)
}

.recent-post-thum {
    flex-shrink: 0
}

.recent-post-thum img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid var(--yellow);
    transition: transform .3s, border .3s
}

.recent-post-thum img:hover {
    transform: scale(1.05);
    border-color: #ff9800
}

.pbmit-rpw-content {
    flex-grow: 1
}

.pbmit-rpw-title a {
    font-size: 16px;
    font-weight: 500;
    color: var(--yellow);
    transition: color .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em;
    white-space: normal
}

.pbmit-rpw-title a:hover {
    color: #ff9800;
    text-decoration: underline
}

.iti {
    width: 100%
}

.hero-wrapper {
    position: relative;
    height: 100vh
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
    line-height: 1.5
}

.hero-text p {
    color: var(--yellow);
    letter-spacing: 2px
}

.hero-text h1 {
    font-family: "Poppins" !important;
    color: transparent;
    font-size: 78px;
    margin: 50px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    line-height: 1
}

.sticky-header {
    position: sticky !important;
    top: 0;
    background-color: var(--blue);
    animation: slide-down .5s ease forwards
}

@keyframes slide-down {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

.featuresSection,
.how-we-work,
.counter-section {
    margin: 30px !important;
    border-radius: 30px
}

.sticky {
    position: sticky;
    top: 120px
}

.how-we-work .card {
    text-align: left
}

.app-single {
    border-radius: 30px;
    overflow: hidden
}

.app-single .application-img {
    overflow: hidden;
    transition: all ease .5s
}

.app-single img {
    filter: grayscale(1);
    transition: all ease .5s;
    aspect-ratio: 4/3;
    object-fit: cover
}

.app-single:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
    transform-origin: right top
}

.sidebar .card {
    padding: 0 !important
}

.small-heading {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: var(--yellow);
    display: block;
    margin-bottom: 10px
}

.bottom-fix-contact a,
.bottom-fix-contact span {
    text-wrap: nowrap
}

.contact-cards .card-txt {
    text-align: left
}

.testimonial-container {
    background-color: var(--lightyellow);
    padding: 30px 0;
    border-radius: 30px
}

html .btn-primary {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: #FFF;
    --color: var(--yellow);
    --hover: var(--light-blue);
    --disabled: var(--yellow);
    --active: var(--light-blue)
}

html .btn-primary:hover,
html .btn-primary.hover {
    border-color: var(--yellow);
    color: #FFF
}

.tabs-product {
    margin-top: 20px
}

.app-banner {
    padding: 15px
}

.app-banner img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .9) 0 0 16px 1px
}
.blog-hastag {
    margin-top: 25px;
}

.tag-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-title span,
.tag-title a {
    display: inline-block;
    padding: 8px 16px;
    margin: 5px 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 50px;
    /* Capsule shape */
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: all 0.25s ease;
}
.tag-title span:hover,
.tag-title a:hover {
    background: var(--blue);
    /* Your brand color */
    color: #fff;
    transform: translateY(-2px);
}
.key-takeaways {
    background: #f8f9fa;
    padding: 30px;
    border-left: 4px solid var(--blue);
    margin: 30px 0;
    border-radius: 12px;
}

/* ==========================================================================
   Austar custom shared blocks
   Used by: state pages (city cards), international pages (quote sidebar),
   contact-us (Sales & Service Network), warranty page (coverage KPIs)
   Inherits site palette --blue / --yellow.
   ========================================================================== */
.austar-card {
    background: #ffffff;
    border: 1px solid #e6e9f0;
    border-radius: 10px;
    padding: 22px;
    height: 100%;
    transition: box-shadow .25s ease, transform .25s ease;
}
.austar-card:hover {
    box-shadow: 0 12px 24px -16px rgba(0, 27, 72, .25);
    transform: translateY(-2px);
}
.austar-card h4 {
    color: var(--blue);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
}
.austar-card h4 i {
    color: var(--yellow);
    margin-right: 6px;
}
.austar-card p {
    margin: 0 0 6px;
    font-size: .9rem;
    color: #4a5670;
}
.austar-card .austar-card-phone {
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
}
.austar-card .austar-card-phone:hover { color: var(--yellow); }

.austar-quote-card {
    background: #ffffff;
    border: 1px solid #e6e9f0;
    border-top: 4px solid var(--yellow);
    border-radius: 10px;
    padding: 24px;
    position: sticky;
    top: 100px;
    box-shadow: 0 8px 32px -20px rgba(0, 27, 72, .2);
}
.austar-quote-card h4 {
    color: var(--blue);
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef0f5;
}
.austar-quote-card p {
    margin: 0 0 8px;
    font-size: .9rem;
    color: #4a5670;
}
.austar-quote-card strong { color: var(--blue); }
.austar-quote-card .btn-quote-primary {
    display: block;
    background: var(--blue);
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    transition: background .25s ease;
}
.austar-quote-card .btn-quote-primary:hover {
    background: var(--yellow);
    color: var(--blue);
}
.austar-quote-card .btn-quote-outline {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 8px;
    border: 1px solid var(--blue);
    color: var(--blue);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background .25s ease, color .25s ease;
}
.austar-quote-card .btn-quote-outline:hover {
    background: var(--blue);
    color: #fff;
}

.austar-kpi {
    border-radius: 10px;
    padding: 22px;
    height: 100%;
    border-left: 4px solid var(--blue);
    background: #f7f8fb;
}
.austar-kpi-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--blue);
    margin: 0 0 6px;
    line-height: 1.1;
}
.austar-kpi-label { margin: 0; font-size: .9rem; color: #4a5670; }
.austar-kpi.austar-kpi-yellow { border-left-color: var(--yellow); background: #fffaf0; }
.austar-kpi.austar-kpi-yellow .austar-kpi-num { color: #b76e00; }
.austar-kpi.austar-kpi-green { border-left-color: #16a34a; background: #f0fdf4; }
.austar-kpi.austar-kpi-green .austar-kpi-num { color: #15803d; }

@media (max-width: 768px) {
    .austar-quote-card { position: static; }
}

/* --- Attractive design helpers used by BLDC compare & Warranty pages --- */
.austar-hero-intro {
    background: linear-gradient(135deg, #ffffff 0%, #f7f8fb 100%);
    border-left: 5px solid var(--yellow);
    border-radius: 12px;
    padding: 28px 32px;
    margin: 28px 0;
    box-shadow: 0 8px 32px -20px rgba(0, 27, 72, .18);
}
.austar-hero-intro p { margin: 0; font-size: 1.05rem; line-height: 1.75; color: #1f2a44; }
.austar-hero-intro p strong { color: var(--blue); }

.austar-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue) 0%, #00305a 100%);
    color: var(--yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 14px;
    box-shadow: 0 8px 16px -8px rgba(0, 27, 72, .35);
}
.austar-icon-circle--yellow {
    background: linear-gradient(135deg, var(--yellow) 0%, #f48b00 100%);
    color: var(--blue);
}

.austar-feature-card {
    background: #ffffff;
    border: 1px solid #e6e9f0;
    border-radius: 14px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    overflow: hidden;
}
.austar-feature-card:before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--yellow));
    opacity: 0;
    transition: opacity .3s ease;
}
.austar-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(0, 27, 72, .25);
}
.austar-feature-card:hover:before { opacity: 1; }
.austar-feature-card h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--blue);
    margin: 0 0 8px;
    line-height: 1.1;
}
.austar-feature-card p { margin: 0; color: #4a5670; font-size: .95rem; line-height: 1.55; }

.austar-pill {
    display: inline-block;
    background: var(--yellow);
    color: var(--blue);
    padding: 4px 14px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 12px;
}
.austar-pill--blue { background: var(--blue); color: #fff; }

.austar-split-card {
    background: #fff;
    border: 1px solid #e6e9f0;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.austar-split-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -16px rgba(0, 27, 72, .25);
}
.austar-split-card__head {
    padding: 22px 24px 16px;
    background: linear-gradient(135deg, var(--blue) 0%, #00305a 100%);
    color: #fff;
}
.austar-split-card__head--yellow {
    background: linear-gradient(135deg, var(--yellow) 0%, #f48b00 100%);
    color: var(--blue);
}
.austar-split-card__head h3 {
    color: inherit;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.austar-split-card__head h3 i { font-size: 1.4rem; }
.austar-split-card__body { padding: 22px 24px; }
.austar-split-card__body ul { margin: 0; padding-left: 20px; }
.austar-split-card__body li {
    margin-bottom: 10px;
    color: #2a3754;
    font-size: .95rem;
    line-height: 1.55;
}
.austar-split-card__body li:last-child { margin-bottom: 0; }
.austar-split-card__body li strong { color: var(--blue); }

.austar-cta-banner {
    background: linear-gradient(135deg, var(--blue) 0%, #002b6f 100%);
    color: #fff;
    padding: 50px 30px;
    border-radius: 14px;
    text-align: center;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}
.austar-cta-banner:before {
    content: "";
    position: absolute;
    top: -50%; right: -10%;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(251, 173, 24, .15) 0%, transparent 70%);
    pointer-events: none;
}
.austar-cta-banner h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
}
.austar-cta-banner p {
    color: rgba(255, 255, 255, .9);
    margin: 0 0 22px;
    font-size: 1rem;
    position: relative;
}
.austar-cta-banner .btn-cta-yellow {
    display: inline-block;
    background: var(--yellow);
    color: var(--blue);
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    margin: 4px;
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
}
.austar-cta-banner .btn-cta-yellow:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(251, 173, 24, .4);
    color: var(--blue);
}
.austar-cta-banner .btn-cta-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    margin: 4px;
    transition: background .25s ease, color .25s ease;
    position: relative;
}
.austar-cta-banner .btn-cta-outline:hover {
    background: #fff;
    color: var(--blue);
}

.austar-stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 24px;
    text-align: center;
    border: 1px solid #e6e9f0;
    height: 100%;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.austar-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -20px rgba(0, 27, 72, .2);
}
.austar-stat-card .austar-stat-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 27, 72, .08);
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 16px;
    transition: all .3s ease;
}
.austar-stat-card:hover .austar-stat-icon {
    background: var(--blue);
    color: var(--yellow);
    transform: scale(1.1);
}
.austar-stat-card h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--blue);
    margin: 0 0 6px;
    line-height: 1.1;
}
.austar-stat-card p {
    margin: 0;
    font-size: .95rem;
    color: #4a5670;
    line-height: 1.5;
}

.austar-process-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e6e9f0;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.austar-process-step:hover {
    transform: translateX(4px);
    box-shadow: 0 12px 24px -16px rgba(0, 27, 72, .25);
}
.austar-process-step__num {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
}
.austar-process-step__body { flex: 1; }
.austar-process-step__body p {
    margin: 0;
    color: #2a3754;
    line-height: 1.6;
}
.austar-process-step__body p strong { color: var(--blue); }

/* --- Trust strip (homepage above-fold below hero) --- */
.austar-trust-strip {
    background: linear-gradient(135deg, #fff 0%, #f7f8fb 100%);
    border-top: 1px solid #e6e9f0;
    border-bottom: 1px solid #e6e9f0;
    padding: 22px 0;
}
.austar-trust-item {
    text-align: center;
    padding: 8px 4px;
    transition: transform .2s ease;
}
.austar-trust-item:hover { transform: translateY(-2px); }
.austar-trust-item__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 27, 72, .06);
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 10px;
    transition: all .25s ease;
}
.austar-trust-item:hover .austar-trust-item__icon {
    background: var(--blue);
    color: var(--yellow);
}
.austar-trust-item__num {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--blue);
    margin: 0;
    line-height: 1.2;
}
.austar-trust-item__lbl {
    font-size: .78rem;
    color: #5b6678;
    margin: 2px 0 0;
    text-transform: uppercase;
    letter-spacing: .04em;
}

