﻿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 {
    padding: 100px 0;
}

@media (max-width: 767px) {
    section h2 {
        font-size: 8vw !important;
    }
}

section h2 {
    font-size: 50px;
}

.section-heading {
    color: #29405b;
}

section.about {
    padding: 150px 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;
    }

.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: 11px;
    padding-right: .5rem;
    padding-left: .5rem;
}

    .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;
    }

section.about .signup-btn {
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #a4a4a4;
}

.form__field:focus {
    padding-bottom: 6px;
    border-width: 3px;
    border-image: linear-gradient(to right, #29405b, #29405b);
    border-image-slice: 1;
}

    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #29405b;
        font-weight: 700;
    }

/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow: none;
}

.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;
    }

p.success-green {
    color: #22b674;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

    p.success-green i {
        color: #22b674;
    }

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.hidden {
    display: none;
}

section.call-header {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white !important;
    background-color: #29405b;
}

    section.call-header .header-content {
        max-width: 500px;
        margin-bottom: 100px;
        text-align: center;
    }

    section.call-header h2.thin-header {
        font-weight: 800 !important;
    }

    section.call-header p {
        color: white !important;
    }

@media (min-width: 992px) {
    section.call-header {
        background-image: url("/img/call-header-bg-new.jpg");
        background-position: right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 90vh;
        min-height: 775px;
        padding-top: 150px;
        padding-bottom: 100px;
    }

        section.call-header .header-content {
            margin-bottom: 0;
            text-align: left;
        }

            section.call-header .header-content h1 {
                font-size: 50px;
            }

        section.call-header 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;
        }

            section.call-header a.scroll:hover {
                opacity: .5;
            }

        section.call-header a.scroll {
            padding-top: 70px;
        }

            section.call-header 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;
            }
}

section.thankyou-header {
    background-image: url("/img/thankyou-bg.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff !important;
    height: 95vh;
    min-height: 775px;
    padding-top: 30vh;
    padding-bottom: 30vh;
}

    section.thankyou-header p {
        color: #fff;
    }

    section.thankyou-header img.social-icons {
        width: 200px;
        margin-top: -50px;
    }

        section.thankyou-header img.social-icons:hover {
            color: #b3b3b3;
        }


#call-info {
    position: relative;
    top: -18vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

    #call-info:before {
        content: '';
        position: absolute;
        background-color: white;
        top: 0;
        left: 0;
        border-radius: 50% 50% 0 0/100% 100% 0 0;
        transform: scaleX(5);
        height: 100%;
        width: 100%;
    }

@media (min-width: 767px) {
    #call-info:before {
        transform: scaleX(3);
    }
}

@media (min-width: 992px) {
    #call-info:before {
        transform: scaleX(2);
    }
}

#call-info h2, #call-info h3 {
    color: #29405b;
}

#call-info .call-info-content {
    position: relative;
    padding-top: 50px;
}

section.call-book {
    margin-top: -18vh !important;
}

    section.call-book h2, section.call-book h3 {
        color: #29405b;
    }

    section.call-book p {
        color: #2d2d2d;
    }

section.text-section h1 {
    color: #29405b;
}

section.text-section p {
    color: #2d2d2d;
}

section.text-section ul li {
    font-size: 18px;
    color: #2d2d2d;
}

section.text-section p.remove-bottom-margin {
    margin-bottom: 0px !important;
    font-weight: 500px;
}

section.text-section p.small-text {
    font-size: 14px;
    color: #828282;
    font-style: italic;
}

section.text-section a {
    color: #e2a26d;
}

#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: #29405b !important;
            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: #828282;
        }

            #mainNav .navbar-nav > li > a:hover,
            #mainNav .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,
            #mainNav.navbar-shrink .navbar-nav > li > a:focus {
                color: #828282;
            }

                #mainNav.navbar-shrink .navbar-nav > li > a:hover,
                #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
                    color: #29405b;
                }
}
/*Footer update 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;
}


.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;
    }

/*** DEMO PAGE ***/

.demo-menu-text {
    font-weight: 100 !important;
    font-size: 15px;
    color: #828282;
}

.demo-container {
    justify-content: flex-start !important;
}

#textpage-nav {
    background-color: #fff;
}

.white-outline {
    border: 1px solid #fff;
}

ul.checkmark {
    list-style: none;
}

    ul.checkmark li:before {
        content: '✓';
    }

section.demo-header {
    /*        background-image: url("/img/features-bg.png");*/
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 775px;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: linear-gradient(180deg, #192e47, #29405b);
}

    section.demo-header p {
        color: #fff;
    }

.demo-text {
    background-image: url("/img/features-bg.png");
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 775px;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #29405b;
}

    .demo-text p {
        font-size: 20px;
    }

.gold {
    color: #e2a26d;
}

.blue {
    color: #29405b;
}


@media (max-width: 991px) { /*FOR MOBILE SIZE */
    .demo-header {
        text-align: center;
    }

        .demo-header .header-content {
            margin-bottom: 20px;
        }

    .hidden-mobile {
        display: none;
    }

    .demo-container {
        justify-content: center !important;
    }
}
