@font-face {
  font-family: 'FuturaBkBT';
  src: url('../fonts/futura_bk_bt/futurabookbt-webfont.woff2') format('woff2'),
    url('../fonts/futura_bk_bt/futurabookbt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Reset CSS */
html,
body,
div,
h1,
h2,
h3,
p,
ul,
li,
a {
  font-family: "FuturaBkBT", "sans-serif";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: "FuturaBkBT", "sans-serif";
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

.fl_main_wrap .container {
  width: 100% !important;
  max-width: 1340px !important;
}

/* ============== */
/* fl_site_header */
/* ============== */
.fl_site_header {
  border: none;
  background: #004781;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1045;
}

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

.fl_site_logo img {
  width: 100%;
  max-width: 140px;
  margin: 15px 0px;
}

.fl_site_menu {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.fl_site_menu a {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 10px 0px;
  margin: 10px 0px;
}

.fl_site_menu .dropdown {
  margin-right: 30px;
}

.fl_site_menu .dropdown .dropdown-item:after {
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 100%;
  width: 15px;
  margin-left: 7px;
  background-position: 50%;
  background-size: 11px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");
  background-repeat: no-repeat;
  content: "" !important;
  transition: all .2s;
}

.fl_site_menu .dropdown .dropdown-item[aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


/* ============ */
/* fl_site_slider */
/* ============ */
.fl_site_slider .carousel-inner .item img {
  width: 100%;
  filter: brightness(0.7);
  min-height: 420px;
  max-height: 480px;
  object-fit: cover;
  object-position: center;
}

.fl_site_slider .carousel-inner .item .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.fl_site_slider h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  text-transform: none;
}

.fl_site_slider .carousel-indicators li.active,
.fl_site_slider .carousel-indicators li {
  width: 52px;
  height: 6px;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.fl_site_slider .carousel-indicators li.active {
  background-color: #004781;
  border-color: #004781;
}


/* ============ */
/* fl_site_body */
/* ============ */
.fl_site_body {
  padding-top: 78px;
}

.fl_site_section {
  padding: 60px 0px;
}

.fl_site_section h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 40px;
  color: #004781;
}

.buysellrent_card {
  background-color: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0px;
}

.buysellrent_card img {
  width: 100%;
}

.buysellrent_card_content {
  padding: 20px;
}

.buysellrent_card_content h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  color: #004781;
}

.buysellrent_card_content p {
  font-size: 16px;
  line-height: 1.3;
}

.BuySell-Link {
  margin: 10px auto;
  background-color: #ffdb58;
  border-color: #ffdb58;
  color: #004781;
  transition: all 0.4s ease-in-out;
}

.BuySell-Link:hover {
  background-color: #004781;
  border-color: #004781;
  color: #ffffff;
}

/* ============== */
/* fl_site_footer */
/* ============== */
.fl_site_footer {
  background-color: #004781;
  padding: 40px 0px 0px;
}

.fl_site_footer [class^="col-"] {
  margin: 20px 0px;
}

.fl_footer_links {
  display: flex;
  flex-flow: column;
}

.fl_footer_links a {
  font-size: 20px;
  color: #fff;
  outline: none;
  text-decoration: none;
  padding: 15px 0px;
}

.fl_footer_bottom {
  background-color: #005aa3;
  padding: 10px 0px;
}

.fl_footer_bottom p {
  font-size: 16px;
  color: #fff;
  padding: 15px 0px;
}


/* Privacy */
.CmsPage-Heading {
  margin: 50px 0px;
  font-size: 25px;
  font-weight: 700;
}

.CmsPage-Content {
  margin-bottom: 50px;
}

.privacy-policy h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 22px 0px;
}

.privacy-policy p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  color: #000;
  margin: 22px 0px;
}

.cms-content ol,
.cms-content ul {
  margin-left: 20px;

}

.cms-content ul li {
  list-style-type: none;
  list-style-position: inside;
  -webkit-margin-after: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
}

.Table-Wrapper {
  max-width: 100%;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  -webkit-margin-after: 14px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

table thead th {
  background-color: #f3f3f2;
  border-radius: 2px;
}

table td,
table th {
  padding: 10px;
  min-width: 120px;
}

table tbody tr:not(:last-child) {
  -webkit-border-after: 1px solid rgba(10, 9, 3, .16);
  border-bottom: 1px solid rgba(10, 9, 3, .16);
}