body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Cairo', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Cairo', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-5 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #d75959 !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #d75959 !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ebabab !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d75959;
  border-color: #d75959;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d75959;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffdfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cairo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 3.2rem;
}
blockquote {
  border-color: #d75959;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d75959;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d75959;
  border-bottom-color: #d75959;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d75959 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c71d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d75959' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rVs6AFAdxl .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs6AFAdxl .dropdown-item:hover,
.cid-rVs6AFAdxl .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs6AFAdxl .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs6AFAdxl .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs6AFAdxl .nav-link {
  position: relative;
}
.cid-rVs6AFAdxl .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs6AFAdxl .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs6AFAdxl .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs6AFAdxl .dropdown-menu,
.cid-rVs6AFAdxl .navbar.opened {
  background: #102f62 !important;
}
.cid-rVs6AFAdxl .nav-item:focus,
.cid-rVs6AFAdxl .nav-link:focus {
  outline: none;
}
.cid-rVs6AFAdxl .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs6AFAdxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs6AFAdxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs6AFAdxl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #102f62;
}
.cid-rVs6AFAdxl .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs6AFAdxl .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs6AFAdxl .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs6AFAdxl .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs6AFAdxl .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs6AFAdxl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs6AFAdxl .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs6AFAdxl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVs6AFAdxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs6AFAdxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs6AFAdxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs6AFAdxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs6AFAdxl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs6AFAdxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs6AFAdxl .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs6AFAdxl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs6AFAdxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs6AFAdxl .navbar.navbar-short {
  background: #102f62 !important;
  min-height: 60px;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs6AFAdxl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs6AFAdxl .dropdown-item.active,
.cid-rVs6AFAdxl .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs6AFAdxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs6AFAdxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs6AFAdxl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs6AFAdxl .navbar-buttons {
  text-align: center;
}
.cid-rVs6AFAdxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #102f62;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl .navbar-dropdown {
  position: fixed;
}
.cid-rVs6AFAdxl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs6AFAdxl .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs6AFAdxl .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs6AFAdxl .navbar {
    height: 77px;
  }
  .cid-rVs6AFAdxl .navbar.opened {
    height: auto;
  }
  .cid-rVs6AFAdxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVs6BwK6TX {
  padding-top: 300px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/real-estate-agent-business-india-1000x667.jpg");
}
.cid-rVs6BwK6TX .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rVs6BwK6TX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uqNDfeMwZK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #102f62;
}
.cid-uqNDfeMwZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNDfeMwZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNDfeMwZK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNDfeMwZK .container-fluid {
    padding: 0 25px;
  }
}
.cid-uqNDfeMwZK .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uqNDfeMwZK .container {
    padding: 0 25px;
  }
}
.cid-uqNDfeMwZK .row {
  border: 1px solid #5ca7db;
}
.cid-uqNDfeMwZK .card {
  padding: 0;
}
.cid-uqNDfeMwZK .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uqNDfeMwZK .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-uqNDfeMwZK .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-uqNDfeMwZK .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #5ca7db;
}
@media (max-width: 992px) {
  .cid-uqNDfeMwZK .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-uqNDfeMwZK .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uqNDfeMwZK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uqNDfeMwZK .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uqNDfeMwZK .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-uqNDfeMwZK .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-uqNDfeMwZK .mbr-section-title {
  color: #ffffff;
}
.cid-uqNDfeMwZK .mbr-text {
  color: #ffffff;
}
.cid-uqNDfeMwZK .mbr-desc {
  color: #ffffff;
}
.cid-uqNDuxTHSj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #102f62;
}
.cid-uqNDuxTHSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNDuxTHSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNDuxTHSj .container-small,
.cid-uqNDuxTHSj .container-fluid {
  padding: 0 !important;
}
.cid-uqNDuxTHSj .container-small {
  max-width: 1440px;
}
.cid-uqNDuxTHSj .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #5ca7db;
}
@media (max-width: 991px) {
  .cid-uqNDuxTHSj .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uqNDuxTHSj .text-box {
    padding: 50px 10px;
  }
}
.cid-uqNDuxTHSj .mbr-section-title {
  color: #ffffff;
}
.cid-uqNDuxTHSj .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uqNDuxTHSj .mbr-text {
  margin-top: 44px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqNDuxTHSj .mbr-text {
    margin-top: 20px;
  }
}
.cid-uqNDuxTHSj .mbr-text a {
  text-decoration: underline;
}
.cid-uqNDuxTHSj .mbr-section-btn {
  margin-top: 34px;
}
.cid-uqNE5RQbb4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5ca7db;
}
.cid-uqNE5RQbb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNE5RQbb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqNE5RQbb4 .container {
    padding: 0 30px;
  }
}
.cid-uqNE5RQbb4 .row {
  position: relative;
}
.cid-uqNE5RQbb4 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uqNE5RQbb4 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uqNE5RQbb4 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #102f62;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uqNE5RQbb4 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uqNE5RQbb4 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqNE5RQbb4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqNE5RQbb4 .mbr-text {
  color: #ffffff;
}
.cid-uqNE5RQbb4 .mbr-link,
.cid-uqNE5RQbb4 .mbr-iconfont {
  color: #212529;
}
.cid-uqNE5RQbb4 .mbr-section-title {
  color: #ffffff;
}
.cid-uqNDWjzpDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #102f62;
}
.cid-uqNDWjzpDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNDWjzpDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqNDWjzpDd .container {
    padding: 0 30px;
  }
}
.cid-uqNDWjzpDd .row {
  justify-content: center;
}
.cid-uqNDWjzpDd .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqNDWjzpDd .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uqNDWjzpDd .title-wrapper {
    margin: 0;
  }
}
.cid-uqNDWjzpDd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uqNDWjzpDd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqNDWjzpDd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uqNDWjzpDd .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uqNDWjzpDd .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uqNDWjzpDd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqNDWjzpDd .mbr-text {
  color: #ffffff;
}
.cid-uqNDWjzpDd .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uqOplUAOM2 {
  background-image: url("../../../assets/images/0x0.webp");
}
.cid-uqOplUAOM2 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-uqOplUAOM2 .block {
    height: 352px;
  }
}
.cid-uqOplUAOM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOplUAOM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNEWLsmqG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5ca7db;
}
.cid-uqNEWLsmqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNEWLsmqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNEWLsmqG .row {
  justify-content: center;
}
.cid-uqNEWLsmqG .title-wrapper {
  padding: 71px;
  background-color: #102f62;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uqNEWLsmqG .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uqNEWLsmqG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uqNEWLsmqG .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uqNEWLsmqG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqNEWLsmqG .mbr-text {
  color: #747474;
}
.cid-uqNEWLsmqG .mbr-text,
.cid-uqNEWLsmqG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urt3UCyviJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #102f62;
}
.cid-urt3UCyviJ .mbr-text {
  color: #ffffff;
}
.cid-urt3UCyviJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urt48te1Hr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urt48te1Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-urt48te1Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urt48te1Hr .content-wrapper {
  background: #102f62;
}
@media (max-width: 991px) {
  .cid-urt48te1Hr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-urt48te1Hr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urt48te1Hr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urt48te1Hr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urt48te1Hr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urt48te1Hr .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-urt48te1Hr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urt48te1Hr .card-title {
  color: #ffffff;
}
.cid-urt48te1Hr .mbr-text,
.cid-urt48te1Hr .mbr-section-btn {
  color: #ffffff;
}
.cid-urtbH6lqmW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-urtbH6lqmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtbH6lqmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtbH6lqmW .media-container-row {
  justify-content: space-between;
}
.cid-urtbH6lqmW .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-urtbH6lqmW .text-content {
    max-width: none;
  }
}
.cid-urtbH6lqmW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urtbH6lqmW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-urtbH6lqmW .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-urtbH6lqmW .icons {
    justify-content: center !important;
  }
  .cid-urtbH6lqmW .text-content * {
    text-align: center;
  }
}
.cid-urt8gvpDvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-urt8gvpDvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urt8gvpDvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urt8gvpDvg .google-map {
  height: 30rem;
  position: relative;
}
.cid-urt8gvpDvg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urt8gvpDvg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urt8gvpDvg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urt8gvpDvg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urt1xRcsHK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-urt1xRcsHK .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-urt1xRcsHK .copyright {
    margin-bottom: 1rem;
  }
}
.cid-urt1xRcsHK p {
  color: #ffffff;
}
.cid-rVs6AFAdxl .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs6AFAdxl .dropdown-item:hover,
.cid-rVs6AFAdxl .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs6AFAdxl .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs6AFAdxl .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs6AFAdxl .nav-link {
  position: relative;
}
.cid-rVs6AFAdxl .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs6AFAdxl .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs6AFAdxl .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs6AFAdxl .dropdown-menu,
.cid-rVs6AFAdxl .navbar.opened {
  background: #102f62 !important;
}
.cid-rVs6AFAdxl .nav-item:focus,
.cid-rVs6AFAdxl .nav-link:focus {
  outline: none;
}
.cid-rVs6AFAdxl .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs6AFAdxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs6AFAdxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs6AFAdxl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #102f62;
}
.cid-rVs6AFAdxl .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs6AFAdxl .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs6AFAdxl .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs6AFAdxl .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs6AFAdxl .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs6AFAdxl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs6AFAdxl .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs6AFAdxl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVs6AFAdxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs6AFAdxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs6AFAdxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs6AFAdxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs6AFAdxl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs6AFAdxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs6AFAdxl .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs6AFAdxl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs6AFAdxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs6AFAdxl .navbar.navbar-short {
  background: #102f62 !important;
  min-height: 60px;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs6AFAdxl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs6AFAdxl .dropdown-item.active,
.cid-rVs6AFAdxl .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs6AFAdxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs6AFAdxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs6AFAdxl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs6AFAdxl .navbar-buttons {
  text-align: center;
}
.cid-rVs6AFAdxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #102f62;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl .navbar-dropdown {
  position: fixed;
}
.cid-rVs6AFAdxl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs6AFAdxl .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs6AFAdxl .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs6AFAdxl .navbar {
    height: 77px;
  }
  .cid-rVs6AFAdxl .navbar.opened {
    height: auto;
  }
  .cid-rVs6AFAdxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqOHid6pNq {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/estate-agent-in-gillingham-1024x576.jpg");
}
.cid-uqOHid6pNq .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-uqOHid6pNq .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-uqOHid6pNq .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uqOHid6pNq .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-uqOHid6pNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOHid6pNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOHid6pNq .mbr-section-title,
.cid-uqOHid6pNq .mbr-section-btn {
  text-align: center;
}
.cid-uqOJ92yrKx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5ca7db;
}
.cid-uqOJ92yrKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOJ92yrKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOJ92yrKx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urtbrV4K2c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-urtbrV4K2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtbrV4K2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtbrV4K2c .media-container-row {
  justify-content: space-between;
}
.cid-urtbrV4K2c .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-urtbrV4K2c .text-content {
    max-width: none;
  }
}
.cid-urtbrV4K2c .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urtbrV4K2c .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-urtbrV4K2c .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-urtbrV4K2c .icons {
    justify-content: center !important;
  }
  .cid-urtbrV4K2c .text-content * {
    text-align: center;
  }
}
.cid-urtbsofXS2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-urtbsofXS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtbsofXS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtbsofXS2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-urtbsofXS2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urtbsofXS2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urtbsofXS2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urtbsofXS2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urt1xRcsHK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-urt1xRcsHK .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-urt1xRcsHK .copyright {
    margin-bottom: 1rem;
  }
}
.cid-urt1xRcsHK p {
  color: #ffffff;
}
.cid-urtc24UhFY .dropdown-menu {
  padding: 12px 0;
}
.cid-urtc24UhFY .dropdown-item:hover,
.cid-urtc24UhFY .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-urtc24UhFY .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-urtc24UhFY .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-urtc24UhFY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urtc24UhFY .nav-link {
  position: relative;
}
.cid-urtc24UhFY .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-urtc24UhFY .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urtc24UhFY .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-urtc24UhFY .dropdown-menu,
.cid-urtc24UhFY .navbar.opened {
  background: #102f62 !important;
}
.cid-urtc24UhFY .nav-item:focus,
.cid-urtc24UhFY .nav-link:focus {
  outline: none;
}
.cid-urtc24UhFY .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-urtc24UhFY .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-urtc24UhFY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urtc24UhFY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urtc24UhFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-urtc24UhFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urtc24UhFY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urtc24UhFY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urtc24UhFY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #102f62;
}
.cid-urtc24UhFY .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-urtc24UhFY .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-urtc24UhFY .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-urtc24UhFY .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-urtc24UhFY .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-urtc24UhFY .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-urtc24UhFY .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-urtc24UhFY .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-urtc24UhFY .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-urtc24UhFY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-urtc24UhFY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urtc24UhFY .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-urtc24UhFY .navbar.collapsed.opened {
  position: fixed;
}
.cid-urtc24UhFY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-urtc24UhFY .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urtc24UhFY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-urtc24UhFY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urtc24UhFY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urtc24UhFY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urtc24UhFY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urtc24UhFY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urtc24UhFY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urtc24UhFY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urtc24UhFY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urtc24UhFY .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-urtc24UhFY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urtc24UhFY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urtc24UhFY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-urtc24UhFY .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-urtc24UhFY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-urtc24UhFY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urtc24UhFY .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urtc24UhFY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-urtc24UhFY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urtc24UhFY .navbar.navbar-short {
  background: #102f62 !important;
  min-height: 60px;
}
.cid-urtc24UhFY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urtc24UhFY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urtc24UhFY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urtc24UhFY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urtc24UhFY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urtc24UhFY .dropdown-item.active,
.cid-urtc24UhFY .dropdown-item:active {
  background-color: transparent;
}
.cid-urtc24UhFY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urtc24UhFY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urtc24UhFY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urtc24UhFY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-urtc24UhFY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urtc24UhFY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urtc24UhFY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urtc24UhFY .navbar-buttons {
  text-align: center;
}
.cid-urtc24UhFY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urtc24UhFY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #102f62;
}
.cid-urtc24UhFY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urtc24UhFY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urtc24UhFY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urtc24UhFY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urtc24UhFY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urtc24UhFY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urtc24UhFY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urtc24UhFY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urtc24UhFY .navbar-dropdown {
  position: fixed;
}
.cid-urtc24UhFY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urtc24UhFY .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-urtc24UhFY .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-urtc24UhFY .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urtc24UhFY .navbar {
    height: 77px;
  }
  .cid-urtc24UhFY .navbar.opened {
    height: auto;
  }
  .cid-urtc24UhFY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urtc25fXcL {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cti-realestate-1000x1000.jpg");
}
.cid-urtc25fXcL .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-urtc25fXcL .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-urtc25fXcL .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-urtc25fXcL .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-urtc25fXcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc25fXcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc25fXcL .mbr-section-title,
.cid-urtc25fXcL .mbr-section-btn {
  text-align: center;
}
.cid-urtc25xzLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5ca7db;
}
.cid-urtc25xzLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc25xzLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc25xzLY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urtc25P0Ji {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-urtc25P0Ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc25P0Ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc25P0Ji .media-container-row {
  justify-content: space-between;
}
.cid-urtc25P0Ji .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-urtc25P0Ji .text-content {
    max-width: none;
  }
}
.cid-urtc25P0Ji .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urtc25P0Ji .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-urtc25P0Ji .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-urtc25P0Ji .icons {
    justify-content: center !important;
  }
  .cid-urtc25P0Ji .text-content * {
    text-align: center;
  }
}
.cid-urtc26cOlJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-urtc26cOlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc26cOlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc26cOlJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-urtc26cOlJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urtc26cOlJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urtc26cOlJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urtc26cOlJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urtc26spqJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-urtc26spqJ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-urtc26spqJ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-urtc26spqJ p {
  color: #ffffff;
}
.cid-urtc2v38cv .dropdown-menu {
  padding: 12px 0;
}
.cid-urtc2v38cv .dropdown-item:hover,
.cid-urtc2v38cv .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-urtc2v38cv .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-urtc2v38cv .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-urtc2v38cv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urtc2v38cv .nav-link {
  position: relative;
}
.cid-urtc2v38cv .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-urtc2v38cv .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urtc2v38cv .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-urtc2v38cv .dropdown-menu,
.cid-urtc2v38cv .navbar.opened {
  background: #102f62 !important;
}
.cid-urtc2v38cv .nav-item:focus,
.cid-urtc2v38cv .nav-link:focus {
  outline: none;
}
.cid-urtc2v38cv .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-urtc2v38cv .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-urtc2v38cv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urtc2v38cv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urtc2v38cv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-urtc2v38cv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urtc2v38cv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urtc2v38cv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urtc2v38cv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #102f62;
}
.cid-urtc2v38cv .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-urtc2v38cv .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-urtc2v38cv .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-urtc2v38cv .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-urtc2v38cv .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-urtc2v38cv .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-urtc2v38cv .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-urtc2v38cv .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-urtc2v38cv .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-urtc2v38cv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-urtc2v38cv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urtc2v38cv .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-urtc2v38cv .navbar.collapsed.opened {
  position: fixed;
}
.cid-urtc2v38cv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-urtc2v38cv .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urtc2v38cv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-urtc2v38cv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urtc2v38cv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urtc2v38cv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urtc2v38cv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urtc2v38cv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urtc2v38cv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urtc2v38cv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urtc2v38cv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urtc2v38cv .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-urtc2v38cv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urtc2v38cv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urtc2v38cv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-urtc2v38cv .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-urtc2v38cv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-urtc2v38cv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urtc2v38cv .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urtc2v38cv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-urtc2v38cv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urtc2v38cv .navbar.navbar-short {
  background: #102f62 !important;
  min-height: 60px;
}
.cid-urtc2v38cv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urtc2v38cv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urtc2v38cv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urtc2v38cv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urtc2v38cv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urtc2v38cv .dropdown-item.active,
.cid-urtc2v38cv .dropdown-item:active {
  background-color: transparent;
}
.cid-urtc2v38cv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urtc2v38cv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urtc2v38cv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urtc2v38cv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-urtc2v38cv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urtc2v38cv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urtc2v38cv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urtc2v38cv .navbar-buttons {
  text-align: center;
}
.cid-urtc2v38cv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urtc2v38cv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #102f62;
}
.cid-urtc2v38cv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urtc2v38cv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urtc2v38cv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urtc2v38cv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urtc2v38cv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urtc2v38cv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urtc2v38cv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urtc2v38cv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urtc2v38cv .navbar-dropdown {
  position: fixed;
}
.cid-urtc2v38cv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urtc2v38cv .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-urtc2v38cv .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-urtc2v38cv .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urtc2v38cv .navbar {
    height: 77px;
  }
  .cid-urtc2v38cv .navbar.opened {
    height: auto;
  }
  .cid-urtc2v38cv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urtc2vohWP {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/2561.webp");
}
.cid-urtc2vohWP .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-urtc2vohWP .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-urtc2vohWP .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-urtc2vohWP .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-urtc2vohWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc2vohWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc2vohWP .mbr-section-title,
.cid-urtc2vohWP .mbr-section-btn {
  text-align: center;
}
.cid-urtc2vBdX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5ca7db;
}
.cid-urtc2vBdX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc2vBdX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc2vBdX0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urtc2vTDiF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-urtc2vTDiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc2vTDiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc2vTDiF .media-container-row {
  justify-content: space-between;
}
.cid-urtc2vTDiF .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-urtc2vTDiF .text-content {
    max-width: none;
  }
}
.cid-urtc2vTDiF .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urtc2vTDiF .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-urtc2vTDiF .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-urtc2vTDiF .icons {
    justify-content: center !important;
  }
  .cid-urtc2vTDiF .text-content * {
    text-align: center;
  }
}
.cid-urtc2wf1pH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-urtc2wf1pH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtc2wf1pH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtc2wf1pH .google-map {
  height: 30rem;
  position: relative;
}
.cid-urtc2wf1pH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urtc2wf1pH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urtc2wf1pH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urtc2wf1pH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urtc2wuUhS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-urtc2wuUhS .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-urtc2wuUhS .copyright {
    margin-bottom: 1rem;
  }
}
.cid-urtc2wuUhS p {
  color: #ffffff;
}
