/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.xoJDQ41y {
    font-weight: 600;
}

.lTAIb1yz {
    margin-top: 5rem;
}

.ox96hoM59 {
    margin-bottom: 5rem;
}

.tjkfR8 {
    padding-top: 5rem;
}

.ffTkCLePgM5 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.GY7YTeM,
.I4i8tQ7A:hover {
    color: var(--bs-light);
}

.oaFDuP5oU,
.bLfhqE:hover {
    color: var(--bs-dark);
}

.zAwGdyTsB {
    width: 38px;
    height: 38px;
}

.E1ZT4kuW6 {
    width: 32px;
    height: 32px;
}

.QHujA3GDEcg {
    width: 48px;
    height: 48px;
}

.OPseGgZITZ {
    width: 60px;
    height: 60px;
}

.ya5yvL {
    width: 75px;
    height: 75px;
}

.zAwGdyTsB,
.E1ZT4kuW6,
.QHujA3GDEcg,
.OPseGgZITZ,
.ya5yvL {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.h6jSjJxF .RX79g7 .nIh9H7ibVo {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.h6jSjJxF .RX79g7 .nIh9H7ibVo:hover,
.h6jSjJxF .RX79g7 .nIh9H7ibVo.active {
    color: var(--bs-primary);
}

.h6jSjJxF .PYmCyfs9Q3::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .h6jSjJxF .RX79g7 .nIh9H7ibVo  {
        margin-right: 0;
        padding: 10px 0;
    }

    .h6jSjJxF .RX79g7 {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .h6jSjJxF .MFbossLyC3c .UmAMG7b7c {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .h6jSjJxF .MFbossLyC3c:hover .UmAMG7b7c {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .gpuY0M3Rxyp {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .QcTblZA5 {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .QcTblZA5 [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .QcTblZA5 [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .uJTKQFW8Jh {
        position: relative;
        min-height: 600px;
    }
    
    .carousel .uJTKQFW8Jh img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .QcTblZA5 [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .gpuY0M3Rxyp {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .uJTKQFW8Jh {
        min-height: 500px;
    }

    .carousel .QcTblZA5 [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .gpuY0M3Rxyp {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .uJTKQFW8Jh .FU4bVytQ {
        font-size: 7rem;
    }
}

.BYSUszeWhMh {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../uV7fTTz/BeZfl9y0.jpg) center center no-repeat;
    background-size: cover;
}


/*** About ***/
.ymbKze {
    position: relative;
    padding-left: 45px;
}

.ymbKze::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Features ***/
.VSJ0fvErgQ8 {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../uV7fTTz/BeZfl9y0.jpg) left center no-repeat;
    background-size: cover;
}

.zfeueX66 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.Mypz9fnrf {
    border-color: rgba(0, 0, 0, .03) !important;
}

.a3QR9RrkPJx {
    position: relative;
    transition: .5s;
}

.Mypz9fnrf:hover .a3QR9RrkPJx {
    margin-left: 3rem;
}

.Mypz9fnrf a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.Mypz9fnrf a:hover {
    color: var(--bs-primary) !important;
}

.Mypz9fnrf a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Service ***/
.KEVJtPZ0 .KxqipGl9e4P {
    position: relative;
    margin-top: 45px;
}

.KEVJtPZ0 .X1MQYH0 {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.KEVJtPZ0 .X1MQYH0::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.KEVJtPZ0 .X1MQYH0:hover::before {
    height: 100%;
    top: 0;
}

.KEVJtPZ0 .KxqipGl9e4P img {
    margin-top: -45px;
    padding-left: 45px;
}

.KEVJtPZ0 .KxqipGl9e4P * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.KEVJtPZ0 .KxqipGl9e4P:hover h5,
.KEVJtPZ0 .KxqipGl9e4P:hover p {
    color: var(--bs-white);
}

.KEVJtPZ0 .KxqipGl9e4P:hover a {
    padding-left: 45px !important;
}


/*** Appoinment ***/
.I8g53quP24K {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../uV7fTTz/IRVRzg.jpg) left center no-repeat;
    background-size: cover;
}


/*** Team ***/
.BeCkDXfwLWO .PuJkUTYDa8 {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.BeCkDXfwLWO .PuJkUTYDa8 .xIJpFbj {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.BeCkDXfwLWO .PuJkUTYDa8:hover .xIJpFbj {
    width: 100%;
    left: 0;
}

.BeCkDXfwLWO .PuJkUTYDa8 .xIJpFbj .btn {
    opacity: 0;
    transition: .5s;
}

.BeCkDXfwLWO .PuJkUTYDa8:hover .xIJpFbj .btn {
    opacity: 1;
}


/*** Testimonial ***/
.a1G9UlZe {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.a1G9UlZe div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.a1G9UlZe div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.a1G9UlZe div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.a1G9UlZe div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.a1G9UlZe div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.a1G9UlZe div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .MFgaga8fM6::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .MFgaga8fM6::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.G4Ie9s1zFl {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../uV7fTTz/U8Nh3HQ5wcv.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.ogIXws .btn.uoFM5kErg {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.ogIXws .btn.uoFM5kErg::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    margin-right: 10px;
}

.ogIXws .btn.uoFM5kErg:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.qcpAwb {
    background: #222222;
}

.qcpAwb a {
    color: var(--bs-white);
}

.qcpAwb a:hover {
    color: var(--bs-primary);
}
/* Emeraldlakevilla overrides */
:root {
    --bs-primary: #5a5cc4;
    --bs-primary-rgb: 196, 161, 90;
    --bs-secondary: #5a5cc4;
    --bs-secondary-rgb: 184, 135, 70;
    --bs-light: #f7f2e8;
    --bs-light-rgb: 247, 242, 232;
    --bs-dark: #050507;
    --bs-dark-rgb: 5, 5, 7;
    --bs-body-color: #5a5cc4;
    --jarvi-blue: #173c5c;
    --jarvi-emerald: #063d34;
    --jarvi-ivory: #fffaf0;
    --jarvi-bronze: #5a5cc4;
}

body { color: var(--bs-body-color); background: var(--jarvi-ivory); }
a { color: var(--bs-primary); }
a:hover { color: var(--jarvi-bronze); }
.GG4hgVgawcR { background-color: var(--bs-primary) !important; }
.ntUTfchMKx { background-color: var(--bs-secondary) !important; }
.Eg8iHbE5BV, .YPaCLbin { background-color: var(--bs-light) !important; }
.kMFkbxcOvgx { background-color: var(--bs-dark) !important; }
.VDFHII0Pa { color: var(--bs-primary) !important; }
.X5PFd5NBDN { border-color: var(--bs-primary) !important; }

.GY7YTeM, .I4i8tQ7A:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-dark);
}

.GY7YTeM:hover, .GY7YTeM:focus {
    background-color: var(--jarvi-bronze);
    border-color: var(--jarvi-bronze);
    color: var(--bs-light);
}

.VzNFiJP { color: var(--bs-dark); background: var(--bs-light); border-color: var(--bs-light); }
.F1CsbYz9Xmw { display: inline-block; color: var(--bs-primary); font-weight: 700; text-transform: uppercase; margin-bottom: 1rem; }

.h6jSjJxF .RX79g7 .nIh9H7ibVo { margin-right: 18px; color: var(--bs-dark); font-size: 14px; }
@media (min-width: 1400px) { .h6jSjJxF .RX79g7 .nIh9H7ibVo { margin-right: 24px; font-size: 15px; } }
.h6jSjJxF .RX79g7 .nIh9H7ibVo:hover, .h6jSjJxF .RX79g7 .nIh9H7ibVo.active { color: var(--bs-primary); }

.carousel .gpuY0M3Rxyp { background: rgba(5, 5, 7, .72); }
.carousel .uJTKQFW8Jh .FU4bVytQ { font-size: 4.8rem; line-height: 1.08; }
@media (max-width: 1199.98px) { .carousel .uJTKQFW8Jh .FU4bVytQ { font-size: 3.6rem; } }
@media (max-width: 767.98px) { .carousel .uJTKQFW8Jh .FU4bVytQ { font-size: 2.25rem; } }

.BYSUszeWhMh { background: linear-gradient(rgba(5, 5, 7, .72), rgba(5, 5, 7, .72)), url(../uV7fTTz/TU37OMZnb.jpg) center center no-repeat; background-size: cover; }
.BYSUszeWhMh .YPaCLbin { background: rgba(247, 242, 232, .95) !important; }
.VSJ0fvErgQ8 { background: linear-gradient(to right, rgba(5, 5, 7, .08), rgba(5, 5, 7, .95) 50%), url(../uV7fTTz/qlNhTbQH.jpg) left center no-repeat; background-size: cover; }
.I8g53quP24K { background: linear-gradient(rgba(5, 5, 7, .74), rgba(5, 5, 7, .74)), url(../uV7fTTz/hkl8dSN.jpg) left center no-repeat; background-size: cover; }
.G4Ie9s1zFl { background: linear-gradient(rgba(5, 5, 7, .76), rgba(5, 5, 7, .76)), url(../uV7fTTz/Lno7oDDUhdu.jpg) left center no-repeat; background-size: cover; }

.KEVJtPZ0 .X1MQYH0, .BeCkDXfwLWO .PuJkUTYDa8, .Mypz9fnrf, .logZSVd { background: var(--bs-light); }
.KEVJtPZ0 .X1MQYH0::before, .BeCkDXfwLWO .PuJkUTYDa8 .xIJpFbj { background: linear-gradient(135deg, var(--jarvi-emerald), var(--jarvi-blue)); }
.KEVJtPZ0 .KxqipGl9e4P:hover h5, .KEVJtPZ0 .KxqipGl9e4P:hover p { color: var(--bs-light); }

.SyBdcUIWxfb, .AqzBMA { border: 2px solid var(--bs-primary); background: rgba(196, 161, 90, .1); color: var(--bs-light); }
.AqzBMA { color: var(--bs-dark); }
.AqzBMA span { display: block; color: var(--bs-primary); font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: .75rem; }

.EmD29P2G { color: var(--bs-dark); background: var(--bs-light); font-weight: 700; text-transform: uppercase; }
.EmD29P2G:not(.onswLdB) { color: var(--bs-dark); background: rgba(196, 161, 90, .18); box-shadow: inset 0 -1px 0 rgba(5, 5, 7, .08); }
.EmD29P2G:focus { border-color: var(--bs-primary); box-shadow: 0 0 0 .25rem rgba(196, 161, 90, .25); }

.ogIXws { color: #d9c6a4; }
.ogIXws .btn.uoFM5kErg { color: #d9c6a4; text-transform: none; }
.ogIXws .btn.uoFM5kErg:hover { color: var(--bs-primary); }
.qcpAwb { background: #08090b; }

.uRXdrkFMJx {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: var(--bs-light);
    background: rgba(5, 5, 7, .96);
    border: 1px solid rgba(196, 161, 90, .65);
    box-shadow: 0 16px 45px rgba(0, 0, 0, .35);
}
.uRXdrkFMJx.show { display: flex; }
.uRXdrkFMJx a { color: var(--bs-primary); }
@media (max-width: 575.98px) {
    .uRXdrkFMJx { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; }
}