

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}



body {
    font-family: "Montserrat", sans-serif;
    color: #999;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    background-color: rgb(0 11 27);
    overflow-x: hidden;
}


img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #c5a47e;
}

/* typography */
/* headings */
h1 {
    font-size: 40px;
    margin-bottom: 0px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c5a47e;
    font-weight: 400;
    line-height: 1.5em;
}

/* paragraph */
p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    margin: 0 0 20px;
    color: #fcfcfc;
    font-weight: 400;
    margin-bottom: 20px;
}

/* lists */
ul {
    list-style-type: none;
}

/* links */
a {
    color: #c5a47e;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.100vh {
    min-height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
}

.dark {
    color: #c5a47e;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.o-hidden {
    overflow: hidden;
}

.pos-re {
    position: relative;
}

.notfound {
    overflow: hidden;
    min-height: 100vh;
}

.notfound .number {
    font-size: 180px;
    line-height: 180px;
    font-family: 'Oswald', sans-serif;
    color: #c5a47e;
    margin-bottom: 15px;
    font-weight: 400;
}

.notfound .title {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 20px;

}

.form-component {
    margin-bottom: 5px;
    position: relative;
}

/* Animate Box */
.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

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

/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: "Montserrat", sans-serif;
}

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: 12px;
    padding: 12px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px;
    outline: none;
}

input:focus,
textarea:focus {
    border-bottom: 1px solid #c5a47e;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #c5a47e;
    border: 1px solid transparent;
    outline: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: black;
    color: #ffffff;
    border: 1px solid #c5a47e;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid rgba(255, 255, 255, 0.03);
}

th,
tr,
td {
    padding: 10px;
}

/* submit and alert success  */
input[type="submit"] {
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
    color: #000000;
    padding: 6px 24px;
    margin: 0;
    position: relative;
    border-radius: 50px;
}

/* checkbox */
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 35px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=checkbox]:before {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #e9e9ec;
    background: transparent;
    position: absolute;
    top: -15px;
    margin-left: -3px;
}

input[type=checkbox]:after {
    font-family: 'themify';
    content: '\e64c';
    color: #000000;
    /* background: transparent; */
    position: absolute;
    top: -13px;
    margin-left: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}

input[type=checkbox]:checked:after {
    opacity: 1
}

/* line-gray */
input[type="password"].line-gray,
input[type="email"].line-gray,
input[type="text"].line-gray,
input[type="file"].line-gray,
textarea.line-gray {
    border-bottom: 1px solid rgba(24, 24, 24, 0.4);
}

input.line-gray:focus,
textarea.line-gray:focus {
    border-bottom-width: 1px;
    border-color: #fff;
    outline: none;
}


input[type=checkbox].line-gray:before {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.lets-talk input[type="text"],
.lets-talk input[type="file"],
.lets-talk textarea {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    outline: none;
}

.lets-talk input[type=checkbox].line-gray:before {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.lets-talk label {
    display: inline-block;
    color: #fff;
}


/* Placeholder */
.lets-talk ::-webkit-input-placeholder {
    color: #fff;
}

.lets-talk :-moz-placeholder {
    color: #fff;
}

.lets-talk ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.lets-talk :-ms-input-placeholder {
    color: #fff;
}


label a.underline {
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    line-height: 1.5;

}

label a.underline.line-gray {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.alert-success {
    background: transparent;
    color: #999;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 0px;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

button,
input,
optgroup,
select,
textarea,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    outline: none;
}

select {
    padding: 10px;
    border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
    outline: none;
}

/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #c5a47e;
}

.link-btn:hover {
    color: #fff;
}

.link-btn i {
    margin-left: 5px;
    font-size: 10px;
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #c5a47e;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link-btn:hover::before {
    width: 100%;
    color: #c5a47e;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1b1b1b;
    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: 55px;
    height: 55px;
    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: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #c5a47e;
    -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);
    }
}


/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
    overflow:hidden;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-lines-inner {
    position: absolute;
    width: 1143px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}


/* ======= Owl-Theme custom style ======= */


.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c5a47e;
    border: 1px solid #c5a47e;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}




/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #c5a47e;
}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.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: #1B1B1B;
    padding: 0 0 0 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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #c5a47e;
}

.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}

.nav-scroll .navbar-nav .active {
    color: #c5a47e !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.nav-scroll .logo-img {
    width: 165px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    color: #c5a47e;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    color: #c5a47e;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.logo {
    padding: 0;
}

.logo-img {
    padding: 20px 0;
    width: 165px;
    text-align: center;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    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: 1px solid rgba(255, 255, 255, 0.02);
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

.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: 190px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #222;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: #020f22;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav-scroll {
        background: #222;
    }

    .logo-wrapper {
        float: left;
        padding: 21px 0 21px 15px;
    }

    .nav-scroll .logo-wrapper {
        padding: 21px 15px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 165px;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {}

    .logo-img {
        margin-bottom: 0px;
        width: 165px;
        padding: 0;
    }

    .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: #c5a47e !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 500;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }

    .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: #222;
    }

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


@media screen and (max-width: 991px) {
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #222;
        text-align: left;
        padding: 20px;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h4 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .caption h4:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.header .caption h4:before,
.header .caption h4:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}

.header .caption p {
    font-size: 15px;
    line-height: 1.75em;
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}

.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0;
}

.header .caption p span:last-child:after {
    display: none;
}

.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1b1b1b;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}

.header .caption .button-light,
.header .caption .button-light2,
.header .caption .button-dark,
.header .caption .button-dark2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
}


/* ======= Slider style ======= */
#slider-area {
    position: relative;
}

#slider-area:after {
    background-color: #fff;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: -1px;
    width: 100%;
    -webkit-clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
    clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
    z-index: -1;
}

.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
    /*    right: 12%;*/
}

/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    right: 12%;
    z-index: inherit;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    font-size: 9px;
    margin-right: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #1b1b1b;
}



/* slide-number */
.slide-num {
    position: absolute;
    left: 168px;
    bottom: 7%;
    z-index: 9;
}

.slide-num span {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #fff;
    margin-right: 140px;
}

.slide-num span:last-child {
    margin-right: 0;
}

/* slide progress */
.slider__progress {
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 192px;
    bottom: 8.5%;
    z-index: 9;
}

.slider__progress span {
    background: #fff;
    height: 1px;
    display: block;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    position: relative;
    top: 0px;
}



/* ======= Hero style ======= */
.hero {
    position: relative;
    min-height: 100vh;
}

.hero:last-child {
    margin-bottom: 30px;
}

.hero .wrap figure {
    margin: 0;
    position: relative;
    width: 50%;
    margin-left: auto;
}

.hero .wrap.left figure {
    margin-left: 0;
    margin-right: auto;
}

.hero .wrap .caption {
    position: absolute;
    top: 50%;
    width: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0px 30px 30px 0;
}

.hero .wrap.left .caption {
    left: auto;
    right: 0;
    padding: 30px;
}

.hero .wrap .caption .title {
    color: #c5a47e;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
}

.hero .wrap .caption .title.white {
    color: #fff;
}

.hero .wrap .caption .subtitle {
    color: #c5a47e;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0px;
}

.hero .wrap .caption .subtitle:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.hero .wrap .caption .subtitle:before,
.hero .wrap .caption .subtitle:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ul list */
.hero .wrap .caption .list {
    position: relative;
    display: block;
}

.hero .wrap .caption .list li {
    position: relative;
    display: flex;
    align-items: center;
}

.hero .wrap .caption.list li+li {
    margin-top: 10px;
}

.hero .wrap .caption .icon {
    display: flex;
    align-items: center;
}

.hero .wrap .caption .icon span {
    font-size: 12px;
    color: #c5a47e;
    background-color: transparent;
}

.hero .wrap .caption .text {
    margin-left: 10px;
}

.hero .wrap .caption .text p {
    font-size: 15px;
    margin: 0;
}

/* signature */
.hero .wrap .caption .signature {
    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;
}

.hero .wrap .caption .signature img {
    margin-right: 15px;
    width: 70px;
}

.hero .wrap .caption .signature .wrap {}

.hero .wrap .caption .signature .wrap .name {
    color: #c5a47e;
    font-size: 15px;
}

.hero .wrap .caption .signature .wrap .job {
    color: #999;
    font-size: 15px;
}

.hero .wrap .caption .signature .wrap .job.white {
    color: #fff;
    font-size: 15px;
}

/* owl nav - dots */
.hero .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.hero .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero .owl-theme .owl-dots .owl-dot.active span,
.hero .owl-theme .owl-dots .owl-dot:hover span {
    background: #c5a47e;
    border: 1px solid #c5a47e;
}

@media (max-width: 991.98px) {
    .hero .wrap figure {
        width: auto;
        margin: 0;
    }

    .hero .wrap .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 30px 0 0 0;
    }

    .hero .wrap.left .caption {
        padding: 30px 0 0 0;
    }
}


/* ======= Section style ======= */
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding2 {
    padding-top: 200px;
    padding-bottom: 120px;
}

.section-padding.three {
    padding-top: 180px;
    padding-bottom: 120px;
}

.section-title {
    color: #c5a47e;
     font-family: "Playfair", serif !important;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.5em;
    text-transform: uppercase;
  
}
.footer .section-title{
    margin-bottom:10px;
}
.section-title span {
    color: #fff;
}

.section-title2 {
    color: #c5a47e;
    font-family: "Playfair", serif !important;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
}

.section-title2 span {
    color: #fff;
    font-family: "Playfair", serif !important;
}

.section-subtitle {
    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    color: #1b1b1b;
    word-spacing: 3px;
    margin-left: 10px;
}

.section-subtitle:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.section-subtitle:before,
.section-subtitle:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-title {
    color: #c5a47e;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-top: 5px;
}

.sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
    top: 45%;
}

.sub-title:before,
.sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding: 5px 0px 15px 15px;
}

.sub-title.border-bot-light.light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.sub-title.border-bot-dark {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0px 10px 15px;
    color: #fff;
}

.sub-title.border-footer-light {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding: 0px 0px 15px 15px;
}

.lets-talk {
    position: inherit;
}

.footer .sub-title:before,
.footer .sub-title:after {
    top: 30%;
}



/* ======= Page Banner Header style ======= */
.banner-header {
    height:100vh !important;
    padding-top: 160px;
    padding-bottom: 160px;
}

.banner-header .title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.banner-header .subtitle {
    color: #c5a47e;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0px;
}

.banner-header .subtitle:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.banner-header .subtitle:before,
.banner-header .subtitle:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-header p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

.banner-header p a {
    color: #aa8453;
}

.banner-header .wrap {
    margin-top: 20px;
}

.banner-header .wrap div {
    display: inline-block;
}

.banner-header .wrap .avatar {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.banner-header .wrap .author {
    margin-right: 20px;
    font-size: 13px;
    color: #fff;
}

.banner-header .wrap .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}

.banner-header .wrap .date-comment i {
    color: #aa8453;
    font-size: 15px;
    margin-right: 5px;
}

.banner-header .wrap .date-comment:last-of-type {
    margin-right: 0px;
}


.banner-header.full-height {
    min-height: 100vh;
}

[data-overlay-dark].banner-header h4 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

[data-overlay-dark].banner-header h4:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

[data-overlay-dark].banner-header h4:before,
[data-overlay-dark].banner-header h4:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-overlay-dark].banner-header h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}

[data-overlay-dark].banner-header p {
    font-size: 15px;
    line-height: 1.75em;
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}

[data-overlay-dark].banner-header p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

[data-overlay-dark].banner-header p span:last-child {
    padding: 0;
}

[data-overlay-dark].banner-header p span:last-child:after {
    display: none;
}

[data-overlay-dark].banner-header p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1b1b1b;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    height: 100vh;
    overflow: hidden;
}

.video-fullscreen-wrap .caption {
    position: relative;
}

.video-fullscreen-wrap .caption.text-left {
    text-align: left;
}

.video-fullscreen-video {
    height: 100%;
}

.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    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;
}



/* ======= About style  ======== */
.about {
    position: relative;
}

.about .wrap {
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    padding-bottom: 30px;
}

.about .wrap .con {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}

.about .wrap .con .info {
    bottom: 0;
    left: -7px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about .wrap .con img:hover {
    transform: scale(0.98);
}

.about .wrap .con .info .name,
.about .wrap .con .info .number {
    display: inline-block;
}

.about .wrap .con .info .name {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: 0px;
    word-spacing: 5px;
    color: #999;
}

.about .wrap .con .info .name:before {
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.about .wrap .con .info .name:before,
.about .wrap .con .info .name:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about .wrap .con .info .number {
    color: #999;
    margin: 0;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
    word-spacing: 7px;
}

.about .wrap .con .info .number:before {
    content: "/";
    left: 5px;
    position: absolute;
    top: 0;
    color: #c5a47e;
}

.about .wrap ul.social li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.about .wrap ul.social li a {
    color: #c5a47e;
}

.about .wrap ul.social li a:hover {
    color: #fff;
}


.about .wrap .social {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.about .wrap p {
    text-align: center;
    margin-bottom: 0px;
}

/* states */
.about .states {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 20px;
}

.about .states .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.about .states ul {
    margin: 0;
}

.about .states li {
    margin-right: 40px;
}

.about .states li:last-of-type {
    margin-right: 0;
}

.about .states li h1 {
    font-size: 60px;
    color: #c5a47e;
    margin-right: 15px;
}

.about .states li p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 5px;
}

@media screen and (max-width: 991px) {
    .about .states {
        position: relative;
    }

    .about .states ul.flex {
        display: block;
    }

    .about .states ul.flex li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
    }
}

/* about-box */
.about-box {
    text-align: center;
    border: none;
    margin-bottom: 15px;
}

.about-box h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.about-box .icon {
    width: 50px;
    height: 30px;
    margin-bottom: 15px;
}


/* ======= Skills style ======= */
.skills {
    position: relative;
}

.skills .skill-item {
    margin-top: 20px;
}

.skills .skill-item h6 {
    font-size: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 4;
    margin-bottom: 10px;
}

.skills .skill-item h6 i {
    font-size: 10px;
    margin-right: 10px;
    float: right;
    font-style: normal;
    letter-spacing: 2px;
}

.skills .skill-item .skill-progress {
    position: relative;
    background-color: #333;
}

.skills .skill-item .skill-progress .progres {
    position: relative;
    height: 1px;
    width: 10%;
    border-radius: 5px;
    padding: 0 10px 0;
    background-color: #c5a47e;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills .skill-item .skill-progress .progres:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #c5a47e;
    position: absolute;
    right: -5px;
    top: -1px;
}


/* ======= Team style ======= */
.team {}

.team .wrap {
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    padding-bottom: 30px;
}

.team .wrap .con {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}

.team .wrap .con .info {
    bottom: 0;
    left: -7px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team .wrap .con img:hover {
    transform: scale(0.95);
}

.team .wrap .con .info .name,
.team .wrap .con .info .number {
    display: inline-block;
}

.team .wrap .con .info .name {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: 0px;
    word-spacing: 7px;
    color: #fff;
}

.team .wrap .con .info .name:before {
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.team .wrap .con .info .name:before,
.team .wrap .con .info .name:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team .wrap .con .info .number {
    font-family: "Montserrat", sans-serif;
    color: #999;
    margin: 0;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}

.team .wrap .con .info .number:before {
    content: "/";
    left: 5px;
    position: absolute;
    top: 0;
    color: #c5a47e;
}

.team .wrap ul.social li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.team .wrap .social {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.team .wrap p {
    text-align: center;
    margin-bottom: 0px;
}

.team .wrap ul.social li a:hover {
    color: #fff;
}


/* ======= Testimonials style ======= */
.testimonials .wrap {
    position: relative;
    padding: 0;
    border: none;
}
.testimonials .owl-item{
    background:#fff;
    border-radius: 15px;
    padding:16px;
}
.testimonials .wrap .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .wrap .item .quote {
    position: absolute;
    right: 30px;
    top: 75px;
    width: 100px;
    margin: 0 auto 20px;
    opacity: .7;
}

.testimonials .wrap .item p {
    color: #fff;
}

.testimonials .wrap .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .wrap .item .info .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;

}

.testimonials .wrap .item .info .author-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;

}

.testimonials .wrap .item .info .cont {
    margin-left: 90px;
}

.testimonials .wrap .item .info h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #c5a47e;
    line-height: 1em;
}

.testimonials .wrap .item .info span {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
    line-height: 1.25em;
}

.testimonials .wrap .item .info .rate {
    float: right;
}

.testimonials .wrap .item .info i {
    color: #fff;
    font-size: 10px;
}

@media screen and (max-width: 991px) {
    .testimonials .wrap {
        margin-bottom: 0px;
        padding: 20px;
    }

    .testimonials .wrap .item .quote {
        position: absolute;
        right: 10px;
        top: 180px;
        width: 75px;
        margin: 0 auto 20px;
        opacity: .7;
    }
}


/* ======= Services style  ======== */
.services .item {
    padding: 40px 20px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
}

.services .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 8, 5, 0.5);
}

.services .item:hover:after {
    opacity: 0;
}

.services .item:hover h5,
.services .item:hover p,
.services .item:hover .more,
.services .item:hover .icon-size,
.services .item:hover span {
    color: #fff;
}

.services .item:hover .numb {
    -webkit-text-stroke: 1px #fff
}

.services .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b1b1b;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.services .item .con {
    position: relative;
    z-index: 7;
}

.services .item h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services .item .numb {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #c5a47e;
    opacity: 1;
    margin-bottom: 20px;
}

.services .item .more {
    font-size: 15px;
    color: #c5a47e;
}

.services .item .more .icon-size {
    font-size: 10px;
    margin-left: 5px;
}

.services .item p {
    font-size: 15px;
}

/* services images */
.services .bg-1 {
    background-image: url(../images/slider/1.jpg);
}

.services .bg-2 {
    background-image: url(../images/slider/2.jpg);
}

.services .bg-3 {
    background-image: url(../images/slider/3.jpg);
}

.services .bg-4 {
    background-image: url(../images/slider/4.jpg);
}

.services .bg-5 {
    background-image: url(../images/slider/5.jpg);
}

.services .bg-6 {
    background-image: url(../images/slider/6.jpg);
}


/* ======= Projects style ======= */
.projects {
    position: relative;
}

.projects .items {
    width: 50% !important;
}

.projects .items:nth-of-type(even) {
    width: 30% !important;
}

.projects .items img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projects .items: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;
}

.projects .items .con {
    position: relative;
    overflow: hidden;
}

.projects .items .con .info {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 25px 25px 25px 15px;
    background: #1b1b1b;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.projects .items .con:hover .info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.projects .items .con .info h6,
.projects .items .con .info h6 a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.projects .items .con .info .category {
    color: #c5a47e;
    font-size: 11px;
    margin-bottom: 40px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
}

.projects .items .con .info .category:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.projects .items .con .info .category:before,
.projects .items .con .info .category:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.projects .items:nth-of-type(even),
.projects .items {
    width: 50% !important;
}

.projects .items:nth-of-type(even),
.projects .items {
    width: 100% !important;
}


/* ======= Projects 2 style ======= */
.project2 {
    position: relative;
}

.projects2-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}

.projects2-filter {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
}

.projects2-filter li {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.75em;
    cursor: pointer;
    color: #999;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
}

.projects2-filter li:last-child {
    margin-right: 0;
}

.projects2-filter li.active {
    color: #c5a47e;
    content: "";
    left: 0;
    bottom: -4px;
    -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);
}

.projects2-filter li:hover {
    color: #c5a47e;
}

.projects2-wrap {
    padding-bottom: 90px;
    padding-right: 0;
    padding-left: 90px;
    position: relative;
}

.projects2-wrap:hover img {
    -ms-transform: scale(0.95, 0.95);
    /* IE 9 */
    -webkit-transform: scale(0.95, 0.95);
    /* Safari */
    transform: scale(0.95, 0.95);
}

.projects2-wrap h3 {
    font-size: 24px;
    line-height: 1.75em;
    color: #c5a47e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.projects2-wrap h3 a,
.projects2-wrap h3 a:hover {
    color: #fff;
}

.projects2-wrap p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #c5a47e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.projects2-con {
    position: absolute;
    left: 40px;
    top: 80px;
}

.project2-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-right: 40px;
    line-height: 1.75em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 80px;
}

.project2-link:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #c5a47e;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.project2-link:before:hover {
    padding-left: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.project2-link i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.project2-link:hover i {
    padding-left: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.project2-link:hover {
    color: #fff;
}


/* ======= Projects 3 style ====== */
.projects3 .img {
    position: relative;
    overflow: hidden;
}

.projects3 p {
    color: #999;
}

.projects3 .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.projects3 .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projects3 .content {
    width: 100%;
    padding: 30px;
}

.projects3 .content .cont {
    display: table-cell;
    vertical-align: middle;
}

.projects3 .content .cont h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.projects3 .content .cont h6 {
    font-size: 13px;
    margin-bottom: 15px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 991px) {
    .projects3 .content {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .projects3 .content .cont h3 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .projects3 .content {
        padding: 0 0px;
    }
}




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

.project-page h2 {
    color: #1b1b1b;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
}

.project-page h6 {
    margin-bottom: 0px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #999;
}

.project-bar {
    padding: 30px;
    background-color: #1b1b1b;
    margin-top: -60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.project-bar h5 {
    font-family: "Montserrat", sans-serif;
    color: #c5a47e;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .project-bar {
        margin-top: 0px;
        padding: 20px 0;
    }
}

/* page list */
.page-list {
    position: relative;
    display: block;
}

.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.page-list li+li {
    margin-top: 10px;
}

.page-list-icon {
    display: flex;
    align-items: center;
}

.page-list-icon span {
    font-size: 10px;
    color: #c5a47e;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    padding: 10px;
}

.page-list-text {
    margin-left: 15px;
}

.page-list-text p {
    font-size: 15px;
    margin: 0;
}


/* ======= Process style ====== */
.process .img {
    position: relative;
    overflow: hidden;
}

.process p {
    color: #999;
}

.process .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.process .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.process .wrap {
    width: 100%;
    padding: 30px;
}

.process .wrap .number {
    position: relative;
    z-index: 2;
}

.process .wrap .number h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #c5a47e;
    opacity: .8;
    margin-bottom: 20px;
}

.process .wrap .cont {
    display: table-cell;
    vertical-align: middle;
}

.process .wrap .cont h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
    .process .wrap {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .process .wrap .cont h3 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .process .wrap {
        padding: 0 0px;
    }

    .process .wrap .number h1 {
        font-size: 50px;
    }
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding-left: 3px;
}

.accordion-box .block {
    position: relative;
    background: #1b1b1b;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.accordion-box .block.active-block {
    background-color: #1b1b1b;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #999;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .count {
    color: #c5a47e;
    padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #1b1b1b;
    color: #c5a47e;
}

.accordion-box .block .acc-btn.active:before {
    color: "Themify";
    content: "\e648";
    color: #c5a47e;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 30px;
    background-color: #1b1b1b;
    color: #999;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
    font-size: 18px;
}

.gallery-box .gallery-detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.5);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}


/* ======= Video Gallery style ======= */
/* video gallery */
.vid-icon {
    position: relative;
    overflow: hidden;
}

.vid-icon:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.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-right: 20px;
    float: left;
}

.video-gallery-polygon {
    z-index: 2;
    padding-right: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #c5a47e;
    border-radius: 50%;
    color: #fff;
    padding: 10px 9px 10px 11px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}

.video-gallery-polygon:hover {
    background: #fff;
    color: #1b1b1b;
}

.video-gallery-polygon {
    font-size: 13px;
}


/* ======= Contact style ======= */
.contact {
    position: relative;
}

.google-maps {
    height: 100%;
    min-height: 500px;
    width: 100%;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact h4 span {
    color: #c5a47e;
}

.contact h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.contact .phone {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.contact .mail {
    font-size: 15px;
    line-height: 3em;
    color: #999;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c5a47e;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact .social {
    margin-bottom: 15px;
}

.contact .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.contact .social a:hover {
    border: 1px solid #c5a47e;
    background: transparent;
    color: #fff;
}



/* ======= Comment style ======= */
.comments {
    position: relative;
    padding-top: 0px;
    margin-bottom: 90px;
}

.comments h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.comments .wrap {
    display: flex;
    margin-bottom: 60px;
}

.comments .wrap .user {
    margin-right: 30px;
    flex: 0 0 auto;
}

.comments .wrap .user img {
    width: 100px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 3px;
}

.comments .wrap .con {
    margin-right: 26px;
}

.comments .wrap .con p span {
    font-size: 13px;
}

.comments .wrap .con .reply {
    font-size: 13px;
    color: #c5a47e;
}


/* ======= Prev/Next style ======= */
.prev-next {
    position: relative;
    padding: 40px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

@media (max-width: 576px) {
    .prev-next {
        text-align: center;
    }

    .prev-next-left {
        margin-bottom: 10px;
    }
}

.prev-next a {
    display: inline-block;
    line-height: 1em;
    color: #999;
}

.prev-next a i {
    font-size: 20px;
}

.prev-next a:hover {
    color: #c5a47e;
}

.prev-next .prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}

.prev-next .prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}


/* ======= Homepage Blog Grid style ======= */
.blog-home {
    position: relative;
}

.blog-home .item .post-img .img {
    overflow: hidden;
}

.blog-home .item .post-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog-home .item .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.blog-home .item .cont {
    position: relative;
    padding: 20px 15px;
    width: 95%;
    margin-left: 0%;
    margin-top: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: -60px;
    background-color: #1b1b1b;
    margin-left: 0px;
    margin-bottom: 20px;
}

.blog-home .item .info {
    margin-bottom: 0px;
    position: relative;
}

.blog-home .item .info a {
    font-size: 13px;
}


.blog-home .item .info a:last-of-type {
    margin-right: 0;
    color: #999;
}

.blog-home .item .info a i,
.blog-home .item .info a span {
    margin-right: 10px;
}

.blog-home .item .info a span {
    color: #c5a47e;
}

.blog-home .item .info a span:hover {
    color: #fff;
}

.blog-home .item .info a span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    margin-inline-start: 1em;
    border-radius: 50em;
    background-color: currentColor;
    vertical-align: middle;
    opacity: .35;
    color: #fff;
}

.blog-home .item h4,
.blog-home .item h4 a {
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-home .item .more {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}


/* ======= Blog style ======= */
.blog {}

.blog .wrap {
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.blog .wrap .con {
    position: relative;
    padding: 30px 30px 60px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog .wrap .con .date {
    font-size: 13px;
    text-align: right;
    margin-bottom: 10px;
}

.blog .wrap .con .date span {
    margin: 0 2px 0 12px;
    color: #c5a47e;
}

.blog .wrap .con .title,
.blog .wrap .con .title a {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* blog sidebar style */
.sidebar .search-box {
    position: relative;
}

.sidebar .search-box input {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 2px;
    width: 100%;
    background: transparent;
    color: #999;
}

.sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .widget {
    padding: 45px 30px;
    margin-top: 45px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    background: transparent;
}

.sidebar .widget .title-widget {
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sidebar .widget.category li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 15px;
    color: #999;
}

.sidebar .widget.category li span a {
    color: #999;
}

.sidebar .widget.category li span a:hover {
    color: #c5a47e;
}

.sidebar .widget.category li:last-of-type {
    margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.sidebar .widget.last-post-thum .item:last-of-type {
    margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item .img {
    width: 95px;
    height: 95px;
    border-radius: 2px;
    overflow: hidden;
}

.sidebar .widget.last-post-thum .item .img a {
    width: 100%;
    height: 100%;
}

.sidebar .widget.last-post-thum .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar .widget.last-post-thum .item .cont {
    padding-left: 15px;
}

.sidebar .widget.last-post-thum .item .cont h6,
.sidebar .widget.last-post-thum .item .cont h6 a {
    font-size: 12px;
    text-transform: uppercase;

    color: #fff;
}

.sidebar .widget.last-post-thum .item .cont h6 a:hover {
    color: #c5a47e;
}

.sidebar .widget.last-post-thum .item .cont span {
    font-size: 12px;
    margin-top: 10px;
}

.sidebar .widget.last-post-thum .item .cont span a {
    color: #999;
}

.sidebar .widget.tags .bt {
    line-height: 2.5em;
}

.sidebar .widget.tags a {
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: #999;
    padding: 8px 15px;
    border-radius: 2px;
    font-size: 13px;
    margin: 2px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sidebar .widget.tags a:hover {
    background: #c5a47e;
    color: #fff;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

.ml-auto {
    margin-left: auto;
}

/* pagination */
.blog .pagination-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

.blog .pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.blog .pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-weight: 400;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.blog .pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #c5a47e;
}

.blog .pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #c5a47e;
    color: #c5a47e;
}

.blog .pagination-wrap li a i {
    font-size: 11px;
}

.post .date {
    font-size: 15px;
    text-align: right;
    margin-bottom: 10px;
}

.post .date span {
    margin: 0 2px 0 12px;
    color: #c5a47e;
}

.post h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
}



/* ======= Button style ======= */
/* button light */
.button-light {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-light:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
}

/* button light2 */
.button-light2 {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: #fff;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #c5a47e;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.button-light2:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

/* button dark */
.button-dark {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #c5a47e;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #c5a47e;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-dark:hover {
    border: 1px solid #c5a47e;
    background-color: #c5a47e;
    color: #FFF;
}

/* button dark2 */
.button-dark2 {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #c5a47e;
    border-radius: 80px;
    background-color: #c5a47e;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-dark2:hover {
    border: 1px solid #c5a47e;
    background-color: transparent;
    color: #c5a47e;
}




/* ======= 404 page style ======= */
.error-form {
    position: relative;
    max-width: 460px;
    margin: 40px auto 0;
}

.error-form form {
    position: relative;
}

.error-form .form-group {
    position: relative;
    margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 30px;
    height: 50px;
    display: block;
    background: #f6f6f6;
    color: #c5a47e;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 300ms ease;
    outline: none;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: #f6f6f6;
}

.error-form .form-group input::-webkit-input-placeholder {
    color: #999;
}

.error-form .form-group .theme-btn {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: #c5a47e;
}

.error-form .form-group .theme-btn span {
    vertical-align: middle;
    outline: none;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    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: 45px;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    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: #c5a47e;
    stroke-width: 2;
    -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(197, 164, 126, 0.2);
    box-shadow: inset 0 0 0 1px rgba(197, 164, 126, 0.2);
}

.progress-wrap::after {
    color: #c5a47e
}

.progress-wrap svg.progress-circle path {
    stroke: #c5a47e;
}


/* ======= Footer style ======= */
.footer {
    padding: 90px 0 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer .top {}

.footer .top .item h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    color: #c5a47e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer .top .item h3 span {
    color: #fff;
}

.footer .top .item p {
    margin-bottom: 15px;
    color: #999;
}

.footer .top .item .phone {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.footer .top .item .mail {
    font-size: 15px;
    line-height: 3em;
    color: #999;
    ;
    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: #c5a47e;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .top .item .social {
    margin-bottom: 15px;
}

.footer .top .item .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.footer .top .item .social a:hover {
    border: 1px solid #c5a47e;
    background: transparent;
    color: #fff;
}

.footer .top .sub-title.border-bot-dark {
    margin-top: 0px;
}

/* sub footer */
.footer .bottom {
    padding: 30px 0 10px 0;
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer .bottom p {
    font-size: 13px;
    color: #999;
}

.footer .bottom p a {
    color: #999;
}

.footer .bottom p a:hover {
    color: #c5a47e;
}

.footer .bottom p.right {
    text-align: right;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #c5a47e;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #999;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-light] p {
    color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Media Query ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 1024px) {
    .projects2-wrap {
        padding-left: 20px;
    }

    .projects2-wrap h3 {
        font-size: 22px;
    }

    .projects2-con {
        top: 40px;
    }
}

@media all and (max-width: 767px) {
    .projects2-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }

    .footer .bottom p.right {
        text-align: left;
    }

    .slide-num,
    .slider__progress {
        display: none;
    }

}

@media all and (max-width: 575px) {
    .projects2-filter li {
        margin-right: 10px;
        font-size: 16px;
    }

    .projects2-filter li:last-child {
        margin-right: 0;
    }

    .projects2-items .single-item {
        padding-bottom: 30px;
    }

    .projects2-wrap {
        padding: 0;
    }

    .notfound .number {
        font-size: 100px;
        line-height: 100px;
    }

    .banner-header .title {
        font-size: 26px;
        line-height: 1.3em;
    }


}

.nav-scroll {

    background-color: rgb(0 11 27);



}


.content-lines {
    display: none;
}



.about-bench {

    /* background-image: url(../img/logo/bg-gold.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 50px;
}

.brand-value {
    background-image: url(../img/background/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    background-size: cover;
    height: 80vh;
    padding-left: 3.5rem;
}





.brand-value2 {
    background-image: url(../img/background/director.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items:flex-end;
    flex-direction: column;
    background-size: cover;
    height: 80vh;
    padding-left: 3rem;
}



.brand-value2  .section-title{
    text-decoration: underline;
    font-family: "Playfair", serif !important;
    font-size: 70px;
    font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 0px;
  text-decoration-thickness: 5  px;


}

.brand-value2 .sub-title{
    font-size: 25px;
    max-width: 600px;
    padding-left: 0px;
    margin: 10px 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 1px;
}




.brand-value p {

    text-align: justify;
}

.brand-value .sub-title{
    font-size: 24px;
    padding-left: 0px;
    margin: 10px 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: start;
    color: #fff;
}

.value .sub-title{
    font-size: 15px;
    max-width: 600px;
    padding-left: 0px;
    margin: 10px 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
}






  .sub-title:before{

    display: none;
}
 


.about-brand {

    display: flex;
    justify-content: center;
    align-items: center;
}



.about {
    position: relative;
    background-color: #020f22;
}


.footer {
    padding: 90px 0 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    background-color: #000;
}

.section-padding1{

    padding-top: 120px;
}


.services .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b1b1b;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}


.section-padding{

    padding-bottom: 60px;
    padding-top: 60px;
}


.section-padding1{

    padding-bottom: 70px;
    padding-top: 120px;
}



.content-lines-inner {
    border: none;
}


.services .item:after {
   
    background: #000b1b;
   
}


.services .item .numb {
    
    text-align: center;
}

.services .item h5 {

    text-align: center;
    margin-top: 10px;
}

.services .item p {

    text-align: center;
}


.services .item {
    padding: 40px 20px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    border: 0.1px solid #c5a47e36;
}


.projects .items .con  h6, .projects .items .con  h6 a {

    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.projects .items .con h6 {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 25px 25px 25px 15px;
    background:#1b1b1b73;
    
}


.header .caption h1 {
 
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 2px;
}

.services .item h5 {
    
    letter-spacing: 1px;
}

.services .item {
    
    height: 300px;
}

.footer .top .item .social a {

    border: 1px solid;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


 .projects2-filter li {
    margin-right: 25px;
    display: inline-block;
    font-size: 20px;
    line-height: 2em;
    cursor: pointer;
    color: #999;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}


.mobile-screen{
    display: none;
}

.big-screen{

    display: block;

}




.blog-home .item .info a span:after {

    display: none;
}





@media only screen and (max-width:1700px) {
}

@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1500px) {

}

@media only screen and (max-width:1440px) {

}

@media only screen and (max-width:1400px) {

}

@media only screen and (max-width:1366px) {

}

/*  (min-width:1280px)+++ */
@media only screen and (max-width:1280px) {

}

/*  (min-width:1200px)+++ */
@media only screen and (min-width:1200px) {
}

/*  (max-width:1200px)+++ */
@media only screen and (max-width:1200px) {

}

/* (min-width:992px) (max-width: 1199.98px) // Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199.98px) {/* ExTra Class Start*/

}

@media only screen and (max-width:992px) {

}

@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
    .header {
        min-height:50vh;
    }
    .navbar{
        background-color: #020f22;
    }
    .slider .owl-item, .slider-fade .owl-item{
        height:50vh;
        margin-top:80px;
    }
    .h-50{
        height:50vh !important;
    }
    .banner-header{
        height:50vh !important;
    }
    .header .caption h1 {
        font-size: 26px;
    }
    .footer .bottom p {
        text-align: right;
    }
    .float {
        left:20px;
        bottom:20px;
    }
    .footer-form{
        padding: 10px 20px;
        width: 94%;
        margin: 0 auto;
    }
    .section-title{
        margin-top:20px;
    }
    .footer .section-title {
        margin:0;
    }
}
/* Medium devices (min-width:768px) (max-width: 991.98px) // (tablets, less than 992px) */
@media only screen and (max-width:991px) {/* ExTra Class Start*/

   
.padding-mobile{

    padding-left: 15px;
    padding-right: 15px;
}


.projects2-filter li {
    margin-right: 0px;
    display: block;
    width:100%;
}

.big-screen{

    display: none;

}


}

@media only screen and (max-width:768px) {

    .mobile-screen{
        display: block;
        padding:10px;
    }
.padding-mobile{

    padding-left: 15px;
    padding-right: 15px;
}

.projects2-filter {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
}

.header-social{
    margin-left: 60px;
}

.header-social a {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 16px;
    color: #101010;
    background: #c5a47e;
}


/* ======= Portfolio style ======= */
.portfolio {
    position: relative;
}
.portfolio .portfolio-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.portfolio .portfolio-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.portfolio .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0px 25px;

}
/* img */
.portfolio .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.portfolio .item:hover .img img {
    transform: scale(1.05);
}
.portfolio .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}
.portfolio .item .con.opacity-1 { 
    opacity: 0;
}
.portfolio .item .con.active {
    visibility: visible;
    opacity: 1;
}
/* arrow */
.portfolio .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.portfolio .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #c5a47e;
    background: #c5a47e;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}
.portfolio .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
/* title */
.portfolio .item .con .title {
    position: absolute;
    bottom: 0px;
    padding: 20px 90px 20px 20px;
    width: 100%;
}
.portfolio .item .con .title h6 {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}
.portfolio .item .con .title h6 span {
    color: #c5a47e;
    margin-right: 2px;
}
.portfolio .item .con .title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio .item .con .title h3 {
color: #fff;
    font-size: 24px;;
    margin-bottom: 0;
}
/* icon */
.portfolio .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #000b1b;
    border-top-left-radius: 50%;
    padding: 15px;
}
.portfolio .item:hover .con .icon .arrow {
  transform: scale(1.05);
}
.portfolio .item .con .icon::before {
position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #101010;
}
.portfolio .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #101010;
}
.portfolio .item .con .icon .arrow {
    position: absolute;
    background: #c5a47e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.portfolio .item:hover .con .icon .arrow {
    color: #101010;
    background: #fff;
}
/* owl nav */
.portfolio .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.portfolio .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.portfolio .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-prev {
    left: 10px !important
}
.portfolio .owl-theme .owl-next {
    right: 10px !important
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 17px
}
.portfolio .owl-theme .owl-prev > span,
.portfolio .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%)
}
.portfolio .owl-carousel .owl-nav button.owl-next,
.portfolio .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.portfolio .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.portfolio .owl-theme .owl-nav [class*=owl-]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #101010;
}
.portfolio .owl-theme .owl-nav {
    top: 40% !important;
}
.portfolio .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.portfolio .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.portfolio .bottom-fade {
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .portfolio-carousel {
        overflow: hidden;
    }
    .portfolio .owl-theme .owl-nav {
        display: none;
    }
}




/* ======= Portfolio Details style ======= */
.portfolio-details {
    position: relative;
}
.portfolio-details h3 {
    color: #c5a47e;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: "Playfair", serif !important;

}
.portfolio-details .sidebar-car {
    position: relative;
    display: block;
    padding: 0;
    background: #000b1b;
    border-radius: 20px;
    z-index: 9;
}
.portfolio-details .sidebar-car .title {
    position: relative;
    background-color: #c5a47e;
    padding: 38px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.portfolio-details .sidebar-car .title h4 {
    font-size: 24px;;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-details .sidebar-car .item {
    padding: 30px 30px 40px 30px;
}
.portfolio-details .sidebar-car .item .features {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}
.portfolio-details .sidebar-car .item .features span {
    color: #999;
}
.portfolio-details .sidebar-car .item .features span i {
    color: #c5a47e;
    margin-right: 10px;
    font-size: 17px;
}
.portfolio-details .sidebar-car .item .features p {
    margin-bottom: 0px;
    color: #999;
    text-align: right;
}
@media screen and (max-width: 991px) {
    .portfolio-details .sidebar-car {
        margin-top: 30px;
    }
}

/* =======  Image Gallery style  ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    font-weight: 300;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #c5a47e ;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px 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-filter li:hover {
    color: #c5a47e ;
}
.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 7px;   
}
.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
    /* text-align: center; */
    border-radius: 20px;
    isolation: isolate;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);   
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box:hover .gallery-img > img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}
.gallery-box .gallery-detail h4 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gallery-box .gallery-detail p {
    color: #c5a47e;
    margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
}

.mb-60{

    margin-bottom: 60px;
}