﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
html, body {
    height: 100%;
}
body {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    background: #fefcff !important;
    display: flex;
    flex-direction: column;
}
.toplogo {
width:42px;
height:43px;
}
ul {
    list-style-type: none;
}

a, a:hover {
    text-decoration: none;
}

b, strong {
     font-weight: bold;
}

a {
    color: rgba(17, 17, 17, 1);
    text-decoration: none;
}

    a:hover {
        color: rgba(111, 181, 90, 1);
    }
.clear {
    clear: both;
}
.navtop {
    background-color: rgba(255, 255, 255,1);
    border-bottom: 1px solid #cbd0dd
}

.logo {
    fill-rule: nonzero;
    fill-opacity: 1;
    fill: rgba(0,0,0, 0.65);
    stroke: rgba(0,0,0, 0.65);
    stroke-width: 1px;
}
.text-logo {
    font-family: 'Futura', sans-serif; /* Or use Helvetica, Gotham, or another similar font */
    font-weight: 300; /* Light font weight */
    font-size: 30px; /* Adjust size as needed */
    letter-spacing: 5px; /* Add spacing between letters */
    color: rgba(0,0,0, 0.65); /* White color */
    text-transform: uppercase; /* Make all letters uppercase */
    /* Minimal shadow effect */
    text-shadow: 1px 1px 0px rgba(128, 128, 128, 0.4), 2px 2px 0px rgba(128, 128, 128, 0.3);
}


    .text-logo:hover {
        text-shadow: 0 0 5px #71b85f;
    }



        .text-logo:hover .logo {
            text-shadow: 0 0 5px #71b85f;
            fill: rgba(0,0,0, 0.65);
            stroke: #71b85f;
        }


.navbar-nav .nav-link:hover {
    background-color: #f0f0f0; /* Adjust the color as needed */
}

.navbar .nav-link {
    position: relative;
    transition: .5s;
    z-index: 1;
}
    .navbar .nav-link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        transform: scaleY(2);
        opacity: 0;
        transition: .3s;
    }

    .navbar .nav-link:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        opacity: 0;
        transition: .3s;
        z-index: -1;
    }

    .navbar .nav-link.dropdown-link:before, .navbar .nav-link.dropdown-link:after {
        border: none;
        width: auto;
        opacity: 1;
    }

.navbar .nav-link {
    border: 1px solid transparent;
}
    .navbar .nav-link.dropdown-link {
        border: 1px solid transparent;
        border-bottom: none;
        padding-top: 0.45rem;
        transition: 0s;
    }
.navbar .dropdown:hover .nav-link.dropdown-link {
    background-color: white; /* Adjust the color as needed */
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem 0.375rem 0 0px;
}
.navbar .dropdown:hover:after {
    content: "";
    background: white;
    width: calc(100% - 2px);
    margin-left: 1px;
    height: 10px;
    position: absolute;
    bottom: -4px;
    z-index: 1001;
}
.navbar .nav-link.dropdown-link:after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: relative;
    top: 0;
    right: 5px;
    width: 5px;
    opacity: 1;
    transform: scale(1);
}
    .navbar .nav-link:hover:before {
        transform: scaleY(1);
        opacity: 1;
    }

    .navbar .nav-link:hover:after {
        transform: scaleY(1);
        opacity: 1;
    }

.navbar li.active {
    background-color: #f0f0f0; /* Adjust the color as needed */
}


    .navbar .active .nav-link:before {
        transform: scaleY(1);
        opacity: 1;
    }

.navbar .active .nav-link:after {
    transform: scaleY(1);
    opacity: 1;
}


.dropdown:hover, .dropup:hover {
    background: white;
}

    .dropdown:hover .dropdown-menu, .dropup:hover .dropup-menu {
        display: block;
    }

footer .footer-links li {
    border: 1px solid transparent
}

.dropup-menu {
    display: none;
    position: absolute;
    bottom: 25px;
    left: -65px;
    background: white;
    padding: 10px 0;
    min-width: 240px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}
    .dropup-menu a, .dropup-menu:hover a {
        color: #212529 !important
    }
    .dropup-menu li {
        display: block !important;
        padding: 5px !important;
    }

.dropup-item {
    padding: 15px 1rem !important;
}
.dropup li:hover {
    background-color: #f8f9fa; /*#0d6efd;*/
}
    .dropup li:hover a {
        color: #212529 !important;
    }
    .dropup li:hover:active {
        background-color: #0d6efd; /*#0d6efd;*/
    }
    .dropup li:hover:active a {
        color: #fff !important;
    }
.dropup:hover .dropup-link {
    color: #212529 !important;
}

.dropup:hover:before {
    content: "";
    background: white;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 20px;
    z-index: 1001;
    left: 0;
}
.dropup:hover {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-top: none;
}

.dropup:hover {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}



#offcanvasNavbar .dropdown-menu {
    display: block;
    border: none;
}


    #offcanvasNavbar .dropdown-menu li {
        position: relative;
    }

        #offcanvasNavbar .dropdown-menu li:before {
            content: '';
            width: 15px;
            height: 15px;
            position: absolute;
            top: 1px;
            left: -3px;
            border-left: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }


.offcanvas-body {
padding-top: 0
}



main {
    margin-bottom: 30px;
}

#content {
    flex: 1; /* Pushes the footer to the bottom */
}

footer {
    background: #111 !important;
    color: #fff;
    padding: 15px 0;
}

    footer a {
        color: white !important;
    }

        footer a:hover {
            color: #6fb55a !important;
        }

    footer .business {
        font-family: 'Futura', sans-serif; /* Or use Helvetica, Gotham, or another similar font */
        font-weight: 300; /* Light font weight */
        font-size: 20px; /* Adjust size as needed */
    }

    footer .col-sm-8 ul, footer .col-sm-8 > div {
        clear: both;
    }

    footer ul {
        display: flex;
        list-style: none;
    }

    footer .footer-links li {
        display: inline;
        padding: 0 10px;
        border-right: 1px solid #eaeaea;
    }

        footer .footer-links li:first-child {
            padding-left: 0;
        }

        footer .footer-links li:last-child {
            padding-right: 0;
            border-right: none;
        }

/*    footer .footer-links .active {
    background: white;
    }*/
        footer .footer-links .active a {
            color: #6fb55a !important;
        }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }


.text-lg1 {
    color: rgb(17, 17, 17);
    font-family: 'Arial', 'Helvetica', sans-serif;
    line-height: 1.4;
    font-size: 30px;
}

.text-lg2 {
    color: rgb(17, 17, 17);
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    letter-spacing: -0.1px;
    font-size: 30px;
}

.b-section {
    font-family: "Georgia", "Times New Roman", Times, serif;
}



/* Actual logo */
#fb-messenger-logo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    background: linear-gradient( 0deg, rgba(0, 120, 255, 1) 15%, rgba(0, 198, 255, 1) 90% );
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#triangle {
    transform: rotate(35deg) skewX(-30deg) scale(1, 0.866);
    bottom: 0;
    left: 8px;
}

    #triangle,
    #triangle:before,
    #triangle:after {
        position: absolute;
        z-index: -1;
        background-color: #0078ff;
        width: 10px;
        height: 10px;
        border-top-right-radius: 60%;
    }

        #triangle:before {
            content: "";
            transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
        }

        #triangle:after {
            content: "";
            transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
        }


     .testimonial {
        padding: 50px 0;
    }

         .testimonial .row .tabs {
            all: unset;
            margin-right: 50px;
            display: flex;
            flex-direction: column;
        }

             .testimonial .row .tabs li {
                all: unset;
                display: block;
                position: relative;
            }

                 .testimonial .row .tabs li.active::before {
                    position: absolute;
                    content: "";
                    width: 50px;
                    height: 50px;
                    background-color: #71b85f;
                    border-radius: 50%;
                }

                 .testimonial .row .tabs li.active::after {
                    position: absolute;
                    content: "";
                    width: 30px;
                    height: 30px;
                    background-color: #71b85f;
                    border-radius: 50%;
                }

                 .testimonial .row .tabs li:nth-child(1) {
                    align-self: flex-end;
                }

                     .testimonial .row .tabs li:nth-child(1)::before {
                        left: 64%;
                        bottom: -50px;
                    }

                     .testimonial .row .tabs li:nth-child(1)::after {
                        left: 97%;
                        bottom: -81px;
                    }

                     .testimonial .row .tabs li:nth-child(1) figure img {
                        margin-left: auto;
                    }

                 .testimonial .row .tabs li:nth-child(2) {
                    align-self: flex-start;
                }

                     .testimonial .row .tabs li:nth-child(2)::before {
                        right: -65px;
                        top: 50%;
                    }

                     .testimonial .row .tabs li:nth-child(2)::after {
                        bottom: 101px;
                        border-radius: 50%;
                        right: -120px;
                    }

                     .testimonial .row .tabs li:nth-child(2) figure img {
                        margin-right: auto;
                        max-width: 300px;
                        width: 100%;
                        margin-top: -50px;
                    }

                 .testimonial .row .tabs li:nth-child(3) {
                    align-self: flex-end;
                }

                     .testimonial .row .tabs li:nth-child(3)::before {
                        right: -10px;
                        top: -66%;
                    }

                     .testimonial .row .tabs li:nth-child(3)::after {
                        top: -130px;
                        border-radius: 50%;
                        right: -46px;
                    }

                     .testimonial .row .tabs li:nth-child(3) figure img {
                        margin-left: auto;
                        margin-top: -50px;
                    }

                     .testimonial .row .tabs li:nth-child(3):focus {
                        border: 10px solid red;
                    }

                 .testimonial .row .tabs li figure {
                    position: relative;
                }

                     .testimonial .row .tabs li figure img {
                        display: block;
                    }

                     .testimonial .row .tabs li figure::after {
                        content: "";
                        position: absolute;
                        top: 0;
                        z-index: -1;
                        width: 100%;
                        height: 100%;
                        border: 4px solid #dff9d9;
                        border-radius: 50%;
                        -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                        -webkit-transition: 0.3s;
                        -o-transition: 0.3s;
                        transition: 0.3s;
                    }

                     .testimonial .row .tabs li figure:hover::after {
                        -webkit-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                        transform: scale(1.1);
                    }

             .testimonial .row .tabs.carousel-indicators li.active figure::after {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

         .testimonial .row .carousel > h3 {
            font-size: 20px;
            line-height: 1.45;
            color: rgba(0, 0, 0, .5);
            font-weight: 600;
            margin-bottom: 0;
        }

         .testimonial .row .carousel h1 {
            font-size: 40px;
            line-height: 1.225;
            margin-top: 23px;
            font-weight: 700;
            margin-bottom: 0;
        }

         .testimonial .row .carousel .carousel-indicators {
            all: unset;
            padding-top: 43px;
            display: flex;
            list-style: none;
        }

             .testimonial .row .carousel .carousel-indicators li {
                background: #000;
                background-clip: padding-box;
                height: 3px;
                width: 20px;
                margin-right: 10px;
                cursor: pointer;
            }
                .testimonial .row .carousel .carousel-indicators li.active {
                    background: #6fb55a !important;
                }
                 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
                    margin-top: 42px;
                }

             .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
                font-size: 18px;
                line-height: 1.72222;
                font-weight: 500;
                color: rgba(0, 0, 0, .7);
            }

             .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
                color: #000;
                font-weight: 700;
                margin-top: 37px;
                font-size: 20px;
                line-height: 1.45;
                text-transform: uppercase;
            }

@media only screen and (max-width: 1200px) {
    body .testimonial .row .tabs {
        margin-right: 25px;
    }
}




.bg-lightblue {
    /*    background-color: #e2eaed;
*/ background-color: #f2f6f8;
    color: rgb(17, 17, 17);
    font-family: 'Georgia', 'Times New Roman', Times, serif;
}



.section-medium {
    padding: 55px 0px;
}

.testimonial-four blockquote:hover::after, .section-arrow-primary-color.section-arrow--bottom-center:after {
    border-right-color: #f2f6f8;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
    background-color: #f2f6f8;
    border-right-color: #f2f6f8;
    border-bottom-color: #f2f6f8;
}

.section-arrow--bottom-center:after {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #f2f6f8;
    border-bottom: 1px solid #f2f6f8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f2f6f8;
}


.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}

.section-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Poppins;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
    border-bottom-color: #f2f6f8;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
    background-color: #f2f6f8;
}

.special-heading.line span:before, .special-heading.line span:after, .footer.footer-minimal, .t-bordered {
    border-top-color: #f2f6f8;
}

.t-bordered {
    border-top: 1px solid #f2f6f8;
}

.section-primary {
    padding: 20px 0px;
}

section {
    position: relative;
}






.photo {
    position: relative;
    overflow: hidden;
}

.photo img {
    box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
}

    .photo:hover img {
        box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
    }


    .photo .glow {
        z-index: 10000;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.2);
        top: 0;
        filter: blur(5px);
        transform: rotate(45deg) translate(-450%, 0);
        transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .photo:hover .glow {
        transform: rotate(45deg) translate(450%, 0);
        transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }












.testimonial-two {
    padding: 20px;
    border: 2px solid #0cb4ce;
    border-radius: 2px;
}


    .testimonial-two blockquote p:before {
        font-family: 'Playfair Display';
        font-size: 54px;
        color: #0cb4ce;
        font-weight: 900;
        left: 10px;
        color: #FFF;
        content: "“";
        font-style: normal;
        line-height: 1;
        position: absolute;
        top: 5px;
        font-size: 45px;
    }

    .testimonial-two blockquote p:after {
        font-family: 'Playfair Display';
        font-size: 54px;
        color: #0cb4ce;
        content: "”";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
        bottom: -0.5em;
        right: 10px;
        font-weight: 900;
        transform: scaleY(-1);
        font-size: 45px;
        bottom: -5px;
    }


    .testimonial-two blockquote {
        padding: 15px 15px 15px 48px;
        position: relative;
    }

        .testimonial-two blockquote p:before,
        .testimonial-two blockquote p:after {
            color: #0cb4ce;
            font-weight: 900;
        }

        .testimonial-two blockquote p {
            font-size: inherit;
            font-weight: inherit;
        }

    .testimonial-two .testimonial-author p {
        color: #999;
        margin: 0 0 0 25px;
        text-align: left;
    }

    .testimonial-two .testimonial-author strong {
        display: block;
        padding-top: 10px;
        margin-bottom: -2px;
        font-weight: 500;
        font-size: 14px;
        color: #444;
    }

    .testimonial-two .testimonial-author span {
        color: #666;
        display: block;
        font-size: 12px;
    }

    .testimonial-two .testimonial-author .testimonial-author-thumbnail {
        float: left;
        margin-right: 15px;
        width: auto;
    }

    .testimonial-two .testimonial-author img {
        max-width: 55px;
    }

    .testimonial-two .testimonial-author {
        margin-left: 12px;
        margin-bottom: 15px;
    }


    .testimonial-two .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0px;
    }

    .testimonial-two .owl-theme .owl-dots {
        text-align: left;
        margin-left: 50px;
    }

    .testimonial-two .owl-carousel .owl-dots .owl-dot.active span,
    .testimonial-two .owl-carousel .owl-dots .owl-dot:hover span {
        border-color: #0cb4ce;
    }

        .testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before,
        .testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before {
            background-color: #0cb4ce;
        }




.testimonial-three .testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
}

.testimonial-three .testimonial-content {
    overflow: hidden;
}

.testimonial-three .testimonial-meta {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}


.testimonial-three .testimonial-name {
    display: block;
}


.testimonial-three .testimonial-three-col {
    padding-bottom: 35px;
}

.testimonial-three .testimonial-three-col {
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 25px;
}

    .testimonial-three .testimonial-three-col:hover {
        background-color: #f7f7f7;
    }

.alternate-color .testimonial-three .testimonial-three-col:hover {
    background-color: white;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-child(2n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-two .testimonial-three-col:last-child {
    border-bottom: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-child(3n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+3),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:last-child {
    border-bottom: none;
}







.testimonial-four .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 15px;
    width: auto;
}

.testimonial-four .testimonial-author img {
    max-width: 55px;
}

.testimonial-four .testimonial-author strong {
    display: block;
    padding-top: 10px;
    margin-bottom: -2px;
    font-weight: 500;
    font-size: 14px;
    color: #444;
}

.testimonial-four .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
}

.testimonial-four blockquote {
    padding: 30px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border: 2px solid #eaeaea;
}

    .testimonial-four blockquote::after {
        content: "";
        border-right: 2px solid #eaeaea;
        border-bottom: 2px solid #eaeaea;
        -webkit-transform: rotate(55deg);
        -moz-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        transform: rotate(55deg);
        position: absolute;
        left: 55px;
        bottom: -12px;
        width: 15px;
        height: 21px;
        overflow: hidden;
        background: white;
    }

.testimonial-four .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    float: right;
    text-align: right;
    right: 3px;
    bottom: 40px;
}

.testimonial-four .testimonial-author {
    position: relative;
    overflow: hidden;
}

.testimonial-four blockquote:hover::after {
    border-right: 2px solid #0cb4ce;
    border-bottom: 2px solid #0cb4ce;
}

.testimonial-four blockquote:hover {
    border: 2px solid #0cb4ce;
}





.testimonial-five blockquote p {
    font-weight: 400;
    font-size: 14.58px;
    line-height: 1.6;
    margin-bottom: 0;
}

.testimonial-five .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 15px;
    width: auto;
}

.testimonial-five .testimonial-author img {
    max-width: 55px;
}

.testimonial-five .testimonial-author strong {
    display: block;
    padding-top: 10px;
    margin-bottom: -2px;
    font-weight: 600;
    font-size: 13px;
}

.testimonial-five .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
}

.testimonial-five blockquote {
    padding: 32px 41px 37px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
    border: 0px solid #eaeaea;
    background-color: #f7f7f7;
}

    .testimonial-five blockquote::after {
        content: "";
        border-right: 0px solid #eaeaea;
        border-bottom: 0px solid #eaeaea;
        -webkit-transform: rotate(55deg);
        -moz-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        transform: rotate(55deg);
        position: absolute;
        left: 55px;
        bottom: -10px;
        width: 15px;
        height: 21px;
        overflow: hidden;
        background: #f7f7f7;
    }

.testimonial-five.testimonial-light blockquote {
    background-color: white;
}

    .testimonial-five.testimonial-light blockquote::after {
        background: white;
    }


.testimonial-five .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    float: right;
    text-align: right;
    right: 3px;
    bottom: 40px;
}

.testimonial-five .testimonial-author {
    position: relative;
    overflow: hidden;
}

.testimonial-five blockquote:before {
    content: "“";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 170px;
    color: rgba(189, 189, 189, 0.2);
    position: absolute;
    top: 10px;
    left: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

#div-review video {
    max-width: 400px;
    width: 100%
}
























.btn svg:hover path {
    fill-opacity: 0.3;
}
.div-item:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.btn-remove {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}





#gallary .row > div {
    padding: 0 4px !important;
}

#gallary img {
    margin-top: 8px;
    vertical-align: middle;
    border-radius: var(--bs-border-radius) !important;
}

/*.img-wrapper::after {
    font-size: 12px;
    content: 'Click Image To View Full Size';
    display: block;
}*/

#imgViewer::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
}

#imgViewer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}




.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}




.xmark li, .vmark li, .indexfinger li {
    position: relative
}


.xmark li::before {
    content: '✘'; /* Use an X mark */
    color: red; /* Customize the color of the X mark */
    font-size: 16px; /* Adjust the size of the X mark */
    position: absolute;
    left: -20px;
    top: 0;
}


.vmark li::before {
    content: '✔'; /* Use a checkmark or custom symbol */
    color: green;
    font-size: 16px;
    position: absolute;
    left: -20px;
    top: 0;
}

    .indexfinger li::before {
        content: '➣'; /* Use a checkmark or custom symbol */
        font-size: 16px;
        color: #212529;
        position: absolute;
        left: -30px;
        top: 0;
    }































/*Calender*/


.elegant-calencar {
/*    max-width: 700px;
*/    text-align: center;
    position: relative;
/*    margin: 0 auto;
*/    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
}

.wrap-header {
    position: relative;
    width: 45%;
    background: #39cb75;
}

@media (max-width: 767.98px) {
    .wrap-header {
        width: 100%;
        padding: 20px 0;
    }
}

#datepicker #header {
    width: 100%;
    position: relative;
}

#datepicker #header .pre-button, #datepicker #header .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

#datepicker #header .pre-button i, #datepicker #header .next-button i {
    color: #fff;
}

#datepicker .pre-button {
    left: 5px;
}

#datepicker .next-button {
    right: 5px;
}

#datepicker .head-day {
    font-size: 8em;
    line-height: 1;
    color: #fff;
}

#datepicker .head-month {
    font-size: 2em;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

#datepicker .calendar-wrap {
    width: 100%;
    background: #fff;
    padding: 40px 20px 20px 20px;
}

#datepicker #calendar {
    width: 100%;
}

#datepicker #calendar tr {
    height: 3em;
}

#datepicker thead tr {
    color: #000;
    font-weight: 700;
}

#datepicker tbody tr {
    color: #000;
}

#datepicker tbody td {
    width: 14%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    z-index: 0;
}

    #datepicker tbody td:after {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        width: 44px;
        height: 44px;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: -1;
    }


    #datepicker .selected::after, #datepicker #today::after, #datepicker tbody td:hover:after {
        color: #fff !important;
    }

.slot0::after, .slot1::after, .slot2::after, .slot3::after, .slot4::after, .slot5::after {
    padding-top: 24px;
    font-size: 8px;
    color: #000;
}
.slot0::after {
    content: '' !important;
}

.slot1::after {
    content: '●' !important;
}

.slot2::after {
    content: '●●' !important;
}

.slot3::after {
    content: '●●●' !important;
}

.slot4::after {
    content: '●●●●' !important;
}

.slot5::after {
    content: '●●●●●' !important;
}

#datepicker .disabled {
    color: rgba(33, 37, 41, 0.75) !important;
    cursor: auto !important;
}

@media (prefers-reduced-motion: reduce) {
    tbody td:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#datepicker tbody td:hover, .selected {
    color: #fff;
    border: none;
}

    #datepicker tbody td:hover:after, .selected:after {
        background: #2a3246;
    }
#datepicker tbody td.disabled:hover:after {
    background: none;
    color: rgba(33, 37, 41, 0.75) !important;
}
#datepicker tbody td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

#datepicker #today {
    color: #fff;
}

    #datepicker #today:after {
        background: #39cb75;
    }

#datepicker #disabled {
    cursor: default;
    background: #fff;
}

    #datepicker #disabled:hover {
        background: #fff;
        color: #c9c9c9;
    }

        #datepicker #disabled:hover:after {
            background: transparent;
        }

#timepicker .picked {
    background: black;
    color: white;
}

#timepicker .card {
cursor: pointer;
}













/*.progresses {
    position: relative;
    max-width: 70%;
    margin: auto;
}

    .progresses ul {
        list-style: none;*/
        /* border: 1px solid red; */
        /*padding: 0;
    }

        .progresses ul li {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #f0f0f0;
            z-index: 200;
            position: relative;
        }

            .progresses ul li.blue {
                color: #3268ff;
                background-color: #3268ff;
            }

            .progresses ul li::after {
                position: absolute;
                top: 35px;
                left: -15px;
                font-size: 0.8rem;
                width: 90px;
            }

#step-1::after {
    content: "Service(s)";
}

#step-2::after {
    content: "Staff"; 
    left: -5px;
}

#step-3::after {
    content: "Time";
}

#step-4::after {
    content: "Book";
}

.progresses .progress {
    height: 0.8rem;
    width: 100%;
    top: 33px;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 10px;
}*/













.offcanvas {
    max-width: 80%!important;
}











    @media (max-width: 767.98px) {
        .text-lg1 {
            font-size: 24px;
        }

        .text-lg2 {
            font-size: 24px;
        }
    }


    @media (max-width: 419.98px) {
        .toplogo {
            width: 37px;
            height: 39px;
        }
        .text-logo {
            font-size: 28px;
            letter-spacing: 3px;
        }

        .navtop button.navbar-toggler, .navbar button.navbar-toggler {
            padding: 3px !important;
        }
    }


@media (max-width: 360.98px) {

    .text-logo {
        letter-spacing: 2px;
    }
}


@media (max-width: 350.98px) {

    .text-logo {
        letter-spacing: 1px;
    }
}

@media (max-width: 340.98px) {
    .toplogo {
        display: none;
    }
}
