@charset "UTF-8";
/*!
Theme Name: BTS Theme - CRE Solutions
Theme URI: https://btsbrands.com/
Author: BTS Brands
Author URI: https://btsbrands.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bts-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BTS Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: inline-block;
}

.main-navigation ul ul {
  box-shadow: none;
  float: left;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}
.main-navigation ul ul li {
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}
.main-navigation ul ul li a {
  font-size: 13px;
  padding: 5px;
  background-color: #fff;
  transition: 0.2s all;
  font-weight: 400 !important;
  text-transform: capitalize;
}
.main-navigation ul ul li a:hover {
  background-color: #00358E;
  color: #fff;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation li {
  position: relative;
  display: inline-block;
  margin-right: 0;
  transition: 0.2s all;
}
.main-navigation li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding: 40px 15px;
  transition: 0.2s all;
}
.main-navigation li a:hover {
  background: #00358E;
  color: #fff;
}
.main-navigation li:hover ul {
  opacity: 1;
  visibility: visible;
}
.main-navigation li ul li:hover {
  opacity: 1;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.site-branding {
  padding: 0;
}
.site-branding a {
  display: inline-block;
}
.site-branding img {
  width: 185px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

#home-banner {
  background-size: cover;
  background-position: top center;
  padding: 50px 0;
  color: #fff;
  height: 100vh;
}
#home-banner h1 {
  font-size: 40px;
  letter-spacing: 1px;
  font-family: "Nexa";
  font-weight: bold;
  font-style: normal;
}

.btn-brand-light-blue {
  background: #009FDE;
  padding: 10px 40px;
  text-decoration: none;
  color: #fff !important;
}

.brand-light-blue-color {
  color: #009FDE;
}

#services {
  background: #f1f1f1;
}

.services-wrapper {
  background-color: #fff;
  position: relative;
  top: -5em;
  padding: 70px 80px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.services-wrapper .card {
  border: none;
  margin-bottom: 1em;
}
.services-wrapper .card img {
  height: 180px;
  object-fit: cover;
}
.services-wrapper .services-container {
  margin-top: 2em;
}
.services-wrapper .services-description {
  text-align: left;
  padding: 20px;
  background: #f1f1f1;
  transition: 0.2s all;
  border-bottom: 3px solid transparent;
  min-height: 195px;
}
.services-wrapper .services-description:hover {
  background: #E8E8E9;
  border-bottom: 3px solid #00358E;
}
.services-wrapper .services-description h2 {
  font-size: 20px;
  font-weight: 700;
}
.services-wrapper .services-description p {
  font-size: 14px;
  line-height: 18px;
}
.services-wrapper .services-description a {
  color: #00358E;
  text-decoration: none;
}

.tagline-img-container {
  color: #009FDE;
}

.tagline-img {
  margin-bottom: 5px;
}

#property-listing {
  padding: 7em 0;
}

#footer {
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
  padding: 70px 0 20px;
}

#footer-form {
  margin-top: 1em;
}
#footer-form input[type=text],
#footer-form input[type=email] {
  background: #fff;
  padding: 10px 10px;
  border-radius: 0;
}
#footer-form .form-btn {
  width: 100%;
  border-radius: 0px;
  background: #00358e;
  border: none;
}

.left-content-footer {
  padding-right: 4em;
}
.left-content-footer h2 {
  margin: 15px 0 20px;
}
.left-content-footer p {
  font-weight: 300;
}
.left-content-footer span {
  color: #009FDE;
}

#property-listings {
  background: url("https://cresolutions.wpenginepowered.com/wp-content/uploads/2025/09/light-gray-scaled.jpg");
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}
#property-listings .get-a-quote {
  border: 2px solid #E3E3E3;
  padding: 85px 90px;
  background: #fff;
  border-radius: 15px;
  margin-top: 4em;
}
#property-listings .get-a-quote h2 {
  font-size: 22px;
  margin-top: 15px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}
#property-listings .get-a-quote p {
  font-size: 18px;
  margin-top: 20px;
}
#property-listings .get-a-quote ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#property-listings .get-a-quote hr {
  background-color: #000000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
#property-listings .get-quote-form .form-group {
  margin-bottom: 15px;
}
#property-listings .get-quote-form .form-group input {
  padding: 10px;
  background: #F0F0F0;
  border: none;
  border-radius: 0;
}
#property-listings .get-quote-form .form-group #message {
  min-height: 255px;
  padding: 10px;
  background: #F0F0F0;
  border: none;
  border-radius: 0;
}
#property-listings .get-quote-form button {
  width: 100%;
  border-radius: 0px;
  background: #00358e;
  border: none;
}

.footer-menus-container {
  background: #00328F;
  padding: 40px 0;
}
.footer-menus-container .footer-links-container h2 {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.footer-menus-container .menu-list-group a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 300;
}

#copyright {
  background: #00328F;
}
#copyright p {
  color: #fff;
  text-align: center;
  font-size: 13.5px;
  font-weight: 300;
}
#copyright p a {
  color: #fff;
  text-decoration: none;
}

.nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  width: 800px;
  border-bottom: 1px solid;
  margin-top: 1em;
}
.nav-tabs li {
  display: inline-block;
}
.nav-tabs li button {
  border: none !important;
  border-right: 1px solid #828282 !important;
  border-radius: 0 !important;
  color: #828282 !important;
  margin-bottom: 10px !important;
  background: transparent !important;
}
.nav-tabs li:last-child button {
  border-right: none !important;
}

.property-description {
  text-align: center;
  padding: 20px 20px;
}
.property-description p {
  margin-bottom: 0;
}
.property-description .property-name h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.property-description hr {
  height: 3px;
  background: #000 !important;
  margin: 15px 0;
}
.property-description .more-btn {
  font-size: 13px;
  margin-top: 20px;
  display: block;
  width: 100%;
  background: #00358e;
  color: #fff;
  padding: 6px;
  text-decoration: none;
}
.property-description .property-text {
  margin-top: 10px;
}

.property-card {
  padding: 10px;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.property-card .property-infos {
  text-align: left;
}

.property-listings-wrapper .tab-content {
  margin-top: 25px;
}
.property-listings-wrapper .nav-tabs {
  margin-top: 10px;
}

.swiper-wrapper {
  padding-bottom: 3em;
}

#deal-highlights {
  background-size: cover;
  background-position: center center;
}
#deal-highlights .deal-left-content {
  background: #000a4b8f;
  padding: 6em 25px;
  padding-right: 0;
}
#deal-highlights .deal-left-content h2 {
  font-size: 24px;
  margin: 20px 0;
}
#deal-highlights .deal-left-content img {
  height: 100%;
  object-fit: cover;
}
#deal-highlights .deal-left-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}
#deal-highlights .deal-left-content hr {
  background-color: #009FDE;
  height: 4px;
  margin: 15px 0 10px;
}
#deal-highlights .deal-left-content p {
  margin: 0;
  font-size: 13px;
}
#deal-highlights .deal-left-content .read-more-btn {
  background: transparent;
  border: none;
  margin-top: 15px;
  font-size: 13px;
  padding: 0;
}
#deal-highlights .deal-left-content .btn-view-all-transaction {
  margin-top: 35px;
  width: 100%;
  border: none;
  background: #00358e;
  font-size: 17px;
  font-weight: 300;
  padding: 6px 0;
}
#deal-highlights .deal-left-content .deal-cards-container {
  height: 900px;
  overflow-x: hidden;
}
#deal-highlights .deal-left-content .deal-cards-container .deal-card {
  margin-bottom: 30px;
}
#deal-highlights .deal-left-content .deal-cards-container .deal-card-info {
  padding-right: 20px;
}
#deal-highlights .deal-left-content .view-transaction-btn-container {
  padding-right: 25px;
}
#deal-highlights .project-highlights {
  background: #fff;
  margin-top: 3em;
  padding: 5em 20px 1em;
  border-radius: 10px;
}
#deal-highlights .project-highlights .nav-tabs {
  text-align: left;
  width: auto;
  padding: 0 10px;
}
#deal-highlights .project-highlights .nav-tabs button {
  padding: 0 30px;
}
#deal-highlights .project-highlights h2 {
  padding: 0 25px;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}
#deal-highlights .project-highlights .tagline-img-container {
  padding: 0 25px;
}
#deal-highlights .property-highlights-content {
  overflow: hidden;
}
#deal-highlights .property-highlights-content .swiper-pagination {
  position: relative;
}
#deal-highlights .property-highlights-content .swiper-wrapper {
  padding-bottom: 1em;
}
#deal-highlights .property-highlights-content .swiper-slide {
  margin-left: 5px;
  margin-top: 2em;
}
#deal-highlights .property-highlights-content .swiper-slide .col-lg-4 {
  padding: 0 8px !important;
  width: 30.333333%;
}

.no-padding {
  padding: 0 !important;
}

.property-highlight-card {
  border: none;
}
.property-highlight-card span {
  position: absolute;
  top: 10px;
  z-index: 999;
  padding: 5px 23px;
  background: #00358e;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.property-highlight-card img {
  border-radius: 0;
}
.property-highlight-card .property-details {
  text-align: center;
}
.property-highlight-card .property-details p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: left;
  padding-left: 10px;
}
.property-highlight-card .card-body {
  background: #EBEBEB;
}
.property-highlight-card .card-body hr {
  height: 1px;
  background-color: #000000;
}
.property-highlight-card .property-infos .card-title {
  font-size: 14px;
  text-transform: capitalize;
}
.property-highlight-card .property-infos .card-text {
  font-size: 12px;
}

.deal-main-container {
  max-width: 1440px;
}

.page-banner {
  height: 250px;
  padding: 3em 0;
}
.page-banner h1 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 10px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}
.page-banner .breadscrumbs-wrapper {
  text-align: center;
}
.page-banner .breadscrumbs-wrapper .breadcrumb {
  margin: auto;
  display: inline-flex;
  text-align: center;
}
.page-banner .breadscrumbs-wrapper .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.page-banner .breadscrumbs-wrapper .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.page-banner .breadscrumbs-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

#team {
  background: #F6F6F6;
}

.team-name-wrapper {
  margin-bottom: 15px;
}
.team-name-wrapper h2 {
  color: #009FDE;
  font-size: 26px;
  margin-bottom: 5px;
  color: #00358E;
}
.team-name-wrapper .position {
  font-size: 18px;
  color: #009FDE;
  font-weight: 600;
}
.team-name-wrapper p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.team-info {
  padding-left: 40px;
}

.team-bio.team-box {
  margin-top: 30px;
}

.team-bio.team-box h3 {
  font-size: 20px;
  color: #00358E;
}

.team-bio.team-box p {
  font-size: 17px;
  font-weight: 500;
}

.team-bio.team-box hr {
  background-color: #00358E;
  border: 0;
  height: 1px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.team-education.team-box {
  margin-top: 40px;
}

.team-education.team-box h3 {
  font-size: 20px;
  color: #00358E;
}

.team-education.team-box p {
  font-size: 17px;
  font-weight: 500;
}

.team-education.team-box hr {
  background-color: #00358E;
  border: 0;
  height: 1px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.team-credentials.team-box {
  margin-top: 40px;
}

.team-credentials.team-box h3 {
  font-size: 20px;
  color: #00358E;
}

.team-credentials.team-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

.team-credentials.team-box hr {
  background-color: #00358E;
  border: 0;
  height: 1px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.team-n.team-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.team-n.team-box h3 {
  font-size: 20px;
  color: #00358E;
}

.team-n.team-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

.team-n.team-box hr {
  background-color: #00358E;
  border: 0;
  height: 1px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  opacity: 0.6;
}

/**Company - End**/
/**Services - Start**/
#services-after-banner {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}

#services-after-banner .after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}

#services-after-banner .after-banner-box h2 {
  color: #00358E;
  margin-bottom: 10px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
}

#services-after-banner .after-banner-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

#services-after-banner .services-trust-column {
  min-height: 325px;
  padding: 20px;
  align-content: end;
  margin-bottom: 1em;
  position: relative;
}
#services-after-banner .services-trust-column .front-content {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  transition: 0.2s all;
}
#services-after-banner .services-trust-column .back-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}
#services-after-banner .services-trust-column:hover .front-content {
  opacity: 0;
  visibility: hidden;
}
#services-after-banner .services-trust-column:hover .back-content {
  opacity: 1;
  visibility: visible;
}

#services-after-banner .services-trust-column h3 {
  font-size: 21px;
  color: #FFFFFF;
}

#services-after-banner .services-trust-column p {
  font-size: 15px;
  line-height: 1.2em;
  color: #FFFFFF;
}

#services-after-banner .services-trust-column button {
  font-size: 15px;
  line-height: 1.2em;
  color: #FFFFFF;
  padding: 0px;
  background: none;
  border: none;
}

/**Services - End**/
/**Single Services - Start**/
#single-services-after-banner {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}

#single-services-after-banner .single-after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}

#single-services-after-banner .single-after-banner-box h2 {
  color: #00358E;
  font-size: 21px;
  margin-bottom: 10px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}

#single-services-after-banner .single-after-banner-box p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0em;
}

#single-services-after-banner .single-services-trust-column h3 {
  font-size: 21px;
  color: #00358E;
}

#single-services-after-banner .single-services-trust-column p {
  font-size: 15px;
  line-height: 1.4em;
  color: #000000;
}

#single-services-after-banner .single-services-trust-column hr {
  background-color: #00358E;
  border: 0;
  height: 1px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  opacity: 0.6;
}

#single-services-after-banner .aligning-section h2 {
  color: #00358E;
  font-size: 21px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}

#core-capabilities {
  padding-top: 40px;
  padding-bottom: 40px;
}

#core-capabilities .core-capabilities-section h2 {
  color: #00358E;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}

#core-capabilities .core-capabilities-section-list {
  display: flex;
  justify-content: space-between;
}

#core-capabilities .core-capabilities-section-list p {
  align-content: center;
  font-size: 19px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
}

.border-right {
  border-right: 1px solid #0DB2F0;
}

#sets-apart .sets-apart-column {
  height: 550px;
  padding: 55px 100px 0px 100px;
  align-content: center;
}

#sets-apart .sets-apart-column h2 {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 40px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}

#sets-apart .sets-apart-column .sets-apart-left-border p {
  font-size: 18px;
  color: #FFFFFF;
}

#sets-apart .sets-apart-column .sets-apart-left-border p.p-light-blue {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  color: #0DB2F0;
}

#sets-apart .sets-apart-column .sets-apart-left-border {
  padding-left: 40px;
  border-left: 2px solid #0DB2F0;
}

#project-highlights {
  background-color: #F6F6F6;
}

#project-highlights .project-highlights-section h2 {
  color: #00358E;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}

#project-highlights .project-highlights-section p {
  align-content: center;
  font-size: 17px;
  font-weight: 500;
}

#project-highlights .project-highlights-column {
  background-color: #FFFFFF;
  padding: 15px;
}

#project-highlights .project-highlights-column p {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
}

#project-highlights .project-highlights-column hr {
  background-color: #000000;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 1em;
  opacity: 0.6;
}

#project-highlights .project-highlights-column p.description {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
}

#project-highlights .project-highlights-column button.project-btn {
  padding: 4px 118px 4px 118px;
  font-size: 15px;
  color: #FFFFFF;
  background-color: #00358E;
}

.testimonial-section {
  background-color: #f6f7f9;
  padding: 60px 15px;
}
.testimonial-section .testimonial-left-content {
  padding: 90px 25px;
}

.testimonial-card {
  background: white;
  padding: 40px 50px;
  border-radius: 8px;
  margin: 0 auto 0 auto;
}
.testimonial-card .border-right {
  border-right: 2px solid #d1d3d4;
}

.border-left {
  border-left: 3px solid #d1d3d4;
}

.testimonial-title {
  color: #002e7a;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
}

.testimonial-description {
  font-size: 0.95rem;
  color: #222;
  line-height: 1.5;
}

.testimonial-quote {
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
  padding-left: 100px;
  padding-right: 70px;
  color: #444;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial-quote::before {
  content: "“";
  font-size: 10rem;
  color: #b0b0b0;
  position: absolute;
  left: 15px;
  top: 0;
  font-family: serif;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-left: 40px;
}

.testimonial-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #000;
}

.testimonial-info {
  flex-grow: 1;
}

.testimonial-info strong {
  font-weight: 700;
  color: #222;
  display: block;
  font-size: 1rem;
}

.testimonial-info span {
  font-size: 0.9rem;
  color: #666;
}

.testimonial-stars {
  color: black;
  font-size: 1.2rem;
}

.testimonial-nav {
  font-size: 1.5rem;
  color: #888;
  cursor: pointer;
}

.testimonial-nav:hover {
  color: #002e7a;
}

.cta-section {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: #002e7a;
}

.cta-section h4 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.cta-section p {
  color: #222;
  margin-bottom: 25px;
  font-size: 1rem;
}

.btn-contact {
  background-color: #002e7a;
  color: white;
  padding: 8px 28px;
  border: none;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.btn-contact:hover {
  background-color: #0044bb;
  color: white;
}

/**Single Services - End**/
#transaction-after-banner {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}
#transaction-after-banner .transaction-after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}
#transaction-after-banner .transaction-after-banner-box h2 {
  color: #00358E;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 10px;
}
#transaction-after-banner .transaction-after-banner-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

#transaction-properties {
  background: #F6F6F6;
  padding-bottom: 5em;
}
#transaction-properties .property-card {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #transaction-properties .tab-content .col-md-3 {
    width: 20%;
  }

  #property-listings-properties .tab-content .col-md-3 {
    width: 20%;
  }
}
#property-listings-after-banner {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}
#property-listings-after-banner .property-listings-after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}
#property-listings-after-banner .property-listings-after-banner-box h2 {
  color: #00358E;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 10px;
}
#property-listings-after-banner .property-listings-after-banner-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

#property-listings-properties {
  background: #F6F6F6;
  padding-bottom: 5em;
}
#property-listings-properties .property-card {
  margin-bottom: 30px;
}

#case-studies-after-banner {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}
#case-studies-after-banner .case-studies-after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}
#case-studies-after-banner .case-studies-after-banner-box h2 {
  color: #00358E;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 10px;
}
#case-studies-after-banner .case-studies-after-banner-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

#case-studies-properties {
  background: #F6F6F6;
  padding-bottom: 5em;
}
#case-studies-properties .property-card {
  margin-bottom: 30px;
}

.case-studies-properties {
  background: #F6F6F6;
  padding-bottom: 3em;
}
.case-studies-properties .deal-left-content {
  padding: 0;
  padding-right: 0;
}
.case-studies-properties .deal-left-content h2 {
  font-size: 24px;
  margin: 20px 0;
}
.case-studies-properties .deal-left-content img {
  height: 100%;
  object-fit: cover;
}
.case-studies-properties .deal-left-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}
.case-studies-properties .deal-left-content hr {
  background-color: #000000;
  height: 1px;
  margin: 10px 0 10px;
}
.case-studies-properties .deal-left-content p {
  margin: 0;
  font-size: 12px;
}
.case-studies-properties .deal-left-content a {
  margin-top: 15px;
  display: block;
}
.case-studies-properties .deal-left-content .read-more-btn {
  background: transparent;
  border: none;
  font-size: 13px;
  padding: 0;
}
.case-studies-properties .deal-left-content .btn-view-all-transaction {
  margin-top: 35px;
  width: 100%;
  border: none;
  background: #00358e;
  font-size: 17px;
  font-weight: 300;
  padding: 6px 0;
}
.case-studies-properties .deal-left-content .deal-cards-container {
  height: 900px;
  overflow-x: hidden;
}
.case-studies-properties .deal-left-content .deal-cards-container .deal-card {
  margin-bottom: 10px;
  background: #EAEAEB;
  border: 2px solid transparent;
  padding: 5px;
  transition: 0.2s all;
  cursor: pointer;
}
.case-studies-properties .deal-left-content .deal-cards-container .deal-card:hover, .case-studies-properties .deal-left-content .deal-cards-container .deal-card.active {
  background: #fff;
  border: 2px solid #00358e;
}
.case-studies-properties .deal-left-content .deal-cards-container .deal-card-info {
  padding-right: 10px;
}
.case-studies-properties .deal-left-content .deal-cards-container .deal-card-info button {
  text-align: center;
  background: #00358E;
  width: 100%;
  border-radius: 0;
}
.case-studies-properties .deal-left-content .view-transaction-btn-container {
  padding-right: 25px;
}
.case-studies-properties .deal-card-image-container {
  position: relative;
}
.case-studies-properties .deal-card-image-container span {
  position: absolute;
  top: 10px;
  z-index: 999;
  padding: 5px 23px;
  background: #00358e;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.case-studies-properties .case-study-side-images img {
  margin-bottom: 15px;
}
.case-studies-properties .case-study-main-image img {
  width: 100%;
}
.case-studies-properties .right-case-study-content {
  padding-top: 2em;
}
.case-studies-properties .right-case-study-content .border-right {
  border-right: 1px solid #000;
}
.case-studies-properties .right-case-study-content .left-content {
  padding-right: 10px;
}
.case-studies-properties .right-case-study-content .right-content {
  padding-left: 1em;
}
.case-studies-properties .right-case-study-content .case-study-title h2 {
  font-size: 24px;
}
.case-studies-properties .right-case-study-content .case-study-title p {
  font-weight: 500;
}
.case-studies-properties .right-case-study-content .case-study-intro {
  font-size: 14px;
  margin-bottom: 20px;
}
.case-studies-properties .right-case-study-content .case-study-intro ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.case-studies-properties .right-case-study-content .situation ul, .case-studies-properties .right-case-study-content .solution ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.case-studies-properties .right-case-study-content .case-study-details p {
  margin-bottom: 5px;
  font-size: 15px;
}
.case-studies-properties .right-case-study-content .case-study-description {
  margin-bottom: 1em;
}
.case-studies-properties .right-case-study-content .case-study-description h3 {
  font-size: 19px;
}
.case-studies-properties .right-case-study-content .case-study-description p {
  margin-bottom: 5px;
  font-size: 14px;
}

#media-after-banner {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}
#media-after-banner .media-after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}
#media-after-banner .media-after-banner-box h2 {
  color: #00358E;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 10px;
}
#media-after-banner .media-after-banner-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

#contact-us-after-banner {
  background-color: #FFFFFF;
  padding-bottom: 65px;
}
#contact-us-after-banner .contact-us-after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}
#contact-us-after-banner .contact-us-after-banner-box h2 {
  color: #00358E;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 10px;
}
#contact-us-after-banner .contact-us-after-banner-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0em;
}

.contact-form-container .form-group p {
  margin-bottom: 10px;
}
.contact-form-container .form-group input,
.contact-form-container .form-group textarea {
  padding: 10px 15px;
  background: #F1F1F1;
  border: none;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
}
.contact-form-container .form-group .wpcf7-submit {
  background-color: #00358E;
  color: #fff;
}
.contact-form-container .contact-form-left-content {
  padding: 0 40px 0 50px;
}
.contact-form-container .contact-form-left-content h2 {
  font-size: 27px;
}
.contact-form-container .contact-form-left-content p {
  font-size: 19px;
  margin-top: 25px;
  display: block;
}
.contact-form-container .contact-form-left-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-form-container .contact-form-left-content hr {
  background-color: #000;
  height: 2px;
  margin-bottom: 15px;
}
.contact-form-container .contact-form-left-content li {
  font-size: 17px;
  font-weight: 500;
}

#timeline {
  padding: 3em 0;
}
#timeline .timeline-container p {
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
#timeline .timeline-container section {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
  width: 100%;
}
#timeline .timeline-container .section-title {
  /* position: sticky; */
  font-size: 20px;
  font-weight: bold;
  color: #00358E;
  top: 20px;
  text-align: right;
  line-height: 32px;
  margin-top: 0;
}
#timeline .timeline-container .section-content {
  display: flex;
  flex-direction: column;
}
#timeline .timeline-container article {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
#timeline .timeline-container aside {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#timeline .timeline-container main {
  padding-bottom: 2rem;
  width: 100%;
}
#timeline .timeline-container .dot {
  --size: 1.8rem;
  width: var(--size);
  height: var(--size);
  margin: calc((1rem - var(--size)) / 2);
  border-radius: 50%;
  background-color: #00358E;
  flex-grow: 0;
  border: 3px solid #ffffff;
  outline: 2px solid #009FDE;
}
#timeline .timeline-container .line {
  flex-grow: 1;
  margin: 8px 0;
  width: 3px;
  background-color: #009FDE;
}
#timeline .section-heading {
  font-size: 40px;
  padding-top: 80px;
  padding-bottom: 1em;
  font-weight: bold;
}
#timeline .timeline-wrapper {
  background: #fff;
}

#timeline-after-banner {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}
#timeline-after-banner .timeline-after-banner-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 60px 80px 60px 80px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}
#timeline-after-banner .timeline-after-banner-box h2 {
  color: #00358E;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 10px;
}
#timeline-after-banner .timeline-after-banner-box p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
  padding-left: 1em;
}

.get-a-quote-contact-info li {
  margin-bottom: 10px;
}
.get-a-quote-contact-info a {
  color: #000;
  text-decoration: none;
}
.get-a-quote-contact-info a i {
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
  background: #000;
  border-radius: 19px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.get-a-quote-checklist i {
  color: #00358E;
  font-size: 24px;
  margin-right: 10px;
}

/* ---- grid ---- */
.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  height: 120px;
  float: left;
  background: #D26;
  border: 2px solid #333;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.grid-item--width2 {
  width: 40%;
}

.grid-item--width3 {
  width: 60%;
}

.grid-item--height2 {
  height: 200px;
}

.grid-item--height3 {
  height: 260px;
}

.grid-item--height4 {
  height: 360px;
}

#blog-main-wrapper {
  background: #F6F6F6;
  padding-bottom: 5em;
}

.single-blog-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.single-blog-wrapper.first-blog {
  height: 450px;
}
.single-blog-wrapper.second-blog, .single-blog-wrapper.third-blog, .single-blog-wrapper.eigth-blog, .single-blog-wrapper.nineth-blog {
  height: 155px;
}
.single-blog-wrapper.fourth-blog, .single-blog-wrapper.fifth-blog {
  height: 230px;
}
.single-blog-wrapper.sixth-blog, .single-blog-wrapper.seventh-blog {
  height: 205px;
}
.single-blog-wrapper.tenth-blog {
  height: 375px;
}
.single-blog-wrapper h2 {
  padding: 15px 15px;
  color: #fff;
  font-size: 20px;
}
.single-blog-wrapper h2 a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s all;
}
.single-blog-wrapper h2 a:hover {
  opacity: 0.8;
}

.main-post-content {
  padding: 3em 0;
}

#sets-apart {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.swiper-testimonial {
  overflow: hidden;
  position: relative;
}
.swiper-testimonial .swiper-button-next svg, .swiper-testimonial .swiper-button-prev svg {
  display: none;
}
.swiper-testimonial .swiper-button-prev {
  right: 135px;
  left: auto;
  top: auto;
  bottom: 30%;
  color: grey;
}
.swiper-testimonial .swiper-button-next {
  right: 90px;
  top: auto;
  bottom: 30%;
  color: grey;
}

.widget.widget_nav_menu {
  padding: 0;
  list-style: none;
}
.widget.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-title {
  font-size: 20px;
  margin-top: 10px;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-style: normal;
}

/*Transaction Category - Start*/
#transactions-category-after-banner .container {
	max-width: 1440px;
}
#transactions-category-after-banner {
    background-color: #FFFFFF;
    padding-bottom: 40px;
}
#transactions-category-after-banner .transactions-category-after-banner-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 60px 120px 60px 120px;
    margin-top: -60px;
    z-index: 99;
    position: relative;
}
#transactions-category-after-banner .transactions-category-after-banner-box h2 {
    color: #00358E;
    font-size: 21px;
    margin-bottom: 10px;
    font-family: "TradeGothic LT Extended";
    font-weight: bold;
    font-style: normal;
}
#transactions-category-after-banner .transactions-category-after-banner-box p {
    font-size: 18px;
    font-weight: 500;
}
#transactions-category-after-banner .transactions-category-after-banner-box button {
    color: #00000082;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0em;
    padding: 6px 22px;
    font-family: "TradeGothic LT Extended";
    border-color: #00000052;
	background: transparent;
    text-shadow: 1px 1px #00000024;
    box-shadow: 0px .4px #0000009c;
    margin: 0px 6px;
}
#transactions-highlights {
    background-color: #FFFFFF;
}
#transactions-category-after-banner hr {
	background-color: #646464;
    border: 0;
    height: 2px;
    margin-bottom: 1.5em;
}

#transactions-category-view-property .container {
	max-width: 1440px;
}
#transactions-category-view-property {
	min-height: 600px;
}
/*Transaction Category - End*/

/* Custom */
.property-highlight-card .property-details p{
	padding-left: 0;
}

#team{
	padding-bottom: 5em;
}

#footer-form .wpcf7-submit {
  width: 100%;
  border-radius: 0px;
  background: #00358e;
  border: none;
  color: #fff;
  padding: 10px 0;
}

#footer-form p{
	margin: 0;
}


.property-highlight-card img {
  	min-height: 162px;
    object-fit: cover;
}

.property-highlight-card .property-infos{
	min-height: 80px;
}


@media (max-width: 1024px) {
	#timeline-after-banner .timeline-after-banner-box{
		padding: 60px 35px 60px 35px;
	}
	
	.timeline-container section:nth-child(2) .section-title{
		padding-left: 281px !important;
	}
	
	.timeline-container section:nth-child(3) .section-title{
	    padding-left: 112px !important;
	}
	
	#core-capabilities .core-capabilities-section-list p{
		padding-right: 5px;
    	padding-left: 5px;
	}
	
	#sets-apart .sets-apart-column{
		height: auto;
		padding: 55px 30px 0px 40px;
	}
	
	#sets-apart .sets-apart-column .sets-apart-left-border{
		padding-left: 20px;
	}
	
	.single-blog-wrapper h2{
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.services-wrapper{
		padding: 40px 30px;
	}
	
	#deal-highlights .deal-left-content .deal-cards-container .deal-card img{
		width: 100%;
	}
	
	#deal-highlights .project-highlights .nav-tabs button{
		padding: 0 20px;
	}
	
	#property-listings .get-a-quote{
		padding: 85px 40px;
	}
	
	.get-a-quote .get-quote-form{
		padding-top: 2em;
	}
	
	.team-info{
		padding: 25px 0;
	}
	
	.timeline-container section:nth-child(2) .section-title{
		padding-left: 222px !important;
	}
	
	.timeline-container section:nth-child(3) .section-title {
        padding-left: 82px !important;
    }
	
	#timeline-after-banner .timeline-after-banner-box {
        padding: 60px 20px 60px 20px;
    }
	
	#core-capabilities .core-capabilities-section-list{
		flex-wrap: wrap;
	}
	
	#core-capabilities .core-capabilities-section-list p{
		width: 33.33%;
	}
	
	#core-capabilities .core-capabilities-section-list p:nth-child(3){
		border: none;
	}
	
	.contact-form-container .contact-form-left-content{
		padding: 0 15px;
    	margin-bottom: 2em;
	}
}

@media (max-width: 575px) {
	#deal-highlights .property-highlights-content .swiper-slide .col-lg-4{
		width: 100%;
	}
	
	#deal-highlights .project-highlights{
		margin-bottom: 4em;
	}
	
	#timeline .timeline-container .section-title{
		font-size: 15px;
	}
	
	#timeline-after-banner .timeline-after-banner-box p{
		width: 175px;
	}
	
	#timeline .timeline-container article{
		gap: 10px;
	}
	
	.timeline-container section:nth-child(2) .section-title {
        padding-left: 34px !important;
    }
	
	.timeline-container section:nth-child(3) .section-title {
        padding-left: 39px !important;
    }
	
	#single-services-after-banner .single-after-banner-box{
		padding: 60px 30px 60px 30px;
	}
	
	#core-capabilities .core-capabilities-section-list p {
        width: 50%;
    }
	
	#core-capabilities .core-capabilities-section-list p:nth-child(3){
		border-right: 1px solid #0DB2F0;
	}
	
	#core-capabilities .core-capabilities-section-list p:nth-child(2){
		border: none;
	}
	
	#core-capabilities .core-capabilities-section-list p:nth-child(4){
		border: none;
	}
	
	#property-listings-after-banner .property-listings-after-banner-box{
		padding: 60px 30px 60px 30px;
	}
	
	.case-studies-properties .deal-left-content .deal-cards-container{
		height: 450px;
		margin-bottom: 2em;
	}
	
	#case-studies-after-banner .case-studies-after-banner-box{
		padding: 60px 30px 60px 30px;
	}
	
	.case-studies-properties .right-case-study-content .right-content{
		padding: 0;
    	margin-top: 1em;
	}
	
	#media-after-banner .media-after-banner-box{
		padding: 60px 30px 60px 30px;
	}
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  float: right;
}

.menu-toggle .hamburger {
  width: 100%;
  height: 3px;
  background-color: #333;
}



@media (max-width: 768px) {
	
  .main-navigation {
	  display: flex;
   }
  .menu-toggle {
    display: flex;
  }
  .main-navigation {
    display: none;
    flex-direction: column;
	
	position: absolute;
    z-index: 9999;
    right: 0;
    top: 75px;
    background: #009FDE;
  }
	
	.main-navigation ul{
		width: 100%;
	}
  .main-navigation.active {
    display: flex;
  }
	
	header{
		padding: 25px;
		position: relative;
	}
	
	.main-navigation li{
		display: block;
		border-bottom: 1px solid #fff;
	}
	
	.menu-menu-1-container{
		text-align: center;
/* 		padding: 15px 0; */
	}
	
	.main-navigation li a{
		padding: 20px 15px;
		color: #ffffff;
	}
	.main-navigation ul ul{
		display: none;
	}
}

