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

:root {
    --bs-primary: #b08d3c;
    --bs-secondary: #8a1538;
    --bs-dark: #070706;
    --bs-light: #f6efe2;
    --celvorianex-emerald: #043c2f;
    --celvorianex-burgundy: #65162c;
    --celvorianex-bronze: #8c6239;
    --celvorianex-ivory: #fff8ea;
}

body {
    background: var(--celvorianex-ivory);
    color: #2a2520;
}

h1, h2, h3, h4, h5, h6, .lJbwmHyTF {
    letter-spacing: .2px;
}

.hbimvdlIw {
    background-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover, .btn-outline-primary:hover {
    background-color: var(--celvorianex-emerald);
    border-color: var(--celvorianex-emerald);
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.zbbhRJXo h1 {
    color: var(--bs-primary);
    margin-bottom: 0;
    font-weight: 700;
}

.sticky-top.bg-white {
    background: rgba(7, 7, 6, .94) !important;
}

.sticky-top.bg-white .lJbwmHyTF .igLvIjSHSxf .Oo6EstyiHr,
.sticky-top.bg-white .zbbhRJXo h1 {
    color: var(--celvorianex-ivory);
}

.sticky-top.bg-white .lJbwmHyTF .igLvIjSHSxf .Oo6EstyiHr:hover,
.sticky-top.bg-white .lJbwmHyTF .igLvIjSHSxf .Oo6EstyiHr.active {
    color: var(--bs-primary);
}

.GslFf9X {
    background: linear-gradient(rgba(7, 7, 6, .76), rgba(4, 60, 47, .64)), url(../PNqO2hMF/rXYJB9mH.jpg) top center no-repeat;
    background-size: cover;
}

.GslFf9X h1, .GslFf9X h5 {
    color: var(--celvorianex-ivory);
}

.cIf6Aegy.hbimvdlIw, .ypmtoewd4kE {
    background-color: var(--celvorianex-emerald) !important;
}

.ypmtoewd4kE {
    background: linear-gradient(rgba(7, 7, 6, .05) 35%, rgba(7, 7, 6, .92));
}

.iVrUyb1m {
    background: #070706 !important;
}

.iVrUyb1m .btn.LuImTfBOsP {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 248, 234, .72);
    font-weight: normal;
    text-transform: none;
    transition: .3s;
}

.iVrUyb1m .btn.LuImTfBOsP:hover, .iVrUyb1m a:hover {
    color: var(--bs-primary);
}

.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    max-width: 980px;
    margin: 0 auto;
    background: #070706;
    color: var(--celvorianex-ivory);
    border: 1px solid var(--bs-primary);
    box-shadow: 0 10px 40px rgba(0,0,0,.35);
    padding: 22px;
}

.cookie-banner p {
    margin-bottom: 12px;
}

.cookie-banner .btn {
    margin-right: 8px;
}

.vPXNRON2:not(.W8xfpgKC) {
    color: #070706;
    background-color: #f1e2bf;
}

.qZoKz2d:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem rgba(176, 141, 60, .25);
}


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

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

/*** Button ***/
.btn {
    transition: .5s;
}

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

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

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

.d3HHb9,
.uzlSlfAT,
.fzLRKBlL2u {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


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

.lJbwmHyTF {
    padding: 15px 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}

.lJbwmHyTF .igLvIjSHSxf .Oo6EstyiHr {
    margin-left: 30px;
    padding: 0;
    outline: none;
    color: var(--bs-dark);
}

.lJbwmHyTF .igLvIjSHSxf .Oo6EstyiHr:hover,
.lJbwmHyTF .igLvIjSHSxf .Oo6EstyiHr.active {
    color: var(--bs-primary)
}

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

.lJbwmHyTF .ReuNid4HR .JhBDNF:hover,
.lJbwmHyTF .ReuNid4HR .JhBDNF.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .lJbwmHyTF .igLvIjSHSxf .Oo6EstyiHr  {
        margin-left: 0;
        padding: 10px 0;
    }
}

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

    .lJbwmHyTF .NEJ02ccu1f:hover .ReuNid4HR {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.GslFf9X {
    margin-top: -100px;
    padding-top: 150px;
    background: url(../PNqO2hMF/rXYJB9mH.jpg) top center no-repeat;
    background-size: cover;
}

.GslFf9X .SyaVtCN+.SyaVtCN::before {
    color: var(--light);
}

.header-carousel {
    position: relative;
    padding: 45px 90px 45px 0;
}

.header-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.header-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--bs-white);
    transition: .5s;
}

.header-carousel .owl-dot.active {
    height: 30px;
    background: var(--bs-white);
}


/*** About ***/
.hUXxXL {
    position: relative;
    overflow: hidden;
}

.hUXxXL::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}


/*** Project ***/
.eQMbASOKk img {
    transition: .5s;
}
  
.eQMbASOKk:hover img {
    transform: scale(1.2);
}
  
.ypmtoewd4kE {
    position: absolute;
    padding: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}


/*** Service ***/
.cIf6Aegy {
    position: relative;
    padding: 30px 25px;
    transition: .5s;
}

.cIf6Aegy.hbimvdlIw:hover {
    background: var(--bs-light) !important;
}

.cIf6Aegy.hbimvdlIw p {
    color: var(--bs-light);
    transition: .5s;
}

.cIf6Aegy.hbimvdlIw:hover p {
    color: var(--bs-secondary);
}

.cIf6Aegy.Y53WfsgYoIt:hover {
    background: var(--bs-primary) !important;
}

.cIf6Aegy.Y53WfsgYoIt p {
    color: var(--bs-secondary);
    transition: .5s;
}

.cIf6Aegy.Y53WfsgYoIt:hover p {
    color: var(--bs-light);
}


.cIf6Aegy .ppiw73 h3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px 7px 0;
}

.cIf6Aegy.hbimvdlIw .ppiw73 h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: .5s;
}

.cIf6Aegy.hbimvdlIw:hover .ppiw73 h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
}

.cIf6Aegy.Y53WfsgYoIt .ppiw73 h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
    transition: .5s;
}

.cIf6Aegy.Y53WfsgYoIt:hover .ppiw73 h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
}


/*** Our Team ***/
.qcggMjp img {
    transition: .5s;
}
  
.qcggMjp:hover img {
    transform: scale(1.2);
}
  
.qTYLu6G {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}

.qTYLu6G small {
    display: inline-block;
    padding: 3px 15px;
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.mc9NQfCjaBY {
    position: relative;
    padding: 45px 0 45px 90px;
}

.mc9NQfCjaBY::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.iP9dEBMW h5 {
    position: relative;
    padding-left: 45px;
}

.iP9dEBMW h5::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    position: absolute;
    height: 17px;
    bottom: 0;
    right: 0;
    left: auto;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: var(--bs-white);
    border: 2px solid var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-dots {
        left: 0;
        right: auto;
    }

    .testimonial-carousel .owl-dot {
        margin-right: 10px;
        margin-left: 0;
    }
}


/*** Newsletter ***/
.bW09S4c6M {
    background: url(../PNqO2hMF/rXYJB9mH.jpg) bottom right no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .bW09S4c6M .mOhxALcAnaH {
        max-width: 100% !important;
    }

    .bW09S4c6M .vz1ZLef  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .bW09S4c6M .vz1ZLef  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .bW09S4c6M .vz1ZLef  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.iVrUyb1m .btn.LuImTfBOsP {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    transition: .3s;
}

.iVrUyb1m .btn.LuImTfBOsP:hover {
    color: var(--bs-white);
    letter-spacing: 1px;
    box-shadow: none;
}

.iVrUyb1m .btn.LuImTfBOsP::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.iVrUyb1m .zDIGZmL {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.iVrUyb1m .zDIGZmL a {
    color: rgba(255,255,255,.5);
}

.iVrUyb1m .zDIGZmL a:hover {
    color: var(--bs-white);
}

.iVrUyb1m .lzFyQsFYb7g a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.iVrUyb1m .lzFyQsFYb7g a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}