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

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

.TxIUSp9y {
    font-weight: 600;
}

.K6P5ImQ2fPn {
    margin-top: 5rem;
}

.aFZ9DFzPMca {
    margin-bottom: 5rem;
}

.aPP3G7 {
    padding-top: 5rem;
}

.l5SLLq {
    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;
}

.rHwIf9KPhSg,
.CCjaOqCoXxm:hover {
    color: var(--bs-light);
}

.gXIyJ8MIg3W,
.KksAxgjLr:hover {
    color: var(--bs-dark);
}

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

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

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

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

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

.a2TKQK,
.xnwlXjW,
.yVqwD64z,
.AgyRjPoovBP,
.l09I1qW5R {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

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

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

.RfFSKQ5D .VPjG4B8Zz .nQRSsQ:hover,
.RfFSKQ5D .VPjG4B8Zz .nQRSsQ.active {
    color: var(--bs-primary);
}

.RfFSKQ5D .qOa9tOT::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) {
    .RfFSKQ5D .VPjG4B8Zz .nQRSsQ  {
        margin-right: 0;
        padding: 10px 0;
    }

    .RfFSKQ5D .VPjG4B8Zz {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

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

    .RfFSKQ5D .aOQG8z:hover .we9mHHg {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .ksas4N6xFs {
    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 .Zq1ebu {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

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

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

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

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

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

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

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

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

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

.l3NBo7F02a {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../R4No33cmpQ/n48HTF.jpg) center center no-repeat;
    background-size: cover;
}


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

.tOYzdbr::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 ***/
.fvYtbDf0 {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../R4No33cmpQ/n48HTF.jpg) left center no-repeat;
    background-size: cover;
}

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

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

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

.aMrf7AWMN:hover .w35kXqFLq9 {
    margin-left: 3rem;
}

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

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

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

.experience .progress {
    height: 5px;
}

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


/*** Service ***/
.siIk1pmEBj .cxL8d4XQu {
    position: relative;
    margin-top: 45px;
}

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

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

.siIk1pmEBj .QyGtMrdz:hover::before {
    height: 100%;
    top: 0;
}

.siIk1pmEBj .cxL8d4XQu img {
    margin-top: -45px;
    padding-left: 45px;
}

.siIk1pmEBj .cxL8d4XQu * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

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

.siIk1pmEBj .cxL8d4XQu:hover a {
    padding-left: 45px !important;
}


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


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

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

.mGzlzKthN1 .vYAGnUr:hover .ibkFbzPdG {
    width: 100%;
    left: 0;
}

.mGzlzKthN1 .vYAGnUr .ibkFbzPdG .btn {
    opacity: 0;
    transition: .5s;
}

.mGzlzKthN1 .vYAGnUr:hover .ibkFbzPdG .btn {
    opacity: 1;
}


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

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

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

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

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

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

.KG39TLN 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) {
    .M2vockh5p5p::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) {
    .M2vockh5p5p::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


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


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

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

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

.uwLkqtY2RhY {
    background: #222222;
}

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

.uwLkqtY2RhY a:hover {
    color: var(--bs-primary);
}
/* Halcyvora overrides */
:root {
    --bs-primary: #8c5ac4;
    --bs-primary-rgb: 196, 161, 90;
    --bs-secondary: #8c5ac4;
    --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: #5f5a51;
    --jarvi-blue: #173c5c;
    --jarvi-emerald: #063d34;
    --jarvi-ivory: #5ac493;
    --jarvi-bronze: #5ac493;
}

body { color: var(--bs-body-color); background: var(--jarvi-ivory); }
a { color: var(--bs-primary); }
a:hover { color: var(--jarvi-bronze); }
.jHZC5WZ92 { background-color: var(--bs-primary) !important; }
.ooPYwMWSO40 { background-color: var(--bs-secondary) !important; }
.byCuoto, .rDaJ32M { background-color: var(--bs-light) !important; }
.Z2RUBbB { background-color: var(--bs-dark) !important; }
.lXmvho { color: var(--bs-primary) !important; }
.AVjI2C { border-color: var(--bs-primary) !important; }

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

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

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

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

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

.l3NBo7F02a { background: linear-gradient(rgba(5, 5, 7, .72), rgba(5, 5, 7, .72)), url(../R4No33cmpQ/BHosF5B.jpg) center center no-repeat; background-size: cover; }
.l3NBo7F02a .rDaJ32M { background: rgba(247, 242, 232, .95) !important; }
.fvYtbDf0 { background: linear-gradient(to right, rgba(5, 5, 7, .08), rgba(5, 5, 7, .95) 50%), url(../R4No33cmpQ/UqoG9TVM2mD.jpg) left center no-repeat; background-size: cover; }
.Anp3o7J { background: linear-gradient(rgba(5, 5, 7, .74), rgba(5, 5, 7, .74)), url(../R4No33cmpQ/NYe7GaJXio.jpg) left center no-repeat; background-size: cover; }
.kOSf7c { background: linear-gradient(rgba(5, 5, 7, .76), rgba(5, 5, 7, .76)), url(../R4No33cmpQ/DNccZUzjs.jpg) left center no-repeat; background-size: cover; }

.siIk1pmEBj .QyGtMrdz, .mGzlzKthN1 .vYAGnUr, .aMrf7AWMN, .SvSPhc1KK { background: var(--bs-light); }
.siIk1pmEBj .QyGtMrdz::before, .mGzlzKthN1 .vYAGnUr .ibkFbzPdG { background: linear-gradient(135deg, var(--jarvi-emerald), var(--jarvi-blue)); }
.siIk1pmEBj .cxL8d4XQu:hover h5, .siIk1pmEBj .cxL8d4XQu:hover p { color: var(--bs-light); }

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

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

.dvr2CScFL { color: #d9c6a4; }
.dvr2CScFL .btn.pM4o8A { color: #d9c6a4; text-transform: none; }
.dvr2CScFL .btn.pM4o8A:hover { color: var(--bs-primary); }
.uwLkqtY2RhY { background: #08090b; }

.uukon50a {
    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);
}
.uukon50a.show { display: flex; }
.uukon50a a { color: var(--bs-primary); }
@media (max-width: 575.98px) {
    .uukon50a { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; }
}