/* ------------------------------------------

01. Basic and Typography style
02. Helper style
03. Selection style
04. Preloader style
05. Owl-Theme custom style
06. Section style
07. Navbar style
08. Header style
09. Slider-fade style (Homepage Slider)
10. Slider style (Inner Page Slider)
11. Kenburns Slider style
12. Page Banner Header style
13. About style
14. Team style
15. Practice Areas style
16. Case Study style
17. Case Study Box style
18. Price style
19. Video Background style
20. Clients style
21. Gallery style
22. Testimonials style
23. Promo Video style
24. Accordion Box (for Faqs) style
25. Blog style
26. Blog Sidebar style
27. Post style
28. Contact style
29. 404 Page style
30. Buttons style
31. Footer style
32. toTop Button style
33. Overlay Effect Bg image style
34. Responsive style

------------------------------------------ */

/* ======= Basic and Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #817f7c;
    overflow-x: hidden !important;
}
p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #817f7c;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #14100c;
} 
h1 {
    font-size: 70px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #14100c;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #817f7c;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid rgba(145, 118, 90, 0.2);
    border-radius: 6px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
    outline: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
    outline: none;
}
input[type="password"]:active, 
input[type="email"]:active, 
input[type="text"]:active, 
input[type="file"]:active,
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="text"]:focus, 
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid #d39d27;
    background: transparent;
    outline: none;
}
select {
    padding: 10px;
    border-radius: 6px;
}
table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    background: #14100c;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}
.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid #d39d27;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #817f7c;
    font-size: 18px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #817f7c;
}
::-moz-placeholder {
    color: #817f7c;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #817f7c;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #d39d27;
    overflow: hidden;
    margin: 35px 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    border-radius: 6px;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 80px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.1;
    line-height: 1;
    color: #d39d27;
    font-style: normal;
}
blockquote p {
    margin-bottom: 0;
    font-size: 18px;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #fff;
}


/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: "Jost", sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
/* background & color */
.bg-darkbrown {
    background: #14100c;
}
.bg-lightbrown {
    background: #f7f6f4;
}
.bg-white {
    background: #fff;
}
/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star:after {
    transform: rotate(35deg);
}
/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star-rating:after {
    transform: rotate(35deg);
}
/* call-center */
.call-center {
    display: flex;
    align-items: center;
}
.call-center .icon {
    position: relative;
    top: 2px;
    background: #d39d27;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 21px;
}
.call-center .icon i {
    color: #fff;
}
.call-center .icon span {
    font-size: 45px;
    color: #d39d27;
    line-height: 50px;
}
.call-center .text {
    margin-left: 15px;
}
.call-center .text p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #d39d27;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.call-center .text p small {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
.call-center .text a {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
}
.call .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 500;
    color: #14100c;
    margin-bottom: 20px;
}

/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #14100c;
}
::-moz-selection {
    color: #fff;
    background: #14100c;
}
::selection {
    color: #fff;
    background: #14100c;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid #f5eee4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #d39d27;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme custom style ======= */
/* owl-dots */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #d39d27;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d39d27;
    border: 1px solid #d39d27;
}
.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* owl-prev owl-next */
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}
.owl-theme .owl-next {
    right: 10px !important
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #14100c;
    border: 1px solid #14100c;
    line-height: 0;
    text-align: center;
    font-size: 17px
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: #d39d27;
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid #d39d27;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #14100c;
    color: #14100c;
}
@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 60px 0 30px;
}
.section-padding h6 {
    color: #14100c;
}
.section-subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #14100c;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}
.section-subtitle.text-white {
    color: #fff;
}
.section-subtitle .icon {
    background-color: #d39d27;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.section-subtitle .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 500;
    color: #14100c;
    margin-bottom: 20px;
}
.section-title span {
    color: #d39d27!important;
    font-style: italic;
    font-weight: 700;
}
.section-title.white {
    color: #fff;
}
/* section-info */
.section-info {
    position: relative;
    display: contents;
}
.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #d39d27;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block!important;
    vertical-align: middle!important;
    letter-spacing: 1px;
}
.section-info .tag {
    margin-right: 10px;
    padding: 3px 20px;
    border-radius: 30px;
    background-color: #d39d27;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block!important;
    vertical-align: middle!important;
}
.section-info .desc {
    margin: 0;
    color: #14100c;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.section-info .text-decoration-line-bottom {
    border-bottom: 1px solid #d39d27;
    line-height: 1.5em;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    color: #14100c;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
    .section-info {
        display: block;
        }
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 120px;
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #14100c;
}
.navbar .navbar-nav .nav-link:hover {
    color: #d39d27;
}
.navbar .navbar-nav .active {
    color: #d39d27 !important;
}
.navbar .navbar-nav .active i {
    color: #d39d27;
}
.nav-scroll {
    background: #14100c;
    padding: 15px 0;
    position: fixed;
    top: -85px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
    border: none;
    margin-top: 0;
    border-bottom: 1px solid rgba(145, 118, 90, 0.1);
    height: 85px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #d39d27;
}
.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i{
    color: #d39d27 !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #14100c;
}
.nav-scroll .dropdown .nav-link i {
    color: #fff;
}
.nav-scroll .logo-img {
    width: 250px !important;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 9px;
    color: #d39d27;
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-left: 4px;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #14100c;
    margin-bottom: 0;
    text-transform: uppercase;
}
.logo-wrapper .logo h2 a i {
    color: #817f7c;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 11px;
    color: #d39d27;
    font-weight: 400;
    letter-spacing: 5px;
    display: block;
    margin-top: 0px;
    line-height: 1.25em;
    text-transform: uppercase;
    padding-left: 4px;
}
.logo-wrapper .logo h2 i {
    color: #d39d27;
    font-style: normal;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 250px!important;
    margin-bottom: 0px;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.dropdown .nav-link:hover i {
    color: #d39d27;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    font-weight: 700;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #d39d27;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
   border-bottom: 1px solid rgba(172, 131, 93, 0.05);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; 
}
.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* navbar-right button */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .navbar-right .button {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    background: transparent;
    border-radius: 30px;
    padding: 4px 24px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #d39d27;
}
.navbar .navbar-right .button:hover {
    transform: translate3d(0px, -3px, 0.01px);
    background: #d39d27;
    border: 1px solid #d39d27;
    color: #fff;
}
/* navbar-right phone */
.navbar .navbar-right .phonex {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.navbar .navbar-right:hover .phonex {
    color: #fff;
}
.navbar .navbar-right .phonex i {
    font-size: 15px;
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #d39d27;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}
.nav-scroll .navbar-right .phonex {
    color: #fff;
}
.nav-scroll .navbar-right:hover .phonex {}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 210px;
        padding: 15px 25px;
        border-radius: 6px;
        border: 0;
        background-color: #14100c;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 200px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0;
        height: 90px;
    }
    .nav-scroll {
        background: #14100c;
    }
    .logo-wrapper {
        float: left;
        padding: 21px;
    }
    .nav-scroll .logo-wrapper {
        padding: 20px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 250px!important;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 250px!important;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        /* max-width: 100%; */
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #fff;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #d39d27 !important;
    }   
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 18px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 18px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #14100c;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #14100c;
        text-align: left;
        padding: 20px;
    }
    .dropdown .nav-link i {
        color: #fff;
    } 
    .navbar .navbar-right {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header[data-overlay-dark] h6 .icon,
.header h6 .icon {
    background-color: #d39d27;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header h5 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.header h5 .icon {
    background-color: #d39d27;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}
.header h3 {
    position: relative;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header h3 span {
    color: #d39d27;
    font-style: italic;
    font-weight: 700;
}
.header h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header h2 span {
    color: #d39d27;
}
.header h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.header h1 span {
    font-style: italic;
    color: #d39d27;
}
.header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header p a {
    color: #d39d27;
}
.header .button-1 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .button-2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .button-3 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .button-4 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header h3 {
        font-size: 40px;
    }
    
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}
/* owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-theme .owl-prev {
    float: left;
}
.slider-fade .owl-theme .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid #d39d27;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #d39d27;
    color: #d39d27;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider and slider-fade */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #d39d27;
    border: 1px solid #d39d27;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #d39d27;
    border: 1px solid #d39d27;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #d39d27;
    color: #d39d27;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner[data-overlay-dark] h6,
.kenburns-inner h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.kenburns-inner[data-overlay-dark] h6 .icon,
.kenburns-inner h6 .icon {
    background-color: #d39d27;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.kenburns-inner h5 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.kenburns-inner h5 .icon {
    background-color: #d39d27;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.kenburns-inner h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}
.kenburns-inner h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.kenburns-inner h3 span {
    color: #d39d27;
    font-style: italic;
    font-weight: 700;
}
.kenburns-inner h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.kenburns-inner h2 span {
    color: #d39d27;
}
.kenburns-inner h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.kenburns-inner h1 span {
    font-style: italic;
    color: #d39d27;
}
.kenburns-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.kenburns-inner p a {
    color: #d39d27;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}
@media screen and (max-width: 767px) {
    .kenburns-inner h3 {
        font-size: 40px;
    }
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 65vh;
    background-position: center;
}
.banner-header.full-height {
    height: 100vh;
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}
.banner-header[data-overlay-dark] h6 .icon,
.banner-header h6 .icon {
    background-color: #d39d27;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-header h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
}
.banner-header h1 span {
    font-style: italic;
    color: #d39d27;
}
.banner-header h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
}
.banner-header h2 span {
    color: #d39d27;
}
.banner-header h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.banner-header h3 span {
    color: #d39d27;
    font-style: italic;
    font-weight: 700;
}
.banner-header h5 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}
.banner-header h5 .icon {
    background-color: #d39d27;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}
.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.banner-header p a {
    color: #d39d27;
}
/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 18px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
    .banner-header {}
    .banner-header h5 {}
    .banner-header h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .banner-header h1 span {
        font-size: 40px;
    }
    .banner-header h3 {
        font-size: 40px;
    }
    .banner-header h3 span {
        font-size: 40px;
    }
}


/* =======  About style  ======= */
.about {
    position: relative;
}
.about .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.about .item img {
    position: relative;
    border-radius: 6px;
}
.about img {
    border-radius: 6px;
    margin-bottom: 0;
}
.about img.img {
    margin-bottom: 0px;
}
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.image.about-signature {
    margin-right: 20px;
    width: 70px;
}
.about-name {
    font-size: 18px;
    color: #d39d27;
    font-family: "Jost", sans-serif;
}
.about-rol {
    color: #aba59f;
    font-size: 18px;
}
/* year box */
.about .year-box {
    position: absolute;
    padding: 15px 15px 25px 15px;
    width: 160px;
    border-radius: 6px;
    bottom: 30px;
    left: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    background: #fff;
    text-align: center;
    overflow: hidden!important;
    z-index: 1;
}
.about .year-box .number {
    position: relative;
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    display: block;
    letter-spacing: -1px;
}
.about .year-box .txt {
    font-family: 'Playfair Display', serif;
    color: #14100c;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 400;
    font-style: italic;
}
.about .year-box .number-bg {
    top: -60px;
    left: -5px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #d39d27;
    z-index: 0;
    position: absolute;
}
.about .year-box.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.about .year-box.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}


/* ======= Team style ======= */
.team {
    position: relative;
}
.team .item {
    position: relative;
    text-align: center;
}
.team .item:hover .img::after {
    opacity: 1;
}
.team .item:hover .img .social-icons {
    opacity: 1;
    bottom: 15px;
}
.team .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 5px;
}
.team .item .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 6px;
}
.team .item:hover .img {
    transform: scale(0.98);
}
.team .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1px 20px;
    border-radius: 50px;
    background-color: #d39d27;
    white-space: nowrap;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons a {
    font-size: 15px;
    margin: 15px 5px;
    line-height: 1;
    color: #fff;
}
.team .item .img .social-icons a:hover {
    color: #fff;
    opacity: 1;
}
.team .item .info {
    padding: 30px 15px;
}
.team .item .info h5 {
    font-size: 21px;
    color: #14100c;
    margin-bottom: 5px;
}
.team .item .info p {
    font-size: 18px;
    color: #817f7c;
    margin-bottom: 0px;
}


/* ======= Team Details style ======= */
.team-details {
    position: relative;
    margin-bottom: 45px;
}
.team-details h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #14100c;
    font-size: 30px;
}
.team-details img {
    border-radius: 6px 6px 0 0;
}
.team-details .wrap {
    flex-wrap: wrap;
    background: #f7f6f4;
    padding: 40px;
    border-radius: 0 0 6px 6px;
}
.team-details .wrap h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #14100c;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.team-details .wrap h5 {
    font-weight: 400;
    color: #d39d27;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}
.team-details .wrap .cont {
    width: 100%;
    background-color: #f7f6f4;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e5dbd2;
}
.team-details .wrap .cont .coll {
    width: auto;
    max-width: auto;
}
.team-details .wrap .cont .coll h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: #14100c;
}
.team-details .wrap .cont .coll p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #817f7c;
}
.team-details .wrap .social-icon {
    text-align: center;
    margin-bottom: 0px;
}
.team-details .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #d39d27;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.team-details .wrap .social-icon a:hover {
    background: #d39d27;
    color: #fff;
        -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.team-details .wrap .desc {
    padding: 43px 40px;
}
.team-details .wrap .desc .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 500;
    color: #14100c;
}
.team-details .wrap .desc .section-subtitle {
    color: #d39d27;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-details .wrap .desc p {
    margin-bottom: 0;
}
/* team detail tabs */
.team-details .simpl-bord.nav-tabs {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5dbd2;
}
.team-details .simpl-bord .nav-item {
    margin-right: 50px;
}
.team-details .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.team-details .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    cursor: pointer;
    color: #14100c;
    font-size: 21px;
}
.team-details .simpl-bord .nav-link.active {
    color: #d39d27;
}


/* ======= Practice Areas style ======= */
.practice-areas {
    position: relative;
}
.practice-areas .item {
    background: #f7f6f4;
    padding: 20px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.practice-areas .item:hover {
    background: #14100c;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.practice-areas .item h5 {
    font-size: 21px;
    color: #14100c;
    margin-bottom: 0;
}
.practice-areas .item:hover h5 {
    color: #fff;
}
.practice-areas .item p {
    font-size: 18px;
    color: #14100c;
    margin-bottom: 0;
    line-height: 20px;
    
}

.practice-areas .item:hover p {
    color: #fff;
}

.practice-areas .item span,
.practice-areas .item i {
    font-size: 70px;
    color: #d39d27;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.practice-areas .item:hover i,
.practice-areas .item:hover span {
    color: #d39d27;
}
.practice-areas .item p {
    margin: 0;
    color: #14100c;
}
.practice-areas .item .shape {
    position: absolute;
    opacity: 0.025;
    z-index: -1;
    bottom: -55px;
    left: 80px;
}
.practice-areas .item .shape i,
.practice-areas .item .shape span {
    font-size: 160px;
    color: #14100c;
}


/* ======= Case Study style ======= */
.case-study {
    position: relative;
    overflow: hidden;
}
.case-study .case-study-container {
    width: 140%;
    position: relative;
}
.case-study .item {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 6px;
}
.case-study .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.case-study .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    border-radius: 6px;
}

.case-study .item:hover .img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 5px;
}

.case-study .item .con {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.case-study .item .con .title {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
}
.case-study .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.case-study .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.case-study .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #d39d27;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.case-study .item .con .arrow a:hover {
    background-color: #fff;
    color: #14100c;
}
@media screen and (max-width: 991px) {
    .case-study .case-study-container {
        width: 100%;
    }
}

/* ======= Case Study Box style ======= */
.case-study-box {
    position: relative;
    padding: 30px 0;
}
.case-study-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.case-study-box .item .icon {
    color: #d39d27;
    margin-right: 30px;
}
.case-study-box .item .icon:before {
    font-size: 50px;
    line-height: 50px;
}
.case-study-box .item h5 {
    margin-bottom: 10px;
    font-size: 21px;
}
.case-study-box .item p {
    font-size: 18px;
}


/* ======= Price style  ======= */
.price {
    position: relative;
}
.price .bg-bgimg {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    align-items: flex-end;
}
.price .item {
    padding: 50px 40px;
    background: transparent;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.price .item.shadwo {
    background: #fff;
    -webkit-box-shadow: 0 0 45px rgba(0,0,0,.07);
    box-shadow: 0 0 45px rgba(0,0,0,.07);
    border-radius: 6px;
}
.price .item .type {
    position: relative;
    border-bottom: 1px solid #e5dbd2;
}
.price .item .type:after {
    content: '';
    width: 20px;
    height: 20px;
    border-right: 1px solid #e5dbd2;
    border-bottom: 1px solid #e5dbd2;
    background: #fff;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 10px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price .item .type h6 {
    position: relative;
    color: #14100c;
    font-size: 27px;
}
.price .item .value {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.price .item .value h4 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    margin-right: 15px;
    color: #14100c;
    margin-bottom: 0;
}
.price .item .value p {
    font-size: 16px;
    line-height: 16px;
    width: 120px;
    text-align: left;
    margin-bottom: 0;
}
.price .item .feat {
    margin: 45px 0 30px 0;
    text-align: left;
}
.price .item .feat ul {
    margin-bottom: 30px;
    padding: 0;
}
.price .item .feat li {
    color: #817f7c;
    margin-bottom: 10px;
}
.price .item .feat li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.price .item .feat li i.green {
    color: #d39d27;
}
.price .item .feat li i.red {
    color: red;
}
.price .item .button-1.w-100 {
    width: 100%;
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: absolute;
    height: 100vh;
    overflow: hidden;
}
.video-fullscreen-wrap [data-overlay-dark]:before,
.video-fullscreen-wrap [data-overlay-light]:before {
   height: 100vh;
}
.video-fullscreen-video {
    height: 100%;
}
.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .v-middle {
    z-index: 9;
}

/* ======= Clients style ======= */
.clients {
    position: relative;
}
.clients .owl-carousel {
    margin: 0px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}


/* ======= Gallery style ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #14100c;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #d39d27;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid #d39d27;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
    color: #d39d27;
}
.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 6px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 6px;
    isolation: isolate;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box:hover .gallery-img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}
.gallery-box .gallery-detail h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.gallery-box .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
}
.testimonials .item {
    padding: 40px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.testimonials .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.testimonials .item .review-title .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.testimonials .item .info p {
    margin-bottom: 20px;
    line-height: 1.75em;
    font-weight: 400;
    font-size: 18px;
}
.testimonials .item .review-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.testimonials .item .icons {
    color: #fd961e;
    font-size: 14px;
    line-height: 1em;
    display: inherit;
    margin-bottom: 0;
    letter-spacing: -2px;
}
.testimonials .item .review-title h6 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}
.testimonials .item .review-title p {
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .testimonials .item .info {
        margin: 0px 0 0 0 !important;
    }
}


/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #14100c;
}
.play-button.color .circle-fill circle {
    fill: #14100c;
}
/* video section */
.video-wrapper {
    background-position: center;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #d39d27;
    border: 2px solid #d39d27;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #d39d27;
    border-radius: 50%;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    color: #14100c;
}
.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.vid-area .vid-icon img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 6px;
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0;
}
.accordion-box .block {
    position: relative;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}
.accordion-box .block.active-block {
    background-color: #fff;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
    padding: 20px 30px;
    padding-left: 70px;
    color: #14100c;
    transition: all 500ms ease;
    border-radius: 6px;
    border: 1px solid #e9ded3;
}
.accordion-box .block .acc-btn.size-20 {
    font-size: 18px;
}
.accordion-box .block .acc-btn .count {
    color: #d39d27;
    padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    left: 18px;
    top: 18px;
    height: 30px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
    background: #d39d27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
}
.accordion-box .block .acc-btn.active {
    background-color: #d39d27;
    border: 1px solid #d39d27;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
    color: #14100c;
    background: #fff;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 30px;
    background-color: transparent;
    color: #817f7c;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Blog style ======= */
.blog .item {
  position: relative;
  border-radius: 6px;
  transition: all 0.4s ease;
  background: #fff;
  -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
  transition: all 350ms cubic-bezier(.37,0,.63,1);
}
.blog .item:hover {
 transform: translateY(-10px);
}
.blog .item .img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.blog .item .img .cat {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    font-size: 16px;
    background: #d39d27;
    color: #fff;
    font-weight: 400;
    opacity: 0;
}
.blog .item:hover .img .cat { 
    background: #d39d27;
    opacity: 1;
}
.blog .item .cont {
    padding: 30px 30px 40px 30px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 6px 6px;
}
.blog .item .cont h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #14100c;
}
.blog .item .cont h4 a {
    text-decoration: none;
    color: #14100c;
}
.blog .item .cont p {
    color: #817f7c;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
/* blog box author */
.blog .item * {
    transition: all 0.45s ease-out;
}
.blog .item .cont .author {
    position: absolute;
    display: contents;
}
.blog .item .cont .author > div {
    position: relative;
    height: 25px;
    overflow: hidden;
}
.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #14100c;
}
.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}
.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}
.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}
.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #d39d27;
}
.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #d39d27;
}
.blog .item .cont .author h5:hover a {
  color: #d39d27;
}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #14100c;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 16px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #d39d27;
    border: 1px solid #d39d27;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #d39d27;
    border: 1px solid #d39d27;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .blog .item {
      margin-bottom: 30px;
    }
    .blog .item .cont {
        padding: 40px 20px;
    }
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Blog Sidebar style ======= */
.blog-sidebar .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    border: none;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.blog-sidebar .widget ul li a {
    color: #14100c;
}
.blog-sidebar .widget ul li a.active {
    color: #d39d27;
}
.blog-sidebar .widget ul li a:hover {
    color: #d39d27;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 12px;
    margin-right: 12px;
    color: #d39d27;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 140px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 160px;
}
.blog-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5dbd2;
    font-size: 24px;
    margin-bottom: 20px;
    color: #14100c;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 17px 20px;
    border: 0;
    background: #f7f6f4;
    margin-bottom: 0;
    border: none;
    color: #817f7c;
    border-radius: 30px;
}
.blog-sidebar .search form input::placeholder {
    color: #817f7c;
}
.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #d39d27;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}
.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #fff;
}
.blog-sidebar .search:hover form button {
    background-color: #14100c;
    color: #fff;
    outline: none;
}
.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: #d39d27;
    color: #fff;
    float: left;
    border-radius: 5px;
}
.blog-sidebar ul.tags li a {
    font-size: 16px;
    color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #141414;
    color: #fff;
}


/* ======= Post style ======= */
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 21px;
    color: #14100c;
    margin-bottom: 20px;
}
.post-comment-section h3 span {
    font-size: 15px;
    color: #d39d27;
    margin-left: 15px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}
.post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}


/* ======= Page style ======= */
.page {
    position: relative;
}

.page h4 {
    font-size: 30px;
    color: #14100c;
}
/* list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-list li + li {
    margin-top: 5px;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-icon span {
    font-size: 18px;
    color: #d39d27;
}
.page-list-text {
    margin-left: 10px;
}
.page-list-text p {
    font-size: 18px;
    margin: 0;
    color: #14100c;
}

/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-form {
    width: 100%;
    display: block;
    padding: 35px 45px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background: #14100c;
}
.contact-form h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}
.contact-form h3 span {
    color: #d39d27;
    font-weight: 700;
    font-style: italic;
}
/* info box */
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.info-box .item .icon {
    color: #d39d27;
    margin-right: 15px;
    background: #f7f6f4;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 17px;
    border-radius: 100%;
}
.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 300;
}
.info-box .item h5 {
    color: #14100c;
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}
.info-box .item h6 {
    color: #d39d27;
    margin-bottom: 0px;
    font-size: 22px;
}
.info-box .item p {
    font-size: 18px;
    margin-bottom: 0;
}


/* ======= 404 Page style ======= */
.notfound {
    height: 100vh;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .6);
    background-image: url("../img/slider/3.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
@media (max-width: 767px) {
    .404 {
        min-height: 100vh;
    }
}
.notfound .item {
    background: transparent;
    border: 1px solid rgba(145, 118, 90, 0.5);
    padding: 30px 15px;
}
.notfound h6 {
    color: #fff;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}
.notfound h3 {
    font-size: 45px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.notfound h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}
.notfound h2 span {
    color: #d39d27;
}
.notfound h1 {
    font-size: 180px;
    line-height: 180px;
    position: relative;
    color: #d39d27;
    margin-bottom: 30px;
}
.notfound p {
    color: #fff;
    font-size: 18px;
}
/* notfound form */
.notfound form {
    margin-top: 30px;
    position: relative;
}
.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 1px solid rgba(145, 118, 90, 0.7);
    border-radius: 30px;
    color: #fff;
    margin-bottom: 20px;
    outline: none;
}
.notfound form input:active,
.notfound form input:focus {
    border: 1px solid #d39d27;
}
.notfound form input::placeholder {
    color: #fff;
}
.notfound form button {
    background-color: #d39d27;
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    height: 49px;
    width: 49px;
    line-height: 49px;
    text-align: center;
}
.notfound form button:hover {
    background-color: #fff;
    color: #14100c;
    outline: none;
}


/* ======= Buttons style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid #d39d27;
    border-radius: 0px;
    background-color: #d39d27;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-1:hover {
  border: 1px solid #14100c;
  background-color: #14100c;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid #14100c;
    border-radius: 0px;
    background-color: #14100c;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-2:hover {
  border-color: #d39d27;
  background-color: #d39d27;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
/* button 3 */
.button-3 {
  display: inline-block;
  height: auto;
  padding: 17px 34px;
  border: 1px solid #d39d27;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border-radius: 30px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
.button-3:hover {
  border: 1px solid #d39d27;
  background-color: #d39d27;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid #14100c;
    border-radius: 0px;
    background-color: #14100c;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-4:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #14100c;
  transform: translate3d(0px, -6px, 0.01px);
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: #14100c;
}
/* footer top */
.footer .top {
    padding: 100px 0 20px 0;
}
.footer .top .item .logo {
    width: 150px;
    margin-bottom: 20px;
}
.footer .top .item h3 {
    color: #fff;
    font-size: 24px;
}
.footer .top .item p,
.footer .top .item p a {
    color: #aba59f;
}
.footer .top .item .phone {
    font-size: 18px;
    color: #aba59f;
    position: relative;
    font-weight: 400;
}
.footer .top .item .mail {
    font-size: 18px;
    font-weight: 400;
    line-height: 3em;
    color: #aba59f;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d39d27;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* newsletter */
.footer .top .item .newsletter {
    position: relative;
}
.footer .top .item .newsletter ul{padding: 0; margin: 0;}
.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #aba59f;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(145, 118, 90, 0.2);
    border-radius: 30px;
}
.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #d39d27;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 50px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.footer .top .item .newsletter input::placeholder {
    color: #aba59f;
}
.footer .top .item .newsletter:hover button {
    background: #d39d27;
    outline: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #fff;
}
.footer .top .item .newsletter button[type="submit"] i {
    color: #fff;
}
.footer .top .item .newsletter:hover button[type="submit"] i {
    color: #fff;
}
/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    border: #d39d27;
    background: #d39d27;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: #d39d27;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
/* footer bottom */
.footer .bottom {
    position: relative;
    display: block;
    padding: 30px 0;
    border: none;
    border-top: 1px solid rgba(145, 118, 90, 0.2);
}
.footer .bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin: 10px;
}
.footer .bottom p a {
    background: linear-gradient(to bottom, #d39d27 0%, #d39d27 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.75em;
}
.footer .bottom p a:hover {
    color: #d39d27;
}
/* links */
.footer .bottom .links {}
.footer .bottom .links ul {
    margin: 0;
    padding: 0;
}
.footer .bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
}
.footer .bottom .links ul li a {
    color: #fff;
    position: relative;
}
.footer .bottom .links ul li:hover,
.footer .bottom .links ul li:hover a {
    color: #d39d27;
}
@media screen and (max-width: 991px) {
    .footer .bottom .links ul li {
        margin: 5px 10px;
    }
    .footer .bottom .links,
    .footer .bottom p {
        text-align: left !important;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
    box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
}
.progress-wrap::after {
    color: #d39d27;
}
.progress-wrap svg.progress-circle path {
    stroke: #d39d27;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #817f7c;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-light] p {
    color: #817f7c;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1220px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .call .section-title {
        font-size: 27px;
        line-height: 1.5em;
    }
    .call .section-title.mb-0 {
        margin-bottom: 30px!important;
    }
    .about img.img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 27px;
        letter-spacing: 0;
    }
    .section-title {
        font-size: 40px;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .post-comment-section h3 span {
        margin-left: 5px;
    }
    .clients {
        padding-bottom: 20px;
    }
    .video-fullscreen-wrap .caption.text-left,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }
    .video-fullscreen-wrap h3 {
        font-size: 40px;
    }
    .info-box .item h5 {
        font-size: 18px;
    }
    .practice-areas .item h5 {
    font-size: 20px;
    }
}
/* ======= Advisor carousel enhancement ======= */
.team {
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
}
.team .section-subtitle {
    justify-content: center;
    color: #9b6a12;
    letter-spacing: 1.5px;
}
.team .section-title {
    margin-bottom: 14px;
}
.team .section-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #b77b13, #e4bc66);
}
.team .owl-stage {
    display: flex;
    padding: 18px 0 30px;
}
.team .owl-item {
    display: flex;
}
.team .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(211, 157, 39, 0.18);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(42, 31, 18, 0.09);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.team .item:hover {
    transform: translateY(-8px);
    border-color: rgba(211, 157, 39, 0.5);
    box-shadow: 0 20px 45px rgba(42, 31, 18, 0.16);
}
.team .item .img,
.team .item:hover .img {
    aspect-ratio: 4 / 3;
    border-radius: 0;
    transform: none;
    background: #eee9e1;
}
.team .item .img::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(20, 16, 12, .22));
    pointer-events: none;
}
.team .item .img img {
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 0;
}
.team .item .info {
    position: relative;
    min-height: 154px;
    padding: 25px 18px 24px;
    border-top: 3px solid #d39d27;
}
.team .item .info h5 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.25;
}
.team .item .info h5 a {
    color: #14100c;
}
.team .item .info p {
    font-size: 15px;
    line-height: 1.55;
    color: #6f6a64;
}
.team .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
}
.team .owl-carousel .owl-nav button.owl-prev,
.team .owl-carousel .owl-nav button.owl-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border: 1px solid #d39d27;
    border-radius: 50%;
    color: #9b6a12;
    background: #fff;
    box-shadow: 0 6px 18px rgba(42, 31, 18, .08);
    transition: all .25s ease;
}
.team .owl-carousel .owl-nav button:hover {
    color: #fff;
    background: #d39d27;
}
.team .owl-dots {
    margin-top: 10px;
}
.team .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #d8cbb8;
}
.team .owl-theme .owl-dots .owl-dot.active span {
    width: 24px;
    border-radius: 8px;
    background: #d39d27;
}
@media screen and (max-width: 767px) {
    .team .section-title {
        font-size: 34px;
    }
    .team .item .info {
        min-height: 135px;
    }
    .team .owl-nav {
        display: none;
    }
}
/* ======= Dark practice areas showcase ======= */
.practice-areas.practice-dark {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 8%, rgba(211, 157, 39, .14), transparent 30%),
        radial-gradient(circle at 92% 92%, rgba(211, 157, 39, .08), transparent 26%),
        linear-gradient(135deg, #2b1708 0%, #4a2509 52%, #321a09 100%);
}
.practice-areas.practice-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px;
}
.practice-dark .container {
    position: relative;
    z-index: 1;
}
.practice-dark-header {
    max-width: 1120px;
    margin-bottom: 42px;
}
.practice-dark .section-subtitle {
    color: #efbd6f;
}
.practice-dark .section-subtitle .icon {
    color: #fff;
    background: #d39d27;
}
.practice-dark .section-title {
    max-width: 1050px;
    margin-bottom: 20px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
}
.practice-dark .section-title span {
    color: #efad57;
}
.practice-dark-header > p {
    max-width: 1200px;
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 18px;
    line-height: 1.7;
}
.practice-dark-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.practice-dark-card {
    position: relative;
    min-height: 255px;
    padding: 34px 26px 30px;
    overflow: hidden;
    border: 1px solid rgba(239, 173, 87, .72);
    border-radius: 16px;
    background: rgba(31, 15, 4, .24);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    transition: transform .3s ease, background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.practice-dark-card::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -32px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(211, 157, 39, .08);
    transition: transform .35s ease;
}
.practice-dark-card:hover {
    transform: translateY(-7px);
    border-color: #f5bf73;
    background: rgba(99, 48, 12, .45);
    box-shadow: 0 20px 42px rgba(15, 7, 2, .28);
}
.practice-dark-card:hover::after {
    transform: scale(1.7);
}
.practice-number {
    display: block;
    margin-bottom: 24px;
    color: #e8a84e;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}
.practice-dark-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    color: #ffc27e;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 1.25;
    text-decoration: underline;
    text-decoration-color: rgba(255, 194, 126, .55);
    text-underline-offset: 6px;
}
.practice-dark-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 16px;
    line-height: 1.6;
}
.practice-dark-action {
    margin-top: 42px;
    text-align: center;
}
.practice-dark-action .button-1 {
    min-width: 180px;
    padding: 15px 30px;
    border: 1px solid #efad57;
    border-radius: 50px;
    color: #241205;
    background: #ffc27e;
    box-shadow: 0 12px 28px rgba(15, 7, 2, .22);
}
.practice-dark-action .button-1:hover {
    color: #fff;
    background: transparent;
}
@media screen and (max-width: 1199px) {
    .practice-dark-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .practice-dark-card {
        min-height: 230px;
    }
}
@media screen and (max-width: 767px) {
    .practice-dark-header {
        margin-bottom: 30px;
    }
    .practice-dark .section-title {
        font-size: 36px;
    }
    .practice-dark-header > p {
        font-size: 16px;
    }
    .practice-dark-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .practice-dark-card {
        min-height: 0;
        padding: 27px 23px;
    }
    .practice-number {
        margin-bottom: 15px;
    }
    .practice-dark-card h3 {
        font-size: 22px;
    }
}
/* ======= Leadership showcase ======= */
.leadership-showcase {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(211,157,39,.12), transparent 32%), linear-gradient(135deg,#100d0a 0%,#18120d 55%,#0f0c09 100%);
}
.leadership-showcase::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -120px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(211,157,39,.14);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(211,157,39,.025), 0 0 0 110px rgba(211,157,39,.02);
}
.leadership-row { position: relative; z-index: 1; }
.leadership-portrait {
    position: relative;
    max-width: 570px;
    padding: 14px;
    border: 1px solid rgba(226,175,72,.45);
    border-radius: 18px;
    background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.015));
    box-shadow: 0 28px 65px rgba(0,0,0,.38);
}
.leadership-portrait::before,
.leadership-portrait::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 72px;
    height: 72px;
    pointer-events: none;
}
.leadership-portrait::before { top: -7px; left: -7px; border-top: 3px solid #d39d27; border-left: 3px solid #d39d27; border-radius: 16px 0 0; }
.leadership-portrait::after { right: -7px; bottom: -7px; border-right: 3px solid #d39d27; border-bottom: 3px solid #d39d27; border-radius: 0 0 16px; }
.leadership-portrait img {
    display: block;
    width: 100%;
    height: 620px;
    margin: 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: center top;
    opacity: 1;
    filter: brightness(1.08) contrast(1.02);
}
.leadership-experience {
    position: absolute;
    right: -34px;
    bottom: 38px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 12px;
    color: #fff;
    background: rgba(211,157,39,.94);
    box-shadow: 0 15px 35px rgba(0,0,0,.28);
    backdrop-filter: blur(8px);
}
.leadership-experience strong { font-family:'Playfair Display',serif; font-size: 40px; line-height: 1; }
.leadership-experience span { font-size: 13px; line-height: 1.35; text-transform: uppercase; letter-spacing: .8px; }
.leadership-content { padding: 25px 0; }
.leadership-content .section-subtitle { color: #e4bd70; }
.leadership-content .section-title { margin-bottom: 24px; font-size: clamp(42px,4vw,60px); line-height: 1.08; }
.leadership-content .section-title span { color: #d9a126; }
.leadership-intro { color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.75; }
.leadership-content blockquote {
    position: relative;
    margin: 28px 0;
    padding: 20px 22px 20px 27px;
    border-left: 3px solid #d39d27;
    border-radius: 0 8px 8px 0;
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.045);
    font-family:'Playfair Display',serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
}
.leadership-profile { display:flex; align-items:center; gap:16px; margin: 0 0 28px; }
.leadership-monogram { display:flex; align-items:center; justify-content:center; flex:0 0 58px; width:58px; height:58px; border:1px solid #d39d27; border-radius:50%; color:#e6b44e; background:rgba(211,157,39,.08); font-family:'Playfair Display',serif; font-size:20px; }
.leadership-profile h3 { margin:0 0 4px; color:#fff; font-size:22px; }
.leadership-profile p { margin:0 0 3px; color:#c8c1ba; font-size:15px; line-height:1.4; }
.leadership-profile span { color:#d9a126; font-size:13px; letter-spacing:.6px; text-transform:uppercase; }
.leadership-link { display:inline-flex; align-items:center; gap:12px; padding-bottom:7px; border-bottom:1px solid #d39d27; color:#fff; font-size:15px; font-weight:500; letter-spacing:.4px; text-transform:uppercase; }
.leadership-link:hover { color:#d9a126; }
.leadership-link i { transition:transform .25s ease; }
.leadership-link:hover i { transform:translateX(5px); }
@media screen and (max-width: 991px) {
    .leadership-portrait { max-width:100%; margin-bottom:50px; }
    .leadership-portrait img { height:560px; }
    .leadership-experience { right:20px; bottom:30px; }
    .leadership-content { padding:0; }
}
@media screen and (max-width: 575px) {
    .leadership-portrait { padding:8px; }
    .leadership-portrait img { height:430px; }
    .leadership-experience { right:15px; bottom:18px; padding:13px 16px; }
    .leadership-experience strong { font-size:30px; }
    .leadership-content .section-title { font-size:38px; }
    .leadership-intro { font-size:16px; }
    .leadership-profile { align-items:flex-start; }
}
/* ======= Attorney profile links and detail page ======= */
.team .item .img a { display:block; width:100%; height:100%; }
.team .item .img a::after { content:"View Profile"; position:absolute; left:50%; bottom:18px; z-index:3; padding:8px 15px; border-radius:30px; color:#fff; background:rgba(20,16,12,.78); font-size:12px; letter-spacing:.8px; text-transform:uppercase; opacity:0; transform:translate(-50%,12px); transition:all .3s ease; backdrop-filter:blur(6px); }
.team .item:hover .img a::after { opacity:1; transform:translate(-50%,0); }
.team-profile-link { display:inline-flex; align-items:center; gap:7px; margin-top:15px; padding-bottom:4px; border-bottom:1px solid rgba(211,157,39,.55); color:#9b6a12; font-size:12px; font-weight:500; letter-spacing:.7px; text-transform:uppercase; }
.team-profile-link:hover { color:#14100c; border-color:#14100c; }
.team-profile-link i { font-size:11px; transition:transform .25s ease; }
.team-profile-link:hover i { transform:translateX(4px); }
.profile-hero { position:relative; padding:190px 0 95px; overflow:hidden; color:#fff; background:radial-gradient(circle at 82% 30%,rgba(211,157,39,.18),transparent 25%),linear-gradient(135deg,#17110c,#3c210d); }
.profile-hero::after { content:"§"; position:absolute; right:8%; bottom:-130px; color:rgba(255,255,255,.035); font-family:'Playfair Display',serif; font-size:430px; line-height:1; }
.profile-hero .container { position:relative; z-index:1; }
.profile-back { display:inline-flex; align-items:center; gap:9px; margin-bottom:32px; color:#e7b552; font-size:13px; letter-spacing:1px; text-transform:uppercase; }
.profile-back:hover { color:#fff; }
.profile-hero span { display:block; margin-bottom:10px; color:#d9a126; font-size:14px; letter-spacing:2px; text-transform:uppercase; }
.profile-hero h1 { max-width:800px; margin-bottom:10px; color:#fff; font-size:clamp(48px,6vw,78px); line-height:1.08; }
.profile-hero p { margin:0; color:rgba(255,255,255,.68); font-size:20px; }
.profile-detail { background:#f8f5ef; }
.profile-photo { position:relative; overflow:hidden; border-radius:16px; background:#fff; box-shadow:0 24px 55px rgba(42,31,18,.14); }
.profile-photo img { display:block; width:100%; height:590px; margin:0; object-fit:cover; object-position:center top; }
.profile-photo-caption { position:absolute; inset:auto 18px 18px; padding:18px 20px; border:1px solid rgba(255,255,255,.22); border-radius:10px; color:#fff; background:rgba(20,16,12,.82); backdrop-filter:blur(10px); }
.profile-photo-caption strong,.profile-photo-caption span { display:block; }
.profile-photo-caption strong { margin-bottom:3px; font-family:'Playfair Display',serif; font-size:21px; }
.profile-photo-caption span { color:#e8b650; font-size:13px; letter-spacing:.8px; }
.profile-facts { margin-top:24px; overflow:hidden; border:1px solid #e7ddd0; border-radius:12px; background:#fff; box-shadow:0 12px 30px rgba(42,31,18,.06); }
.profile-facts div { display:grid; grid-template-columns:120px 1fr; gap:18px; padding:17px 20px; border-bottom:1px solid #eee6dc; }
.profile-facts div:last-child { border-bottom:0; }
.profile-facts span { color:#8b8178; font-size:13px; text-transform:uppercase; letter-spacing:.5px; }
.profile-facts strong { color:#2b2119; font-size:15px; font-weight:500; }
.profile-detail .section-title { margin-bottom:20px; }
.profile-lead { color:#3f342b; font-size:21px; line-height:1.7; }
.profile-detail p { line-height:1.8; }
.profile-focus { margin:32px 0; padding:28px 30px; border-left:3px solid #d39d27; border-radius:0 12px 12px 0; background:#fff; box-shadow:0 12px 30px rgba(42,31,18,.06); }
.profile-focus h2 { margin-bottom:20px; font-size:27px; }
.profile-focus ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px 20px; margin:0; padding:0; list-style:none; }
.profile-focus li { display:flex; align-items:flex-start; gap:10px; color:#554a40; }
.profile-focus li i { margin-top:5px; color:#d39d27; }
.profile-actions { display:flex; align-items:center; flex-wrap:wrap; gap:22px; }
.profile-secondary { padding-bottom:5px; border-bottom:1px solid #d39d27; color:#5e4a36; }
.profile-secondary:hover { color:#d39d27; }
@media screen and (max-width:991px) { .profile-hero { padding:150px 0 75px; } .profile-photo { margin-bottom:45px; } .profile-photo img { height:620px; } }
@media screen and (max-width:575px) { .profile-hero { padding:130px 0 60px; } .profile-hero h1 { font-size:43px; } .profile-photo img { height:470px; } .profile-facts div { grid-template-columns:1fr; gap:5px; } .profile-focus { padding:24px 20px; } .profile-focus ul { grid-template-columns:1fr; } .profile-actions { align-items:flex-start; flex-direction:column; } }
/* ======= Attorney education and experience ======= */
.profile-history { margin-top:34px; }
.profile-history > h2 { margin-bottom:20px; padding-bottom:11px; border-bottom:1px solid #ded3c4; font-size:28px; }
.profile-history-list { position:relative; }
.profile-history-list::before { content:""; position:absolute; top:12px; bottom:12px; left:22px; width:1px; background:#dfc58e; }
.profile-history-list article { position:relative; display:flex; gap:18px; padding:0 0 24px; }
.profile-history-list article:last-child { padding-bottom:0; }
.profile-history-icon { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; flex:0 0 45px; width:45px; height:45px; border:1px solid #d6a542; border-radius:50%; color:#a8740c; background:#fffaf0; }
.profile-history-list h3 { margin:1px 0 5px; color:#2d231b; font-family:'Playfair Display',serif; font-size:19px; line-height:1.35; }
.profile-history-list p { margin:0; color:#81766c; font-size:14px; line-height:1.55; }

/* Contact experience */
.info-box { background:#fff; }
.info-box .contact-form { background:#fff; border:1px solid #eee8df; border-radius:22px; padding:42px; box-shadow:0 22px 60px rgba(34,29,25,.10); }
.info-box .contact-form h3 { color:#1c1a18; margin-bottom:28px; }
.info-box .contact-form input,.info-box .contact-form textarea { background:#faf9f7; color:#211e1a; border:1px solid #e6dfd5; border-radius:10px; padding:16px 18px; margin-bottom:16px; }
.info-box .contact-form input:focus,.info-box .contact-form textarea:focus { background:#fff; border-color:#b08b57; box-shadow:0 0 0 4px rgba(176,139,87,.12); }
.info-box .contact-form .button-3 { border:0; border-radius:999px; padding:15px 28px; background:#1d2928; color:#fff; cursor:pointer; transition:.25s ease; }
.info-box .contact-form .button-3:hover { background:#b08b57; transform:translateY(-2px); }
.quick-contact { position:fixed; right:22px; bottom:28px; z-index:10010; display:flex; flex-direction:column; gap:10px; }
.quick-contact__icon { width:52px; height:52px; border-radius:50%; display:grid; place-items:center; color:#fff!important; font-size:21px; box-shadow:0 10px 28px rgba(0,0,0,.22); transition:transform .2s ease; }
.quick-contact__icon:hover { transform:translateY(-3px) scale(1.04); }
.quick-contact__icon--call { background:#b28b55; }.quick-contact__icon--whatsapp { background:#25d366; }
.enquiry-drawer { position:fixed; z-index:10000; right:0; top:50%; width:54px; transform:translateY(-50%); pointer-events:none; }
.enquiry-drawer__toggle { position:relative; z-index:2; pointer-events:auto; width:54px; min-height:166px; border:0; border-radius:14px 0 0 14px; background:#1d2928; color:#fff; box-shadow:-8px 10px 30px rgba(0,0,0,.18); cursor:pointer; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:9px; }
.enquiry-drawer__toggle span { writing-mode:vertical-rl; transform:rotate(180deg); letter-spacing:.08em; text-transform:uppercase; font-size:12px; font-weight:600; }
.enquiry-drawer__panel { position:absolute; right:54px; top:50%; pointer-events:auto; width:min(390px,calc(100vw - 54px)); max-height:92vh; overflow:auto; background:#fff; padding:34px 32px; border-radius:18px 0 0 18px; box-shadow:-18px 20px 55px rgba(19,25,24,.18); transform:translate(110%,-50%); opacity:0; visibility:hidden; transition:transform .35s ease,opacity .25s ease,visibility .35s; }
.enquiry-drawer.is-open .enquiry-drawer__panel { transform:translate(0,-50%); opacity:1; visibility:visible; }
.enquiry-drawer__arrow { transition:transform .3s ease; }.enquiry-drawer.is-open .enquiry-drawer__arrow { transform:rotate(180deg); }
.enquiry-drawer__close { position:absolute; right:15px; top:10px; border:0; background:none; color:#6c675f; font-size:29px; cursor:pointer; }
.enquiry-drawer__eyebrow,.thank-you-card__eyebrow { color:#a67d48; text-transform:uppercase; letter-spacing:.15em; font-size:11px; font-weight:700; margin:0 0 6px; }
.enquiry-drawer__panel h3 { color:#1c2322; font-size:31px; margin:0 0 8px; }.enquiry-drawer__intro { color:#6c706f; line-height:1.55; margin-bottom:22px; }
.enquiry-drawer label { display:block; margin-bottom:13px; }.enquiry-drawer label span { display:block; color:#353a39; font-size:12px; font-weight:600; margin:0 0 5px; }
.enquiry-drawer input,.enquiry-drawer textarea { width:100%; box-sizing:border-box; border:1px solid #e0ddd7; background:#faf9f7; border-radius:9px; padding:12px 13px; color:#202524; outline:none; }
.enquiry-drawer input:focus,.enquiry-drawer textarea:focus { background:#fff; border-color:#b08b57; box-shadow:0 0 0 3px rgba(176,139,87,.12); }
.enquiry-drawer__submit { width:100%; border:0; border-radius:9px; padding:14px 18px; background:#1d2928; color:#fff; font-weight:600; cursor:pointer; display:flex; justify-content:center; gap:10px; }
.thank-you-page { min-height:75vh; padding:130px 20px 80px; display:grid; place-items:center; background:#f7f5f1; }.thank-you-card { max-width:680px; padding:54px; text-align:center; background:#fff; border-radius:24px; box-shadow:0 24px 70px rgba(24,34,32,.10); }
.thank-you-card__icon { width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;background:#e8f6ed;color:#23864b;font-size:30px; }.thank-you-card h1 { color:#1c2322;font-size:42px;margin:0 0 16px; }.thank-you-card p { color:#656b69; }.thank-you-card__actions { margin-top:30px;display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap; }.thank-you-card__call { color:#1d2928;font-weight:600; }
@media(max-width:575px){.quick-contact{right:14px;bottom:16px}.quick-contact__icon{width:46px;height:46px}.enquiry-drawer{top:50%;bottom:auto;width:48px;transform:translateY(-50%)}.enquiry-drawer__toggle{min-height:142px;width:48px}.enquiry-drawer__panel{right:48px;width:calc(100vw - 48px);padding:28px 20px}.info-box .contact-form{padding:28px 20px}.thank-you-card{padding:38px 22px}.thank-you-card h1{font-size:32px}}
/* ======= Inner page design system ======= */
.inner-page { background:#f8f5ef; color:#554b42; }
.inner-page .banner-header { position:relative; min-height:440px; padding:160px 0 85px; overflow:hidden; background-color:#1b1510; }
.inner-page .banner-header::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(115deg,rgba(19,13,8,.84),rgba(38,23,11,.58) 58%,rgba(10,8,6,.38)); }
.inner-page .banner-header::after { content:"§"; position:absolute; right:6%; bottom:-125px; z-index:1; color:rgba(255,255,255,.055); font-family:'Playfair Display',serif; font-size:360px; line-height:1; }
.inner-page .banner-header .container { position:relative; z-index:2; }
.inner-page .banner-header h1 { max-width:900px; margin-inline:auto; font-size:clamp(48px,6vw,76px); line-height:1.05; text-shadow:0 7px 30px rgba(0,0,0,.28); }
.inner-page .banner-header h6 { display:inline-flex; padding:8px 15px; border:1px solid rgba(230,180,81,.4); border-radius:999px; background:rgba(10,8,6,.28); backdrop-filter:blur(7px); }
.inner-page .section-padding { padding-top:100px; padding-bottom:100px; }
.inner-page .section-title { letter-spacing:-.02em; }
.inner-page .content-body { padding:42px 46px; border:1px solid #eadfce; border-radius:18px; background:#fff; box-shadow:0 20px 55px rgba(54,38,21,.08); }
.inner-page .content-body h2,.inner-page .content-body h3 { margin:1.5em 0 .6em; color:#251c15; }
.inner-page .content-body h2:first-child,.inner-page .content-body h3:first-child { margin-top:0; }
.inner-page .content-body p,.inner-page .content-body li { color:#62574d; font-size:17px; line-height:1.85; }
.inner-page .content-body img { border-radius:14px; box-shadow:0 14px 35px rgba(40,29,18,.12); }
.inner-page .blog .item { height:100%; overflow:hidden; border:1px solid #e9dfd2; border-radius:16px; background:#fff; box-shadow:0 14px 38px rgba(48,34,20,.07); transition:transform .3s ease,box-shadow .3s ease; }
.inner-page .blog .item:hover { transform:translateY(-8px); box-shadow:0 24px 52px rgba(48,34,20,.13); }
.inner-page .blog .item .img { overflow:hidden; }
.inner-page .blog .item .img img { width:100%; height:260px; object-fit:cover; transition:transform .5s ease; }
.inner-page .blog .item:hover .img img { transform:scale(1.045); }
.inner-page .blog .item .cont { padding:28px 28px 32px; }
.inner-page .blog .item .cont h4 { font-size:25px; line-height:1.3; }
.inner-page .blog .item .cont p { line-height:1.7; }
.inner-page aside:empty { display:none; }
.inner-page article.col-lg-9:has(+ aside:empty) { width:100%; max-width:900px; margin-inline:auto; }
.inner-page .lead { padding-left:20px; border-left:3px solid #d39d27; color:#3a2c21; font-family:'Playfair Display',serif; font-size:22px; line-height:1.65; }
.inner-page--contact .info-box { position:relative; background:linear-gradient(180deg,#f8f5ef,#fff); }
.inner-page--contact .info-box::before { content:""; position:absolute; left:0; top:0; width:100%; height:260px; background:linear-gradient(180deg,rgba(211,157,39,.06),transparent); pointer-events:none; }
.inner-page--contact .info-box .item { padding:18px 20px; border:1px solid #e9dfd1; border-radius:12px; background:#fff; box-shadow:0 10px 28px rgba(44,32,20,.055); }
.inner-page--contact .info-box .item + .item { margin-top:14px; }
.info-box .contact-form { padding:0; overflow:hidden; border:1px solid #e5e1da; background:#fff; box-shadow:none; }
.enquiry-form { padding:32px; background:#fff; }
.enquiry-form__heading { margin:0 0 25px; padding:0; color:#39312a; background:none; }
.enquiry-form__heading h3 { margin:0 0 7px!important; color:#2d2925!important; font-size:30px; }
.enquiry-form__heading p { margin:0; color:#766f68; line-height:1.55; }
.enquiry-form label { display:block; margin:0 0 7px; color:#39312a; font-size:12px; font-weight:600; letter-spacing:.03em; }
.enquiry-form label .optional { color:#918a83; font-weight:400; }
.info-box .enquiry-form input,.info-box .enquiry-form input[type="tel"],.info-box .enquiry-form textarea { width:100%; box-sizing:border-box; margin-bottom:17px; padding:13px 14px; border:1px solid #dcd7cf; border-radius:6px; color:#2d2925; background:#fff; }
.info-box .enquiry-form input:focus,.info-box .enquiry-form input[type="tel"]:focus,.info-box .enquiry-form textarea:focus { border-color:#b08b57; background:#fff; box-shadow:0 0 0 3px rgba(176,139,87,.12); outline:none; }
.enquiry-form .button-3 { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-width:0; padding:13px 22px; border-radius:6px; background:#b08b57; color:#fff; }
.enquiry-form .button-3:hover { background:#936f3f; transform:none; }
.enquiry-form__privacy { display:inline-block; margin:15px 0 0 15px; color:#847b72; font-size:12px; }
.enquiry-form__privacy i { margin-right:5px; color:#a47b42; }
.form-alert { margin-bottom:20px; padding:15px 18px; border-radius:10px; font-size:14px; }
.form-alert--error { border:1px solid #ebc2bd; color:#812f28; background:#fff0ee; }
.form-alert ul { margin:6px 0 0 18px; }
.alert-warning { border:1px solid #ead49f; color:#6f5314; background:#fff7df; }
.inner-page .pagination { justify-content:center; margin-top:35px; }
.inner-page .page-link { margin:0 4px; border:1px solid #dfd4c5; border-radius:8px!important; color:#6f5127; }
.inner-page .page-item.active .page-link { border-color:#1d2928; background:#1d2928; }
@media(max-width:991px){.inner-page .banner-header{min-height:370px;padding:135px 0 70px}.inner-page .section-padding{padding-top:75px;padding-bottom:75px}.inner-page .content-body{padding:34px}.inner-page--contact .contact-form{margin-top:36px}}
@media(max-width:575px){.inner-page .banner-header{min-height:330px;padding:120px 0 55px}.inner-page .banner-header h1{font-size:42px}.inner-page .section-padding{padding-top:58px;padding-bottom:58px}.inner-page .content-body{padding:25px 21px}.inner-page .content-body p,.inner-page .content-body li{font-size:16px}.enquiry-form{padding:24px 20px}.enquiry-form__heading{margin-bottom:22px}.inner-page .blog .item .img img{height:225px}}
/* Fixed right-side enquiry drawer */
.enquiry-drawer{--enquiry-panel-width:min(315px,calc(100vw - 54px));position:fixed;z-index:10000;inset:0;width:auto;transform:none;pointer-events:none}
.enquiry-drawer__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(16,24,23,.42);opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:blur(2px);transition:opacity .3s ease,visibility .3s ease}
.enquiry-drawer__toggle{position:absolute;z-index:4;right:0;top:50%;transform:translateY(-50%);transition:right .38s cubic-bezier(.22,.75,.25,1),background .2s ease;background:linear-gradient(160deg,#253432,#172321)}
.enquiry-drawer__panel{position:absolute;z-index:3;right:0;top:50%;bottom:auto;width:var(--enquiry-panel-width);height:auto;max-height:calc(100vh - 32px);overflow-y:auto;overscroll-behavior:contain;padding:46px 20px 19px;border-radius:16px 0 0 16px;border-left:1px solid rgba(190,151,91,.25);background:linear-gradient(145deg,#fff 0%,#fbf8f2 100%);box-shadow:-24px 0 65px rgba(19,25,24,.22);transform:translate(105%,-50%);opacity:1;visibility:hidden;transition:transform .38s cubic-bezier(.22,.75,.25,1),visibility .38s}
.enquiry-drawer.is-open .enquiry-drawer__panel{transform:translate(0,-50%);opacity:1;visibility:visible}
.enquiry-drawer.is-open .enquiry-drawer__toggle{right:var(--enquiry-panel-width)}
.enquiry-drawer.is-open .enquiry-drawer__backdrop{opacity:1;visibility:visible;pointer-events:auto}
.enquiry-drawer__close{right:12px;top:9px;width:32px;height:32px;padding:0;border:1px solid #e8dfd2;border-radius:50%;background:#fff;font-size:22px;line-height:1;transition:.2s ease}
.enquiry-drawer__close:hover{color:#fff;background:#1d2928;border-color:#1d2928}
.enquiry-drawer__panel h3{font-size:32px}.enquiry-drawer__intro{margin-bottom:23px;padding-bottom:19px;border-bottom:1px solid #eee6da}
.enquiry-drawer label{width:100%;margin-bottom:13px}.enquiry-drawer label span{margin-bottom:6px}.enquiry-drawer label small{color:#8c8e8b;font-weight:400}
.enquiry-drawer input,.enquiry-drawer textarea{display:block;width:100%!important;max-width:none!important;box-sizing:border-box;margin:0;border:1px solid #ded8cf;background:#fff;border-radius:10px;padding:0 14px;font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.enquiry-drawer input{height:48px}.enquiry-drawer textarea{min-height:112px;padding-top:13px;padding-bottom:13px;resize:vertical}
.enquiry-drawer__submit{min-height:50px;border-radius:10px;background:linear-gradient(135deg,#b48643,#d5a753);font-weight:700;align-items:center;box-shadow:0 10px 24px rgba(180,134,67,.25);transition:transform .2s ease,box-shadow .2s ease}
.enquiry-drawer__submit:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(180,134,67,.32)}
.enquiry-drawer__submit:disabled{cursor:wait;opacity:.72;transform:none}.enquiry-drawer__submit.is-loading i{animation:enquiry-spin .8s linear infinite}.enquiry-drawer-open{overflow:hidden}@keyframes enquiry-spin{to{transform:rotate(360deg)}}
@media(max-width:575px){.enquiry-drawer{inset:0;width:auto;transform:none}.enquiry-drawer__toggle{width:48px}.enquiry-drawer__panel{right:0;width:calc(100vw - 48px);padding:31px 20px 24px}.enquiry-drawer.is-open .enquiry-drawer__toggle{right:var(--enquiry-panel-width)}.enquiry-drawer__panel h3{font-size:28px}}

/* Compact enquiry form */
.enquiry-drawer.is-open .enquiry-drawer__toggle{right:var(--enquiry-panel-width)}
.enquiry-drawer__form{display:grid;gap:8px}
.enquiry-drawer__form input,.enquiry-drawer__form textarea{margin:2px 0 0!important;height:40px;padding:0 12px;border-radius:8px;font-size:13px}
.enquiry-drawer__form textarea{height:68px;min-height:68px;padding-top:10px;padding-bottom:10px}
.enquiry-drawer__submit{min-height:41px;margin-top:4px;padding:9px 14px;border-radius:8px}
@media(max-width:575px){.enquiry-drawer{--enquiry-panel-width:calc(100vw - 48px)}.enquiry-drawer__panel{padding:44px 15px 17px}.enquiry-drawer.is-open .enquiry-drawer__toggle{right:var(--enquiry-panel-width)}}


/* Logo and firm name */
.brand-lockup{display:inline-flex;align-items:center;gap:10px;max-width:320px;flex:0 1 auto;color:#fff;text-decoration:none}
.brand-lockup img{display:block;width:72px;height:auto;object-fit:contain;flex:0 0 auto}
.brand-lockup__name{display:flex;max-width:230px;flex-direction:column;align-items:flex-start;font-family:'Playfair Display',serif;line-height:1;letter-spacing:.02em}
.brand-lockup__name small{display:block;margin-top:3px;color:#d39d27;font-family:'Jost',sans-serif;font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase}
@media(max-width:575px){.brand-lockup{max-width:235px;gap:7px}.brand-lockup img{width:54px}.brand-lockup__name{max-width:174px}.brand-lockup__name small{font-size:8px;letter-spacing:.1em}}.brand-lockup__name strong,.brand-lockup__name>span{display:block;white-space:nowrap}
.brand-lockup__name strong{font-size:32px;font-weight:700;line-height:.95;letter-spacing:.04em}
.brand-lockup__name>span{margin-top:4px;font-family:'Jost',sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:.18em;text-transform:uppercase}
@media(max-width:575px){.brand-lockup__name strong{font-size:24px}.brand-lockup__name>span{margin-top:3px;font-size:10px;letter-spacing:.14em}}.brand-lockup:hover,.brand-lockup:focus,.brand-lockup:active{color:#fff;text-decoration:none;transform:none;opacity:1}
.brand-lockup:hover img,.brand-lockup:focus img,.brand-lockup:active img{filter:none;transform:none;opacity:1}
.brand-lockup:hover .brand-lockup__name,.brand-lockup:focus .brand-lockup__name,.brand-lockup:active .brand-lockup__name{color:#fff}
/* Reference header layout */
.navbar{height:98px;background:none;}
.navbar>.container{width:calc(100% - 80px);max-width:1506px;padding-right:0;padding-left:0}
.navbar .navbar-collapse{align-items:center}
.navbar .navbar-nav{gap:4px}
.navbar .navbar-nav .nav-link{padding:10px 10px;font-size:18px;line-height:1.2}
.navbar .navbar-right .button{min-width:198px;justify-content:center;padding:8px 24px}
.navbar .navbar-right .button a{display:block;color:inherit}
.brand-lockup{gap:13px;max-width:245px;transition:none!important}
.brand-lockup img{width:67px;transition:none!important}
.brand-lockup__name{display:none!important }
.brand-lockup__name strong{font-size:34px;letter-spacing:.08em}
.brand-lockup__name>span{margin-top:3px;font-family:'Playfair Display',serif;font-size:14px;letter-spacing:.2em}
.brand-lockup:hover,.brand-lockup:focus,.brand-lockup:active{color:#fff!important;transform:none!important;filter:none!important;opacity:1!important}
.brand-lockup:hover img,.brand-lockup:focus img,.brand-lockup:active img,.brand-lockup:hover .brand-lockup__name,.brand-lockup:focus .brand-lockup__name,.brand-lockup:active .brand-lockup__name{color:#fff!important;transform:none!important;filter:none!important;opacity:1!important}
@media(max-width:991px){.navbar{height:90px;}.navbar>.container{width:calc(100% - 30px)}.navbar .navbar-nav{gap:0}.navbar .navbar-nav .nav-link{padding:9px 0}.navbar .navbar-collapse{margin-top:0}}
@media(max-width:575px){.brand-lockup{gap:8px}.brand-lockup img{width:54px}.brand-lockup__name strong{font-size:25px}.brand-lockup__name>span{margin-top:2px;font-size:10px;letter-spacing:.16em}}
/* Identical, non-interactive header logo on every page */
.navbar .brand-lockup,.navbar.nav-scroll .brand-lockup{width:240px;max-width:240px;min-width:240px;height:72px;padding:0;gap:13px;flex:none;color:#fff!important;background:transparent!important;box-shadow:none!important;transform:none!important;filter:none!important;opacity:1!important;transition:none!important;animation:none!important}
.navbar .brand-lockup img,.navbar.nav-scroll .brand-lockup img{width:67px;height:67px;max-width:67px;object-fit:contain;flex:none;transform:none!important;filter:none!important;opacity:1!important;transition:none!important;animation:none!important}
.navbar .brand-lockup__name,.navbar .brand-lockup__name strong,.navbar .brand-lockup__name>span{transform:none!important;filter:none!important;opacity:1!important;transition:none!important;animation:none!important}
.navbar .brand-lockup:is(:hover,:focus,:focus-visible,:active),.navbar .brand-lockup:is(:hover,:focus,:focus-visible,:active) *{color:inherit!important;background:transparent!important;box-shadow:none!important;transform:none!important;filter:none!important;opacity:1!important;transition:none!important;animation:none!important}
@media(max-width:575px){.navbar .brand-lockup,.navbar.nav-scroll .brand-lockup{width:205px;min-width:205px;max-width:205px;height:58px}.navbar .brand-lockup img,.navbar.nav-scroll .brand-lockup img{width:54px;height:54px;max-width:54px}}