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

1. Basic and Typography style
2. Helper style
3. Selection style
4. Cursor & Drag style
5. Preloader style
6. Owl-Theme custom style
7. Section style
8. Navbar style
9. Header style
10. Slider and Slider-fade style
11. Kenburns Slider style
12. Home Carousel style
13. Page Banner Header style
14. Video Background style
15. About style
16. Services style
17. Services 2 style
18. Service Details style
19. Team style
20. Team Details style
21. Portfolio style
22. Portfolio 2 style
23. Portfolio 3 style
24. Portfolio 4 style
25. Portfolio Single style
26. Projects style
27. Pricing style
28. Gallery Image style
29. Gallery Image/Portfolio style
30. Gallery Scroll style
31. Magnific Popup custom style
32. Testimonials 1 style
33. Testimonials 2 style
34. Promo Video style
35. Banner Video style
36. Accordion Box (for Faqs) style
37. Blog style
38. Blog Sidebar style
39. Post style
40. Page style
41. Contact style
42. 404 Page style
43. Button style
44. Footer style
45. toTop Button style
46. Overlay Effect Bg image style
47. 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: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #737373;
    overflow-x: hidden !important;
    background-color: #171717;
    letter-spacing: 0.5px;
}
p {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #737373;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #171717;
    letter-spacing: 0.5px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 15px;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #171717;
}
.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: 15px;
    padding: 16px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    letter-spacing: .3px;
}
input[type="password"]:hover,
input[type="email"]:hover,
input[type="text"]:hover,
input[type="file"]:hover,
textarea:hover,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:focus {
    border: 1px solid #c5a47e;
    background: transparent;
    outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 1px 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 #c5a47e;
    background: transparent;
    outline: none;
}
select {
    padding: 10px;
    border-radius: 4px;
}
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: 300;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    background: #171717;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
}
.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid #c5a47e;
    border-radius: 0px;
}
/* form-group */
.form-group {
    position: relative;
}
.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
    pointer-events: none;
}
.form-group .form-icon i {
    color: #fff !important;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding-left: 55px;
}
.form-group.form-textarea .form-icon {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.form-group input,
.form-group select,
.form-group textarea,
.footer .top .item .newsletter input {
    padding-left: 55px !important;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #737373;
    font-size: 15px;
    font-weight: 300;
}
:-moz-placeholder {
    color: #737373;
}
::-moz-placeholder {
    color: #737373;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #737373;
}
/* blockquote */
blockquote {
    padding: 40px 50px;
    display: block;
    position: relative;
    background-color: #c5a47e;
    overflow: hidden;
    color: #fff;
    border-radius: 4px;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: #171717;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 45px;
    bottom: 45px;
    font-size: 95px;
    opacity: 0.075;
    line-height: 1;
    color: #242424;
    font-style: normal;
}
blockquote p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #242424;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    border-color: inherit;
    line-height: 1;
    margin-top: 15px;
    font-style: italic;
    color: #171717;
    font-weight: 300;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 30px;
    height: 2px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
blockquote.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(-10px);
    }
}


/* ======= 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-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !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;
}
.pt-80 {
    padding-top: 80px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-50 {
    margin-top: 50px;
}
.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: 300;
}
.count {
    font-family: "Outfit", 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: #1f1f1f;
}
.bg-lightbrown {
    background: #f1f3f5;
}
.bg-gradient-lightbrown-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f1f3f5 100%);
}
.bg-white {
    background: #fff;
}
.bg-position-top {
    background-position: top;
}
.bg-position-center {
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #171717 20%, #171717 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #171717 20%, #171717 80%, transparent 100%);
}
.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #171717 20%, #171717 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #171717 20%, #171717 80%, transparent 92%);
}
/* 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;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.call-center .icon i {
    color: #fff;
}
.call-center .icon span {
    font-size: 43px;
    color: #c5a47e;
    line-height: 50px;
}
.call-center .text {
    margin-left: 15px;
}
.call-center .text p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.7);
}
.call-center .text p small {
    color: #fff;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
}
.call-center .text a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.call .section-title {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 300;
    color: #171717;
    margin-bottom: 15px;
}

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


/* ======= Cursor & Drag style  ======= */
/* cursor styles */
.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}
.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}
/* drag style */
.cursor.drag {
    mix-blend-mode: unset;
}
.cursor.drag:before {
    content: "\e658";
    font-family: "Themify";
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-color: transparent;
    transform: scale(1);
    transition: transform 0.2s ease-out, background 0.2s ease-out;
}
.cursor.drag.active:before {
    transform: scale(0.8);
}
/* link hover */
.cursor.link-hover:before {
    transform: scale(1.0);
    opacity: 0.1;
    background-color: #fff;
    transition: all 0.3s ease;
}
/* mobile disable */
@media only screen and (max-width: 991px) {
    .cursor {
        display: none;
    }
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #171717;
    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 rgba(255, 255, 255, 0.1);
    -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 #fff;
    -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-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -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: #fff;
    border: 1px solid #fff;
}
.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: 40% !important;
    bottom: auto !important;
    width: 100%;
    bottom: 7%;
    right: 12%;
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-theme .owl-prev {
    left: 10px !important;
    float: left;
}
.owl-theme .owl-next {
    right: 10px !important;
    float: right;
}
.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-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent!important;
    border-radius: 100%;
    color: #fff!important;
    font-size: 12px!important;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2)!important;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0)
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #c5a47e!imporatant;
    border: 1px solid #c5a47e!imporatant;
    color: #171717!imporatant;
}

/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-linetitle {
    position: relative;
    margin-bottom: 80px;
}
.section-linetitle .leter h4 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
}
.section-linetitle .line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -1px;
    margin-left: 40px;
    width: 100%;
}
.section-linetitle .title {
    margin-left: 100px;
    margin-top: -20px;
    position: relative;
}
.section-linetitle .sub-title {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.section-subtitle {
    margin-bottom: 5px;
    color: #c5a47e;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.section-subtitle.text-white {
    color: #fff;
}
.section-subtitle .icon {
    background-color: #c5a47e;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    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: "Outfit", sans-serif;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.section-title span {
    color: #fff !important;
    font-weight: 300;
}
.section-title.white {
    color: #fff;
}
/* section-info */
.section-info {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #c5a47e;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block !important;
    vertical-align: middle !important;
    letter-spacing: 1px;
}
.section-info .tag {
    margin-right: 15px;
    border-radius: 100%;
    background-color: #1f1f1f;
    color: #c5a47e;
    font-size: 20px;
    font-weight: normal;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    flex-shrink: 0;
}
.section-info .desc {
    margin: 0;
    color: #737373;
    vertical-align: middle;
    display: inherit;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    flex: 1;
    display: block;
}
.section-info .text-decoration-line-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
    .section-info {
        display: block;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    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: 100px;
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    text-transform: uppercase;
    line-height: 10px !important;
    letter-spacing: 2px;
}
.navbar .navbar-nav .nav-link .rolling-text {
    height: 30px;
    line-height: 30px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #c5a47e;
}
.navbar .navbar-nav .active {
    color: #c5a47e !important;
}
.navbar .navbar-nav .active i {
    color: #c5a47e;
}
.nav-scroll {
    background: #242424;
    padding: 15px 0;
    position: fixed;
    top: -100px;
    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(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    height: 100px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #fff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i {
    color: #c5a47e !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .dropdown .nav-link i {
    color: #737373;
}
.nav-scroll .logo-img {
    width: 175px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper span {
    color: #737373;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.logo-wrapper span {
    color: #737373;
}
.logo {
    padding: 10px;
}
.logo-img {
    width: 130px !important; /* smaller logo */
    padding: 0 !important;
    margin: 0 !important;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    font-weight: normal;
    color: #737373;
    transition: all 0.3s ease-in-out 0s;
}
.dropdown .nav-link:hover i {
    color: #c5a47e;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 4px 0;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    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: 300;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #c5a47e;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
    border-bottom: 0px solid rgba(255, 255, 255, 0.03);
}
.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 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: 25px;
        border-radius: 4px;
        border: 0;
        background-color: #1f1f1f;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08)
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -23px;
        right: auto;
        min-width: 210px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .navbar {
        height: auto !important;
        min-height: 70px !important;
    }

    .navbar-toggler {
        z-index: 9999 !important;
        position: relative;
    }

    .nav-scroll {
        background: #171717;
    }
    .logo-wrapper {
        float: left;
    }
    .nav-scroll .logo-wrapper {
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 175px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 175px;
    }
    .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: #fff !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 300;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 15px;
    }
    .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: #171717;
    }
    .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: #171717;
        text-align: left;
        padding: 20px;
    }
    .dropdown .nav-link i {
        color: #fff;
    }
}
/* rolilng text */
.rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}
.rolling-text.butn {
    padding: 0 35px;
}
.social-text .rolling-text {
    line-height: 30px;
    height: 30px;
}
.rolling-text:hover .letter,
.rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.letter:nth-child(2) {
    -webkit-transition-delay: 0.015s;
    -o-transition-delay: 0.015s;
    transition-delay: 0.015s;
}
.letter:nth-child(3) {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
}
.letter:nth-child(4) {
    -webkit-transition-delay: 0.045s;
    -o-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.letter:nth-child(5) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
}
.letter:nth-child(6) {
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}
.letter:nth-child(7) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.letter:nth-child(8) {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
}
.letter:nth-child(10) {
    -webkit-transition-delay: 0.135s;
    -o-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.letter:nth-child(12) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s;
}
.letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.letter:nth-child(14) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s;
}
.letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}
.letter:nth-child(16) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
}
.letter:nth-child(18) {
    -webkit-transition-delay: 0.255s;
    -o-transition-delay: 0.255s;
    transition-delay: 0.255s;
}
.letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s;
}
.letter:nth-child(20) {
    -webkit-transition-delay: 0.285s;
    -o-transition-delay: 0.285s;
    transition-delay: 0.285s;
}
.letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* ======= Header style ======= */
.header {
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 300;
    margin-bottom: 15px;
    color: #c5a47e!important;
    font-size: 13px;
    align-items: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 30px;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header h2 span {
    color: #c5a47e;
}
.header p {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 30px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header .durubtn {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .durubtn2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .durubtn3 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .durubtn4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header h2 {
        font-size: 40px;
    }
}


/* ======= Slider and Slider-fade style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    min-height: calc(100vh - 100px);
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: calc(100vh - 100px);
    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: #171717;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner[data-overlay-dark] h6,
.kenburns-inner h6 {
    font-weight: 300;
    margin-bottom: 15px;
    color: #c5a47e!important;
    font-size: 13px;
    align-items: center;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.kenburns-inner h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 30px;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.kenburns-inner h2 span {
    color: #c5a47e;
}
.kenburns-inner p {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 30px;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 991px) {
    .kenburns-inner h2 {
        font-size: 40px;
    }
    .kenburns-inner h3 {
        font-size: 35px;
    }
}


/* ======= Page Banner Header style ======= */
.banner-header {
    min-height: calc(60vh - 100px);
    background-position: center;
}
.banner-header.middle-height {
    min-height: calc(80vh - 100px);
}
.banner-header.full-height {
    min-height: calc(100vh - 100px);
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-weight: 300;
    margin-bottom: 15px;
    color: #c5a47e;
    font-size: 13px;
    align-items: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: left;
    display: inline-flex;
}

.banner-header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.banner-header h2 span {
    color: #c5a47e;
}
.banner-header h3 {
    position: relative;
    font-size: 45px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner-header h3 span {
    color: #c5a47e;
}
.banner-header p {
    position: relative;
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-bottom: 30px;
}
/* Rotate circle button */
.header .circle-button,
.kenburns-section .circle-button,
.banner-header .circle-button {
    position: relative;
    display: inline-block;
}
.header .circle-button.in-bord:after,
.kenburns-section .circle-button.in-bord:after,
.banner-header .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.header .circle-button.in-bord:before,
.kenburns-section .circle-button.in-bord:before,
.banner-header .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.header .circle-button .rotate-circle svg,
.kenburns-section .circle-button .rotate-circle svg,
.banner-header .circle-button .rotate-circle svg {
    width: 190px;
    fill: #fff;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.header .circle-button.no-animate .rotate-circle,
.kenburns-section .circle-button.no-animate .rotate-circle,
.banner-header .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}
.header .rotate-circle,
.kenburns-section .rotate-circle,
.banner-header .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-transform: uppercase !important;
    font-size: 32px !important;
    font-weight: 300;
    letter-spacing: 20px;
}
@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header .rotate-circle text,
.kenburns-section .rotate-circle text,
.banner-header .rotate-circle text {
    font-size: 32px;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 21px;


}
.header .hover-this .hover-anim,
.kenburns-section .hover-this .hover-anim,
.banner-header .hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.header .cursor,
.kenburns-section .cursor,
.banner-header .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}
.header .cursor-active,
.kenburns-section .cursor-active,
.banner-header .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    color: #c5a47e;
}

.header .circle-button .in-circle i,
.kenburns-section .circle-button .in-circle i,
.banner-header .circle-button .in-circle i {
    color: #c5a47e;
    font-size: 30px;
    line-height: 50px;
}
.header .circle-button .in-circle img,
.kenburns-section .circle-button .in-circle img,
.banner-header .circle-button .in-circle img {
    width: 45px;
    height: 45px;
}
/* wow animation custom */
@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        letter-spacing: 5px;
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        letter-spacing: 1px;
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        letter-spacing: 0;
        filter: blur(0);
    }
}
.header .zoom-in-place,
.kenburns-section .zoom-in-place,
.banner-header .zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.header .circle-button-overlay,
.kenburns-section .circle-button-overlay,
.banner-header .circle-button-overlay {
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 991px) {
    .header .circle-button,
    .kenburns-section .circle-button,
    .banner-header .circle-button {
        display: none;
    }
    .banner-header h3 {
        font-size: 35px;
    }
}

/* 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: 15px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 40px;
    }
}
/* banner img */
.banner-img {
    position: relative;
    overflow: hidden;
}
.banner-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0.1) 100%);
    object-fit: cover;
}
.banner-img > * {
    position: relative;
    z-index: 2;
}
/* mouse button scroll  */
.mouse {
    position: absolute;
    bottom: 40px;
    z-index: 95;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}
.mouse .mouse-icon {
    display: block;
    width: 26px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.mouse .mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
.mouse:hover .mouse-icon {
    border-color: #fff;
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@media screen and (max-width: 992px) {
    .mouse {
        display: none;
    }
}


/* =======  Home Carousel style  ======= */
.home-carousel {
    position: relative;
    outline: none;
    overflow-x: hidden;
}
.home-carousel .item {
    transition: 0.4s;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
}
.home-carousel .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    height: 500px!important;
    height: calc(95vh - 100px)!important;
    transition: filter 0.5s ease;
}
.home-carousel .item .img > img {
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
}
.home-carousel .owl-item:not(.center) .item .img > img {
    filter: grayscale(100%);
    opacity: 0.7 !important;
    transition: all 0.5s ease;
}
.home-carousel .owl-item.center .item .img > img {
    filter: grayscale(0%);
    opacity: 1;
}
.home-carousel .owl-item.center .item .inner {
    visibility: visible;
    opacity: 1;
}
.home-carousel .item .inner {
    position: absolute;
    display: block;
    background-color: transparent;
    padding: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(23, 23, 23, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}
.home-carousel .item .inner .title,
.home-carousel .item .inner .title a {
    font-size: 24px;
    color: #fff;
    transition: all 500ms ease;
    margin-bottom: 3px;
}
.home-carousel .item .inner p {
    color: rgba(255,255,255,0.7);
    transition: all 500ms ease;
}
.home-carousel .item .inner .title,
.home-carousel .item .inner a,
.home-carousel .item .inner p {
    opacity: 0;
    transform: translateY(20px);
}
.home-carousel .owl-item.center .item .inner.animated .title,
.home-carousel .owl-item.center .item .inner.animated p {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.4s;
}
.home-carousel .owl-item.center .item .inner.animated a {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.7s;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.video-fullscreen-video {
    height: calc(100vh - 100px);
}
.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    min-height: calc(100vh - 100px);
    -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: center;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-fullscreen-wrap .overlay {
    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 .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 {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: calc(100vh - 100px);
    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;
}
.video-fullscreen-wrap .v-middle {
    z-index: 9;
}


/* =======  About style  ======= */
.about {
    position: relative;
}
.about .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.about .item img {
    position: relative;
    border-radius: 4px;
}
.about img {
    border-radius: 4px;
    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;
    border-radius: 0;
}
.about-name {
    font-size: 15px;
    color: #fff;
}
.about-rol {
    color: #737373;
    font-size: 15px;
}
/* Rotate circle button */
.about .circle-button {
    position: relative;
    display: inline-block;
}
.about .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.about .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: none;
    border-radius: 50%;
    background: #1f1f1f;
    background-image: linear-gradient(45deg, transparent 45%, #333 45%, #333 55%, transparent 0);
    background-size: 0.2em 0.2em;
}
.about .circle-button .rotate-circle svg {
    width: 180px;
    fill: #fff;
}
.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.about .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}
.about .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-transform: uppercase !important;
    font-size: 36px !important;
    font-weight: 300;
    letter-spacing: 21px;
}
@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.about .hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.about .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}
.about .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}
.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.about .circle-button .in-circle i {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}
.about .circle-button .in-circle img {
    width: 50px;
    height: 50px;
}
/* wow animation custom */
@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        letter-spacing: 5px;
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        letter-spacing: 1px;
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        letter-spacing: 0;
        filter: blur(0);
    }
}
.about .zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.about .circle-button-overlay {
    position: absolute;
    top: 15px;
    right: -90px;
    z-index: 5;
}
@media screen and (max-width: 991px) {
    .about .circle-button {
        display: none;
    }
}
/* year */
.year15 {
    background-color: #171717;
    background-size: 4px 4px;
    -webkit-transition: 650ms cubic-bezier(.23, 1, .32, 1);
    transition: 650ms cubic-bezier(.23, 1, .32, 1);
    width: 130px;
    height: 180px !important;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
    bottom: 150px;
    position: absolute;
    margin-left: -65px;
}
.year15 span {
    color: #c5a47e;
    font-size: 125px;
    height: 103px;
    line-height: 65px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    font-weight: 400;
    letter-spacing: -12px;
}
.year15 .txt {
    text-align: center;
    color: #737373;
    font-size: 15px;
    height: 70px;
    line-height: 1em;
    padding-top: 55px;
}
.year15.line {
    background-image: linear-gradient(45deg, transparent 45%, #444 45%, #444 55%, transparent 0);
    background-size: 0.3em 0.3em;
}
.year15.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(-10px);
    }
}

@media screen and (max-width: 991px) {
    .year15 {
        margin-left: 30px;
    }
}

/* ======= Services style ======= */
.services {
    position: relative;
}
.services .item {
    position: relative;
    padding: 60px;
    background: #1f1f1f;
    border-radius: 4px;
}
.services .item:hover .arrow {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border-radius: 0 4px 0 50px;
    background-color: #c5a47e;
    color: #171717;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #c5a47e;
    border-left: 1px solid #c5a47e;
    border-right: 1px solid transparent;
}
.services .item .arrow {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.services .item h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.services .item p {
    color: #737373;
    margin: 0;
}
.services .item .icon {
    font-size: 45px;
    color: #c5a47e;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0;
}
.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}
.dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -2;
}
.services:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #171717;
    z-index: -1;
}
.services:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: transparent;
    z-index: -1;
}
.services .dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

@media screen and (max-width: 991px) {
    .services .item {
        padding: 40px;
    }
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}
.services2 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services2 .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%);
}
.services2 .item:hover .img {
    filter: none;
    transform: scale(1.05, 1.05);
    transition: all 3s ease;
}
.services2 .item .con {
    padding: 30px;
    position: absolute;
    bottom: -80px;
    text-align: center;
    width: 100%;
    transition: all .7s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.services2 .item .con h5,
.services2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
}
.services2 .item:hover .con {
    bottom: 0;
}
/* line animation */
.services2 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}
.services2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: ease-in-out;
}
/* permalink */
.services2 .item .con .permalink {
    color: rgba(255, 255, 255, 0.7);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.services2 .item .con .permalink a:hover,
.services2 .item .con .permalink i:hover {
    color: #fff;
}
/* icon */
.services2 .item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    background: #242424;
    text-align: center;
    color: #fff !important;
    font-size: 27px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s;
}
.services2 .item .icon-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 65px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    color: #c5a47e;
}
.services2 .item .icon-wrapper .hover-icon {
    opacity: 0;
    transform: scale(0.8);
}
.services2 .item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8);
}
.services2 .item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    transform: scale(1);
    font-size: 15px;
    color: #fff;
}
.services2 .item .icon-wrapper a.hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2;
}
.services2 .item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background: #171717;
}


/* ======= Service Details style ======= */
.service-details {
    position: relative;
}
.service-details h4 {
    color: #fff;
    font-size: 24px;
}
.service-details h5 {
    color: #fff;
    font-size: 24px;
}
.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
}
.service-details .sidebar-page .item .features {
    grid-template-columns: 50% 50%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service-details .sidebar-page .item .features span {
    color: #fff;
}
.service-details .sidebar-page .item .features span i {
    color: #fff;
    margin-right: 15px;
    font-size: 11px;
    background: #272727;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
.service-details .sidebar-page .item .features p {
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
}
.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #c5a47e;
    color: #171717 !important;
}
.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active {
    color: #c5a47e;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    color: #c5a47e;
}
.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span {
    color: #c5a47e;
}
/* list */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: center;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    display: grid;
}
.list-icon span {
    font-size: 13px;
    color: #c5a47e;
}
.list-text {
    margin-left: 15px;
}
.list-text p {
    font-size: 15px;
    margin: 0;
    color: #737373;
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}
.team .team-container {
    width: 145%;
    position: relative;
}
.team .item {
    position: relative;
}
.team .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.team .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: scale 2s ease-in-out, filter 1s ease-in-out;
}
.team .item:hover .img img {
    scale: 1.1;
}
.team .item .con {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: fit-content;
    padding: 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
}
.team .item .con .title,
.team .item .con .subtitle {
    overflow: hidden;
    line-height: 40px;
}
.team .item .con .title {
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.team .item .con .subtitle {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}
.team .item .con .title span,
.team .item .con .subtitle span {
    display: block;
    transition: transform 0.5s ease;
}
.team .item .con .title span {
    display: block;
    max-width: calc(12ch + 1em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-delay: 0.2s;
    transform: translateY(-100%);
}
.team .item .con .subtitle span {
    display: block;
    max-width: calc(25ch + 1em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(100%);
    transition-delay: 0.5s;
}
.team .item:hover .con span {
    transform: translateY(0%);
}
.team .item .con::after {
    position: absolute;
    content: "";
    top: 47%;
    left: 50%;
    width: 102%;
    height: 1px;
    transform: translate(-50%, -50%) scaleX(0);
    transform-origin: left;
    transition: 0.5s ease;
    background-color: rgba(255, 255, 255, 0.3);
}
.team .item:hover .con::after {
    transform: translate(-50%, -50%) scaleX(1);
}
.team .item .bg {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 160px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 0 0 4px 4px;
}
.team .item:hover .bg {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team Details style ======= */
.team-details {
    position: relative;
}
.team-details h5 {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 27px;
}
.team-details img {
    border-radius: 4px 6px 0 0;
}
.team-details .wrap {
    flex-wrap: wrap;
    background: #1f1f1f;
    padding: 40px;
    border-radius: 0 0 6px 6px;
}
.team-details .wrap h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
.team-details .wrap h5 {
    font-weight: 300;
    color: #c5a47e;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.team-details .wrap .cont {
    width: 100%;
    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 rgba(255, 255, 255, 0.1);
}
.team-details .wrap .cont .coll {
    width: auto;
    max-width: auto;
}
.team-details .wrap .cont .coll h6 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: #737373;
}
.team-details .wrap .cont .coll p {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #fff;
}
.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: 13px;
    color: #fff;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.team-details .wrap .social-icon a:hover {
    background: #fff;
    color: #171717;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
    border: 1px solid #fff;
}
.team-details .wrap .desc {
    padding: 43px 40px;
}
.team-details .wrap .desc .section-title {
    font-family: "Outfit", sans-serif;
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 300;
    color: #171717;
}
.team-details .wrap .desc .section-subtitle {
    color: #c5a47e;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.team-details .wrap .desc p {
    margin-bottom: 0;
}
/* team detail tabs */
.team-details .simpl-bord.nav-tabs {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.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: "Outfit", sans-serif;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.team-details .simpl-bord .nav-link.active {
    color: #c5a47e;
}


/* ======= Portfolio style ======= */
.portfolio {
    position: relative;
    overflow: hidden;
}
.portfolio .portfolio-container {
    width: 150%;
    position: relative;
}
.portfolio .item {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 4px;
}
.portfolio .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio .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: 4px;
}
.portfolio .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;
}
.portfolio .item .con {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.portfolio .item .con .title {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.portfolio .item .con .title span {
    color: #c5a47e;
}

.portfolio .item .more {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #171717;
    z-index: 2;
    display: inline-grid;
    margin-top: 0;
    border: 1px solid #171717;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.portfolio .item:hover .more {
    background-color: #171717;
    color: #fff;
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.portfolio .item:hover .more a {
    color: #fff !important;
}
.portfolio .item .more .icon-wrap {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}
.portfolio .item .more .icon-wrap::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.portfolio .item:hover .more .icon-wrap::before {
    transform: scale(1) translate(-2px, 0px);
}
.portfolio .item .more .icon-wrap .icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.portfolio .item:hover .more .icon-wrap .icon {
    transform: scale(0.26) translate(45px, -50px);
}
@media screen and (max-width: 991px) {
    .portfolio .portfolio-container {
        width: 100%;
    }
}


/* ======= Portfolio 2 style ======= */
.portfolio2 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.portfolio2 .portfolio2-container {
    width: 150%;
    position: relative;
}
.portfolio2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}
.portfolio2 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio2 .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%);
}
.portfolio2 .item:hover .img {
    filter: none;
    transform: scale(1.05, 1.05);
    transition: all 3s ease;
}
.portfolio2 .item .con {
    padding: 30px;
    position: absolute;
    bottom: -55px;
    text-align: center;
    width: 100%;
    transition: all .7s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.portfolio2 .item .con h5,
.portfolio2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.portfolio2 .item:hover .con {
    bottom: 0;
}
/* line animation */
.portfolio2 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}
.portfolio2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: ease-in-out;
}
/* permalink */
.portfolio2 .item .con .permalink {
    color: rgba(255, 255, 255, 0.7);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.portfolio2 .item .con .permalink a:hover,
.portfolio2 .item .con .permalink i:hover {
    color: #fff;
}
.portfolio2 .item .con .details {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
}
.portfolio2 .item .con .details span {
    margin-right: 10px;
}
.portfolio2 .item .con .details span i {
    color: #c5a47e;
    margin-right: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
}
/* icon */
.portfolio2 .item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background: #171717;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s;
}
.portfolio2 .item .icon-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 58px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.portfolio2 .item .icon-wrapper .hover-icon {
    opacity: 0;
    transform: scale(0.8);
}
.portfolio2 .item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8);
}
.portfolio2 .item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    transform: scale(1);
    font-size: 15px;
    color: #fff;
}
.portfolio2 .item .icon-wrapper a.hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2;
}
.portfolio2 .item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background: #171717;
}

@media screen and (max-width: 991px) {
    .portfolio2 .portfolio2-container {
        width: 100%;
    }
    .portfolio2 .item .con {
        padding: 15px;
        bottom: -40px;
    }
}

/* ======= Portfolio 3 style ======= */
.portfolio3 {
    position: relative;
}
.portfolio3 .portfolio3-container {
    width: 140%;
    position: relative;
}
.portfolio3 .portfolio3-wrap {
    position: relative;
}
.portfolio3 .portfolio3-wrap .items {
    position: relative;
    margin-bottom: 25px;
}
.portfolio3 .portfolio3-wrap .items .item-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.portfolio3 .portfolio3-wrap .items .item-img img {
    border-radius: 4px;
}
.portfolio3 .portfolio3-wrap .items:hover .info {
    opacity: 1;
    -webkit-transform: translate(0) skew(0);
    -ms-transform: translate(0) skew(0);
    transform: translate(0) skew(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.portfolio3 .portfolio3-wrap .items .info {
    background: #171717;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 90%;
    padding: 20px;
    -webkit-transform: translateX(-30px) translateY(30px) skew(10deg);
    -ms-transform: translateX(-30px) translateY(30px) skew(10deg);
    transform: translateX(-30px) translateY(30px) skew(10deg);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0 4px 0 0;
}
.portfolio3 .portfolio3-wrap .items .info h5 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.portfolio3 .portfolio3-wrap .items .info span {
    font-size: 15px;
    color: #737373;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .portfolio3 .portfolio3-container {
        width: 100%;
    }
}



/* ======= Portfolio 4 style ======= */
.portfolio4 {
    position: relative;
    overflow: hidden;
}
.portfolio4 .portfolio4-container {
    width: 160%;
    position: relative;
}
.portfolio4 .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .65s cubic-bezier(.05, .2, .1, 1);
    transition: .65s cubic-bezier(.05, .2, .1, 1);
    overflow: hidden;
    border-radius: 4px;
}
.portfolio4 .item.transition-inner-all * {
    -webkit-transition: .4s cubic-bezier(.37, 0, .63, 1);
    transition: .4s cubic-bezier(.37, 0, .63, 1)
}
.portfolio4 .item img {
    -webkit-transition: .65s cubic-bezier(.05, .2, .1, 1);
    transition: .65s cubic-bezier(.05, .2, .1, 1);
}
.portfolio4 .item .cont {
    opacity: 1;
    padding: 20px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(23, 23, 23, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
}
.portfolio4 .item .cont .wrap {
    background: #1f1f1f;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.portfolio4 .item .cont .title {
    color: #fff;
    font-size: 20px;
}
.portfolio4 .item .cont .link {
    position: relative;
    margin-left: auto;
    z-index: 1;
    overflow: hidden;
}
.portfolio4 .item .cont .link .category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    color: #737373;
}
.portfolio4 .item .cont .link i {
    position: absolute;
    right: 0;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    display: flex;
}
.portfolio4 .item .cont .wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(.5, 1, .89, 1);
    transition: .4s cubic-bezier(.5, 1, .89, 1);
}
.portfolio4 .item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.portfolio4 .item:hover img {
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.portfolio4 .item:hover .cont.hover .link a,
.portfolio4 .item:hover .cont.hover .link div,
.portfolio4 .item:hover .cont.hover .link i,
.portfolio4 .item:hover .cont.hover .link span,
.portfolio4 .item:hover .cont.hover .title {
    color: #171717;
}
.portfolio4 .item:hover .cont .link .category {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}
.portfolio4 .item:hover .cont .link i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    font-size: 18px;
}
.portfolio4 .item:hover .cont .wrap .overlay {
    opacity: 1;
    visibility: visible;
    background-color: #c5a47e;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .portfolio4 .portfolio4-container {
        width: 100%;
    }

    .portfolio4 .item .cont .link {
        display: none;
    }
}


/* ======= Portfolio Single style ======= */
.portfolio-single {
    position: relative;
}
.portfolio-single h4 {
    font-size: 24px;
    color: #fff;
}

.portfolio-single .cont {
}
.portfolio-single .cont .item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.portfolio-single .cont .item:last-child {
    border-bottom: none;
}
.portfolio-single .cont .item .icon {
    width: 30px;
    text-align: center;
    color: #c5a47e;
    font-weight: 300;
    font-size: 18px;
    flex-shrink: 0;
}
.portfolio-single .cont .item .title {
    flex: 1;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding-left: 12px;
}
.portfolio-single .cont .item .value {
    flex: 1;
    text-align: right;
    color: #737373;
    font-weight: 300;
    font-size: 15px;
    user-select: text;
}
.portfolio-single .cont .item .completed {
    color: #4caf50;
}
.portfolio-single .cont .item .inprogress {
    color: #ffc107;
}


/* ======= Pricing style ======= */
.price {
    position: relative;
}
.price .item {
    padding: 40px;
    border-radius: 4px;
}
.price .item h5 {
    font-size: 24px;
    color: #fff;
}
.price .item h6 {
    font-size: 15px;
    color: #737373;
}
.price .item .dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #737373;
}
.price .item .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #c5a47e;
}
.price .item .text-dark .dot-list li:before {
    background: #c5a47e;
}
.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}
.price .item h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.price .item h3 span {
    font-size: 20px;
    display: inline-block;
    color: #fff;
}
.price .item h5.txt-dark,
.price .item h3.txt-dark,
.price .item h3 span.txt-dark {
    color: #171717;
}
.price .item h6.txt-darkgray,
.price .item .dot-list li.txt-darkgray {
    color: #737373;
}
.price .item.bg-dark {
    background-color: #1f1f1f !important;
}
.price .item.bg-light {
    background-color: #fff !important;
}
.ml-auto {
    margin-left: auto;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}
.ml-30 {
    margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
    .price .item {
        display: block !important;
    }
    .price .item .cont {
        margin: 15px 0 15px 0 !important;
    }
    .price .item .ml-auto {
        text-align: left !important;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .price .item .ml-auto > div {
        margin-left: auto;
    }
}



/* ======= Gallery Image style ======= */
.gallery-image {
    position: relative;
}
.gallery-image .gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-image .gallery-filter li {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}
.gallery-image .gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-image .gallery-filter li.active {
    color: #c5a47e;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid #c5a47e;
    -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-image .gallery-filter li:hover {
    color: #c5a47e;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .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-image .gallery-wrap .gallery-item .gallery-con .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-image .gallery-wrap .gallery-item .gallery-con .gallery-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    border-radius: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9) 0, transparent 100%);
}
.gallery-image .gallery-wrap .gallery-item:hover .gallery-detail {
    transform: translateY(0px);
    opacity: 1;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con:hover .gallery-detail {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
    outline: none;
    overflow-x: hidden;
}
.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
}
.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    height: 500px !important;
}
.galleryscroll .item .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;
}
.galleryscroll .item .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;
    height: 100%;
    width: auto;
    object-fit: cover;
}
.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.galleryscroll .box-right-7 {
    margin-right: -10vw;
}
@media (max-width: 768px) {
    .galleryscroll .item .img {
        height: 250px !important;
    }
}


/* =======  Magnific Popup custom style  ======= */
.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 1 style  ======= */
.testimonials1 {
    position: relative;
    overflow: hidden;
}
.testimonials1 .item {
    padding: 45px 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: #1f1f1f;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-align: center;
    margin-bottom: 10px;
}
.testimonials1 .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.testimonials1 .item .info .quote-icon {
    width: 70px;
    margin-bottom: 10px;
}
.testimonials1 .item .info p {
    margin-bottom: 30px;
    line-height: 1.75em;
    font-weight: 300;
    font-size: 15px;
}
.testimonials1 .item .info p span {
    font-size: 20px;
}
.testimonials1 .item .review-title {
    text-align: center;
    text-align: -webkit-center;
}
.testimonials1 .item .review-title .img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
.testimonials1 .item .review-title .img-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials1 .item .review-title .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: 1000ms ease-in-out;
}
.testimonials1 .item .review-title .quote-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
}
.testimonials1 .item .review-title .quote-img img {
    width: 60%;
    height: auto;
}
.testimonials1 .item .review-title .quote-icon {
    position: absolute;
    top: -5px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
}
.testimonials1 .item .review-title .quote-icon i {
    font-size: 15px;
    color: #171717;
}
.testimonials1 .item:hover .review-title .quote-icon {
    transform: rotateY(180deg);
    background: #c5a47e;
}
.testimonials1 .item:hover .review-title .quote-icon i {
    color: #171717;
}
.testimonials1 .item:hover .img-inner > img {
    scale: 1.25;
    transform: rotateZ(5deg);
}
.testimonials1 .item .review-title .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonials1 .item .review-title h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
.testimonials1 .item .review-title .icons {
    color: #fd961e;
    font-size: 11px;
    line-height: 1.2em;
    letter-spacing: 0;
}
.testimonials1 .testimonials1-container {
    width: 140%;
    position: relative;
}
.testimonials1 .testimonials1-container:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: 0;
    width: 85%;
    background: #f1f3f5;
    z-index: -1;
}


/* ======= Testimonials 2 style ======= */
.testimonials2 {
    position: relative;
    overflow: hidden;
}
.testimonials2 .container {
    position: relative;
    min-height: 60vh;
    max-width: 1200px;
}
.testimonials2 .bg-img {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
}
.testimonials2 .bg-img[data-overlay-dark]:before {
    border-radius: 4px;
}
.testimonials2 .bg-img .play-button {
    position: absolute;
    bottom: 60px;
    right: 120px;
    z-index: 2;
}
.testimonials2 .bg-img .play-button i {
    font-size: 24px;
}
.testimonials2 .bg-img .btn {
    border-radius: 50%;
    line-height: 92px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    color: #fff;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.testimonials2 .bg-img .btn:hover {
    color: #fff;
}
.testimonials2 .bg-img .text {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.testimonials2 .bg-img .btn svg {
    position: absolute;
    left: 0;
    top: 0;
}
.testimonials2 .bg-img .circle {
    stroke-dasharray: 301.59px 301.59px;
    stroke-dashoffset: 301.59px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}
.testimonials2 .bg-img .btn:hover .circle {
    stroke-dashoffset: 0;
}
.testimonials2 .item-cover {
    background: #1f1f1f;
    position: relative;
    top: -80px;
    left: -80px;
    z-index: 3;
    border-radius: 4px;
}
.testimonials2 .item {
    position: relative;
}
.testimonials2 .item .cont {
    padding: 50px;
}
.testimonials2 .item .cont p {
    color: #737373;
    margin-bottom: 15px;
}
.testimonials2 .item .cont .quote-icon {
    width: 60px;
    margin-bottom: 0;
}
.testimonials2 .item .cont .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    margin-top: 20px;
}
.testimonials2 .item .cont .info .author-img {
    padding-right: 10px;
}
.testimonials2 .item .cont .info .author-img .circle {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}
.testimonials2 .item .cont .info .author-img .circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials2 .item .cont .info .author-info h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}
.testimonials2 .item .cont .info .author-info p {
    font-size: 13px;
    color: #737373;
    margin-bottom: 0;
}
.testimonials2 .item .cont .icons {
    color: #fd961e;
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 1px;
}
/* video text */
.testimonials2 .ornava-text {
    font-size: 180px;
    line-height: 200px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    z-index: 1;
    left: 0;
    right: 80vw;
    bottom: -80px;
    white-space: nowrap;
    position: absolute !important;
    color: rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease-out;
    will-change: transform;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .testimonials2 .ornava-text {
        display: none;
    }
    .testimonials2 .item {
        left: auto;
    }
    .testimonials2 .item-cover {
        top: -80px;
        left: 0px;
    }

    .testimonials2 .item .cont {
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials2 .bg-img .play-button {
        bottom: 20px;
        right: auto;
        left: 30px;
    }
}


/* ======= Scrolling style ======= */
.scrolling {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, ##171717 100%);
    padding: 60px 0;
    overflow: hidden;
    z-index: 1;
}
.scrolling.scrolling-ticker {
    padding: 60px 0;
}
.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
    font-family: "Outfit", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    vertical-align: middle;
    text-transform: lowercase;
}
.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 15px;
    margin-right: 30px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }
    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}


/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 300;
    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: #171717;
}
.play-button.color .circle-fill circle {
    fill: #171717;
}
/* video section */
.video-wrapper {
    background-position: center;
    position: relative;
    overflow: hidden;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
    border: 2px solid #fff;
    -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 #c5a47e;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    transform: scale(1);
    transition: transform 0.15s ease-out;
}
/* 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;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #242424;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.video-gallery-polygon:hover {
    background: #c5a47e;
    color: #171717;
}
.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.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: 4px;
}


/* ======= Banner Video style ======= */
.banner-video-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
    max-height: 100vh;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner-video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}
.banner-video-wrapper .wrap-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    text-align: right;
    width: auto;
}
.banner-video-wrapper .wrap-content h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner-video-wrapper .wrap-content h2 span {
    color: #c5a47e !important;
}


/* ======= Accordion Box (for Faqs) style ======= */
.faqs {
    position: relative;
}
.faqs img {
    border-radius: 4px;
}
/* animation */
.faqs .animation-float1 {
    animation: float1 2000ms linear 400ms infinite alternate both;
    overflow: hidden;
}
@keyframes float1 {
    0% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(30px);
    }
}
.faqs .animation-float2 {
    animation: float2 4000ms linear 800ms infinite alternate both;
    overflow: hidden;
}
@keyframes float2 {
    0% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(9px);
    }
}
.float-overlap {
    position: relative;
    right: -120px;
    z-index: 2;
    top: 5%;
}
.accordion-box {
    position: relative;
    padding: 0;
}
.accordion-box .block {
    position: relative;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-box .block.active-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-box .block.active-block:last-child {
    border-bottom: 1px solid transparent;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
    border-bottom: 0px 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    padding: 20px 0;
    padding-right: 30px;
    color: #fff;
    transition: all 500ms ease;
    border-radius: 0px;
    border: none;
}
.accordion-box .block .acc-btn span {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
}
.accordion-box .block .acc-btn .count {
    color: #c5a47e;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 5px;
    top: 17px;
    font-size: 9px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    color: #fff;
}
.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
    color: #fff;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 0 30px 20px 30px;
    background-color: transparent;
    color: #fff;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
    color: #737373;
}

@media screen and (max-width: 991px) {
    .float-overlap {
        right: 0px;
    }
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}
.blog .item {
    position: relative;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    margin-bottom: 10px;
}
.blog .item:hover {
    transform: translateY(-10px);
}
.blog .item .img {
    overflow: hidden;
    border-radius: 4px;
}

/* more */
.blog .item .more {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #242424;
    z-index: 2;
    display: inline-grid;
    margin-top: 0;
    border: 1px solid #242424;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.blog .item:hover .more {
    background-color: #242424;
    color: #fff;
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.blog .item:hover .more a {
    color: #fff !important;
}
.blog .item .more .icon-wrap {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}
.blog .item .more .icon-wrap::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.blog .item:hover .more .icon-wrap::before {
    transform: scale(1) translate(-2px, 0px);
}
.blog .item .more .icon-wrap .icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.blog .item:hover .more .icon-wrap .icon {
    transform: scale(0.26) translate(45px, -50px);
}

.blog .item .cont {
    position: relative;
    z-index: 2;
    border-radius: 0 0 4px 4px;
    padding: 30px 15px 15px 0px;
}
.blog .item .cont h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff;
}
.blog .item .cont h4 a {
    text-decoration: none;
    color: #fff;
}
.blog .item .cont p {
    color: #737373;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
}

/* 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: 0px;
    bottom: 0px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #737373;
    line-height: 1.75em;
}
.blog .item .cont .author h5 i {
    color: #737373;
    margin-right: 7px;
    font-size: 13px;
}
.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 #c5a47e;
}
.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #c5a47e;
}
.blog .item .cont .author h5:hover a {
    color: #c5a47e;
}

/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 3px;
}
.pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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: 15px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #242424;
    border: 1px solid #242424;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #c5a47e;
    border: 1px solid #c5a47e;
    color: #171717;
}
@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: #1f1f1f;
    padding: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    border: none;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.blog-sidebar .widget ul li a {
    color: #fff;
}
.blog-sidebar .widget ul li a.active {
    color: #c5a47e;
}
.blog-sidebar .widget ul li a:hover {
    color: #c5a47e;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 13px;
    margin-right: 12px;
    color: #c5a47e;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 120px;
    overflow: hidden;
    float: left;
    border-radius: 4px;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 140px;
}
.blog-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    margin-bottom: 25px;
    color: #fff;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 17px 20px;
    border: 0;
    background: #171717;
    margin-bottom: 0;
    border: none;
    color: #fff;
    border-radius: 30px;
}
.blog-sidebar .search form input::placeholder {
    color: #737373;
}
.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #c5a47e;
    font-size: 15px;
    font-weight: 300;
    color: #171717;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}
.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #171717;
}
.blog-sidebar .search:hover form button {
    background-color: #fff;
    color: #171717 !important;
    outline: none;
}
.blog-sidebar:hover button[type="submit"] i {
    color: #171717;
}
.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: transparent;
    color: #737373;
    float: left;
    border-radius: 4px;
    border: 1px solid #c5a47e;
}
.blog-sidebar ul.tags li a {
    font-size: 15px;
    color: #737373;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #c5a47e;
    color: #171717;
}


/* ======= Post style ======= */
.post h3 {
    font-size: 24px;
    color: #fff;
}
.first-letter {
    float: left;
    font-size: 65px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    margin: 0 25px 0 0;
    align-content: center;
    color: #c5a47e;
    width: 100px;
    height: 100px;
    border: 2px solid #242424 !important;
    border-radius: 100%;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.post-comment-section h5 span {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 15px;
}
.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}
.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.post-comment-wrap p i {
    color: darkorange;
}

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

/* ======= Prev and Next style ======= */
.nex-prv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1e1e1e;
}
.nex-prv span.icon {
    color: #c5a47e;
    font-size: 27px;
}
.nex-prv .prv h5,
.nex-prv .prv h5 a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.nex-prv .nxt h5,
.nex-prv .nxt h5 a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.nex-prv .nxt span {
    color: #fff;
}
.nex-prv .nxt .img,
.nex-prv .prv .img {
  padding: 60px 40px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
  color: #fff;
}
.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
  opacity: 0;
}
.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}
.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
  position: relative;
  z-index: 4;
}
.nex-prv .all-works {
  display: block;
  height: 100%;
  padding: 30px;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}
.ontop {
    position: relative;
    z-index: 7;
}


/* ======= Page style ======= */
.page {
    position: relative;
}
.page h4 {
    font-size: 27px;
    color: #fff;
}
/* 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 {}
.page-list-icon span {
    font-size: 13px;
    color: #c5a47e;
}
.page-list-text {
    margin-left: 10px;
}
.page-list-text p {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    color: #737373;
}


/* ======= Contact style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    background: #1f1f1f;
    padding: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 4px;
}
.contact-box .item.active {
    background: #c5a47e;
}
.contact-box .item:hover {
    background: #c5a47e;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.contact-box .item h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.contact-box .item.active h5 {
    color: #171717
}
.contact-box .item:hover h5 {
    color: #171717;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #737373;
    font-size: 15px;
    margin-bottom: 0;
}
.contact-box .item.active p {
    color: #171717;
}
.contact-box .item:hover p {
    color: #171717;
}
.contact-box .item span {
    font-size: 43px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #171717;
}
.contact-box .item:hover span {
    color: #171717;
}
.contact-box .item i.numb {
    font-size: 100px;
    position: absolute;
    bottom: -15px;
    right: -20px;
    color: rgba(255, 255, 255, 0.05);
}
.contact-box .item.active i.numb {
    color: rgba(0, 0, 0, 0.1);
}
.contact-box .item:hover .numb {
    color: rgba(0, 0, 0, 0.1);
}
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/* form */
.contact-form {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.contact-form h3 {
    color: #171717;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
}
.contact-form h3 span {
    color: #c5a47e;
    font-weight: 300;
    font-style: italic;
}
/* info box */
.info-box img {
    border-radius: 4px;
}
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.info-box .item .icon {
    color: #c5a47e;
    margin-right: 15px;
    background: #f1f3f5;
    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: #171717;
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 5px;
}
.info-box .item h6 {
    color: #c5a47e;
    margin-bottom: 0px;
    font-size: 20px;
}
.info-box .item p {
    font-size: 15px;
    margin-bottom: 0;
}


/* ======= 404 Page style ======= */
.notfound {
    min-height: calc(100vh - 100px);
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .7);
    background-image: url("../img/banner2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
.notfound h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
}
.notfound h2 {
    font-family: "Outfit", sans-serif;
    font-size: 160px;
    line-height: 170px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0px;
    color: #c5a47e;
}
.notfound p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
/* 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(255, 255, 255, 0.4);
    border-radius: 30px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.notfound form input:active,
.notfound form input:focus {
    border: 1px solid #c5a47e;
}
.notfound form input::placeholder {
    color: #fff;
}
.notfound form button {
    background-color: #c5a47e;
    border-radius: 100%;
    color: #171717;
    border: 0;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
}
.notfound form button:hover {
    background-color: #fff;
    color: #171717;
    outline: none;
}


/* ======= Button style ======= */
/* durubtn 1 */
.durubtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn .text {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.durubtn .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn:hover .text {
    color: #171717;
}
.durubtn:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn i {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn:hover i {
    color: #171717;
}
/* durubtn 2 */
.durubtn2 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #171717;
    border: 1px solid #fff;
    background-color: #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn2 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn2 .text {
    font-size: 13px;
    font-weight: 300;
    color: #171717;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.durubtn2 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn2 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn2:hover {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn2:hover .text {
    color: #fff;
}
.durubtn2:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn2:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn2 i {
    font-size: 13px;
    color: #171717;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn2:hover i {
    color: #fff;
}
/* durubtn 3 */
.durubtn3 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #171717;
    border: 1px solid #c5a47e;
    background-color: #c5a47e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn3 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn3 .text {
    font-size: 13px;
    font-weight: 300;
    color: #171717;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.durubtn3 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn3 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn3:hover {
    background: #c5a47e;
    border: 1px solid #c5a47e;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn3:hover .text {
    color: #171717;
}
.durubtn3:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn3:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn3 i {
    font-size: 13px;
    color: #171717;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn3:hover i {
    color: #171717;
}
/* durubtn 4 */
.durubtn4 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #c5a47e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn4 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn4 .text {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.durubtn4 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn4 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn4:hover {
    background: #c5a47e;
    border: 1px solid #c5a47e;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn4:hover .text {
    color: #171717;
}
.durubtn4:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn4:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn4 i {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn4:hover i {
    color: #171717;
}


/* ======= Footer style ======= */
.footer {
    position: relative;
}
.footer .item.text-end-left {
    text-align: end
}
/* footer top */
.footer .top {
    padding: 120px 0 60px 0;
}
.footer .top .item .logo {
    width: 175px;
    margin-bottom: 15px;
}
.footer .top .item h3 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer .top .item p,
.footer .top .item p a {
    color: rgba(255, 255, 255, .6);
}
.footer .top .item .phone {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    position: relative;
    font-weight: 300;
}
.footer .top .item .mail {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    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: rgba(255, 255, 255, 0.1);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* 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;
    margin-top: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    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: #c5a47e;
    color: #171717;
    border: 1px solid #c5a47e;
    -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: 40px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .bottom p {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    margin: 10px;
}
.footer .bottom p a {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 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: #c5a47e;
}
/* links */
.footer .bottom .links {}
.footer .bottom .links ul {
    margin: 0;
    padding: 0;
}
.footer .bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
}
.footer .bottom .links ul li a {
    color: #fff;
    position: relative;
}
.footer .bottom .links ul li:hover,
.footer .bottom .links ul li:hover a {
    color: #c5a47e;
}
@media screen and (max-width: 991px) {
    .footer .bottom .links ul li {
        margin: 5px 10px;
    }
    .footer .bottom .links,
    .footer .bottom p {
        text-align: left !important;
    }
    .footer .item.text-end-left {
    text-align: left;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 16px;
    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: 300;
    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: 1;
    -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(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: #fff;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[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-dark] p {
    color: rgba(255, 255, 255, 0.8);
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}
@media screen and (max-width: 991px) {
    .about img.img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
    }
    .info-box .item h5 {
        font-size: 15px;
    }
}
.bg-imgfixed {
    background-attachment: fixed;
}
@media (hover: none) and (pointer: coarse),
(max-width: 1366px) {
    .bg-imgfixed {
        background-attachment: scroll !important;
    }
}
