body {
    background: #fff;
    color: #fff;
    font-family: 'Raleway';
    font-size: 18px;
}
h1, h2, h3, h4, h5 {
    font-family: 'system-ui';
    font-weight: 900;
    text-transform: uppercase;
}
h1 {
    color:#fff;
}
h2, .card-title {
    margin-bottom: 1.5rem;
}
.navbar {
    background-color: #fff;
    border-bottom: solid 5px #f5bf33;
}
.navbar-brand img:hover {
    opacity: 0.5;
}
li a, .btn, img {
    transition: 0.3s;
}
.navbar-nav li {
    margin: 10px;
}
.navbar-nav .dropdown li {
    margin: 0;
}
.navbar-nav li a {
    color: #19357d;
    font-weight: 600;
}
.navbar-nav li .active,.navbar-nav li a:hover,.navbar-nav li a:focus{
    color: #f5bf33;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}
.navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.container-fluid {
    padding: 0;
}
.welcome {
    background-color: #19357d;
    padding: 1.5rem;
}
.welcome-inner {
    /*height: 30rem;*/
    min-height: 5rem;
}
.welcome-img img {
    height: 30rem;
    width: auto;
    float: right;
    }
/* Custom positioning for mobile screens */
@media (max-width: 576px) {
    .welcome-img {
    position: absolute;
    top: 0;
    right: 0;
    }

    .col-lg-6 {
    position: relative; /* This allows the image to be positioned within the text block */
    }

    .welcome-img img {
    height: 6rem;
    width: auto;
    }
}
/* Keep the grid layout intact for larger screens */
@media (min-width: 577px) {
    .welcome-img {
    position: static; /* Reset positioning for larger screens */
    }
}
.landlords {
    background-color: #45bccd;
    padding: 1.5rem;
}
.landlords-inner {
    background-image: url("../images/House2.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
   /* padding: 4rem 0 4rem 0;*/
    height: 30rem;
}
.tenants-inner {
    background-image: url("../images/House3.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
   /* padding: 4rem 0 4rem 0;*/
    height: 30rem;
}
.contact-us {
    background-image: url("../images/contact-us.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
.grid>div {
    display: grid;
}
.main {
    color: #19357d;
    text-align:center;
    padding: 3rem;
    border-top: solid 5px #ddd;
}
.main-2 h2{
    color: #f5bf33;
}
.main-2 {
    background-color: #19357d;
    color:#fff;
    text-align: center;
    padding: 1.5rem;
    border-top: solid 5px #ddd;
}
.main-3 {
    background-color: #f5bf33;
    color: #19357d;
    text-align: center;
    padding: 1.5rem;
    border-top: solid 5px #ddd;
}

.main-4 {
    background-color: #45bccd;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    border-top: solid 5px #ddd;
}

.main-inner {
    margin: auto;
}
.form-label {
    font-size: 16px;
}
.btn {
    color: #fff;
    border-radius: 0.5em;
    border-width: 2px;
    border-color: transparent;
    padding: 0.2rem 0.75rem;
}
.btn:hover {
    color: #fff;
    border-color: transparent;
}

.btn-primary {
    background-color: #f5bf33;
    text-transform: uppercase;
    color:#19357d;
    font-weight: 900;
    border-radius: 2rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #45bccd;
    color:#19357d;
    box-shadow: none;
}
.btn-secondary {
    background-color: #f5bf33;
    text-transform: uppercase;
    color:#19357d;
    font-weight: 900;
    border-radius: 2rem;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus {
    background-color: #19357d;
    color:#45bccd;
    box-shadow: none;
}
.btn-tertiary {
    background-color: #19357d;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 2rem;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active:focus {
    background-color: #45bccd;
    box-shadow: none;
}
.btn-quaternary {
    background-color: #45bccd;
}
.btn-quaternary:hover, .btn-quaternary:focus, .btn-quaternary:active:focus {
    background-color: #19357d;
    box-shadow: none;
}
.buttons a {
    margin: 0.5em;
}
.breadcrumb {
	width: fit-content;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0;
	background-color: transparent;
	line-height: 2.5;
	font-size: 16px;
}
.breadcrumb li {
    margin-left: 5px;
    margin-right: 5px;
}
.breadcrumb a {
	color:#fff;
}
.breadcrumb .active, .breadcrumb a:hover {
	color:#19357d;
}
.breadcrumb [class^="bi-"]::before, .breadcrumb [class*=" bi-"]::before {
	line-height: 1.2;
}
.home-card-text {
    color: #19357d;
}
.card {
    padding: 1rem;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 0.5em;
}
.card-primary {
    background-color: #f5bf33;
}
.card-secondary {
    background-color: #19357d;
}
.card-tertiary {
    background-color: #45bccd;
}
.card-news {
    background-color: #fff;
    color: #19357d;
}
.card-transparent {
    background-color: transparent;
    border: none;
    padding: 0;
}
.card-case-studies {
    background-color: #f5bf33;
    background-image: url("../images/logo-divider-3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.card-img {
    margin-bottom: 1rem;
    border-radius: 0.5em;
}
.modal p, .modal h5, .modal-body {
    color: #303030;
}
.group {
    padding: 1rem;
}
.group img {
    margin-bottom: 2rem;
}
.group-list {
    text-align: left;
    font-size: 14px;
    border-bottom: 2px solid;
    margin-bottom: 1rem;
}
.group-list-title {
    font-size: 18px;
}
.small-print {
    font-size: 12px;
    color:#19357d;
    font-style: italic;
}
.form-group {
    margin-bottom: 1rem;
}
.optional-cover {
    padding: 1rem;
    text-align: center;
    border: solid 3px #ddd;
    border-radius: 5px;
    margin-top: 1rem;
}
.optional-cover-2 {
    padding: 1rem;
    text-align: center;
    border: solid 3px #ddd;
    background: #ddd;
    border-radius: 5px;
    margin-top: 1rem;
}
.optional-cover-body {
    padding: 1em;
    text-align: center;
    background-color: #ddd;
    border-radius: 5px;
}
.optional-cover-body-2 {
    padding: 1em;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.optional-cover-body-3 {
    margin-top: 1rem;
    background: #19357d;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.optional-cover i,.optional-cover-2 i{
    font-size: 40px;
}
.optional-cover-body-3 i {
    font-size: 30px;
}
.divider {
    border-top: 1px solid #dee2e6!important;
}
footer {
    background-color:#fff;
}
.footer {
    padding: 2em;
    font-size: 16px;
    border-top: 5px solid #ddd;
    border-bottom: 5px solid #ddd;
}
.footer h4 {
    margin-bottom: 1em;
}
.footer ul {
    list-style-type: none;
    padding-left: 0;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer p {
    color: #19357d;
}
.footer li, .get-in-touch a {
    margin-bottom: 0.25em;
    display: block;
}
.get-in-touch p{
    margin-bottom: 0.5em;
}
.get-in-touch i {
    margin-right: 0.5em;
}
.footer li a, .footer a {
    text-decoration: none;
    color: #19357d;
}
.footer li a:hover, .footer a:hover{
    text-decoration: underline;
}
.socials ul {
    display: inline-flex;
}
.socials li i {
    margin-right: 1em;
    font-size: 24px;
}
.socials li a:hover {
    color: #f5bf33;
    transform: scale(1.2);
}
.footer-bottom {
    background-color: #19357d;
    padding: 0.5em;
    font-size: 14px;
}
.copyr {
    margin-bottom: 0;
}