/* Hidden Profits Custom CSS */
.hpm-module-images .masonry {
    width: 100%;
}

/* | Pagehero Section | */
/*.hero-module.hero-module-full.has-parallax img {*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    position: absolute;*/
/*}*/
@media screen and (max-width: 480px) {
    .hero-module .hero-module-content {
        left: 0;
    }
}

.hero-module-height_75.has-parallax .hpm-module-hero-video,
.hero-module-height_50.has-parallax .hpm-module-hero-video,
.hero-module-height_90.has-parallax .hpm-module-hero-video,
.hero-module-auto.has-parallax .hpm-module-hero-video {
    transform: unset;
}

.hero-module-height_75.no-parallax .hpm-module-hero-video,
.hero-module-height_50.no-parallax .hpm-module-hero-video,
.hero-module-height_90.no-parallax .hpm-module-hero-video,
.hero-module-auto.no-parallax .hpm-module-hero-video {
    transform: unset;
}

.hero-module-height_75.has-parallax .hpm-module-hero-video video,
.hero-module-height_50.has-parallax .hpm-module-hero-video video,
.hero-module-height_90.has-parallax .hpm-module-hero-video video, 
.hero-module-auto.has-parallax .hpm-module-hero-video video {
    width: 100%;
}

.hero-module-height_75.no-parallax .hpm-module-hero-video video,
.hero-module-height_50.no-parallax .hpm-module-hero-video video,
.hero-module-height_90.no-parallax .hpm-module-hero-video video, 
.hero-module-auto.no-parallax .hpm-module-hero-video video {
    width: 100%;
}

.hero-module.hero-module-full.has-parallax,
.hero-module.hero-module-height_75.has-parallax,
.hero-module.hero-module-height_50.has-parallax,
.hero-module.hero-module-height_90.has-parallax,
.hero-module.hero-module-auto.has-parallax {
    background-attachment: fixed;
    background-position: 50% !important;
}

.hero-module.hero-module-full.no-parallax,
.hero-module.hero-module-height_75.no-parallax,
.hero-module.hero-module-height_50.no-parallax,
.hero-module.hero-module-height_90.no-parallax,
.hero-module.hero-module-auto.no-parallax {
    background-attachment: fixed;
    background-position: 50% !important;
}

.hero-module.media-aligned-vertical-center.media-aligned-horizontal-left video {
    object-position: center left;
}

.hero-module.media-aligned-vertical-center.media-aligned-horizontal-center video {
    object-position: center center;
}

.hero-module.media-aligned-vertical-center.media-aligned-horizontal-right video {
    object-position: center right;
}

.hero-module.media-aligned-vertical-top.media-aligned-horizontal-left video {
    object-position: top left;
}

.hero-module.media-aligned-vertical-top.media-aligned-horizontal-center video {
    object-position: top center;
}

.hero-module.media-aligned-vertical-top.media-aligned-horizontal-right video {
    object-position: top right;
}

.hero-module.media-aligned-vertical-bottom.media-aligned-horizontal-left video {
    object-position: bottom left;
}

.hero-module.media-aligned-vertical-bottom.media-aligned-horizontal-center video {
    object-position: bottom center;
}

.hero-module.media-aligned-vertical-bottom.media-aligned-horizontal-right video {
    object-position: bottom right;
}

.hero-module.media-aligned-vertical-bottom.media-aligned-horizontal-right {
    background-position: bottom right !important;
}

.hero-module.media-aligned-vertical-bottom.media-aligned-horizontal-center {
    background-position: bottom center !important;
}

.hero-module.media-aligned-vertical-bottom.media-aligned-horizontal-left {
    background-position: bottom left !important;
}

.hero-module.media-aligned-vertical-top.media-aligned-horizontal-right {
    background-position: top right !important;
}

.hero-module.media-aligned-vertical-top.media-aligned-horizontal-center {
    background-position: top center !important;
}

.hero-module.media-aligned-vertical-top.media-aligned-horizontal-left {
    background-position: top left !important;
}

.hero-module.media-aligned-vertical-center.media-aligned-horizontal-right {
    background-position: center right !important;
}

.hero-module.media-aligned-vertical-center.media-aligned-horizontal-center {
    background-position: center center !important;
}

.hero-module.media-aligned-vertical-center.media-aligned-horizontal-left {
    background-position: center left !important;
}


@media screen and (max-width: 480px) {
    .hpm-module-hero-video video {
        height: 100%;
        object-fit: cover;
    }

    .hero-module.hero-module-mobile-height_90 {
        min-height: 90vh;
        max-height: 90vh;
    }

    .hero-module.hero-module-mobile-height_90 .hpm-module-hero-video video {
        height: 90vh;
    }

    .hero-module.hero-module-mobile-height_75 {
        min-height: 75vh;
        max-height: 75vh;
    }

    .hero-module.hero-module-mobile-height_auto {
        height: auto;
        min-height: auto;
    }

    .hero-module.hero-module-mobile-height_75 .hpm-module-hero-video video {
        height: 75vh;
    }

    .hero-module.hero-module-mobile-height_50 {
        min-height: 50vh;
        max-height: 50vh;
    }

    .hero-module.hero-module-mobile-height_50 .hpm-module-hero-video video {
        height: 50vh;
    }
}

.hero-module.hero-module-full .hpm-module-hero-video {
    transform: unset;
    width: 100% !important;
    height: 100% !important;
}

.hero-module.hero-module-full .hpm-module-hero-video video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.pagehero-cta-section {
    padding: 25px 0;
}

.pagehero-cta-section .cta-inner {
    text-align: center;
}

.pagehero-cta-section .cta-inner p {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

/* | Counter Section | */
/* | Counter Section | */
@media screen and (max-width: 767px) {
    .hpm-module-counter-col {
        width: 50% !important;
        flex: 1 0 50% !important;
        max-width: 50% !important;
    }
}
.counter-link img {
    transition: all .3s ease-in-out;
}

.counter-link:hover {
    text-decoration: none;
}

.counter-link:hover img {
    transform: scale(1.1);
}

/* | Why Us | */
.hpm-module-whyus.for-variant-3 {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.hpm-module-whyus.for-variant-3.has-parallax {
    background-attachment: fixed;
}

.hpm-module-whyus.for-variant-3 .background-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.hpm-module-whyus.for-variant-3 .price-blocks-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.hpm-module-whyus.for-variant-3 .price-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.hpm-module-whyus.for-variant-3 .price-blocks .price-block {
    padding: 30px;
    margin: 0 25px;
    border-radius: 6px;
    background-color: #332d28;
    width: calc(33.3333% - 50px);
    box-shadow: 0 3px 16px #191614;
    flex: 1 0 calc(33.3333% - 50px);
    max-width: calc(33.3333% - 50px);
}

.hpm-module-whyus.for-variant-3 .price-block .price-block-heading {
    margin-bottom: 50px;
}

.hpm-module-whyus.for-variant-3 .price-block .price-block-heading h2 {
    text-transform: uppercase;
}

.hpm-module-whyus.for-variant-3 .price-block .price-block-price-data {
    margin-top: 50px;
}

.hpm-module-whyus.for-variant-3 .price-block .price-block-price-data .price-data-wrapper {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.hpm-module-whyus.for-variant-3 .price-block .price-block-price-data .price-data-wrapper .price {
    font-size: 2rem;
}

.hpm-module-whyus.for-variant-3 .price-block .price-block-price-data .price-data-wrapper .price p,
.hpm-module-whyus.for-variant-3 .price-block .price-block-price-data .price-data-wrapper .price-subtitle p {
    margin-bottom: 0;
}

.hpm-module-whyus.for-variant-3 .price-block .price-block-price-data .price-data-wrapper .price-subtitle p {
    line-height: .9rem;
}

.hpm-module-whyus.for-variant-3 .price-block .button-holder {
    margin-top: 30px;
}

.hpm-module-whyus.for-variant-3 .price-block .button-holder .button.outline {
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    align-items: center;
    display: inline-flex;
    border: 1px solid #fff;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.hpm-module-whyus.for-variant-3 .price-block .button-holder .button.outline:hover {
    color: #332d28;
    text-decoration: none;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .hpm-module-whyus.for-variant-3 {
        padding: 75px 0;
    }

    .hpm-module-whyus.for-variant-3 .price-blocks {
        gap: 50px;
        margin: 0 auto;
        max-width: 500px;
    }

    .hpm-module-whyus.for-variant-3 .price-blocks .price-block {
        margin: 0;
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .hpm-module-whyus.for-variant-3 .price-block .button-holder .button.outline {
        width: auto;
        font-size: .9rem;
    }

    .hpm-module-whyus.for-variant-3 .price-block .price-block-price-data {
        margin-top: 25px;
    }

    .hpm-module-whyus.for-variant-3 .price-block .price-block-heading {
        margin-bottom: 25px;
    }

    .hpm-module-whyus.for-variant-3 .price-block .price-block-price-data .price-data-wrapper .price {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .hpm-module-whyus.for-variant-3 {
        padding: 2rem 0;
    }

    .hpm-module-whyus.for-variant-3 .price-blocks {
        gap: 25px;
    }
}

.whyus-variant-3-title {
    max-width: 650px;
    margin-bottom: 50px;
}

.whyus-variant-3-title h2 {
    font-size: 50px;
}

@media screen and (max-width: 1024px) {
    .whyus-variant-3-title {
        max-width: 500px;
        margin: 0 auto 50px auto;
    }

    .whyus-variant-3-title h2 {
        font-size: 40px;
    }
}

/* | Form & Tabs Module | */
.hpm-form-tabs {
    border-radius: 6px;
    background-color: #fff;
}

.hpm-form-tabs .inner {
    padding: 30px;
    color: #000;
}

.hpm-form-tabs .inner .form-tabs-heading {
    gap: 20px;
    display: flex;
    position: relative;
    margin-bottom: 50px;
    justify-content: space-between;
}
 @media screen and (max-width: 480px) {
    .hpm-form-tabs .inner .form-tabs-heading {
        overflow-x: scroll;
    }
 }

.hpm-form-tabs .form-tabs-heading .tab-title {
    flex: 1;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
    .hpm-form-tabs .form-tabs-heading .tab-title {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.hpm-form-tabs .form-tabs-heading .tab-title.active {
    border-bottom: 1px solid #000;
}

.hpm-form-tabs .form-tabs-heading .tab-title a {
    color: #000;
    font-size: 25px;
}

@media screen and (max-width: 1023px) {
    .hpm-form-tabs .form-tabs-heading .tab-title a {
        font-size: 20px;
    }
}   

.hpm-form-tabs .form-tabs-heading .tab-title a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}

.hpm-form-tabs .form-tabs-heading .tab-title.active a {
    font-weight: bold;
}

.hpm-form-tabs .form-tabs-heading .tab-title.active a:hover {
    text-decoration: none;
}

.hpm-form-tabs .form-tabs-content .tab-content:not(.active) {
    display: none;
}

.hpm-form-tabs .form-tabs-content .tab-content .button-holder {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.hpm-form-tabs .form-tabs-content .tab-content .button-holder .button {
    color: #fff;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 1.125rem;
    background-color: #332d28;
    transition: all .3s ease-in-out;
}

.hpm-form-tabs .form-tabs-content .tab-content .button-holder .button:hover {
    color: #000;
    text-decoration: none;
    background-color: #A5CE00;
}

.wpgmaps_blist_row:hover {
    background-color: #332D28 !important;
}