@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
* {
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
}
body {
    background: #fff;
    color: #777;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper {
    padding: 0 50px;
}
a {
    color: #4835ce;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover,
a:visited,
button {
    outline: none !important;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    background: none;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    position: relative;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
textarea {
    overflow: hidden;
}
p {
    font-family: Muli, sans-serif;
    line-height: 1.8em;
    position: relative;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: static;
}
.medium-container {
    max-width: 850px;
}
.page-wrapper {
    margin: 0 auto;
    min-width: 300px;
    position: relative;
    width: 100%;
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    height: auto;
    max-width: 100%;
}
.theme-btn,
img {
    display: inline-block;
}
.theme-btn {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.centered {
    text-align: center;
}
.btn-style-one {
    background-color: #9e7247;
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    border-radius: 50px;
    box-shadow: 0 10px 20px hsla(35, 54%, 63%, 0.15);
    color: #fff;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 36px;
    position: relative;
    text-transform: uppercase;
}
.btn-style-one:hover {
    background-image: linear-gradient(90deg, #9d7146 0, #d5aa6d);
    color: #fff;
}
.btn-style-two {
    background-color: #191514;
    border-radius: 50px;
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 32px;
    position: relative;
    text-transform: capitalize;
}
.btn-style-two:hover {
    background-color: #9d7146;
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    color: #fff;
}
.btn-style-three {
    background-color: #eeeef6;
    border-radius: 50px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    color: #333;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 32px;
    position: relative;
    text-transform: capitalize;
}
.btn-style-three:hover {
    background-color: #9d7146;
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    color: #fff;
}
.theme_color {
    color: #d5aa6d;
}
.preloader {
    background-color: #fff;
    background-image: url(../images/preloader.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.scroll-to-top {
    backdrop-filter: blur(6px);
    background: hsla(35, 55%, 63%, 0.5);
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 54px;
    line-height: 54px;
    mix-blend-mode: difference;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 15px;
    text-align: center;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, visibility 0s linear 0.2s;
    visibility: hidden;
    width: 54px;
    z-index: 9999;
}
.scroll-to-top:hover {
    transform: translateY(2px);
}
.scroll-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
    visibility: visible;
}
.section-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.section-title .title {
    color: #9e7247;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.section-title .title,
.section-title h3 {
    font-family: Poppins, sans-serif;
    position: relative;
}
.section-title h3 {
    color: #191514;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 22px;
}
.section-title h3 span {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    font-family: Playfair Display, serif;
    font-style: italic;
    position: relative;
    -webkit-text-fill-color: transparent;
}
.section-title h3:after {
    background-color: #d4a86c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.section-title .text {
    color: #555;
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 10px;
    position: relative;
}
.section-title.centered,
.section-title.centered .big-title {
    text-align: center;
}
.section-title.centered h3:after {
    left: 50%;
    margin-left: -20px;
}
.section-title.light .text {
    color: #999;
}
.section-title.light h3 {
    color: #fff;
}
.list-style-one {
    position: relative;
    z-index: 1;
}
.list-style-one li {
    color: #191514;
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.list-style-one li:before {
    color: #191514;
    content: "\f16a";
    font-family: Flaticon;
    left: 0;
    position: absolute;
    top: 0;
}
.list-style-two {
    position: relative;
    z-index: 1;
}
.list-style-two li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 20px;
    padding-left: 52px;
    position: relative;
}
.list-style-two li .icon {
    background: linear-gradient(270deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    font-size: 28px;
    left: 0;
    margin-right: 15px;
    position: absolute;
    top: 4px;
    -webkit-text-fill-color: transparent;
}
.list-style-two.style-two li {
    color: #191514;
    font-size: 16px;
}
.list-style-three {
    position: relative;
}
.list-style-three li {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.list-style-three li .icon {
    color: #999;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.list-style-four {
    position: relative;
    z-index: 1;
}
.list-style-four li {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}
.list-style-four li strong {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
}
.list-style-four li .icon {
    color: #9f7348;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 10px;
}
.list-style-five {
    position: relative;
}
.list-style-five li {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}
.list-style-five li:before {
    color: #666;
    content: "\f042";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 1px;
}
.list-style-six {
    position: relative;
}
.list-style-six li {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 15px;
    padding-left: 32px;
    position: relative;
}
.list-style-six li .icon {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    font-size: 22px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 4px;
    -webkit-text-fill-color: transparent;
}
.list-style-seven {
    position: relative;
}
.list-style-seven li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.list-style-seven li .icon {
    color: #b38856;
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 2px;
}
.main-header {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.main-header .main-box {
    background: none;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
}
.main-header .main-box .outer-container {
    padding: 0 40px;
    position: relative;
}
.main-header .main-box .logo-box {
    float: left;
    left: 0;
    padding: 30px 0;
    position: relative;
    z-index: 10;
}
.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    transition: all 0.3s ease;
}
.main-header .header-upper {
    position: relative;
    z-index: 1;
}
.main-header .header-upper .outer-box {
    color: #fff;
    cursor: pointer;
    float: right;
    margin-left: 25px;
    position: relative;
}
.main-header .header-upper .outer-box .nav-toggler {
    background-image: linear-gradient(90deg, #d5aa6d, #c79b63, #b98d59, #ab7f4f, #9d7146);
    box-shadow: 0 10px 20px hsla(35, 54%, 63%, 0.15);
    display: inline-block;
    font-size: 22px;
    height: 90px;
    line-height: 90px;
    margin-left: 25px;
    position: relative;
    text-align: center;
    width: 97px;
}
.main-header .header-upper .outer-box .nav-toggler:hover {
    background-image: linear-gradient(90deg, #9d7146, #ab7f4f, #b98d59, #c79b63, #d5aa6d);
}
.main-header .header-upper .search-box-outer {
    color: #fff;
    float: left;
    position: relative;
    right: 0;
}
.main-header .header-upper .search-box-btn {
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px hsla(35, 54%, 63%, 0.15);
    color: #d5aa6d;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 90px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 97px;
}
.main-header .header-upper .search-box-btn:after {
    display: none;
}
.main-header .header-upper .search-box-outer .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #d5aa6d;
    left: auto !important;
    margin-top: 90px;
    padding: 0;
    right: 0;
    top: 45px;
    transform: translateZ(0) !important;
    width: 280px;
}
.main-header .header-upper .search-box-outer .dropdown-menu > li {
    background: none;
    border: none;
    padding: 0;
}
.main-header .header-upper .search-panel .form-container {
    padding: 25px 20px;
}
.main-header .header-upper .search-panel .form-group {
    margin: 0;
    position: relative;
}
.main-header .header-upper .search-panel input[type="password"],
.main-header .header-upper .search-panel input[type="search"],
.main-header .header-upper .search-panel input[type="text"],
.main-header .header-upper .search-panel select {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    transition: all 0.3s ease;
    width: 100%;
}
.main-header .header-upper .search-panel input:focus,
.main-header .header-upper .search-panel select:focus {
    border-color: #d5aa6d;
}
.main-header .header-upper .search-panel .search-btn {
    background: none;
    color: #555;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.main-header .header-upper .outer-box .nav-btn,
.main-header .header-upper .outer-box .nav-btn .nav-btn {
    position: relative;
}
.main-header .header-lower .outer-box {
    float: right;
    padding: 13px 0;
    position: relative;
}
.main-header .header-lower .outer-box .cart-box {
    background: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 25px;
    margin-top: 5px;
    position: relative;
}
.main-header .header-lower .outer-box .cart-box .cart-box-btn {
    background: none;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-header .header-lower .outer-box .cart-box .cart-box-btn:after {
    display: none;
}
.main-header .header-lower .outer-box .cart-box-btn .total-cart {
    background-color: #509cf9;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
    width: 18px;
}
.main-header .header-lower .search-box-outer {
    color: #fff;
    float: left;
    margin-top: 2px;
    position: relative;
    right: 0;
}
.main-header .header-lower .search-box-btn {
    background: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header .header-lower .search-box-btn:after {
    display: none;
}
.main-header .header-lower .search-box-outer .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #509cf9;
    margin-top: 17px;
    padding: 0;
    right: 0;
    top: 45px;
    width: 280px;
}
.main-header .header-lower .search-box-outer .dropdown-menu > li {
    background: none;
    border: none;
    padding: 0;
}
.main-header .header-lower .search-panel .form-container {
    padding: 25px 20px;
}
.main-header .header-lower .search-panel .form-group {
    margin: 0;
    position: relative;
}
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel select {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    transition: all 0.3s ease;
    width: 100%;
}
.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
    border-color: #509cf9;
}
.main-header .header-lower .search-panel .search-btn {
    background: none;
    color: #555;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.main-header .header-lower .language {
    display: inline-block;
    line-height: 1em;
    margin-left: 20px;
    margin-top: 3px;
    position: relative;
}
.main-header .header-lower .language .flag-icon {
    margin-right: 8px;
}
.main-header .header-lower .language .dropdown-menu {
    background-color: #222;
    border: none;
    border-radius: 0;
    border-top: 3px solid #509cf9;
    left: auto;
    margin-top: 16px;
    padding: 0;
    right: 0;
    top: 100%;
    transform: translateZ(0) !important;
    width: 170px;
}
.main-header .header-lower .language > a {
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 0;
    text-transform: capitalize;
}
.main-header .header-lower .language > a:after {
    display: none;
}
.main-header .header-lower .language a:hover {
    background: none;
}
.main-header .header-lower .language .dropdown-menu > li {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    display: block !important;
    float: none;
    margin: 0 !important;
    padding-right: 0 !important;
}
.main-header .header-lower .language .dropdown-menu > li:last-child {
    border-bottom: none;
}
.main-header .header-lower .language .dropdown-menu > li > a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 20px !important;
    text-align: left;
    transition: all 0.3s ease;
}
.main-header .header-lower .language .dropdown-menu > li > a:hover {
    background-color: #509cf9;
    color: #fff !important;
}
.sticky-header {
    background: #222;
    left: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}
.sticky-header .logo {
    padding: 4px 0;
}
.logo-inner {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.logo-inner img {
    height: auto !important;
    width: 120px;
}
.logo .logo-title {
    color: #f8f9fa;
    display: inline-block;
    font-family: serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 0.9;
    white-space: break-spaces;
    width: 100px;
}
@media (min-width: 900px) {
    .logo-inner img {
        /* height: 90px; */
        width: 120px;
    }
    .logo .logo-title {
        font-size: 37px;
    }
}
.fixed-header .sticky-header {
    -op-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -op-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -op-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -op-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.sticky-header .main-menu .navigation > li > a {
    color: #fff !important;
    padding: 19px 0 !important;
}
.sticky-header .main-menu .navigation > li > a:after {
    display: none;
}
.main-header .nav-outer {
    float: right;
    position: relative;
}
.header-style-two .nav-outer {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.header-style-two .nav-outer .main-menu {
    display: inline-block;
    float: none !important;
    width: auto;
}
.header-style-two .header-upper .main-menu {
    padding-right: 0;
}
.main-header .header-upper .logo-box {
    left: 80px;
    padding: 0;
    position: absolute;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}
.main-header.header-style-five .nav-outer {
    margin-top: 0;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
}
.main-header .header-lower {
    background-color: rgba(0, 0, 0, 0.55);
    position: relative;
}
.main-header .header-upper .main-menu {
    float: left;
    padding-right: 55px;
    position: relative;
    transition: all 0.3s ease;
}
.main-header .main-menu:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
}
.fixed-header .main-menu:before {
    display: none;
}
.fixed-header .main-menu {
    padding-right: 0;
}
.main-menu .navbar-collapse {
    float: left;
    padding: 0;
}
.main-menu .navigation {
    margin: 0;
    position: relative;
}
.main-menu .navigation > li {
    float: left;
    margin-right: 40px;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-style-two .main-menu .navigation > li:last-child,
.main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-header .header-upper .upper-right {
    position: relative;
}
.main-header .header-upper .info-box {
    border-right: 1px solid #ecebeb;
    color: #333;
    display: inline-block;
    font-weight: 600;
    margin-right: 30px;
    padding: 22px 28px 22px 30px;
    position: relative;
}
.main-header .header-upper .info-box .icon-box {
    color: #091394;
    font-size: 20px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 24px;
}
.main-header .header-upper .social-box {
    float: right;
    padding: 21px 0;
    position: relative;
}
.main-menu .navigation > li > a {
    color: #fff;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    opacity: 1;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.main-menu .navigation > li > a,
.main-menu .navigation > li > a:after {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > a:after {
    background-color: #d5aa6d;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
}
@media (min-width: 768px) {
    .main-menu .navigation > li > a:after {
        bottom: 30px;
    }
}
.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li:hover > a:after {
    width: 100%;
}
.main-header.light-version .main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    opacity: 1;
}
.main-menu .navigation > li > ul {
    background-color: #fff;
    border: 3px solid #d5aa6d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    visibility: hidden;
    width: 230px;
    z-index: 100;
}
.main-menu .navigation > li > ul:before {
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li {
    border-bottom: 1px solid #f4f2f2;
    position: relative;
    width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    color: #7c7b7b;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 18px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    background: #d5aa6d;
    color: #fff;
    padding-left: 30px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    color: #fff;
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 14px;
    width: 10px;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #fff;
}
.main-menu .navigation > li > ul > li > ul {
    background-color: #fff;
    border: 3px solid #d5aa6d;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 100%;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 230px;
    z-index: 100;
}
.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li > ul > li {
    border-bottom: 1px solid #f4f2f2;
    position: relative;
    width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    color: #7c7b7b;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 18px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    background: #d5aa6d;
    color: #fff;
    padding-left: 30px;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    color: #272727;
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 11px;
    width: 10px;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #fff;
}
.main-menu .navigation > li.dropdown:hover > ul {
    border-top: 0 !important;
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    opacity: 1;
    top: 0;
    transform: rotateX(0deg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    visibility: visible;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    background-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 6px;
    width: 30px;
    z-index: 5;
}
.header-style-two .outer-container {
    padding: 0 60px;
}
.header-style-two .main-menu .navigation > li {
    margin-right: 30px;
}
.header-style-two .phone-number {
    color: #fff;
    float: left;
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 40px;
    margin-top: 28px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}
.header-style-two .phone-number .icon {
    font-size: 26px;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
.header-style-two .header-upper .logo-box {
    left: 0;
    margin-left: 0;
    position: relative;
    z-index: 1;
}
.header-style-two .main-menu:before {
    display: none;
}
.header-style-two .header-upper .search-box-btn {
    background: none;
    box-shadow: none;
}
.header-style-two .main-menu .navigation > li.current > a:after,
.header-style-two .main-menu .navigation > li:hover > a:after {
    bottom: 15px;
    width: 30px;
}
.hidden-bar {
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    width: 305px;
    z-index: 9999;
}
.hidden-bar-wrapper {
    height: 100%;
    padding: 0 5px 30px 0;
}
.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.hidden-bar.right-align {
    right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
    right: 0;
}
.hidden-bar .hidden-bar-closer {
    background: none;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
    background: none;
    cursor: pointer;
}
.hidden-bar .hidden-bar-closer:hover {
    color: #414857;
}
.hidden-bar .hidden-bar-closer:hover .btn {
    color: #fff;
}
.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    outline: none;
}
.hidden-bar .inner-box {
    background-color: #fff;
    padding: 135px 40px 100px;
    position: relative;
}
.hidden-bar .inner-box .text {
    color: #555;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 35px;
    margin-top: 20px;
    position: relative;
}
.hidden-bar .inner-box .cross-icon {
    color: #555;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.hidden-bar .inner-box .lower-box {
    margin-top: 60px;
    position: relative;
    text-align: center;
}
.hidden-bar .inner-box .lower-box .social-icons {
    position: relative;
}
.hidden-bar .inner-box .lower-box .social-icons li {
    display: inline-block;
    margin: 0 3px 5px;
    position: relative;
}
.hidden-bar .inner-box .lower-box .social-icons li a {
    background-color: #aaca54;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
}
.hidden-bar .inner-box .lower-box .social-icons li.facebook a {
    background-color: #4e71a8;
}
.hidden-bar .inner-box .lower-box .social-icons li.twitter a {
    background-color: #1cb7eb;
}
.hidden-bar .inner-box .lower-box .social-icons li.pinterest a {
    background-color: #ca3737;
}
.hidden-bar .inner-box .lower-box .buy-btn {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    padding: 12px 25px;
    position: relative;
}
.hidden-bar .inner-box .lower-box .buy-btn:hover {
    background-image: linear-gradient(90deg, #9d7146 0, #d5aa6d);
}
.form-back-drop {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9990;
}
.background-visible .form-back-drop {
    opacity: 1;
    visibility: visible;
}
.banner-section {
    position: relative;
}
.banner-section .slide {
    background-size: cover;
    padding: 350px 0 240px;
    position: relative;
}
.banner-section .content {
    max-width: 730px;
    position: relative;
}
.banner-section .content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    text-transform: capitalize;
}
.banner-section .content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 45px;
    margin-top: 22px;
    position: relative;
}
.banner-section .content h1 span {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    font-family: Playfair Display, serif;
    font-style: italic;
    -webkit-text-fill-color: transparent;
}
.banner-section .owl-dots {
    bottom: 50px;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.banner-section .owl-nav {
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 99;
}
.banner-section:hover .owl-nav {
    opacity: 1;
}
.banner-section .owl-next,
.banner-section .owl-prev {
    background-color: rgba(25, 21, 20, 0.52);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    height: 88px;
    left: 30px;
    line-height: 88px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease;
    width: 88px;
}
.banner-section .owl-next {
    left: auto;
    right: 30px;
}
.banner-section .owl-next:hover,
.banner-section .owl-prev:hover {
    background-color: #d5aa6d;
    color: #fff;
}
.services-section {
    background-color: #191514;
    padding: 90px 0 50px;
    position: relative;
}
.services-section .icon-one {
    background-repeat: no-repeat;
    bottom: 0;
    height: 224px;
    left: 30px;
    position: absolute;
    width: 350px;
}
.services-section .icon-two {
    background-repeat: no-repeat;
    bottom: 0;
    height: 317px;
    position: absolute;
    right: 0;
    width: 146px;
}
.services-block {
    margin-bottom: 35px;
    position: relative;
}
.services-block .inner-box {
    padding: 30px 35px;
    position: relative;
}
.services-block .inner-box,
.services-block .inner-box .border-one:before {
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.services-block .inner-box .border-one:before {
    background-color: #d4a96d;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.services-block .inner-box .border-one:after {
    background-color: #d4a96d;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 3px;
}
.services-block .inner-box:hover .border-one:before {
    width: 100%;
}
.services-block .inner-box:hover .border-one:after {
    height: 100%;
}
.services-block .inner-box .border-two:before {
    height: 0;
    left: 0;
    top: 0;
    width: 3px;
}
.services-block .inner-box .border-two:after,
.services-block .inner-box .border-two:before {
    background-color: #d4a96d;
    content: "";
    position: absolute;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.services-block .inner-box .border-two:after {
    bottom: 0;
    height: 3px;
    right: 0;
    width: 0;
}
.services-block .inner-box:hover .border-two:before {
    height: 100%;
}
.services-block .inner-box:hover .border-two:after {
    width: 100%;
}
.services-block .inner-box .content {
    padding-left: 65px;
    position: relative;
}
.services-block .inner-box .icon-box {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
.services-block .inner-box .content h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
    position: relative;
}
.services-block .inner-box .content h6 a {
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block .inner-box .content h6 a:hover {
    color: #d4a96d;
}
.services-block .inner-box .content .text {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    position: relative;
}
.services-block.style-two .inner-box {
    background-color: #252120;
}
.about-section {
    padding: 90px 0 70px;
    position: relative;
}
.about-section .image-layer {
    height: 638px;
    position: absolute;
    right: 0;
    top: 0;
    width: 846px;
}
.about-section .image-layer:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.about-section .content-column {
    position: relative;
    text-shadow: 0 0 8px rgba(248, 249, 250, 0.66);
}
.about-section .content-column .inner-column {
    margin-bottom: 40px;
    position: relative;
}
.about-section .content-column .inner-column .section-title {
    margin-bottom: 30px;
}
.about-section .content-column .inner-column .text {
    margin-bottom: 35px;
    position: relative;
}
.about-section .content-column .inner-column .text p {
    color: #191514;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 18px;
    position: relative;
}
.about-section .content-column .inner-column .text p span {
    color: #a17448;
    text-decoration: underline;
}
.about-section .content-column .inner-column .text p a {
    text-decoration: underline;
}
.about-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0;
}
.about-section .content-column .question {
    border-bottom: 1px dashed #b7b7b7;
    color: #191514;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 22px;
    padding-bottom: 30px;
    position: relative;
}
.about-section .content-column .question a {
    color: #191514;
    position: relative;
    text-decoration: underline;
}
.about-section .content-column .question strong {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.about-section .content-column .question .or,
.about-section .content-column .question strong {
    color: #191514;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.about-section .content-column .inner-column .signature {
    min-height: 105px;
    padding-left: 165px;
    padding-top: 20px;
    position: relative;
}
.about-section .content-column .inner-column .signature .signature-img {
    left: 0;
    position: absolute;
    top: 0;
}
.about-section .content-column .inner-column .signature h5 {
    color: #191514;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}
.about-section .content-column .inner-column .signature .designation {
    color: #7a7a7a;
    font-size: 16px;
    margin-top: 4px;
    position: relative;
}
.about-section .image-column {
    margin-bottom: 40px;
    position: relative;
}
.about-section .image-column .inner-column {
    margin-left: 60px;
    padding-top: 120px;
    position: relative;
}
.about-section .image-column .inner-column.style-two {
    padding-top: 60px;
}
.about-section .image-column .inner-column .image {
    max-width: 300px;
    position: relative;
    width: 100%;
}
.about-section .image-column .inner-column .image img {
    display: block;
    position: relative;
    width: 100%;
}
.about-section .image-column .inner-column .image .overlay-box {
    background-color: hsla(0, 0%, 100%, 0.9);
    bottom: 10px;
    left: 10px;
    padding: 0 30px 60px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.about-section .image-column .inner-column .image .overlay-box .content {
    bottom: 60px;
    left: 20px;
    position: absolute;
}
.about-section .image-column .inner-column .image .overlay-box .content h2 {
    color: #000;
    font-size: 120px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
}
.about-section .image-column .inner-column .image .overlay-box .content h2 span {
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 400;
}
.services-section-two {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    position: relative;
}
.services-section-two:before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.services-section-two .row {
    margin: 0 -17px;
}
.services-section-two .services-block-two {
    padding: 0 17px;
}
.services-block-two {
    margin-bottom: 35px;
    position: relative;
}
.services-block-two .inner-box {
    border: 2px dotted hsla(0, 0%, 100%, 0.15);
    padding: 35px 30px;
    position: relative;
    text-align: center;
}
.services-block-two.style-two .inner-box {
    border-color: #c9c9c9;
}
.services-block-two.style-two .inner-box h3 {
    color: #191514;
}
.services-block-two .inner-box .icon-box {
    position: relative;
}
.services-block-two .inner-box .icon-box .icon {
    background: linear-gradient(0deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    font-size: 52px;
    line-height: 1em;
    position: relative;
    -webkit-text-fill-color: transparent;
}
.services-block-two .inner-box h3 {
    color: #f9f8f8;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin: 20px 0 15px;
    position: relative;
}
.services-block-two .inner-box h3 a {
    color: #f9f8f8;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-two .inner-box h3 a:hover {
    color: #d2a76b;
}
.services-block-two .inner-box .text {
    color: #999;
    font-size: 14px;
    line-height: 1.9em;
    position: relative;
}
.services-block-two .inner-box .overlay-box {
    background-image: linear-gradient(180deg, #87e067 0, #1bda99);
    bottom: -2px;
    color: #fff;
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
    transform: rotateY(-180deg);
    transition: all 0.7s ease;
}
.services-block-two .inner-box .overlay-box:before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.services-block-two .inner-box .overlay-box .overlay-inner {
    display: table;
    height: 100%;
    left: 0;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.services-block-two .inner-box .overlay-box .overlay-inner .content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.services-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    transform: rotateY(0deg);
    visibility: visible;
}
.services-block-two .inner-box .overlay-box .icon {
    background: linear-gradient(0deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    font-size: 52px;
    line-height: 1em;
    position: relative;
    -webkit-text-fill-color: transparent;
}
.services-block-two .inner-box .overlay-box h4 {
    color: #f9f8f8;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin: 20px 0 22px;
    position: relative;
}
.services-block-two .inner-box .overlay-box h4 a {
    color: #f9f8f8;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-two .inner-box .overlay-box h4 a:hover {
    color: #d2a76b;
}
.services-block-two .inner-box .overlay-box .overlay-text {
    color: #999;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 20px;
    position: relative;
}
.services-section-two .lower-section {
    padding-bottom: 120px;
    padding-top: 80px;
    position: relative;
}
.services-section-two .lower-section .image {
    bottom: 0;
    position: absolute;
    right: 0;
}
.services-section-two .lower-section .carousel-box {
    display: block;
    max-width: 780px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.services-section-two .lower-section .carousel-box .content {
    background-image: linear-gradient(90deg, #0f0f0f 0, #383838);
    padding: 60px 70px 70px;
    position: relative;
}
.services-section-two .lower-section .owl-carousel .owl-stage-outer {
    padding-top: 35px;
}
.testimonial-block,
.testimonial-block .inner-box,
.testimonial-block .inner-box .testimonial-content {
    position: relative;
}
.testimonial-block .inner-box .text {
    color: #c6c6c6;
    font-size: 16px;
    line-height: 1.9em;
    padding-left: 65px;
    position: relative;
}
.testimonial-block .inner-box .quote-icon {
    color: #2e2e2e;
    font-size: 41px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: -38px;
}
.testimonial-block .inner-box .lower-box {
    margin-top: 28px;
    position: relative;
}
.testimonial-block .inner-box .lower-box .box-inner {
    min-height: 92px;
    padding-left: 135px;
    padding-top: 17px;
    position: relative;
}
.testimonial-block .inner-box .lower-box .box-inner .image {
    border-radius: 50%;
    height: 92px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 92px;
}
.testimonial-block .inner-box .lower-box .box-inner h3 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}
.testimonial-block .inner-box .lower-box .box-inner .designation {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    position: relative;
}
.services-section-two .lower-section .owl-nav {
    display: none;
}
.services-section-two .lower-section .owl-dots {
    position: absolute;
    right: 0;
}
.services-section-two .lower-section .owl-dots .owl-dot {
    background-color: #bf9a65;
    border: 2px solid #333;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    margin: 0 6px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 9px;
}
.services-section-two .lower-section .owl-dots .owl-dot.active,
.services-section-two .lower-section .owl-dots .owl-dot:hover {
    border-color: #bf9a65;
}
.counter-section {
    padding: 70px 0 30px;
    position: relative;
}
@media (min-width: 768px) {
    .counter-section {
        padding: 90px 0 70px;
        position: relative;
    }
}
.counter-section.style-two {
    padding-top: 0;
}
.counter-section .icon-one {
    height: 212px;
    left: 30px;
    width: 313px;
}
.counter-section .icon-one,
.counter-section .icon-two {
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
}
.counter-section .icon-two {
    height: 495px;
    right: 0;
    width: 301px;
}
.counter-section .title-box {
    position: relative;
}
.counter-section .title-box p {
    color: #191514;
    font-size: 16px;
    line-height: 1.8em;
    padding-top: 30px;
    position: relative;
}
.fact-counter {
    position: relative;
}
.fact-counter .column {
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
.fact-counter .column .inner {
    background-color: #191514;
    padding: 40px 10px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.fact-counter .column:first-child .inner,
.fact-counter .column:nth-child(3) .inner {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9d7146);
}
.fact-counter .count-outer {
    font-size: 30px;
}
.fact-counter .count-outer,
.fact-counter .count-outer .count-text {
    color: #f4f4f4;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    position: relative;
}
.count-box--affix,
.count-text {
    font-size: 40px;
}
.fact-counter .column .counter-title {
    color: #f4f4f4;
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-top: 14px;
    position: relative;
    text-transform: capitalize;
}
.fact-counter .count-outer .text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    position: relative;
}
.fact-counter.style-two {
    padding-top: 50px;
}
.fact-counter.style-two .column .inner {
    background: none;
    padding: 0;
}
.fact-counter.style-two .count-outer {
    color: #9d7146;
}
.fact-counter.style-two .count-outer .count-text {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    -webkit-text-fill-color: transparent;
}
.fact-counter.style-two .column .counter-title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.fact-counter.style-two .count-outer .text {
    color: #999;
    font-size: 15px;
}
.fact-counter.style-three .column .inner {
    background: none;
    padding: 0;
}
.fact-counter.style-three .count-outer .icon {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 22px;
    -webkit-text-fill-color: transparent;
}
.fact-counter.style-three .count-outer,
.fact-counter.style-three .count-outer .count-text {
    color: #191514;
}
.fact-counter.style-three .column .counter-title {
    color: #999;
    font-size: 18px;
}
.team-section {
    padding-top: 90px;
    position: relative;
}
.team-section:before {
    background-color: #191514;
    bottom: 67px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.team-section .section-title .text {
    max-width: 560px;
    padding-top: 30px;
}
.team-section .section-title {
    margin-bottom: 60px;
}
.team-section .team-block {
    float: left;
    padding: 0;
}
.team-block {
    margin-bottom: 30px;
}
.team-block,
.team-block .inner-box,
.team-block .inner-box .image {
    position: relative;
}
.team-block .inner-box .image img {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
}
.team-block .inner-box:hover .image img {
    filter: grayscale(100%);
}
.team-block .inner-box .lower-content {
    background-color: #f9f9fa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-left: 18px;
    margin-right: 18px;
    margin-top: -70px;
    overflow: hidden;
    padding: 30px 35px;
    position: relative;
    text-align: left;
}
.team-block .inner-box .lower-content h3 {
    color: #191514;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
}
.team-block .inner-box .lower-content h3 a {
    color: #191514;
    position: relative;
    transition: all 0.3s ease;
}
.team-block .inner-box .lower-content h3 a:hover {
    color: #d5aa6d;
}
.team-block .inner-box .lower-content .designation {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 5px;
    position: relative;
}
.team-block .inner-box .lower-content .overlay-box {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -100%;
    transition: all 0.6s ease;
    z-index: 1;
}
.team-block .inner-box:hover .lower-content .overlay-box {
    opacity: 1;
    top: 0;
}
.team-block .inner-box .lower-content .overlay-box:before {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9d7146);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease;
}
.team-block .inner-box .lower-content .overlay-box .overlay-content {
    padding: 30px 35px;
    position: relative;
}
.team-block .inner-box .lower-content .overlay-box .title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-right: 40px;
    position: relative;
}
.team-block .inner-box .lower-content .overlay-box .title:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 28px;
}
.team-block .inner-box .lower-content .overlay-box .social-icons {
    margin-top: 6px;
    position: relative;
}
.team-block .inner-box .lower-content .overlay-box .social-icons li {
    display: inline-block;
    margin-right: 8px;
    position: relative;
}
.team-block .inner-box .lower-content .overlay-box .social-icons li a {
    color: #fff;
    position: relative;
}
.portfolio-section {
    padding: 85px 0 90px;
    position: relative;
}
.portfolio-section .outer-container {
    padding: 0 35px;
    position: relative;
}
.portfolio-section .outer-container .owl-dots,
.portfolio-section .outer-container .owl-nav {
    display: none;
}
.portfolio-block {
    position: relative;
}
.portfolio-block .inner-box {
    overflow: hidden;
    position: relative;
}
.portfolio-block .inner-box .image {
    position: relative;
}
.portfolio-block .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
}
.portfolio-block .inner-box .image .overlay-box {
    background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.portfolio-block .inner-box:hover .image .overlay-box .content {
    transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
}
.portfolio-block .inner-box .image .overlay-box .overlay-inner {
    bottom: 0;
    left: 0;
    padding: 0 35px 25px;
    position: absolute;
}
.portfolio-block .inner-box .image .overlay-box .content {
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.portfolio-block .inner-box .image .overlay-box .title {
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.portfolio-block .inner-box .image .overlay-box h3 {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 12px;
    padding-right: 20px;
    padding-top: 12px;
    position: relative;
}
.portfolio-block .inner-box .image .overlay-box h3:before {
    background-color: #d5aa6d;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 45px;
}
.portfolio-block .inner-box .image .overlay-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.portfolio-block .inner-box .image .overlay-link:before {
    background-color: rgba(0, 0, 0, 0.85);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
}
.portfolio-block .inner-box:hover .image .overlay-link:before {
    height: 100%;
}
.portfolio-block .inner-box .image .overlay-link .plus {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9d7146);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    left: 50%;
    line-height: 70px;
    margin-left: -35px;
    margin-top: -115px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 70px;
}
.portfolio-block .inner-box:hover .image .overlay-link .plus {
    margin-top: -35px;
    opacity: 1;
    transition-delay: 0.5s;
}
.form-section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 30px;
    position: relative;
}
.form-section .section-title {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .form-section .section-title {
        margin-bottom: 50px;
    }
}
.form-section:before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.form-section .upper-content .info-column .list-style-two {
    padding-top: 40px;
}
.default-form {
    position: relative;
}
.default-form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="text"],
.default-form select,
.default-form textarea {
    background: hsla(0, 0%, 100%, 0.2);
    border: 1px solid #9d7146;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 42px;
    line-height: 28px;
    padding: 8px 22px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #fff;
}
.default-form textarea {
    background: hsla(0, 0%, 100%, 0.2);
    color: #fff;
    font-size: 16px;
    height: 170px;
    resize: none;
}
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form input[type="tel"]:focus,
.default-form input[type="text"]:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #fff;
}
.default-form .theme-btn {
    border-radius: 0;
    font-size: 16px;
    padding: 12px 45px;
    text-transform: capitalize;
    width: 100%;
}
.default-form.style-two input,
.default-form.style-two textarea {
    background-color: #eef2f3;
    border-color: #eef2f3;
    color: #222;
}
.default-form.style-two .form-group input::-webkit-input-placeholder,
.default-form.style-two .form-group textarea::-webkit-input-placeholder {
    color: #999;
}
.news-section {
    padding-top: 90px;
    position: relative;
}
.news-section.style-two {
    padding-top: 80px;
}
.news-section .section-title .text {
    max-width: 560px;
    padding-left: 15px;
    padding-top: 30px;
}
.news-section .section-title {
    margin-bottom: 60px;
}
.news-block {
    margin-bottom: 30px;
    position: relative;
}
.news-block .inner-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-block .inner-box .image {
    overflow: hidden;
    position: relative;
}
.news-block .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
}
.news-block .inner-box .image .overlay-box {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
}
.news-block .inner-box .image .overlay-box .plus {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9d7146);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    left: 50%;
    line-height: 54px;
    margin-left: -27px;
    margin-top: -27px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 54px;
}
.news-block .inner-box:hover .image .overlay-box .plus {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.news-block .inner-box .image .overlay-box:before {
    background-color: rgba(0, 0, 0, 0.9);
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    opacity: 0.85;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.news-block .inner-box:hover .image .overlay-box:before {
    left: 0;
}
.news-block .inner-box .lower-content {
    padding: 30px 30px 35px;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-block .inner-box .lower-content .post-meta {
    position: relative;
}
.news-block .inner-box .lower-content .post-meta li {
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding-left: 22px;
    position: relative;
}
.news-block .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0;
}
.news-block .inner-box .lower-content .post-meta li .fa {
    color: #999;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.news-block .inner-box .lower-content h5 {
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 24px;
    margin-top: 8px;
    position: relative;
}
.news-block .inner-box .lower-content h5 a {
    color: #373434;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-block .inner-box .lower-content h5 a:hover {
    color: #d5aa6d;
}
.subscribe-section {
    padding-top: 90px;
    position: relative;
}
.subscribe-section.style-two {
    padding-top: 0;
}
.subscribe-section .inner-container {
    background-size: cover;
    box-shadow: inset 0 10px 20px hsla(35, 55%, 63%, 0.4);
    padding: 30px 50px 50px;
    position: relative;
}
.subscribe-section .inner-container h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 20px;
    position: relative;
}
.subscribe-form {
    max-width: 510px;
    position: relative;
}
.subscribe-form .form-group {
    display: block;
    margin: 0;
    padding-right: 152px;
    position: relative;
    width: 100%;
}
.subscribe-form input {
    background: none;
    border: 1px solid #d5aa6d;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 41px;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
}
.subscribe-form button,
.subscribe-form input[type="submit"] {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9d7146);
    box-shadow: 0 10px 20px hsla(35, 55%, 63%, 0.2);
    color: #0b0505;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 36px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.main-footer {
    background-color: #191514;
    padding: 30px 0 0;
    position: relative;
}
@media (min-width: 768px) {
    .main-footer .footer-widget {
        padding: 95px 0 0;
    }
}
.main-footer .footer-widget {
    position: relative;
    z-index: 1;
}
.main-footer .widgets-section {
    padding-bottom: 0;
    position: relative;
}
@media (min-width: 768px) {
    .main-footer .widgets-section {
        padding-bottom: 80px;
    }
}
.main-footer .footer-widget h4 {
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.main-footer .logo-widget {
    position: relative;
}
.main-footer .logo-widget .logo {
    margin-bottom: 25px;
    position: relative;
}
.main-footer .logo-widget .text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 30px;
    position: relative;
}
.list-link,
.list-link li {
    position: relative;
}
.list-link li {
    margin-bottom: 15px;
}
.list-link li a {
    color: #999;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}
.list-link li a:hover {
    color: #fff;
    margin-left: 8px;
    text-decoration: underline;
}
.list-link li a:before {
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: -3px;
}
.main-footer .gallery-widget {
    position: relative;
}
.main-footer .gallery-widget .images-outer {
    margin: 0 -3px;
    position: relative;
}
.main-footer .gallery-widget .image-box {
    float: left;
    margin-bottom: 6px;
    padding: 0 3px;
    position: relative;
    width: 33.333%;
}
.main-footer .gallery-widget .image-box img {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
}
.main-footer .gallery-widget .image-box img:hover {
    opacity: 0.7;
}
.main-footer .footer-bottom {
    background-color: #0b0505;
    padding: 18px 0;
    position: relative;
}
.main-footer .footer-bottom .copyright-column {
    position: relative;
}
.main-footer .footer-bottom .copyright-column .copyright {
    color: #999;
    font-size: 14px;
    position: relative;
}
.main-footer .footer-bottom .copyright-column .copyright a {
    color: #fff;
}
.main-footer .footer-bottom .social-column {
    position: relative;
    text-align: right;
}
.main-footer .footer-bottom .social-column ul {
    position: relative;
}
.main-footer .footer-bottom .social-column ul li {
    display: inline-block;
    margin-left: 8px;
    position: relative;
}
.main-footer .footer-bottom .social-column ul li.follow {
    color: #999;
    font-size: 14px;
}
.main-footer .footer-bottom .social-column ul li a {
    color: #999;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
}
.main-footer .footer-bottom .social-column ul li a:hover {
    color: #d5aa6d;
}
.banner-section-two {
    padding-top: 150px;
    position: relative;
}
.banner-section-two .left-side {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    background-position: 0 100%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 30%;
}
.banner-section-two .left-side .icon-image {
    background: url(../images/icon-5.webp) no-repeat;
    bottom: 0;
    height: 334px;
    left: 0;
    position: absolute;
    width: 417px;
    z-index: 1;
}
.banner-section-two .image-column {
    position: relative;
    z-index: 1;
}
.banner-section-two .content-column,
.banner-section-two .image-column .image,
.banner-section-two .image-column .image img {
    position: relative;
}
.banner-section-two .content-column .inner-column {
    padding-top: 115px;
    position: relative;
}
.banner-section-two .content-column h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    position: relative;
}
.banner-section-two .content-column h2:before {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}
.banner-section-two .content-column h2:after {
    background-color: hsla(0, 0%, 100%, 0.5);
    bottom: 0;
    content: "";
    height: 3px;
    left: 85px;
    position: absolute;
    right: 80px;
}
.banner-section-two .content-column .text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 35px;
    margin-top: 35px;
    position: relative;
}
.banner-section-two .owl-dots {
    display: none;
}
.banner-section-two .owl-nav {
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    z-index: 99;
}
.banner-section-two:hover .owl-nav {
    opacity: 1;
}
.banner-section-two .owl-next,
.banner-section-two .owl-prev {
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    height: 60px;
    line-height: 58px;
    margin-left: 4px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    width: 60px;
}
.banner-section-two .owl-next:hover,
.banner-section-two .owl-prev:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d3a86c;
}
.feature-section {
    position: relative;
}
.feature-section .inner-container {
    margin-top: -95px;
    position: relative;
}
.feature-section .feature-block {
    float: left;
    padding: 0;
    z-index: 1;
}
.feature-block {
    position: relative;
}
.feature-block .inner-box {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 50px 40px;
    position: relative;
}
.feature-block .inner-box:before {
    background-color: #191514;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease;
    width: 0;
}
.feature-block .inner-box:hover:before {
    width: 100%;
}
.feature-block .inner-box .big-icon {
    color: hsla(0, 0%, 100%, 0.2);
    font-size: 90px;
    line-height: 1em;
    position: absolute;
    right: -120px;
    top: -10px;
    transition: all 0.6s ease;
}
.feature-block .inner-box:hover .big-icon {
    right: -20px;
    transition-delay: 0.5s;
}
.feature-block .inner-box .content {
    padding-left: 62px;
    position: relative;
}
.feature-block .inner-box .content .icon-box {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    font-size: 36px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
    -webkit-text-fill-color: transparent;
}
.feature-block .inner-box .content .title {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.feature-block .inner-box .content h4 {
    color: #191514;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 4px;
    position: relative;
    transition: all 0.6s ease;
}
.feature-block .inner-box:hover .content h4 {
    color: #fff;
}
.video-box {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.video-box .video-image {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    margin: 0;
    position: relative;
}
.video-box .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
}
.video-box .overlay-box {
    box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    line-height: 80px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
}
.video-box .overlay-box span {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    height: 80px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    padding-left: 4px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 80px;
    z-index: 99;
}
.video-box .ripple,
.video-box .ripple:after,
.video-box .ripple:before {
    animation: ripple 3s infinite;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.6);
    -o-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.6);
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
.video-box .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.video-box .ripple:after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px hsla(0, 0%, 100%, 0);
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    }
}
.feature-section-two {
    padding-bottom: 80px;
    position: relative;
}
.feature-section-two .inner-container {
    padding-top: 45px;
    position: relative;
}
.feature-block-two .fill-line {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    height: 5px;
    left: 15px;
    position: absolute;
    top: -50px;
    transition: all 0.6s ease;
    width: 0;
}
.feature-block-two:hover .fill-line {
    margin-left: -11px;
    width: 50%;
}
.feature-block-two {
    margin-bottom: 30px;
    position: relative;
}
.feature-block-two .inner-box {
    position: relative;
    text-align: center;
}
.feature-block-two .inner-box .year {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}
.feature-block-two .inner-box .year:before {
    background-color: #e1e1e1;
    border-radius: 50%;
    bottom: -35px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    content: "";
    height: 22px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 22px;
}
.feature-block-two .inner-box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}
.feature-block-two .inner-box .text,
.feature-block-two .inner-box h3 {
    color: #191514;
    opacity: 0.4;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.feature-block-two .inner-box .text {
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 12px;
}
.feature-block-two .inner-box:hover .text,
.feature-block-two .inner-box:hover h3 {
    opacity: 1;
}
.services-section-three {
    background-color: #191514;
    padding: 90px 0 60px;
    position: relative;
}
.services-section-three .icon-one {
    height: 188px;
    left: 0;
    position: absolute;
    top: 150px;
    width: 158px;
}
.services-section-three .icon-two {
    bottom: 100px;
    height: 399px;
    position: absolute;
    right: 0;
    width: 201px;
}
.services-section-three .blocks-column {
    position: relative;
}
.services-section-three .blocks-column .inner-column {
    margin-right: -70px;
    position: relative;
}
.services-block-three {
    margin-bottom: 35px;
    position: relative;
}
.services-block-three .inner-box {
    background-color: #252120;
    padding: 30px 35px;
    position: relative;
}
.services-block-three .inner-box,
.services-block-three .inner-box .border-one:before {
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.services-block-three .inner-box .border-one:before {
    background-color: #d4a96d;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.services-block-three .inner-box .border-one:after {
    background-color: #d4a96d;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 2px;
}
.services-block-three .inner-box:hover .border-one:before {
    width: 100%;
}
.services-block-three .inner-box:hover .border-one:after {
    height: 100%;
}
.services-block-three .inner-box .border-two:before {
    height: 0;
    left: 0;
    top: 0;
    width: 2px;
}
.services-block-three .inner-box .border-two:after,
.services-block-three .inner-box .border-two:before {
    background-color: #d4a96d;
    content: "";
    position: absolute;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.services-block-three .inner-box .border-two:after {
    bottom: 0;
    height: 2px;
    right: 0;
    width: 0;
}
.services-block-three .inner-box:hover .border-two:before {
    height: 100%;
}
.services-block-three .inner-box:hover .border-two:after {
    width: 100%;
}
.services-block-three .inner-box .content {
    padding-left: 60px;
    position: relative;
}
.services-block-three .inner-box .icon-box {
    background-color: #9a7f59;
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
.services-block-three .inner-box .content h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
    position: relative;
}
.services-block-three .inner-box .content h6 a {
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-three .inner-box .content h6 a:hover {
    color: #d4a96d;
}
.services-block-three .inner-box .content .text {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    position: relative;
}
.services-block-three .inner-box:hover {
    background: none;
}
.services-section-three .image-column {
    margin-bottom: 40px;
    position: relative;
}
.services-section-three .image-column .inner-column {
    margin-left: -30px;
    position: relative;
}
.services-section-three .image-column .inner-column .image {
    float: right;
    max-width: 300px;
    position: relative;
    width: 100%;
}
.services-section-three .image-column .inner-column .image img {
    display: block;
    position: relative;
    width: 100%;
}
.services-section-three .image-column .inner-column .image .overlay-box {
    background-color: hsla(0, 0%, 100%, 0.95);
    bottom: 10px;
    left: 10px;
    padding: 0 30px 60px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.services-section-three .image-column .inner-column .image .overlay-box .content {
    bottom: 60px;
    left: 20px;
    position: absolute;
}
.services-section-three .image-column .inner-column .image .overlay-box .content h2 {
    color: #000;
    font-size: 120px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
}
.services-section-three .image-column .inner-column .image .overlay-box .content h2 span {
    color: #000;
    display: block;
    font-family: Playfair Display, serif;
    font-size: 24px;
    font-weight: 400;
}
.testimonial-section {
    padding: 90px 0;
    position: relative;
}
.testimonial-section .section-title {
    margin-bottom: 60px;
}
.testimonial-block-two {
    position: relative;
}
.testimonial-block-two .inner-box {
    border-left: 4px solid #a77b4d;
    padding-left: 30px;
    position: relative;
}
.testimonial-block-two .inner-box .text {
    color: #191514;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
    position: relative;
}
.testimonial-block-two .inner-box .author-post {
    margin-top: 25px;
    position: relative;
}
.testimonial-block-two .inner-box .author-post .author-inner {
    min-height: 77px;
    padding-left: 95px;
    padding-top: 10px;
    position: relative;
}
.testimonial-block-two .inner-box .author-post .author-inner .image {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    height: 77px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 77px;
}
.testimonial-block-two .inner-box .author-post .author-inner h3 {
    color: #191514;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    position: relative;
}
.testimonial-block-two .inner-box .author-post .author-inner .designation {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 4px;
    position: relative;
}
.testimonial-section .owl-nav {
    display: none;
}
.testimonial-section .owl-dots {
    position: absolute;
    right: 0;
    top: -70px;
}
.testimonial-section .owl-dots .owl-dot {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-left: 8px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 10px;
}
.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover {
    background-color: #c69b63;
}
.contact-form-section {
    position: relative;
}
.contact-form-section .map-section {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 150px;
}
.contact-form-section .map-section .map-canvas {
    height: 580px;
}
.contact-form-section .inner-container {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 55px 60px;
    position: relative;
    z-index: 1;
}
.contact-form-section .inner-container h2 {
    color: #012068;
    font-weight: 700;
    line-height: 1.4em;
    position: relative;
}
.contact-form-section .inner-container h2 span {
    color: #3241ff;
    font-family: Playfair Display, serif;
    font-style: italic;
}
.contact-form-section .info-column,
.contact-form-section .info-column .inner-column {
    position: relative;
}
.contact-form-section .info-column .inner-column .text {
    color: #1a1e66;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
    margin-top: 25px;
    position: relative;
}
.contact-form-section .form-column {
    position: relative;
}
.contact-form-section .form-column .inner-column {
    padding-top: 30px;
    position: relative;
}
.page-title {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 90px;
    position: relative;
}
.page-title:before {
    background-color: rgba(10, 18, 20, 0.24);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-title .content {
    position: relative;
    text-align: center;
}
.page-title .content h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.page-title .page-breadcrumb {
    position: relative;
}
.page-title .page-breadcrumb li {
    color: #d5aa6d;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.page-title .page-breadcrumb li:after {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: -4px;
    top: 1px;
}
.page-title .page-breadcrumb li:last-child:after {
    display: none;
}
.page-title .page-breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.page-title .page-breadcrumb li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    transition: all 0.3s ease;
}
.page-title .page-breadcrumb li a:hover {
    color: #d5aa6d;
}
.testimonial-page-section {
    padding-top: 90px;
    position: relative;
}
.testimonial-page-section .section-title {
    margin-bottom: 100px;
}
.testimonial-block-three {
    margin-bottom: 130px;
    position: relative;
}
.testimonial-block-three .inner-box {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    position: relative;
    text-align: center;
    transition: all 1s ease;
}
.testimonial-block-three .inner-box:before {
    left: 0;
}
.testimonial-block-three .inner-box:after,
.testimonial-block-three .inner-box:before {
    background-color: #d5aa6d;
    bottom: 0;
    content: "";
    height: 5px;
    position: absolute;
    transition: all 1s ease;
    width: 0;
}
.testimonial-block-three .inner-box:after {
    right: 0;
}
.testimonial-block-three .inner-box:hover:after,
.testimonial-block-three .inner-box:hover:before {
    width: 100%;
}
.testimonial-block-three .inner-box .quote-icon {
    color: #e0e0e0;
    font-size: 60px;
    line-height: 1em;
    position: absolute;
    right: 45px;
    top: -20px;
    transition: all 0.5s ease;
}
.testimonial-block-three .inner-box:hover {
    transform: translateY(-20px);
}
.testimonial-block-three .inner-box:hover .quote-icon {
    color: #d5aa6d;
}
.testimonial-block-three .inner-box .image-outer {
    display: inline-block;
    position: relative;
}
.testimonial-block-three .inner-box .image {
    border-radius: 50px;
    height: 76px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 76px;
}
.testimonial-block-three .inner-box .image-outer:before {
    border: 2px solid #d5aa6d;
    border-radius: 50px;
    bottom: -4px;
    content: "";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
}
.testimonial-block-three .inner-box .text {
    color: #000;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
}
.testimonial-block-three .inner-box h5 {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7em;
    position: relative;
    -webkit-text-fill-color: transparent;
}
.testimonial-block-three .inner-box .designation {
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
}
.services-section-four {
    padding-top: 90px;
    position: relative;
}
.pricing-section {
    padding-top: 70px;
}
.pricing-info-tabs .pricing-tabs,
.pricing-section {
    position: relative;
}
.pricing-tabs .tab-btns {
    margin-bottom: 75px;
    position: relative;
    text-align: center;
}
.pricing-tabs .tab-btns .tab-btn {
    color: #1a1e66;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 10px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pricing-tabs .tab-btns .tab-btn .save {
    background-color: #dcdcdc;
    border-radius: 4px;
    color: #1a1e66;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    padding: 5px 16px;
}
.pricing-tabs .tab-btns .tab-btn .circle {
    border: 2px solid #b8b5b5;
    border-radius: 50px;
    display: inline-block;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 18px;
}
.pricing-tabs .tab-btns .tab-btn.active-btn,
.pricing-tabs .tab-btns .tab-btn:hover {
    color: #1a1e66;
}
.pricing-tabs .tab-btns .tab-btn .circle:before {
    background-color: #cca167;
    border-radius: 50px;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 6px;
}
.pricing-tabs .tab-btns .tab-btn.active-btn .circle,
.pricing-tabs .tab-btns .tab-btn:hover .circle {
    border-color: #cca167;
}
.pricing-tabs .tab-btns .tab-btn.active-btn .circle:before,
.pricing-tabs .tab-btns .tab-btn:hover .circle:before {
    opacity: 1;
}
.pricing-tabs .tabs-content {
    position: relative;
}
.pricing-tabs .tabs-content .tab {
    display: none;
    margin-top: 120px;
    position: relative;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.pricing-tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
}
.price-block {
    margin-bottom: 30px;
    position: relative;
}
.price-block .inner-box {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
}
.price-block .inner-box .title-box {
    padding: 30px 25px 25px;
    position: relative;
    text-align: center;
}
.price-block .inner-box .title-box .icon {
    background: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    -webkit-background-clip: text;
    color: #d5aa6d;
    line-height: 1em;
    position: relative;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
}
.price-block .inner-box .title-box h5 {
    color: #012068;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 14px;
    position: relative;
}
.price-block .inner-box .title-box .text {
    color: #1a1e66;
    font-size: 16px;
    line-height: 1.7em;
    position: relative;
}
.price-block .inner-box .price {
    background-color: #b5b5b5;
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 5px 10px;
    position: relative;
    text-align: center;
}
.price-block .inner-box .price span {
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.price-block .inner-box .lower-box {
    padding: 35px 20px 30px;
    position: relative;
}
.price-block .inner-box .price-list {
    margin-bottom: 35px;
    position: relative;
}
.price-block .inner-box .price-list li {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.price-block .inner-box .lower-box .theme-btn {
    text-align: center;
    width: 100%;
}
.sidebar-page-container {
    padding: 90px 0 0;
    position: relative;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.sidebar-page-container .sidebar-side .padding-right {
    padding-right: 30px;
}
.sidebar-widget {
    margin-bottom: 40px;
    position: relative;
}
.sidebar-title {
    margin-bottom: 25px;
    position: relative;
}
.sidebar-title h4 {
    color: #191514;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
}
.blog-cat,
.blog-cat li {
    position: relative;
}
.blog-cat li {
    margin-bottom: 7px;
}
.blog-cat li a {
    border: 1px solid #d7d7d7;
    color: #191514;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 15px 16px 25px;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.blog-cat li a:before {
    color: #012068;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: 22px;
    top: 15px;
}
.blog-cat li a:hover:before,
.blog-cat li.active a:before {
    color: #fff;
}
.blog-cat li a:hover,
.blog-cat li.active a {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    border-color: #d5aa6d;
    color: #fff;
}
.contact-widget,
.contact-widget ul {
    position: relative;
}
.contact-widget ul li {
    color: #666;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}
.contact-widget ul li .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#b68b58), to(#a17549));
    -webkit-background-clip: text;
    font-size: 24px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 5px;
    -webkit-text-fill-color: transparent;
}
.brochures-widget {
    position: relative;
}
.brochures-widget .text {
    color: #666;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 22px;
    position: relative;
}
.brochures-widget .files {
    position: relative;
}
.brochures-widget .files li {
    margin-bottom: 10px;
    position: relative;
}
.brochures-widget .files li:last-child {
    margin-bottom: 0;
}
.brochures-widget .files li a {
    border: 1px solid #cdcbcb;
    color: #00000a;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 13px 30px;
    position: relative;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}
.brochures-widget .files li a span {
    color: #d5aa6d;
    font-size: 24px;
    line-height: 24px;
    padding-right: 15px;
    position: relative;
}
.brochures-widget .files li a:before {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    width: 0;
    z-index: -1;
}
.brochures-widget .files li a:hover,
.brochures-widget .files li a:hover span {
    color: #fff;
}
.brochures-widget .files li a:hover:before {
    opacity: 1;
    width: 100%;
}
.services-single {
    position: relative;
}
.services-single h4 {
    color: #191514;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px;
    position: relative;
}
.services-single .text {
    position: relative;
}
.services-single .text p {
    color: #666;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
    position: relative;
}
.services-single .services-gallery {
    margin-bottom: 70px;
    margin-top: 60px;
    position: relative;
}
.services-single .services-gallery .owl-nav {
    display: none;
}
.services-single .services-gallery .owl-dots {
    margin-top: 35px;
    position: relative;
    text-align: center;
}
.services-single .services-gallery .owl-dots .owl-dot {
    background-color: #c6c6c6;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    margin: 0 15px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 10px;
}
.services-single .services-gallery .owl-dots .owl-dot.active,
.services-single .services-gallery .owl-dots .owl-dot:hover {
    background-color: #d4a96c;
    border: 2px solid #d4a96c;
}
.services-single .service-tabs {
    margin-bottom: 60px;
    position: relative;
}
.services-single .service-tabs .tab-btns {
    background-color: #e9e9e9;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
}
.services-single .service-tabs .tab-btns .tab-btn {
    color: #191514;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 11px 28px 9px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 33%;
}
.services-single .service-tabs .tab-btns .tab-btn i {
    font-style: normal;
    position: relative;
    z-index: 1;
}
.services-single .service-tabs .tab-btns .tab-btn:before {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    width: 100%;
    z-index: 1;
}
.services-single .service-tabs .tab-btns .tab-btn.active-btn,
.services-single .service-tabs .tab-btns .tab-btn:hover {
    color: #fff;
}
.services-single .service-tabs .tab-btns .tab-btn.active-btn:before,
.services-single .service-tabs .tab-btns .tab-btn:hover:before {
    height: 100%;
}
.services-single .service-tabs .tabs-content {
    padding-top: 25px;
    position: relative;
}
.services-single .service-tabs .tabs-content .tab {
    border-top: 0;
    display: none;
    position: relative;
}
.services-single .service-tabs .tabs-content .tab.active-tab {
    display: block;
}
.services-single .service-tabs .tabs-content .tab .content,
.services-single .service-tabs .tabs-content .tab .content .text {
    position: relative;
}
.services-single .service-tabs .tabs-content .tab .content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
    position: relative;
}
.more-services {
    margin-top: 10px;
    position: relative;
}
.more-services a {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}
.more-services a:hover {
    color: #191514;
}
.contact-page-section {
    padding-top: 45px;
    position: relative;
}
@media (min-width: 768px) {
    .contact-page-section {
        padding-top: 95px;
    }
}
.contact-page-section .map-section {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 150px;
}
.contact-page-section .map-section .map-canvas {
    height: 580px;
}
.contact-page-section .inner-container {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 55px 60px;
    position: relative;
    z-index: 1;
}
.contact-page-section .inner-container h2 {
    color: #191514;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
}
.contact-page-section .inner-container h2 span {
    color: #a17549;
    font-family: Playfair Display, serif;
    font-style: italic;
}
.contact-page-section .info-column,
.contact-page-section .info-column .inner-column {
    position: relative;
}
.contact-page-section .info-column .inner-column .text {
    color: #191514;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
    margin-top: 25px;
    position: relative;
}
.contact-page-section .form-column {
    position: relative;
}
.contact-page-section .form-column .inner-column {
    padding-top: 30px;
    position: relative;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important;
}
.contact-form label.error {
    color: red;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 5px 0 0;
    text-transform: uppercase;
}
.contact-form {
    position: relative;
}
.contact-form .form-grou {
    margin-bottom: 16px;
    position: relative;
}
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea {
    background: #eef1f5;
    border: 1px solid #eef1f5;
    color: #000;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 23px;
    padding: 10px 24px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.iti.iti--inline-dropdown {
    width: 100%;
}
.iti .iti__selected-dial-code {
    font-size: 14.8px;
    padding-bottom: 0.3px;
}
@media (max-width: 768px) {
    .iti .iti__selected-dial-code {
        padding-top: 1.3px;
    }
}
.iti__selected-dial-code {
    line-height: 1.1;
}
.default-form input[type="tel"]::-moz-placeholder {
    color: #000;
}
.default-form input[type="tel"]::placeholder {
    color: #000;
}
.contact-form textarea {
    background: #eef1f5;
    border: 1px solid #eef1f5;
    font-size: 14px;
    height: 110px;
    resize: none;
}
.contact-form .form-group .ui-selectmenu-button.ui-button {
    background-color: #eef1f5;
    float: none;
    font-size: 14px;
}
.contact-form .form-group .ui-state-active,
.contact-form .form-group .ui-widget-content .ui-state-active {
    background-color: #2937e8;
    border-color: #2937e8;
}
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="text"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #d2a76b;
}
.contact-form .theme-btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 12px 42px;
    text-transform: capitalize;
}
.contact-info-section {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -90px;
    padding: 160px 0 50px;
    position: relative;
}
.contact-info-section .column {
    margin-bottom: 30px;
}
.contact-info-section:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.contact-info-section h4 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px;
    position: relative;
}
.form-group .ui-selectmenu-button.ui-button {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #797979;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    padding: 10px 20px;
    width: 100%;
}
.form-group .ui-button .ui-icon {
    background: none;
    color: #333;
    font-size: 20px;
    position: relative;
    text-indent: 0;
    top: -1px;
}
.form-group .ui-button .ui-icon:before {
    color: #001a57;
    content: "\f0d7";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px !important;
    top: 13px;
    width: 10px;
    z-index: 5;
}
.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}
.ui-menu .ui-menu-item:last-child {
    border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #d1a56a;
    border-color: #d1a56a;
}
.ui-menu .ui-menu-item-wrapper {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
    position: relative;
}
.portfolio-section-two {
    padding: 95px 0 0;
    position: relative;
}
.portfolio-section-two .filters {
    margin-bottom: 55px;
    position: relative;
}
.portfolio-section-two .filters .filter-tabs {
    position: relative;
}
.portfolio-section-two .filters li {
    color: #191514;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 12px;
    padding: 0 12px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.portfolio-section-two .filters li:after {
    color: #191514;
    content: "/";
    font-size: 14px;
    position: absolute;
    right: -12px;
    top: 1px;
}
.portfolio-section-two .filters li:last-child:after {
    display: none;
}
.portfolio-section-two .filters .filter.active,
.portfolio-section-two .filters .filter:hover {
    color: #222;
}
.portfolio-section-two .filters li:before {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 0;
}
.portfolio-section-two .filters li.active:before,
.portfolio-section-two .filters li:hover:before {
    width: 100%;
}
.portfolio-block-two {
    margin-bottom: 50px;
    position: relative;
}
.portfolio-block-two .inner-box {
    overflow: hidden;
    position: relative;
}
.portfolio-block-two .inner-box .image {
    position: relative;
}
.portfolio-block-two .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
}
.portfolio-block-two .inner-box .image .overlay-box {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
}
.portfolio-block-two .inner-box .image .overlay-box .plus {
    background-color: #fff;
    border-radius: 50%;
    color: #a3774a;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    left: 50%;
    line-height: 54px;
    margin-left: -27px;
    margin-top: -27px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 54px;
}
.portfolio-block-two .inner-box:hover .image .overlay-box .plus {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.portfolio-block-two .inner-box .image .overlay-box:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.portfolio-block-two .inner-box:hover .image .overlay-box:before {
    right: 0;
}
.portfolio-block-two .inner-box .lower-content {
    padding-top: 20px;
    position: relative;
}
.portfolio-block-two .inner-box .lower-content h5 {
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 4px;
    position: relative;
}
.portfolio-block-two .inner-box .lower-content h5 a {
    color: #191514;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.portfolio-block-two .inner-box .lower-content h5 a:hover {
    color: #cea268;
}
.portfolio-block-two .inner-box .lower-content .designation {
    color: #666;
    font-size: 14px;
    position: relative;
}
.portfolio-block-two.mix {
    display: none;
}
.project-block-three {
    margin-bottom: 30px;
    position: relative;
}
.project-block-three .inner-box,
.project-block-three .inner-box .image {
    position: relative;
}
.project-block-three .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
}
.project-block-three .inner-box .image .overlay-box {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 45px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.project-block-three .inner-box:hover .image .overlay-box {
    opacity: 1;
}
.project-block-three .inner-box .image .overlay-box:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.project-block-three .inner-box .image .overlay-box .overlay-inner {
    height: 100%;
    position: relative;
}
.project-block-three .inner-box .image .overlay-box .title {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    position: relative;
}
.project-block-three .inner-box .image .overlay-box h5 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
}
.project-block-three .inner-box .image .overlay-box h5 a {
    color: #fff;
    position: relative;
}
.project-block-three .inner-box .image .overlay-box .plus {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    color: #9e7146;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 54px;
}
.portfolio-single-section {
    padding: 85px 0 0;
    position: relative;
}
.portfolio-single-section .section-title {
    margin-bottom: 50px;
}
.portfolio-single-section .image-column {
    margin-bottom: 40px;
    position: relative;
}
.portfolio-single-section .image-column .inner-column,
.portfolio-single-section .image-column .inner-column .image {
    position: relative;
}
.portfolio-single-section .image-column .inner-column .image img {
    display: block;
    position: relative;
    width: 100%;
}
.portfolio-single-section .content-column {
    margin-bottom: 40px;
    position: relative;
}
.portfolio-single-section .content-column .inner-column {
    padding-left: 50px;
    padding-top: 50px;
    position: relative;
}
.portfolio-single-section .content-column .inner-column h3 {
    color: #191514;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px;
    position: relative;
}
.portfolio-single-section .content-column .inner-column .text {
    margin-bottom: 30px;
    position: relative;
}
.portfolio-single-section .content-column .inner-column .text p {
    color: #656565;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
    position: relative;
}
.portfolio-single-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0;
}
.portfolio-single-section .content-column .inner-column .project-list {
    position: relative;
}
.portfolio-single-section .content-column .inner-column .project-list li {
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.portfolio-single-section .content-column .inner-column .project-list li strong {
    color: #191514;
    font-weight: 600;
}
.portfolio-single-section .content-column .inner-column .project-list li .icon {
    color: #a07448;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.portfolio-single-section .lower-section {
    margin-top: 40px;
    position: relative;
}
.blog-page-section {
    padding-bottom: 20px;
    padding-top: 90px;
    position: relative;
}
.blog-page-section .news-block {
    margin-bottom: 90px;
}
.blog-single {
    position: relative;
}
.blog-single .inner-box {
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}
.blog-single .inner-box .image {
    position: relative;
}
.blog-single .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
}
.blog-single .inner-box .lower-content {
    padding: 25px;
    position: relative;
}
.blog-single .inner-box .lower-content .post-meta {
    border-bottom: 1px solid #ececf0;
    margin-bottom: 18px;
    padding-bottom: 16px;
    position: relative;
}
.blog-single .inner-box .lower-content .post-meta:before {
    background-color: #d3a86c;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.blog-single .inner-box .lower-content .post-meta li {
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    padding-left: 22px;
    position: relative;
}
.blog-single .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0;
}
.blog-single .inner-box .lower-content .post-meta li .fa {
    color: #999;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.blog-single .inner-box .lower-content h4 {
    color: #191514;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 28px;
    margin-top: 20px;
    position: relative;
}
.blog-single .inner-box .lower-content .text {
    position: relative;
}
.blog-single .inner-box .lower-content .text .news-gallery {
    margin-top: 30px;
    position: relative;
}
.blog-single .inner-box .lower-content .text .news-gallery .row {
    margin: 0 -12px;
}
.blog-single .inner-box .lower-content .text .news-gallery .column {
    margin-bottom: 24px;
    padding: 0 12px;
}
.blog-single .inner-box .lower-content .text h5 {
    color: #191514;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
}
.blog-single .inner-box .lower-content .text p {
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
    position: relative;
}
.blog-single .inner-box .lower-content .text p a {
    color: #666;
    font-weight: 600;
    text-decoration: underline;
}
.blog-single .inner-box .lower-content blockquote {
    background-color: #f4f7fc;
    border: none;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 45px 30px 45px 110px;
    position: relative;
}
.blog-single .inner-box .lower-content blockquote .quote-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #d5aa6d;
    font-size: 40px;
    height: 113px;
    left: -20px;
    line-height: 113px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 113px;
}
.blog-single .inner-box .lower-content blockquote .quote-text {
    color: #191514;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em;
    position: relative;
}
.blog-single .post-share-options {
    margin-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 55px;
    position: relative;
}
.blog-single .post-share-options .post-share-inner,
.blog-single .post-share-options .post-tags {
    position: relative;
}
.blog-single .post-share-options .post-tags span {
    color: #191514;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
    position: relative;
}
.blog-single .post-share-options .post-tags a {
    background-color: #f4f7fc;
    border-radius: 50px;
    color: #191514;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 8px 20px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.blog-single .post-share-options .post-tags a:hover {
    background-color: #9e7247;
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    color: #fff;
}
.blog-single .post-share-options .social-links {
    margin-top: 5px;
    position: relative;
}
.blog-single .post-share-options .social-links li {
    display: inline-block;
    margin-left: 2px;
    position: relative;
}
.blog-single .post-share-options .social-links li.twitter a {
    background-color: #55acee;
}
.blog-single .post-share-options .social-links li.google-plus a {
    background-color: #dd4b39;
}
.blog-single .post-share-options .social-links li.dribble a {
    background-color: #cd339a;
}
.blog-single .post-share-options .social-links li a {
    background-color: #3b5998;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    width: 32px;
}
.new-posts {
    border-bottom: 1px solid #ececf0;
    border-top: 1px solid #ececf0;
    padding: 22px 0;
    position: relative;
}
.new-posts .next-post,
.new-posts .prev-post {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.new-posts .next-post:hover,
.new-posts .prev-post:hover {
    color: #bf935e;
}
.sidebar-page-container .comments-area {
    margin-bottom: 60px;
    margin-top: 45px;
    position: relative;
}
.sidebar-page-container .group-title {
    margin-bottom: 35px;
    position: relative;
}
.sidebar-page-container .group-title h6 {
    color: #191514;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.sidebar-page-container .group-title h6:before {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.sidebar-page-container .group-title .group-text {
    color: #666;
    font-size: 14px;
    margin-top: 25px;
    position: relative;
}
.sidebar-page-container .comments-area .comment-box {
    margin-bottom: 40px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
}
.sidebar-page-container .comments-area .comment-box:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222;
}
.sidebar-page-container .comments-area .comment {
    font-size: 14px;
    padding: 0 0 0 125px;
    position: relative;
}
.sidebar-page-container .comments-area .comment .comment-inner {
    background-color: #f4f7fc;
    padding: 22px 25px 30px;
    position: relative;
}
.sidebar-page-container .comments-area .comment .comment-reply {
    background-color: #191919;
    border-radius: 50px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    position: absolute;
    right: 25px;
    top: 20px;
}
.sidebar-page-container .comments-area .comment .comment-reply:hover {
    background-color: #9e7247;
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
    border-radius: 50%;
    height: 92px;
    left: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 92px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
    display: block;
}
.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    font-size: 13px;
    line-height: 24px;
}
.sidebar-page-container .comments-area .comment-box strong {
    color: #191514;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: capitalize;
}
.sidebar-page-container .comments-area .comment-box .text {
    color: #666;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 0;
    margin-top: 16px;
}
.sidebar-page-container .comments-area .comment-info .comment-time {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    position: relative;
}
.sidebar-page-container .comments-area .comment-box .theme-btn {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-form {
    margin-top: 0;
    position: relative;
}
.comment-form .row {
    margin: 0 -7px;
}
.comment-form .form-group {
    margin-bottom: 14px;
    padding: 0 7px;
    position: relative;
}
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="text"],
.comment-form .form-group select {
    border: 1px solid #ececec;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 26px;
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
}
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #d5aa6d;
}
.comment-form .form-group textarea {
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #a5a5a5;
    display: block;
    font-size: 14px;
    height: 150px;
    line-height: 26px;
    padding: 10px 20px;
    position: relative;
    resize: none;
    transition: all 0.3s ease;
    width: 100%;
}
.comment-form .theme-btn {
    cursor: pointer;
    font-weight: 400;
    margin-top: 10px;
    padding: 11px 30px;
}
.sidebar .search-box .form-group {
    margin: 0;
    position: relative;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
    background: none;
    border: 1px solid #ececf0;
    color: grey;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.sidebar .search-box .form-group button {
    background: none;
    border-left: 1px solid #f2f2f2;
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.sidebar-title-two {
    margin-bottom: 25px;
    position: relative;
}
.sidebar-title-two h4 {
    color: #191514;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 15px;
    position: relative;
}
.sidebar-title-two h4:before {
    background-image: linear-gradient(90deg, #d5aa6d 0, #9e7247);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.blog-cat-two,
.blog-cat-two li {
    position: relative;
}
.blog-cat-two li {
    border-bottom: 1px solid #d7d7d7;
}
.blog-cat-two li a {
    color: #191514;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 16px 15px 16px 0;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.blog-cat-two li a:hover {
    padding-left: 28px;
}
.blog-cat-two li a span {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 15px;
}
.blog-cat-two li a:before {
    background-color: #aa834d;
    border-radius: 50px;
    content: "";
    display: inline-block;
    height: 8px;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 25px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 8px;
}
.blog-cat-two li a:hover:before {
    opacity: 1;
}
.blog-cat-two li a:hover,
.blog-cat-two li.active a {
    color: #aa834d;
}
.popular-posts .post {
    border-bottom: 1px solid #e7e7eb;
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
    min-height: 100px;
    padding-left: 90px;
    position: relative;
}
.popular-posts .post .post-thumb {
    border-radius: 50%;
    height: 65px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 65px;
}
.popular-posts .post .post-thumb img {
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
}
.popular-posts .post .text {
    color: #191514;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 3px;
    position: relative;
    text-transform: capitalize;
    top: 0;
}
.popular-posts .post .text a {
    color: #191514;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.popular-posts .post a:hover {
    color: #d4a96d;
}
.popular-posts .post-info {
    color: #adadad;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}
.popular-posts .post-info:before {
    color: #adadad;
    content: "\f073";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 4px;
}
.sidebar .instagram-widget .images-outer {
    margin: 0 -4px;
    position: relative;
}
.sidebar .instagram-widget .image-box {
    float: left;
    margin-bottom: 12px;
    padding: 0 6px;
    position: relative;
    width: 33.3333%;
}
.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6) {
    margin-right: 0;
}
.sidebar .instagram-widget .image-box .overlay-box {
    background-color: #d5aa6d;
    bottom: 8px;
    color: #fff;
    content: "";
    display: block;
    font-size: 24px;
    left: 12px;
    line-height: 44px;
    opacity: 0;
    padding: 8px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 8px;
    transition: all 0.3s ease;
    z-index: 1;
}
.sidebar .instagram-widget .image-box .overlay-box:before {
    display: inline-block;
    margin-left: -12px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
}
.sidebar .instagram-widget .image-box:hover .overlay-box {
    opacity: 1;
}
.sidebar .instagram-widget .image-box img {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
}
.sidebar .popular-tags a {
    background-color: #f4f7fc;
    color: #1a1e66;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    margin: 0 4px 8px 0;
    padding: 7px 18px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .popular-tags a:hover {
    background-color: #d5aa6d;
    color: #fff;
}
.cookie-modal {
    background: rgba(0, 0, 0, 0.45);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
    z-index: 9999;
}
.cookie-modal.show {
    opacity: 1;
    visibility: visible;
}
.cookie-modal-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    margin: 5vh auto;
    max-width: 720px;
    padding: 24px 22px;
    position: relative;
}
.cookie-close {
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 36px;
    z-index: 300;
}
.cookie-title {
    font-size: 1.25rem;
    margin: 0 0 10px;
}
.cookie-text {
    color: #444;
    margin: 0 0 16px;
}
.cookie-links {
    font-size: 0.95rem;
    margin: 14px 0 0;
}
.cookie-links a {
    text-decoration: underline;
}
.cookie-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 14px;
}
.cookie-switch {
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
}
.cookie-switch input[type="checkbox"] {
    accent-color: #d5aa6d;
    height: 18px;
    width: 18px;
}
.cookie-switch--locked {
    background: #fafafa;
    opacity: 0.9;
}
.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.consent-check {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    gap: 10px;
    line-height: 1.5;
}
.consent-check input {
    accent-color: #d5aa6d;
    height: 18px;
    margin-top: 3px;
    width: 18px;
}
.custom-select-box.error,
.form-group.has-error .ui-selectmenu-button,
.ui-selectmenu-button.error,
input.error,
select.error,
textarea.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 2px #f8d7da;
}
.consent-check input.error {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}
