
/*** 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 ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

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

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

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

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

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

.bcf4yYsbp,
.Fbxg2jFxjY,
.Wwmctt0c,
.OvG15RZ74P7,
.Ox0joGSZ2rg {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.yHP9qxtDR {
    color: var(--bs-white);
}

.btn.yHP9qxtDR:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.zzipfosp {
    color: var(--bs-white);
   
}

.btn.zzipfosp:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.g0qxunvbFu .MobgDBagm .teLMAe {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.g0qxunvbFu .MobgDBagm .teLMAe {
    padding: 20px 0;
    color: var(--bs-dark);
}

.g0qxunvbFu .MobgDBagm .teLMAe:hover,
.g0qxunvbFu .MobgDBagm .teLMAe.active {
    color: var(--bs-primary);
}

.g0qxunvbFu .wH8hYTz3y img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.g0qxunvbFu .wH8hYTz3y img {
    max-height: 45px;
}

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

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

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

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

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

    .g0qxunvbFu .W05hwmN {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .g0qxunvbFu .MobgDBagm .teLMAe,
    .sticky-top.g0qxunvbFu .MobgDBagm .teLMAe {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .g0qxunvbFu .wH8hYTz3y img {
        max-height: 45px;
    }
}

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

    .g0qxunvbFu {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.g0qxunvbFu {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

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

    .sticky-top.g0qxunvbFu .MobgDBagm .vXinF0H::before {
        bottom: 0;
    }

    .g0qxunvbFu .MobgDBagm .vXinF0H::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .g0qxunvbFu .MobgDBagm .vXinF0H:hover::after,
    .g0qxunvbFu .MobgDBagm .vXinF0H.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .g0qxunvbFu .MobgDBagm .vXinF0H:hover::before,
    .g0qxunvbFu .MobgDBagm .vXinF0H.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .g0qxunvbFu .MobgDBagm .teLMAe.xTgLOsD3n::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.K13vz1v {
    position: relative;
    overflow: hidden;
}

.yYvHjhjX {
    display: none;
}

.carousel .iiAQ7IXg,
.carousel .cmuOc6Ixz {
    width: 0;
}

.carousel .iiAQ7IXg .V7OVZJ,
.carousel .cmuOc6Ixz .h3AEpf {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .iiAQ7IXg .V7OVZJ {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .cmuOc6Ixz .h3AEpf {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .iiAQ7IXg .V7OVZJ:hover,
.carousel .cmuOc6Ixz .h3AEpf:hover {
    background: var(--bs-secondary);
}

.carousel .Ul6Bpowe .haEwDQ1 {
    position: relative;
}

.carousel .Ul6Bpowe .haEwDQ1 .YczGkFLWzxi  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.oLZyncLKQ {
    text-align: end;
    padding-right: 100px;
}

.oLZyncLKQ .ftoW2d2d61m {
    display: flex;
    justify-content: end;
}

.carousel .Ul6Bpowe .haEwDQ1 .G0u7W05U2Hh  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.akSBe4H0 {
    text-align: start;
    padding-left: 100px;
}

.akSBe4H0 .hyvIEVnXgP {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .Ul6Bpowe .haEwDQ1 {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .Ul6Bpowe .haEwDQ1 img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .Ul6Bpowe .haEwDQ1 .YczGkFLWzxi {
        max-width: 100% !important;
        justify-content: center;
    }

    .oLZyncLKQ {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .oLZyncLKQ .ftoW2d2d61m {
        justify-content: center;
    }


    .carousel .Ul6Bpowe .haEwDQ1 .G0u7W05U2Hh {
        max-width: 100% !important;
        justify-content: center;
    }

    .akSBe4H0 {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .akSBe4H0 .hyvIEVnXgP {
        justify-content: center;
    }



    .carousel .iiAQ7IXg .V7OVZJ,
    .carousel .cmuOc6Ixz .h3AEpf {
        display: none;
    }
}

.rAEKEA0 .PkZP9kxExp {
    height: 100px;
}

#searchModal .CL900GMru {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.Cf7qMZUC {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../aJoan1YM/cS29PFaITC.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.Cf7qMZUC .lYS5FdLj {
    position: relative;
}

.Cf7qMZUC .lYS5FdLj .QDPVafgaJ a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .Cf7qMZUC {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.Tbv0eIS6O81 .g0UGwsmgK {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

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

.Tbv0eIS6O81 .g0UGwsmgK .a6IhGjl {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.Tbv0eIS6O81 .g0UGwsmgK .a6IhGjl i {
    transition: 0.5s;
}

.Tbv0eIS6O81 .g0UGwsmgK:hover .a6IhGjl i {
    transform: rotate(360deg);
}

.Tbv0eIS6O81 .g0UGwsmgK a.btn {
    transition: 0.5s;
}

.Tbv0eIS6O81 .g0UGwsmgK:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.A8minDq0 .iQBGV7 {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.A8minDq0 .iQBGV7::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.A8minDq0 .iQBGV7::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.A8minDq0 .iQBGV7 .DUZSMr7 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.vueRPrj {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.vueRPrj::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.vueRPrj:hover::after {
    width: 100%;
    height: 100%;
}

.vueRPrj:hover .DSwIfU2wP2,
.vueRPrj:hover .cGabPY {
    position: relative;
    z-index: 2;
}

.vueRPrj .DSwIfU2wP2 a,
.vueRPrj .DSwIfU2wP2 p {
    transition: 0.5s;
}

.vueRPrj:hover .DSwIfU2wP2 a:hover {
    color: var(--bs-secondary);
}

.vueRPrj:hover .DSwIfU2wP2 p {
    color: var(--bs-white);
} 

.vueRPrj .cGabPY {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.vueRPrj .cGabPY i {
    transition: 0.5s;
}

.vueRPrj:hover .cGabPY {
    background: var(--bs-white);
}

.vueRPrj:hover .cGabPY i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)), url(../aJoan1YM/xQK3m5T.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .DStnGo6PLC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .DStnGo6PLC .aNyJ3XOiAX {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/


/*** Products Start ***/
.BiezZKce .AHJytcdXo {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.E25UmLLrxe .iL13t0 {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.E25UmLLrxe .iL13t0:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.E25UmLLrxe .iL13t0 .B9c6CTj {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.E25UmLLrxe .iL13t0 .B9c6CTj::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.E25UmLLrxe .iL13t0 .B9c6CTj img {
    transition: 0.5s;
}

.E25UmLLrxe .iL13t0:hover .B9c6CTj img {
    transform: scale(1.2);
}

.E25UmLLrxe .iL13t0:hover .B9c6CTj::after {
    background: rgba(0, 209, 249, 0.2);
}

.E25UmLLrxe .iL13t0 .fo1cHKUlAiG {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.E25UmLLrxe .iL13t0 .m8EpVP a {
    transition: 0.5s;
}

.E25UmLLrxe .iL13t0:hover .m8EpVP a:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.EK3ym3cw6F .TdCSEmh1B {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.EK3ym3cw6F .TdCSEmh1B .kHb0zj {
    transition: 0.5s;
}
.EK3ym3cw6F .TdCSEmh1B:hover .kHb0zj {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.EK3ym3cw6F .TdCSEmh1B .kHb0zj .cf9vR0dG {
    position: relative;
    z-index: 2;
}

.EK3ym3cw6F .TdCSEmh1B .kHb0zj .cf9vR0dG::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.EK3ym3cw6F .TdCSEmh1B:hover .kHb0zj .cf9vR0dG::after {
    height: 100%;
}

.EK3ym3cw6F .TdCSEmh1B .kHb0zj .cf9vR0dG .Xz4JhxOa {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.EK3ym3cw6F .TdCSEmh1B:hover .kHb0zj .cf9vR0dG .Xz4JhxOa {
    opacity: 0;
}

.EK3ym3cw6F .TdCSEmh1B .kHb0zj .cf9vR0dG .HBz7a9U8 {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.EK3ym3cw6F .TdCSEmh1B:hover .kHb0zj .cf9vR0dG .HBz7a9U8 { 
    left: -25px; 
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    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-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    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;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    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 span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .o3dnbv6XA.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Footer Start ***/
.ymoy1f {
    background: var(--bs-dark);
}

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

.ymoy1f .uYS5KY p {
    line-height: 35px;
}

.ymoy1f .uYS5KY a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.ymoy1f .uYS5KY .OtoZPVz0l a,
.ymoy1f .uYS5KY .OtoZPVz0l a i {
    transition: 0.5s;
}

.ymoy1f .uYS5KY .OtoZPVz0l a:hover {
    background: var(--bs-white);
}

.ymoy1f .uYS5KY .OtoZPVz0l a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.N9Tlu57d {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/



/* Eldrasium brand adaptation */
:root{--bs-primary:#C8A24A;--bs-secondary:#0F6B5E;--bs-light:#F7F0E2;--bs-dark:#071426;--satamayo-black:#050506;--satamayo-bronze:#8A5A2B;}
body{background:#c0aacf;}
.ksTmYj7VWI{color:#C8A24A!important}.BUv2LKOPALM{background-color:#C8A24A!important}.yHP9qxtDR{background-color:#C8A24A!important;border-color:#C8A24A!important;color:#071426!important}.zzipfosp{background-color:#0F6B5E!important;border-color:#0F6B5E!important}.ymoy1f,.N9Tlu57d{background:#050506}.Tbv0eIS6O81 .g0UGwsmgK{background:#F7F0E2;border:1px solid rgba(200,162,74,.25)}.Tbv0eIS6O81 .a6IhGjl{background:#071426}.Cf7qMZUC{background:linear-gradient(rgba(7,20,38,.78),rgba(5,5,6,.82)),url(../aJoan1YM/EHtNvmtwP.jpg);background-position:center;background-size:cover}.YczGkFLWzxi,.G0u7W05U2Hh{background:rgba(5,5,6,.58)}.DUZSMr7{background:#C8A24A;color:#071426}.tvYR7adoFc6{position:fixed;left:20px;right:20px;bottom:20px;z-index:100000;background:#071426;color:#F7F0E2;border:1px solid #C8A24A;border-radius:16px;padding:18px;display:none;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 10px 35px rgba(0,0,0,.35)}.tvYR7adoFc6 p{margin:0;color:#F7F0E2}@media(max-width:767px){.tvYR7adoFc6{flex-direction:column;align-items:flex-start}}
