html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Poppins', 'sans-serif';
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(79, 79, 79, 0.1);
}

    hr.light {
        border-color: white;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 'sans-serif';
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #2d2d2d;
}

section.benefits ol li::marker {
    font-weight: 900;
    color: #29405b;
    font-size: 18px;
}

section.benefits ol li {
    font-weight: 400;
    color: #2d2d2d;
    line-height: 1.5;
    font-size: 18px;
    margin: 10px;
}

.italics {
    font-style: italic;
}

.text-center {
    text-align: center !important;
    margin: 0 auto !important;
}

.gold {
    color: #e2a26d !important;
}

.blue {
    color: #29405b;
}


.hidden {
    display: none;
}


section {
    padding: 100px 0;
}

@media (max-width: 767px) {
    section h2 {
        font-size: 8vw !important;
    }
}

section h2 {
    font-size: 50px;
}

.section-heading {
    color: #29405b;
}


section.about-image {
    background-image: url(/img/about-image-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    background-position: center center;
    margin-top: 100px;
}

@media (min-width: 992px) {
    section.about-image {
        margin-top: 0px;
    }
}


.hide-on-mobile-tablet {
    display: none;
}

@media (min-width: 992px) {
    .hide-on-mobile-tablet {
        display: block;
    }
}


section.about {
    padding: 75px 0 !important;
}

.gold-button {
    border: #e2a26d 2px solid;
    border-radius: 30px;
    background-color: #e2a26d;
    color: #ffffff !important;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
    padding-right: .5rem;
    padding-left: .5rem;
    margin: 0.5rem 0 0.5rem 0;
}

    .gold-button:hover, .gold-button:focus, .gold-button:active, .gold-button.active {
        background-color: #c9885d;
        border: #c9885d 2px solid;
    }

    .gold-button a {
        color: #fff !important;
    }
    .gold-button a:hover {
        text-decoration: none;
    }

.grey-button {
    border: #b3b3b3 2px solid;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    color: #b3b3b3 !important;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 45px
}

.grey-button:hover, .grey-button:focus, .grey-button:active, .grey-button.active {
    background-color: #ededed;
}

    .grey-button a {
        color: #b3b3b3 !important;
    }

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__group1 {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #a4a4a4;
    outline: 0;
    font-size: 1.3rem;
    color: #2d2d2d;
    padding: 7px 0;
    transition: border-color 0.2s;
}

    .form__field:hover, .form__field:focus {
        background-color: #f7f7f7;
    }

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 1.3rem;
        cursor: text;
        top: 20px;
    }

.btn-sm {
    font-size: 13px;
    width: 100%;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #e2a26d;
}

    .btn-sm:hover, .btn-sm:focus, .btn-sm:active, .btn-sm.active {
        background-color: #c9885d;
        color: white;
    }

.btn-sm-outline {
    font-size: 13px;
    width: 100%;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e2a26d;
    border: solid 3px #e2a26d;
}

    .btn-sm-outline:hover, .btn-sm-outline:focus, .btn-sm-outline:active, .btn-sm.active {
        background-color: #e2a26d;
        color: white;
    }

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}



.hidden {
    display: none;
}

#mainNav {
    box-shadow: 0 0 15px #b3b3b3;
    border-color: rgba(79, 79, 79, 0.05);
    background-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Poppins', 'sans-serif';
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 40px;
}

    #mainNav .navbar-brand:focus {
        color: #192738;
    }

    #mainNav .navbar-toggler {
        font-size: 12px;
        padding: 8px 10px;
        color: #4f4f4f;
    }

    #mainNav .navbar-nav > li > a {
        font-size: 11px;
        font-family: 'Poppins', 'sans-serif';
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #mainNav .navbar-nav > li > a.active {
            color: #ffffff;
            background-color: transparent;
        }

            #mainNav .navbar-nav > li > a.active:hover {
                background-color: transparent;
            }

        #mainNav .navbar-nav > li > a,
        #mainNav .navbar-nav > li > a:focus {
            color: #29405b;
        }

            #mainNav .navbar-nav > li > a:hover,
            #mainNav .navbar-nav > li > a:focus:hover {
                color: #ffffff;
            }

    #mainNav.navbar-shrink .navbar-nav > li > a.active {
        color: #29405b;
    }

    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: #29405b;
    }

    #mainNav .row, footer .row {
        width: 100%;
        margin: 0 auto;
        max-width: 1800px;
        justify-content: space-between;
    }

@media (min-width: 992px) {
    #mainNav {
        box-shadow: 0 0 0;
        border-color: transparent;
        background-color: transparent;
    }

        #mainNav .navbar-brand {
            display: none;
        }

        #mainNav .navbar-brand-wht { /*copied style for white logo */
            display: inline-block;
            padding-top: 0.3125rem;
            padding-bottom: 0.3125rem;
            margin-right: 1rem;
            font-size: 1.25rem;
            line-height: inherit;
            white-space: nowrap;
        }

        #mainNav .gold-button {
            margin: 0 1rem 0 0.5rem;
        }

        #mainNav .grey-button {
            border: #fff 2px solid;
            color: #fff !important;
        }

            #mainNav .grey-button:hover, #mainNav .grey-button:focus, #mainNav .grey-button:active, #mainNav .grey-button.active {
                background-color: #192738;
                border: 2px solid #e6e6e6;
            }

            #mainNav .grey-button a {
                color: #fff !important;
            }

                #mainNav .grey-button a:hover, #mainNav .grey-button a:focus, #mainNav .grey-button a:active, #mainNav .grey-button a.active {
                    color: #b3b3b3;
                }

        #mainNav .navbar-brand {
            color: fade(white, 70%);
        }

            #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
                color: white;
            }

        #mainNav .navbar-nav > li > a,
        #mainNav .navbar-nav > li > a:focus {
            color: rgba(255, 255, 255, 0.7);
        }

            #mainNav .navbar-nav > li > a:hover,
            #mainNav .navbar-nav > li > a:focus:hover {
                color: white;
            }

        #mainNav.navbar-shrink {
            border-color: rgba(79, 79, 79, 0.1);
            background-color: white;
            box-shadow: 0 0 15px #b3b3b3;
        }

            #mainNav.navbar-shrink .navbar-brand {
                display: block;
                color: #4f4f4f;
            }

            #mainNav.navbar-shrink .navbar-brand-wht { /*hiding the whit logo */
                display: none;
            }

            #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
                color: #29405b;
            }

            #mainNav.navbar-shrink .grey-button {
                border: #b3b3b3 2px solid;
                color: #b3b3b3 !important;
            }
                /*
          #mainNav.navbar-shrink .grey-button:hover, #mainNav.navbar-shrink .grey-button:focus, #mainNav.navbar-shrink .grey-button:active, #mainNav.navbar-shrink .grey-button.active {
            background-color: #ededed; }
*/
                #mainNav.navbar-shrink .grey-button a {
                    color: #b3b3b3 !important;
                }

            #mainNav.navbar-shrink .navbar-nav > li > a {
                color: #828282;
            }

                #mainNav.navbar-shrink .navbar-nav > li > a:focus {
                    color: #29405b;
                }

                    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
                    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
                        color: #29405b;
                    }
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-bottom: -250px;
    color: white;
    background-image: url(/img/labourly-wave-bg-new.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
}

    header.masthead .header-content {
        max-width: 600px;
        margin-bottom: 50px;
        text-align: center;
    }

        header.masthead .header-content h2 {
            font-size: 45px;
        }

        header.masthead .header-content p {
            color: white; /*Important*/
        }

    header.masthead .remove-right-padding {
        padding-right: 0px;
    }

    header.masthead .gold-text {
        color: #e2a26d;
        font-weight: 700;
    }

    header.masthead img.header-logo {
        width: 40%;
        padding-bottom: 40px;
    }

    header.masthead a.scroll {
        display: none;
    }

    header.masthead a.header-button-text {
        cursor: pointer;
        font-size: 14px;
        margin: 0 auto;
        font-weight: 900;
        text-transform: uppercase;
        color: #e8e8e8;
        text-decoration: none;
    }

        header.masthead a.header-button-text:hover, header.mastead a.header-button-text:focus {
            color: #7F7F7F;
        }


@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
    }

        header.masthead .header-content {
            margin-bottom: 0;
            text-align: left;
            padding: 0 46.5px 0 46.5px;
        }

            header.masthead .header-content h1 {
                font-size: 50px;
            }

        header.masthead a.scroll {
            position: absolute;
            bottom: 20px;
            left: 50%;
            text-transform: uppercase;
            font-size: 1rem;
            z-index: 2;
            display: inline-block;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            color: white;
            letter-spacing: .1em;
            text-decoration: none;
            transition: opacity .3s;
        }

            header.masthead a.scroll:hover {
                opacity: .5;
            }

        header.masthead a.scroll {
            padding-top: 70px;
        }

            header.masthead a.scroll span {
                position: absolute;
                top: 0;
                left: 50%;
                width: 24px;
                height: 24px;
                margin-left: -12px;
                border-left: 2px solid #fff;
                border-bottom: 2px solid #fff;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-animation: sdb05 1.5s infinite;
                animation: sdb05 1.5s infinite;
                box-sizing: border-box;
            }

    @-webkit-keyframes sdb05 {
        0% {
            -webkit-transform: rotate(-45deg) translate(0, 0);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            opacity: 0;
        }
    }

    @keyframes sdb05 {
        0% {
            transform: rotate(-45deg) translate(0, 0);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: rotate(-45deg) translate(-20px, 20px);
            opacity: 0;
        }
    }
}

header.masthead .right-mockup {
    position: relative;
}

@media (min-width: 992px) {
    header.masthead .right-mockup {
        position: absolute !important;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
    }

    .right-mockup .dashboard-mockup {
        max-width: 130% !important;
    }
}

.modal-dialog {
    max-width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


a.play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: bounce 1.2s infinite alternate;
    -moz-animation: bound 1.2s infinite alternate;
    animation: bounce 1.2s infinite alternate;
    -webkit-appearance: none;
}

@keyframes bounce {
    to {
        transform: scale(1.2)
    }
}

@media (min-width: 992px) {
    a.play-button {
        left: 7.5%;
    }
}

a.play-button:hover {
    text-decoration: none !important;
}

.play-button-icon {
    font-size: 150px;
    color: #e2a26d;
    transition: all .2s ease-in-out;
}

    .play-button-icon:hover {
        transform: scale(1.1);
    }

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


section.benefits {
    background: linear-gradient(180deg, #f8f9fb 0, rgba(255,255,255,0) 100%);
    /*  padding-top: 0px !important;*/
    /*  padding-bottom: 0px !important; */
}
    /*
  section.benefits .benefits-bg {
    background-image: url("/img/benefits-bg-image2.jpg");
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 50vh; }
*/
    section.benefits .benefits-content {
        background: #fff;
        padding: 50px;
        height: 50%;
        top: -100px;
        border-radius: 10px;
        text-align: center;
    }

    section.benefits h2 {
        font-size: 50px;
        color: #29405b;
    }

@media (min-width: 992px) {
    section.benefits .benefits-bg {
        min-height: 90vh;
    }

    section.benefits .benefits-content {
        margin: 0;
        box-shadow: 0 0 30px #a1a1a1;
        height: 100%;
        top: 0;
        left: -9%;
        max-width: 900px;
        /*left: -70px; */
        border-radius: 10px;
        text-align: left;
    }
}

section.benefits .only-small {
    display: block;
}

section.benefits .hidden-small {
    display: none;
}

@media (min-width: 768px) {
    section.benefits .only-small {
        display: none;
    }

    section.benefits .hidden-small {
        display: block;
    }
}

.ben-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .ben-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/* NEW PRICING CODE */

.pricing-section .toggle, .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.pricing-section .toggler {
    color: #ddd;
    transition: .2s;
    font-weight: bold;
}

.pricing-section .toggler--is-active {
    color: #e2a26d;
}

.pricing-section .b {
    display: block;
}

.pricing-section .toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-color: #e2a26d;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.pricing-section .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

    .pricing-section .check:checked ~ .switch {
        right: 2px;
        left: 57.5%;
        transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-property: left, right;
        transition-delay: .08s, 0s;
    }

.pricing-section .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-section {
    margin: 0 auto;
    text-align: center;
}

.pricing-columns .wrapper-full {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.pricing-columns #pricing-chart, .pricing-columns-both #pricing-chart {
    margin-top: 50px;
    margin: 0 auto;
    position: relative;
}

    .pricing-columns #pricing-chart #smaller-plans, .pricing-columns-both #pricing-chart #smaller-plans {
        display: block;
    }

    .pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
        float: left;
        /*    background-color: #fafafa;*/
        position: relative;
        color: #454545;
        padding: 14px;
        /*    width: 207px;*/
    }

        .pricing-columns #pricing-chart .plan .price, .pricing-columns-both #pricing-chart .plan .price {
            font-size: 26px;
            /*    float: left;*/
            width: 100%;
            margin-bottom: 35px;
            margin-top: 17px;
        }

            .pricing-columns #pricing-chart .plan .price .dollar, .pricing-columns-both #pricing-chart .plan .price .dollar {
                top: -10px;
                letter-spacing: -1px;
                left: 3px;
            }

            .pricing-columns #pricing-chart .plan .price .amount, .pricing-columns-both #pricing-chart .plan .price .amount {
                font-size: 30px;
                font-weight: 600;
            }

            .pricing-columns #pricing-chart .plan .price .slash, .pricing-columns-both #pricing-chart .plan .price .slash {
                font-weight: 600;
                left: -2px;
            }

            .pricing-columns #pricing-chart .plan .price .month, .pricing-columns-both #pricing-chart .plan .price .month {
                font-weight: 600;
                left: -7px;
            }

        .pricing-columns #pricing-chart .plan ul, .pricing-columns-both #pricing-chart .plan ul {
            padding: 0 18px;
            margin-bottom: 40px;
        }

            .pricing-columns #pricing-chart .plan ul li, .pricing-columns-both #pricing-chart .plan ul li {
                font-weight: 200;
                font-size: 15px;
                text-align: left;
                margin-bottom: 20px;
            }
        /*
.pricing-columns #pricing-chart .plan ul li span, .pricing-columns-both #pricing-chart .plan ul li span {
    color: #9e9e9e;
    display: inline-block;
    margin-left: 7px;
    font-weight: 400;
    font-size: 14px;
}
*/
        .pricing-columns #pricing-chart .plan a.sign-up, .pricing-columns-both #pricing-chart .plan a.sign-up {
            width: 100%;
            padding: 13px;
            background-color: white;
            border-radius: 30px;
            border: 3px solid #e2a26d;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            color: #e2a26d;
            display: block;
            margin-bottom: 5px;
            font-size: 15px;
            clear: left;
            letter-spacing: 1.5px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .pricing-columns #pricing-chart .popular, .pricing-columns-both #pricing-chart .popular {
        position: relative;
        /*    top: -30px;*/
        /*    background-color: white;*/
        margin-left: -2px;
        right: 0;
    }

.small-text-toggle {
    font-weight: 100;
    font-style: italic;
}

.pricing-columns #pricing-chart .popular a.sign-up, .pricing-columns-both #pricing-chart .popular a.sign-up {
    background-color: #e2a26d;
    border: none;
    color: #ffffff;
}

    .pricing-columns #pricing-chart .popular a.sign-up:hover, .pricing-columns-both #pricing-chart .popular a.sign-up:hover {
        background-color: #C9885D !important;
        border: none;
        color: #ffffff;
    }
/*
.pricing-columns #pricing-chart .popular .price .amount, .pricing-columns-both #pricing-chart .popular .price .amount {
    font-size: 60px;
}
*/
.bandwidth {
    display: block;
    color: #9e9e9e;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: -90px;
}

.pricing-columns #pricing-chart .popular p.pop-plan, .pricing-columns-both #pricing-chart .popular p.pop-plan {
    color: #454545;
    font-size: 16px;
    margin-bottom: 45px;
}

.pricing-columns #pricing-chart .plan a.sign-up:hover, .pricing-columns-both #pricing-chart .plan a.sign-up:hover {
    background-color: #e2a26d;
    color: #fff;
}

.hide {
    display: none;
}

/*
.toggle-div {
	margin-bottom: 30px;
}
*/


.margin-top-price {
    margin-top: -250px;
}


@media (min-width: 609px) {

    .margin-top-price {
        margin-top: -160px;
    }
}

@media (min-width: 768px) {

    .margin-top-price {
        margin-top: -225px;
    }
}

section.pricing {
    padding: 0px 0px 100px 0px !important;
}

.btn-accordion {
    color: #2d2d2d;
    text-transform: none !important;
    font-weight: 600;
}

.btn-accordion:focus {
    box-shadow: none;
}

.btn-accordion:hover {
    color: #2d2d2d;
    text-decoration: none;
}

.faq-pricing {
    margin-top: 50px;
}

    section.pricing .blue-bg {
        background-image: url(/img/pricing-bg.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: bottom;
        color: #fff;
        min-height: 500px;
        padding: 100px 0 50px 0px;
    }

        section.pricing .blue-bg p {
            color: #fff;
            text-align: center !important;
        }

    section.pricing .white-bg {
        background-color: #fff;
        color: #2d2d2d;
        /*	margin-top: -40px;*/
        padding: 30px;
        border-radius: 20px;
        margin-bottom: 50px;
    }

    section.pricing .shadow-dark {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important;
    }

    section.pricing hr.rounded {
        border-top: 8px solid #b3b3b3;
        border-radius: 5px;
    }


/* SECTION SIMPLE */

section.simple-solutions .simple-bg {
    background-image: url("/img/simple-bg-constructionheads.jpg");
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
}

section.simple-solutions .simple-content {
    max-width: 720px;
    padding: 75px;
    margin: 0 auto;
}


@media screen and (min-width: 992px) {

    section.simple-solutions .simple-bg {
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }

    section.simple-solutions .simple-content {
        padding: 0 50px 0 50px;
        /*		max-width: 643px;*/
        float: left;
    }
}






section.cta {
    background-color: #29405b;
    color: #ffffff;
    /*	padding: 0 !important;*/
}


#cta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    #cta {
        padding-top: 100px;
    }
}

.cta-curve {
    content: '';
    position: absolute;
    overflow: hidden;
    padding-top: 0 !important;
    height: 150px;
    width: 100%;
    top: 0;
    transform: scale(2);
    /* transform: translate(0%, -70%) scaleX(1.7); */
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    background-color: #fff;
}

@media (min-width: 575px) {
    .cta-curve {
        transform: translate(-65%, 0%) scale(3);
    }
}

@media (min-width: 768px) {
    .cta-curve {
        height: 100px;
        transform: translate(-65%, 60%) scale(3);
    }
}

.cta-content {
    position: relative;
}

.rounded-content {
    background-color: #fff;
    padding: 50px 10px 57px 10px;
    border-radius: 15px;
    text-align: center;
    color: #29405b;
    -webkit-box-shadow: 0px 4px 30px 12px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 30px 12px rgba(0,0,0,0.05);
}

.demo-cta {
    padding: 140px 0 140px 0;
}

.demo-cta-icon-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .demo-cta-icon-wrap i {
        font-size: 1.5em;
        margin-right: 20px;
    }

.demo-cta p {
    color: #fff;
    margin: 0 !important;
    font-size: 1.3em;
}

section.cta h2 {
    font-size: 50px;
}

section.cta a.gold-text {
    color: #e2a26d;
    font-weight: 500;
}

section.cta .cta-bg {
    background-image: url("/img/cta-bg-image.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 50vh;
    padding: 0px 50px 0px 50px;
}


.bg-primary {
    background: #29405b;
}

.text-primary {
    color: #29405b;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
        color: white;
        border-color: #29405b;
        background-color: #29405b;
    }

.btn {
    border-radius: 300px;
    font-family: 'Poppins', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #e2a26d;
}

    .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active {
        background-color: #c9885d;
        color: white;
    }



/***** FEATURES PAGE *****/

section.feature-header {
    background-color: #29405b;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -80px;
}

    section.feature-header p {
        color: #fff;
    }

    section.feature-header .feature-header-image {
        background-image: url("/img/features-bg.jpg");
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 300px;
        /*	margin-top: 60px;*/
    }

    section.feature-header .feature-header-content {
        max-width: 720px;
        padding: 125px 75px 125px 75px;
        margin: 0 auto;
    }


@media screen and (min-width: 992px) {

    section.feature-header .feature-header-image {
        border-bottom-left-radius: 50px;
    }
}


section.feature-body-content {
    background-color: #fff;
}

    section.feature-body-content .blue-icon-bg {
        background-color: #29405b;
        padding: 20px;
        border-radius: 20px;
        width: auto;
        color: #fff;
        margin-bottom: 10px;
    }

.feature-column {
    padding: 50px;
}



/* ABOUT US PAGE */

section.about-page {
    background-color: #29405b;
    color: #fff;
    padding: 150px 0px;
}

section.padding-top {
    padding-top: 100px !important;
}

section.padding-bottom {
    padding-bottom: 100px !important;
    padding-top: 0;
}


section.about-page p {
    color: #fff;
}

.about-page-content {
    margin: 0 auto;
    max-width: 800px;
    padding: 0px;
}

section.about-page-content .about-page-sections {
    margin: 50px 0px;
}

section.about-page-content li {
    font-size: 18px;
}

.team-member-photo-img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.team-member-row {
    justify-content: center;
    align-items: start;
}

.about-team-member {
    padding: 15px;
    text-align: left;
}

    .about-team-member h4, p {
        margin-bottom: 5px;
    }

    .about-team-member a {
        color: #e2a26d;
        margin-right: 5px;
    }

button.member-button {
    background-color: #fff;
    border: none;
}

    button.member-button:hover, button.member-button:active, button.member-button:focus {
        outline: none !important;
        opacity: 0.5;
        filter: alpha(0.5);
        /*	padding: 0px;*/
    }

.modal-content {
    padding: 0px;
}

@media (min-width: 575px) {
    .modal-content {
        padding: 80px;
    }
}

.modal-top-content {
    padding-bottom: 20px;
}

.modal-dialog {
    position: relative;
    margin-top: 20px;
}

.get-started {
    padding: 55px;
}
/*# sourceMappingURL=new-age.min.css.map */
/*Footer Styles 02/02/2022*/
footer {
    padding: 15px 40px;
    color: rgba(255, 255, 255, 0.3);
    background-color: #2d2d2d;
}

footer p.dark-grey, a.dark-grey {
    color: #5A5A5A;
}

footer p {
    font-size: 14px;
    margin: 0;
    color: #dadada;
}

footer p.grey {
    color: #a4a4a4;
}

footer a {
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 900;
    text-transform: uppercase;
}

footer a:hover, footer a:focus, footer a:active, footer a.active {
    text-decoration: none;
    color: #e2a36d;
}

footer i {
    color: #dadada;
}

footer ul {
    margin-bottom: 0;
}

footer .padding-top-none ul li a {
    color: #dadada;
}

footer .padding-top-none ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
    color: #e2a26d;
}

.float-right {
    float: right;
}

footer img.footer-icon {
    padding-right: 20px;
    padding-top: 10px;
    width: 200px;
    height: auto;
    float: left;
}

footer .underline i {
    color: #9b9b9b;
}

footer i:hover, a:focus {
    color: #e2a26d;
}

footer .underline {
    border-bottom: 1px #9b9b9b solid;
    padding-bottom: 15px;
}

footer .padding-top {
    padding-top: 20px;
}

footer .padding-top-none {
    padding-left: 0px;
    padding-bottom: 20px;
}

footer ul {
    padding: 0px;
}

footer ul li {
    list-style-type: none;
}
/******** SALES PAGE ********/
section.sales-header {
    background-color: #29405b;
    color: #fff;
}

section.sales-header p {
    color: #fff;
}

section.sales-header ol li {
    font-size: 18px;
}

section.sales-header .sales-header-bg {
    background-image: url("/img/sales-bg.jpg");
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
}

section.sales-header .sales-header-content {
    max-width: 720px;
    padding: 75px;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    section.sales-header .sales-header-bg {
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }

    section.sales-header .sales-header-content {
        padding: 0 50px 0 50px;
        /*      max-width: 643px;*/
        float: left;
    }
}

section.sales-body {
    padding: 50px;
}

section.sales-body a.social-media-icons {
    color: #2d2d2d;
    margin: 10px;
}

section.sales-body a.social-media-icons:hover, a.social-media-icons:focus {
    color: #29405d;
}