
/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.fbywsf {
    font-weight: 600;
    transition: .5s;
}

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

.Jj3svy9iSes {
    width: 34px;
    height: 34px;
}

.DBYGTVby4SM {
    width: 44px;
    height: 44px;
}

.mT4gojQIul {
    width: 56px;
    height: 56px;
}

.K1b50Jpe {
    width: 66px;
    height: 66px;
}

.W7N9hldph,
.Jj3svy9iSes,
.DBYGTVby4SM,
.mT4gojQIul,
.K1b50Jpe {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.fbywsf.puBS2Y {
    color: var(--bs-white);
    border: none;
}

.fbywsf.puBS2Y:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.fbywsf.Dofe72 {
    color: var(--bs-primary);
    border: none;
}

.fbywsf.Dofe72:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Topbar Start ***/
.sYqRVYwS6 .DYWKpEa6J::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.sYqRVYwS6 .iCh7IcqY .bZPdKlICC a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.sYqRVYwS6 .iCh7IcqY .bZPdKlICC {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.hleXSE5Z48 .S0rajLsQ .FBILEdroNyu {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.hleXSE5Z48 .S0rajLsQ .FBILEdroNyu,
.sticky-top.hleXSE5Z48 .S0rajLsQ .FlhqNYd5Oq3 .FBILEdroNyu {
    padding: 20px 0;
    color: var(--bs-dark);
}

.hleXSE5Z48 .S0rajLsQ .FlhqNYd5Oq3 .FBILEdroNyu {
    color: var(--bs-white);
}

.hleXSE5Z48 .S0rajLsQ .FBILEdroNyu:hover,
.hleXSE5Z48 .S0rajLsQ .FBILEdroNyu.active,
.hleXSE5Z48 .S0rajLsQ .FlhqNYd5Oq3 .FBILEdroNyu:hover,
.hleXSE5Z48 .S0rajLsQ .FlhqNYd5Oq3 .FBILEdroNyu.active  {
    color: var(--bs-primary);
}

.hleXSE5Z48 .AyNyL9m img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.hleXSE5Z48 .AyNyL9m img {
    max-height: 45px;
}

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

.iCh7IcqY .bZPdKlICC a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .FlhqNYd5Oq3:hover .bZPdKlICC {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.hleXSE5Z48 {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.CfWBUz .RdWAqCUv {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .hleXSE5Z48 .PROKVFrvDz1 {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu,
    .sticky-top.hleXSE5Z48 .S0rajLsQ .FBILEdroNyu {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .hleXSE5Z48 .S0rajLsQ .FlhqNYd5Oq3 .FBILEdroNyu {
        color: var(--bs-dark);
    }

    .hleXSE5Z48 .AyNyL9m img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .FlhqNYd5Oq3 .bZPdKlICC {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .hleXSE5Z48 {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.hleXSE5Z48 {
        position: fixed;
        background: var(--bs-light);
    }

    .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu:hover::before,
    .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu:hover::after,
    .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu.active::after {
        width: 2px;
        height: 12px;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .VVkzXJ7La img {
    object-fit: cover;
}

.header-carousel .VVkzXJ7La,
.header-carousel .VVkzXJ7La img {
        height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .VVkzXJ7La .DYuOmzcx {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .VVkzXJ7La .DYuOmzcx {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .VVkzXJ7La img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.FeviuvPB2a {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../S4ayFrC/uRp95vWsH1O.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .FeviuvPB2a {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .FeviuvPB2a {
        padding: 60px 0 60px 0;
    }
}

.FeviuvPB2a .csT2zPg {
    position: relative;
}

.FeviuvPB2a .csT2zPg .TQkRRVf a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.xkFCVklZ .Dp6JgvVuEo {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.xkFCVklZ .Dp6JgvVuEo:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.xkFCVklZ .Dp6JgvVuEo .ZihTd5f2 {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.xkFCVklZ .Dp6JgvVuEo .ZihTd5f2 img {
    transition: 0.5s;
}

.xkFCVklZ .Dp6JgvVuEo:hover .ZihTd5f2 img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.t1ID15M4c .wxPYBdXmr {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.t1ID15M4c .wxPYBdXmr:hover {
    border: 1px solid var(--bs-primary);
}

.t1ID15M4c .wxPYBdXmr .jQRIrUxb {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.oCbEmQlymz .nav a.OkJxDX6lj {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.oCbEmQlymz .nav a.OkJxDX6lj.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.oCbEmQlymz .nav a.OkJxDX6lj h5 {
    transition: 0.5s;
}

.oCbEmQlymz .nav a.OkJxDX6lj.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .MCqKkgzvIl {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .MCqKkgzvIl a {
    transition: 0.5s;
}

.blog .MCqKkgzvIl:hover a:hover {
    color: var(--bs-primary);
}

.blog .MCqKkgzvIl .rYmdb4 {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .MCqKkgzvIl .rYmdb4 img {
    transition: 0.5s;
}

.blog .MCqKkgzvIl:hover .rYmdb4 img {
    transform: scale(1.2);
}

.blog .MCqKkgzvIl .rYmdb4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .MCqKkgzvIl:hover .rYmdb4::after {
    opacity: 1;
}

.blog .MCqKkgzvIl .rYmdb4 .gwgC0X {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .MCqKkgzvIl .rYmdb4 .gwgC0X a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .MCqKkgzvIl:hover .rYmdb4 .gwgC0X a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** FAQs Start ***/
.MPxBgNfbh .o54gqCS5a52 .X099q3Bb .zpYtCOm3Pw .NiuDbmp7 {
    color: var(--bs-secondary);
}

.MPxBgNfbh .o54gqCS5a52 .X099q3Bb .zpYtCOm3Pw .NiuDbmp7.BXy7FjT {
    color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.t3iqH6 .Dj3csHKexnZ {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.t3iqH6 .Dj3csHKexnZ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.t3iqH6 .Dj3csHKexnZ:hover::before {
    height: 0;
}

.t3iqH6 .Dj3csHKexnZ::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.t3iqH6 .Dj3csHKexnZ:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.t3iqH6 .Dj3csHKexnZ .lBUEhng9F {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.t3iqH6 .Dj3csHKexnZ:hover .lBUEhng9F {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.t3iqH6 .Dj3csHKexnZ .lBUEhng9F img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.t3iqH6 .Dj3csHKexnZ .DXeErBLI {
    padding: 25px 0 25px 0;
    text-align: center;
}

.t3iqH6 .Dj3csHKexnZ .DXeErBLI h4,
.t3iqH6 .Dj3csHKexnZ .DXeErBLI p {
    transition: 0.5s;
}

.t3iqH6 .Dj3csHKexnZ:hover .DXeErBLI h4,
.t3iqH6 .Dj3csHKexnZ:hover .DXeErBLI p {
    color: var(--bs-white);
}

.t3iqH6 .Dj3csHKexnZ .g9YbTfS {
    display: flex;
    justify-content: center;
}

.t3iqH6 .Dj3csHKexnZ .g9YbTfS a {
    transition: 0.5s;
}

.t3iqH6 .Dj3csHKexnZ:hover .g9YbTfS a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.t3iqH6 .Dj3csHKexnZ:hover .g9YbTfS a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .KpzkIyaYPkr {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .KpzkIyaYPkr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .KpzkIyaYPkr .BQ5oCZ {
    display: flex;
    justify-content: center;
}

.testimonial .KpzkIyaYPkr .BQ5oCZ img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .KpzkIyaYPkr .eH5Y6Yi {
    padding: 25px 0;
    text-align: center;
}

.testimonial .KpzkIyaYPkr .ZSfLN81Ig {
    display: flex;
    justify-content: space-between;
}

.testimonial .KpzkIyaYPkr  .WslOXf {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .KpzkIyaYPkr  .kJrr5w {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.tLBPam2 {
    background: var(--bs-secondary);
}

.tLBPam2 .q4YzbXpR5E {
    display: flex;
    flex-direction: column;
}

.tLBPam2 .q4YzbXpR5E a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.tLBPam2 .q4YzbXpR5E p {
    line-height: 35px;
}

.tLBPam2 .q4YzbXpR5E a:hover {
    color: var(--bs-primary);
}

.tLBPam2 .q4YzbXpR5E .hCIto36peg a,
.tLBPam2 .q4YzbXpR5E .hCIto36peg a i {
    transition: 0.5s;
}

.tLBPam2 .q4YzbXpR5E .hCIto36peg a:hover {
    background: var(--bs-white);
}

.tLBPam2 .q4YzbXpR5E .hCIto36peg a:hover i {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.msA8dtd {
    background: var(--bs-dark);
}
/*** copyright end ***/



/*** Lumipavil Jonki Brand Start ***/
:root {
    --bs-primary: #4ac9c3;
    --bs-secondary: #0b2b26;
    --bs-dark: #07080a;
    --bs-light: #f7f1df;
    --bs-body: #6d675f;
    --kk-blue: #143a5a;
    --kk-emerald: #0b2b26;
    --kk-ivory: #f7f1df;
    --kk-bronze: #8c6239;
}

body { color: var(--bs-body); background: #4ac9c3; }
h1, h2, h3, h4, h5, h6, .AyNyL9m h1 { color: var(--bs-dark); }
.sYqRVYwS6.FNj21gxGHE, .sticky-top.hleXSE5Z48 { background: var(--kk-ivory) !important; }
.AyNyL9m h1 { letter-spacing: 0; white-space: nowrap; }
.cPfYlSTUP3, .sqmgieG4 { color: var(--bs-primary) !important; }
.hleXSE5Z48 .AyNyL9m h1, .sticky-top.hleXSE5Z48 .AyNyL9m h1 { color: var(--bs-primary); }
.hleXSE5Z48 .S0rajLsQ .FBILEdroNyu, .hleXSE5Z48 .S0rajLsQ .FlhqNYd5Oq3 .FBILEdroNyu { letter-spacing: 0; }
.header-carousel .VVkzXJ7La .DYuOmzcx { background: linear-gradient(90deg, rgba(7, 8, 10, .92) 0%, rgba(11, 43, 38, .72) 48%, rgba(20, 58, 90, .58) 100%); }
.header-carousel .VVkzXJ7La, .header-carousel .VVkzXJ7La img { min-height: 680px; }
.FeviuvPB2a { background: linear-gradient(rgba(7, 8, 10, 0.78), rgba(11, 43, 38, 0.78)), url(../S4ayFrC/ti9lkwpi.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; }
.fbywsf.puBS2Y { background: var(--bs-primary); color: var(--bs-dark); }
.fbywsf.puBS2Y:hover { background: var(--kk-blue); color: var(--kk-ivory); }
.fbywsf.Dofe72 { color: var(--bs-dark); background: var(--kk-ivory); }
.tb9jRk2 { background: var(--bs-primary) !important; }
.FNj21gxGHE { background: var(--kk-ivory) !important; }
.q3aIPZmMMWM { background: linear-gradient(135deg, var(--kk-emerald), var(--kk-blue)); }
.q3aIPZmMMWM h1, .q3aIPZmMMWM h2, .q3aIPZmMMWM h3, .q3aIPZmMMWM h4, .q3aIPZmMMWM h5, .q3aIPZmMMWM h6, .q3aIPZmMMWM p, .q3aIPZmMMWM li { color: var(--kk-ivory); }
.fpkzWisgLlZ, .NAz4Hl5V { border-left: 4px solid var(--bs-primary); background: rgba(201, 163, 74, .14); }
.NAz4Hl5V.W6cpiS { background: rgba(247, 241, 223, .08); border-color: var(--bs-primary); }
.xkFCVklZ .Dp6JgvVuEo, .t1ID15M4c .wxPYBdXmr, .blog .MCqKkgzvIl, .testimonial .KpzkIyaYPkr::before, .sVSudx8Mm7b, .R9ZzkaMLuQ .FNj21gxGHE, .oCbEmQlymz .nav a.OkJxDX6lj { border-radius: 8px; }
.xkFCVklZ .Dp6JgvVuEo, .t1ID15M4c .wxPYBdXmr, .blog .MCqKkgzvIl { border: 1px solid rgba(12, 33, 38, .08); }
.xkFCVklZ .Dp6JgvVuEo .ZihTd5f2, .blog .MCqKkgzvIl .rYmdb4 { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.xkFCVklZ .Dp6JgvVuEo .ZihTd5f2 img, .blog .MCqKkgzvIl .rYmdb4 img, .oCbEmQlymz img, .TD6aF2 img { aspect-ratio: 4 / 3; object-fit: cover; }
.jQRIrUxb { min-width: 96px; }
.VJY5Ms h2 { margin-top: 2rem; margin-bottom: 1rem; }
.VJY5Ms p, .VJY5Ms li { font-size: 1rem; line-height: 1.8; }
.SwlKEIgkWA8 { height: 100%; }
.tLBPam2 { background: var(--kk-emerald); }
.tLBPam2 .q4YzbXpR5E a, .tLBPam2 .q4YzbXpR5E p, .tLBPam2 .q4YzbXpR5E li { color: rgba(247, 241, 223, .82); }
.tLBPam2 .q4YzbXpR5E a:hover { color: var(--bs-primary); }
.msA8dtd { background: #050506; }
.lArCP2eFaly { position: fixed; right: 24px; bottom: 24px; left: 24px; z-index: 99998; display: none; }
.lArCP2eFaly.show { display: block; }
.J4HBLSd { max-width: 1120px; margin: 0 auto; padding: 18px 20px; border-radius: 8px; background: var(--bs-dark); color: var(--kk-ivory); box-shadow: 0 20px 60px rgba(0, 0, 0, .3); border: 1px solid rgba(201, 163, 74, .32); }
.lArCP2eFaly p { margin: 0; color: rgba(247, 241, 223, .86); }
.lArCP2eFaly a { color: var(--bs-primary); }
@media (min-width: 992px) { .hleXSE5Z48 .S0rajLsQ .FBILEdroNyu { margin-right: 16px; font-size: 16px; } }
@media (max-width: 575.98px) { .AyNyL9m h1 { font-size: 1.55rem; } .j2CBqs6q { font-size: 2.1rem; } .header-carousel .VVkzXJ7La, .header-carousel .VVkzXJ7La img { min-height: 760px; } .lArCP2eFaly { right: 12px; bottom: 12px; left: 12px; } }
/*** Lumipavil Jonki Brand End ***/
