@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/ProximaSoft-SemiBold.eot');
    src: url('../fonts/ProximaSoft-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaSoft-SemiBold.woff2') format('woff2'),
        url('../fonts/ProximaSoft-SemiBold.woff') format('woff'),
        url('../fonts/ProximaSoft-SemiBold.ttf') format('truetype'),
        url('../fonts/ProximaSoft-SemiBold.svg#ProximaSoft-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/ProximaSoft-Medium.eot');
    src: url('../fonts/ProximaSoft-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaSoft-Medium.woff2') format('woff2'),
        url('../fonts/ProximaSoft-Medium.woff') format('woff'),
        url('../fonts/ProximaSoft-Medium.ttf') format('truetype'),
        url('../fonts/ProximaSoft-Medium.svg#ProximaSoft-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/ProximaSoft-Bold.eot');
    src: url('../fonts/ProximaSoft-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaSoft-Bold.woff2') format('woff2'),
        url('../fonts/ProximaSoft-Bold.woff') format('woff'),
        url('../fonts/ProximaSoft-Bold.ttf') format('truetype'),
        url('../fonts/ProximaSoft-Bold.svg#ProximaSoft-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/ProximaSoft-Regular.eot');
    src: url('../fonts/ProximaSoft-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaSoft-Regular.woff2') format('woff2'),
        url('../fonts/ProximaSoft-Regular.woff') format('woff'),
        url('../fonts/ProximaSoft-Regular.ttf') format('truetype'),
        url('../fonts/ProximaSoft-Regular.svg#ProximaSoft-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}




article.search-entry{display:block;background:#fff;-webkit-box-shadow:0px 0px 9px rgba(15,27,74,0.15);box-shadow:0px 0px 9px rgba(15,27,74,0.15);border-radius:8px;margin: 10px;text-align:center;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;width:calc(33.33% - 20px);}
article.search-entry h2{font-size:20px;}
article.search-entry a{background-color:#fff;margin-bottom:0;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;font-size:22px;padding:20px 30px;display:block;}
article.search-entry a:hover{background-color: #ff8300;color: #fff;}
article.search-entry a:hover .search-entry-type{color:#000;}
.default-layout h1,.default-page h1{text-align:center;}
.default-layout h1,.default-page h1{text-align:center;}
.search-entry-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;    /* justify-content: space-between; */margin:40px -20px;}
.search-no-results p {
    font-size: 22px;
    font-weight: 500;
    text-align:center;
    margin-bottom:30px;
}


.pagination { display: flex; justify-content: center; flex-wrap: wrap;}
.pagination .page-numbers {font-size: 20px;border: 1px solid #653165;color: #653165;width: 45px;height: 45px;display: inline-flex;align-items: center;justify-content: center;margin:  5px;border-radius: 5px;font-weight: 600;}
.pagination .next.page-numbers { min-width: 80px;}
.pagination .page-numbers:hover {background: #653165;color: #fff;}

.search-no-results .search form{display:flex;align-items:center;width:80%;margin:0 auto;}
.search-no-results .search input{margin-bottom:0;border:1px solid #182c61!important;border-radius:0!important;height:50px;transition:all 0.5s ease-in-out;padding:0.6rem 1rem;width:100%;}
.search-no-results  .search input#searchsubmit{width:160px;height:50px;background-color:#182c61;border:0 none;color:#ffffff;border-radius:0!important;padding:0;display:flex;align-items:center;justify-content:center;transition:all 0.5s ease-in-out;}



.search .search_page { padding: 100px 0;}
.error404 .page_not_found { padding: 100px 0;}
.page_not_found .common_btn {text-align: center; display: flex;  justify-content: center; margin-top: 30px;}

.search h1 { color: #ff8300;}
.error404 .page_not_found h1 { color: #ff8300;}
.error404 .page_not_found h2 { color: #6f3b6d;}




/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
    display: none;
}

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
    color: #653165;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    color: #F90;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
    /* 2 */
    overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

body {
    overscroll-behavior: none;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin: 0;
}

form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem 1.0rem;
    width: 100%;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border: 1px solid #f2a1ad;
    outline: 0;
}

textarea {
    padding-bottom: .6rem;
    padding-top: .6rem;
}

label,
legend {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem;
    color: #302C2E;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline;
}

input[type='submit']:focus {
    outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-moz-placeholder,
select:-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:focus {
    outline: none;
}

dl,
ol,
ul {
    margin-top: 0;
    padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: circle inside;
    margin: 0;
    padding:0 ;

}

ol {
    list-style: decimal inside;
}

dt,
dd,
li {
    list-style: none;
}

hr {
    border-top: 0.1rem solid #4A4D50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
    margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1.4rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

body,
html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #FFF;
    color: #09090A;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Proxima Soft';
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    width: 100%;
}

h2 {
    font-family: 'Proxima Soft';
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    width: 100%;
}

h3 {
    margin-bottom: 0;
    color: #653165;
    font-family: 'Proxima Soft';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
    color: #FFF;
    font-family: 'Proxima Soft';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h5 {
    color: #000;
    font-family: 'Proxima Soft';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
}

p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Proxima Soft';
}

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

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gfield_label {
    display: none !important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
    background: #ffffff;
    border: none !important;
    outline: none;
    padding: 15px 15px 12px 15px !important;
    margin-bottom: 0px;
    height: 53px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: rgba(47, 45, 45, 0.7);
    border-radius: 8px;
}

.gform_wrapper .ginput_container textarea {
    height: 135px;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
    background: #EE4C29;
    text-align: center;
    color: #FFF;
    border: 1px solid #EE4C29;
    padding: 15px 54px 12px 54px !important;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    width: calc(100% - 15px) !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gform_wrapper input[type="submit"]:hover {
    border: 1px solid #1D1854;
    background-color: #1D1854;
    color: #ffffff;
    outline: 0;
}

.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    color: #F00;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

.ie8 * {
    outline: none;
}

img {
    border: none;
}

body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-weight: 400;
        margin: 0 !important;
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

/*----- html5 tags ------*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/*----- Wrapper Part ------*/
#wrapper {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1320px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.container-fluid {
    max-width: 1432px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.sub-container {
    max-width: 1180px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

section {
    position: relative;
}

.navTrigger {
    display: none;
}

/* Top Header */

.top_header_cont ul {
    display: flex;
    align-items: center;
    justify-content: end
}

.top_header_cont ul li {
    margin-left: 15px;
}

.top_header_cont ul li a {
    display: flex;
}

.top_header_cont ul li form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

 .top_header_cont ul li form input.search-field {
    margin-bottom: 0;
    max-width: 100%;
    padding-right: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    color: #828282;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 12px;
    width: 250px;
    height: 33px;
}

.top_header_cont ul li a:hover img {
    transform: rotate(360deg);
}

.top_header_cont ul li a img {
    transform: rotate(0deg);
    transition: all 0.5s ease;
}


 form input, form textarea {
    font-family: 'Proxima Nova Rg' !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
}

 .top_header_cont ul li form input[type="submit"] {
    right: 11px;
    position: absolute;
    display: flex;
    align-items: center;
    background-image: url(../../assets/images/search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: none;
    outline: none;
}


.top_header {
    position: sticky;
    top: 0px;
    background-color: #F6F4EE;
    padding: 9px 0;
    z-index: 99;
}
.admin-bar header {
    top: 32px;
}
/*Single Page*/

.single-post .site-main .social_icon ul{
    display: flex;
    align-items: center;
    background-color: transparent !important;
    justify-content: center;
}

.single-post .site-main .social_icon ul, .single-post .site-main .social_icon ul li{
    list-style: none;
}

.single-post .site-main .social_icon ul li{
    margin: 0 4px;
}

.single-post .site-main .social_icon ul li a {
    background-color: #653165;
    border-radius: 100px;
    height: 47px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post .site-main{
    padding-bottom: 64px;
    padding-top: 47px;
}

.single-post .site-main .container{
    max-width: 875px;
}

.single-post .site-main .single_cat_name {
    margin-bottom: 19px;
    display: block;
}

.category_showing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-post .site-main .single_cat_name a{
    background-color: #653165;
    padding: 6px 15px;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-right: 5px;
}

.single-post .site-main h1{
    max-width: 100%;
}

.single-post .site-main .single_cat_name a:hover{
    background-color: #F90;
}

.single-post .site-main h1{
    color: #653165;
    margin-bottom: 14px;
}

.single-post .site-main .content_section strong{
    color: #000;
font-family: 'Proxima Soft';
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 0%; 
}


.single-post .site-main .content_section strong::after{
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 60px;
    background-color: #653165;
    left: 0;
    display: block;
}

.single-post .site-main iframe{
    width: 100%;
}

.single-post .site-main .is-type-video {
    margin-top: 47px;
    margin-left: 0;
    margin-right: 0;
}

.single-post .site-main .content_section p{
color: #000;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.single-post .site-main .wp-block-quote{
    border: none;
    background-color: #F6F4EE;
    color: #653165;
    padding: 57px 62px;
}

.single-post .site-main .wp-block-quote p{
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
        text-transform: uppercase;
}

.single-post .site-main .wp-block-quote cite{
    color: #653165;
font-family: 'Proxima Nova Rg';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.single-post .site-main .wp-block-heading{
    color: #000;
    font-family: 'Proxima Soft';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 55px;
}

.single-post .site-main ul{
    margin-top: 30px;
    margin-left: 30px;
}

.single-post .site-main ul, .single-post .site-main ul li{
    list-style: disc;
    color: #333;
    line-height: 30px;
}

.single-post .site-main .feature_img{
    margin-top: 53px;
}

.single-post .site-main .publish_date{
    color: #000;

font-family: 'Proxima Nova Rg';
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.65px;
text-transform: uppercase;
}

.single-post .site-main .feature_img, .single-post .site-main .size-full{
    max-width: 874px;
}

.single-post .site-main .size-full{
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
}

.single-post .site-main .feature_img img, .single-post .site-main .size-full img{
    object-fit: cover;
    width: 100%;
    display: flex;
}

.single-post .site-main .content_section{
    max-width: 874px;
}

/* Header */

.header_nav {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}


.header_btn.common_btn {
    display: flex;
    justify-content: end;
    width: 13%;
}

.nav_list {
    width: 87%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

.header_nav nav {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 218px);
}

.logo_nav {
    max-width: 218px;
    width: 100%;
}

.logo_nav img {
    display: block;
}

.header_btn a,
.common_btn a, .single-post .wp-block-button a{
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 6px;
    border: 1px solid #F90;
    background: #F90;
    padding: 15px 30px;
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    max-height: 47px;
    transition: all 0.5s ease-in-out;
}

.single-tenant .wp-block-button__link {
        width: fit-content;
    color: #653165;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-color: transparent;
    padding-left: 0;
}

.single-tenant .wp-block-group__inner-container h2{
    color: #653165;
font-family: 'Proxima Soft';
font-size: 59px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.single-tenant .wp-block-group__inner-container p{
    color: #333;
font-family: 'Proxima Soft';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 21px;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow{
    flex: none !important;
}

.single-tenant .wp-block-group__inner-container .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child{
        max-width: 245px;
    width: 33.33%;
    margin-right: 20px;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child .wp-block-post-featured-image {
    width: 245px;
        padding: 30px;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2){
        width: 33.33%;
    padding-right: 0;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child{
    width: 33.33%;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child .single_det_part{
     margin-left: auto;
    width: 70%;
}

.single-tenant .wp-block-column .hours_accordion{
    width: 100%;
    display: block;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child .single_det_part ul{
    margin-left: 0;
}

.hours_button{
        width: 100%;
    display: flex;
}

.hours_button button{
    width: 100%;
    display: flex;
    padding-right: 0;
    align-items: center;
    background: transparent;
    border: none;
    padding-left: 0;
    color: #653165;
    font-family: 'Proxima Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #653165;
    border-radius: 0;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}

.hours_button button:hover{
    color: #F90;
}

.hours_accordion.active span.hour_accordion_icon{
    transform: rotate(0);
    margin-right: 0;
}

.hours_button button span.hour_accordion_icon img{
    margin-left: 0;
    width: 21px;
    height: 21px;
    margin-right: 0;
}

span.hour_accordion_icon {
    margin-left: auto;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.hours_accordion .hours ul{
    margin-top: 16px;
}

.hours_accordion .hours ul li{
    color: #653165;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 0;
}


 .top_label .gform_button.button {
    display: flex !important;
    align-items: center !important;
    width: fit-content !important;
    border-radius: 6px !important;
    border: 1px solid #F90 !important;
    background-color: #F90 !important;
    padding: 15px 50px 15px 20px !important;
    color: #FFF !important;
    font-family: 'Proxima Nova Rg';
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: 0.56px !important;
    text-transform: uppercase !important;
    max-height: 47px !important;
    transition: all 0.5s ease-in-out !important;
    background-image: url(../../assets/images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 24%;
    background-position: 77px 7px;
}

.content_section .wp-block-button{
    margin-top: 62px;
}

.single-post .wp-block-button a::after {
    content: "";
    background-image: url(../../assets/images/btn-arrow.svg);
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    display: block;
    height: 32px;
    width: 32px;
    transform: translatex(0px);
        transition: all 0.5s ease-in-out;
}
.single-post .wp-block-button a:hover:after {
    transform: translatex(7px);
}
.top_label .gform_button.button:hover {
    background-position: 87px 7px;
}


.single-tenant .wp-block-button a::before{
    content: "";
    background-image: url('../../assets/images/back_arrow.svg');
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    display: block;
    height: 32px;
    width: 32px;
        transition: all 0.5s ease-in-out;
}

.inner_whats_new .pagination {
    margin-top: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_whats_new .pagination .page-numbers.current {
    vertical-align: middle;
    color: #653165;
    display: flex;
    align-items: center;
    justify-content: center;

}

.inner_whats_new .pagination .page-numbers {
      margin: 0 7px;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    display: block;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    color: #808080;
    min-height: 29px;
    min-width: 29px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-color: transparent;
}



.inner_whats_new .pagination .page-numbers.next, .pagination .page-numbers.prev{
    min-width: 80px;
    padding: 0 17px;

}


.header_btn a:hover,
.common_btn a:hover, .single-post .wp-block-button a:hover {
    box-shadow: 8px 8px #ff990047;
}

.common_btn img {
    transition: all 0.5s ease-in-out;
}

.common_btn:hover img {
    transform: translatex(7px);
}

.nav_list ul {
    display: flex;
    margin: 0;
}

.nav_list ul li {
    margin: 0 32.5px;
}

.nav_list ul li a {
    color: #653165;
    font-family: 'Proxima Soft';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    transition: all 0.7s ease-in-out;
}

.nav_list ul li a:hover {
    color: #F90;
}
.nav_list ul li.current-menu-item a{ 
        color: #F90;
 }

header {
    background-color: #fff;
    position: sticky;
    top: 0px;
    z-index: 99;
}




/* Banner */

.banner_section {
    width: 100%;
    min-height: 609px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner_section::before {
    content: "";
    background-image: url("../images/after_effect_banner.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100vh;
    min-height: 609px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.banner_data {
    max-width: 510px;
    position: relative;
}

.banner_data .common_btn {
    margin-top: 50px;
}

.banner_data h1 {
    color: #FFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Proxima Soft';
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 510px;
    margin-bottom: 0;
    width: 100%;
}

.banner_data p {
    color: #FFF;
    margin-top: 7px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Proxima Soft';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 118.5%;
}

.links_cards_top {
    display: flex;
    align-items: center;
}
.links_cards_top > img{
    width: 50px;
    object-fit: none;
}

.links_cards_top>svg {
    margin-top: -7px;
}

.links_text_part img.normal_img {
    /* display: block; */
    opacity: 1;
}

.links_text_part img.hover_img {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* transition: 0.5s ease; */
}

.links_text_part a:hover img.hover_img {
    display: block;
    opacity: 1;
    transition: 0.5s ease;
}

.links_text_part a:hover  img.normal_img {
    /* display: none; */
    opacity: 0;
    transition: 0.5s ease;
}
.link_icon {
    position: relative;
}



.slider_img_cate:hover .card-bottom h5 { color: #653165;}



.banner_tab_cont {
    margin-top: 20px;
}

.banner_links ul {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0 0;
    padding: 10px 0;
}

.banner_links ul li {
    width: 25%;
    padding: 0 20px;
    border-right: 1px solid #65316514;
}

.banner_links li p {
    margin-top: 0;
    color: #653165;
    font-family: 'Proxima Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.banner_links ul li:last-child {
    border-right: none;
}

.links_text_part {
    padding-left: 12px;
}

.links_text_part a {
    display: flex;
    align-items: center;
    color: #653165;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.links_text_part a:hover{
    color: #F90;
}

.available_leasing_det .enquire {
    width: fit-content;
    display: flex;
    align-items: center;
    color: #653165;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;

}

.available_leasing_det a:hover {
    color: #F90;

}

.available_leasing_det:hover {
    box-shadow: 0px 0px 7.4px 0px rgba(0, 0, 0, 0.16);
}

.links_text_part a svg path {
    transition: all 0.5s ease-in-out;

}

.links_text_part a:hover svg path {
    stroke: #F90;
}


.content_section .container {
    max-width: calc(100% + (1320px - 100%) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
}

section.content_section {
    padding-bottom: 46px;
}

.content_section .welcome_section {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px
}

.right_part_welcome {
    max-width: 539px;
    width: 100%;
    height: 437px;
}

.right_part_welcome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_section .left_part_welcome {
    padding-left: 92px;
    margin-top: 50px;
    position: relative;
}

.content_section .welcome_section::before {
    content: "";
    background-image: url(../images/circle_before_svg.svg);
    position: absolute;
    left: 0;
    top: 20;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 354px;
    width: 354px;
}

.content_section .left_part_welcome h2 {
    margin-bottom: 0;
    color: #653165;
    font-family: 'Proxima Soft';
    background-color: #fff;
    padding: 17px 32px;
    max-width: 522px;
}

.content_section .left_part_welcome p {
    max-width: 404px;
    width: 100%;
    text-align: left;
    margin-left: 260px;
    margin-top: 17px;
}

/* Slider */

.slider_tenants_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-logo .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    height: 245px;
    max-width: 245px;
    border-radius: 5px;
    border: 1px solid #ECE8DC;
    background: #FFF;
}

.client-logo .item img {
    mix-blend-mode: multiply;
    width: auto;
    object-fit: cover;
}

.owl-nav .owl-prev span {
    font-size: 0;
    background-image: url(../images/left_slider.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;

}

.owl-nav .owl-next span {
    font-size: 0;
    background-image: url(../images/right_slider.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
}



.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: #FFF !important;
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.09));
    width: 76px;
    height: 76px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;

}


.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    transform: scale(1.2);
}

.owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    display: block;
    /* margin: -100px auto 0 auto; */
    clear: both;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-prev {
    position: absolute;
    left: 30px;
}

.owl-nav .owl-next {
    position: absolute;
    right: 30px;
}

.tenants_slider .client-logo {
    margin-top: 50px;
    display: flex;
}

.tenants_slider {
    padding-top: 46px;
    padding-bottom: 100px;
}

.bg_sec {
    height: max-content;
    background: #F6F4EE;
    padding: 75px 0 125px 0;
}

.tab_slider {
    margin-top: 41px;
    margin-bottom: 33px;
    display: inline-block;
    width: 100%;

}

.tab_slider ul {
    display: flex;
    margin-left: 0;
    align-items: center;
}

.tab_slider ul li a.active {
    border-radius: 100px;
    border: 1px solid #653165;
    background: #653165;
    color: #fff;
    padding: 14px 32px;
}

.tab_slider ul li a {
    border-radius: 100px;
    background: #FFF;
    color: #000;
    font-family: 'Proxima Soft';
    font-weight: 600;
    padding: 14px 32px;
    display: block;
}


.tab_slider ul li a:hover {
    background-color: #F90;
    color: #fff;
}

.tab_slider ul li {
    margin-right: 15px
}

/* Category */


.category_slider .item {
    width: 100%;
    margin: 50px auto 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.slider_img_cate {
    border-radius: 5px;
    position: relative;
    padding-bottom: 240px;
    background-color: #fff;
    overflow: hidden;
}

.slider_img_cate:hover .card-bottom {
    transform: translateY(-150px);
    position: absolute;
    z-index: 9;
    background-color: transparent;
}

.slider_img_cate:hover .card-bottom .caption {
    max-height: 1000px;
    /* transition: max-height 1s ease-in-out; */
    -webkit-line-clamp: 8;
}

.slider_img_cate:hover::after {
    content: "";
    background-color: #d6b4d6;
    transform: translatex(0%);
}

.slider_img_cate::after {
    content: "";
    background-color: #d6b4d6;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(101%);
    transition: all 0.28s ease !important;

}


span.tag_slider{
    background-color: #653165;
    padding: 6px 15px;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-right: 5px;
}

.bg_sec .owl-stage {
    display: flex;
}

/* .bg_sec .owl-item {
    display: flex;
    flex: 1 0 auto;
} */

.tag_pos {
    display: flex;
    position: absolute;
    left: 20px;
    top: 18px;
    align-items: center;
    z-index: 9;
}

.category_img {
    /* width: 311px; */
    width: 100%;
    display: block;
    object-fit: cover;
    height: 199.359px;
}

.category_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-bottom {
    padding: 16px 22px;
    position: absolute;
    transition: all .28s ease;
}

.learn_more {
    display: flex;
    align-items: center;
    color: #653165;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 25px;
    z-index: 9;
}

.owl-carousel .owl-item .learn_more img {
    width: auto;
}

.card-bottom h5 {
    margin-bottom: 7px;
}

.card-bottom p {
    line-height: normal;
    margin-top: 0;
}

.card-bottom .caption {
    max-height: 55px;
    overflow: hidden;
    /* transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hover_cont {
    opacity: 0;
    visibility: hidden;
    height: 0;
}


/* .slider_img_cate:hover .hover_cont {
    opacity: 1;
    visibility: visible;
    height: 100%;
} */

/* Leasing */

.leasing {
    overflow: hidden;
    background-color: #271032;
    padding: 68px 0 58px 0;
    position: relative;
}

.leasing_data p {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.leasing_data {
    position: relative;
    width: 50%;
    margin-left: 105px;
    max-width: 376px;
}

.leasing_data .common_btn {
    margin-top: 24px;
    width: fit-content;
}

.leasing::before {
    content: "";
    background-image: url(../images/after_effect_banner.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
}

.left_footer ul {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.left_footer ul li {
    margin-bottom: 0;
    margin-right: 10px;
}

.left_footer ul li a {
    background-color: #F90;
    border-radius: 100px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.left_footer ul li a:hover img {
    transition: all 0.4s ease-in-out;
}

.left_footer ul li a:hover img {
    transform: rotate(360deg);
}

.footer_cont li {
    font-family: 'Proxima Soft';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #653165;
}

.list_two li a img,
.list_two li img {
    margin-right: 9px;
}

.footer_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #65316536;
    padding-bottom: 43px;
}

.left_footer {
    width: 50%;
}

.right_footer {
    display: flex;
    width: 48%;
    justify-content: space-between;
}

.menu-footer-menu-container ul, .list_two ul{
    margin-left: 0;
}

footer {
    border-top: 1px solid #65316536;
    padding: 82px 0 0 0;
}



.list_two {
    max-width: 289px;
}

.list_two li a {
    display: flex;
    align-items: flex-start;
}

.left_footer .footer_logo_link img {
    display: block;
}

.left_footer .footer_logo_link {
    margin-bottom: 125px;
    display: block;
}

.last_footer {
    padding: 32px 0 34px 0;
}

.last_footer span {
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.last_footer a {
    color: #333;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.last_footer_data {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.last_footer_data div {
    padding: 0 20px;
}

.last_footer_data .footer_page {
    text-align: center;
}

.footer_page a::after{
    content: "/";
    position: relative;
    margin-left: 7px;
    margin-right: 2px;
    color: #333;
    opacity: 0.5;

}

.footer_page a:last-child::after{
    content: none;

}

.footer_page a:hover::after{
    color: #333;
    opacity: 0.5;

}

.last_footer_data .site {
    text-align: end;
}

.site span {
    opacity: 1;
}

.site span {
    opacity: 0.5;
}


.site span a {
    text-decoration: underline;
    opacity: 1 !important;

}

.last_footer_data a:hover {
    opacity: 1;
    color: #F90;
}


/* Diractory */

.inner_section {
    min-height: 305px;
}

.inner_section .banner_data {
    max-width: 400px;
}

/* Directory Cards */

.directory_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 20px;
    min-height: 245px;
    border-radius: 5px;
    border: 1px solid #ECE8DC;
    transition: all 0.5s ease-in-out;
    background: #FFF;
}

.single_post .wp-block-column-is-layout-flow .wp-block-post-featured-image {
    padding: 0;
    width: 100%;
}

.single_post .wp-block-post-featured-image{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 20px;
    min-height: 245px;
    border-radius: 5px;
    border: 1px solid #ECE8DC;
    transition: all 0.5s ease-in-out;
    background: #FFF;
}

.directory_logo a:hover {
    box-shadow: 0px 0px 7.4px 0px rgba(0, 0, 0, 0.16);
}

.directory_logo {
    padding: 0 10px;
    width: 20%;
    margin: 0 0 20px 0;
}

.box_directory {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.directory_data {
    padding-bottom: 93px;
    padding-top: 63px;
}

/* Single */

.sinle_logo_part .directory_logo {
    padding: 0;
    width: 100%;
}

.sinle_logo_part {
    max-width: 245px;
    width: 33.33%;
    display: flex;
    justify-content: center;
}

.single_data {
    flex-wrap: wrap;
    margin-top: 46px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.sinle_dec_part {
    width: 50%;
    padding-right: 83px;
}


.sinle_dec_part h2 {
    color: #653165;
}


.single_det_part ul li {
    margin-right: 17px;
    color: #653165;
    font-family: 'Proxima Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: normal;
    margin-bottom: 23px;
}

.single_det_part ul li a {
    text-decoration: underline;
    display: flex;
    align-items: center;
    line-height: normal;
    font-weight: 700;
}

.single_det_part ul li p.mail_link {
    display: flex;
    align-items: center;
    line-height: normal;
    font-weight: 700;
}


.single_det_part ul li p{
    color: #653165 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.single_det_part ul li p:last-child {
    display: flex;
    align-items: center;
    line-height: normal;
    font-weight: 700;
    padding-left: 40px;
    padding-top: 20px;
}

.single_det_part ul li img {
    margin-right: 9px;
    width: 32px;
    margin-left: -4px;

}

.directory_single_data {
    padding: 27px 0 136px 0;
}

.single-tenant .wp-block-button__link {
    width: fit-content;
    color: #653165;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.single-tenant .wp-block-button__link:hover {
    color: #F90;
}


/* Leasing opportunities */

.leasing-opportunities .single_det_part ul{
    margin-left: 0;
}

.opportunities {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    /* max-width: 898px; */
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.opportunities_banner_img {
    position: relative;
}

.opportunities_banner_img img {
    max-width: 446px;
}

.full_width_banner {
    min-height: 305px;
}

.full_width_banner .banner_data,
.full_width_banner .banner_data h1 {
    max-width: 633px;
}

.leftleasing .leftleasing_pera {
    color: #333;
    font-family: 'Proxima Soft';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.33px;
    margin-top: 0;
    margin-bottom: 23px;
}

.leftleasing {
    max-width: 484px;
    width: 100%;
    padding: 28px;
    background: #fff;
    border-radius: 5px;
    margin-left: auto;
}


.leasing_sec_data {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

section.leasing_section_op {
    background: #F6F4EE;
    padding: 73px 0;
}

.user_name span {
    color: #653165;
    font-family: 'Proxima Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.user_name {
    margin-bottom: 20px;
}

.user_name p {
    color: #333;
    margin-top: 0;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.leftleasing .single_det_part ul li {
    margin-bottom: 5px;
}

.leftleasing .single_det_part ul li:last-child {
    margin-bottom: 0;
}

.single_det_part ul li a.mail_link {
    text-decoration: none;
}

.single_det_part ul li a.address_bold{
    font-weight: 700;
}

.single_det_part ul li p.address_bold{
    margin-top: 0;
    padding: 0;
}

.rightleasing {
    margin-left: 110px;
    width: 65%;
    max-width: 751px;
}

.rightleasing h4 {
    color: #653165;
    margin-bottom: 35px;
}

.rightleasing p {
    color: #333;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/* available leasing */

.available_leasing {
    padding: 83px 0 14px 0;
}


.main_available_leasing_data {
    margin: 61px -28px 0 -28px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.available_leasing_img_box {
    max-width: 222px;
    min-height: 222px;
    width: 100%;
}

.available_leasing_img_box img {
    object-fit: cover;
    display: block;
}


.available_leasing_det {
    height: 100%;
    padding: 11px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ECE8DC;
    background: #FFF;
    transition: all 0.5s ease-in-out;
}

.available_leasing_text_box.links_text_part {
    padding-left: 38px;
    width: 100%;
}

.available_leasing_text_box h5 {
    margin-bottom: 0;
}

.available_leasing_text_box p {
    color: #333;
    margin-top: 9px;
    line-height: normal;
    font-family: 'Proxima Nova Rg';
    font-weight: 500;
}

.available_leasing_box {
    min-height: 180px;
}


.main_leasing_boxs>div{
    height: 100%;
}

.main_leasing_boxs {
    width: 50%;
    padding: 0 28px 56px 28px;
}


/* Accrordian */

.accordian_right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.accordian_right ul .answer {
    display: none;
    padding: 15px 20px;
    padding-top: 0px;
}

.accordian_right {
    margin-top: 0;
    width: 50%;
    min-width: 797px;
}

.accordian_left {
    margin-bottom: 30px;
    width: 50%;
    max-width: 313px;
}

.accordian_det {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.accordian_right .btn_wrpper button {
    text-align: left;
    color: #000;
    border: none;
    font-family: 'Proxima Soft';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 7px;
}

.accordian {
    background-color: #F6F4EE;
    padding: 92px 0;
}

.accordian_right .btn_wrpper button .icon img {
    transition: all 0.75s ease-in-out;
}

.accordian_right .active .btn_wrpper button .icon img {
    transform: rotate(135deg);
}

.accordian_left p {
    color: #333;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordian_left .common_btn {
    width: fit-content;
    margin-top: 30px;
}

/* Whats New */

.category_new_cards .slider_img_cate {
    width: fit-content;
}

.bg_sec .learn_more:hover {
    color: #653165;
}

.category_new_cards {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -20px;
}

.category_new_cards .main_new_card_category {
    padding: 0 11px 20px 11px;
    width: 25%;
}

.inner_whats_new {
    padding: 92px 0 66px 0;
}

section.leasing_section_op.contact_part {
    padding-bottom: 121px;
}

.contact .wp-block-columns .wp-block-column-is-layout-flow{
   width: 50%;
}

.contact .wp-container-core-columns-layout-1{
    padding: 73px 0 121px 0 ;
}
.contact{
        background: #F6F4EE;
/*    padding: 73px 0 0 0 ;*/
}

.gform_heading .gform_title{
    color: #653165;
    font-family: 'Proxima Soft';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.contact .wp-block-columns .wp-block-column-is-layout-flow .single_det_part ul li p{
    margin-top: 0;
}

.contact .wp-block-columns .wp-block-column-is-layout-flow .single_det_part ul{
    margin-left: 0;
}
section.leasing_section_op.contact .rightleasing {
    margin-left: 0;
}


.comtact .leasing_sec_data {
    flex-direction: row-reverse;
}

.contact .leftleasing h3 {
    margin-bottom: 43px;
}

.contact .leftleasing .leftleasing_pera {
    color: #653165;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.single_det_part .sub_list {
    display: block;
}

.sub_list a {
    width: 100%;
}

.sub_list ul {
    width: 100%;
    display: block;
    padding-left: 40px;
    padding-top: 15px;
}

/* Map */

.map {
    display: flex;
}


/* Responsive */

@media only screen and (max-width : 1300px) {
    .content_section .left_part_welcome p {
        max-width: 50%;
        margin-left: 230px;
    }

    .content_section .left_part_welcome {
        padding-left: 50px;
        margin-top: 50px;
        position: relative;
    }

    .content_section .welcome_section::before {
        width: 300px;
    }

    .right_part_welcome {
        max-width: 380px;
    }
    .content_section .left_part_welcome p {
        max-width: 354px;  
    }


}

@media only screen and (max-width : 1080px) {
    .single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
     margin-right: 0; 
}
    .sinle_dec_part {
        width: 33.33%;
        padding-right: 0;
    }
    section.leasing_section_op.contact_part .leftleasing {
        margin-left: 100px;
    }

    .banner_links ul li {
        /* padding: 0px; */
    }

    .category_new_cards .main_new_card_category {
        width: 50%;
    }

    .category_new_cards .slider_img_cate {
        width: auto;
    }


    .category_new_cards .main_new_card_category {
        width: 33.33%;
    }
}

@media only screen and (max-width : 991px) {
    .single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
    width: 33%;
}
.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
    width: 60%;
}


.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child .single_det_part {
    margin-left: 0;
    width: 100%;
}

    .logo_nav img {
        width: 70%;
    }

    section {
        overflow-x: hidden;
    }

    .category_new_cards .main_new_card_category {
        width: 50%;
    }

    .directory_logo a {
        max-height: 245px;
        margin: 0 auto;
    }

    .single_data .directory_logo a {
        margin-left: 0;
        margin-right: auto;
    }

    .leftleasing .single_det_part ul li {
        margin-bottom: 0;
    }

    .leasing_data {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }


    .header_btn.common_btn {
        width: auto;
    }

    .leftleasing {
        max-width: 100%;
        width: 100%;
    }

    .accordian_right {
        min-width: 100%;
    }

    .accordian_left {
        max-width: 100%;
        width: 100%;
    }

    .rightleasing {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }

    .main_leasing_boxs {
        width: 100%;
    }

    .leasing_sec_data {
        display: block;
    }

    .contact_part .leasing_sec_data {
        display: flex;
        flex-direction: column-reverse;
    }

    section.leasing_section_op.contact_part .leftleasing {
        margin-left: 0;
        margin-top: 30px;
    }

    .single_data .sinle_logo_part {
        max-width: 100%;
        width: 40%;
    }

    .single_data .sinle_dec_part {
        max-width: 100%;
        width: 50%;
    }

    .single_det_part {
        width: 100%;
    }

    .single_det_part ul {
        align-items: center;
        margin-top: 30px;
    }

    .opportunities_banner_img img {
        width: 100%;
    }

    .header_nav nav {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .navTrigger {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1000;
        width: 36px;
        height: 36px;
        background: none;
        border: 0;
        outline: none;
        border: none;
        cursor: pointer;
        -webkit-appearence: none;
        display: block;
        -webkit-tap-highlight-color: transparent;
    }

    .navTrigger:focus {
        outline: none;
    }

    .navTrigger svg {
        width: 64px;
        height: 48px;
        top: -6px;
        left: -14px;
        stroke: #000;
        stroke-width: 4px;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        display: block;
        position: absolute;
    }

    .navTrigger svg path {
        transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
        stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
        stroke-dashoffset: var(--offset, 126px);
        transform: translateZ(0);
    }

    .navTrigger svg path:nth-child(2) {
        --duration: .7s;
        --easing: ease-in;
        --offset: 100px;
        --array-2: 74px;
    }

    .navTrigger svg path:nth-child(3) {
        --offset: 133px;
        --array-2: 107px;
    }

    .navTrigger.active svg {
        stroke: #000;
    }

    .navTrigger.active svg path {
        --offset: 57px;
    }

    .navTrigger.active svg path:nth-child(1),
    .navTrigger.active svg path:nth-child(3) {
        --delay: .15s;
        --easing: cubic-bezier(.2, .4, .2, 1.1);
    }

    .navTrigger.active svg path:nth-child(2) {
        --duration: .4s;
        --offset: 2px;
        --array-1: 1px;
    }

    .navTrigger.active svg path:nth-child(3) {
        --offset: 58px;
    }

    .navMenu {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        background: #FFF;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        transition: all 0.375s;
        height: 100vh;
    }

    .navMenu.active {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .navMenu.active::before {
        transform: skew(-40deg) translateX(0);
    }

    .navMenu.active li {
        opacity: 1;
        transform: translateY(0);
    }

    .navMenu ul {
        list-style: none;
        padding: 0;
        display: inline-flex;
        flex-direction: column;
        height: 100%;
        /* Should be 100%, but we have a notice message :D */
        justify-content: center;
    }

    .navMenu ul li {
        display: block;
        margin: 0;
        text-align: center;
        opacity: 0;
        transform: translateY(-10px);
    }

    .navMenu ul li a {
        position: relative;
        left: 0;
        display: block;
        padding: 12px 0;
        color: #000;
        font-size: 1.4em;
        text-decoration: none;
        transition: 0.25s;
    }


    .navMenu ul li:nth-child(1) {
        transition: all 275ms 275ms;
    }

    .navMenu ul li:nth-child(2) {
        transition: all 275ms 325ms;
    }

    .navMenu ul li:nth-child(3) {
        transition: all 275ms 375ms;
    }

    .navMenu ul li:nth-child(4) {
        transition: all 275ms 425ms;
    }

    .navMenu ul li:nth-child(5) {
        transition: all 275ms 475ms;
    }

    .device, .top_header {
        top: 0;
        position: relative;
        width: 100%;
    }



    .banner_links ul li {
        width: 50%;
    }

    .banner_links ul li:nth-child(3n+3) {
        border-right: 0;
    }

    .links_cards_top>svg {
        width: 20%;
    }

    .links_text_part a {
        font-size: 12px;
    }

    .content_section .welcome_section {
        flex-direction: column-reverse;
    }

    .content_section .welcome_section::before {
        bottom: 150px;
        left: 150px;
    }

    .content_section .left_part_welcome p {
        max-width: 580px;
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
    }

    .content_section .left_part_welcome h2 {
        padding: 0;
        text-align: center;
        background-color: transparent;
        margin: 0 auto;
    }

    .content_section .left_part_welcome {
        padding-left: 0;
        margin-top: 20px;
    }

    .right_part_welcome {
        height: 340px;
        position: relative;
    }

    .directory_logo {
        width: 25%;
    }

}


@media only screen and (max-width : 790px) {
    
    .single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
    width: 100%;
}

.single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
    width: 100%;
}
    section.leasing_section_op.contact_part {
        padding-bottom: 80px;
    }

    .available_leasing_det {
        display: block;
    }

    .available_leasing_text_box.links_text_part {
        padding-left: 0;
        margin-top: 17px;
    }

    .banner_data h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .banner_data p {
        font-size: 14px;
    }

    .map iframe {
        height: 400px;
    }

    .content_section .welcome_section::before {
        bottom: 26%;
        left: 50%;
    }

    .last_footer_data div,
    .last_footer_data .site {
        width: 100%;
        text-align: center;
    }

    .client-logo .item {
       height: 170px;
    max-width: calc( 100% - 20px );
    margin-left: 20px;
    }

    .top_header {
        padding: 6px 0;
    }

    .banner_links ul li {
        width: 50%;
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-start;
    }


    .banner_links ul li:nth-child(even) {
        border-right: 0;
    }

    .banner_links ul li:nth-child(odd) {
        border-right: 1px solid #65316514;
    }

    .links_cards_top {
        justify-content: center;
    }

    .left_footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .left_footer .footer_logo_link img {
        margin-bottom: 20px;
    }

    .left_footer .footer_logo_link {
        margin-bottom: 0;
    }

    .right_footer {
        width: 100%;
        flex-direction: column;
    }

    .list_two ul {
        width: fit-content;
    }

    .tab_slider ul li a {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 12px 0 0 0;
        padding: 6px 30px;
    }

    .content_section .container {
        padding-right: 20px;
        overflow: hidden;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 22px;
    }

    .content_section .left_part_welcome h2 {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .header_btn a,
    .common_btn a {
        padding: 10px 16px;
    }

    .navbar .common_btn a{
        margin-top: 20px;
    }

    .owl-nav {
        position: relative;
        bottom: -50%;
        transform: translateY(0)
    }

    .tenants_slider .client-logo {
        display: block;
    }

    .tenants_slider {
        padding-bottom: 51px;
    }

    .bg_sec {
        padding: 75px 0 75px 0;
    }

    .slider_tenants_header {
        flex-direction: column;
    }

    .slider_tenants_header h3 {
        margin-bottom: 30px;
    }

    .tab_slider ul {
        overflow: auto;
        width: 100%;
        padding-bottom: 30px;
    }

    .owl-nav .owl-prev {
        position: relative;
    }

    .owl-nav .owl-prev {
        left: 0;
        position: relative;
    }

    .owl-nav .owl-next {
        right: 0;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        position: relative;
        margin: 24px 12px;
    }


    .opportunities {
        justify-content: start;
    }

    .opportunities_banner_img {
        margin-bottom: 20px;
    }

    .directory_logo {
        width: 33.33%;
    }

    .directory_logo a {
        min-height: 245px;
        margin: 0 auto;
    }
    article.search-entry {
        width: calc(50% - 20px);
    }
    .category_slider .item {
        padding: 0 20px;
    }
}

@media only screen and (max-width:640px) {
    .single-tenant .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
    width: 100%;
}
article.search-entry {
    width: calc(100%);
}
    .directory_logo {
        width: 50%;
    }

    .top_header_cont ul {
        justify-content: center;
    }

    .category_new_cards .main_new_card_category {
        width: 100%;
    }

    .leftleasing .single_det_part ul li {
        margin-bottom: 20px;
    }

    .banner_links ul {
        margin: 0 auto;
        display: block;
    }

    .banner_links ul li {
        border-right: none !important;
        width: 100%;
    }

    .single_det_part ul li a {
        
        font-size: 14px;
    }

    .single_det_part ul li img {
        display: block;
    }

    .single_det_part ul li {
        font-size: 14px;
        margin-bottom: 14px;
        
    }

    .sub_list ul {
        padding-left: 0;
        padding-top: 20px;
    }

    .single_data {
        display: block;
    }

    .single_data .sinle_dec_part,
    .single_data .sinle_logo_part {
        width: 100%;
        margin-bottom: 40px;
    }

    section.leasing_section_op.contact_part .leftleasing {
        padding: 20px;
    }
}

@media only screen and (max-width:490px) {
    .directory_logo {
        width: 100%;
    }
}










.bg_sec.inner_whats_new.inner_whats_new_single .container { max-width: 1340px; margin: 0 auto; }
.bg_sec.inner_whats_new.inner_whats_new_single .container .slider_tenants_header { margin-bottom: 50px; }
.bg_sec.inner_whats_new.inner_whats_new_single .container .category_new_cards { padding: 0 10px; }
.bg_sec.inner_whats_new.inner_whats_new_single { width: 100vw; position: relative; margin-left: -50vw; left: 50%; }
.single.single-post .site-main {padding-bottom: 0;}
.single.single-post .social_icon { margin-bottom: 80px; }

.site-main.terms-conditions, .site-main.privacy-policy {
    padding: 100px 20px;
}
ol li {
    list-style: auto;
}


