/*
Theme Name: Landiox
Theme URI: https://ifingerstudio.com/landiox
Author: https://themeforest.net/user/johanspond
Author URI: https://ifingerstudio.com
Support: johanspond@gmail.com
Description: Landiox - Single Property WordPress Theme.
Version: 1.0.5
License: GNU General Public License v2 or later
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header & Menu
3. Mobile-menu
4. Search modal
5. Offcanvas-menu
6. Breadcrumb CSS
7. Slider & Banner
8. Property
9. About
10. Counter
11. Video
12. Overview
13. Gallery
14. Plan
15. Features
16. Testimonial
17. Team
18. Cta
19. Brand
20. Blog
21. Instagram
22. Contact
23. Extra Style
24. Footer
30. 404
31. scrollUp
*/


/* 1. Theme default css 
============================================================*/
html,
body {
    overflow-x: hidden;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.87;
    color: #777777;
    font-style: normal;
}
img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #bf9410;
    text-decoration: none;
}
a,
button {
    color: #bf9410;
    outline: medium none;
    text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    color: #111111;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #777777;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* button style */
.btn {
    user-select: none;
    -moz-user-select: none;
    background: #bf9410 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #bf9410;
}
.btn a i {
    margin-left: 15px;
}
.landiox-button-wrapper a i {
    margin-left: 15px;
}
.btn:hover {
    color: #fff;
    background: #111111;
    border-color: #111111;
}
.btn.transparent-btn {
    background: transparent;
    border-color: rgb(255 255 255 / 37%);
}
.white-btn {
    background: #fff;
    color: #111111;
    border-color: #fff;
}
.white-btn::after {
    color: #111111;
}
.black-btn {
    background: #111111;
    border-color: #111111;
}
.black-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #111111;
}
.black-btn:hover::after {
    color: #111111;
}
.breadcrumb > .active {
    color: #888;
}

/* Preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0,0,0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #bf9410;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 2. Header & Menu */
.custom-container {
    max-width: 1880px;
}
.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}
.menu-area {
    background: #111111;
}
.menu-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    position: relative;
    padding-right: 50px;
}
.menu-nav .logo::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 96px;
    background: #242424;
}
.logo img {
    max-width: 200px;
}
.menu-area.menu-area-two .logo{
    padding-right:0;
}
.menu-area.menu-area-two .logo::before{
    content: none;
}

/*.navbar-wrap {
    display: flex;
    flex-grow: 1;
    margin-left: 50px;
    border-left: 1px solid #242424;
}*/
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px;
}
.navbar-wrap ul li {
    display: block;
    position: relative;
    list-style:none;
    margin-right:40px;
}
.navbar-wrap ul li:last-child {
    margin-right: 0;
}
.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    padding: 40px 8px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.navbar-wrap > ul > li.active.menu-item-has-children > a::after,
.navbar-wrap > ul > li.menu-item-has-children:hover > a::after,
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
    color: #bf9410 !important;
}
.navbar-wrap > ul > li.menu-item-has-children > a::after {
    content: "\f107";
    margin-left: 5px;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: #595959;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.main-menu ul li.menu-item-has-children > a::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
}
.main-menu ul li.current-menu-ancestor>a {
    color: #bf9410;
}
.main-menu ul li ul li.menu-item-has-children.current_page_ancestor > a {
    color: #bf9410;
}
.menu-area ul li .submenu > li:hover > a{
    color:#bf9410;
}
.header-style-one.header-two-default .navbar-wrap ul {
    margin-right: 0px;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style:none;
    gap:20px;
}
.header-action > ul li {
    position: relative;
    /*margin-left: 20px;*/
}
/*.header-action ul li:first-child {
    margin-left: 0;
}*/
.header-action ul li a {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}
.header-action ul li a:hover {
    color: #bf9410;
}
.header-search a i:before, 
.header-user a i:before, 
.header-offcanvase a i:before {
    font-size: 24px;
    line-height: 40px;
}
/*.header-action .header-btn {
    margin-right: 20px;
    padding-right: 40px;
}*/
/*.header-action .header-btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 96px;
    background: #242424;
}*/
.header-action .header-btn .btn {
    padding: 17px 30px;
    font-size: 16px;
    line-height: initial;
}
.header-action .header-btn .btn i {
    margin-left:10px;
}
.header-action .header-btn .btn:hover {
    color: #111111;
    background: #fff;
    border-color: #fff;
}
.header-action .header-btn .btn:hover::after {
    color: #111111;
}
.header-action .header-btn-two .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: #111111;
    color: #fff;
    border-color: #111;
    padding: 15px 27px;
}
.header-action .header-btn-two .btn:hover {
    color: #111111;
    border-color: #111111;
    background: transparent;
}
.header-action .header-btn-two .btn::after {
    display: none;
}



.header-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-info-btn ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.header-info-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-toggle-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-info-btn {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

.header-info-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 96px;
    background: #242424;
}



.navbar-wrap ul li .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    margin: 0;
    transform: scale(1 , 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.navbar-wrap ul li .submenu li {
    margin: 0;
    text-align: left;
    display: block;
}
.navbar-wrap ul li .submenu li a {
    padding: 9px 10px 9px 25px;
    font-size:15px;
    line-height: 1.4;
    font-weight: 500;
    color: #111;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li a:hover,
.navbar-wrap ul li .submenu li.active a {
    color: #bf9410;
}
.navbar-wrap ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.navbar-wrap ul li .submenu .submenu {
    right: 100%;
    left: auto;
    top: 0;
}
.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #111111;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(136 136 136 / 10%);
    box-shadow: 0 10px 15px rgb(136 136 136 / 10%);
    border-radius: 0;
}

/* menu-area-two */
.menu-area.menu-area-two {
    background: #fff;
}
.menu-area-two .navbar-wrap {
    margin-left: 0;
    border-left: none;
}
.menu-area-two .navbar-wrap ul {
    margin-left: auto;
    margin-right: auto;
}
.menu-area-two .navbar-wrap ul li a {
    color: #111111;
}
.menu-area-two .navbar-wrap > ul > li.menu-item-has-children > a::after {
    color: #111111;
}
.menu-area-two .header-action ul li a {
    color: #111111;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}
.nav-logo img {
    width: 150px;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
    height: 100%;
}
.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}
.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #111;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.mobile-menu .navigation ul{
    margin:0;
    padding:0;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #312620;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 25px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #312620;
    background: #efefef;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #bf9410;
    color: #fff;
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #111;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
    border-color: #bf9410;
    background: #bf9410;
    color: #fff;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 3px;
}

/* 4. Search modal */
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(17 17 17 / 91%);
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 100px 0;
    display: none;
}
.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}
.search-form {
    position: relative;
}
.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: #fff;
}
.search-form input::placeholder {
    font-size: 30px;
    color: #fff;
    opacity: .5;
}
.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #bf9410;
}
.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #bf9410;
    cursor: pointer;
}

/* 5. Offcanvas-menu */
.extra-info {
    background: #111111 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    width: 340px;
    z-index: 9999;
    transform: translateX(101%);
}
.extra-info.active {
    transform: translateX(0);
}
.extra-info .landiox_socials_widget .widget-title h4 {
    color: #fff;
}
.close-icon {
    margin-top: -16px;
    text-align: right;
}
.close-icon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#fff;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}
.side-info-area .logo-side {
    margin-bottom: 30px;
}
.logo-side img {
    max-width: 185px;
}
.side-info {
    border-top: 1px solid #484747;
    padding-top: 25px;
    margin-top: 30px;
}
.extra-info .widget_media_image img {
    width: 180px;
    margin: 0;
}
.extra-info .widget-title h4, 
.extra-info h4.-toggle-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom:15px;
}
.extra-info .contact-list {
    margin-bottom: 30px;
}
.extra-info .landiox_offcanvas_widget .widget-title h4{
    color:#fff;
}
.extra-info .widget_block{
    margin-bottom: 30px;
}
.contact-list h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-list p {
    color: #fff;
    opacity: .6;
    margin-bottom: 5px;
    line-height: 28px;
    padding-right: 40px;
}
.side-instagram {
    overflow: hidden;
    margin: 0 -4px;
}
.side-instagram > a {
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 7px;
}
.side-instagram img {
    width: 100%;
}
.social-icon-right > a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    opacity: .5;
}
.offcanvas-overly.active {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

/* 6. Breadcrumb CSS */
.breadcrumb-bg {
    background-size: cover;
    background-position: center;
    padding-top: 175px;
    padding-bottom: 185px;
    position: relative;
    z-index: 1;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .70;
    z-index: -1;
}
.breadcrumb-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-content .sub-title {
    font-size: 18px;
    color: #bf9410;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}
.breadcrumb-content .sub-title::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 8px;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-content .title {
    font-size: 50px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: .9;
    margin-bottom: 0;
}
.breadcrumb-right .breadcrumb {
    display: inline-flex;
    margin-bottom: 0;
    background: #fff;
    border-radius: 6px;
    padding: 8px 15px;
}
.breadcrumb-right .breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    color: #111111;
}
.breadcrumb-right .breadcrumb .breadcrumb-item a {
    color: #999999;
}
.breadcrumb-right .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}
.breadcrumb-right .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 10px;
    color: #d5d5d5;
    content: "|";
    font-size: 16px;
    font-weight: 700;
}

/* 7. Slider & Banner */
.slider-area {
    position: relative;
}
.slider-bg {
    min-height: 870px;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .70;
    z-index: -1;
}
.section-title .sub-title,
.slider-content .sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #bf9410;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}
/*.slider-content .sub-title::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 8px;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.57 9.07'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:transparent;stroke:%23bf9410;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 8.07 8.07 1 15.14 8.07'/%3E%3Cpolyline class='cls-1' points='15.14 8.07 22.21 1 29.28 8.07'/%3E%3Cpolyline class='cls-1' points='29.28 8.07 36.35 1 43.43 8.07'/%3E%3Cpolyline class='cls-1' points='43.43 8.07 50.5 1 57.57 8.07'/%3E%3C/svg%3E");
    background-repeat: no-repeat;    
}*/
.slider-content span.sub-title svg {
    position: absolute;
    width: 45px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    margin-left: 15px;
}
.slider-content {
    overflow: hidden;
}
.slider-content .title {
    font-size: 80px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 35px;
}
.slider-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.slider-btn .btn {
    margin-top: 20px;
}
.slider-btn .btn i {
    margin-left: 5px;
}
.slider-btn .btn:first-child {
    margin-right: 30px;
}
.slider-btn .btn.transparent-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #111111;
}
.slider-btn .btn.transparent-btn:hover::after {
    color: #111111;
}
.slider-btn .btn.white-btn:hover {
    background: transparent;
    color: #fff;
    border-color: rgb(255 255 255 / 37%);
}
.slider-btn .btn.white-btn:hover::after {
    color: #fff;
}
.slider-social {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1
}
.slider-social ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider-social ul li {
    margin-right: 20px;
}
.slider-social ul li:last-child {
    margin-right: 0;
}
.slider-social ul li a {
    color: #fff;
    font-size: 18px;
}
.slider-social ul li a:hover {
    color: #bf9410;
}
.slider-contact {
    position: absolute;
    top: 50%;
    right: -135px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1
}
.slider-contact ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.slider-contact ul li {
    margin-right: 50px;
    list-style: none;
}
.slider-contact ul li:last-child {
    margin-right: 0;
}
.slider-social ul li.title,
.slider-contact ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}
.slider-contact ul li a:hover {
    color: #bf9410;
}
/* slider-area-two */
.main-slider-active [data-animation-in] {
    opacity: 0;
}
.slider-area-two {
    position: relative;
    z-index: 1;
}
.slider-bg-two {
    width: 100%;
    min-height: 870px;
    background-size: cover;
    background-position: center;
    z-index: -1;
    padding: 120px 90px 120px 320px;
    display: flex;
    align-items: center;
}
.slider-main-img {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.slider-area-two .slider-content .title {
    color: #111111;
}
.slider-area-two .slider-content .btn.transparent-btn {
    border-color: rgb(17 17 17 / 20%);
}
.slider-area-two .slider-content .btn.transparent-btn {
    color: #111111;
}
.slider-area-two .slider-content .white-btn:hover:after,
.slider-area-two .slider-content .btn.transparent-btn::after {
    color: #111111;
}
.slider-area-two .slider-content .btn.transparent-btn:hover,
.slider-area-two .slider-content .white-btn {
    background: #111;
    color: #fff;
    border-color: #111;
}
.slider-area-two .slider-content .btn.transparent-btn:hover::after,
.slider-area-two .slider-content .white-btn::after {
    color: #fff;
}
.slider-area-two .slider-content .white-btn:hover {
    border-color: rgb(17 17 17 / 20%);
    color: #111111;
}
.slider-img img {
    max-width: unset;
    margin-left: 25px;
}
.slider-bottom-nav {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.slider-nav-item {
    border: 5px solid #fff;
    margin-left: -5px;
}
.slider-nav-item:first-child {
    margin-left: 0;
}
.slider-nav-item.slick-current {
    border-color: #bf9410;
    z-index: 3;
    position: relative;
}
.slider-main-img .home-details-box {
    position: absolute;
    right: 11%;
    bottom: 26%;
    max-width: 300px;
}
.slider-main-img .home-details-box::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -8px;
    transform: translateX(-50%);
    bottom: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    transition: .3s;
}
.slider-main-img .home-details-box > span {
    display: block;
    color: #ffffff;
    background: #bf9410;
    font-weight: 700;
    text-align: center;
    padding: 18px 20px;
    font-family: 'Quicksand', sans-serif;
    border-radius: 6px 6px 0 0;
}
.slider-main-img .home-details-box > span i {
    margin-left: 10px;
}
.slider-main-img .home-details-box .content {
    background: #fff;
    padding: 35px 35px 30px;
    border-radius: 0 0 6px 0;
}
.slider-main-img .home-details-box .content p {
    margin-bottom: 20px;
}
.slider-main-img .home-details-box .content .title {
    font-size: 40px;
    margin-bottom: 15px;
}
.slider-main-img .home-details-box .content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
.slider-main-img .home-details-box .content ul li {
    width: 50%;
    margin-bottom: 5px;
    list-style:none;
}
.slider-main-img .home-details-box .content ul li span {
    color: #111111;
    margin-right: 5px;
}
.slider-area-two .slider-contact {
    left: -135px;
    right: auto;
}
.slider-area-two .slider-contact ul li a {
    color: #bf9410;
}

/* Banner */
.banner-area {
    background: #f5f5f5;
    padding: 200px 0px 210px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner-img {
    position: absolute;
    right: 0;
    bottom: -2%;
    width: 1090px;
    height: 820px;
    z-index: -1;
}
.banner-content .title {
    font-size: 80px;
    margin-bottom: 30px;
    width: 70%;
    letter-spacing: -0.3px;
    line-height: 1.1;
}
.banner-content > p {
    margin-bottom: 45px;
    font-size: 18px;
    width: 62%;
}
.banner-info {
    margin-bottom: 30px;
}
.banner-info form > ul {
    display: inline-flex;
    align-items: center;
    background: #ffff;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
}
.banner-info .info-item {
    display: flex;
    align-items: center;
    width: 220px;
    margin-right: 25px;
}
.banner-info .info-item .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f0e8;
    border-radius: 50%;
    color: #bf9410;
    font-size: 16px;
    margin-right: 15px;
    flex: 0 0 45px;
}
.banner-info .info-item .content label {
    display: block;
    color: #999999;
    font-size: 14px;
}
.banner-info .info-item .selected.banner-selected {
    width: 160px;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    font-family: 'Quicksand', sans-serif;
    padding-left: 0;
}
.selected.banner-selected.nice-select:after {
    height: 7px;
    width: 7px;
    border-color: #cbcbcb;
}
.banner-info .banner-search button {
    border: none;
    background: #bf9410;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    padding: 18px 35px;
}
.banner-info .banner-search button i {
    margin-right: 10px;
}
.banner-counter ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    padding:0;
}
.banner-counter ul li {
    padding: 0 15px;
    list-style:none;
}
.banner-counter .counter-item-two {
    display: flex;
    align-items: center;
}
.banner-counter .counter-item-two .count {
    margin-bottom: 0;
    font-size: 50px;
    display: flex;
    line-height: 1;
}
.banner-counter .counter-item-two .count strong {
    font-weight: 600;
    font-size: 35px;
}
.counter-item-two p {
    margin-bottom: 0;
    line-height: 1.4;
    margin-left: 10px;
    width: 80px;
}
.banner-area .slider-contact {
    position: absolute;
    top: 50%;
    left: -135px;
    right: auto;
    transform: translateY(-50%) rotate(-90deg);
}
.banner-area .slider-contact ul li a {
    color: #bf9410;
}
.banner-area .slider-contact ul li a:hover {
    color: #111111;
}

/* 8. Property */
.property-area {
    position: relative;
    z-index: 3;
    margin-top: -122px;
}
.property-area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 64%;
    background: #111111;
    z-index: -1;
}
.property-form {
    margin-left: 58px;
    margin-right: -120px;
    position: relative;
    padding: 30px 0 25px 35px;
    background: #111;
}
.property-form form > ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.property-form form > ul > li {
    padding: 0 15px;
}
.property-form form > ul > li:first-child {
    width: 180px;
}
.property-form ul li img {
    margin-bottom: 15px;
}
.property-form ul li .title {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.property-form .form-grp {
    position: relative;
    width: 222px;
    border-bottom: 1px solid #252525;
    padding: 12px 0px;
}
.property-form .form-grp label {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.property-form .form-grp input {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 27px;
    color: #fff;
}
.property-form .form-grp input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
}
.property-form .form-grp.select {
    display: flex;
    align-items: center;
}
.property-selected {
    min-width: 222px;
    background: transparent;
    border: none;
    padding-left: 26px;
    font-size: 16px;
    color: #575757;
    height: 24px;
    line-height: 24px;
}
.property-selected.nice-select .list {
    width: 100%;
}
.property-form ul li button {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #bf9410;
    color: #fff;
    font-size: 16px;
}
.property-form ul li button:hover {
    background: #fff;
    color: #bf9410;
}
/* property-two */
.property-nav .nav-tabs {
    border-bottom: none;
    margin: 0 -15px;
}
.property-nav .nav-tabs .nav-item {
    padding: 0 15px;
    width: 16.66%;
}
.property-nav .nav-tabs .nav-link {
    background: transparent;
    border: none;
    border-radius: 0;
    text-align:center;
    padding: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    padding-bottom: 30px;
    margin: 0 auto 15px;
}
.property-nav .nav-tabs .nav-link i:before {
    font-size: 70px;
    font-weight:500;
    line-height: 70px;
    display: block;
    color: #bf9410;
    margin-bottom: 20px;
}
.property-nav .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.57 9.07'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:transparent;stroke:%23e7e7e7;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 8.07 8.07 1 15.14 8.07'/%3E%3Cpolyline class='cls-1' points='15.14 8.07 22.21 1 29.28 8.07'/%3E%3Cpolyline class='cls-1' points='29.28 8.07 36.35 1 43.43 8.07'/%3E%3Cpolyline class='cls-1' points='43.43 8.07 50.5 1 57.57 8.07'/%3E%3C/svg%3E");
    width: 44px;
    height: 7px;
    transition: .3s ease-in-out;
}
.property-nav .nav-tabs .nav-link.active::before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.57 9.07'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:transparent;stroke:%23bf9410;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 8.07 8.07 1 15.14 8.07'/%3E%3Cpolyline class='cls-1' points='15.14 8.07 22.21 1 29.28 8.07'/%3E%3Cpolyline class='cls-1' points='29.28 8.07 36.35 1 43.43 8.07'/%3E%3Cpolyline class='cls-1' points='43.43 8.07 50.5 1 57.57 8.07'/%3E%3C/svg%3E");
}
.property-area-two .property-content {
    background: #f7f7f7;
    padding: 63px 70px;
    border-radius: 6px 0 0 6px;
}
.property-area-two .property-content span {
    font-size: 15px;
    display: block;
    color: #999999;
    margin-bottom: 7px;
}
.property-area-two .property-content .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}
.property-content a.btn.white-btn {
    margin-bottom: 5px;
}
.property-area-two .property-content p {
    margin-bottom: 40px;
    font-size: 18px;
}
.property-area-two .property-content .btn:hover::after {
    color: #fff;
}
.property-area-two .property-img img {
    width: 100%;
    border-radius: 0 6px 6px 0;
}

/* 9. About */
.about-area {
    background: #111111;
    padding: 115px 0 120px;
    position: relative;
    z-index: 1;
}
.about-shape {
    width: 208px;
    height: 208px;
    position: absolute;
    right: 11%;
    top: 36%;
    z-index: -1;
}
.about-img {
    margin-left: -45px;
}
.section-title .title {
    margin-bottom: 0;
    font-size: 60px;
    letter-spacing: -0.3px;
}
.about-content .section-title .title {
    color: #fff;
}
.section-title.white-title .title {
    color: #fff;
}
.section-title .sub-title {
    margin-bottom: 3px;
}
.about-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding:0;
}
.about-list ul li {
    width: 50%;
    padding: 0 15px;
    list-style:none;
}
.about-list-item {
    background: #1a1a1a;
    border:1px solid #1a1a1a;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s linear;
    margin-bottom: 30px;
}
.about-list-item .content {
    display: flex;
    align-items: center;
    position: relative;
}
.about-list-item .content .about-left-img{
    position: absolute;
    width: 44px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: -20px;
    transition: 0.3s;
}
.about-list-item:hover .about-left-img svg .cls-1 {
    stroke: #fff;
}



/*.about-list-item .content .about-left-img span.left-hover{
    display: none;
}
.about-list-item:hover .content .about-left-img .left-default {
    display: none;
}
.about-list-item:hover .content .about-left-img span.left-hover {
    display: inline-block;
}
.about-list-item:hover .content::before {}*/
.about-list-item .content .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    transition: .3s linear;
}
.about-list-item .content .title span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
    transition: .3s linear;
}
.about-list-item .icon i {
    color: #bf9410;
    font-size: 40px;
    line-height: 0;
    transition: .3s linear;
}
.about-list-item .icon i:before {
    color: #bf9410;
    font-size: 40px;
    line-height: 1;
    transition: .3s linear;
}
.about-list-item:hover {
    background: #bf9410;
}
.about-list-item:hover .content .title span {
    color: #fff;
}
.about-list-item:hover .icon i {
    color: #fff;
}
.about-list-item:hover .icon i:before {
    color: #fff;
}
.about-content .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #111111;
}
.about-content .btn:hover::after {
    color: #111111;
}
/* about-two */
.about-img-wrap {
    position: relative;
    margin-right:50px;
}
.about-img-wrap img {
    border-radius: 6px !important;
}
.about-img-wrap .img-two {
    margin-left: auto;
    display: block;
    margin-top: -90px;
}
.about-img-wrap .img-three {
    position: absolute;
    bottom: 0%;
}
.experience-wrap {
    position: absolute;
    right: 20%;
    top: 40px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 17px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    background: #bf9410;
}
.experience-wrap .img-spacer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 156px;
    height: 156px;
    z-index: -1;
}
.experience-wrap .title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.experience-wrap span {
    color: #fff;
    display: block;
    line-height: 1.2;
    font-size: 12px;
}
.about-content-two .nav-tabs {
    border-bottom: none;
    margin: 0 -8px;
    margin-bottom: 35px;
}
.about-content-two .nav-tabs .nav-item {
    padding: 0 8px;
}
.about-content-two .plan-details p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #777777;
}
.about-content-two .plan-details ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}
.about-content-two .plan-details ul li {
    width: 33.33%;
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    transition: .3s linear;
    margin-bottom: 10px;
}
.about-content-two .plan-details ul li i {
    padding-right: 10px;
    color: #bf9410;
}
.about-content-two .plan-details ul li i {
    padding-left: 10px;
}
.about-content-two .plan-details ul li:hover::before {
    opacity: 1;
}
.about-content-two .video-plan {
    position: relative;
}
.about-content-two .video-plan img {
    border-radius: 6px;
}
.about-content-two .view-360-deg {
    width: 100%;
    height: 322px;
}
.about-content-two .view-360-deg iframe {
    width: 100%;
    height: 100%;
}

/* about-three */
.about-area-three {
    background: #f5f5f5;
    padding: 115px 0 90px;
}
.about-info-wrapper .about-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
}
.about-info-wrapper .about-info li span {
    display: block;
    color: #999999;
    font-size: 14px;
}
.about-info-wrapper .about-info ul li a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    font-family: 'Quicksand', sans-serif;
}
.about-info-wrapper .about-info ul li a:hover {
    color: #bf9410;
}
.about-info-wrapper .about-info li img {
    border-radius: 50%;
}
.about-info-wrapper .about-info li {
    margin-right: 30px;
    list-style:none;
}
.about-info-wrapper .about-info li:last-child {
    margin-right: 0;
}
.about-info-wrapper .about-info li:first-child {
    margin-right: 15px;
}
.about-area-three .about-content p {
    font-size: 18px;
    margin-bottom: 15px;
}
.about-area-three .about-content p:last-child {
    margin-bottom: 0;
}
.about-area-three .description-wrap p {
    font-size: 18px;
    margin-bottom: 35px;
}
.landiox-button-pdf-wrapper a.pdf-btn {
    display: flex;
    align-items: center;
    background: #fff;
    color: #111111;
    font-weight: 700;
    padding: 17px 20px;
    font-family: 'Quicksand', sans-serif;
    border-radius: 6px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}
.landiox-button-pdf-wrapper a.pdf-btn i {
    font-size: 26px;
    line-height: 0;
    color: #bf9410;
    margin-left: auto;
}
.landiox-button-pdf-wrapper a.pdf-btn i:before {
    font-size: 26px;
}
.landiox-button-pdf-wrapper a.pdf-btn:hover {
    color: #bf9410;
}
.landiox-button-pdf-wrapper a.pdf-btn:last-child {
    margin-bottom: 0;
}

/* 10. Counter */
.counter-area {
    background: #f5f5f5;
    padding: 90px 0;
}
.counter-item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.counter-item .count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    line-height: .7;
    margin-bottom: 0;
    color: #bf9410;
}
.counter-item p {
    margin-bottom: 0;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: #f5f5f5;
    font-size: 14px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
}

/* counter-two */
.counter-area-two {
    background: #bf9410;
    padding: 40px 0;
}
.counter-item-three {
    display: flex;
    align-items: center;
}
.counter-item-three .count {
    display: flex;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 30px;
}
.counter-item-three .count span {
    font-size: 50px;
    line-height: .9;
}
.counter-item-three p {
    margin-bottom: 0;
    color: #fff;
    line-height: 22px;
    margin-left: 15px;
}
.counter-content .phone {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}
.counter-content .phone i {
    margin-right: 10px;
}
.counter-content .phone:hover {
    color: #111111;
}
.counter-content .btn {
    background: #a17c0a;
    border-color: #a17c0a;
    margin-left: 30px;
}
.counter-content .btn:hover {
    background: #111111;
    border-color: #111111;
}

/* 11. Video */
.video-area {
    position: relative;
}
.video-area .video-content .section-title{
    margin-bottom: 30px;
}
.video-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.video-content {
    position: relative;
}
.video-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.video-list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #777777;
    margin-bottom: 10px;
}
.video-list ul li i {
    color: #bf9410;
    margin-right: 15px;
}
.video-content .play-btn {
    position: absolute;
    right: -28%;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 60px 120px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
}
.video-content .play-btn:hover {
    background: #bf9410;
    color: #fff;
}

/* video-area-two */
.video-area-two {
    position: relative;
}
.video-area-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
}
.video-area-two .section-title .title {
    color: #fff;
}
.video-area-two .video-img {
    margin: 0 35px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.video-img img{
    width: 100%;
}
.video-area-two .video-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: .40;
}
.video-area-two .video-img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 126px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #bf9410;
    color: #fff;
    font-size: 20px;
}

/* 12. Overview */
.overview-bg {
    background-size: cover;
    background-position: center;
    padding: 115px 0 120px;
}
.section-title.white-title .sub-title {
    color: #fff;
}
.section-title.white-title .sub-title::before {
}
.section-title.white-title.text-center .sub-title::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 8px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.overview-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 45px;
    opacity: .70;
}

/* 13. Gallery */
.gallery-area {
    overflow: hidden;
}
.gallery-content {
    width: 75%;
}
.gallery-content .section-title.mb-30 {
    margin-bottom: 30px;
}
.gallery-content .community-wrap ul {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}
.gallery-content .community-wrap ul li {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    font-family: 'Quicksand', sans-serif;
}
.gallery-content .community-wrap ul li span {
    color: #bf9410;
}
.gallery-content .community-wrap ul li:not(:nth-child(1)) {
    margin-left: -15px;
}
.gallery-content .community-wrap ul li:last-child {
    margin-left: 15px;
}
.gallery-content .community-wrap ul li img {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.gallery-area .col-lg-7 {
    overflow: hidden;
    -ms-flex: 0 0 110%;
    flex: 0 0 110%;
    max-width: 110%;
}
.gallery-area .row {
    flex-wrap: nowrap;
}
.gallery-img img {
    border-radius: 6px;
}
.gallery-nav {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.gallery-nav .swiper-button-prev,
.gallery-nav .swiper-button-next {
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f0f0f0;
    position: unset;
    border-radius: 6px;
    margin-top: 0;
    padding: 0;
    color: #111111;
    background: transparent;
}
.gallery-nav .swiper-button-prev:after,
.gallery-nav .swiper-button-next:after {
    display: none;
}
.gallery-nav .swiper-button-prev::before,
.gallery-nav .swiper-button-next:before {
    content: "\f177";
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
}
.gallery-nav .swiper-button-next {
    margin-left: 20px;
}
.gallery-nav .swiper-button-next::before {
    content: "\f178";
}
.gallery-nav .swiper-button-prev:hover,
.gallery-nav .swiper-button-next:hover {
    color: #fff;
    background: #bf9410;
    border-color: #bf9410;
}
.gallery-content .swiper-scrollbar {
    width: 100%;
    height: 2px;
    background: #eaeaea;
}
.swiper-scrollbar-drag {
    background: #111111;
}

/* gallery-area-two */
.container-fluid  {
    padding: 0;
}
.gallery-item {
    position: relative;
}
.gallery-area-two .gallery-content-two {
    display: flex;
    align-items: center;
    width: 100%;
    background: #111111;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 35px;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.gallery-area-two .gallery-item:hover .gallery-content-two {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.gallery-area-two .gallery-item {
    margin: 0;
    padding: 0;
    text-align: left;
}
.gallery-content-two .left-side span {
    font-size: 14px;
    color: #999999;
    display: block;
    margin-bottom: 5px;
}
.gallery-content-two .left-side .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.gallery-content-two .right-side {
    display: flex;
    align-items: center;
}
.gallery-content-two .right-side a {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}
.gallery-content-two .right-side a:last-child {
    margin-right: 0;
}
.gallery-content-two .right-side a:hover {
    color: #bf9410;
}

/* gallery-three */
.gallery-area-three {
    position: relative;
    overflow: hidden;
}
.gallery-area-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #f5f5f5;
}
.gallery-item-three {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.gallery-item-three img {
    border-radius: 5px;
}
.gallery-item-three .view-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 20px;
    color: #111111;
    background: #fff;
    border-radius: 6px;
    opacity: 0;
}
.gallery-item-three .view-icon:hover {
    background: #bf9410;
    color: #fff;
}
.gallery-item-three.slick-active .view-icon {
    opacity: 1;
}
.gallery-active-two .slick-slide {
    transition: .3s linear;
    max-width: 1000px;
    position: relative;
}
.gallery-active-two .slick-list {
    overflow: visible;
}
.gallery-active-two .slick-slide img {
    display: inline-block;
}
.gallery-nav-two .slick-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    line-height: 0;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    left: 17%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s linear;
}
.gallery-nav-two .slick-arrow.slick-next {
    left: auto;
    right: 17%;
}
.gallery-nav-two .slick-arrow:hover {
    color: #fff;
    background: #bf9410;
}
.gallery-active-two .gallery-nav-two {
    margin-top: 0;
}

/* 14. Plan */
/*.section-title.text-center .sub-title::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 8px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}*/
.plan-nav-wrap .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin: 0 -20px 30px;
}
.plan-nav-wrap .nav-tabs .nav-item.show .nav-link,
.plan-nav-wrap .nav-tabs .nav-link.active {
    color: #bf9410;
    background-color: transparent;
}
.plan-nav-wrap .nav-tabs .nav-item {
    padding: 0 20px;
}
.plan-nav-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #111111;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    transition: .3s;
    margin-bottom: 25px;
}
.plan-nav-wrap .nav-tabs .nav-link .zig-sig{
    width:44px;
    opacity: 0;
}
.plan-nav-wrap .nav-tabs .nav-link.active .zig-sig {
    opacity: 1;
}

/*.plan-nav-wrap .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.57 9.07'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:transparent;stroke:%23bf9410;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 8.07 8.07 1 15.14 8.07'/%3E%3Cpolyline class='cls-1' points='15.14 8.07 22.21 1 29.28 8.07'/%3E%3Cpolyline class='cls-1' points='29.28 8.07 36.35 1 43.43 8.07'/%3E%3Cpolyline class='cls-1' points='43.43 8.07 50.5 1 57.57 8.07'/%3E%3C/svg%3E");
    width: 44px;
    height: 8px;
    opacity: 0;
    transition: .3s;
}*/
.plan-nav-wrap .nav-tabs .nav-link.active::before {
    opacity: 1;
}
.plan-nav-details {
    display: flex;
    align-items: center;
    padding: 0 50px;
}
.plan-nav-details .apartment-plan-nav {
    margin: 0 -70px 0 -125px;
    transform: rotate(-90deg);
}
.plan-nav-details .apartment-plan-nav .nav-tabs {
    border-bottom: none;
    margin: 0 -8px;
    flex-direction: row-reverse;
}
.plan-nav-details .nav-tabs .nav-item {
    padding: 0 8px;
}
.about-content-two .nav-tabs .nav-link,
.plan-nav-details .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 6px;
    color: #111111;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    padding: 13px 19px;
    transition: .3s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}
.about-content-two .nav-tabs .nav-item.show .nav-link,
.about-content-two .nav-tabs .nav-link.active,
.plan-nav-details .nav-tabs .nav-item.show .nav-link,
.plan-nav-details .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #bf9410;
}
.about-content-two .nav-tabs .nav-link:before,
.plan-nav-details .nav-tabs .nav-link:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #bf9410 transparent transparent;
    transition: .3s;
}
.about-content-two .nav-tabs .nav-link.active:before,
.plan-nav-details .nav-tabs .nav-link.active:before {
    opacity: 1;
}
.plan-nav-details .tab-content {
    flex-grow: 1;
}
.plan-nav-details .tab-content .plan-list {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    margin-left: 0px;
}
.plan-nav-details .tab-content .plan-list ul {
    margin:0;
    padding:0;
}
.plan-nav-details .tab-content .plan-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.plan-nav-details .tab-content .plan-list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.plan-nav-details .tab-content .plan-list ul li span {
    color: #777777;
    font-weight: 400;
}
.plan-nav-details .tab-content .plan-img {
    position: relative;
}
.about-content-two .video-plan .play-btn,
.plan-nav-details .tab-content .plan-img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #bf9410;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.plan-nav-details .tab-content .view-360-deg {
    width: 100%;
    height: 360px;
}
.plan-nav-details .tab-content .view-360-deg iframe {
    width: 100%;
    height: 100%;
}
.pulse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background: #bf9410;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* plan-two */
.plan-area-two {
    overflow: hidden;
}
.plan-table .table {
    margin-bottom: 0;
}
.plan-table .table > thead {
    vertical-align: middle;
}
.plan-table tbody tr td {
    text-align: center;
    border-color: #eaeaea;
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    border-left:0;
    border-right:0;
    font-family: 'Quicksand', sans-serif;
}
.plan-table tbody tr td:nth-child(2),
.plan-table tbody tr td:nth-child(3) {
    font-weight: 500;
    color: #777777;
}
.plan-table tbody tr td a {
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.plan-table tbody tr td a:hover {
    color: #bf9410;
}
.plan-table tbody tr td a i {
    color: #bf9410;
    font-size: 16px;
    margin-right: 10px;
}
.plan-table thead tr th {
    text-align: center;
    background: #111111;
    color: #fff;
    font-size: 18px;
    border:none;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.plan-table thead tr th:first-child {
    border-radius: 6px 0 0 0;
}
.plan-table .table>:not(:first-child) {
    border-top: 0;
}
.plan-table thead tr th:last-child {
    border-radius: 0 6px 0 0;
}
.plan-table .table>:not(caption)>*>* {
    padding: 21px 10px;
    border-bottom-width: 1px;
    box-shadow: none;
}

/* plan-three */
.plan-area-three .plan-content ul {
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 40px;
}
.plan-area-three .plan-content ul li {
    display: flex;
    align-items: center;
    color: #111111;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.plan-area-three .plan-content ul li span {
    margin-left: auto;
    color: #777777;
    font-weight: 400;
}
.plan-area-three .plan-content ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: none;
}
.plan-area-three .plan-img {
    margin-right: 50px;
}

/* 15. Features */
.features-area {
    background: #bf9410;
    padding: 115px 0 120px;
}
.features-area .row {
    margin: 0 -10px;
}
.features-area .row [class*="col-"] {
    padding: 0 10px;
}
.features-item {
    border: 2px solid #cfac41;
    text-align: center;
    padding: 40px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.features-item i {
    color: #fff;
    font-size: 70px;
    margin-bottom: 17px;
    transition: .5s linear;
    line-height: 0;
    display: inline-block;
}
.features-item i.ficon:before {
    font-size: 70px;
    display: block;
    line-height: 70px;
}
.features-item:hover i {
    transform: rotateY(360deg);
}
.features-item p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
.features-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.features-btn .btn {
    margin-top: 10px;
    margin-right: 10px;
}
.features-btn .btn:last-child {
    margin-right: 0;
    margin-left: 10px;
}
.features-btn .btn.white-btn:hover::after {
    color: #fff;
}

/* features-area-two */
.features-area-two {
    background: #111111;
    padding: 170px 0 90px;
}
.features-item-two {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-top: 40px;
}
.features-item-two .title {
    color: #fff;
    font-size: 26px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
    z-index: 1;
}
.features-item-two .title span{
    display: block;
    overflow: hidden;
    margin-top: 5px;
    width:50px;
}
.features-item-two p {
    color: #999999;
    margin-bottom: 25px;
    width: 88%;
}
.features-item-two a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.features-item-two a i {
    color: #bf9410;
    margin-left: 15px;
}
.features-item-two a:hover {
    color: #bf9410;
}
.features-item-two .overlay-text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 120px;
    font-weight: 700;
    line-height: .8;
    background: linear-gradient(343deg, rgba(17, 17, 17, 1) 0%, rgba(52, 52, 52, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 0;
}

/* features-area-three */
.features-list .about-list-item {
    background: transparent;
    border: 1px solid #efefef;
}
.features-list .about-list-item .content .title {
    color: #111111;
}
.features-list .about-list-item:hover {
    background: #bf9410;
}
.features-list .about-list-item:hover .content .title {
    color: #fff;
}
.features-area-three .features-content .btn {
    margin-top: 20px;
}
.features-area-three .features-content .black-btn:hover {
    background: #bf9410;
    border-color: #bf9410;
    color: #fff;
}
.features-area-three .features-content .black-btn:hover::after {
    color: #fff;
}
.features-area-three .features-img {
    margin-left: 60px;
}
.features-area-three .features-img img {
    max-width: unset;
}

/* features-area-four */
.features-area-four .row {
    margin: 0 -10px;
}
.features-area-four .row [class*="col-"] {
    padding: 0 10px;
}
.features-item-three {
    text-align: center;
    margin-bottom: 30px;
}
.features-item-three .content-top {
    position: relative;
    background: #f3f0e8;
    border-radius: 6px;
    padding: 43px 20px;
    margin-bottom: 25px;
    transition: .3s linear;
}
.features-item-three:hover .content-top {
    background: #bf9410;
}
.features-item-three .content-top::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #f3f0e8 transparent transparent;
    transition: .3s linear;
}
.features-item-three:hover .content-top::before {
    border-color: #bf9410 transparent transparent;
}
.features-item-three .content-top i.ficon:before {
    font-size: 70px;
    display: block;
    line-height: 70px;
}
.features-item-three .content-top i {
    line-height: 0;
    font-size: 70px;
    color: #bf9410;
    display: inline-block;
    margin-bottom: 16px;
    transition: .3s linear;
}
.features-item-three:hover .content-top i {
    color: #fff;
}
.features-item-three .content-top span {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    transition: .3s ease-out;
    display: block;
}
.features-item-three:hover .content-top span {
    color: #fff;
}
.features-item-three .title {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1;
    color: #bf9410;
    font-weight: 700;
}

/* features-five */
.features-area-five .features-img {
    position: relative;
    margin-right: 50px;
}
.features-area-five .features-img img {
    border-radius: 6px;
}
.features-area-five .features-img .icon {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
}
.features-area-five .features-content p {
    font-size: 18px;
    margin-bottom: 40px;
}
.features-area-five .price-wrap {
    padding-top: 15px;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
.features-area-five .price-wrap span {
    font-size: 14px;
    color: #999999;
}
.features-content .price-wrap .title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}
.features-content .price-wrap .title del {
    color: #e3e2e2;
    margin-left: 10px;
}
.features-content .price-wrap .icon {
    line-height: 0;
}
.features-content .price-wrap .icon i {
    font-size: 50px;
    color: #bf9410;
}
.features-content .price-wrap .icon i:before {
    font-size: 50px;
    line-height: 50px;
    color: #bf9410;
}
.features-area-five .features-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.features-area-five .features-list ul li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 25px;
    list-style:none;
    padding-left:0;
}
.features-area-five .features-list ul li:nth-child(1), 
.features-area-five .features-list ul li:nth-child(2), 
.features-area-five .features-list ul li:nth-child(3) {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.features-area-five .features-list ul .list-item {
    display: flex;
    align-items: center;
}
.features-area-five .list-item .icon {
    font-size: 40px;
    line-height: 0;
    color: #bf9410;
    margin-right: 15px;
}
.features-area-five .list-item .icon i:before {
    font-size: 40px;
    line-height: 0;
    color: #bf9410;
    margin-right: 15px;
}
.features-area-five .list-item .content span {
    display: block;
    color: #999999;
    font-size: 14px;
}
.features-area-five .list-item .content .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

/* 16. Testimonial */
.testimonial-area .quote-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    line-height: 0;
}
.testimonial-area .quote-icon::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 131px;
    height: 100px;
    z-index: -1;
}
.testimonial-area .quote-icon i {
    font-size: 130px;
    color: #bf9410;
}
.testimonial-content {
    position: relative;
}
.testimonial-item p {
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    width: 85%;
    margin: 0 auto 45px;
    line-height: 1.5;
    text-align: center;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-author .author-thumb {
    width: 60px;
    flex: 0 0 60px;
    margin-right: 20px;
}
.testimonial-author .author-thumb img {
    border-radius: 50%;
    border: 3px solid #f7f7f7;
}
.testimonial-author .author-content .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}
.testimonial-author .author-content span {
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #bf9410;
}
.testimonial-nav .slick-arrow {
    position: absolute;
    left: -60px;
    top: 23%;
    width: 60px;
    height: 60px;
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111111;
}
.testimonial-nav .slick-arrow.slick-next {
    left: auto;
    right: -60px;
}
.testimonial-nav .slick-arrow:hover {
    color: #fff;
    background: #bf9410;
    border-color: #bf9410;
}

/* 17. Team */
.team-area {
    background: #f5f5f5;
    padding: 115px 0 90px;
}
.team-thumb {
    position: relative;
    margin-bottom: 30px;
}
.team-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #bf9410;
    border-radius: 6px;
    opacity: 0;
    transition: .3s linear;
}
.team-item:hover .team-thumb::before {
    opacity: .90;
}
.team-thumb img {
    border-radius: 6px;
}
.team-social {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    transition: .3s;
    opacity: 0;
}
.team-item:hover .team-social {
    margin-top: 0;
    opacity: 1;
}
.team-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
}
.team-social ul li {
    padding: 0 10px;
    list-style:none;
}
.team-social ul li a {
    font-size: 18px;
    color: #fff;
}
.team-social ul li a:hover {
    color: #111111;
}
.team-content span {
    font-size: 14px;
    font-weight: 700;
    color: #bf9410;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-right: 55px;
}
/*.team-content span::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.57 9.07'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:transparent;stroke:%23bf9410;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 8.07 8.07 1 15.14 8.07'/%3E%3Cpolyline class='cls-1' points='15.14 8.07 22.21 1 29.28 8.07'/%3E%3Cpolyline class='cls-1' points='29.28 8.07 36.35 1 43.43 8.07'/%3E%3Cpolyline class='cls-1' points='43.43 8.07 50.5 1 57.57 8.07'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 8px;
}*/
.team-content span svg {
    position: absolute;
    width: 45px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    margin-left: 10px;
}
.team-content .title {
    font-size: 24px;
    margin-bottom: 0;
}
.team-active [class*="col-"] {
    padding: 0 15px;
}
.team-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top:-100px;
    right:0px;
}
.team-nav .slick-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
    border-radius: 6px;
    color: #111111;
    font-size: 18px;
}
.team-nav .slick-arrow.slick-next {
    margin-left: 20px;
}
.team-nav .slick-arrow:hover {
    background: #bf9410;
    color: #fff;
}
/* team-two */
.team-area-two {
    background: #f5f5f5;
    padding: 115px 0 120px;
}
.team-item.team-grid-item,
.team-item-two.team-grid-item {
    padding: 0;
    margin-bottom: 30px;
}
.team-item,
.team-item-two{
    padding:0px 15px;
}
.team-item-two .team-thumb {
    margin-bottom: 0;
}
.team-item-two .team-thumb img {
    border-radius: 6px 6px 0 0;
}
.team-item-two .team-content {
    background: #fff;
    border-radius: 0 0 6px 6px;
    padding: 35px;
}
.team-item-two .team-content .title {
    margin-bottom: 20px;
}
.team-item-two .team-content a {
    display: block;
    font-size: 16px;
    color: #777777;
    margin-bottom: 5px;
}
.team-item-two .team-content a:last-child {
    margin-bottom: 0;
}
.team-item-two .team-content a i {
    color: #111111;
    margin-right: 10px;
}
.team-item-two .team-content a:hover {
    color: #bf9410;
}

/* 18. Cta */
.cta-area {
    position: relative;
    padding: 115px 0 120px;
    z-index: 1;
}
.cta-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.cta-area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111111;
    z-index: -1;
}
.cta-area .section-title .title {
    color: #fff;
}
.cta-form .row {
    margin: 0 -10px;
}
.cta-form .row [class*="col-"] {
    padding: 0 10px;
}
.cta-form .form-grp {
    position: relative;
    margin-bottom: 20px;
}
.cta-form .form-grp br {
    display: none;
}
.cta-form .form-grp label {
    position: absolute;
    left: 20px;
    top: 21px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    z-index: 1;
}
.cta-form .form-grp textarea,
.cta-form .form-grp input {
    width: 100%;
    border: 1px solid #bf9410;
    border-radius: 6px;
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 20px 16px 20px;
}
.cta-form .form-grp span textarea::placeholder,
.cta-form .form-grp span input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #434343;
}
.cta-form .form-grp textarea:focus,
.cta-form .form-grp input:focus {
    border-color: #bf9410;
}
.cta-form .form-grp textarea {
    min-height: 120px;
    max-height: 120px;
}
.cta-form .submit-btn {
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #bf9410;
    border-radius: 6px;
    padding: 18px 25px;
}
.cta-form .submit-btn:hover {
    color: #ffffff;
    background: #111111;
}

/* 19. Brand */
.brand-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
.brand-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: .90;
    z-index: -1;
}
.brand-item {
    display: flex !important;
    min-height: 54px;
    align-items: center;
    justify-content: center;
}
.brand-item img {
    transition: .3s linear;
    cursor: pointer;
}

/* 20. Blog */
.blog-item {
    margin-bottom: 30px;
}
.blog-thumb {
    position: relative;
    margin-bottom: 35px;
    display: block;
    overflow: hidden;
}
.blog-thumb img {
    border-radius: 6px;
}
.blog-item.bp-style-two.v1 .blog-thumb{
    border-radius: 5px;
}
.blog-item.bp-style-two.v1 {
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.blog-item.bp-style-two.v2:hover .blog-thumb img,
.blog-item.bp-style-two.v1:hover .blog-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-item.bp-style-two.v2 {
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.blog-item.bp-style-two.v2 .blog-thumb {
    margin-bottom: 0;
}
.blog-item.bp-style-two.v2 .blog-content {
    padding: 30px;
    background: #f5f5f5;
}
.blog-thumb .date {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #fff;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    padding: 5px 8px;
}
.blog-thumb .date i {
    color: #bf9410;
    margin-right: 5px;
}
.blog-meta ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.blog-meta ul li.category a {
    font-size: 14px;
    text-transform: uppercase;
    color: #bf9410;
    font-weight: 700;
}
.blog-meta ul li.category a:hover {
    color: #111111;
}
.blog-meta .post-author-line-thumb {
    display: inline-block;
    margin-right: 5px;
    width:40px;
}
.blog-meta .post-author-line-thumb img {
    margin-top: -3px;
}
.blog-meta ul li.category img {
    margin-left: 10px;
}
.blog-meta ul li {
    color: #cccccc;
    margin-right: 10px;
}
.blog-meta ul li:last-child {
    margin-right: 0;
}
.blog-meta ul li a {
    color: #111111;
    font-weight: 700;
}
.blog-meta ul li a:hover {
    color: #bf9410;
}
.blog-content .title {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
.blog-content .rede-more {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
}
.blog-content .rede-more i {
    margin-left: 15px;
    color: #bf9410;
}
.blog-content .rede-more:hover {
    color: #bf9410;
}
.blog-area-two {
    background: #f5f5f5;
}
/*.before-image {
    display: inline-block;
    margin-left: 15px;
}
.before-image img {
    margin-top: -5px;
}
.after-image {
    display: inline-block;
    margin-right: 15px;
}
.after-image img {
    margin-top: -5px;
}*/


.after-image-svg svg {
    position: absolute;
    width: 50px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.before-image-svg svg {
    position: absolute;
    position: absolute;
    width: 50px;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.after-image-svg svg polyline.cls-1, 
.before-image-svg svg polyline.cls-1 {
    stroke: #bf9410;
}
.section-title.text-left .sub-title.left-image {
    left: 60px;
}
.section-title.text-right .sub-title.left-image.right-image {
    right: 60px;
}
.section-title.text-right {
    text-align: right;
}

.blog--post--item {
    background: #fff;
    margin-bottom:40px;
    position: relative;
    overflow: hidden;
}
.blog--post--thumb {
    position: relative;
    text-align: center;
}
.blog--post--thumb img {
    max-width: 100%;
}
.inner-blog.single-blog-page {
    padding-top: 120px;
    padding-bottom: 110px;
}
.inner-blog.single-blog-page .blog--post--item{

}
.inner-blog.page-details .page-details-content {
    margin-bottom: 38px;
}
.bpost-content {
    overflow: hidden;
    background: #fff;
    padding: 40px;
    padding-bottom:35px;
    margin-bottom: 40px;
    border: 2px solid #ededed;
}
.bdetails-content {
    width: 100%;
    display: inline-block;
}
.bdetails-content blockquote p {
    margin: 0;
}
.blog--post--content--single.blog-details-content .the-content blockquote p {
    margin: 0;
}
.blog--post--content--single.blog-details-content .blog-thumb img{
    border-radius: 0;
}
.inner-blog.page-details .page-details-content .page-links {
    margin-bottom: 0;
}
.inner-blog.page-details .page-details-content .bdetails-content ol{
}
.inner-blog.page-details .page-details-content .bdetails-content ol li{
    margin-top:10px;
}
.inner-blog.page-details .page-details-content .bdetails-content ol li a{
    color:#111111;
    text-decoration: underline;
}
.inner-blog.page-details .page-details-content .bdetails-content ol li a:hover{
    color:#bf9410;
}
.blog--post--content {
    border: 2px solid #f3f3f3;
    padding: 40px;
}
.blog--post--top ul {
    margin:0;
    padding:0;
}
.blog--post--top ul li{
    display: inline-block;
    list-style:none;
}
.blog--post--top ul .tags > a,
.blog-details-content .blog--tag > a {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #bf9410;
    display: inline-block;
    border: 1px solid #bf9410;
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 6%);
    padding: 10px 15px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}
.blog--post--top ul .tags > a:hover,
.blog-details-content .blog--tag > a:hover {
    color: #fff;
    background: #bf9410;
    border-color: #bf9410;
}
.blog--post--top ul .tags > a:last-child {
    margin-right: 0;
}
.blog--post--top ul li.avatar {
    margin-left: auto;
    align-items: center;
    background: #fff;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 6px;
    overflow: hidden;
}
.blog--post--top ul li.avatar .thumb {
    width: 25px;
    margin-right: 10px;
    display: inline-block;
}
.blog--post--top ul li.avatar .thumb img {
    border-radius: 0;
}
.blog--post--top ul li.avatar .thumb img {
     border-radius: 100%; 
     display: inherit; 
     height: inherit; 
     min-height: inherit; 
     width: inherit; 
    width: 25px;
}
.blog--post--top ul li.avatar{
    border-radius: 0; 
    display: inherit; 
    height: inherit; 
    min-height: inherit; 
    width: inherit; 
}
.blog--post--top ul li.avatar .info {
    display: inline-block;
    float: right;
    color: #003478;
}
.blog--post--top ul li.avatar .info > a,
.blog--post--content .post-title a:hover,
.blog--post--meta ul li a:hover,
.user-widget-social a:hover {
    color: #bf9410;
}
.blog--post--top {
    position: relative;
    z-index: 1;
}
.blog--post--content .post-title {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 15px;
    word-break:break-word;
}
.blog--post--content p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 26px;
}
.blog--post--meta {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}
.blog--post--meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}
.blog--post--meta ul li {
    margin-top: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color:#777777;
}
.blog--post--meta ul li + li::before {
    content: "|";
    padding: 0 20px;
}
.blog--post--meta ul li a {
    color: #777777;
}
.blog--post--meta ul li i {
    margin-right: 5px;
}
.blog--post--thumb .video--icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    color: #bf9410;
    background: #fff;
    font-size: 14px;
}
.blog--post--thumb .video--icon:hover {
    background: #bf9410;
    color: #fff;
}
.blog-thumb-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.blog-thumb-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}
.blog-thumb-active .slick-arrow:hover {
    opacity: 1;
}
.blog--post--item.format-audio .blog--post--content,
.blog--post--item.no-post-thumbnail .blog--post--content,
.blog--post--item.format-quote .blog--post--content {
    padding: 40px 50px 50px;
}
.blog--post--item.no-post-thumbnail .blog--post--content,
.blog--post--item.format-quote .blog--post--content {
    margin-top: 0;
}
.blog--post--item .blog--post--content.format-quote {
    margin: 0;
    padding: 0;
    border: none;
}
.blog--post--item .blog--post--content.format-quote h2{
    margin:0;
}
.blog--post--item .blog--post--content.format-quote .blog--post--content {
    padding: 40px 50px 50px;
}
.blog-sidebar {
    margin-left: 20px;
}
.blog-sidebar .widget {
    background: #fff;
    margin-bottom: 40px;
    position: relative;
}
.blog-sidebar .widget.insubux_about_me_widget {
    padding-bottom: 35px;
}
.blog-sidebar .widget .user-widget {
    text-align: center;
}
.blog-sidebar .widget-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}
.blog-sidebar .widget-title h4{
    margin-bottom: 0;
}
.blog-sidebar .widget-title h4 span{
    letter-spacing: -3px;
    margin-right:5px;
}
.blog-sidebar .blog-about .blog-avatar-img{
    width: 150px;
    height: 150px;
    margin:0 auto;
    margin-bottom: 20px;
}
.widget-title .title {
    font-size: 20px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.user-widget .thumb {
    margin-bottom: 20px;
}
.user-widget .content .title {
    font-size: 18px;
    letter-spacing: -.5px;
    margin-bottom: 10px;
}
.user-widget .content p {
    font-size: 14px;
    margin-bottom: 0;
}
.user-widget-social {
    margin-top: 20px;
}
.user-widget-social a {
    color: #d4d4d4;
    font-size: 14px;
    margin: 0 10px;
}
.ws-input {
    position: relative;
}
.ws-input input {
    width: 100%;
    border: none;
    padding: 18px 30px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    padding-right: 65px;
}
.ws-input button {
    top: 0;
    right: 0;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    background: #bf9410;
    padding: 20px 23px;
}
.ws-input button .dashicons {
    font-size: 22px;
    line-height: 22px;
}
body.search .search-none-search-bar .ws-input button {
    padding: 19px 25px;
}
.blog-sidebar .rc-post {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.blog-sidebar .rc-post-thumb {
    margin-right: 20px;
    width: 80px;
    flex: 0 0 80px;
}
.blog-sidebar .rc-post-thumb img {
    max-width: 100%;
}
.blog-sidebar .rc-post-content .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: -.3px;
}
.blog-sidebar .rc-post-content .title a:hover {
    color: #003478;
}
.blog-sidebar .rc-post-date {
    display: block;
    font-size: 14px;
    color: #777777;
}
.blog-sidebar .rc-post-date i {
    margin-right: 8px;
}
.blog-sidebar .rc-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.blog-sidebar .widget.widget_media_image img {
    margin: 0;
    padding: 0;
}
.sidebar-cat ul li {
    margin-bottom: 10px;
}
.sidebar-cat ul li a {
    padding: 13px 30px;
    display: block;
    color: #777777;
    background: #fff;
    position: relative;
    font-size: 14px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 700;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    border: 2px solid #e8e8e8;
}
.sidebar-cat ul li a > span {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    border-radius: 0;
    transition: .3s;
    color: #777777;
    background: #ececec;
}
.sidebar-cat ul li a:hover span {
    background: #00224e;
    color: #fff;
}
.sidebar-cat ul li a:hover,
.widget-tag ul li a:hover {
    color: #fff;
    background: #003478;
    border-color: #003478;
    box-shadow: none;
}
.sidebar-cat ul li:last-child {
    margin-bottom: 0px;
}
.widget-tag ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}
.widget-tag ul li {
    padding: 0 5px 10px;
}
.widget-tag ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #777777;
    padding: 5px 19px;
    border-radius: 0;
    background: #f9f9f9;
    font-weight: 500;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.sponsor-add-banner {
    text-align: center;
}
.sponsor-add-banner img {
    max-width: 100%;
}
.blog--post--content.blog-details-content {
    padding: 50px 50px 50px;
}
.blog--post--content.blog-details-content .title {
    margin-bottom: 7px;
}
.blog-details-content .blog--tag {
    margin-bottom: 10px;
}
.blog-details-content .blog--post--meta {
    border-top: none;
    padding-top: 0;
    margin-bottom: 20px;
}
.blog-details-content p {
    margin-bottom: 20px;
}
.blog-details-post-thumb {
    padding-top: 25px;
    margin-bottom: 40px;
}
.blog-details-post-thumb img {
    width: 100%;
}
.blog-details-content .blog-details-wrap .title {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
}
.blog-details-wrap p {
    margin-bottom: 0;
    font-size: 16px;
}
.blog-details-wrap {
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
}
.blog--post--content--single .the-content ul {
    margin-bottom:1rem;
}
.blog--post--content--single .the-content ul li {
    margin-bottom: 7px;
    font-size: 16px;
    list-style: inherit;
}
.blog--post--content--single .the-content ul li.blocks-gallery-item {
    margin-bottom: 15px;
}
.blog--post--content--single .the-content ul li.blocks-gallery-item:last-child{
    margin-bottom: 15px;
}
.blog--post--content--single .the-content ul li:last-child {
    margin-bottom: 0;
}
.blog--post--content--single .the-content ul li ul {
    margin: 0;
}
.blog--post--content--single .the-content ul li i {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}
blockquote,
.blockquote{
    margin: 0 0 35px;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 50px !important;
    position: relative;
}
.blog-details-content blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #bf9410;
}
.blog-details-content blockquote p {
    margin: 0px;
}
blockquote p,
.blockquote p {
    color: #626262;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 22px !important;
}
.blog-details-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    word-break: break-all;
}
.blog-details-content blockquote span > a {
    color: #777777;
}
.blog-details-wrap.border-none {
    border: none;
    padding-bottom: 0;
}
.blog-details-content ul.tags-list {
    padding: 0;
    margin: 0;
}
.d-post-tag h5,
.post-share h5 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}
.d-post-tag ul li {
    display: inline-block;
    margin-right: 7px;
}
.d-post-tag ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #777777;
    padding: 3px 15px;
    border-radius: 6px;
    background: #fff;
    font-weight: 500;
    border: 2px solid #f4f4f4;
}
.post-footer-meta {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}
.d-post-tag {
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}
.post-share ul li {
    margin-left: 20px;
    display: inline-block;
}
.post-share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #999999;
}
.d-post-tag ul li a:hover,
.post-share ul li a:hover {
    color: #fff;
    background: #bf9410;
    border-color: #bf9410;
}
.post-share ul li:first-child {
    margin-left: 0;
}
.bpost-navigation {
    padding-top: 35px;
    border-top: 1px solid #f3f3f3;
}
.bpost-navigation .prev-link h4,
.bpost-navigation .next-link h4 {
    font-size: 20px;
    word-break: break-word;
    text-transform: capitalize;
    transition: all .3s linear;
}
.bpost-navigation .prev-link a:hover h4,
.bpost-navigation .next-link a:hover h4 {
    color: #bf9410;
}
.prev-link span, 
.next-link span {
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.posts-navigation.bpost-navigation .post-next {
    text-align: right;
}
.blog-comment-area {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid #f3f3f3;
}
.blog-comment-area.form-wrapper {
    padding-top: 30px;
}
.blog-comment-area.form-wrapper h3.comment-form-title {
    margin-bottom: 30px;
}
.single-comment a {
    color: #003478;
}
.single-comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.single-comment .comments-avatar img {
    border-radius: 50%;
}
.sidebar-social a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background: #f9f9f9;
    color: #001d23;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 0;
}
.sidebar-social a:hover {
    color: #fff;
}
.extra-info .sidebar-social a:hover{
    color:#001d23;
}
.rp-content h4 a:hover {
    color: #003376;
}
.related-post h3 {
    font-size: 26px;
    margin-bottom: 35px;
    letter-spacing: -1px;
}
.rp-thumb img {
    width: 100%;
}
.rp-content {
    padding: 35px 30px;
    border: 2px solid #e8e8e8;
    border-top: none;
}
.rp-content .rp-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.rp-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
    letter-spacing: -.5px;
}
.rp-content .rp-date i {
    margin-right: 5px;
}
.rp-content p {
    margin-bottom: 0;
    font-size: 14px;
}
.single-rp {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.blog-avatar-wrap {
    overflow: hidden;
    background: #fff;
    padding: 40px 35px 40px 40px;
    display: flex;
    align-items: center;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.blog-post-avatar-img {
    margin-right: 40px;
}
.bd-avatar-info span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #777777;
}
.bd-avatar-info h4 {
    font-size: 34px;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
}
.bd-avatar-info p {
    margin-bottom: 0;
    font-size: 14px;
}
.comment-wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.single-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
}
.single-comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.comment-text {
    overflow: hidden;
}
.comment-text .avatar-name {
    overflow: hidden;
}
.comment-text .avatar-name h6 {
    font-size: 19px;
    margin-bottom: 3px;
    letter-spacing: -.5px;
}
.comment-text .avatar-name span {
    font-size: 15px;
    color: #777777;
    font-weight: 500;
}
.comment-text .avatar-name .comment-reply {
    float: right;
    border-radius: 0;
    font-size: 14px;
    margin-top: -24px;
    color: #777777;
    font-weight: 400;
    border: 2px solid #e8e8e8;
    padding: 7px 22px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.comment-text .avatar-name .comment-reply i {
    margin-right: 5px;
}
.comment-text p {
    margin-bottom: 0;
}
.comment-text .avatar-name .comment-reply:hover {
    border-color: #003376;
    background: #003376;
    color: #fff;
}
.single-comment.children {
    margin-left: 130px;
}
.single-comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
    margin-left: 15px;
}
.comment-form {}
.comment-form .comment-field {
    position: relative;
}
.comment-form .comment-field i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #e3e3e3;
    font-size: 14px;
}
.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}
.comment-form .comment-field textarea {
    height: 150px;
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #999999;
}
.comment-form .comment-field input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #999999;
}
.comment-form .comment-field textarea::placeholder,
.comment-form .comment-field input::placeholder {
    font-size: 14px;
    color: #999999;
}
.comment-form .btn {
    border-radius: 6px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
.comment-form .btn i {
    margin-left: auto;
    margin-right: 5px;
}
.blog-details-content {
    margin-top: 0;
}
.blog-style-three .blog-post-content::before {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
}
.blog-style-three .blog-post-content .title,
.blog-style-three .blog-post-meta ul li a {
    color: #2c3459;
}
.blog-style-three .blog-post-content .border-rounded-btn {
    position: relative;
    z-index: 1;
}
.blog-style-three .blog-post-content .border-rounded-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: -1;
}
.blog-style-three .blog-post-content .border-rounded-btn:hover {
    border-color: transparent;
    background: transparent;
    color: #fff;
}
.blog-style-three .blog-post-content .border-rounded-btn:hover::before {
    opacity: 1;
}
.bpost-thumb .video-i {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #ffffff;
    color: #bf9410;
}
.bpost-thumb .video-i:hover {
    background: #bf9410;
    color: #fff;
}
.blog-sidebar .widget.widget_tag_cloud {
    margin-bottom: 15px;
}
.blog-sidebar .widget.widget_meta,
.blog-sidebar .widget.widget_pages,
.blog-sidebar .widget.widget_rss,
.blog-sidebar .widget.widget_categories,
.blog-sidebar .widget.widget_recent_comments,
.blog-sidebar .widget.widget_recent_entries,
.blog-sidebar .widget.widget_nav_menu,
.blog-sidebar .widget.widget_archive{}
.blog-sidebar .widget_categories select,
.blog-sidebar .widget_archive select {
    margin-bottom: 10px;
}
.blog-sidebar .widget.widget_rss ul{
    margin-bottom: 0px;
}
.blog-sidebar.sidebar-default .widget .widget-title{
    position: relative;
}
.blog-sidebar.sidebar-default .widget .widget-title:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30%;
    height: 1px;
    background: #bf9410;
}

/* 21. Instagram */
.instagram-area {
    background: #f5f5f5;
    padding: 115px 0 0;
}

/* 22. Contact */
.contact-video {
    position: relative;
}
.contact-video .play-btn {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.contact-video .play-btn.pulse::before {
    background: #fff;
}
.contact-info-wrap {
    border-top: 1px solid #e9e9e9;
    padding-top: 45px;
    margin-top: 45px;
}
.contact-info-item {
    margin-bottom: 25px;
}
.contact-info-item span {
    display: block;
    color: #bf9410;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-info-item .title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
}
.contact-form-area.cta-area::before {
    background: #222;
}
.contact-form-area .cta-form .form-grp textarea,
.contact-form-area .cta-form .form-grp input {
    background: #262626;
    border: 2px solid #262626;
}
.contact-form-area .cta-form .form-grp textarea:focus,
.contact-form-area .cta-form .form-grp input:focus {
    border-color: #bf9410;
}
.contact-form-area .cta-form .form-grp textarea::placeholder,
.contact-form-area .cta-form .form-grp input::placeholder {
    color: #696969;
}
#contact-map-two {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}
#contact-map-two iframe {
    width: 100%;
    height: 100%;
}
#contact-map {
    width: 100%;
    height: 690px;
}
#contact-map iframe {
    width: 100%;
    height: 100%;
}
.form_btn_cf7 .section-title {
    margin-bottom: 35px;
}
.h1-main-class .form_btn_cf7 .section-title {
    margin-bottom: 30px;
}

/* 23. Extra Style */
.faq-wrapper .card {
    border-radius: 0 !important;
    background: #fff;
    border: 2px solid #f0f0f0;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 21px 30px 21px 30px;
}
.faq-wrapper .card .card-header {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: none;
}
.faq-wrapper .card .card-header button {
    padding: 0 30px 0 0;
    background: transparent;
    color: #111111;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    white-space: unset;
    box-shadow: none;
    text-decoration: none;
    position: relative;
    border: none !important;
    text-align: left;
    width: 100%;
}
.faq-wrapper .card .card-header button:hover {
    color: #bf9410;
}
.faq-wrapper .card .card-header button::after {
    position: absolute;
    content: "\f068";
    top: 2px;
    right: 0;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #bf9410;
    border-radius: 50%;
}
.faq-wrapper .card .card-header button.collapsed:after {
    content: "\f067";
    color: #bf9410;
}
.faq-wrapper .card .card-body {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 5px;
}

/* 24. Footer */
.footer-area {
    background: #111111;
    padding-top: 100px;
}
.footer-top-area {
    padding-top: 100px;
    padding-bottom: 50px;
}
.footer-style-one .footer-area {
    padding-top:0;
}
.footer-widget .footer-widget-title h4{
    color: #fff;
    margin: 0;
}
.footer-widget .footer-widget-title {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 35px;
}
.footer-default .footer-widget .footer-widget-title::before {
    content:none;
}
.footer-default .footer-widget .footer-widget-title {
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer-widget .footer-widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 44px;
    height: 8px;
}
.fw-link ul li {
    margin-bottom: 15px;
}
.fw-link ul li a {
    font-size: 16px;
    color: #a3a3a3;
    text-transform: capitalize;
}
.fw-link ul li a:hover {
    color: #bf9410;
    margin-left: 5px;
}
.fw-link.service-link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fw-link.service-link ul li {
    width: 50%;
}
.footer-widget.footer-newsletter {
    width: 92%;
}
.fw-newsletter p {
    margin-bottom: 35px;
    color: #a3a3a3;
}
.newsletter-container {
    position: relative;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form .mc4wp-form-fields .fw-newsletter,
.footer-area.footer-style-two .widget_mc4wp_form_widget form .mc4wp-form-fields .fw-newsletter,
.footer-area.footer-style-three .widget_mc4wp_form_widget form .mc4wp-form-fields .fw-newsletter {
    margin-bottom: 10px;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form .mc4wp-form,
.footer-area.footer-style-two .widget_mc4wp_form_widget form.mc4wp-form,
.footer-area.footer-style-three .widget_mc4wp_form_widget form.mc4wp-form{
    position: relative;
    margin-bottom: 15px;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form.mc4wp-form input,
.footer-area.footer-style-two .widget_mc4wp_form_widget form.mc4wp-form input,
.footer-area.footer-style-three .widget_mc4wp_form_widget form.mc4wp-form input {
    width: 100%;
    border: none;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 73px 20px 50px;
    border-radius: 6px;
    height: 60px;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form.mc4wp-form input::placeholder,
.footer-area.footer-style-three .widget_mc4wp_form_widget form.mc4wp-form input::placeholder,
.footer-area.footer-style-two .widget_mc4wp_form_widget form.mc4wp-form input::placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form.mc4wp-form label,
.footer-area.footer-style-three .widget_mc4wp_form_widget form.mc4wp-form label,
.footer-area.footer-style-two .widget_mc4wp_form_widget form.mc4wp-form label {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #111111;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form.mc4wp-form button,
.footer-area.footer-style-three .widget_mc4wp_form_widget form.mc4wp-form button,
.footer-area.footer-style-two .widget_mc4wp_form_widget form.mc4wp-form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #bf9410;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 0 6px 6px 0;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form .mc4wp-form-fields,
.footer-area.footer-style-three .widget_mc4wp_form_widget form .mc4wp-form-fields,
.footer-area.footer-style-two .widget_mc4wp_form_widget form .mc4wp-form-fields{
    position: relative;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form .mc4wp-form-fields span,
.footer-area.footer-style-three .widget_mc4wp_form_widget form .mc4wp-form-fields span,
.footer-area.footer-style-two .widget_mc4wp_form_widget form .mc4wp-form-fields span {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
}
.footer-style-one .footer-area .widget_mc4wp_form_widget form .mc4wp-form-fields p,
.footer-area.footer-style-three .widget_mc4wp_form_widget form .mc4wp-form-fields p,
.footer-area.footer-style-two .widget_mc4wp_form_widget form .mc4wp-form-fields p {
    margin-bottom: 30px;
    color: #fff;
}
.fw-contact-info ul{
    margin:0;
    padding:0;
}
.fw-contact-info ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 15px;
    list-style:none;
}
.fw-contact-info ul li:last-child {
    margin-bottom: 0;
}
.fw-contact-info ul li i {
    color: #bf9410;
    margin-right: 15px;
}
.footer-area.footer-bg.footer-style-three .footer-top{
    padding-bottom: 50px;
}
footer.footer-area.footer-style-two .footer-top{
    padding-bottom: 50px;
}
.footer-bottom-area {
    background: #bf9410;
    padding: 22px 0px;
}
.footer-bottom {
    background: #bf9410;
    border-radius: 6px 6px 0 0;
    padding: 22px 30px;
}
.copyright-text p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}
.copyright-text p span {
    font-weight: 700;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin:0;
    padding:0;
}
.footer-social ul li {
    margin-right: 20px;
    list-style:none;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-social ul li a {
    color: #fff;
    font-size: 16px;
}
/* footer-style-two */
.footer-style-two.footer-bg {
    background-size: cover;
    background-position: center;
}
.footer-style-two .footer-widget .fw-title {
    color: #111111;
}
.footer-style-two .fw-contact-info p,
.footer-style-two .fw-newsletter p,
.footer-style-two .fw-link ul li a {
    color: #111111;
    opacity: .77;
}
.footer-style-two .fw-contact-info ul li {
    color: #111111;
}
.footer-style-two .footer-bottom {
    background: #111111;
}
/* footer-area-three */
.footer-area.footer-style-three.footer-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding-top: 150px;
}
.footer-area.footer-style-three.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #725a10;
    opacity: .97;
    z-index: -1;
}
.footer-area.footer-style-three.footer-bg.footer-top-none{
    padding-top:100px;
}
.footer-logo-wrap {
    background: #111111;
    border-radius: 6px;
    padding: 25px;
    margin-top: -50px;
    margin-bottom: -51px;
    z-index: 3;
    position: relative;
}
.footer-logo img {
    width: 195px;
}
.footer-info-wrap ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    justify-content: flex-end;
}
.footer-info-wrap ul li {
    padding: 0 15px;
    list-style:none;
}
.footer-info-wrap ul li span {
    font-size: 14px;
    display: block;
    color: #999999;
}
.footer-info-wrap ul li span.link {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
.footer-info-wrap ul > li > a:hover {
    color: #bf9410;
}
.footer-info-wrap ul > li .social {
    display: flex;
    align-items: center;
    margin: 0 -7.5px;
}
.footer-info-wrap ul > li .social li {
    padding: 0 7.5px;
}
.footer-info-wrap ul > li .social a {
    width: 50px;
    height: 50px;
    background: #1c1c1c;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.footer-info-wrap ul > li .social a:hover {
    background: #bf9410;
}
.footer-area-three .fw-link ul li a {
    color: #fff;
}
.footer-area-three .fw-newsletter p {
    color: #fff;
}
.footer-area-three .fw-newsletter span {
    color: #fff;
    opacity: .50;
}
.footer-area-three .footer-instagram ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -15px -7.5px 0;
}
.footer-area-three .footer-instagram ul li {
    padding: 15px 7.5px 0;
}
.footer-area-three .footer-instagram ul li a img {
    border-radius: 6px;
}

.footer-style-one .footer-area .footer-widget {
    margin-bottom: 40px;
}
.footer-style-two.footer-area .footer-widget {
    margin-bottom: 40px;
}
.footer-style-three.footer-area .footer-widget {
    margin-bottom: 40px;
}

/* 30. 404 */
.error-content span {
    display: block;
    font-size: 46px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 25px;
}
.error-content h2 {
    font-size: 200px;
    letter-spacing: -3px;
    line-height: .7;
    margin-bottom: 50px;
}
.error-content p {
    margin-bottom: 40px;
}
.error-btn a i {
    margin-right: 5px;
}
.error-btn .gray-btn {
    margin-left: 30px;
}
.error-area.default .error-content h2 {}
.error-area.default .error-content span {
    font-size: 46px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 25px;
}
.error-area.default .error-content p {
    margin-bottom: 40px;
}
section.no-results.not-found {
    padding-left: 15px;
    padding-right: 15px;
}
section.no-results.not-found .search-header h1.blog-title {
    margin-top: -10px;
}

/* 31. scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #bf9410;
    transition: 1s ease;
    border: none;
}
.scroll-top.open {
    bottom: 30px;
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
    background: #111111;
}