:root {
    --accent-color: #004aad;
    --trans: 0.4s all ease;
}

/* jost-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/jost-v15-latin-300.woff2') format('woff2');
}

/* jost-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v15-latin-regular.woff2') format('woff2'); 
}
/* jost-500 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/jost-v15-latin-500.woff2') format('woff2'); 
}
/* jost-600 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/jost-v15-latin-600.woff2') format('woff2'); 
}
/* jost-700 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v15-latin-700.woff2') format('woff2'); 
}
/* jost-800 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Jost';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/jost-v15-latin-800.woff2') format('woff2'); 
}

body {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-family: 'Jost', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.flush {
    padding: 0 !important;
}

/*.dropdown .dropdown-menu {
    display: none;
}*/

.dropdown:hover .dropdown-menu {
    display: block;
}

.otgs-development-site-front-end, .grecaptcha-badge {
    display: none !important;
}

.home--banner img {
    width: 100%;
    height: 88vh;
    object-fit: cover;
    filter: brightness(0.5);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}

a {
    transition: var(--trans);
    text-decoration: none;
    color: inherit;
}

.home--banner .inner {
    position: absolute;
    top: 55%;
    left: 50%;
    color: #fff;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0px 44px 36px -31px rgba(26, 33, 54, 0.46);
    transition: var(--trans);
    width: 100%;
    max-width: 80%;
}

.title h1 {
    font-size: 62px;
    font-weight: 300;
    line-height: 80px;
}

.title h1 span {
    font-size: 72px;
    font-weight: 700;
    display: block;
}

.bigger-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    position: relative;
    z-index: 1;
}

.custom-container {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}

.padd-xl {
    padding: 100px 0;
}

.padd-lg {
    padding: 80px 0;
}

.padd-md {
    padding: 60px 0;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.home--areas .side ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home--areas .side {
    width: 33.33%;
}

.home--areas .side ul li a {
    font-weight: 500;
}

.home--areas .side ul li a:hover {
    color: var(--accent-color);
    padding-left: 8px;
}

.home--areas .side ul li i {
    color: #000;
    font-size: 14px;
    padding-right: 4px;
    transition: 0.35s all ease;
}

.home--areas .side p {
    text-transform: uppercase;
    font-weight: 600;
}

.home--coms .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: brightness(0.7);
    transition: var(--trans);
}

.home--coms .img:hover img {
    filter: brightness(0.5);
}

.home--coms .title {
    position: absolute;
    bottom: 0;
    padding: 0 40px 10px;
    width: 100%;
}

.home--coms .title * {
    color: #fff;
}

.home--coms .title h5 {
    margin: 0;
}

.home--coms .title h4 {
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    outline: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1000;
    overflow: hidden;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s all ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--accent-color);
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home--about::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.home--about {
    color: #fff;
}

.home--about .inner {
    padding-bottom: 30px;
}

.before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.before::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}

.default {
    padding: 17px 40px;
    min-width: 220px;
    background: var(--accent-color);
    text-transform: uppercase;
    font-size: 17px;
    border-color: var(--accent-color);
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: var(--trans);
    border: none;
}

.default:hover {
    background: #141414;
}

.home--cta {
    color: #fff;
}

.home--cta .inner {
    height: 100%;
    box-shadow: 0px 44px 36px -31px rgba(26, 33, 54, 0.46);
    position: relative;
    z-index: 2;
    padding: 80px 120px 30px;
}

.home--cta .single-cta::before {
    background: #000;
    opacity: 0.6;
    transition: var(--trans);
}

.home--cta .single-cta:hover::before {
    opacity: 0.8;
}

.title h2 {
    font-size: 52px;
    font-weight: 300;
    line-height: 1.2;
}

.title h2 span {
    font-size: 60px;
    font-weight: 700;
    display: block;
}

.round .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--accent-color);
    border-radius: 1.625rem;
}

.round:hover .circle {
    width: 100%;
}

.round .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.round .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.round:hover .circle .icon.arrow {
    background: #fff;
    color: #fff !important;
    transform: translate(1rem, 0);
}

.round .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.round .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.round {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    margin-right: 10px;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 250px;
}

.home--cta .btn-wrapper {
    text-align: right;
    margin-top: 30px;
}

.divider {
    height: 70px;
    width: 220px;
    position: relative;
}

.divider-line {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    border-bottom-color: var(--accent-color);
    border-bottom-style: solid;
    border-bottom-width: thin;
    left: -50px;
}

.home--cta .divider-line {
    border-color: #fff;
}

.title.small h2 {
    font-size: 40px;
}

.title.small h2 span {
    font-size: 50px;
}

.single-grid .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: var(--trans);
}

ul.nolist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-grid .list li {
    display: inline-block;
    margin-left: 10px;
}

.single-grid .price {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.single-grid .address {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.single-grid .address span {
    font-weight: 400;
    display: block;
}

.single-grid {
    margin-bottom: 30px;
}

.single-grid .img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.single-grid:hover .img img {
    transform: scale(1.01);
}

.single-service a {
    text-align: center;
    padding: 80px 40px;
    border: 1px solid #d5dae2;
    text-decoration: none;
    transition: 0.3s all ease;
    display: block;
    box-shadow: 0px 30px 15px -20px #e1e6ef;
    height: 100%;
}

.single-service a:hover {
    background: var(--accent-color);
    color: #fff;
}

.single-service a:hover h3 {
    color: #fff;
}

.single-service h3 {
    font-size: 20px;
}

.single-service .icon {
    border: 2px solid #d5dae2;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #fff;
    margin: 0 auto;
}

.title {
    margin-bottom: 40px;
}

.home--testis::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ebf0f7;
}

.home--testis .inner {
    padding-left: 70px;
}

.home--contact .wrapper {
    box-shadow: 0px 44px 36px -31px rgba(26, 33, 54, 0.87);
    border: 1px solid #e1e6ef;
    padding: 80px;
    background: #fff;
}

.home--contact .inner {
    border-right: 1px solid var(--accent-color);
    padding-right: 50px;
}

.home--contact .coords {
    padding-left: 30px;
}

.home--contact .coords a {
    font-size: 25px;
}

.home--contact .coords a i {
    margin-right: 10px;
    color: var(--accent-color);
}

.socials a, .home--contact .coords .socials a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    transition: var(--trans);
}

.socials a:hover, .home--contact .coords .socials a:hover {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.socials li {
    display: inline-block;
    margin-right: 15px;
}

.home--contact .coords .socials i {
    margin: 0;
    color: #000;
    transition: var(--trans);
}

.home--contact .coords .socials a:hover i {
    color: #fff;
}

.home--contact::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2024/03/bg.jpg);
    background-size: cover;
    background-position: center;
}

footer {
    background: #141414;
    padding: 80px 0 40px;
    color: #fff;
}

footer .col1 img {
    filter: brightness(0) invert(1);
    max-width: 170px;
}

footer .socials a {
    border-color: #fff;
}

footer hr {
    margin: 40px 0;
}

footer .copyrights p {
    margin-bottom: 0;
    color: #ffffffcc;
    font-size: 15px;
}

footer .copyrights p a {
    color: var(--accent-color);
}

footer h4.widget-title {
    color: #fff;
    font-weight: 500;
}

footer .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .widget ul li a {
    color: #ffffffcc;
}

#header {
    transition: var(--trans);
    border-width: 0px 0px 1px 0px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
}

#header .navbar-brand img {
    filter: brightness(0) invert(1);
    width: 200px;
}

#header ul li a {
    color: #fff;
    padding: 0 20px;
}

#header.scrolled {
    background: #141414;
}

#header .dropdown-menu {
    background: #141414;
    color: #fff;
    border-radius: 0;
    padding: 0;
    border: none;
    min-width: 240px;
    left: 50%;
    transform: translateX(-50%);
}

#header .dropdown-menu a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
}

#header .dropdown-menu a:hover {
    background: var(--accent-color);
}

#quick-search {
    border-left: 10px solid var(--accent-color);
    background: #fff;
}

#quick-search input {
    border: none;
    font-size: 17px;
    height: 50px;
    font-weight: 600;
    outline: none;
    margin-right: 2.5%;
    width: 70%;
}

#quick-search .input--wrapper {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

#quick-search .search--button {
    width: 27.5%;
}

#quick-search .search--button button {
    min-width: auto;
    border-radius: 0px;
    padding: 8px 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.search--widget .buttons {
    display: flex;
}

.search--widget .buttons a {
    border-right: 1px solid #eee;
    padding: 15px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    transition: var(--trans);
    display: inline-block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.search--widget .buttons a i {
    color: var(--accent-color);
    transition: var(--trans);
    margin-right: 8px;
}

.search--widget .buttons a:hover {
    background: var(--accent-color);
    color: #fff;
}

.search--widget .buttons a:hover i {
    color: #fff;
}

.default.empty {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.default.empty:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.tips{
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #000;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 99999;
    display: none;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
}

.av_textblock_section, .av_textblock_section *{box-sizing: border-box;}

#interactive_map #map-container #map-border {
    display: none;
}

#interactive_map #map-container>g {
    fill: rgba(128,128,128,0.8);
}

#interactive_map #map-container>g.focus, #interactive_map #map-container>g.focus a:visited {
    fill: var(--accent-color);
}

#interactive_map #map-container>g.focus:hover, #interactive_map #map-container>g.focus.hover, #interactive_map #map-container>g.focus:hover a:visited, #interactive_map #map-container>g.focus.hover a:visited, #interactive_map #map-container>g.focus a:visited:hover, #interactive_map #map-container>g.focus a:visited.hover, #interactive_map #map-container>g.focus a:visited:hover a:visited, #interactive_map #map-container>g.focus a:visited.hover a:visited {
    fill: #000;
}

.map_region_buttons {
    text-align: center;
}

.map_region_buttons .map_region {
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
}

body div .avia-button {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    background-color: var(--accent-color);
    color: #ffffff !important;
    border-color: var(--accent-color);
}

.avia-button.avia-size-small {
    padding: 9px 10px 7px;
    font-size: 12px;
    min-width: 80px;
}

div .main_color .button, .main_color .avia-color-theme-color{
    background-color: var(--accent-color);
}

#top .main_color .avia-color-theme-color {
    color: #ffffff;
    border-color: var(--accent-color);
}

.main_color .button:hover, body div .avia-button:hover{
    background-color: var(--accent-color) !important;
}

.home--agencies::before {
    background: #000;
    opacity: 0.7;
}

.home--agencies .inner img {
    height: 110px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.home--agencies .agency:not(:last-child) .inner {
    border-right: 1px solid #fff;
    padding-right: 50px;
}

.home--agencies .agency:not(:first-child) .inner {
    padding-left: 50px;
}

.instagram img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ip-banner {
    min-height: 55vh;
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 95px;
    text-align: center;
    color: #fff;
}

.ip-banner::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.ip-banner .title h1 {
    color: #fff;
    font-weight: 500;
}

.fullheight {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 160px !important;
}

.fullheight::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}

.smaller-container {
    max-width: 1100px;
    width: 100%;
    display: block;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.title.innerpage h2 {
    font-weight: 400;
}

.title.innerpage {
    margin-bottom: 20px;
}

.niceform input, .niceform select, .niceform textarea {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none !important;
    border-radius: 0;
    color: #fff !important;
    height: 50px;
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

.niceform select option {
    color: #000;
}

.niceform textarea {
    height: 150px;
    padding-top: 12px;
}

.niceform ::placeholder {
    color: #fff;
}

.innerform {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.innerform::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    display: block;
    position: absolute;
}

.niceform .select2-container .select2-search--inline .select2-search__field {
    height: inherit;
    margin-bottom: 0;
}

.niceform .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
}

.niceform .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #fff !important;
}

.contact--page .niceform, .alerts .niceform {
    background: #141414;
    padding: 45px;
}

.accent-color {
    color: var(--accent-color);
}

.contact--page .box a {
    font-size: 25px;
    font-weight: 600;
}

.contact--page .box.border-right {
    border-right: 1px solid #000;
}

.alerts span.wpcf7-list-item input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

.alerts label {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.alerts span.wpcf7-list-item {
    display: inline-block;
    width: 48%;
    text-align: left;
}

.alerts h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 21px;
}

#advance-search {
    margin-top: 80px;
}

#advance-search input, #advance-search select, #advance-search .bootstrap-select > .dropdown-toggle {
    height: 50px;
    outline: none !important;
    padding-left: 15px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
}

#advance-search label {
    text-transform: uppercase;
    margin-bottom: 10px;
}

#advance-search .default {
    width: 100%;
}

.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    border-radius: 0.25rem;
    padding-left: 0;
    margin: 0;
}

.my-pagination-btn {
    display: inline-block;
    min-width: 55px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.current-page-pagination, .my-pagination-btn:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.niceform.black input,  .niceform.black select, .niceform.black textarea{
    border-color: #000;
    color: #000 !important;
}

.single-broker {
    margin-bottom: 30px;
}

.single-broker .img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.single-broker .img {
    border: 1px solid #000;
    padding: 10px;
}

.single-broker .details {
    padding-top: 20px;
}

.single-broker .details a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.single-broker .details a:hover {
    color: var(--accent-color);
}

.single--testimonial {
    margin-bottom: 35px;
    break-inside: avoid;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single--testimonial .stars {
    margin: 20px 0;
}

.single--testimonial .stars i {
    color: #b78e4b;
    font-size: 22px;
}

.testi--page .cols {
    column-count: 2;
    gap: 100px;
}

.single--testimonial h3 {
    font-size: 40px;
    font-weight: 300;
}

.testi--page .rate {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.open-house {
    background: var(--accent-color);
}

#burger-menu.is-active .burger-box::before {
    width: 26px;
    top: 50%;
    right: auto;
    transform: rotate(45deg);
}

#burger-menu.is-active .burger-box::after {
    top: 50%;
    transform: rotate(-45deg);
}

#burger-menu.is-active .burger-inner {
    opacity: 0;
}

#burger-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    max-width: 540px;
    height: 100vh;
    background-color: #141414;
    padding: 50px 60px;
    transform: translateX(540px);
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    width: 100%;
}

#burger-content.active {
    transform: translateX(0);
}

#burger-menu-wrapper li {
    padding-top: 30px;
    width: 50%;
}

#burger-menu-wrapper li ul li {
    width: 100%;
    padding-top: 0;
}

#burger-menu-wrapper li ul li a {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.9;
    color: #999;
    text-transform: uppercase;
    display: block;
}

#burger-content .burger-menu-container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

#burger-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#burger-menu-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#burger-content li ul {
    padding-top: 10px;
}

#burger-menu-wrapper li a {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    transition: color .3s linear;
    text-transform: uppercase;
}

#burger-menu {
    padding: 0;
    display: none;
    height: 17px;
    z-index: 3001;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: -7px 0 0;
    overflow: visible;
}

#burger-menu .burger-box {
    width: 26px;
    height: 17px;
    display: inline-block;
    position: relative;
}

#burger-menu .burger-inner, #burger-menu .burger-box::before, #burger-menu .burger-box::after {
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transition: all .15s linear;
}

#burger-menu .burger-box::before {
    right: 0;
}

#burger-menu .burger-inner {
    display: block;
    top: 7px;
    right: 0;
    transition: opacity .15s linear;
}

#burger-menu .burger-box::after {
    bottom: 0;
    top: auto;
}

#burger-menu .burger-box::before, #burger-menu .burger-box::after {
    content: "";
    display: block;
    transition: transform .15s ease;
}

.about--intro .img img, .buysell .img img {
    max-width: 600px;
    padding-right: 20px;
}

.about--intro {
    font-size: 20px;
}

.home--testis {
    overflow: hidden;
}

.search--widget {
    max-width: 1000px;
    margin: 0 auto;
}

.about--team .main--broker {
    max-width: 450px;
    margin: 0 auto;
}

.home--banner .inner p {
    font-size: 32px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.4;
    margin-bottom: 40px;
}