/*Theme Name: VTX FD Theme V1
Theme URI: Starter Theme - www.215marketing.com
Author: 215 Marketing
Author URI: webmaster@215marketing.com
Version: 1.2
Description: 215 Marketing Base custom coded theme.
*/

/* COLOR VARS FROM THEME OPTIONS
--color_1:  #000;  DEFAULT
--color_2:  #fff;
--color_3: color 1
.
.
.
*/


/* Setup from acf variables */
* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

::-moz-selection {
    color: #fff;
    background: #004FA3;
}

::selection {
    color: #fff;
    background: #004FA3;
}
body {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #5A5A5A;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5A5A5A;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif;
    line-height: 1.25;
    font-weight: 500;
    color: #151515;
    word-wrap: normal;
}

h1,
.h1 {
    font-size: 60px;
	font-weight: 700;
}

h2,
.h2 * {
    font-size: 40px;
}

h3,
.h3 * {
    font-size: 36px;
}

h4,
.h4 * {
    font-size: 24px;
}

h5,
.h5 * {
    font-size: 20px;
}

h6,
.h6 * {
    font-size: 16px;
}

.text-white * {
    color: #fff;
}

.text-black * {
    color: #000;
}

.text-dark * {
    color: #333;
}

.text-muted *{
    color: #868686;
}

.text-red * {
    color: #ee1c25;
}

.text-yellow *,
.text-yellow {
    color: #FDDA14!important;
}


.lh-base {
    line-height: 1.25 !important;
}


.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
}

.content-text.sticky-top{
    top: 150px;
}

.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}


.primary,
p.primary {
    color: var(--primary-color) !important;
}

.highlight,
p.highlight {
    color: var(--highlight-text-color) !important;
}

.he .gray {
    color: #F5F5F5 !important;
}

.dark {
    color: #0B0B0B !important;
}

.light {
    color: #FFFFFF !important;
}

.light p {
    color: #FFFFFF !important;
}

.text {
    color: #4B4B4B !important;
}

.text-footer {
    color: #4B4B4B !important;
}

.gray4 {
    color: #BDBDBD !important;
}

.teal {
    color: #42677D !important;
}

.maroon {
    color: #A73D40 !important;
}

.white {
    color: #FFFFFF !important;
}

.no-bg-color p.white,
.no-bg-color h2.white {
    color: #FFFFFF !important;
}

.hl-sub.teal {
    background-color: #42677D;
}

.hl-sub.maroon {
    background-color: #A73D40;
}

.grayish-bg {
    background: #EDEFF0 !important;
}

.grayish-bg h2 {
    color: #0B0B0B !important;
}

.grayish-bg p {
    color: #4B4B4B !important;
}

.disclaimer p,
.disclaimer ul li{
    font-size: .875em;
    line-height: 1.2;
    color: #FFFFFF;
}


.sub {
    color: #151515;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.homepage-hero .sub{
	color: #151515;
	font-size: 24px;
}


.body-bold {
    font-weight: 700;
}

select {
    cursor: pointer;
}

.position-md-absolute {
    position: absolute;
}

.header {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
    transition: .3s all ease-in-out;
}

body.home .header {
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: fff;
    z-index: 1000;
    transition: .3s all ease-in-out;
}

.header.scrolled {
    background: #fff !important;
}

.header.scrolled nav {
    padding: .5rem !important;
}

.header.scrolled .logo-header {
    height: 40px !important;
}


.subheader{
    background:#F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subheader .nav-item{
    color: #5A5A5A;
    text-decoration: none;
    padding: 0 10px; 
    transition: .3s all ease-in-out;
}
.subheader .nav-item:hover{
    color: #000;
}

/* Sections */

.container-fluid {
    position: relative;
}

#charissa{
    background: #F4F4F4!important;
}

.form-section{
    max-width: 900px;
}

.row {
    z-index: 10;
}

.auto-columns{    
    display: flex;
    min-width: 20%;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#BuiltInSupport .auto-columns{
    display: flex;
    min-width: 25%;
    align-items: center;
    justify-content: center;
    flex: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-columns {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .auto-columns {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
   .auto-columns {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

/* Buttons */
.border-yellow{
    border: 6px solid #FDDA14;
}

.btn-primary,
[class^='-primary'],
[class*=' -primary'],
input[type="submit"] {
    background: #FDDA14;
    border-radius: 6px;
    color: #000;
    border: 1px solid #FDDA14;
    width: 100%;
    padding: 0.375rem  0.75rem;
}

input[type="submit"]{
    width: 100%!important;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

.btn-yellow {
    background-color: #FDDA14;
    color: #151515;
    border:  2px solid #FDDA14;
    transition: .3s all ease-in-out;
}

.btn-yellow:hover {
    background-color: #151515;
    color: #FDDA14;
    border:  2px solid #FDDA14;
}

.btn-black {
    background-color: #151515;
    color: #fff;
    border:  2px solid #151515;
    transition: .3s all ease-in-out;
}

.btn-black:hover {
    background-color: #151515;
    color: #FDDA14;
    border:  2px solid #FDDA14;
}

.btn-black-outline {
    background-color: transparent;
    color: #151515;
    border:  2px solid #151515;
    transition: .3s all ease-in-out;
}

.btn-black-outline:hover {
    background-color: #151515;
    color: #fff;
    border:  2px solid #151515;
}

.btn-white-outline {
    background-color: transparent;
    color: #fff;
    border:  2px solid #fff;
    transition: .3s all ease-in-out;
}

.btn-white-outline:hover {
    background-color: #fff;
    color: #151515;
    border:  2px solid #fff;
}


.btn-text {
    color: var(--primary-color);
}

/* Nav */

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500;
}

.btn-primary .nav-link {
    color: #000;
}

.nav-link:hover {
    color: #ffbc10;
}

.nav .dropdown-item.active, .dropdown-item:active{
    color: #151515;
    text-decoration: none;
    background-color: #fdda14;
}

/* Two-column mega menu */
.navbar-nav li.mm,
.navbar li.mm {
    position: static;
}

.navbar-nav li.mm > .mm__panel,
.navbar li.mm > .mm__panel {
    display: none;
    align-items: stretch;
    width: min(688px, calc(100vw - 48px));
    min-width: 0;
    top: calc(100% + 0px);
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: transparent;
    box-shadow: var(--theme-shadow, 0 22px 44px rgba(0, 0, 0, 0.16));
    z-index: 1050;
}

.navbar-nav li.mm.mm--open > .mm__panel,
.navbar li.mm.mm--open > .mm__panel,
.navbar-nav li.mm.show > .mm__panel,
.navbar li.mm.show > .mm__panel,
.navbar-nav li.mm > .mm__panel.show,
.navbar li.mm > .mm__panel.show {
    display: flex;
}

.navbar-nav li.mm .mm__column,
.navbar li.mm .mm__column {
    display: block;
    flex: 0 0 50%;
    width: 50%;
    min-height: 280px;
    padding: var(--mega-menu-column-padding, 40px 32px);
    border: 0;
}

.navbar-nav li.mm .mm__column--light,
.navbar li.mm .mm__column--light {
    background: var(--color_2, #fff);
    color: var(--color_1, #151515);
}

.navbar-nav li.mm .mm__column--dark,
.navbar li.mm .mm__column--dark {
    background: var(--color_1, #151515);
    color: var(--color_2, #fff);
}

.navbar-nav li.mm .mm__heading,
.navbar li.mm .mm__heading {
    display: block;
    margin: 0 0 24px;
    padding: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.navbar-nav li.mm .mm__heading--empty,
.navbar li.mm .mm__heading--empty {
    visibility: hidden;
}

.navbar-nav li.mm .mm__links,
.navbar li.mm .mm__links {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-nav li.mm .mm__item,
.navbar li.mm .mm__item {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-nav li.mm .mm__link,
.navbar li.mm .mm__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 32px;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.navbar-nav li.mm .mm__link span,
.navbar li.mm .mm__link span {
    display: inline;
    width: auto;
    padding: 0;
}

.navbar-nav li.mm .mm__link::after,
.navbar li.mm .mm__link::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2026/06/icon-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .3s ease-in-out;
}

.navbar-nav li.mm .mm__column--dark .mm__link::after,
.navbar li.mm .mm__column--dark .mm__link::after {
    filter: invert(1);
}

.navbar-nav li.mm .mm__link:hover,
.navbar li.mm .mm__link:hover,
.navbar-nav li.mm .mm__link:focus,
.navbar li.mm .mm__link:focus {
    color: var(--color_3, #ffbc10);
}

.navbar-nav li.mm .mm__column--dark .mm__link:hover,
.navbar li.mm .mm__column--dark .mm__link:hover,
.navbar-nav li.mm .mm__column--dark .mm__link:focus,
.navbar li.mm .mm__column--dark .mm__link:focus {
    color: var(--color_3, #FDDA14);
}

.navbar-nav li.mm .mm__link:hover::after,
.navbar li.mm .mm__link:hover::after,
.navbar-nav li.mm .mm__link:focus::after,
.navbar li.mm .mm__link:focus::after {
    transform: translateX(10px);
}

.navbar-nav li.mm > .dropdown-toggle::after,
.navbar li.mm > .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    margin-left: .35em;
    vertical-align: middle;
    border: 0;
    background-image: url('/wp-content/uploads/2026/06/down-chevron.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width:1200px) {
    .navbar-nav li.mm,
    .navbar li.mm {
        position: relative;
    }

    .navbar-nav li.mm > .mm__panel,
    .navbar li.mm > .mm__panel {
        position: static;
        width: 100%;
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        transform: none;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    .navbar-nav li.mm.show > .mm__panel,
    .navbar li.mm.show > .mm__panel,
    .navbar-nav li.mm > .mm__panel.show,
    .navbar li.mm > .mm__panel.show {
        display: block;
        overflow-y: auto;
        height: 150px;
        padding-bottom: 50px;
    }

    .navbar-nav li.mm .mm__column,
    .navbar li.mm .mm__column {
        width: 100%;
        min-height: 0;
        padding: 0;
        background: transparent;
        color: var(--color_1, #151515);
    }

    .navbar-nav li.mm .mm__heading,
    .navbar li.mm .mm__heading {
        display: none;
    }

    .navbar-nav li.mm .mm__links,
    .navbar li.mm .mm__links {
        display: block;
    }

    .navbar-nav li.mm .mm__link,
    .navbar li.mm .mm__link {
        padding: .5rem 1rem;
        color: #000;
    }

    .navbar-nav li.mm .mm__column--dark .mm__link::after,
    .navbar li.mm .mm__column--dark .mm__link::after {
        filter: none;
    }

    .navbar-container{
        justify-content: flex-end !important;
    }

    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        top: 80px;
        text-align: left;
    }

    .navbar-toggler{
        background-color: transparent;
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #nav-icon {
        width: 30px;
        height: 22px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #151515;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;

    }

    .navbar-toggler[aria-expanded="false"] {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon {
        transition: .3s all ease-in-out;
        position: relative;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
        left: 50%;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
        left: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
        top: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
        top: 9px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
        top: 18px;
    }


    .navbar-toggler[aria-expanded="true"] #nav-icon {        
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-item span{
        width: 100%;
        display: block;
        padding: 5px;
    }

    .navbar-nav .nav-item:focus, 
    .navbar-nav .nav-item:hover{
        background: #f0f0f0;
    }

    body.home .header .nav-link, body.home .header .navbar-nav .nav-link.active,
    .nav-link, .navbar-nav .nav-link.active {
        color: #000;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .navbar-nav li.mm.show > .mm__panel,
    .navbar li.mm.show > .mm__panel,
    .navbar-nav li.mm > .mm__panel.show,
    .navbar li.mm > .mm__panel.show {
        height: 450px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .navbar-nav li.mm.show > .mm__panel,
    .navbar li.mm.show > .mm__panel,
    .navbar-nav li.mm > .mm__panel.show,
    .navbar li.mm > .mm__panel.show {
        height: 200px;
        padding-bottom: 20px;
    }
}


.video-thumbnail:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.2));
}

.video-thumbnail img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-play-button{
    background: url(/wp-content/themes/venture-x/images/play-btn.svg);
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.mt-6 {
    margin-top: 4rem !important;
}

.top-padding-offset {
    padding-top: 350px !important;
    margin-top: -220px;
}

.contained {
    background: url(/wp-content/themes/venture-x/images/contained-bg.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;

}

.contained-transparent {
    border-radius: 2.5rem;
}


.numbered-list{
    background: #F9F9F9;
}
.numbered-list .icon{
    background: transparent;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    padding: 5px;
    line-height: 1;
    text-align: center;
}

.numbered-list .list-number{
    text-align: center;
    font-size: .9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.numbered-list .icon .list-image{
    max-width: 30px;
}

.numbered-list .icon .list-image img {
	max-height: 20px;
}

.numbered-list h4{
    font-size: 16px;
}

.process-numbered-list{
    position: relative;
    padding-left: 40px;
}
.process-numbered-list h3{
    font-size: 18px;
}

.process-numbered-list:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(255, 228, 174, 1);
    position: absolute;
    left: 0;
    background-color: #FFE4AE;
    top: 18px;
}

.process-numbered-list .step{
    font-size: 18px;
}

.card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 0;
}

.card p {
    margin-bottom: 0;
}

.card-title {
    font-size: 20px;
}

.icons-stack-block .icon-img img{
    width: 46px;
    height: 46px;
}

.icon-inside .card {
    height: 100%;
}

#SmartInvestment .card h3{
    font-weight: 700;
}

#ourBrands .cardgroup {
    border: 1px solid #f0f0f0;
    height: 100%;
    min-height: 170px;
}

#meetTeam .card {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

#meetTeam .card img{
    width: auto;
        max-width: 240px;
        margin: auto;
}

.stats-block .card .icon-img img{
    width:50px;
    height: 50px;
}

.stats-block .card h3{
    font-weight: 400;
    font-size: 65px!important;
}

.steps-block .card div.h4{
    font-weight: 300;
}

.steps-block .card h3{
    font-size: 24px;
}

.icon-img.bg-yellow{
    padding: 5px; 
    border: 1px solid #000;
}

@media (max-width: 1024px) {
    .mob-sub-tp-1 .content-text {
        padding-top: 20px;
    }
}

.icon-img.text-center{
    margin: 0 auto;
}

.dark-cards-1 .icons-stack-block {
    --bs-gutter-x: 20px;
    row-gap: 20px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dark-cards-1 .icons-stack-block > [class*="col-"] {
    display: flex;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .icons-stack-block .card-icon-stacked-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .icons-stack-block .card-icon-stacked-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .icons-stack-block .card-body {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .icons-stack-block .card-body .card-title,
    .icons-stack-block .card-body p,
    .icons-stack-block .card-body .btn {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.dark-cards-1 .icons-stack-block .card {
    width: 100%;
    padding: 20px !important;
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px !important;
    box-shadow: none !important;
    color: #fff;
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.dark-cards-1 .icons-stack-block .dark-cards-1-card-link:hover {
    text-decoration: none;
}

.dark-cards-1 .icons-stack-block .dark-cards-1-card-link:hover .card,
.dark-cards-1 .icons-stack-block .card:hover {
    transform: translateY(-6px);
    border-color: rgba(253, 218, 20, .55);
    background: #202020 !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .32) !important;
}

.dark-cards-1 .icons-stack-block .icon-img {
    position: relative;
    width: 100%;
    aspect-ratio: 350 / 298;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 20px;
    background: transparent !important;
}

.dark-cards-1 .icons-stack-block .icon-img img.card-img-top {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    border-radius: 20px;
    transition: transform .35s ease;
}

.dark-cards-1 .icons-stack-block .icon-img::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .82);
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.833 14h16.334M15.167 7l7 7-7 7' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    transition: transform .25s ease, background-color .25s ease;
}

.dark-cards-1 .icons-stack-block .dark-cards-1-card-link:hover .icon-img img.card-img-top,
.dark-cards-1 .icons-stack-block .card:hover .icon-img img.card-img-top {
    transform: scale(1.05);
}

.dark-cards-1 .icons-stack-block .dark-cards-1-card-link:hover .icon-img::after,
.dark-cards-1 .icons-stack-block .card:hover .icon-img::after {
    transform: translateX(4px);
    background-color: #FDDA14;
}

.dark-cards-1 .icons-stack-block .card-body {
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 0 !important;
}

.dark-cards-1 .icons-stack-block .card-title {
    margin: 28px 0 0 !important;
    padding: 0 !important;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.dark-cards-1 .icons-stack-block .card p {
    margin-top: 12px;
    color: rgba(255, 255, 255, .78);
}

.dark-cards-1 .cards-col {
    width: 100% !important;
}

@media (max-width: 991px) {
    .dark-cards-1 .icons-stack-block {
        row-gap: 24px;
    }

    .dark-cards-1 .icons-stack-block .icon-img {
        aspect-ratio: 16 / 10;
    }
}

.icon-stat-block .stat-number{
    color: #FDDA14;
    font-size: 60px;
    font-weight: 400;
}
.icon-stat-block .stat-number span{
    color: #FDDA14;
    font-size: 60%;
}

.sidebyside .card .card-body img {
    width: 50px;
    background: #B9CFCE;
    padding: 10px;
}

.icon-center {
    text-align: center;
}

.icon-center-transparent .card {
    background: transparent !important;
    text-align: center;
    padding: 0 !important;
}

.icon-center-transparent .card img {
    text-align: center;
    margin: 0 auto 20px;
    width: 50px;

}

.icon-offset .card-body {
    padding-top: 2rem !important;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
}

.card-img-overlay h3{
    color: #fff;
    border-left: 2px solid #FED915;
    padding-left: 10px;
}

.revenue-card .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0,0,0,0), rgba(0, 0, 0, .6) );
}

.revenue-card img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.background-skew{}

.background-skew .card{
    border-radius: 0;
    overflow: hidden;
    max-height: 300px;
    --p: 50px;
    aspect-ratio: 3 / 2;
    clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
}

.background-skew .col-10:first-child .card{
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
}
.background-skew .col-10:last-child .card{
    clip-path: polygon(var(--p) 0, 100% 0, calc(100%) 100%, 0 100%);
}

.background-skew .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.background-skew .card .card-img-overlay{
    background: linear-gradient( rgba(0, 0, 0, .2) 50%,  rgba(0, 0, 0, .8));
}

#resourceLibrary .card img.img-fluid{
    max-height: 240px;
    margin: 0 auto;
}

#resourceLibrary .card h3{
    font-size: 22px;
    font-weight: 700;
}

.blockquote .card {
    border-left: 4px solid #FDDA14;
}
.blockquote .card img{
    width: 50px;
    height: 50px;
}

.quad-block{
    margin-top: 20px;
}


.quad-block .card{
    background: #323232;
}

.quad-block:first-child{
    width: 40%;
    aspect-ratio: 1 / 1;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    transform: translatex(50px) rotate(45deg);
}

.quad-block:nth-child(2){
    width: 40%;
    aspect-ratio: 1 / 1;
    height: 100%;
    transform: rotate(45deg);
    max-width: 250px;
    max-height: 250px;
    margin-top: 28%;
}

.quad-block:last-child{
    width: 40%;
    aspect-ratio: 1 / 1;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    transform: translatex(-50px) rotate(45deg);
}

.quad-block .card > .inner_card{
    transform: rotate(-45deg);
}

.quad-block .card > .inner_card img{
    width: 50px;
    height: 50px;
}

/*@media (min-width: 1201px) and (max-width: 1300px ){
    .quads .col-lg-6{
        flex: 0 0 auto;
        width: 100%;
    }
    .quad-block:first-child,
    .quad-block:last-child{
        width: 50%;
        max-width: 300px;
        max-height: 300px;
    }

    .quad-block:nth-child(2){
        margin-top: 28%;
        width: 50%;
        max-width: 300px;
        max-height: 300px;
    }
}*/

@media (min-width: 750px) and (max-width: 1300px){
    .quad-block:first-child,
    .quad-block:nth-child(2),
    .quad-block:last-child{
        transform: rotate(0deg);
        margin:5px;
        width: 33%;
        aspect-ratio: unset;
        height: unset;
        max-width: unset;
        max-height: unset;
        margin-top: 0;
    }

    .quad-block .card > .inner_card{
        transform: rotate(0deg);
    }
}

@media (max-width: 750px){
    .quad-block:first-child,
    .quad-block:nth-child(2),
    .quad-block:last-child{
        transform: rotate(0deg);
        margin:5px;
        width: 100%;
        aspect-ratio: unset;
        height: unset;
        max-width: unset;
        max-height: unset;
        margin-top: 0;
    }

    .quad-block .card > .inner_card{
        transform: rotate(0deg);
    }
}



.card .card-img.small {
    width: 50px;
}

.shadow-box .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #000000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    display: block;
}

.shadow-box .card:hover:before {
    content: '';
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #42677d);
}

.columns-offset .card {
    border-radius: 210px;
    overflow: hidden;
}

.columns-offset .card .card-img-overlay {
    background: #F0E6D2;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 20px 50px !important;
}

.columns-offset .cardgroup .col-10:nth-child(even) {
    margin-top: 50px;
}

.card-header {
    padding: 0;
    width: 100%;
}

.columns-offset .card .card-img-overlay .card-header {
    background: transparent;
    text-align: center;
    border: 0;
}

.columns-offset .card .card-img-overlay .card-header .card-title {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) and (min-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

@media screen and (max-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }

    #process-slider .card {
        min-height: unset;
    }
}

@media screen and (max-width: 1840px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}


.highlight {
    color: #115abc;
}


/* BLOG */
.blog-category.active, .blog-category:hover {
    color: #fff;
    background: #FDDA14;
}
.blog-category {
    padding: 0.375rem 1.25rem;
    background: #F0F0F0;
    color: #151515;
    text-decoration: none;
    margin-right: 10px;
    width: auto;
}


.blog-item-box{}
.blog-item-box .card{
    cursor: pointer;
}
.blog-item-box .card .card-img-top{
    position: relative;
    overflow: hidden;
}

.blog-item-box .card .readmore-corner{
    background: #fdda14;
    position: absolute;
    top: -140px;
    right: -140px;
    height: 120px;
    width: 120px;
    transform: rotate(45deg);
    transition: .3s all ease-in-out;

}

.blog-item-box .card .readmore-corner span{
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/venture-x/images/icon-plus.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 16px;
    right: 50%;
    transform: translatex(50%) rotate(45deg);

}

.blog-item-box .card:hover .readmore-corner{
    top: -60px;
    right: -60px;
}

.blog-item-box .card a{
    text-decoration: none;
}

.blog-item-box .card .sep-dot{
    margin: 0 10px;
    height: 8px;
    width: 8px;
    background: #fdda14;
    border-radius: 50%;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
    margin-right: 10px;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #F5F5F5;
    color: #151515;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #fdda14;
    color: #151515;
}


/* AVAILABLE MARKETS */
.markets-card{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.markets-card img{
    max-height: 275px;
    max-width: 375px;
    margin: 0 auto;
    transition: .3s all ease-in-out;
    filter:grayscale(100%);
}

.markets-card:hover img{
    filter:grayscale(0%);
}

.markets-card .card-title{
    background: transparent;
    color: #000;
    padding: 1rem 1.5rem;
    transition: .3s all ease-in-out;
}

.markets-card:hover .card-title{
    background: #FDDA14;
}


/* Accordion */

.accordion-item,
.accordion-button {
    background-color: #fff;
    border: 0;
}

.accordion-item h2 .accordion-button {
    font-size: 25px;
    font-weight: 500;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--secondary-color);
    box-shadow: none;
}


.custom-accordion{}
.custom-accordion .accordion-item{
    border-left: 1px solid #FDDA14;
}
.custom-accordion .accordion-item h2 .accordion-button{
    border-radius: 0!important;
    flex-direction: column;
    align-items: start;
    font-size: 18px;
    font-weight: 700;
}

.custom-accordion .accordion-item h2 .accordion-button:not(.collapsed){
    border-left: 2px solid #FDDA14;
}

.custom-accordion .accordion-item .accordion-collapse.show{
    border-left: 2px solid #FDDA14;
}

.custom-accordion .accordion-item h2 .accordion-button:after{
    display: none;
}
.custom-accordion .accordion-button .icon-img{
    margin-bottom: 10px;
    display: block;
	width:46px;
	height:46px;
}



.custom-accordion .accordion-button.collapsed .icon-img{
    display: none;
}

/* Homepage Hero */

.homepage-hero {
    position: relative;
    padding-top: 10.125rem;
    padding-bottom: 5.125em;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    transition: .3s all ease-in-out;
}

.homepage-hero h1{
    font-size: 55px;
    font-weight: 700;
}
.homepage-hero h1 span,
h1 span{
    color: #151515;
    font-weight: 500;
}

.homepage-hero .form{
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

body.page-template-international .homepage-hero{
    padding-top: 3.125rem;
    padding-bottom: 3.125em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

body.page-template-international .homepage-hero .form{
    max-width: 600px;
    margin: 0 auto;
}

body.page-template-international .homepage-hero h1 span,
body.page-template-international h1 span,
body.page-template-international h2 span{
    color: #FEDB00;
    font-weight: inherit;
}


body.page-template-international .gfield_description p,
body.page-template-international .gfield--input-type-html p{
    color: #fff!important;
}

body.page-template-international input,
body.page-template-international select{
    color: #000!important;
}

body.page-template-international #CTAForm{display: none!important}

.hp-hero-inner-mask{
    width: 100%;
    height: 100%;
      aspect-ratio: 16 / 9;
      -webkit-mask-image: url('/wp-content/themes/venture-x/images/hero-mask.svg');
      mask-image: url('/wp-content/themes/venture-x/images/hero-mask.svg');
      -webkit-mask-size: cover;
      mask-size: cover;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center left;
      mask-position: center left;
      overflow: hidden;
      position: relative;
}

.hp-hero-mask{
    position: relative;
}

.hp-hero-mask img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hp-hero-mask:before{
    content: '';
    background: url(/wp-content/themes/venture-x/images/trim1.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 570px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
}

.hp-hero-mask:after{
    content: '';
    background: url(/wp-content/themes/venture-x/images/trim2.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 520px;
    height: 360px;
    position: absolute;
    bottom: 0;
    left: -29px;
}

@media (max-width: 992px){
    .hero-mobile{padding-bottom: 100px}

    .hero-mobile .column-2{
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    .hp-hero-inner-mask{
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
        -webkit-mask-image: url('/wp-content/themes/venture-x/images/hero-mask-rotate.svg');
        mask-image: url('/wp-content/themes/venture-x/images/hero-mask-rotate.svg');
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center top;
        mask-position: center top;
        overflow: hidden;
        position: relative;
    }
    .hp-hero-mask:before,
    .hp-hero-mask:after{
        display: none;
    }
}


/* Images */

.image-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.image-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.content-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.content-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.border-blue {
    border: 10px solid #115ABC;
}

.border-blue-light {
    border: 6px solid #B0C8E920;
}

.content-image {
    height: 100%;
    width: 100%;
}

.object-cover .content-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-height: inherit;
}

.hl-sub {
    position: absolute;
    height: 2px;
    width: 90px;
    content: '';
    background-color: var(--secondary-color) !important;
    margin-bottom: 40px;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
}

.hl-sub.text-center {
    margin: 0 auto .5rem;
}

.hl-sub.white {
    background-color: #FFFFFF;
}

.hl-sub.white:before {
    border-color: transparent transparent transparent #ffffff;
}

.hl-sub.white:after {
    border-color: transparent #ffffff transparent transparent;
}

.homepage-card {
    background-color: #FFFFFF;
    padding: 1.5em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.9em;
    height: 100%;
    width: auto;
    box-shadow: 0px 0px 10px #00000010;
}

.homepage-card img {
    height: 53px;
}

.homepage-card p {
    font-size: 0.938em;
    font-weight: 400;
    color: #0B0B0B;
}

/* Hero */

.hero {
    min-height: 380px;
    position: relative;
    background-position: center;
}

.hero .content-image{
    position: relative;
}

.hero .content-image:before{
    content: '';
    background: url(/wp-content/themes/venture-x/images/yellow-lines.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(100% - 85%);
    height: calc(100% - 45%);
    max-width: 130px;
    max-height: 290px;
    position: absolute;
    left: -8%;
    top: 10%;
    z-index: 10;
}

.hero .content-image img{
    clip-path: polygon(20% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 30%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 400px;
}

.hero.white-text p {
    color: #fff !important;
}

#quickstats{
    position: relative;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
#quickstats .card h3 {
	margin-bottom: 20px !important;
}
#quickstats .card .pt-5 {
	padding-top: 30px !important;
}
#quickstats .stats-block {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.has-triangle-above {
  z-index: 0;
  margin-top: -100px;
  padding-top: 140px !important;
  transition: padding .3s ease;
}

@media (min-width: 768px) and (max-width: 992px){
    #quickstats{
        position: relative;
        z-index: 10;
        clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
    }
}

@media (max-width: 768px){
    #quickstats{
        position: relative;
        z-index: 10;
        clip-path: polygon(0 0, 100% 0, 100% 99%, 50% 100%, 0 99%);
    }
}

.masked.content-image{
    position: relative;
}

.masked.content-image:before{
    content: '';
    background: url(/wp-content/themes/venture-x/images/icon-vtx-icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(100% - 85%);
    height: calc(100% - 45%);
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    left: -3%;
    top: -11%;
    z-index: 10;
}

.masked.content-image img{
    clip-path: polygon(75% 0,100% 30%,100% 100%,0 100%,0 0);
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 400px;
}

.mask2.content-image{
    position: relative;
}

.mask2.content-image:before{
    content: '';
    background: url(/wp-content/themes/venture-x/images/mask2.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 10;
}


#growingIndustry .masked:before,
#futureCoworking .masked:before{
    display: none;
}


.gallery .swiper-slide{
    padding: 0;
}

.gallery_thumbs{
    max-height: 200px;
}
.gallery_thumbs .swiper-slide{
    padding: 5px;
}


.hp-card-row-gap {
    row-gap: 1em;
}

.hp-card-mt {
    margin-top: 2em;
}

.row-gap-mobile {
    row-gap: 1em;
}

.row-gap-1 {
    row-gap: 1em;
}

.cta .content {
    padding: 100px;
}

.bg-light,
.bg-light-grey {
    background: #F5F5F5 !important;
}

.bg-white{
	background: #fff;
}

.bg-dark{
	background: #151515;
}

.bg-charcoal{
    background: #191919;
}

.bg-opaque{
	background: #ffffff10;
}

.bg-yellow{
    background: #FDDA14;
}


/* Edge image */

.edge-image .bg-holder {
    position: absolute;
    width: 95%;
    height: 100%;
    max-height: 540px;
    left: 0;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    transform: translatey(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.swiper-slide {
    padding: 20px;
}

.swiper-slide .ratio::before {
	
}

.swiper-pagination-bullet{
    width: 12px;
    height: 8px;
    border-radius: 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 65px;
    background: #FDDA14;
}

.swipe-navigation{
   position: absolute;
    width: 100%;
    display: flex;
    width: 150px;
    top: -73px;
    right: 50px;
}

.swiper-button-next, .swiper-button-prev{
    z-index: 100;
    color: #151515;
    background: #ffffff30;
    border: 1px solid #151515;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: .3s all ease-in-out;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #fdda14;
    border: 1px solid #151515;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: #151515;
}

@media (max-width: 992px){
    .swipe-navigation{
       position: relative;
        width: 100%;
        display: flex;
        top: -40px;
        right: 0;
    }

    .swiper-button-next, .swiper-button-prev{
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
    }

}

.video-testimonials-slider{
    position: relative;
}

.video-testimonials-slider:before{
    top: 0; 
    left: 0;
    width: 200px;
    height: 100%;
    z-index: 10;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.video-testimonials-slider:after{
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    z-index: 10;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
}
@media (max-width: 768px){
    .video-testimonials-slider:before,
    .video-testimonials-slider:after{
        display: none;
    }
}

/* Testimonials */

.star-ratings svg {
    width: 20px;
}

.rating-star {
    fill: #FFE386
}

.testimonial-card {
    border: 0;
}

.testimonial-card .card-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
}

.testimonial-card .card-overlay .play-button {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    transform: none;
}

.testimonials-image img {}


/*FULLWIDTH TABLE */
.table-top-to-bottom{}

.table-top-to-bottom .column{
    border-right: 1px solid #5E5E5E50;
}
.table-top-to-bottom .column:last-child{
    border: 0;
}

.table-top-to-bottom .table-header {
    outline: 5px solid #FED91590;
    height: 100%;
    min-height: 140px;
}
.table-top-to-bottom .table-header strong{
    font-size: 20px;
	font-weight: 600;
}

.table-top-to-bottom .card span{
    font-size: 2.5vw;
    font-weight: 600;
    word-wrap: normal;
}

@media (max-width: 540px){
    .table-top-to-bottom .card span{
        font-size: 6.5vw;
        font-weight: 600;
    }
}

@media (min-width: 540px) and (max-width: 768px){
    .table-top-to-bottom .card span{
        font-size: 6.5vw;
        font-weight: 600;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .table-top-to-bottom .card span{
        font-size: 4.5vw;
        font-weight: 600;
    }
}

/* 50/50 Table */
.align-items-center .row.align-items-start {
	align-items: center !important;
}
.bottom-lg-text p {
	color: #868686;
	text-align: center;	
	font-size: 12px;	
	font-weight: 400;
	line-height: 25px;	
}
#InitialInvestment{}
#InitialInvestment .small-table{
    text-align: center;
}
.small-table .table-row{
    text-align: center;
}

.small-table .table-row .text-yellow {
	font-weight: 600;	
}

.small-table .table-row:first-child{
    text-align: center;
    border-top: 0!important;
}

.small-table .table-row:first-child .col,
.small-table .table-row:first-child .col strong{
    background: #FDDA14;
    font-size: 18px;
    color: #000!important;
    font-weight: 600;
}

/* TABLE COMPARISON */
.table-comparison{}

.table-comparison .inner-comparison .row:first-child .col{
    font-weight: 600;
    font-size: 20px;
}

.row-header{
    font-weight: 500;
    font-size: 17px;
}


/* Contact form */

.card .card-body .financing-price {
    font-size: 18px;
}

.card .card-body .financing-text {
    font-size: 16px;
}

.card .card-body .financing-price span {
    font-size: 14px;
    font-weight: 400;
    display: block;

}


/* CTA form */
#CTAForm{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
#CTAForm:before{
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(21,21,21,.6), rgba(21,21,21,1) 90%);
}
#CTAForm h2{
    font-weight: 300;
    font-size: 32px;
}
#CTAForm h2 strong{
    font-size: 45px;
    font-weight: 700;
}

/* Footer */

.copyright-group {
    display: flex;
    padding: 1em;
    background: transparent;
    justify-content: space-between;
    border-radius: 8px;
}

#footer {
    position: relative;
    background: #151515;
}

#footer p {
    color: #fff !important;
}

@media (max-width: 574.9px) {
    #footer .quick-link {
        text-align: center;
    }
}

#footer .footer-quick-links h3,
#footer .social-media-links h3{
    color: #FED915;
    height: 20px;
    font-size: 17px;
}

#footer .footer-quick-links a {
    color: #fff !important;
    padding: 5px 0;
    text-decoration: none;
}

#footer .copyright-link a {
    color: #fff;
    font-size: 0.875em;
}

/* UserWay Trigger */
.js-open-userway {
	margin-left: 5px;
}

.hl-1 {
    content: ' ';
    width: 1px;
    height: 0.875em;
    background: #000;
}

.social-media-links {}

.social-media-links a {
    text-decoration: none;
}

.social-media-links svg {
    height: 16px;
    margin: 0 10px;
    color: #fff;
    fill: #fff;
}

.social-media-links a:hover svg {
    color: #fff;
    fill: #fff;
}

.footer-quick-links {}

.no-shadow {
    box-shadow: unset !important;
}

img.img-rounded {
    border-radius: 1.5em;
}


.gform_wrapper .gform_fields {
    row-gap: 20px !important;
    column-gap: 12px !important;
}

.gform_wrapper.gravity-theme .gfield_required{
    display: none!important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 1px solid #D7D7D7!important;
    border-radius: 6px!important;
    background: #fff!important;
}

.ginput_container_consent{
    display: flex;
    gap: 20px;
    align-items: start;
}
.ginput_container_consent > input{
    margin-top: 5px;
}
.ginput_container_consent label{
    font-size: 14px;
}

/* us */
#field_5_9 .address_city,
#field_5_9 .address_state,
#field_5_9 .address_zip{
    inline-size: 33%;
}

/* canada */
#field_5_10 .address_city,
#field_5_10 .address_state,
#field_5_10 .address_zip{
    inline-size: 33%;
}

/* international */
#field_5_11 .address_city,
#field_5_11 .address_zip,
#field_5_11 .address_country{
    inline-size: 33%;
}

@media (min-width:992px ) and (max-width: 1400px){

    /* us */
    #field_5_9 .address_city,
    #field_5_9 .address_state,
    #field_5_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_5_10 .address_city,
    #field_5_10 .address_state,
    #field_5_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_5_11 .address_city,
    #field_5_11 .address_zip,
    #field_5_11 .address_country{
        inline-size: 100%;
    }
}


@media (max-width: 768px){

    /* us */
    #field_5_9 .address_city,
    #field_5_9 .address_state,
    #field_5_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_5_10 .address_city,
    #field_5_10 .address_state,
    #field_5_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_5_11 .address_city,
    #field_5_11 .address_zip,
    #field_5_11 .address_country{
        inline-size: 100%;
    }
}

#locationMap {
    display: block;
    width: 100%;
    height: 100%;
}

#locationMap path {
    stroke: #000;
    fill: #fff !important;
    transition: fill .4s ease;
}

.location-tabs{}

.location-tabs .nav-pills .nav-link{
    color: #151515;
    background-color: transparent;
}

.location-tabs .nav-pills .nav-link.active, 
.location-tabs .nav-pills .show>.nav-link {
    color: #151515;
    background-color: #FED915;
}

.location-tabs .list-group .list-group-item a{
    color: #151515;
    text-decoration: none;
}

.card-body-start .card-body {
	align-content: flex-start !important;
}

/* UserWay Trigger */
.js-open-userway {
	margin-left: 5px;
}

.img-radius-20 img {
	border-radius: 20px;
}

/* ALL MOBILE DEVICES */

@media (max-width: 767px) {
	.homepage-hero h1{
    	font-size: 46px;
    	line-height: 110%;
	}
}

@media (max-width: 575px) {
    .position-md-absolute {
        position: relative;
    }

    img.logo-header {
        height: auto;
        margin: 0 auto;
        display: block;
    }

    h1,
    .h1 {
        font-size: 48px;
    }

    h2,
    .h2 * {
        font-size: 36px;
    }

    h3,
    .h3 * {
        font-size: 28px;
    }

    h4,
    .h4 * {
        font-size: 24px;
    }

    h5,
    .h5 * {
        font-size: 20px;
    }

    h6,
    .h6 * {
        font-size: 16px;
    }

    .homepage-hero {
        padding-top: 5rem;
        padding-bottom: 3em;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
    
    .empty-card-img {
        margin-top: 2em;
    }

    #footer .quick-link {
        justify-content: center !important;

    }

    #footer .quick-link ul {
        text-align: center;
        flex-direction: column;

    }

    #footer .quick-link ul li {
        padding: 5px 0;
    }

    .copyright-group {
        text-align: center;
    }

    #footer .social-media-links {
        text-align: center !important;
        padding: 10px;
    }

}

/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {
    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 * {
        font-size: 36px;
    }

    h3,
    .h3 * {
        font-size: 28px;
    }

    h4,
    .h4 * {
        font-size: 24px;
    }

    h5,
    .h5 * {
        font-size: 20px;
    }

    h6,
    .h6 * {
        font-size: 16px;
    }

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }

    .position-md-absolute {
        position: relative;
    }
}

@media (max-width: 992px) {
    .position-md-absolute {
        position: relative;
        width: 100% !important;
        height: 500px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
    }

    .nav-link {
        color: #000;
    }

    .btn-primary .nav-link {
        color: #fff;
    }
}

/*SMALL LAPTOPS AND UP*/

@media (min-width: 768px) {
  .table-comparison .inner-comparison > .row.d-md-flex {
    display: table !important;
    table-layout: fixed;
    width: 100%;

    height: 106px; 
    min-height: 0;

    margin: 0 !important;
    border-top: 0 !important;
    border-collapse: collapse;
    border-spacing: 0;

    --bs-gutter-x: 0;
  }

  .table-comparison .inner-comparison > .row.d-md-flex:first-of-type {
    height: 80px;
  }

  .table-comparison .inner-comparison > .row.d-md-flex > .col {
    display: table-cell !important;
    vertical-align: middle;

    padding: 0 14px !important;
    text-align: center !important;
    line-height: 1.35;

    border-top: 1px solid #222 !important;
  }

  .table-comparison .inner-comparison > .row.d-md-flex:first-of-type > .col {
    border-bottom: 1px solid #222 !important;
  }

  .table-comparison .inner-comparison > .row.d-md-flex > .row-header {
    text-align: left !important;
  }

  .table-comparison .inner-comparison > .row.d-md-flex > .col strong {
    display: inline;
  }

  .table-comparison .inner-comparison > .row.d-md-flex > .col br {
    line-height: 1;
  }
}

@media (min-width: 992px) {
    .navbar-expand-xl .navbar-nav {
        column-gap: 0;
    }
}

@media (min-width: 992px) and (max-width: 1290px) {}

/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {

    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 5.125em;
    }
}

@media (min-width: 769px) and (max-width: 991px) {}

@media (min-width: 769px) and (max-width: 1200px) {}

/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {}

@media (min-width: 992px) and (max-width: 1300px) {}

/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {}


@media (max-width: 1200px) {}

@media (min-width: 1920px) {
    .container-fluid>.row {
        max-width: 1920px;
        margin: 0 auto;
    }
}
